Max level shown:
1 [ Jan 2 23:33:48 Enabled. ]
2 [ Jan 2 23:33:48 Rereading configuration. ]
3 [ Jan 2 23:33:50 Rereading configuration. ]
4 [ Jan 2 23:33:54 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ]
5 + set -o errexit
6 + set -o pipefail
7 + . /lib/svc/share/smf_include.sh
8 ++ SMF_EXIT_OK=0
9 ++ SMF_EXIT_NODAEMON=94
10 ++ SMF_EXIT_ERR_FATAL=95
11 ++ SMF_EXIT_ERR_CONFIG=96
12 ++ SMF_EXIT_MON_DEGRADE=97
13 ++ SMF_EXIT_MON_OFFLINE=98
14 ++ SMF_EXIT_ERR_NOSMF=99
15 ++ SMF_EXIT_ERR_PERM=100
16 ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default
17 + LISTEN_ADDR=fd00:1122:3344:101::e
18 ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default
19 + LISTEN_PORT=8123
20 ++ svcprop -c -p config/store svc:/oxide/clickhouse:default
21 + DATASTORE=/data
22 + args=("--config-file" "/opt/oxide/clickhouse/config.xml" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT")
23 + exec /opt/oxide/clickhouse/clickhouse server --config-file /opt/oxide/clickhouse/config.xml -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123
24 [ Jan 2 23:33:54 Method "start" exited with status 0. ]
25 Processing configuration file '/opt/oxide/clickhouse/config.xml'.
26 Logging trace to /var/tmp/clickhouse-server.log
27 Logging errors to /var/tmp/clickhouse-server.errlog
28 2025.01.02 23:33:55.099593 [ 1 ] {} <Information> Application: Will watch for the process with pid 25454
29 2025.01.02 23:33:55.100308 [ 1 ] {} <Information> Application: Forked a child process to watch
30 2025.01.02 23:33:55.322059 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 25454
31 2025.01.02 23:33:55.322883 [ 1 ] {} <Information> Application: starting up
32 2025.01.02 23:33:55.323618 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc
33 2025.01.02 23:33:55.406756 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48.
34 2025.01.02 23:33:55.498530 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536
35 2025.01.02 23:33:55.498579 [ 1 ] {} <Debug> Application: Initializing DateLUT.
36 2025.01.02 23:33:55.498592 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'.
37 2025.01.02 23:33:55.498652 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it
38 2025.01.02 23:33:55.499028 [ 1 ] {} <Debug> Application: Initializing interserver credentials.
39 2025.01.02 23:33:55.500095 [ 1 ] {} <Debug> ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml'
40 Processing configuration file '/opt/oxide/clickhouse/config.xml'.
41 Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'.
42 2025.01.02 23:33:55.500813 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration
43 2025.01.02 23:33:55.501655 [ 1 ] {} <Information> Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio)
44 2025.01.02 23:33:55.501678 [ 1 ] {} <Information> Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio)
45 2025.01.02 23:33:55.501694 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB
46 2025.01.02 23:33:55.501872 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads
47 2025.01.02 23:33:55.502733 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads
48 2025.01.02 23:33:55.507634 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads
49 2025.01.02 23:33:55.508404 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads
50 2025.01.02 23:33:55.509953 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again.
51 2025.01.02 23:33:55.510022 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration
52 2025.01.02 23:33:55.511648 [ 1 ] {} <Debug> ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml'
53 Processing configuration file '/opt/oxide/clickhouse/config.xml'.
54 Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'.
55 2025.01.02 23:33:55.512166 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration
56 2025.01.02 23:33:55.516969 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration
57 2025.01.02 23:33:55.517660 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml
58 2025.01.02 23:33:55.518594 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin
59 2025.01.02 23:33:55.518983 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8
60 2025.01.02 23:33:55.519272 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8
61 2025.01.02 23:33:55.519622 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8
62 2025.01.02 23:33:55.520916 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds
63 2025.01.02 23:33:55.520942 [ 1 ] {} <Information> Application: Loading metadata from /data/
64 2025.01.02 23:33:55.520999 [ 96 ] {} <Debug> DNSResolver: Updating DNS cache
65 2025.01.02 23:33:55.521181 [ 96 ] {} <Debug> DNSResolver: Updated DNS cache
66 2025.01.02 23:33:55.539195 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total.
67 2025.01.02 23:33:55.539227 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000150822 sec
68 2025.01.02 23:33:55.539292 [ 1 ] {} <Trace> ReferentialDeps: No tables
69 2025.01.02 23:33:55.539315 [ 1 ] {} <Trace> LoadingDeps: No tables
70 2025.01.02 23:33:55.540260 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables.
71 2025.01.02 23:33:55.541385 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log
72 2025.01.02 23:33:55.554786 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config
73 2025.01.02 23:33:55.554832 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config
74 2025.01.02 23:33:55.554859 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config
75 2025.01.02 23:33:55.554872 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config
76 2025.01.02 23:33:55.554902 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config
77 2025.01.02 23:33:55.554922 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log
78 2025.01.02 23:33:55.557523 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config
79 2025.01.02 23:33:55.557567 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config
80 2025.01.02 23:33:55.557593 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log
81 2025.01.02 23:33:55.557774 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config
82 2025.01.02 23:33:55.557792 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config
83 2025.01.02 23:33:55.557827 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config
84 2025.01.02 23:33:55.557849 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config
85 2025.01.02 23:33:55.557864 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config
86 2025.01.02 23:33:55.557892 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config
87 2025.01.02 23:33:55.557913 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config
88 2025.01.02 23:33:55.584191 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal.
89 2025.01.02 23:33:55.597154 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total.
90 2025.01.02 23:33:55.597200 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 7.3351e-05 sec
91 2025.01.02 23:33:55.597216 [ 1 ] {} <Trace> ReferentialDeps: No tables
92 2025.01.02 23:33:55.597229 [ 1 ] {} <Trace> LoadingDeps: No tables
93 2025.01.02 23:33:55.597251 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables.
94 2025.01.02 23:33:55.597536 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/
95 2025.01.02 23:33:55.597590 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded
96 2025.01.02 23:33:55.597607 [ 1 ] {} <Debug> Application: Loaded metadata.
97 2025.01.02 23:33:55.597622 [ 1 ] {} <Information> Application: Query Profiler and TraceCollector are disabled because they require PHDR cache to be created (otherwise the function 'dl_iterate_phdr' is not lock free and not async-signal safe).
98 2025.01.02 23:33:55.597637 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled.
99 2025.01.02 23:33:55.604719 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again.
100 2025.01.02 23:33:55.604940 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 117.12 MiB (RSS), difference: 92.34 MiB
101 2025.01.02 23:33:55.605888 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.517e-05 sec.
102 2025.01.02 23:33:55.606386 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123
103 2025.01.02 23:33:55.606489 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000
104 2025.01.02 23:33:55.606510 [ 1 ] {} <Information> Application: Ready for connections.
105 2025.01.02 23:33:56.072695 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35345
106 2025.01.02 23:33:56.073073 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
107 2025.01.02 23:33:56.073164 [ 3 ] {} <Debug> TCP-Session: f7bd5cad-6995-4b3f-ba2c-8a063a79ec55 Authenticating user 'default' from [fd00:1122:3344:101::e]:35345
108 2025.01.02 23:33:56.073215 [ 3 ] {} <Debug> TCP-Session: f7bd5cad-6995-4b3f-ba2c-8a063a79ec55 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
109 2025.01.02 23:33:56.073257 [ 3 ] {} <Debug> TCP-Session: f7bd5cad-6995-4b3f-ba2c-8a063a79ec55 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
110 2025.01.02 23:33:56.073351 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
111 2025.01.02 23:33:56.073380 [ 3 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
112 2025.01.02 23:33:56.073408 [ 3 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
113 2025.01.02 23:33:56.074321 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51228
114 2025.01.02 23:33:56.074430 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
115 2025.01.02 23:33:56.074461 [ 4 ] {} <Debug> TCP-Session: 7db0d99f-8c07-4419-b744-d5ef306e6126 Authenticating user 'default' from [fd00:1122:3344:101::e]:51228
116 2025.01.02 23:33:56.074487 [ 4 ] {} <Debug> TCP-Session: 7db0d99f-8c07-4419-b744-d5ef306e6126 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
117 2025.01.02 23:33:56.074530 [ 4 ] {} <Debug> TCP-Session: 7db0d99f-8c07-4419-b744-d5ef306e6126 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
118 2025.01.02 23:33:56.075153 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48045
119 2025.01.02 23:33:56.075174 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44896
120 2025.01.02 23:33:56.075241 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56260
121 2025.01.02 23:33:56.075262 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
122 2025.01.02 23:33:56.075312 [ 253 ] {} <Debug> TCP-Session: 79b723d5-feeb-47f0-ac10-4e78ed9044ab Authenticating user 'default' from [fd00:1122:3344:101::e]:48045
123 2025.01.02 23:33:56.075331 [ 253 ] {} <Debug> TCP-Session: 79b723d5-feeb-47f0-ac10-4e78ed9044ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
124 2025.01.02 23:33:56.075537 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
125 2025.01.02 23:33:56.075552 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
126 2025.01.02 23:33:56.075572 [ 253 ] {} <Debug> TCP-Session: 79b723d5-feeb-47f0-ac10-4e78ed9044ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
127 2025.01.02 23:33:56.075590 [ 254 ] {} <Debug> TCP-Session: c84a6275-56db-4e27-93ba-5a5b2e9b6e1b Authenticating user 'default' from [fd00:1122:3344:101::e]:56260
128 2025.01.02 23:33:56.075555 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58695
129 2025.01.02 23:33:56.075653 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43650
130 2025.01.02 23:33:56.075699 [ 254 ] {} <Debug> TCP-Session: c84a6275-56db-4e27-93ba-5a5b2e9b6e1b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
131 2025.01.02 23:33:56.075702 [ 5 ] {} <Debug> TCP-Session: 70562021-f363-4e2e-b022-00738b9b8835 Authenticating user 'default' from [fd00:1122:3344:101::e]:44896
132 2025.01.02 23:33:56.075842 [ 5 ] {} <Debug> TCP-Session: 70562021-f363-4e2e-b022-00738b9b8835 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
133 2025.01.02 23:33:56.075844 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51451
134 2025.01.02 23:33:56.075862 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
135 2025.01.02 23:33:56.075882 [ 254 ] {} <Debug> TCP-Session: c84a6275-56db-4e27-93ba-5a5b2e9b6e1b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
136 2025.01.02 23:33:56.075873 [ 5 ] {} <Debug> TCP-Session: 70562021-f363-4e2e-b022-00738b9b8835 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
137 2025.01.02 23:33:56.076037 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
138 2025.01.02 23:33:56.076141 [ 255 ] {} <Debug> TCP-Session: 090c357e-2cd3-4464-a25a-e9cd7c8a2ca7 Authenticating user 'default' from [fd00:1122:3344:101::e]:58695
139 2025.01.02 23:33:56.076248 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
140 2025.01.02 23:33:56.076273 [ 256 ] {} <Debug> TCP-Session: d9d32356-fb3d-4428-b09d-0ffd34189495 Authenticating user 'default' from [fd00:1122:3344:101::e]:43650
141 2025.01.02 23:33:56.076304 [ 255 ] {} <Debug> TCP-Session: 090c357e-2cd3-4464-a25a-e9cd7c8a2ca7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
142 2025.01.02 23:33:56.076328 [ 257 ] {} <Debug> TCP-Session: 3c706ea9-b8c2-446d-832c-ff36f645fdfc Authenticating user 'default' from [fd00:1122:3344:101::e]:51451
143 2025.01.02 23:33:56.076362 [ 255 ] {} <Debug> TCP-Session: 090c357e-2cd3-4464-a25a-e9cd7c8a2ca7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
144 2025.01.02 23:33:56.076387 [ 257 ] {} <Debug> TCP-Session: 3c706ea9-b8c2-446d-832c-ff36f645fdfc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
145 2025.01.02 23:33:56.076377 [ 256 ] {} <Debug> TCP-Session: d9d32356-fb3d-4428-b09d-0ffd34189495 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
146 2025.01.02 23:33:56.076432 [ 257 ] {} <Debug> TCP-Session: 3c706ea9-b8c2-446d-832c-ff36f645fdfc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
147 2025.01.02 23:33:56.076465 [ 256 ] {} <Debug> TCP-Session: d9d32356-fb3d-4428-b09d-0ffd34189495 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
148 2025.01.02 23:33:56.511551 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:54295
149 2025.01.02 23:33:56.511700 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
150 2025.01.02 23:33:56.511745 [ 258 ] {} <Debug> TCP-Session: 2b4024dc-c037-4062-9751-980877cef6c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:54295
151 2025.01.02 23:33:56.511769 [ 258 ] {} <Debug> TCP-Session: 2b4024dc-c037-4062-9751-980877cef6c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
152 2025.01.02 23:33:56.511785 [ 258 ] {} <Debug> TCP-Session: 2b4024dc-c037-4062-9751-980877cef6c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
153 2025.01.02 23:33:56.511862 [ 258 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
154 2025.01.02 23:33:56.511893 [ 258 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
155 2025.01.02 23:33:56.511923 [ 258 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
156 2025.01.02 23:33:56.512953 [ 259 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:59288
157 2025.01.02 23:33:56.513027 [ 260 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:58626
158 2025.01.02 23:33:56.513175 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:47661
159 2025.01.02 23:33:56.513184 [ 259 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
160 2025.01.02 23:33:56.513355 [ 260 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
161 2025.01.02 23:33:56.513350 [ 259 ] {} <Debug> TCP-Session: 9c8c1a84-e29c-4f2e-aac6-aa9eeec4fd0a Authenticating user 'default' from [fd00:1122:3344:101::d]:59288
162 2025.01.02 23:33:56.513367 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:52578
163 2025.01.02 23:33:56.513512 [ 259 ] {} <Debug> TCP-Session: 9c8c1a84-e29c-4f2e-aac6-aa9eeec4fd0a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
164 2025.01.02 23:33:56.513691 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
165 2025.01.02 23:33:56.513708 [ 259 ] {} <Debug> TCP-Session: 9c8c1a84-e29c-4f2e-aac6-aa9eeec4fd0a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
166 2025.01.02 23:33:56.513694 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:47991
167 2025.01.02 23:33:56.513726 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
168 2025.01.02 23:33:56.513752 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:49426
169 2025.01.02 23:33:56.513778 [ 262 ] {} <Debug> TCP-Session: 3fe343b5-9886-46c4-bbc6-2aeb4b5a7e95 Authenticating user 'default' from [fd00:1122:3344:101::d]:52578
170 2025.01.02 23:33:56.513667 [ 260 ] {} <Debug> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:58626
171 2025.01.02 23:33:56.513925 [ 262 ] {} <Debug> TCP-Session: 3fe343b5-9886-46c4-bbc6-2aeb4b5a7e95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
172 2025.01.02 23:33:56.513951 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
173 2025.01.02 23:33:56.514013 [ 262 ] {} <Debug> TCP-Session: 3fe343b5-9886-46c4-bbc6-2aeb4b5a7e95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
174 2025.01.02 23:33:56.514035 [ 260 ] {} <Debug> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
175 2025.01.02 23:33:56.514156 [ 263 ] {} <Debug> TCP-Session: c350a15c-5225-49b9-aa8e-35a17027cf29 Authenticating user 'default' from [fd00:1122:3344:101::d]:47991
176 2025.01.02 23:33:56.514060 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:38742
177 2025.01.02 23:33:56.514201 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:55092
178 2025.01.02 23:33:56.514235 [ 260 ] {} <Debug> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
179 2025.01.02 23:33:56.514320 [ 263 ] {} <Debug> TCP-Session: c350a15c-5225-49b9-aa8e-35a17027cf29 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
180 2025.01.02 23:33:56.514476 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
181 2025.01.02 23:33:56.514494 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
182 2025.01.02 23:33:56.514766 [ 261 ] {} <Debug> TCP-Session: 496283bb-1bdd-4afe-b743-25632a116d53 Authenticating user 'default' from [fd00:1122:3344:101::d]:47661
183 2025.01.02 23:33:56.514789 [ 263 ] {} <Debug> TCP-Session: c350a15c-5225-49b9-aa8e-35a17027cf29 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
184 2025.01.02 23:33:56.514796 [ 266 ] {} <Debug> TCP-Session: e34bd44e-d60e-4542-a0b7-844670139038 Authenticating user 'default' from [fd00:1122:3344:101::d]:55092
185 2025.01.02 23:33:56.514779 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
186 2025.01.02 23:33:56.514842 [ 264 ] {} <Debug> TCP-Session: a56a584a-a796-4b54-918f-e68eb070528b Authenticating user 'default' from [fd00:1122:3344:101::d]:49426
187 2025.01.02 23:33:56.514882 [ 261 ] {} <Debug> TCP-Session: 496283bb-1bdd-4afe-b743-25632a116d53 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
188 2025.01.02 23:33:56.514968 [ 265 ] {} <Debug> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Authenticating user 'default' from [fd00:1122:3344:101::d]:38742
189 2025.01.02 23:33:56.514960 [ 264 ] {} <Debug> TCP-Session: a56a584a-a796-4b54-918f-e68eb070528b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
190 2025.01.02 23:33:56.514997 [ 261 ] {} <Debug> TCP-Session: 496283bb-1bdd-4afe-b743-25632a116d53 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
191 2025.01.02 23:33:56.515021 [ 264 ] {} <Debug> TCP-Session: a56a584a-a796-4b54-918f-e68eb070528b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
192 2025.01.02 23:33:56.515014 [ 265 ] {} <Debug> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
193 2025.01.02 23:33:56.514925 [ 266 ] {} <Debug> TCP-Session: e34bd44e-d60e-4542-a0b7-844670139038 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
194 2025.01.02 23:33:56.515213 [ 266 ] {} <Debug> TCP-Session: e34bd44e-d60e-4542-a0b7-844670139038 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
195 2025.01.02 23:33:56.515295 [ 265 ] {} <Debug> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
196 2025.01.02 23:33:56.515317 [ 258 ] {} <Trace> TCP-Session: 2b4024dc-c037-4062-9751-980877cef6c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
197 2025.01.02 23:33:56.518667 [ 258 ] {768843b9-3eb9-46dd-b20c-728b2479a0cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54295) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete)
198 2025.01.02 23:33:56.568716 [ 258 ] {768843b9-3eb9-46dd-b20c-728b2479a0cb} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:54295) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below):
199 
200 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
201 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
202 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
203 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
204 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
205 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
206 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
207 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
208 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
209 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
210 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
211 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
212 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
213 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
214 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
215 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
216 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
217 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
218 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
219 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
220 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
221 
222 2025.01.02 23:33:56.569585 [ 258 ] {768843b9-3eb9-46dd-b20c-728b2479a0cb} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below):
223 
224 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
225 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
226 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
227 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
228 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
229 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
230 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
231 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
232 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
233 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
234 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
235 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
236 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
237 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
238 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
239 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
240 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
241 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
242 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
243 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
244 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
245 
246 2025.01.02 23:33:56.569711 [ 258 ] {768843b9-3eb9-46dd-b20c-728b2479a0cb} <Debug> TCPHandler: Processed in 0.055324687 sec.
247 2025.01.02 23:33:56.570076 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
248 2025.01.02 23:33:56.570289 [ 260 ] {4068b239-35e8-44f8-adc0-56514e917337} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete)
249 2025.01.02 23:33:56.570636 [ 260 ] {4068b239-35e8-44f8-adc0-56514e917337} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:58626) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below):
250 
251 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
252 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
253 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
254 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
255 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
256 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
257 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
258 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
259 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
260 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
261 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
262 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
263 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
264 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
265 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
266 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
267 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
268 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
269 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
270 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
271 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
272 
273 2025.01.02 23:33:56.570764 [ 260 ] {4068b239-35e8-44f8-adc0-56514e917337} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below):
274 
275 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
276 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
277 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
278 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
279 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
280 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
281 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
282 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
283 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
284 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
285 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
286 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
287 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
288 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
289 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
290 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
291 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
292 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
293 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
294 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
295 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
296 
297 2025.01.02 23:33:56.570860 [ 260 ] {4068b239-35e8-44f8-adc0-56514e917337} <Debug> TCPHandler: Processed in 0.000936712 sec.
298 2025.01.02 23:33:56.571162 [ 258 ] {} <Trace> TCP-Session: 2b4024dc-c037-4062-9751-980877cef6c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
299 2025.01.02 23:33:56.572004 [ 258 ] {f72250ea-9172-496a-9438-f6445b3242fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54295) DROP DATABASE IF EXISTS oximeter (stage: Complete)
300 2025.01.02 23:33:56.572152 [ 258 ] {f72250ea-9172-496a-9438-f6445b3242fa} <Debug> TCPHandler: Processed in 0.001101125 sec.
301 2025.01.02 23:33:56.572342 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
302 2025.01.02 23:33:56.572483 [ 260 ] {915e01cf-6b09-41ae-ae41-bc530823912a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete)
303 2025.01.02 23:33:56.572579 [ 260 ] {915e01cf-6b09-41ae-ae41-bc530823912a} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.*
304 2025.01.02 23:33:56.580074 [ 260 ] {915e01cf-6b09-41ae-ae41-bc530823912a} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total.
305 2025.01.02 23:33:56.580134 [ 260 ] {915e01cf-6b09-41ae-ae41-bc530823912a} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 9.9432e-05 sec
306 2025.01.02 23:33:56.580153 [ 260 ] {915e01cf-6b09-41ae-ae41-bc530823912a} <Trace> ReferentialDeps: No tables
307 2025.01.02 23:33:56.580167 [ 260 ] {915e01cf-6b09-41ae-ae41-bc530823912a} <Trace> LoadingDeps: No tables
308 2025.01.02 23:33:56.580203 [ 260 ] {915e01cf-6b09-41ae-ae41-bc530823912a} <Information> DatabaseAtomic (oximeter): Starting up tables.
309 2025.01.02 23:33:56.580264 [ 260 ] {915e01cf-6b09-41ae-ae41-bc530823912a} <Debug> TCPHandler: Processed in 0.007977335 sec.
310 2025.01.02 23:33:56.580446 [ 258 ] {} <Trace> TCP-Session: 2b4024dc-c037-4062-9751-980877cef6c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
311 2025.01.02 23:33:56.580690 [ 258 ] {06b1ad02-9e3d-4c03-97ac-0304cd809072} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54295) /* The version table contains metadata about the `oximeter` database */
312 CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete)
313 2025.01.02 23:33:56.580756 [ 258 ] {06b1ad02-9e3d-4c03-97ac-0304cd809072} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version
314 2025.01.02 23:33:56.588830 [ 258 ] {06b1ad02-9e3d-4c03-97ac-0304cd809072} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1
315 2025.01.02 23:33:56.594892 [ 258 ] {06b1ad02-9e3d-4c03-97ac-0304cd809072} <Debug> oximeter.version (7ee748b6-f689-4d95-83fc-8c4ff6ad057c): Loading data parts
316 2025.01.02 23:33:56.595523 [ 258 ] {06b1ad02-9e3d-4c03-97ac-0304cd809072} <Debug> oximeter.version (7ee748b6-f689-4d95-83fc-8c4ff6ad057c): There are no data parts
317 2025.01.02 23:33:56.601867 [ 258 ] {06b1ad02-9e3d-4c03-97ac-0304cd809072} <Debug> TCPHandler: Processed in 0.021482742 sec.
318 2025.01.02 23:33:56.602132 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
319 2025.01.02 23:33:56.602405 [ 260 ] {0c25f1f9-6fc3-43c3-87a2-86f083ded615} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) /* The measurement tables contain all individual samples from each timeseries.
320 *
321 * Each table stores a single datum type, and otherwise contains nearly the same
322 * structure. The primary sorting key is on the timeseries name, key, and then
323 * timestamp, so that all timeseries from the same schema are grouped, followed
324 * by all samples from the same timeseries.
325 *
326 * This reflects that one usually looks up the _key_ in one or more field table,
327 * and then uses that to index quickly into the measurements tables.
328 */
329 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)
330 2025.01.02 23:33:56.602533 [ 260 ] {0c25f1f9-6fc3-43c3-87a2-86f083ded615} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool
331 2025.01.02 23:33:56.614362 [ 260 ] {0c25f1f9-6fc3-43c3-87a2-86f083ded615} <Debug> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Loading data parts
332 2025.01.02 23:33:56.614604 [ 260 ] {0c25f1f9-6fc3-43c3-87a2-86f083ded615} <Debug> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): There are no data parts
333 2025.01.02 23:33:56.638227 [ 260 ] {0c25f1f9-6fc3-43c3-87a2-86f083ded615} <Debug> TCPHandler: Processed in 0.036164095 sec.
334 2025.01.02 23:33:56.638484 [ 258 ] {} <Trace> TCP-Session: 2b4024dc-c037-4062-9751-980877cef6c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
335 2025.01.02 23:33:56.638781 [ 258 ] {cf318f71-20b0-4bb9-a58c-5617b7fa44c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54295) 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)
336 2025.01.02 23:33:56.638843 [ 258 ] {cf318f71-20b0-4bb9-a58c-5617b7fa44c9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8
337 2025.01.02 23:33:56.662981 [ 258 ] {cf318f71-20b0-4bb9-a58c-5617b7fa44c9} <Debug> oximeter.measurements_i8 (f465ff2a-8d29-47eb-aa56-7486b63e1311): Loading data parts
338 2025.01.02 23:33:56.663213 [ 258 ] {cf318f71-20b0-4bb9-a58c-5617b7fa44c9} <Debug> oximeter.measurements_i8 (f465ff2a-8d29-47eb-aa56-7486b63e1311): There are no data parts
339 2025.01.02 23:33:56.689999 [ 258 ] {cf318f71-20b0-4bb9-a58c-5617b7fa44c9} <Debug> TCPHandler: Processed in 0.051591028 sec.
340 2025.01.02 23:33:56.690270 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
341 2025.01.02 23:33:56.690494 [ 260 ] {e1249878-3113-4b14-9e98-546504d42fd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) 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)
342 2025.01.02 23:33:56.690573 [ 260 ] {e1249878-3113-4b14-9e98-546504d42fd0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8
343 2025.01.02 23:33:56.738652 [ 260 ] {e1249878-3113-4b14-9e98-546504d42fd0} <Debug> oximeter.measurements_u8 (3a660a72-b43f-4965-bb95-8779f86bc4b0): Loading data parts
344 2025.01.02 23:33:56.738873 [ 260 ] {e1249878-3113-4b14-9e98-546504d42fd0} <Debug> oximeter.measurements_u8 (3a660a72-b43f-4965-bb95-8779f86bc4b0): There are no data parts
345 2025.01.02 23:33:56.743664 [ 260 ] {e1249878-3113-4b14-9e98-546504d42fd0} <Debug> TCPHandler: Processed in 0.053454873 sec.
346 2025.01.02 23:33:56.743993 [ 258 ] {} <Trace> TCP-Session: 2b4024dc-c037-4062-9751-980877cef6c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
347 2025.01.02 23:33:56.744379 [ 258 ] {8b43aee0-d384-4b59-92f3-f66112b5af8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54295) 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)
348 2025.01.02 23:33:56.744451 [ 258 ] {8b43aee0-d384-4b59-92f3-f66112b5af8f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16
349 2025.01.02 23:33:56.747115 [ 258 ] {8b43aee0-d384-4b59-92f3-f66112b5af8f} <Debug> oximeter.measurements_i16 (a6d297c8-c62f-46b3-a1ef-b813fb4eb82e): Loading data parts
350 2025.01.02 23:33:56.747305 [ 258 ] {8b43aee0-d384-4b59-92f3-f66112b5af8f} <Debug> oximeter.measurements_i16 (a6d297c8-c62f-46b3-a1ef-b813fb4eb82e): There are no data parts
351 2025.01.02 23:33:56.759271 [ 258 ] {8b43aee0-d384-4b59-92f3-f66112b5af8f} <Debug> TCPHandler: Processed in 0.015426763 sec.
352 2025.01.02 23:33:56.759614 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
353 2025.01.02 23:33:56.759885 [ 260 ] {3b982ab8-b837-41d2-8d02-bceec672fe1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) 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)
354 2025.01.02 23:33:56.759982 [ 260 ] {3b982ab8-b837-41d2-8d02-bceec672fe1f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16
355 2025.01.02 23:33:56.783518 [ 260 ] {3b982ab8-b837-41d2-8d02-bceec672fe1f} <Debug> oximeter.measurements_u16 (da953a72-55ca-4f8c-9767-caace09efefb): Loading data parts
356 2025.01.02 23:33:56.783727 [ 260 ] {3b982ab8-b837-41d2-8d02-bceec672fe1f} <Debug> oximeter.measurements_u16 (da953a72-55ca-4f8c-9767-caace09efefb): There are no data parts
357 2025.01.02 23:33:56.808290 [ 260 ] {3b982ab8-b837-41d2-8d02-bceec672fe1f} <Debug> TCPHandler: Processed in 0.048753891 sec.
358 2025.01.02 23:33:56.808683 [ 258 ] {} <Trace> TCP-Session: 2b4024dc-c037-4062-9751-980877cef6c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
359 2025.01.02 23:33:56.809026 [ 258 ] {92bdfcaa-2572-4aac-96e0-8a036a06f77a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54295) 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)
360 2025.01.02 23:33:56.809107 [ 258 ] {92bdfcaa-2572-4aac-96e0-8a036a06f77a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32
361 2025.01.02 23:33:56.832660 [ 258 ] {92bdfcaa-2572-4aac-96e0-8a036a06f77a} <Debug> oximeter.measurements_i32 (46c1830b-7831-4e0a-9456-b11def55c8ae): Loading data parts
362 2025.01.02 23:33:56.832884 [ 258 ] {92bdfcaa-2572-4aac-96e0-8a036a06f77a} <Debug> oximeter.measurements_i32 (46c1830b-7831-4e0a-9456-b11def55c8ae): There are no data parts
363 2025.01.02 23:33:56.844999 [ 258 ] {92bdfcaa-2572-4aac-96e0-8a036a06f77a} <Debug> TCPHandler: Processed in 0.036456679 sec.
364 2025.01.02 23:33:56.845359 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
365 2025.01.02 23:33:56.845647 [ 260 ] {b133d88d-0f88-4045-9498-ba0aa8aede41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) 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)
366 2025.01.02 23:33:56.845744 [ 260 ] {b133d88d-0f88-4045-9498-ba0aa8aede41} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32
367 2025.01.02 23:33:56.858451 [ 260 ] {b133d88d-0f88-4045-9498-ba0aa8aede41} <Debug> oximeter.measurements_u32 (70758f18-360c-4033-841c-c24a94ffec8f): Loading data parts
368 2025.01.02 23:33:56.858686 [ 260 ] {b133d88d-0f88-4045-9498-ba0aa8aede41} <Debug> oximeter.measurements_u32 (70758f18-360c-4033-841c-c24a94ffec8f): There are no data parts
369 2025.01.02 23:33:56.869930 [ 260 ] {b133d88d-0f88-4045-9498-ba0aa8aede41} <Debug> TCPHandler: Processed in 0.024710624 sec.
370 2025.01.02 23:33:56.870253 [ 258 ] {} <Trace> TCP-Session: 2b4024dc-c037-4062-9751-980877cef6c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
371 2025.01.02 23:33:56.870593 [ 258 ] {bd873f78-ffe7-4e6b-9ac0-e7780dfd43c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54295) 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)
372 2025.01.02 23:33:56.870669 [ 258 ] {bd873f78-ffe7-4e6b-9ac0-e7780dfd43c9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64
373 2025.01.02 23:33:56.881717 [ 258 ] {bd873f78-ffe7-4e6b-9ac0-e7780dfd43c9} <Debug> oximeter.measurements_i64 (1f89d59b-a671-4d28-9ac6-16720bd75fa0): Loading data parts
374 2025.01.02 23:33:56.881940 [ 258 ] {bd873f78-ffe7-4e6b-9ac0-e7780dfd43c9} <Debug> oximeter.measurements_i64 (1f89d59b-a671-4d28-9ac6-16720bd75fa0): There are no data parts
375 2025.01.02 23:33:56.887576 [ 258 ] {bd873f78-ffe7-4e6b-9ac0-e7780dfd43c9} <Debug> TCPHandler: Processed in 0.017449719 sec.
376 2025.01.02 23:33:56.887926 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
377 2025.01.02 23:33:56.888222 [ 260 ] {993b4019-aaf0-42aa-b738-5c0b629e56f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) 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)
378 2025.01.02 23:33:56.888321 [ 260 ] {993b4019-aaf0-42aa-b738-5c0b629e56f1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64
379 2025.01.02 23:33:56.912434 [ 260 ] {993b4019-aaf0-42aa-b738-5c0b629e56f1} <Debug> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Loading data parts
380 2025.01.02 23:33:56.912631 [ 260 ] {993b4019-aaf0-42aa-b738-5c0b629e56f1} <Debug> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): There are no data parts
381 2025.01.02 23:33:56.923727 [ 260 ] {993b4019-aaf0-42aa-b738-5c0b629e56f1} <Debug> TCPHandler: Processed in 0.035906752 sec.
382 2025.01.02 23:33:56.924102 [ 258 ] {} <Trace> TCP-Session: 2b4024dc-c037-4062-9751-980877cef6c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
383 2025.01.02 23:33:56.924468 [ 258 ] {2cf4b512-701c-4461-b622-48c376ab3930} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54295) 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)
384 2025.01.02 23:33:56.924536 [ 258 ] {2cf4b512-701c-4461-b622-48c376ab3930} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32
385 2025.01.02 23:33:56.928381 [ 258 ] {2cf4b512-701c-4461-b622-48c376ab3930} <Debug> oximeter.measurements_f32 (dc14c891-601d-43ca-b580-0df9fd616e2a): Loading data parts
386 2025.01.02 23:33:56.928567 [ 258 ] {2cf4b512-701c-4461-b622-48c376ab3930} <Debug> oximeter.measurements_f32 (dc14c891-601d-43ca-b580-0df9fd616e2a): There are no data parts
387 2025.01.02 23:33:56.937279 [ 258 ] {2cf4b512-701c-4461-b622-48c376ab3930} <Debug> TCPHandler: Processed in 0.013328876 sec.
388 2025.01.02 23:33:56.937619 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
389 2025.01.02 23:33:56.937887 [ 260 ] {abc778d1-0a05-4a3c-8c1b-e207d4f32ebe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) 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)
390 2025.01.02 23:33:56.937982 [ 260 ] {abc778d1-0a05-4a3c-8c1b-e207d4f32ebe} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64
391 2025.01.02 23:33:56.944469 [ 260 ] {abc778d1-0a05-4a3c-8c1b-e207d4f32ebe} <Debug> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Loading data parts
392 2025.01.02 23:33:56.944646 [ 260 ] {abc778d1-0a05-4a3c-8c1b-e207d4f32ebe} <Debug> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): There are no data parts
393 2025.01.02 23:33:56.948671 [ 260 ] {abc778d1-0a05-4a3c-8c1b-e207d4f32ebe} <Debug> TCPHandler: Processed in 0.011172607 sec.
394 2025.01.02 23:33:56.948917 [ 258 ] {} <Trace> TCP-Session: 2b4024dc-c037-4062-9751-980877cef6c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
395 2025.01.02 23:33:56.949204 [ 258 ] {0fe3342a-32a3-4313-842f-3fb8ba6464d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54295) 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)
396 2025.01.02 23:33:56.949282 [ 258 ] {0fe3342a-32a3-4313-842f-3fb8ba6464d0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string
397 2025.01.02 23:33:56.957140 [ 258 ] {0fe3342a-32a3-4313-842f-3fb8ba6464d0} <Debug> oximeter.measurements_string (cfdac6b3-3650-4caf-882e-50f1f3730129): Loading data parts
398 2025.01.02 23:33:56.957315 [ 258 ] {0fe3342a-32a3-4313-842f-3fb8ba6464d0} <Debug> oximeter.measurements_string (cfdac6b3-3650-4caf-882e-50f1f3730129): There are no data parts
399 2025.01.02 23:33:56.962506 [ 258 ] {0fe3342a-32a3-4313-842f-3fb8ba6464d0} <Debug> TCPHandler: Processed in 0.013662519 sec.
400 2025.01.02 23:33:56.962762 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
401 2025.01.02 23:33:56.963005 [ 260 ] {5ef36144-fc87-4064-8026-2d613e62f737} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /*
402 * NOTE: Right now we can't unambiguously record a nullable byte array.
403 * Arrays cannot be nested in `Nullable()` types, and encoding the array as
404 * a string isn't palatable for a few reasons.
405 * See: https://github.com/oxidecomputer/omicron/issues/4551 for more
406 * details.
407 */
408 datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
409 2025.01.02 23:33:56.963096 [ 260 ] {5ef36144-fc87-4064-8026-2d613e62f737} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes
410 2025.01.02 23:33:56.971232 [ 260 ] {5ef36144-fc87-4064-8026-2d613e62f737} <Debug> oximeter.measurements_bytes (312fb831-6552-45a2-a153-645dde307a20): Loading data parts
411 2025.01.02 23:33:56.971427 [ 260 ] {5ef36144-fc87-4064-8026-2d613e62f737} <Debug> oximeter.measurements_bytes (312fb831-6552-45a2-a153-645dde307a20): There are no data parts
412 2025.01.02 23:33:56.974785 [ 260 ] {5ef36144-fc87-4064-8026-2d613e62f737} <Debug> TCPHandler: Processed in 0.012102979 sec.
413 2025.01.02 23:33:56.975074 [ 258 ] {} <Trace> TCP-Session: 2b4024dc-c037-4062-9751-980877cef6c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
414 2025.01.02 23:33:56.975365 [ 258 ] {6749f3d1-ce16-4a70-ab05-b9a1af60ccae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54295) 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)
415 2025.01.02 23:33:56.975462 [ 258 ] {6749f3d1-ce16-4a70-ab05-b9a1af60ccae} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64
416 2025.01.02 23:33:56.981708 [ 258 ] {6749f3d1-ce16-4a70-ab05-b9a1af60ccae} <Debug> oximeter.measurements_cumulativei64 (cd2d6307-6010-4442-b6cb-6c155a73c8bb): Loading data parts
417 2025.01.02 23:33:56.981912 [ 258 ] {6749f3d1-ce16-4a70-ab05-b9a1af60ccae} <Debug> oximeter.measurements_cumulativei64 (cd2d6307-6010-4442-b6cb-6c155a73c8bb): There are no data parts
418 2025.01.02 23:33:56.988799 [ 258 ] {6749f3d1-ce16-4a70-ab05-b9a1af60ccae} <Debug> TCPHandler: Processed in 0.013849802 sec.
419 2025.01.02 23:33:56.989021 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
420 2025.01.02 23:33:56.989283 [ 260 ] {0a450e76-e3f7-41ea-91e2-77b926f91ae9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) 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)
421 2025.01.02 23:33:56.989426 [ 260 ] {0a450e76-e3f7-41ea-91e2-77b926f91ae9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64
422 2025.01.02 23:33:56.992391 [ 260 ] {0a450e76-e3f7-41ea-91e2-77b926f91ae9} <Debug> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Loading data parts
423 2025.01.02 23:33:56.993021 [ 260 ] {0a450e76-e3f7-41ea-91e2-77b926f91ae9} <Debug> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): There are no data parts
424 2025.01.02 23:33:57.000171 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 123.02 MiB, peak 123.02 MiB, free memory in arenas 0.00 B, will set to 134.16 MiB (RSS), difference: 11.13 MiB
425 2025.01.02 23:33:57.000925 [ 260 ] {0a450e76-e3f7-41ea-91e2-77b926f91ae9} <Debug> TCPHandler: Processed in 0.011930577 sec.
426 2025.01.02 23:33:57.001165 [ 258 ] {} <Trace> TCP-Session: 2b4024dc-c037-4062-9751-980877cef6c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
427 2025.01.02 23:33:57.001438 [ 258 ] {05e9fbe1-e6b4-4082-8fa0-cc434ce56710} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54295) 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)
428 2025.01.02 23:33:57.001514 [ 258 ] {05e9fbe1-e6b4-4082-8fa0-cc434ce56710} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32
429 2025.01.02 23:33:57.004265 [ 258 ] {05e9fbe1-e6b4-4082-8fa0-cc434ce56710} <Debug> oximeter.measurements_cumulativef32 (7f3f3b6c-b279-41af-8466-8165461e5dfb): Loading data parts
430 2025.01.02 23:33:57.004485 [ 258 ] {05e9fbe1-e6b4-4082-8fa0-cc434ce56710} <Debug> oximeter.measurements_cumulativef32 (7f3f3b6c-b279-41af-8466-8165461e5dfb): There are no data parts
431 2025.01.02 23:33:57.015406 [ 258 ] {05e9fbe1-e6b4-4082-8fa0-cc434ce56710} <Debug> TCPHandler: Processed in 0.014301277 sec.
432 2025.01.02 23:33:57.015650 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
433 2025.01.02 23:33:57.015974 [ 260 ] {7b14161e-ea55-41b1-9815-c518155932c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) 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)
434 2025.01.02 23:33:57.016055 [ 260 ] {7b14161e-ea55-41b1-9815-c518155932c4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64
435 2025.01.02 23:33:57.025618 [ 260 ] {7b14161e-ea55-41b1-9815-c518155932c4} <Debug> oximeter.measurements_cumulativef64 (5c94bac4-5193-4b1e-b939-6c2ce9c72c36): Loading data parts
436 2025.01.02 23:33:57.025874 [ 260 ] {7b14161e-ea55-41b1-9815-c518155932c4} <Debug> oximeter.measurements_cumulativef64 (5c94bac4-5193-4b1e-b939-6c2ce9c72c36): There are no data parts
437 2025.01.02 23:33:57.029497 [ 260 ] {7b14161e-ea55-41b1-9815-c518155932c4} <Debug> TCPHandler: Processed in 0.013931474 sec.
438 2025.01.02 23:33:57.029752 [ 258 ] {} <Trace> TCP-Session: 2b4024dc-c037-4062-9751-980877cef6c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
439 2025.01.02 23:33:57.030132 [ 258 ] {c29bb264-dad6-4e5f-b14f-05360fa31421} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54295) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /*
440 * NOTE: Array types cannot be Nullable, see
441 * https://clickhouse.com/docs/en/sql-reference/data-types/nullable
442 * for more details.
443 *
444 * This means we need to use empty arrays to indicate a missing value. This
445 * is unfortunate, and at this point relies on the fact that an
446 * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need
447 * to figure out another way to represent missing samples here.
448 */
449 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)
450 2025.01.02 23:33:57.030240 [ 258 ] {c29bb264-dad6-4e5f-b14f-05360fa31421} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8
451 2025.01.02 23:33:57.052908 [ 258 ] {c29bb264-dad6-4e5f-b14f-05360fa31421} <Debug> oximeter.measurements_histogrami8 (80ffec29-8ddb-4ef9-8130-f7424e597acc): Loading data parts
452 2025.01.02 23:33:57.053163 [ 258 ] {c29bb264-dad6-4e5f-b14f-05360fa31421} <Debug> oximeter.measurements_histogrami8 (80ffec29-8ddb-4ef9-8130-f7424e597acc): There are no data parts
453 2025.01.02 23:33:57.069448 [ 258 ] {c29bb264-dad6-4e5f-b14f-05360fa31421} <Debug> TCPHandler: Processed in 0.039775333 sec.
454 2025.01.02 23:33:57.069702 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
455 2025.01.02 23:33:57.070094 [ 260 ] {1824b14a-4760-468a-9678-bdf15133ca07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) 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)
456 2025.01.02 23:33:57.070193 [ 260 ] {1824b14a-4760-468a-9678-bdf15133ca07} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8
457 2025.01.02 23:33:57.091237 [ 260 ] {1824b14a-4760-468a-9678-bdf15133ca07} <Debug> oximeter.measurements_histogramu8 (61270068-5f86-4df6-8c50-777e574b2503): Loading data parts
458 2025.01.02 23:33:57.091456 [ 260 ] {1824b14a-4760-468a-9678-bdf15133ca07} <Debug> oximeter.measurements_histogramu8 (61270068-5f86-4df6-8c50-777e574b2503): There are no data parts
459 2025.01.02 23:33:57.094790 [ 260 ] {1824b14a-4760-468a-9678-bdf15133ca07} <Debug> TCPHandler: Processed in 0.025161971 sec.
460 2025.01.02 23:33:57.095016 [ 258 ] {} <Trace> TCP-Session: 2b4024dc-c037-4062-9751-980877cef6c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
461 2025.01.02 23:33:57.095321 [ 258 ] {27c148e1-94a6-47cd-a43c-6197bfc1bd4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54295) 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)
462 2025.01.02 23:33:57.095430 [ 258 ] {27c148e1-94a6-47cd-a43c-6197bfc1bd4c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16
463 2025.01.02 23:33:57.101109 [ 258 ] {27c148e1-94a6-47cd-a43c-6197bfc1bd4c} <Debug> oximeter.measurements_histogrami16 (09ee71ea-79ad-493e-84db-ae35e8ac9d61): Loading data parts
464 2025.01.02 23:33:57.101312 [ 258 ] {27c148e1-94a6-47cd-a43c-6197bfc1bd4c} <Debug> oximeter.measurements_histogrami16 (09ee71ea-79ad-493e-84db-ae35e8ac9d61): There are no data parts
465 2025.01.02 23:33:57.113203 [ 258 ] {27c148e1-94a6-47cd-a43c-6197bfc1bd4c} <Debug> TCPHandler: Processed in 0.01824551 sec.
466 2025.01.02 23:33:57.113422 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
467 2025.01.02 23:33:57.113742 [ 260 ] {583785b3-6c1d-4166-bdeb-a356e003e663} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) 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)
468 2025.01.02 23:33:57.113825 [ 260 ] {583785b3-6c1d-4166-bdeb-a356e003e663} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16
469 2025.01.02 23:33:57.139380 [ 260 ] {583785b3-6c1d-4166-bdeb-a356e003e663} <Debug> oximeter.measurements_histogramu16 (d410f1ea-df11-42f6-bdf1-312c0dabc1c0): Loading data parts
470 2025.01.02 23:33:57.139598 [ 260 ] {583785b3-6c1d-4166-bdeb-a356e003e663} <Debug> oximeter.measurements_histogramu16 (d410f1ea-df11-42f6-bdf1-312c0dabc1c0): There are no data parts
471 2025.01.02 23:33:57.153940 [ 260 ] {583785b3-6c1d-4166-bdeb-a356e003e663} <Debug> TCPHandler: Processed in 0.040575523 sec.
472 2025.01.02 23:33:57.154287 [ 258 ] {} <Trace> TCP-Session: 2b4024dc-c037-4062-9751-980877cef6c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
473 2025.01.02 23:33:57.154662 [ 258 ] {ec6a7a09-a8a8-4e7f-9030-d7b4d917cb39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54295) 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)
474 2025.01.02 23:33:57.154823 [ 258 ] {ec6a7a09-a8a8-4e7f-9030-d7b4d917cb39} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32
475 2025.01.02 23:33:57.165597 [ 258 ] {ec6a7a09-a8a8-4e7f-9030-d7b4d917cb39} <Debug> oximeter.measurements_histogrami32 (0ebc4b58-de42-4428-8269-66c8fac3d77d): Loading data parts
476 2025.01.02 23:33:57.165814 [ 258 ] {ec6a7a09-a8a8-4e7f-9030-d7b4d917cb39} <Debug> oximeter.measurements_histogrami32 (0ebc4b58-de42-4428-8269-66c8fac3d77d): There are no data parts
477 2025.01.02 23:33:57.168524 [ 258 ] {ec6a7a09-a8a8-4e7f-9030-d7b4d917cb39} <Debug> TCPHandler: Processed in 0.014383969 sec.
478 2025.01.02 23:33:57.168752 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
479 2025.01.02 23:33:57.169062 [ 260 ] {0839c522-b2df-4410-8cff-f97589c1f257} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) 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)
480 2025.01.02 23:33:57.169145 [ 260 ] {0839c522-b2df-4410-8cff-f97589c1f257} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32
481 2025.01.02 23:33:57.179593 [ 260 ] {0839c522-b2df-4410-8cff-f97589c1f257} <Debug> oximeter.measurements_histogramu32 (531f8998-3959-45ff-8086-66a2f3ee25de): Loading data parts
482 2025.01.02 23:33:57.179752 [ 260 ] {0839c522-b2df-4410-8cff-f97589c1f257} <Debug> oximeter.measurements_histogramu32 (531f8998-3959-45ff-8086-66a2f3ee25de): There are no data parts
483 2025.01.02 23:33:57.182449 [ 260 ] {0839c522-b2df-4410-8cff-f97589c1f257} <Debug> TCPHandler: Processed in 0.013755521 sec.
484 2025.01.02 23:33:57.182803 [ 258 ] {} <Trace> TCP-Session: 2b4024dc-c037-4062-9751-980877cef6c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
485 2025.01.02 23:33:57.183143 [ 258 ] {33826a57-75a8-4519-82e1-a255d549e48b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54295) 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)
486 2025.01.02 23:33:57.183322 [ 258 ] {33826a57-75a8-4519-82e1-a255d549e48b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64
487 2025.01.02 23:33:57.191142 [ 258 ] {33826a57-75a8-4519-82e1-a255d549e48b} <Debug> oximeter.measurements_histogrami64 (ef867226-0a17-4ca0-8faa-8f0a13231425): Loading data parts
488 2025.01.02 23:33:57.191327 [ 258 ] {33826a57-75a8-4519-82e1-a255d549e48b} <Debug> oximeter.measurements_histogrami64 (ef867226-0a17-4ca0-8faa-8f0a13231425): There are no data parts
489 2025.01.02 23:33:57.193846 [ 258 ] {33826a57-75a8-4519-82e1-a255d549e48b} <Debug> TCPHandler: Processed in 0.011138446 sec.
490 2025.01.02 23:33:57.194070 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
491 2025.01.02 23:33:57.194369 [ 260 ] {af8db45f-b2f4-4c63-a738-bf91d75a84cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) 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)
492 2025.01.02 23:33:57.194529 [ 260 ] {af8db45f-b2f4-4c63-a738-bf91d75a84cf} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64
493 2025.01.02 23:33:57.204856 [ 260 ] {af8db45f-b2f4-4c63-a738-bf91d75a84cf} <Debug> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Loading data parts
494 2025.01.02 23:33:57.205027 [ 260 ] {af8db45f-b2f4-4c63-a738-bf91d75a84cf} <Debug> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): There are no data parts
495 2025.01.02 23:33:57.207670 [ 260 ] {af8db45f-b2f4-4c63-a738-bf91d75a84cf} <Debug> TCPHandler: Processed in 0.01365676 sec.
496 2025.01.02 23:33:57.207964 [ 258 ] {} <Trace> TCP-Session: 2b4024dc-c037-4062-9751-980877cef6c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
497 2025.01.02 23:33:57.208332 [ 258 ] {20d2e632-0bae-4c1f-8f4d-ed79f813bf9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54295) 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)
498 2025.01.02 23:33:57.208509 [ 258 ] {20d2e632-0bae-4c1f-8f4d-ed79f813bf9c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32
499 2025.01.02 23:33:57.217364 [ 258 ] {20d2e632-0bae-4c1f-8f4d-ed79f813bf9c} <Debug> oximeter.measurements_histogramf32 (e1123111-ba49-462a-92b6-693e76c69921): Loading data parts
500 2025.01.02 23:33:57.217542 [ 258 ] {20d2e632-0bae-4c1f-8f4d-ed79f813bf9c} <Debug> oximeter.measurements_histogramf32 (e1123111-ba49-462a-92b6-693e76c69921): There are no data parts
501 2025.01.02 23:33:57.222756 [ 258 ] {20d2e632-0bae-4c1f-8f4d-ed79f813bf9c} <Debug> TCPHandler: Processed in 0.014860615 sec.
502 2025.01.02 23:33:57.222953 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
503 2025.01.02 23:33:57.223245 [ 260 ] {ca3af785-ed05-40f2-a6d0-3b35d99246d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) 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)
504 2025.01.02 23:33:57.223416 [ 260 ] {ca3af785-ed05-40f2-a6d0-3b35d99246d7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64
505 2025.01.02 23:33:57.231498 [ 260 ] {ca3af785-ed05-40f2-a6d0-3b35d99246d7} <Debug> oximeter.measurements_histogramf64 (7eb8fac2-4018-42ef-899e-02e44d196d50): Loading data parts
506 2025.01.02 23:33:57.231696 [ 260 ] {ca3af785-ed05-40f2-a6d0-3b35d99246d7} <Debug> oximeter.measurements_histogramf64 (7eb8fac2-4018-42ef-899e-02e44d196d50): There are no data parts
507 2025.01.02 23:33:57.234245 [ 260 ] {ca3af785-ed05-40f2-a6d0-3b35d99246d7} <Debug> TCPHandler: Processed in 0.011349109 sec.
508 2025.01.02 23:33:57.234572 [ 258 ] {} <Trace> TCP-Session: 2b4024dc-c037-4062-9751-980877cef6c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
509 2025.01.02 23:33:57.234846 [ 258 ] {8b640a62-45cc-46a7-b5e3-a64a2a40729d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54295) /* The field tables store named dimensions of each timeseries.
510 *
511 * As with the measurement tables, there is one field table for each field data
512 * type. Fields are deduplicated by using the "replacing merge tree", though
513 * this behavior **must not** be relied upon for query correctness.
514 *
515 * The index for the fields differs from the measurements, however. Rows are
516 * sorted by timeseries name, then field name, field value, and finally
517 * timeseries key. This reflects the most common pattern for looking them up:
518 * by field name and possibly value, within a timeseries. The resulting keys are
519 * usually then used to look up measurements.
520 *
521 * NOTE: We may want to consider a secondary index on these tables, sorting by
522 * timeseries name and then key, since it would improve lookups where one
523 * already has the key. Realistically though, these tables are quite small and
524 * so performance benefits will be low in absolute terms.
525 *
526 * TTL: We use a materialized column to expire old field table records. This
527 * column is generated automatically by the database whenever a new row is
528 * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *`
529 * query. Since these tables are `ReplacingMergeTree`s, that means the last
530 * record will remain during a deduplication, which will have the last
531 * timestamp. ClickHouse will then expire old data for us, similar to the
532 * measurement tables.
533 */
534 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)
535 2025.01.02 23:33:57.235046 [ 258 ] {8b640a62-45cc-46a7-b5e3-a64a2a40729d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool
536 2025.01.02 23:33:57.243439 [ 258 ] {8b640a62-45cc-46a7-b5e3-a64a2a40729d} <Debug> oximeter.fields_bool (e52fb013-ff1d-4267-bd67-1cb89db94f7f): Loading data parts
537 2025.01.02 23:33:57.243610 [ 258 ] {8b640a62-45cc-46a7-b5e3-a64a2a40729d} <Debug> oximeter.fields_bool (e52fb013-ff1d-4267-bd67-1cb89db94f7f): There are no data parts
538 2025.01.02 23:33:57.247716 [ 258 ] {8b640a62-45cc-46a7-b5e3-a64a2a40729d} <Debug> TCPHandler: Processed in 0.013220054 sec.
539 2025.01.02 23:33:57.247971 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
540 2025.01.02 23:33:57.248206 [ 260 ] {e4676c4e-e178-499f-bdc9-94d11f853e49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) 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)
541 2025.01.02 23:33:57.248400 [ 260 ] {e4676c4e-e178-499f-bdc9-94d11f853e49} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8
542 2025.01.02 23:33:57.257447 [ 260 ] {e4676c4e-e178-499f-bdc9-94d11f853e49} <Debug> oximeter.fields_i8 (52b2f417-ca97-458d-8516-9e98d4466e05): Loading data parts
543 2025.01.02 23:33:57.257685 [ 260 ] {e4676c4e-e178-499f-bdc9-94d11f853e49} <Debug> oximeter.fields_i8 (52b2f417-ca97-458d-8516-9e98d4466e05): There are no data parts
544 2025.01.02 23:33:57.260191 [ 260 ] {e4676c4e-e178-499f-bdc9-94d11f853e49} <Debug> TCPHandler: Processed in 0.012287482 sec.
545 2025.01.02 23:33:57.260401 [ 258 ] {} <Trace> TCP-Session: 2b4024dc-c037-4062-9751-980877cef6c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
546 2025.01.02 23:33:57.260721 [ 258 ] {5c9933f7-9c96-49f1-b630-ebeaadc38a39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54295) 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)
547 2025.01.02 23:33:57.260866 [ 258 ] {5c9933f7-9c96-49f1-b630-ebeaadc38a39} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8
548 2025.01.02 23:33:57.269319 [ 258 ] {5c9933f7-9c96-49f1-b630-ebeaadc38a39} <Debug> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Loading data parts
549 2025.01.02 23:33:57.269501 [ 258 ] {5c9933f7-9c96-49f1-b630-ebeaadc38a39} <Debug> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): There are no data parts
550 2025.01.02 23:33:57.272104 [ 258 ] {5c9933f7-9c96-49f1-b630-ebeaadc38a39} <Debug> TCPHandler: Processed in 0.011765715 sec.
551 2025.01.02 23:33:57.272310 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
552 2025.01.02 23:33:57.272528 [ 260 ] {7d605bf9-88cb-43a2-ae9f-3b21ea1288bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) 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)
553 2025.01.02 23:33:57.272680 [ 260 ] {7d605bf9-88cb-43a2-ae9f-3b21ea1288bd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16
554 2025.01.02 23:33:57.283555 [ 260 ] {7d605bf9-88cb-43a2-ae9f-3b21ea1288bd} <Debug> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Loading data parts
555 2025.01.02 23:33:57.283739 [ 260 ] {7d605bf9-88cb-43a2-ae9f-3b21ea1288bd} <Debug> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): There are no data parts
556 2025.01.02 23:33:57.286464 [ 260 ] {7d605bf9-88cb-43a2-ae9f-3b21ea1288bd} <Debug> TCPHandler: Processed in 0.014216856 sec.
557 2025.01.02 23:33:57.286672 [ 258 ] {} <Trace> TCP-Session: 2b4024dc-c037-4062-9751-980877cef6c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
558 2025.01.02 23:33:57.287041 [ 258 ] {105ea2ea-9f90-4115-9a1b-f466f77fc1de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54295) 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)
559 2025.01.02 23:33:57.287193 [ 258 ] {105ea2ea-9f90-4115-9a1b-f466f77fc1de} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16
560 2025.01.02 23:33:57.296029 [ 258 ] {105ea2ea-9f90-4115-9a1b-f466f77fc1de} <Debug> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Loading data parts
561 2025.01.02 23:33:57.296220 [ 258 ] {105ea2ea-9f90-4115-9a1b-f466f77fc1de} <Debug> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): There are no data parts
562 2025.01.02 23:33:57.298853 [ 258 ] {105ea2ea-9f90-4115-9a1b-f466f77fc1de} <Debug> TCPHandler: Processed in 0.012248561 sec.
563 2025.01.02 23:33:57.299053 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
564 2025.01.02 23:33:57.299303 [ 260 ] {32c84f39-e1f7-476b-a95b-6a51b0c1d32d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) 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)
565 2025.01.02 23:33:57.299536 [ 260 ] {32c84f39-e1f7-476b-a95b-6a51b0c1d32d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32
566 2025.01.02 23:33:57.309900 [ 260 ] {32c84f39-e1f7-476b-a95b-6a51b0c1d32d} <Debug> oximeter.fields_i32 (688ee163-4319-452f-9fc7-3bd83bfdc35c): Loading data parts
567 2025.01.02 23:33:57.310070 [ 260 ] {32c84f39-e1f7-476b-a95b-6a51b0c1d32d} <Debug> oximeter.fields_i32 (688ee163-4319-452f-9fc7-3bd83bfdc35c): There are no data parts
568 2025.01.02 23:33:57.312317 [ 260 ] {32c84f39-e1f7-476b-a95b-6a51b0c1d32d} <Debug> TCPHandler: Processed in 0.013333375 sec.
569 2025.01.02 23:33:57.312555 [ 258 ] {} <Trace> TCP-Session: 2b4024dc-c037-4062-9751-980877cef6c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
570 2025.01.02 23:33:57.312826 [ 258 ] {848e8a84-223f-47f4-a954-5184210bfc5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54295) 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)
571 2025.01.02 23:33:57.312963 [ 258 ] {848e8a84-223f-47f4-a954-5184210bfc5a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32
572 2025.01.02 23:33:57.321588 [ 258 ] {848e8a84-223f-47f4-a954-5184210bfc5a} <Debug> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Loading data parts
573 2025.01.02 23:33:57.321762 [ 258 ] {848e8a84-223f-47f4-a954-5184210bfc5a} <Debug> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): There are no data parts
574 2025.01.02 23:33:57.323989 [ 258 ] {848e8a84-223f-47f4-a954-5184210bfc5a} <Debug> TCPHandler: Processed in 0.011492231 sec.
575 2025.01.02 23:33:57.324184 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
576 2025.01.02 23:33:57.324436 [ 260 ] {26e5ffa0-8fa6-4e20-bed6-c2b7d5c3e0fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) 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)
577 2025.01.02 23:33:57.324619 [ 260 ] {26e5ffa0-8fa6-4e20-bed6-c2b7d5c3e0fe} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64
578 2025.01.02 23:33:57.336394 [ 260 ] {26e5ffa0-8fa6-4e20-bed6-c2b7d5c3e0fe} <Debug> oximeter.fields_i64 (89fec22e-d8ea-45cf-88f0-70936f8f07f0): Loading data parts
579 2025.01.02 23:33:57.336582 [ 260 ] {26e5ffa0-8fa6-4e20-bed6-c2b7d5c3e0fe} <Debug> oximeter.fields_i64 (89fec22e-d8ea-45cf-88f0-70936f8f07f0): There are no data parts
580 2025.01.02 23:33:57.339186 [ 260 ] {26e5ffa0-8fa6-4e20-bed6-c2b7d5c3e0fe} <Debug> TCPHandler: Processed in 0.015065018 sec.
581 2025.01.02 23:33:57.339490 [ 258 ] {} <Trace> TCP-Session: 2b4024dc-c037-4062-9751-980877cef6c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
582 2025.01.02 23:33:57.339712 [ 258 ] {a1d8f6f3-0fed-4a23-a702-9dcc5554f168} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54295) 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)
583 2025.01.02 23:33:57.339921 [ 258 ] {a1d8f6f3-0fed-4a23-a702-9dcc5554f168} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64
584 2025.01.02 23:33:57.348129 [ 258 ] {a1d8f6f3-0fed-4a23-a702-9dcc5554f168} <Debug> oximeter.fields_u64 (3a706b35-a6b4-4fc8-8fba-64bc7caa2d07): Loading data parts
585 2025.01.02 23:33:57.348443 [ 258 ] {a1d8f6f3-0fed-4a23-a702-9dcc5554f168} <Debug> oximeter.fields_u64 (3a706b35-a6b4-4fc8-8fba-64bc7caa2d07): There are no data parts
586 2025.01.02 23:33:57.355046 [ 258 ] {a1d8f6f3-0fed-4a23-a702-9dcc5554f168} <Debug> TCPHandler: Processed in 0.015625315 sec.
587 2025.01.02 23:33:57.355270 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
588 2025.01.02 23:33:57.355533 [ 260 ] {c986bd4a-0ea2-4f39-a405-2db949a189c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) 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)
589 2025.01.02 23:33:57.355639 [ 260 ] {c986bd4a-0ea2-4f39-a405-2db949a189c5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr
590 2025.01.02 23:33:57.362119 [ 260 ] {c986bd4a-0ea2-4f39-a405-2db949a189c5} <Debug> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Loading data parts
591 2025.01.02 23:33:57.362310 [ 260 ] {c986bd4a-0ea2-4f39-a405-2db949a189c5} <Debug> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): There are no data parts
592 2025.01.02 23:33:57.364342 [ 260 ] {c986bd4a-0ea2-4f39-a405-2db949a189c5} <Debug> TCPHandler: Processed in 0.0091402 sec.
593 2025.01.02 23:33:57.364653 [ 258 ] {} <Trace> TCP-Session: 2b4024dc-c037-4062-9751-980877cef6c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
594 2025.01.02 23:33:57.364869 [ 258 ] {56ec06c5-f235-407d-b80a-1bcbbe4c2b69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54295) 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)
595 2025.01.02 23:33:57.365080 [ 258 ] {56ec06c5-f235-407d-b80a-1bcbbe4c2b69} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string
596 2025.01.02 23:33:57.373649 [ 258 ] {56ec06c5-f235-407d-b80a-1bcbbe4c2b69} <Debug> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Loading data parts
597 2025.01.02 23:33:57.373895 [ 258 ] {56ec06c5-f235-407d-b80a-1bcbbe4c2b69} <Debug> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): There are no data parts
598 2025.01.02 23:33:57.379802 [ 258 ] {56ec06c5-f235-407d-b80a-1bcbbe4c2b69} <Debug> TCPHandler: Processed in 0.01520839 sec.
599 2025.01.02 23:33:57.379992 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
600 2025.01.02 23:33:57.380312 [ 260 ] {a6615c4b-a53e-4a99-91d7-86011928ef04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) 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)
601 2025.01.02 23:33:57.380442 [ 260 ] {a6615c4b-a53e-4a99-91d7-86011928ef04} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid
602 2025.01.02 23:33:57.387518 [ 260 ] {a6615c4b-a53e-4a99-91d7-86011928ef04} <Debug> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Loading data parts
603 2025.01.02 23:33:57.387687 [ 260 ] {a6615c4b-a53e-4a99-91d7-86011928ef04} <Debug> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): There are no data parts
604 2025.01.02 23:33:57.389789 [ 260 ] {a6615c4b-a53e-4a99-91d7-86011928ef04} <Debug> TCPHandler: Processed in 0.009852619 sec.
605 2025.01.02 23:33:57.390099 [ 258 ] {} <Trace> TCP-Session: 2b4024dc-c037-4062-9751-980877cef6c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
606 2025.01.02 23:33:57.390426 [ 258 ] {c66d71c7-02bd-42dd-9cce-baf13aa0588d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54295) /* The timeseries schema table stores the extracted schema for the samples
607 * oximeter collects.
608 */
609 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)
610 2025.01.02 23:33:57.390627 [ 258 ] {c66d71c7-02bd-42dd-9cce-baf13aa0588d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema
611 2025.01.02 23:33:57.398985 [ 258 ] {c66d71c7-02bd-42dd-9cce-baf13aa0588d} <Debug> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822): Loading data parts
612 2025.01.02 23:33:57.399145 [ 258 ] {c66d71c7-02bd-42dd-9cce-baf13aa0588d} <Debug> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822): There are no data parts
613 2025.01.02 23:33:57.405324 [ 258 ] {c66d71c7-02bd-42dd-9cce-baf13aa0588d} <Debug> TCPHandler: Processed in 0.015284901 sec.
614 2025.01.02 23:33:57.405639 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
615 2025.01.02 23:33:57.405863 [ 260 ] {c9662af7-7995-4f2e-9507-0057e6e974fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.version (*) VALUES (stage: Complete)
616 2025.01.02 23:33:57.407415 [ 260 ] {c9662af7-7995-4f2e-9507-0057e6e974fd} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version
617 2025.01.02 23:33:57.415866 [ 268 ] {c9662af7-7995-4f2e-9507-0057e6e974fd} <Trace> oximeter.version (7ee748b6-f689-4d95-83fc-8c4ff6ad057c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
618 2025.01.02 23:33:57.415931 [ 268 ] {c9662af7-7995-4f2e-9507-0057e6e974fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB.
619 2025.01.02 23:33:57.421420 [ 268 ] {c9662af7-7995-4f2e-9507-0057e6e974fd} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
620 2025.01.02 23:33:57.422273 [ 268 ] {c9662af7-7995-4f2e-9507-0057e6e974fd} <Trace> oximeter.version (7ee748b6-f689-4d95-83fc-8c4ff6ad057c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
621 2025.01.02 23:33:57.422635 [ 260 ] {c9662af7-7995-4f2e-9507-0057e6e974fd} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.016858 sec., 59.319017677067265 rows/sec., 949.10 B/sec.
622 2025.01.02 23:33:57.423109 [ 260 ] {c9662af7-7995-4f2e-9507-0057e6e974fd} <Debug> TCPHandler: Processed in 0.017536241 sec.
623 2025.01.02 23:33:57.792233 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:45878
624 2025.01.02 23:33:57.792382 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
625 2025.01.02 23:33:57.792419 [ 269 ] {} <Debug> TCP-Session: 6d85af36-2c1d-462e-af3b-64662b550304 Authenticating user 'default' from [fd00:1122:3344:101::b]:45878
626 2025.01.02 23:33:57.792554 [ 269 ] {} <Debug> TCP-Session: 6d85af36-2c1d-462e-af3b-64662b550304 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
627 2025.01.02 23:33:57.792573 [ 269 ] {} <Debug> TCP-Session: 6d85af36-2c1d-462e-af3b-64662b550304 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
628 2025.01.02 23:33:57.792632 [ 269 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
629 2025.01.02 23:33:57.792747 [ 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 2025.01.02 23:33:57.792771 [ 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 2025.01.02 23:33:57.794642 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:54207
632 2025.01.02 23:33:57.794646 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:46265
633 2025.01.02 23:33:57.794721 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:59826
634 2025.01.02 23:33:57.794904 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
635 2025.01.02 23:33:57.794965 [ 271 ] {} <Debug> TCP-Session: 7a434f1d-e8a0-4351-9d08-ce6c00420a1c Authenticating user 'default' from [fd00:1122:3344:101::b]:54207
636 2025.01.02 23:33:57.795153 [ 271 ] {} <Debug> TCP-Session: 7a434f1d-e8a0-4351-9d08-ce6c00420a1c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
637 2025.01.02 23:33:57.795216 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:53053
638 2025.01.02 23:33:57.795304 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:52093
639 2025.01.02 23:33:57.795202 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:48840
640 2025.01.02 23:33:57.795336 [ 271 ] {} <Debug> TCP-Session: 7a434f1d-e8a0-4351-9d08-ce6c00420a1c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
641 2025.01.02 23:33:57.795166 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
642 2025.01.02 23:33:57.795165 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
643 2025.01.02 23:33:57.795620 [ 272 ] {} <Debug> TCP-Session: a1753c1d-e390-4cb4-98a6-f43563be1c71 Authenticating user 'default' from [fd00:1122:3344:101::b]:59826
644 2025.01.02 23:33:57.795650 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:53991
645 2025.01.02 23:33:57.795647 [ 270 ] {} <Debug> TCP-Session: b9ebc45b-1689-4828-8dd6-c096f5966d02 Authenticating user 'default' from [fd00:1122:3344:101::b]:46265
646 2025.01.02 23:33:57.795721 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
647 2025.01.02 23:33:57.795615 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
648 2025.01.02 23:33:57.795859 [ 270 ] {} <Debug> TCP-Session: b9ebc45b-1689-4828-8dd6-c096f5966d02 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
649 2025.01.02 23:33:57.795978 [ 272 ] {} <Debug> TCP-Session: a1753c1d-e390-4cb4-98a6-f43563be1c71 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
650 2025.01.02 23:33:57.795975 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
651 2025.01.02 23:33:57.796054 [ 274 ] {} <Debug> TCP-Session: 6a340c55-8b40-4348-aca2-4e9d059797cb Authenticating user 'default' from [fd00:1122:3344:101::b]:48840
652 2025.01.02 23:33:57.796043 [ 272 ] {} <Debug> TCP-Session: a1753c1d-e390-4cb4-98a6-f43563be1c71 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
653 2025.01.02 23:33:57.796028 [ 275 ] {} <Debug> TCP-Session: d9dfdeaa-07ac-4eb9-ba45-a6bb689b3e10 Authenticating user 'default' from [fd00:1122:3344:101::b]:52093
654 2025.01.02 23:33:57.796261 [ 276 ] {} <Debug> TCP-Session: 6f244967-e2c2-43f3-b6f8-e68aa1c757c9 Authenticating user 'default' from [fd00:1122:3344:101::b]:53991
655 2025.01.02 23:33:57.796285 [ 274 ] {} <Debug> TCP-Session: 6a340c55-8b40-4348-aca2-4e9d059797cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
656 2025.01.02 23:33:57.795969 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
657 2025.01.02 23:33:57.796394 [ 276 ] {} <Debug> TCP-Session: 6f244967-e2c2-43f3-b6f8-e68aa1c757c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
658 2025.01.02 23:33:57.796361 [ 275 ] {} <Debug> TCP-Session: d9dfdeaa-07ac-4eb9-ba45-a6bb689b3e10 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
659 2025.01.02 23:33:57.795996 [ 270 ] {} <Debug> TCP-Session: b9ebc45b-1689-4828-8dd6-c096f5966d02 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
660 2025.01.02 23:33:57.796566 [ 273 ] {} <Debug> TCP-Session: cce5861a-cb70-479c-b6d2-33aff92cfaf9 Authenticating user 'default' from [fd00:1122:3344:101::b]:53053
661 2025.01.02 23:33:57.796577 [ 276 ] {} <Debug> TCP-Session: 6f244967-e2c2-43f3-b6f8-e68aa1c757c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
662 2025.01.02 23:33:57.796556 [ 275 ] {} <Debug> TCP-Session: d9dfdeaa-07ac-4eb9-ba45-a6bb689b3e10 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
663 2025.01.02 23:33:57.796373 [ 274 ] {} <Debug> TCP-Session: 6a340c55-8b40-4348-aca2-4e9d059797cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
664 2025.01.02 23:33:57.796710 [ 273 ] {} <Debug> TCP-Session: cce5861a-cb70-479c-b6d2-33aff92cfaf9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
665 2025.01.02 23:33:57.796765 [ 273 ] {} <Debug> TCP-Session: cce5861a-cb70-479c-b6d2-33aff92cfaf9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
666 2025.01.02 23:33:57.802788 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:61990
667 2025.01.02 23:33:57.802898 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
668 2025.01.02 23:33:57.802923 [ 277 ] {} <Debug> TCP-Session: a5bfbbf5-fa68-42a3-97aa-ab0ae670cd60 Authenticating user 'default' from [fd00:1122:3344:101::c]:61990
669 2025.01.02 23:33:57.802940 [ 277 ] {} <Debug> TCP-Session: a5bfbbf5-fa68-42a3-97aa-ab0ae670cd60 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
670 2025.01.02 23:33:57.803065 [ 277 ] {} <Debug> TCP-Session: a5bfbbf5-fa68-42a3-97aa-ab0ae670cd60 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
671 2025.01.02 23:33:57.803122 [ 277 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
672 2025.01.02 23:33:57.803150 [ 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 2025.01.02 23:33:57.803261 [ 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 2025.01.02 23:33:57.805042 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:59283
675 2025.01.02 23:33:57.805280 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
676 2025.01.02 23:33:57.805296 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:36104
677 2025.01.02 23:33:57.805325 [ 278 ] {} <Debug> TCP-Session: f713fdda-6f54-4ebb-b4bd-dc2d6cf7a0a6 Authenticating user 'default' from [fd00:1122:3344:101::c]:59283
678 2025.01.02 23:33:57.805403 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:33626
679 2025.01.02 23:33:57.805530 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:50919
680 2025.01.02 23:33:57.805733 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
681 2025.01.02 23:33:57.805756 [ 278 ] {} <Debug> TCP-Session: f713fdda-6f54-4ebb-b4bd-dc2d6cf7a0a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
682 2025.01.02 23:33:57.805751 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
683 2025.01.02 23:33:57.805940 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
684 2025.01.02 23:33:57.806023 [ 279 ] {} <Debug> TCP-Session: 94456b56-b188-4e55-9681-17a5aa15f19f Authenticating user 'default' from [fd00:1122:3344:101::c]:36104
685 2025.01.02 23:33:57.805987 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:54463
686 2025.01.02 23:33:57.806038 [ 280 ] {} <Debug> TCP-Session: a6dc4530-da6a-4382-bf42-7784a6ab39b9 Authenticating user 'default' from [fd00:1122:3344:101::c]:33626
687 2025.01.02 23:33:57.806051 [ 278 ] {} <Debug> TCP-Session: f713fdda-6f54-4ebb-b4bd-dc2d6cf7a0a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
688 2025.01.02 23:33:57.806160 [ 280 ] {} <Debug> TCP-Session: a6dc4530-da6a-4382-bf42-7784a6ab39b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
689 2025.01.02 23:33:57.806158 [ 281 ] {} <Debug> TCP-Session: d6cf2e7a-4a9a-47d8-aa12-f3ebadfc8ee7 Authenticating user 'default' from [fd00:1122:3344:101::c]:50919
690 2025.01.02 23:33:57.806179 [ 279 ] {} <Debug> TCP-Session: 94456b56-b188-4e55-9681-17a5aa15f19f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
691 2025.01.02 23:33:57.806120 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:34245
692 2025.01.02 23:33:57.806114 [ 284 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:53204
693 2025.01.02 23:33:57.806377 [ 281 ] {} <Debug> TCP-Session: d6cf2e7a-4a9a-47d8-aa12-f3ebadfc8ee7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
694 2025.01.02 23:33:57.806438 [ 279 ] {} <Debug> TCP-Session: 94456b56-b188-4e55-9681-17a5aa15f19f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
695 2025.01.02 23:33:57.806409 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
696 2025.01.02 23:33:57.806392 [ 280 ] {} <Debug> TCP-Session: a6dc4530-da6a-4382-bf42-7784a6ab39b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
697 2025.01.02 23:33:57.806687 [ 284 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
698 2025.01.02 23:33:57.806755 [ 283 ] {} <Debug> TCP-Session: 00592b7e-ed2c-4ee1-b54a-2b911996450c Authenticating user 'default' from [fd00:1122:3344:101::c]:54463
699 2025.01.02 23:33:57.806772 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
700 2025.01.02 23:33:57.806823 [ 281 ] {} <Debug> TCP-Session: d6cf2e7a-4a9a-47d8-aa12-f3ebadfc8ee7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
701 2025.01.02 23:33:57.806880 [ 283 ] {} <Debug> TCP-Session: 00592b7e-ed2c-4ee1-b54a-2b911996450c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
702 2025.01.02 23:33:57.806868 [ 282 ] {} <Debug> TCP-Session: dec4a6b5-a41d-49d9-bc23-8221509d76d7 Authenticating user 'default' from [fd00:1122:3344:101::c]:34245
703 2025.01.02 23:33:57.806852 [ 284 ] {} <Debug> TCP-Session: 0bd717cc-5a48-42b7-90ba-3ba8c8844cf9 Authenticating user 'default' from [fd00:1122:3344:101::c]:53204
704 2025.01.02 23:33:57.806969 [ 282 ] {} <Debug> TCP-Session: dec4a6b5-a41d-49d9-bc23-8221509d76d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
705 2025.01.02 23:33:57.806988 [ 283 ] {} <Debug> TCP-Session: 00592b7e-ed2c-4ee1-b54a-2b911996450c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
706 2025.01.02 23:33:57.807081 [ 284 ] {} <Debug> TCP-Session: 0bd717cc-5a48-42b7-90ba-3ba8c8844cf9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
707 2025.01.02 23:33:57.807106 [ 282 ] {} <Debug> TCP-Session: dec4a6b5-a41d-49d9-bc23-8221509d76d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
708 2025.01.02 23:33:57.807195 [ 284 ] {} <Debug> TCP-Session: 0bd717cc-5a48-42b7-90ba-3ba8c8844cf9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
709 2025.01.02 23:33:57.954677 [ 285 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:48035
710 2025.01.02 23:33:57.955021 [ 285 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
711 2025.01.02 23:33:57.955057 [ 285 ] {} <Debug> TCP-Session: 71fb1b93-20ae-4620-ba65-768c21b7af51 Authenticating user 'default' from [fd00:1122:3344:101::a]:48035
712 2025.01.02 23:33:57.955087 [ 285 ] {} <Debug> TCP-Session: 71fb1b93-20ae-4620-ba65-768c21b7af51 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
713 2025.01.02 23:33:57.955197 [ 285 ] {} <Debug> TCP-Session: 71fb1b93-20ae-4620-ba65-768c21b7af51 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
714 2025.01.02 23:33:57.955274 [ 285 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
715 2025.01.02 23:33:57.955305 [ 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 2025.01.02 23:33:57.955414 [ 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 2025.01.02 23:33:57.957172 [ 286 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:59312
718 2025.01.02 23:33:57.957267 [ 287 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:58707
719 2025.01.02 23:33:57.957414 [ 286 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
720 2025.01.02 23:33:57.957435 [ 288 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:33144
721 2025.01.02 23:33:57.957484 [ 286 ] {} <Debug> TCP-Session: 665aa24e-957d-4272-9c9d-fe924c533de9 Authenticating user 'default' from [fd00:1122:3344:101::a]:59312
722 2025.01.02 23:33:57.957605 [ 287 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
723 2025.01.02 23:33:57.957614 [ 289 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:44887
724 2025.01.02 23:33:57.957693 [ 286 ] {} <Debug> TCP-Session: 665aa24e-957d-4272-9c9d-fe924c533de9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
725 2025.01.02 23:33:57.957750 [ 287 ] {} <Debug> TCP-Session: 2f92199e-90ba-4864-8b63-268f257f579a Authenticating user 'default' from [fd00:1122:3344:101::a]:58707
726 2025.01.02 23:33:57.957720 [ 290 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:44965
727 2025.01.02 23:33:57.957874 [ 291 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:40772
728 2025.01.02 23:33:57.957876 [ 289 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
729 2025.01.02 23:33:57.958136 [ 287 ] {} <Debug> TCP-Session: 2f92199e-90ba-4864-8b63-268f257f579a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
730 2025.01.02 23:33:57.958196 [ 288 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
731 2025.01.02 23:33:57.958218 [ 287 ] {} <Debug> TCP-Session: 2f92199e-90ba-4864-8b63-268f257f579a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
732 2025.01.02 23:33:57.958213 [ 290 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
733 2025.01.02 23:33:57.958003 [ 286 ] {} <Debug> TCP-Session: 665aa24e-957d-4272-9c9d-fe924c533de9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
734 2025.01.02 23:33:57.958374 [ 292 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:37333
735 2025.01.02 23:33:57.958489 [ 288 ] {} <Debug> TCP-Session: 44f12dc0-303e-4f16-b8bb-72aeccdd8931 Authenticating user 'default' from [fd00:1122:3344:101::a]:33144
736 2025.01.02 23:33:57.958462 [ 290 ] {} <Debug> TCP-Session: 4e8210b3-3195-4801-a7f3-b40d3bfdd052 Authenticating user 'default' from [fd00:1122:3344:101::a]:44965
737 2025.01.02 23:33:57.958431 [ 289 ] {} <Debug> TCP-Session: d42fa2c3-c448-4100-a596-9e0ab1756ecb Authenticating user 'default' from [fd00:1122:3344:101::a]:44887
738 2025.01.02 23:33:57.958719 [ 292 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
739 2025.01.02 23:33:57.958711 [ 288 ] {} <Debug> TCP-Session: 44f12dc0-303e-4f16-b8bb-72aeccdd8931 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
740 2025.01.02 23:33:57.958616 [ 290 ] {} <Debug> TCP-Session: 4e8210b3-3195-4801-a7f3-b40d3bfdd052 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
741 2025.01.02 23:33:57.958399 [ 291 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
742 2025.01.02 23:33:57.959439 [ 289 ] {} <Debug> TCP-Session: d42fa2c3-c448-4100-a596-9e0ab1756ecb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
743 2025.01.02 23:33:57.959472 [ 290 ] {} <Debug> TCP-Session: 4e8210b3-3195-4801-a7f3-b40d3bfdd052 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
744 2025.01.02 23:33:57.959486 [ 288 ] {} <Debug> TCP-Session: 44f12dc0-303e-4f16-b8bb-72aeccdd8931 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
745 2025.01.02 23:33:57.959549 [ 289 ] {} <Debug> TCP-Session: d42fa2c3-c448-4100-a596-9e0ab1756ecb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
746 2025.01.02 23:33:57.959689 [ 291 ] {} <Debug> TCP-Session: 4a5bbdb5-ca78-4ad0-8a20-d7a695cc1250 Authenticating user 'default' from [fd00:1122:3344:101::a]:40772
747 2025.01.02 23:33:57.959711 [ 292 ] {} <Debug> TCP-Session: 805161af-3ca2-42a8-b894-77c008544d2b Authenticating user 'default' from [fd00:1122:3344:101::a]:37333
748 2025.01.02 23:33:57.959736 [ 291 ] {} <Debug> TCP-Session: 4a5bbdb5-ca78-4ad0-8a20-d7a695cc1250 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
749 2025.01.02 23:33:57.959760 [ 292 ] {} <Debug> TCP-Session: 805161af-3ca2-42a8-b894-77c008544d2b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
750 2025.01.02 23:33:57.959842 [ 291 ] {} <Debug> TCP-Session: 4a5bbdb5-ca78-4ad0-8a20-d7a695cc1250 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
751 2025.01.02 23:33:57.960044 [ 292 ] {} <Debug> TCP-Session: 805161af-3ca2-42a8-b894-77c008544d2b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
752 2025.01.02 23:33:58.000257 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 136.40 MiB, peak 136.40 MiB, free memory in arenas 0.00 B, will set to 141.21 MiB (RSS), difference: 4.81 MiB
753 2025.01.02 23:34:03.058269 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8
754 2025.01.02 23:34:03.058308 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549
755 2025.01.02 23:34:03.058385 [ 243 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog
756 2025.01.02 23:34:03.058404 [ 244 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog
757 2025.01.02 23:34:03.068595 [ 244 ] {} <Debug> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Loading data parts
758 2025.01.02 23:34:03.068897 [ 244 ] {} <Debug> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): There are no data parts
759 2025.01.02 23:34:03.083654 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
760 2025.01.02 23:34:03.083692 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB.
761 2025.01.02 23:34:03.085719 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
762 2025.01.02 23:34:03.086164 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
763 2025.01.02 23:34:03.086341 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549
764 2025.01.02 23:34:03.093768 [ 243 ] {} <Debug> system.metric_log (31b60859-c590-4889-866a-026624596be5): Loading data parts
765 2025.01.02 23:34:03.093930 [ 243 ] {} <Debug> system.metric_log (31b60859-c590-4889-866a-026624596be5): There are no data parts
766 2025.01.02 23:34:03.136489 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
767 2025.01.02 23:34:03.136538 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB.
768 2025.01.02 23:34:03.144360 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
769 2025.01.02 23:34:03.145715 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
770 2025.01.02 23:34:03.148136 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8
771 2025.01.02 23:34:04.000189 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 146.23 MiB, peak 150.23 MiB, free memory in arenas 0.00 B, will set to 151.01 MiB (RSS), difference: 4.78 MiB
772 2025.01.02 23:34:05.558238 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 90 entries to flush up to offset 90
773 2025.01.02 23:34:05.558346 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog
774 2025.01.02 23:34:05.580724 [ 242 ] {} <Debug> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Loading data parts
775 2025.01.02 23:34:05.580956 [ 242 ] {} <Debug> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): There are no data parts
776 2025.01.02 23:34:05.594500 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
777 2025.01.02 23:34:05.594542 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
778 2025.01.02 23:34:05.596329 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
779 2025.01.02 23:34:05.596920 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
780 2025.01.02 23:34:05.597414 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 90
781 2025.01.02 23:34:06.000187 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 155.19 MiB, peak 155.19 MiB, free memory in arenas 0.00 B, will set to 151.47 MiB (RSS), difference: -3.72 MiB
782 2025.01.02 23:34:10.521254 [ 136 ] {} <Debug> DNSResolver: Updating DNS cache
783 2025.01.02 23:34:10.521351 [ 136 ] {} <Debug> DNSResolver: Updated DNS cache
784 2025.01.02 23:34:10.586673 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 976
785 2025.01.02 23:34:10.587543 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
786 2025.01.02 23:34:10.587589 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
787 2025.01.02 23:34:10.588287 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
788 2025.01.02 23:34:10.588812 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
789 2025.01.02 23:34:10.589235 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976
790 2025.01.02 23:34:10.648303 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16
791 2025.01.02 23:34:10.673471 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
792 2025.01.02 23:34:10.673533 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
793 2025.01.02 23:34:10.681016 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
794 2025.01.02 23:34:10.682902 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
795 2025.01.02 23:34:10.686138 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16
796 2025.01.02 23:34:11.000188 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 152.14 MiB, peak 156.14 MiB, free memory in arenas 0.00 B, will set to 154.20 MiB (RSS), difference: 2.06 MiB
797 2025.01.02 23:34:16.000242 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 150.22 MiB, peak 156.14 MiB, free memory in arenas 0.00 B, will set to 154.23 MiB (RSS), difference: 4.01 MiB
798 2025.01.02 23:34:18.089441 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1464
799 2025.01.02 23:34:18.090085 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
800 2025.01.02 23:34:18.090140 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
801 2025.01.02 23:34:18.090945 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
802 2025.01.02 23:34:18.091460 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
803 2025.01.02 23:34:18.091722 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1464
804 2025.01.02 23:34:18.186308 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23
805 2025.01.02 23:34:18.205355 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
806 2025.01.02 23:34:18.205413 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
807 2025.01.02 23:34:18.211832 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
808 2025.01.02 23:34:18.213028 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
809 2025.01.02 23:34:18.215784 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23
810 2025.01.02 23:34:25.521417 [ 107 ] {} <Debug> DNSResolver: Updating DNS cache
811 2025.01.02 23:34:25.521481 [ 107 ] {} <Debug> DNSResolver: Updated DNS cache
812 2025.01.02 23:34:25.591928 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1891
813 2025.01.02 23:34:25.592533 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
814 2025.01.02 23:34:25.592580 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
815 2025.01.02 23:34:25.593217 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
816 2025.01.02 23:34:25.593688 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
817 2025.01.02 23:34:25.593919 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891
818 2025.01.02 23:34:25.715953 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31
819 2025.01.02 23:34:25.734364 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
820 2025.01.02 23:34:25.734413 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
821 2025.01.02 23:34:25.741276 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
822 2025.01.02 23:34:25.742512 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
823 2025.01.02 23:34:25.745033 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31
824 2025.01.02 23:34:27.427933 [ 258 ] {} <Trace> TCP-Session: 2b4024dc-c037-4062-9751-980877cef6c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
825 2025.01.02 23:34:27.428138 [ 258 ] {10b25352-cdba-407b-a93b-6df500d57ef3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54295) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete)
826 2025.01.02 23:34:27.432519 [ 258 ] {10b25352-cdba-407b-a93b-6df500d57ef3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
827 2025.01.02 23:34:27.442809 [ 258 ] {10b25352-cdba-407b-a93b-6df500d57ef3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
828 2025.01.02 23:34:27.453680 [ 258 ] {10b25352-cdba-407b-a93b-6df500d57ef3} <Debug> TCPHandler: Processed in 0.0258818 sec.
829 2025.01.02 23:34:27.463622 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
830 2025.01.02 23:34:27.463847 [ 260 ] {3411f9fc-a1f7-4bb6-a172-2fac0ae0622e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
831 2025.01.02 23:34:27.475644 [ 260 ] {3411f9fc-a1f7-4bb6-a172-2fac0ae0622e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
832 2025.01.02 23:34:27.475736 [ 260 ] {3411f9fc-a1f7-4bb6-a172-2fac0ae0622e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
833 2025.01.02 23:34:27.476493 [ 260 ] {3411f9fc-a1f7-4bb6-a172-2fac0ae0622e} <Debug> TCPHandler: Processed in 0.012997771 sec.
834 2025.01.02 23:34:27.476810 [ 258 ] {} <Trace> TCP-Session: 2b4024dc-c037-4062-9751-980877cef6c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
835 2025.01.02 23:34:27.477005 [ 258 ] {2addca31-157c-4acc-835d-b973f1509163} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54295) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
836 2025.01.02 23:34:27.479446 [ 258 ] {2addca31-157c-4acc-835d-b973f1509163} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
837 2025.01.02 23:34:27.479520 [ 258 ] {2addca31-157c-4acc-835d-b973f1509163} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
838 2025.01.02 23:34:27.480154 [ 258 ] {2addca31-157c-4acc-835d-b973f1509163} <Debug> TCPHandler: Processed in 0.003414184 sec.
839 2025.01.02 23:34:27.480468 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
840 2025.01.02 23:34:27.480655 [ 260 ] {47fa0835-bf0a-41fc-a6b1-5a974e39d731} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
841 2025.01.02 23:34:27.481096 [ 260 ] {47fa0835-bf0a-41fc-a6b1-5a974e39d731} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
842 2025.01.02 23:34:27.481165 [ 260 ] {47fa0835-bf0a-41fc-a6b1-5a974e39d731} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
843 2025.01.02 23:34:27.481720 [ 260 ] {47fa0835-bf0a-41fc-a6b1-5a974e39d731} <Debug> TCPHandler: Processed in 0.001321067 sec.
844 2025.01.02 23:34:27.482853 [ 258 ] {} <Trace> TCP-Session: 2b4024dc-c037-4062-9751-980877cef6c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
845 2025.01.02 23:34:27.483033 [ 258 ] {10469163-607b-4fbf-829a-478fa1f8eed2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54295) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
846 2025.01.02 23:34:27.483457 [ 258 ] {10469163-607b-4fbf-829a-478fa1f8eed2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
847 2025.01.02 23:34:27.483513 [ 258 ] {10469163-607b-4fbf-829a-478fa1f8eed2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
848 2025.01.02 23:34:27.484050 [ 258 ] {10469163-607b-4fbf-829a-478fa1f8eed2} <Debug> TCPHandler: Processed in 0.001263587 sec.
849 2025.01.02 23:34:27.484321 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
850 2025.01.02 23:34:27.484486 [ 260 ] {0cd86c7e-8e4c-46e0-bc2e-464badb280c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) 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', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
851 2025.01.02 23:34:27.484925 [ 260 ] {0cd86c7e-8e4c-46e0-bc2e-464badb280c3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
852 2025.01.02 23:34:27.484993 [ 260 ] {0cd86c7e-8e4c-46e0-bc2e-464badb280c3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
853 2025.01.02 23:34:27.485569 [ 260 ] {0cd86c7e-8e4c-46e0-bc2e-464badb280c3} <Debug> TCPHandler: Processed in 0.001303737 sec.
854 2025.01.02 23:34:27.485883 [ 258 ] {} <Trace> TCP-Session: 2b4024dc-c037-4062-9751-980877cef6c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
855 2025.01.02 23:34:27.486043 [ 258 ] {706f4b08-6ee1-4a46-b9c8-8e279c855e03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54295) 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', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled') FORMAT Native; (stage: Complete)
856 2025.01.02 23:34:27.486413 [ 258 ] {706f4b08-6ee1-4a46-b9c8-8e279c855e03} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
857 2025.01.02 23:34:27.486469 [ 258 ] {706f4b08-6ee1-4a46-b9c8-8e279c855e03} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
858 2025.01.02 23:34:27.486980 [ 258 ] {706f4b08-6ee1-4a46-b9c8-8e279c855e03} <Debug> TCPHandler: Processed in 0.001151165 sec.
859 2025.01.02 23:34:27.487602 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
860 2025.01.02 23:34:27.487759 [ 260 ] {3a11aeac-f97f-4037-b028-8371e076500c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) 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', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up') FORMAT Native; (stage: Complete)
861 2025.01.02 23:34:27.488133 [ 260 ] {3a11aeac-f97f-4037-b028-8371e076500c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
862 2025.01.02 23:34:27.488194 [ 260 ] {3a11aeac-f97f-4037-b028-8371e076500c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
863 2025.01.02 23:34:27.488716 [ 260 ] {3a11aeac-f97f-4037-b028-8371e076500c} <Debug> TCPHandler: Processed in 0.001168495 sec.
864 2025.01.02 23:34:27.488992 [ 258 ] {} <Trace> TCP-Session: 2b4024dc-c037-4062-9751-980877cef6c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
865 2025.01.02 23:34:27.489145 [ 258 ] {fbccdc85-c63c-489e-ab30-0ca8f41f9f6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54295) 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', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity') FORMAT Native; (stage: Complete)
866 2025.01.02 23:34:27.489522 [ 258 ] {fbccdc85-c63c-489e-ab30-0ca8f41f9f6b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
867 2025.01.02 23:34:27.489579 [ 258 ] {fbccdc85-c63c-489e-ab30-0ca8f41f9f6b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
868 2025.01.02 23:34:27.490182 [ 258 ] {fbccdc85-c63c-489e-ab30-0ca8f41f9f6b} <Debug> TCPHandler: Processed in 0.001243906 sec.
869 2025.01.02 23:34:27.490498 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
870 2025.01.02 23:34:27.490657 [ 260 ] {cdd648fb-0768-474e-a001-cc8e98130fec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) 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', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete)
871 2025.01.02 23:34:27.491037 [ 260 ] {cdd648fb-0768-474e-a001-cc8e98130fec} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
872 2025.01.02 23:34:27.491092 [ 260 ] {cdd648fb-0768-474e-a001-cc8e98130fec} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
873 2025.01.02 23:34:27.491623 [ 260 ] {cdd648fb-0768-474e-a001-cc8e98130fec} <Debug> TCPHandler: Processed in 0.001180535 sec.
874 2025.01.02 23:34:27.492555 [ 258 ] {} <Trace> TCP-Session: 2b4024dc-c037-4062-9751-980877cef6c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
875 2025.01.02 23:34:27.492723 [ 258 ] {6977e429-5031-4ae3-81d6-024f0659a9e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54295) 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', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete)
876 2025.01.02 23:34:27.493106 [ 258 ] {6977e429-5031-4ae3-81d6-024f0659a9e7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
877 2025.01.02 23:34:27.493163 [ 258 ] {6977e429-5031-4ae3-81d6-024f0659a9e7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
878 2025.01.02 23:34:27.493686 [ 258 ] {6977e429-5031-4ae3-81d6-024f0659a9e7} <Debug> TCPHandler: Processed in 0.001200735 sec.
879 2025.01.02 23:34:27.493976 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
880 2025.01.02 23:34:27.494136 [ 260 ] {30392c0c-6201-46fd-b8f1-540fa5e93cda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) 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', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete)
881 2025.01.02 23:34:27.494524 [ 260 ] {30392c0c-6201-46fd-b8f1-540fa5e93cda} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
882 2025.01.02 23:34:27.494579 [ 260 ] {30392c0c-6201-46fd-b8f1-540fa5e93cda} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
883 2025.01.02 23:34:27.495095 [ 260 ] {30392c0c-6201-46fd-b8f1-540fa5e93cda} <Debug> TCPHandler: Processed in 0.001174106 sec.
884 2025.01.02 23:34:27.495360 [ 258 ] {} <Trace> TCP-Session: 2b4024dc-c037-4062-9751-980877cef6c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
885 2025.01.02 23:34:27.495539 [ 258 ] {3618e76a-e611-48f8-8295-deae9968d4a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54295) 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', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete)
886 2025.01.02 23:34:27.495997 [ 258 ] {3618e76a-e611-48f8-8295-deae9968d4a5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
887 2025.01.02 23:34:27.496065 [ 258 ] {3618e76a-e611-48f8-8295-deae9968d4a5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
888 2025.01.02 23:34:27.496629 [ 258 ] {3618e76a-e611-48f8-8295-deae9968d4a5} <Debug> TCPHandler: Processed in 0.001322398 sec.
889 2025.01.02 23:34:27.496893 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
890 2025.01.02 23:34:27.497053 [ 260 ] {f104bae2-81eb-493a-b4e3-cf02e0cdd05f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) 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', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete)
891 2025.01.02 23:34:27.497442 [ 260 ] {f104bae2-81eb-493a-b4e3-cf02e0cdd05f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
892 2025.01.02 23:34:27.497497 [ 260 ] {f104bae2-81eb-493a-b4e3-cf02e0cdd05f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
893 2025.01.02 23:34:27.498007 [ 260 ] {f104bae2-81eb-493a-b4e3-cf02e0cdd05f} <Debug> TCPHandler: Processed in 0.001168365 sec.
894 2025.01.02 23:34:27.498267 [ 258 ] {} <Trace> TCP-Session: 2b4024dc-c037-4062-9751-980877cef6c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
895 2025.01.02 23:34:27.498436 [ 258 ] {2f7c39d9-e99f-444f-bd81-a8a8a0600f65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54295) 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', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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)
896 2025.01.02 23:34:27.499119 [ 258 ] {2f7c39d9-e99f-444f-bd81-a8a8a0600f65} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
897 2025.01.02 23:34:27.499210 [ 258 ] {2f7c39d9-e99f-444f-bd81-a8a8a0600f65} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
898 2025.01.02 23:34:27.499809 [ 258 ] {2f7c39d9-e99f-444f-bd81-a8a8a0600f65} <Debug> TCPHandler: Processed in 0.001593611 sec.
899 2025.01.02 23:34:27.500047 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
900 2025.01.02 23:34:27.500208 [ 260 ] {fb4605f5-59d2-4c19-bd09-5ba0ae8f5ef5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) 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', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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)
901 2025.01.02 23:34:27.500600 [ 260 ] {fb4605f5-59d2-4c19-bd09-5ba0ae8f5ef5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
902 2025.01.02 23:34:27.500656 [ 260 ] {fb4605f5-59d2-4c19-bd09-5ba0ae8f5ef5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
903 2025.01.02 23:34:27.501164 [ 260 ] {fb4605f5-59d2-4c19-bd09-5ba0ae8f5ef5} <Debug> TCPHandler: Processed in 0.001169985 sec.
904 2025.01.02 23:34:27.505391 [ 258 ] {} <Trace> TCP-Session: 2b4024dc-c037-4062-9751-980877cef6c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
905 2025.01.02 23:34:27.505618 [ 258 ] {cb369c07-cf04-4dad-839d-8fdcb6827bef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54295) 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', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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)
906 2025.01.02 23:34:27.506104 [ 258 ] {cb369c07-cf04-4dad-839d-8fdcb6827bef} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
907 2025.01.02 23:34:27.506170 [ 258 ] {cb369c07-cf04-4dad-839d-8fdcb6827bef} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
908 2025.01.02 23:34:27.506889 [ 258 ] {cb369c07-cf04-4dad-839d-8fdcb6827bef} <Debug> TCPHandler: Processed in 0.001604651 sec.
909 2025.01.02 23:34:27.509162 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
910 2025.01.02 23:34:27.509312 [ 260 ] {b42e4123-f92e-4911-915e-402725b798b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
911 2025.01.02 23:34:27.509374 [ 260 ] {b42e4123-f92e-4911-915e-402725b798b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
912 2025.01.02 23:34:27.512329 [ 260 ] {b42e4123-f92e-4911-915e-402725b798b6} <Trace> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822): Trying to reserve 1.00 MiB using storage policy from min volume index 0
913 2025.01.02 23:34:27.512369 [ 260 ] {b42e4123-f92e-4911-915e-402725b798b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
914 2025.01.02 23:34:27.515169 [ 260 ] {b42e4123-f92e-4911-915e-402725b798b6} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
915 2025.01.02 23:34:27.515670 [ 260 ] {b42e4123-f92e-4911-915e-402725b798b6} <Trace> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
916 2025.01.02 23:34:27.515864 [ 260 ] {b42e4123-f92e-4911-915e-402725b798b6} <Debug> executeQuery: Read 17 rows, 3.01 KiB in 0.006595 sec., 2577.710386656558 rows/sec., 456.67 KiB/sec.
917 2025.01.02 23:34:27.515925 [ 260 ] {b42e4123-f92e-4911-915e-402725b798b6} <Debug> TCPHandler: Processed in 0.00682885 sec.
918 2025.01.02 23:34:27.516102 [ 258 ] {} <Trace> TCP-Session: 2b4024dc-c037-4062-9751-980877cef6c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
919 2025.01.02 23:34:27.516250 [ 258 ] {6992cc76-eadb-48fc-9d62-d0b6a56f1a33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54295) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
920 2025.01.02 23:34:27.516308 [ 258 ] {6992cc76-eadb-48fc-9d62-d0b6a56f1a33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
921 2025.01.02 23:34:27.522659 [ 258 ] {6992cc76-eadb-48fc-9d62-d0b6a56f1a33} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
922 2025.01.02 23:34:27.522714 [ 258 ] {6992cc76-eadb-48fc-9d62-d0b6a56f1a33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
923 2025.01.02 23:34:27.523405 [ 258 ] {6992cc76-eadb-48fc-9d62-d0b6a56f1a33} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
924 2025.01.02 23:34:27.523895 [ 258 ] {6992cc76-eadb-48fc-9d62-d0b6a56f1a33} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
925 2025.01.02 23:34:27.524188 [ 258 ] {6992cc76-eadb-48fc-9d62-d0b6a56f1a33} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.007964 sec., 1757.910597689603 rows/sec., 126.55 KiB/sec.
926 2025.01.02 23:34:27.524290 [ 258 ] {6992cc76-eadb-48fc-9d62-d0b6a56f1a33} <Debug> TCPHandler: Processed in 0.008257878 sec.
927 2025.01.02 23:34:27.524453 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
928 2025.01.02 23:34:27.524576 [ 260 ] {5e1773fc-bafa-4be6-bfb1-72228caa5d65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
929 2025.01.02 23:34:27.524625 [ 260 ] {5e1773fc-bafa-4be6-bfb1-72228caa5d65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
930 2025.01.02 23:34:27.527320 [ 260 ] {5e1773fc-bafa-4be6-bfb1-72228caa5d65} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
931 2025.01.02 23:34:27.527356 [ 260 ] {5e1773fc-bafa-4be6-bfb1-72228caa5d65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
932 2025.01.02 23:34:27.527948 [ 260 ] {5e1773fc-bafa-4be6-bfb1-72228caa5d65} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
933 2025.01.02 23:34:27.528510 [ 260 ] {5e1773fc-bafa-4be6-bfb1-72228caa5d65} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
934 2025.01.02 23:34:27.528689 [ 260 ] {5e1773fc-bafa-4be6-bfb1-72228caa5d65} <Debug> executeQuery: Read 198 rows, 18.36 KiB in 0.004141 sec., 47814.53755131611 rows/sec., 4.33 MiB/sec.
935 2025.01.02 23:34:27.528742 [ 260 ] {5e1773fc-bafa-4be6-bfb1-72228caa5d65} <Debug> TCPHandler: Processed in 0.004352707 sec.
936 2025.01.02 23:34:27.528910 [ 258 ] {} <Trace> TCP-Session: 2b4024dc-c037-4062-9751-980877cef6c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
937 2025.01.02 23:34:27.529048 [ 258 ] {d1dfccbc-9f0d-4d29-b235-a6f9804bff8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54295) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
938 2025.01.02 23:34:27.529103 [ 258 ] {d1dfccbc-9f0d-4d29-b235-a6f9804bff8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
939 2025.01.02 23:34:27.529781 [ 258 ] {d1dfccbc-9f0d-4d29-b235-a6f9804bff8e} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
940 2025.01.02 23:34:27.529818 [ 258 ] {d1dfccbc-9f0d-4d29-b235-a6f9804bff8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
941 2025.01.02 23:34:27.530493 [ 258 ] {d1dfccbc-9f0d-4d29-b235-a6f9804bff8e} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
942 2025.01.02 23:34:27.531020 [ 258 ] {d1dfccbc-9f0d-4d29-b235-a6f9804bff8e} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
943 2025.01.02 23:34:27.531303 [ 258 ] {d1dfccbc-9f0d-4d29-b235-a6f9804bff8e} <Debug> executeQuery: Read 32 rows, 2.34 KiB in 0.002265 sec., 14128.0353200883 rows/sec., 1.01 MiB/sec.
944 2025.01.02 23:34:27.531408 [ 258 ] {d1dfccbc-9f0d-4d29-b235-a6f9804bff8e} <Debug> TCPHandler: Processed in 0.002565483 sec.
945 2025.01.02 23:34:27.531625 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
946 2025.01.02 23:34:27.531854 [ 260 ] {c4a97022-cf19-4559-be73-41b4d40a8042} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
947 2025.01.02 23:34:27.531939 [ 260 ] {c4a97022-cf19-4559-be73-41b4d40a8042} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
948 2025.01.02 23:34:27.532698 [ 260 ] {c4a97022-cf19-4559-be73-41b4d40a8042} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
949 2025.01.02 23:34:27.532734 [ 260 ] {c4a97022-cf19-4559-be73-41b4d40a8042} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
950 2025.01.02 23:34:27.533362 [ 260 ] {c4a97022-cf19-4559-be73-41b4d40a8042} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
951 2025.01.02 23:34:27.533828 [ 260 ] {c4a97022-cf19-4559-be73-41b4d40a8042} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
952 2025.01.02 23:34:27.534025 [ 260 ] {c4a97022-cf19-4559-be73-41b4d40a8042} <Debug> executeQuery: Read 15 rows, 1.05 KiB in 0.00223 sec., 6726.457399103138 rows/sec., 469.45 KiB/sec.
953 2025.01.02 23:34:27.534079 [ 260 ] {c4a97022-cf19-4559-be73-41b4d40a8042} <Debug> TCPHandler: Processed in 0.002562974 sec.
954 2025.01.02 23:34:27.534235 [ 258 ] {} <Trace> TCP-Session: 2b4024dc-c037-4062-9751-980877cef6c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
955 2025.01.02 23:34:27.534370 [ 258 ] {c4f3e858-ef71-411d-b70d-b8303c82d32f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54295) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
956 2025.01.02 23:34:27.534425 [ 258 ] {c4f3e858-ef71-411d-b70d-b8303c82d32f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
957 2025.01.02 23:34:27.535085 [ 258 ] {c4f3e858-ef71-411d-b70d-b8303c82d32f} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0
958 2025.01.02 23:34:27.535132 [ 258 ] {c4f3e858-ef71-411d-b70d-b8303c82d32f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
959 2025.01.02 23:34:27.535668 [ 258 ] {c4f3e858-ef71-411d-b70d-b8303c82d32f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
960 2025.01.02 23:34:27.536169 [ 258 ] {c4f3e858-ef71-411d-b70d-b8303c82d32f} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
961 2025.01.02 23:34:27.536458 [ 258 ] {c4f3e858-ef71-411d-b70d-b8303c82d32f} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.002107 sec., 6169.909824394875 rows/sec., 384.69 KiB/sec.
962 2025.01.02 23:34:27.536522 [ 258 ] {c4f3e858-ef71-411d-b70d-b8303c82d32f} <Debug> TCPHandler: Processed in 0.002354731 sec.
963 2025.01.02 23:34:27.536725 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
964 2025.01.02 23:34:27.536949 [ 260 ] {4e7b1edd-c14b-4865-93e1-60f40b5640f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
965 2025.01.02 23:34:27.537038 [ 260 ] {4e7b1edd-c14b-4865-93e1-60f40b5640f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
966 2025.01.02 23:34:27.537967 [ 260 ] {4e7b1edd-c14b-4865-93e1-60f40b5640f0} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
967 2025.01.02 23:34:27.538004 [ 260 ] {4e7b1edd-c14b-4865-93e1-60f40b5640f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
968 2025.01.02 23:34:27.538545 [ 260 ] {4e7b1edd-c14b-4865-93e1-60f40b5640f0} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
969 2025.01.02 23:34:27.539009 [ 260 ] {4e7b1edd-c14b-4865-93e1-60f40b5640f0} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
970 2025.01.02 23:34:27.539197 [ 260 ] {4e7b1edd-c14b-4865-93e1-60f40b5640f0} <Debug> executeQuery: Read 359 rows, 25.86 KiB in 0.002301 sec., 156019.12212081702 rows/sec., 10.98 MiB/sec.
971 2025.01.02 23:34:27.539283 [ 260 ] {4e7b1edd-c14b-4865-93e1-60f40b5640f0} <Debug> TCPHandler: Processed in 0.002667116 sec.
972 2025.01.02 23:34:27.539426 [ 258 ] {} <Trace> TCP-Session: 2b4024dc-c037-4062-9751-980877cef6c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
973 2025.01.02 23:34:27.539542 [ 258 ] {fa86f282-2fc9-4a6a-81ed-941d2b32f0a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54295) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
974 2025.01.02 23:34:27.539592 [ 258 ] {fa86f282-2fc9-4a6a-81ed-941d2b32f0a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
975 2025.01.02 23:34:27.542092 [ 258 ] {fa86f282-2fc9-4a6a-81ed-941d2b32f0a4} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Trying to reserve 1.00 MiB using storage policy from min volume index 0
976 2025.01.02 23:34:27.542137 [ 258 ] {fa86f282-2fc9-4a6a-81ed-941d2b32f0a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
977 2025.01.02 23:34:27.546679 [ 258 ] {fa86f282-2fc9-4a6a-81ed-941d2b32f0a4} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
978 2025.01.02 23:34:27.547279 [ 258 ] {fa86f282-2fc9-4a6a-81ed-941d2b32f0a4} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
979 2025.01.02 23:34:27.547520 [ 258 ] {fa86f282-2fc9-4a6a-81ed-941d2b32f0a4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.008001 sec., 749.9062617172854 rows/sec., 39.18 KiB/sec.
980 2025.01.02 23:34:27.547570 [ 258 ] {fa86f282-2fc9-4a6a-81ed-941d2b32f0a4} <Debug> TCPHandler: Processed in 0.008197888 sec.
981 2025.01.02 23:34:27.547726 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
982 2025.01.02 23:34:27.547867 [ 260 ] {db2b29a9-df05-46f7-a465-dda5594ea102} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
983 2025.01.02 23:34:27.547928 [ 260 ] {db2b29a9-df05-46f7-a465-dda5594ea102} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
984 2025.01.02 23:34:27.548533 [ 260 ] {db2b29a9-df05-46f7-a465-dda5594ea102} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
985 2025.01.02 23:34:27.548572 [ 260 ] {db2b29a9-df05-46f7-a465-dda5594ea102} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
986 2025.01.02 23:34:27.549066 [ 260 ] {db2b29a9-df05-46f7-a465-dda5594ea102} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
987 2025.01.02 23:34:27.549618 [ 260 ] {db2b29a9-df05-46f7-a465-dda5594ea102} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
988 2025.01.02 23:34:27.549855 [ 260 ] {db2b29a9-df05-46f7-a465-dda5594ea102} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.002017 sec., 38175.50818046604 rows/sec., 2.35 MiB/sec.
989 2025.01.02 23:34:27.549909 [ 260 ] {db2b29a9-df05-46f7-a465-dda5594ea102} <Debug> TCPHandler: Processed in 0.002249729 sec.
990 2025.01.02 23:34:27.550065 [ 258 ] {} <Trace> TCP-Session: 2b4024dc-c037-4062-9751-980877cef6c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
991 2025.01.02 23:34:27.550201 [ 258 ] {ec6bcc70-f787-4e65-ac6b-a741cf0a64f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54295) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
992 2025.01.02 23:34:27.550259 [ 258 ] {ec6bcc70-f787-4e65-ac6b-a741cf0a64f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
993 2025.01.02 23:34:27.550742 [ 258 ] {ec6bcc70-f787-4e65-ac6b-a741cf0a64f5} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
994 2025.01.02 23:34:27.550780 [ 258 ] {ec6bcc70-f787-4e65-ac6b-a741cf0a64f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
995 2025.01.02 23:34:27.551369 [ 258 ] {ec6bcc70-f787-4e65-ac6b-a741cf0a64f5} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
996 2025.01.02 23:34:27.551913 [ 258 ] {ec6bcc70-f787-4e65-ac6b-a741cf0a64f5} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
997 2025.01.02 23:34:27.552176 [ 258 ] {ec6bcc70-f787-4e65-ac6b-a741cf0a64f5} <Debug> executeQuery: Read 2 rows, 134.00 B in 0.001989 sec., 1005.5304172951232 rows/sec., 65.79 KiB/sec.
998 2025.01.02 23:34:27.552275 [ 258 ] {ec6bcc70-f787-4e65-ac6b-a741cf0a64f5} <Debug> TCPHandler: Processed in 0.00227361 sec.
999 2025.01.02 23:34:27.552429 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1000 2025.01.02 23:34:27.552565 [ 260 ] {13492ef0-743a-4f3f-ab41-e539e88192f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1001 2025.01.02 23:34:27.552655 [ 260 ] {13492ef0-743a-4f3f-ab41-e539e88192f5} <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
1002 2025.01.02 23:34:27.553920 [ 260 ] {13492ef0-743a-4f3f-ab41-e539e88192f5} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1003 2025.01.02 23:34:27.553959 [ 260 ] {13492ef0-743a-4f3f-ab41-e539e88192f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1004 2025.01.02 23:34:27.556909 [ 260 ] {13492ef0-743a-4f3f-ab41-e539e88192f5} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1005 2025.01.02 23:34:27.557471 [ 260 ] {13492ef0-743a-4f3f-ab41-e539e88192f5} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1006 2025.01.02 23:34:27.557745 [ 260 ] {13492ef0-743a-4f3f-ab41-e539e88192f5} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.005209 sec., 4799.385678633135 rows/sec., 8.60 MiB/sec.
1007 2025.01.02 23:34:27.557848 [ 260 ] {13492ef0-743a-4f3f-ab41-e539e88192f5} <Debug> TCPHandler: Processed in 0.005485402 sec.
1008 2025.01.02 23:34:27.558021 [ 258 ] {} <Trace> TCP-Session: 2b4024dc-c037-4062-9751-980877cef6c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1009 2025.01.02 23:34:27.558161 [ 258 ] {f92d0388-9a82-457d-a0d2-3622e40ba758} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54295) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete)
1010 2025.01.02 23:34:27.558222 [ 258 ] {f92d0388-9a82-457d-a0d2-3622e40ba758} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
1011 2025.01.02 23:34:27.560786 [ 258 ] {f92d0388-9a82-457d-a0d2-3622e40ba758} <Trace> oximeter.measurements_i64 (1f89d59b-a671-4d28-9ac6-16720bd75fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1012 2025.01.02 23:34:27.560830 [ 258 ] {f92d0388-9a82-457d-a0d2-3622e40ba758} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1013 2025.01.02 23:34:27.561563 [ 258 ] {f92d0388-9a82-457d-a0d2-3622e40ba758} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1014 2025.01.02 23:34:27.562075 [ 258 ] {f92d0388-9a82-457d-a0d2-3622e40ba758} <Trace> oximeter.measurements_i64 (1f89d59b-a671-4d28-9ac6-16720bd75fa0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1015 2025.01.02 23:34:27.562337 [ 258 ] {f92d0388-9a82-457d-a0d2-3622e40ba758} <Debug> executeQuery: Read 24 rows, 1.78 KiB in 0.004186 sec., 5733.397037744864 rows/sec., 425.29 KiB/sec.
1016 2025.01.02 23:34:27.562419 [ 258 ] {f92d0388-9a82-457d-a0d2-3622e40ba758} <Debug> TCPHandler: Processed in 0.004463719 sec.
1017 2025.01.02 23:34:27.562592 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1018 2025.01.02 23:34:27.562731 [ 260 ] {448cff03-80d6-4886-808b-7dce81d826f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1019 2025.01.02 23:34:27.562789 [ 260 ] {448cff03-80d6-4886-808b-7dce81d826f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1020 2025.01.02 23:34:27.563350 [ 260 ] {448cff03-80d6-4886-808b-7dce81d826f4} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1021 2025.01.02 23:34:27.563396 [ 260 ] {448cff03-80d6-4886-808b-7dce81d826f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1022 2025.01.02 23:34:27.563874 [ 260 ] {448cff03-80d6-4886-808b-7dce81d826f4} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1023 2025.01.02 23:34:27.564393 [ 260 ] {448cff03-80d6-4886-808b-7dce81d826f4} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1024 2025.01.02 23:34:27.564649 [ 260 ] {448cff03-80d6-4886-808b-7dce81d826f4} <Debug> executeQuery: Read 22 rows, 1.19 KiB in 0.001934 sec., 11375.387797311272 rows/sec., 616.54 KiB/sec.
1025 2025.01.02 23:34:27.564756 [ 260 ] {448cff03-80d6-4886-808b-7dce81d826f4} <Debug> TCPHandler: Processed in 0.00223239 sec.
1026 2025.01.02 23:34:33.094127 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2379
1027 2025.01.02 23:34:33.094865 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1028 2025.01.02 23:34:33.094917 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1029 2025.01.02 23:34:33.095558 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1030 2025.01.02 23:34:33.096054 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1031 2025.01.02 23:34:33.096317 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2379
1032 2025.01.02 23:34:33.245192 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38
1033 2025.01.02 23:34:33.264447 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1034 2025.01.02 23:34:33.264505 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1035 2025.01.02 23:34:33.271478 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1036 2025.01.02 23:34:33.272711 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1037 2025.01.02 23:34:33.275881 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38
1038 2025.01.02 23:34:35.598249 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 60 entries to flush up to offset 150
1039 2025.01.02 23:34:35.602550 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1040 2025.01.02 23:34:35.602595 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1041 2025.01.02 23:34:35.604070 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1042 2025.01.02 23:34:35.604365 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1043 2025.01.02 23:34:35.605114 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 150
1044 2025.01.02 23:34:37.432659 [ 258 ] {} <Trace> TCP-Session: 2b4024dc-c037-4062-9751-980877cef6c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1045 2025.01.02 23:34:37.432850 [ 258 ] {2c585887-4da5-47ea-8748-cf08298239e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54295) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
1046 2025.01.02 23:34:37.432923 [ 258 ] {2c585887-4da5-47ea-8748-cf08298239e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
1047 2025.01.02 23:34:37.433672 [ 258 ] {2c585887-4da5-47ea-8748-cf08298239e0} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1048 2025.01.02 23:34:37.433724 [ 258 ] {2c585887-4da5-47ea-8748-cf08298239e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1049 2025.01.02 23:34:37.434158 [ 258 ] {2c585887-4da5-47ea-8748-cf08298239e0} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1050 2025.01.02 23:34:37.434413 [ 258 ] {2c585887-4da5-47ea-8748-cf08298239e0} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1051 2025.01.02 23:34:37.434688 [ 258 ] {2c585887-4da5-47ea-8748-cf08298239e0} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001868 sec., 7494.646680942184 rows/sec., 539.51 KiB/sec.
1052 2025.01.02 23:34:37.434797 [ 258 ] {2c585887-4da5-47ea-8748-cf08298239e0} <Debug> TCPHandler: Processed in 0.00227252 sec.
1053 2025.01.02 23:34:37.435059 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1054 2025.01.02 23:34:37.435245 [ 260 ] {593e7e9d-a1c1-403a-aa93-caf530f5a4a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1055 2025.01.02 23:34:37.435311 [ 260 ] {593e7e9d-a1c1-403a-aa93-caf530f5a4a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1056 2025.01.02 23:34:37.436103 [ 260 ] {593e7e9d-a1c1-403a-aa93-caf530f5a4a9} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1057 2025.01.02 23:34:37.436145 [ 260 ] {593e7e9d-a1c1-403a-aa93-caf530f5a4a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1058 2025.01.02 23:34:37.436582 [ 260 ] {593e7e9d-a1c1-403a-aa93-caf530f5a4a9} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1059 2025.01.02 23:34:37.436828 [ 260 ] {593e7e9d-a1c1-403a-aa93-caf530f5a4a9} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1060 2025.01.02 23:34:37.437088 [ 260 ] {593e7e9d-a1c1-403a-aa93-caf530f5a4a9} <Debug> executeQuery: Read 197 rows, 18.27 KiB in 0.001872 sec., 105235.04273504273 rows/sec., 9.53 MiB/sec.
1061 2025.01.02 23:34:37.437168 [ 260 ] {593e7e9d-a1c1-403a-aa93-caf530f5a4a9} <Debug> TCPHandler: Processed in 0.002235429 sec.
1062 2025.01.02 23:34:37.437336 [ 258 ] {} <Trace> TCP-Session: 2b4024dc-c037-4062-9751-980877cef6c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1063 2025.01.02 23:34:37.437483 [ 258 ] {1f8c8c21-972e-46df-9a3e-a04bcaf0b9e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54295) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1064 2025.01.02 23:34:37.437542 [ 258 ] {1f8c8c21-972e-46df-9a3e-a04bcaf0b9e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1065 2025.01.02 23:34:37.438176 [ 258 ] {1f8c8c21-972e-46df-9a3e-a04bcaf0b9e9} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1066 2025.01.02 23:34:37.438218 [ 258 ] {1f8c8c21-972e-46df-9a3e-a04bcaf0b9e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1067 2025.01.02 23:34:37.438580 [ 258 ] {1f8c8c21-972e-46df-9a3e-a04bcaf0b9e9} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1068 2025.01.02 23:34:37.438819 [ 258 ] {1f8c8c21-972e-46df-9a3e-a04bcaf0b9e9} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1069 2025.01.02 23:34:37.439023 [ 258 ] {1f8c8c21-972e-46df-9a3e-a04bcaf0b9e9} <Debug> executeQuery: Read 32 rows, 2.34 KiB in 0.001576 sec., 20304.568527918782 rows/sec., 1.45 MiB/sec.
1070 2025.01.02 23:34:37.439077 [ 258 ] {1f8c8c21-972e-46df-9a3e-a04bcaf0b9e9} <Debug> TCPHandler: Processed in 0.001807854 sec.
1071 2025.01.02 23:34:37.439232 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1072 2025.01.02 23:34:37.439369 [ 260 ] {dbeddc83-0b6d-4f4e-82d2-0b0833f1585e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1073 2025.01.02 23:34:37.439425 [ 260 ] {dbeddc83-0b6d-4f4e-82d2-0b0833f1585e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1074 2025.01.02 23:34:37.440052 [ 260 ] {dbeddc83-0b6d-4f4e-82d2-0b0833f1585e} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1075 2025.01.02 23:34:37.440091 [ 260 ] {dbeddc83-0b6d-4f4e-82d2-0b0833f1585e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1076 2025.01.02 23:34:37.440446 [ 260 ] {dbeddc83-0b6d-4f4e-82d2-0b0833f1585e} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1077 2025.01.02 23:34:37.440682 [ 260 ] {dbeddc83-0b6d-4f4e-82d2-0b0833f1585e} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1078 2025.01.02 23:34:37.440918 [ 260 ] {dbeddc83-0b6d-4f4e-82d2-0b0833f1585e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00156 sec., 8974.358974358975 rows/sec., 628.51 KiB/sec.
1079 2025.01.02 23:34:37.440981 [ 260 ] {dbeddc83-0b6d-4f4e-82d2-0b0833f1585e} <Debug> TCPHandler: Processed in 0.001812474 sec.
1080 2025.01.02 23:34:37.441141 [ 258 ] {} <Trace> TCP-Session: 2b4024dc-c037-4062-9751-980877cef6c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1081 2025.01.02 23:34:37.441279 [ 258 ] {86f0c843-e89f-409a-9c09-31bde76f113d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54295) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
1082 2025.01.02 23:34:37.441336 [ 258 ] {86f0c843-e89f-409a-9c09-31bde76f113d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1083 2025.01.02 23:34:37.441978 [ 258 ] {86f0c843-e89f-409a-9c09-31bde76f113d} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1084 2025.01.02 23:34:37.442018 [ 258 ] {86f0c843-e89f-409a-9c09-31bde76f113d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1085 2025.01.02 23:34:37.442369 [ 258 ] {86f0c843-e89f-409a-9c09-31bde76f113d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1086 2025.01.02 23:34:37.442615 [ 258 ] {86f0c843-e89f-409a-9c09-31bde76f113d} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1087 2025.01.02 23:34:37.442881 [ 258 ] {86f0c843-e89f-409a-9c09-31bde76f113d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001617 sec., 8039.579468150897 rows/sec., 501.27 KiB/sec.
1088 2025.01.02 23:34:37.442949 [ 258 ] {86f0c843-e89f-409a-9c09-31bde76f113d} <Debug> TCPHandler: Processed in 0.001874915 sec.
1089 2025.01.02 23:34:37.443102 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1090 2025.01.02 23:34:37.443239 [ 260 ] {c0e95f4c-9ac3-4aa0-a5f9-f69ce9d6cefa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1091 2025.01.02 23:34:37.443295 [ 260 ] {c0e95f4c-9ac3-4aa0-a5f9-f69ce9d6cefa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1092 2025.01.02 23:34:37.444077 [ 260 ] {c0e95f4c-9ac3-4aa0-a5f9-f69ce9d6cefa} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1093 2025.01.02 23:34:37.444116 [ 260 ] {c0e95f4c-9ac3-4aa0-a5f9-f69ce9d6cefa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1094 2025.01.02 23:34:37.444488 [ 260 ] {c0e95f4c-9ac3-4aa0-a5f9-f69ce9d6cefa} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1095 2025.01.02 23:34:37.444735 [ 260 ] {c0e95f4c-9ac3-4aa0-a5f9-f69ce9d6cefa} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1096 2025.01.02 23:34:37.444972 [ 260 ] {c0e95f4c-9ac3-4aa0-a5f9-f69ce9d6cefa} <Debug> executeQuery: Read 343 rows, 24.57 KiB in 0.001744 sec., 196674.3119266055 rows/sec., 13.76 MiB/sec.
1097 2025.01.02 23:34:37.445075 [ 260 ] {c0e95f4c-9ac3-4aa0-a5f9-f69ce9d6cefa} <Debug> TCPHandler: Processed in 0.002037846 sec.
1098 2025.01.02 23:34:37.445228 [ 258 ] {} <Trace> TCP-Session: 2b4024dc-c037-4062-9751-980877cef6c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1099 2025.01.02 23:34:37.445364 [ 258 ] {e0b6ba45-fbbd-49a8-b50f-2bc09c30c596} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54295) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
1100 2025.01.02 23:34:37.445424 [ 258 ] {e0b6ba45-fbbd-49a8-b50f-2bc09c30c596} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
1101 2025.01.02 23:34:37.445958 [ 258 ] {e0b6ba45-fbbd-49a8-b50f-2bc09c30c596} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1102 2025.01.02 23:34:37.446001 [ 258 ] {e0b6ba45-fbbd-49a8-b50f-2bc09c30c596} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1103 2025.01.02 23:34:37.446365 [ 258 ] {e0b6ba45-fbbd-49a8-b50f-2bc09c30c596} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1104 2025.01.02 23:34:37.446600 [ 258 ] {e0b6ba45-fbbd-49a8-b50f-2bc09c30c596} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1105 2025.01.02 23:34:37.446805 [ 258 ] {e0b6ba45-fbbd-49a8-b50f-2bc09c30c596} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001472 sec., 4076.086956521739 rows/sec., 212.96 KiB/sec.
1106 2025.01.02 23:34:37.446858 [ 258 ] {e0b6ba45-fbbd-49a8-b50f-2bc09c30c596} <Debug> TCPHandler: Processed in 0.001696163 sec.
1107 2025.01.02 23:34:37.447017 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1108 2025.01.02 23:34:37.447155 [ 260 ] {79be83f0-8bac-4283-b974-c02af4fcb85a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1109 2025.01.02 23:34:37.447214 [ 260 ] {79be83f0-8bac-4283-b974-c02af4fcb85a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1110 2025.01.02 23:34:37.447825 [ 260 ] {79be83f0-8bac-4283-b974-c02af4fcb85a} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1111 2025.01.02 23:34:37.447862 [ 260 ] {79be83f0-8bac-4283-b974-c02af4fcb85a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1112 2025.01.02 23:34:37.448232 [ 260 ] {79be83f0-8bac-4283-b974-c02af4fcb85a} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1113 2025.01.02 23:34:37.448468 [ 260 ] {79be83f0-8bac-4283-b974-c02af4fcb85a} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1114 2025.01.02 23:34:37.448656 [ 260 ] {79be83f0-8bac-4283-b974-c02af4fcb85a} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.00153 sec., 50326.79738562092 rows/sec., 3.10 MiB/sec.
1115 2025.01.02 23:34:37.448708 [ 260 ] {79be83f0-8bac-4283-b974-c02af4fcb85a} <Debug> TCPHandler: Processed in 0.001757433 sec.
1116 2025.01.02 23:34:37.448859 [ 258 ] {} <Trace> TCP-Session: 2b4024dc-c037-4062-9751-980877cef6c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1117 2025.01.02 23:34:37.449001 [ 258 ] {8adb4668-a9ea-4130-a7f9-0ba409130c89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54295) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
1118 2025.01.02 23:34:37.449060 [ 258 ] {8adb4668-a9ea-4130-a7f9-0ba409130c89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
1119 2025.01.02 23:34:37.449602 [ 258 ] {8adb4668-a9ea-4130-a7f9-0ba409130c89} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1120 2025.01.02 23:34:37.449648 [ 258 ] {8adb4668-a9ea-4130-a7f9-0ba409130c89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1121 2025.01.02 23:34:37.450027 [ 258 ] {8adb4668-a9ea-4130-a7f9-0ba409130c89} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1122 2025.01.02 23:34:37.450262 [ 258 ] {8adb4668-a9ea-4130-a7f9-0ba409130c89} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1123 2025.01.02 23:34:37.450534 [ 258 ] {8adb4668-a9ea-4130-a7f9-0ba409130c89} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00155 sec., 645.1612903225806 rows/sec., 43.47 KiB/sec.
1124 2025.01.02 23:34:37.450610 [ 258 ] {8adb4668-a9ea-4130-a7f9-0ba409130c89} <Debug> TCPHandler: Processed in 0.001817854 sec.
1125 2025.01.02 23:34:37.450759 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1126 2025.01.02 23:34:37.450897 [ 260 ] {2585e56f-dcf9-4317-a1fd-9f4de6555c82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1127 2025.01.02 23:34:37.450987 [ 260 ] {2585e56f-dcf9-4317-a1fd-9f4de6555c82} <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
1128 2025.01.02 23:34:37.452284 [ 260 ] {2585e56f-dcf9-4317-a1fd-9f4de6555c82} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1129 2025.01.02 23:34:37.452322 [ 260 ] {2585e56f-dcf9-4317-a1fd-9f4de6555c82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1130 2025.01.02 23:34:37.452963 [ 260 ] {2585e56f-dcf9-4317-a1fd-9f4de6555c82} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1131 2025.01.02 23:34:37.453220 [ 260 ] {2585e56f-dcf9-4317-a1fd-9f4de6555c82} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1132 2025.01.02 23:34:37.453436 [ 260 ] {2585e56f-dcf9-4317-a1fd-9f4de6555c82} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.00257 sec., 9727.62645914397 rows/sec., 17.43 MiB/sec.
1133 2025.01.02 23:34:37.453525 [ 260 ] {2585e56f-dcf9-4317-a1fd-9f4de6555c82} <Debug> TCPHandler: Processed in 0.002823588 sec.
1134 2025.01.02 23:34:37.453680 [ 258 ] {} <Trace> TCP-Session: 2b4024dc-c037-4062-9751-980877cef6c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1135 2025.01.02 23:34:37.453815 [ 258 ] {fe537124-6ec1-4f0c-a237-d8e9bf7084fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54295) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1136 2025.01.02 23:34:37.453874 [ 258 ] {fe537124-6ec1-4f0c-a237-d8e9bf7084fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1137 2025.01.02 23:34:37.454421 [ 258 ] {fe537124-6ec1-4f0c-a237-d8e9bf7084fb} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1138 2025.01.02 23:34:37.454467 [ 258 ] {fe537124-6ec1-4f0c-a237-d8e9bf7084fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1139 2025.01.02 23:34:37.454884 [ 258 ] {fe537124-6ec1-4f0c-a237-d8e9bf7084fb} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1140 2025.01.02 23:34:37.455131 [ 258 ] {fe537124-6ec1-4f0c-a237-d8e9bf7084fb} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1141 2025.01.02 23:34:37.455348 [ 258 ] {fe537124-6ec1-4f0c-a237-d8e9bf7084fb} <Debug> executeQuery: Read 22 rows, 1.19 KiB in 0.001563 sec., 14075.495841330774 rows/sec., 762.88 KiB/sec.
1142 2025.01.02 23:34:37.455399 [ 258 ] {fe537124-6ec1-4f0c-a237-d8e9bf7084fb} <Debug> TCPHandler: Processed in 0.001786233 sec.
1143 2025.01.02 23:34:40.521532 [ 83 ] {} <Debug> DNSResolver: Updating DNS cache
1144 2025.01.02 23:34:40.521604 [ 83 ] {} <Debug> DNSResolver: Updated DNS cache
1145 2025.01.02 23:34:40.596530 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2806
1146 2025.01.02 23:34:40.597156 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1147 2025.01.02 23:34:40.597204 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1148 2025.01.02 23:34:40.597790 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1149 2025.01.02 23:34:40.598052 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1150 2025.01.02 23:34:40.598260 [ 83 ] {} <Debug> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1151 2025.01.02 23:34:40.598291 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806
1152 2025.01.02 23:34:40.598368 [ 83 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1153 2025.01.02 23:34:40.598399 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1154 2025.01.02 23:34:40.602495 [ 202 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::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
1155 2025.01.02 23:34:40.602640 [ 202 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1156 2025.01.02 23:34:40.602742 [ 202 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::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
1157 2025.01.02 23:34:40.604864 [ 202 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::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
1158 2025.01.02 23:34:40.605001 [ 202 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::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
1159 2025.01.02 23:34:40.607102 [ 202 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::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
1160 2025.01.02 23:34:40.608975 [ 202 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::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
1161 2025.01.02 23:34:40.613619 [ 202 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::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
1162 2025.01.02 23:34:40.637157 [ 187 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.038663068 sec., 72575.72006442944 rows/sec., 1.04 MiB/sec.
1163 2025.01.02 23:34:40.637852 [ 197 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1164 2025.01.02 23:34:40.638243 [ 197 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_6_1} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1165 2025.01.02 23:34:40.638335 [ 197 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_6_1} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1166 2025.01.02 23:34:40.638471 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB.
1167 2025.01.02 23:34:40.776047 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46
1168 2025.01.02 23:34:40.795547 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1169 2025.01.02 23:34:40.795620 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1170 2025.01.02 23:34:40.802703 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1171 2025.01.02 23:34:40.803498 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1172 2025.01.02 23:34:40.803875 [ 83 ] {} <Debug> system.metric_log (31b60859-c590-4889-866a-026624596be5) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1173 2025.01.02 23:34:40.804004 [ 83 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1174 2025.01.02 23:34:40.804076 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1175 2025.01.02 23:34:40.804498 [ 197 ] {31b60859-c590-4889-866a-026624596be5::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
1176 2025.01.02 23:34:40.813625 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46
1177 2025.01.02 23:34:40.814754 [ 197 ] {31b60859-c590-4889-866a-026624596be5::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1178 2025.01.02 23:34:40.815608 [ 197 ] {31b60859-c590-4889-866a-026624596be5::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
1179 2025.01.02 23:34:40.819933 [ 197 ] {31b60859-c590-4889-866a-026624596be5::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
1180 2025.01.02 23:34:40.824221 [ 197 ] {31b60859-c590-4889-866a-026624596be5::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
1181 2025.01.02 23:34:40.828646 [ 197 ] {31b60859-c590-4889-866a-026624596be5::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
1182 2025.01.02 23:34:40.837709 [ 197 ] {31b60859-c590-4889-866a-026624596be5::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
1183 2025.01.02 23:34:40.841917 [ 197 ] {31b60859-c590-4889-866a-026624596be5::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
1184 2025.01.02 23:34:40.902369 [ 187 ] {31b60859-c590-4889-866a-026624596be5::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.09817568 sec., 468.54781143354444 rows/sec., 2.42 MiB/sec.
1185 2025.01.02 23:34:40.904973 [ 191 ] {31b60859-c590-4889-866a-026624596be5::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1186 2025.01.02 23:34:40.908033 [ 191 ] {31b60859-c590-4889-866a-026624596be5::all_1_6_1} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1187 2025.01.02 23:34:40.908157 [ 191 ] {31b60859-c590-4889-866a-026624596be5::all_1_6_1} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1188 2025.01.02 23:34:40.910561 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB.
1189 2025.01.02 23:34:41.000225 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 158.70 MiB, peak 168.24 MiB, free memory in arenas 0.00 B, will set to 163.38 MiB (RSS), difference: 4.67 MiB
1190 2025.01.02 23:34:45.605751 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 172
1191 2025.01.02 23:34:45.608641 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1192 2025.01.02 23:34:45.608698 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1193 2025.01.02 23:34:45.610272 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1194 2025.01.02 23:34:45.610583 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1195 2025.01.02 23:34:45.611405 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 172
1196 2025.01.02 23:34:47.434021 [ 258 ] {} <Trace> TCP-Session: 2b4024dc-c037-4062-9751-980877cef6c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1197 2025.01.02 23:34:47.434302 [ 258 ] {51883491-4bcb-407c-bbc0-d8eea2d187b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54295) 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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)
1198 2025.01.02 23:34:47.436699 [ 258 ] {51883491-4bcb-407c-bbc0-d8eea2d187b6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1199 2025.01.02 23:34:47.440681 [ 258 ] {51883491-4bcb-407c-bbc0-d8eea2d187b6} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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
1200 2025.01.02 23:34:47.441046 [ 258 ] {51883491-4bcb-407c-bbc0-d8eea2d187b6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1201 2025.01.02 23:34:47.445166 [ 258 ] {51883491-4bcb-407c-bbc0-d8eea2d187b6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1202 2025.01.02 23:34:47.447419 [ 258 ] {51883491-4bcb-407c-bbc0-d8eea2d187b6} <Debug> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Key condition: (column 0 notIn 17-element set)
1203 2025.01.02 23:34:47.451293 [ 258 ] {51883491-4bcb-407c-bbc0-d8eea2d187b6} <Trace> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1204 2025.01.02 23:34:47.453339 [ 258 ] {51883491-4bcb-407c-bbc0-d8eea2d187b6} <Debug> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (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
1205 2025.01.02 23:34:47.453369 [ 258 ] {51883491-4bcb-407c-bbc0-d8eea2d187b6} <Trace> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Spreading mark ranges among streams (default reading)
1206 2025.01.02 23:34:47.453476 [ 258 ] {51883491-4bcb-407c-bbc0-d8eea2d187b6} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
1207 2025.01.02 23:34:47.453510 [ 258 ] {51883491-4bcb-407c-bbc0-d8eea2d187b6} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 17 rows starting from 0
1208 2025.01.02 23:34:47.464902 [ 258 ] {51883491-4bcb-407c-bbc0-d8eea2d187b6} <Debug> executeQuery: Read 17 rows, 626.00 B in 0.030718 sec., 553.4214467087701 rows/sec., 19.90 KiB/sec.
1209 2025.01.02 23:34:47.465055 [ 258 ] {51883491-4bcb-407c-bbc0-d8eea2d187b6} <Debug> TCPHandler: Processed in 0.03117214 sec.
1210 2025.01.02 23:34:47.465504 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1211 2025.01.02 23:34:47.465781 [ 260 ] {65cece9b-2c78-4142-b0e0-873ad77ee95f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) 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_underlay_prefixes', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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)
1212 2025.01.02 23:34:47.466218 [ 260 ] {65cece9b-2c78-4142-b0e0-873ad77ee95f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1213 2025.01.02 23:34:47.466264 [ 260 ] {65cece9b-2c78-4142-b0e0-873ad77ee95f} <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_underlay_prefixes', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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
1214 2025.01.02 23:34:47.466561 [ 260 ] {65cece9b-2c78-4142-b0e0-873ad77ee95f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1215 2025.01.02 23:34:47.466641 [ 260 ] {65cece9b-2c78-4142-b0e0-873ad77ee95f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1216 2025.01.02 23:34:47.466823 [ 260 ] {65cece9b-2c78-4142-b0e0-873ad77ee95f} <Debug> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Key condition: (column 0 notIn 18-element set)
1217 2025.01.02 23:34:47.466863 [ 260 ] {65cece9b-2c78-4142-b0e0-873ad77ee95f} <Trace> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1218 2025.01.02 23:34:47.466889 [ 260 ] {65cece9b-2c78-4142-b0e0-873ad77ee95f} <Debug> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (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
1219 2025.01.02 23:34:47.466907 [ 260 ] {65cece9b-2c78-4142-b0e0-873ad77ee95f} <Trace> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Spreading mark ranges among streams (default reading)
1220 2025.01.02 23:34:47.466955 [ 260 ] {65cece9b-2c78-4142-b0e0-873ad77ee95f} <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_underlay_prefixes', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
1221 2025.01.02 23:34:47.466979 [ 260 ] {65cece9b-2c78-4142-b0e0-873ad77ee95f} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 17 rows starting from 0
1222 2025.01.02 23:34:47.467656 [ 260 ] {65cece9b-2c78-4142-b0e0-873ad77ee95f} <Debug> executeQuery: Read 17 rows, 626.00 B in 0.002 sec., 8500 rows/sec., 305.66 KiB/sec.
1223 2025.01.02 23:34:47.467777 [ 260 ] {65cece9b-2c78-4142-b0e0-873ad77ee95f} <Debug> TCPHandler: Processed in 0.002410032 sec.
1224 2025.01.02 23:34:47.468046 [ 258 ] {} <Trace> TCP-Session: 2b4024dc-c037-4062-9751-980877cef6c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1225 2025.01.02 23:34:47.468224 [ 258 ] {d1e43570-3857-47e8-a96a-f5b97613f83a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54295) 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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)
1226 2025.01.02 23:34:47.468531 [ 258 ] {d1e43570-3857-47e8-a96a-f5b97613f83a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1227 2025.01.02 23:34:47.468574 [ 258 ] {d1e43570-3857-47e8-a96a-f5b97613f83a} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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
1228 2025.01.02 23:34:47.468835 [ 258 ] {d1e43570-3857-47e8-a96a-f5b97613f83a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1229 2025.01.02 23:34:47.468904 [ 258 ] {d1e43570-3857-47e8-a96a-f5b97613f83a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1230 2025.01.02 23:34:47.469058 [ 258 ] {d1e43570-3857-47e8-a96a-f5b97613f83a} <Debug> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Key condition: (column 0 notIn 19-element set)
1231 2025.01.02 23:34:47.469091 [ 258 ] {d1e43570-3857-47e8-a96a-f5b97613f83a} <Trace> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1232 2025.01.02 23:34:47.469119 [ 258 ] {d1e43570-3857-47e8-a96a-f5b97613f83a} <Debug> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (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
1233 2025.01.02 23:34:47.469136 [ 258 ] {d1e43570-3857-47e8-a96a-f5b97613f83a} <Trace> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Spreading mark ranges among streams (default reading)
1234 2025.01.02 23:34:47.469181 [ 258 ] {d1e43570-3857-47e8-a96a-f5b97613f83a} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
1235 2025.01.02 23:34:47.469206 [ 258 ] {d1e43570-3857-47e8-a96a-f5b97613f83a} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 17 rows starting from 0
1236 2025.01.02 23:34:47.469795 [ 258 ] {d1e43570-3857-47e8-a96a-f5b97613f83a} <Debug> executeQuery: Read 17 rows, 626.00 B in 0.00165 sec., 10303.030303030304 rows/sec., 370.50 KiB/sec.
1237 2025.01.02 23:34:47.469913 [ 258 ] {d1e43570-3857-47e8-a96a-f5b97613f83a} <Debug> TCPHandler: Processed in 0.001924226 sec.
1238 2025.01.02 23:34:47.470178 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1239 2025.01.02 23:34:47.470355 [ 260 ] {249da303-f48d-4d64-b396-79398980bc7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) 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:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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)
1240 2025.01.02 23:34:47.470684 [ 260 ] {249da303-f48d-4d64-b396-79398980bc7e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1241 2025.01.02 23:34:47.470728 [ 260 ] {249da303-f48d-4d64-b396-79398980bc7e} <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:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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
1242 2025.01.02 23:34:47.470990 [ 260 ] {249da303-f48d-4d64-b396-79398980bc7e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1243 2025.01.02 23:34:47.471057 [ 260 ] {249da303-f48d-4d64-b396-79398980bc7e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1244 2025.01.02 23:34:47.471212 [ 260 ] {249da303-f48d-4d64-b396-79398980bc7e} <Debug> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Key condition: (column 0 notIn 20-element set)
1245 2025.01.02 23:34:47.471246 [ 260 ] {249da303-f48d-4d64-b396-79398980bc7e} <Trace> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1246 2025.01.02 23:34:47.471269 [ 260 ] {249da303-f48d-4d64-b396-79398980bc7e} <Debug> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (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
1247 2025.01.02 23:34:47.471286 [ 260 ] {249da303-f48d-4d64-b396-79398980bc7e} <Trace> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Spreading mark ranges among streams (default reading)
1248 2025.01.02 23:34:47.471331 [ 260 ] {249da303-f48d-4d64-b396-79398980bc7e} <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:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
1249 2025.01.02 23:34:47.471354 [ 260 ] {249da303-f48d-4d64-b396-79398980bc7e} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 17 rows starting from 0
1250 2025.01.02 23:34:47.471940 [ 260 ] {249da303-f48d-4d64-b396-79398980bc7e} <Debug> executeQuery: Read 17 rows, 626.00 B in 0.001665 sec., 10210.21021021021 rows/sec., 367.16 KiB/sec.
1251 2025.01.02 23:34:47.472061 [ 260 ] {249da303-f48d-4d64-b396-79398980bc7e} <Debug> TCPHandler: Processed in 0.001940135 sec.
1252 2025.01.02 23:34:47.472423 [ 258 ] {} <Trace> TCP-Session: 2b4024dc-c037-4062-9751-980877cef6c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1253 2025.01.02 23:34:47.472597 [ 258 ] {e84371fc-64c3-4de1-b358-c57c0cef43bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54295) 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:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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)
1254 2025.01.02 23:34:47.472906 [ 258 ] {e84371fc-64c3-4de1-b358-c57c0cef43bd} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1255 2025.01.02 23:34:47.472950 [ 258 ] {e84371fc-64c3-4de1-b358-c57c0cef43bd} <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:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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
1256 2025.01.02 23:34:47.473219 [ 258 ] {e84371fc-64c3-4de1-b358-c57c0cef43bd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1257 2025.01.02 23:34:47.473294 [ 258 ] {e84371fc-64c3-4de1-b358-c57c0cef43bd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1258 2025.01.02 23:34:47.473445 [ 258 ] {e84371fc-64c3-4de1-b358-c57c0cef43bd} <Debug> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Key condition: (column 0 notIn 21-element set)
1259 2025.01.02 23:34:47.473478 [ 258 ] {e84371fc-64c3-4de1-b358-c57c0cef43bd} <Trace> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1260 2025.01.02 23:34:47.473501 [ 258 ] {e84371fc-64c3-4de1-b358-c57c0cef43bd} <Debug> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (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
1261 2025.01.02 23:34:47.473518 [ 258 ] {e84371fc-64c3-4de1-b358-c57c0cef43bd} <Trace> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Spreading mark ranges among streams (default reading)
1262 2025.01.02 23:34:47.473565 [ 258 ] {e84371fc-64c3-4de1-b358-c57c0cef43bd} <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:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
1263 2025.01.02 23:34:47.473588 [ 258 ] {e84371fc-64c3-4de1-b358-c57c0cef43bd} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 17 rows starting from 0
1264 2025.01.02 23:34:47.474203 [ 258 ] {e84371fc-64c3-4de1-b358-c57c0cef43bd} <Debug> executeQuery: Read 17 rows, 626.00 B in 0.001684 sec., 10095.011876484561 rows/sec., 363.02 KiB/sec.
1265 2025.01.02 23:34:47.474319 [ 258 ] {e84371fc-64c3-4de1-b358-c57c0cef43bd} <Debug> TCPHandler: Processed in 0.001952866 sec.
1266 2025.01.02 23:34:47.474574 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1267 2025.01.02 23:34:47.474752 [ 260 ] {db94b9ae-3ae0-4e2f-a961-f9384d922db3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) 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_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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)
1268 2025.01.02 23:34:47.475057 [ 260 ] {db94b9ae-3ae0-4e2f-a961-f9384d922db3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1269 2025.01.02 23:34:47.475100 [ 260 ] {db94b9ae-3ae0-4e2f-a961-f9384d922db3} <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_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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
1270 2025.01.02 23:34:47.475372 [ 260 ] {db94b9ae-3ae0-4e2f-a961-f9384d922db3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1271 2025.01.02 23:34:47.475438 [ 260 ] {db94b9ae-3ae0-4e2f-a961-f9384d922db3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1272 2025.01.02 23:34:47.475586 [ 260 ] {db94b9ae-3ae0-4e2f-a961-f9384d922db3} <Debug> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Key condition: (column 0 notIn 22-element set)
1273 2025.01.02 23:34:47.475619 [ 260 ] {db94b9ae-3ae0-4e2f-a961-f9384d922db3} <Trace> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1274 2025.01.02 23:34:47.475642 [ 260 ] {db94b9ae-3ae0-4e2f-a961-f9384d922db3} <Debug> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (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
1275 2025.01.02 23:34:47.475658 [ 260 ] {db94b9ae-3ae0-4e2f-a961-f9384d922db3} <Trace> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Spreading mark ranges among streams (default reading)
1276 2025.01.02 23:34:47.475702 [ 260 ] {db94b9ae-3ae0-4e2f-a961-f9384d922db3} <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_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
1277 2025.01.02 23:34:47.475724 [ 260 ] {db94b9ae-3ae0-4e2f-a961-f9384d922db3} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 17 rows starting from 0
1278 2025.01.02 23:34:47.476334 [ 260 ] {db94b9ae-3ae0-4e2f-a961-f9384d922db3} <Debug> executeQuery: Read 17 rows, 626.00 B in 0.001661 sec., 10234.798314268513 rows/sec., 368.05 KiB/sec.
1279 2025.01.02 23:34:47.476449 [ 260 ] {db94b9ae-3ae0-4e2f-a961-f9384d922db3} <Debug> TCPHandler: Processed in 0.001933056 sec.
1280 2025.01.02 23:34:47.476745 [ 258 ] {} <Trace> TCP-Session: 2b4024dc-c037-4062-9751-980877cef6c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1281 2025.01.02 23:34:47.476919 [ 258 ] {6e00b5cb-f4ab-4a1c-a1a1-1f4501f01040} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54295) 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:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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)
1282 2025.01.02 23:34:47.477226 [ 258 ] {6e00b5cb-f4ab-4a1c-a1a1-1f4501f01040} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1283 2025.01.02 23:34:47.477270 [ 258 ] {6e00b5cb-f4ab-4a1c-a1a1-1f4501f01040} <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:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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
1284 2025.01.02 23:34:47.477544 [ 258 ] {6e00b5cb-f4ab-4a1c-a1a1-1f4501f01040} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1285 2025.01.02 23:34:47.477610 [ 258 ] {6e00b5cb-f4ab-4a1c-a1a1-1f4501f01040} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1286 2025.01.02 23:34:47.477758 [ 258 ] {6e00b5cb-f4ab-4a1c-a1a1-1f4501f01040} <Debug> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Key condition: (column 0 notIn 23-element set)
1287 2025.01.02 23:34:47.477791 [ 258 ] {6e00b5cb-f4ab-4a1c-a1a1-1f4501f01040} <Trace> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1288 2025.01.02 23:34:47.477814 [ 258 ] {6e00b5cb-f4ab-4a1c-a1a1-1f4501f01040} <Debug> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (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
1289 2025.01.02 23:34:47.477830 [ 258 ] {6e00b5cb-f4ab-4a1c-a1a1-1f4501f01040} <Trace> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Spreading mark ranges among streams (default reading)
1290 2025.01.02 23:34:47.477875 [ 258 ] {6e00b5cb-f4ab-4a1c-a1a1-1f4501f01040} <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:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
1291 2025.01.02 23:34:47.477898 [ 258 ] {6e00b5cb-f4ab-4a1c-a1a1-1f4501f01040} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 17 rows starting from 0
1292 2025.01.02 23:34:47.478486 [ 258 ] {6e00b5cb-f4ab-4a1c-a1a1-1f4501f01040} <Debug> executeQuery: Read 17 rows, 626.00 B in 0.001648 sec., 10315.533980582524 rows/sec., 370.95 KiB/sec.
1293 2025.01.02 23:34:47.478604 [ 258 ] {6e00b5cb-f4ab-4a1c-a1a1-1f4501f01040} <Debug> TCPHandler: Processed in 0.001913965 sec.
1294 2025.01.02 23:34:47.478859 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1295 2025.01.02 23:34:47.479067 [ 260 ] {22c285e1-103a-4152-b118-e0af77e44b3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) 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:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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)
1296 2025.01.02 23:34:47.479391 [ 260 ] {22c285e1-103a-4152-b118-e0af77e44b3f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1297 2025.01.02 23:34:47.479435 [ 260 ] {22c285e1-103a-4152-b118-e0af77e44b3f} <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:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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
1298 2025.01.02 23:34:47.479712 [ 260 ] {22c285e1-103a-4152-b118-e0af77e44b3f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1299 2025.01.02 23:34:47.479778 [ 260 ] {22c285e1-103a-4152-b118-e0af77e44b3f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1300 2025.01.02 23:34:47.479926 [ 260 ] {22c285e1-103a-4152-b118-e0af77e44b3f} <Debug> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Key condition: (column 0 notIn 24-element set)
1301 2025.01.02 23:34:47.479960 [ 260 ] {22c285e1-103a-4152-b118-e0af77e44b3f} <Trace> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1302 2025.01.02 23:34:47.479982 [ 260 ] {22c285e1-103a-4152-b118-e0af77e44b3f} <Debug> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (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
1303 2025.01.02 23:34:47.479999 [ 260 ] {22c285e1-103a-4152-b118-e0af77e44b3f} <Trace> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Spreading mark ranges among streams (default reading)
1304 2025.01.02 23:34:47.480041 [ 260 ] {22c285e1-103a-4152-b118-e0af77e44b3f} <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:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
1305 2025.01.02 23:34:47.480063 [ 260 ] {22c285e1-103a-4152-b118-e0af77e44b3f} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 17 rows starting from 0
1306 2025.01.02 23:34:47.480645 [ 260 ] {22c285e1-103a-4152-b118-e0af77e44b3f} <Debug> executeQuery: Read 17 rows, 626.00 B in 0.001676 sec., 10143.198090692124 rows/sec., 364.75 KiB/sec.
1307 2025.01.02 23:34:47.480761 [ 260 ] {22c285e1-103a-4152-b118-e0af77e44b3f} <Debug> TCPHandler: Processed in 0.001975317 sec.
1308 2025.01.02 23:34:47.481028 [ 258 ] {} <Trace> TCP-Session: 2b4024dc-c037-4062-9751-980877cef6c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1309 2025.01.02 23:34:47.481210 [ 258 ] {69ad81d6-4ebc-4de2-8867-4e5ab6601459} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54295) 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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)
1310 2025.01.02 23:34:47.481589 [ 258 ] {69ad81d6-4ebc-4de2-8867-4e5ab6601459} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1311 2025.01.02 23:34:47.481642 [ 258 ] {69ad81d6-4ebc-4de2-8867-4e5ab6601459} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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
1312 2025.01.02 23:34:47.481997 [ 258 ] {69ad81d6-4ebc-4de2-8867-4e5ab6601459} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1313 2025.01.02 23:34:47.482080 [ 258 ] {69ad81d6-4ebc-4de2-8867-4e5ab6601459} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1314 2025.01.02 23:34:47.482246 [ 258 ] {69ad81d6-4ebc-4de2-8867-4e5ab6601459} <Debug> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Key condition: (column 0 notIn 25-element set)
1315 2025.01.02 23:34:47.482279 [ 258 ] {69ad81d6-4ebc-4de2-8867-4e5ab6601459} <Trace> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1316 2025.01.02 23:34:47.482302 [ 258 ] {69ad81d6-4ebc-4de2-8867-4e5ab6601459} <Debug> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (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
1317 2025.01.02 23:34:47.482319 [ 258 ] {69ad81d6-4ebc-4de2-8867-4e5ab6601459} <Trace> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Spreading mark ranges among streams (default reading)
1318 2025.01.02 23:34:47.482362 [ 258 ] {69ad81d6-4ebc-4de2-8867-4e5ab6601459} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
1319 2025.01.02 23:34:47.482386 [ 258 ] {69ad81d6-4ebc-4de2-8867-4e5ab6601459} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 17 rows starting from 0
1320 2025.01.02 23:34:47.483002 [ 258 ] {69ad81d6-4ebc-4de2-8867-4e5ab6601459} <Debug> executeQuery: Read 17 rows, 626.00 B in 0.001882 sec., 9032.943676939427 rows/sec., 324.83 KiB/sec.
1321 2025.01.02 23:34:47.483129 [ 258 ] {69ad81d6-4ebc-4de2-8867-4e5ab6601459} <Debug> TCPHandler: Processed in 0.002155899 sec.
1322 2025.01.02 23:34:47.483401 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1323 2025.01.02 23:34:47.483618 [ 260 ] {b2d73c55-2dfb-4def-812c-f393ea74a478} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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)
1324 2025.01.02 23:34:47.484026 [ 260 ] {b2d73c55-2dfb-4def-812c-f393ea74a478} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1325 2025.01.02 23:34:47.484081 [ 260 ] {b2d73c55-2dfb-4def-812c-f393ea74a478} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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
1326 2025.01.02 23:34:47.484374 [ 260 ] {b2d73c55-2dfb-4def-812c-f393ea74a478} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1327 2025.01.02 23:34:47.484447 [ 260 ] {b2d73c55-2dfb-4def-812c-f393ea74a478} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1328 2025.01.02 23:34:47.484590 [ 260 ] {b2d73c55-2dfb-4def-812c-f393ea74a478} <Debug> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Key condition: (column 0 notIn 26-element set)
1329 2025.01.02 23:34:47.484622 [ 260 ] {b2d73c55-2dfb-4def-812c-f393ea74a478} <Trace> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1330 2025.01.02 23:34:47.484643 [ 260 ] {b2d73c55-2dfb-4def-812c-f393ea74a478} <Debug> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (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
1331 2025.01.02 23:34:47.484659 [ 260 ] {b2d73c55-2dfb-4def-812c-f393ea74a478} <Trace> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Spreading mark ranges among streams (default reading)
1332 2025.01.02 23:34:47.484699 [ 260 ] {b2d73c55-2dfb-4def-812c-f393ea74a478} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
1333 2025.01.02 23:34:47.484720 [ 260 ] {b2d73c55-2dfb-4def-812c-f393ea74a478} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 17 rows starting from 0
1334 2025.01.02 23:34:47.485353 [ 260 ] {b2d73c55-2dfb-4def-812c-f393ea74a478} <Debug> executeQuery: Read 17 rows, 626.00 B in 0.001836 sec., 9259.25925925926 rows/sec., 332.97 KiB/sec.
1335 2025.01.02 23:34:47.485470 [ 260 ] {b2d73c55-2dfb-4def-812c-f393ea74a478} <Debug> TCPHandler: Processed in 0.002139928 sec.
1336 2025.01.02 23:34:47.485723 [ 258 ] {} <Trace> TCP-Session: 2b4024dc-c037-4062-9751-980877cef6c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1337 2025.01.02 23:34:47.485901 [ 258 ] {c46e2157-8f8b-4a39-bb75-7ebb8f7e2ea0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54295) 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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)
1338 2025.01.02 23:34:47.486225 [ 258 ] {c46e2157-8f8b-4a39-bb75-7ebb8f7e2ea0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1339 2025.01.02 23:34:47.486272 [ 258 ] {c46e2157-8f8b-4a39-bb75-7ebb8f7e2ea0} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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
1340 2025.01.02 23:34:47.486561 [ 258 ] {c46e2157-8f8b-4a39-bb75-7ebb8f7e2ea0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1341 2025.01.02 23:34:47.486627 [ 258 ] {c46e2157-8f8b-4a39-bb75-7ebb8f7e2ea0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1342 2025.01.02 23:34:47.486777 [ 258 ] {c46e2157-8f8b-4a39-bb75-7ebb8f7e2ea0} <Debug> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Key condition: (column 0 notIn 27-element set)
1343 2025.01.02 23:34:47.486811 [ 258 ] {c46e2157-8f8b-4a39-bb75-7ebb8f7e2ea0} <Trace> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1344 2025.01.02 23:34:47.486835 [ 258 ] {c46e2157-8f8b-4a39-bb75-7ebb8f7e2ea0} <Debug> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (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
1345 2025.01.02 23:34:47.486851 [ 258 ] {c46e2157-8f8b-4a39-bb75-7ebb8f7e2ea0} <Trace> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Spreading mark ranges among streams (default reading)
1346 2025.01.02 23:34:47.486894 [ 258 ] {c46e2157-8f8b-4a39-bb75-7ebb8f7e2ea0} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
1347 2025.01.02 23:34:47.486918 [ 258 ] {c46e2157-8f8b-4a39-bb75-7ebb8f7e2ea0} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 17 rows starting from 0
1348 2025.01.02 23:34:47.487490 [ 258 ] {c46e2157-8f8b-4a39-bb75-7ebb8f7e2ea0} <Debug> executeQuery: Read 17 rows, 626.00 B in 0.001671 sec., 10173.548773189706 rows/sec., 365.85 KiB/sec.
1349 2025.01.02 23:34:47.487608 [ 258 ] {c46e2157-8f8b-4a39-bb75-7ebb8f7e2ea0} <Debug> TCPHandler: Processed in 0.001940665 sec.
1350 2025.01.02 23:34:47.487890 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1351 2025.01.02 23:34:47.488068 [ 260 ] {9f683b08-bed0-40a0-ac8b-2dc96e817dea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) 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: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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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)
1352 2025.01.02 23:34:47.488391 [ 260 ] {9f683b08-bed0-40a0-ac8b-2dc96e817dea} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1353 2025.01.02 23:34:47.488437 [ 260 ] {9f683b08-bed0-40a0-ac8b-2dc96e817dea} <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: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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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
1354 2025.01.02 23:34:47.488726 [ 260 ] {9f683b08-bed0-40a0-ac8b-2dc96e817dea} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1355 2025.01.02 23:34:47.488792 [ 260 ] {9f683b08-bed0-40a0-ac8b-2dc96e817dea} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1356 2025.01.02 23:34:47.488942 [ 260 ] {9f683b08-bed0-40a0-ac8b-2dc96e817dea} <Debug> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Key condition: (column 0 notIn 28-element set)
1357 2025.01.02 23:34:47.488975 [ 260 ] {9f683b08-bed0-40a0-ac8b-2dc96e817dea} <Trace> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1358 2025.01.02 23:34:47.488997 [ 260 ] {9f683b08-bed0-40a0-ac8b-2dc96e817dea} <Debug> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (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
1359 2025.01.02 23:34:47.489013 [ 260 ] {9f683b08-bed0-40a0-ac8b-2dc96e817dea} <Trace> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Spreading mark ranges among streams (default reading)
1360 2025.01.02 23:34:47.489058 [ 260 ] {9f683b08-bed0-40a0-ac8b-2dc96e817dea} <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: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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
1361 2025.01.02 23:34:47.489081 [ 260 ] {9f683b08-bed0-40a0-ac8b-2dc96e817dea} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 17 rows starting from 0
1362 2025.01.02 23:34:47.489696 [ 260 ] {9f683b08-bed0-40a0-ac8b-2dc96e817dea} <Debug> executeQuery: Read 17 rows, 626.00 B in 0.00171 sec., 9941.520467836257 rows/sec., 357.50 KiB/sec.
1363 2025.01.02 23:34:47.489816 [ 260 ] {9f683b08-bed0-40a0-ac8b-2dc96e817dea} <Debug> TCPHandler: Processed in 0.001982735 sec.
1364 2025.01.02 23:34:47.490081 [ 258 ] {} <Trace> TCP-Session: 2b4024dc-c037-4062-9751-980877cef6c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1365 2025.01.02 23:34:47.490264 [ 258 ] {e299c5b6-f6e4-4947-8635-a21a12afbe31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54295) 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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)
1366 2025.01.02 23:34:47.490582 [ 258 ] {e299c5b6-f6e4-4947-8635-a21a12afbe31} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1367 2025.01.02 23:34:47.490628 [ 258 ] {e299c5b6-f6e4-4947-8635-a21a12afbe31} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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
1368 2025.01.02 23:34:47.490920 [ 258 ] {e299c5b6-f6e4-4947-8635-a21a12afbe31} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1369 2025.01.02 23:34:47.490984 [ 258 ] {e299c5b6-f6e4-4947-8635-a21a12afbe31} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1370 2025.01.02 23:34:47.491138 [ 258 ] {e299c5b6-f6e4-4947-8635-a21a12afbe31} <Debug> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Key condition: (column 0 notIn 29-element set)
1371 2025.01.02 23:34:47.491171 [ 258 ] {e299c5b6-f6e4-4947-8635-a21a12afbe31} <Trace> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1372 2025.01.02 23:34:47.491195 [ 258 ] {e299c5b6-f6e4-4947-8635-a21a12afbe31} <Debug> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (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
1373 2025.01.02 23:34:47.491211 [ 258 ] {e299c5b6-f6e4-4947-8635-a21a12afbe31} <Trace> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Spreading mark ranges among streams (default reading)
1374 2025.01.02 23:34:47.491255 [ 258 ] {e299c5b6-f6e4-4947-8635-a21a12afbe31} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
1375 2025.01.02 23:34:47.491277 [ 258 ] {e299c5b6-f6e4-4947-8635-a21a12afbe31} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 17 rows starting from 0
1376 2025.01.02 23:34:47.491858 [ 258 ] {e299c5b6-f6e4-4947-8635-a21a12afbe31} <Debug> executeQuery: Read 17 rows, 626.00 B in 0.001681 sec., 10113.027959547888 rows/sec., 363.67 KiB/sec.
1377 2025.01.02 23:34:47.491978 [ 258 ] {e299c5b6-f6e4-4947-8635-a21a12afbe31} <Debug> TCPHandler: Processed in 0.001954876 sec.
1378 2025.01.02 23:34:47.492214 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1379 2025.01.02 23:34:47.492394 [ 260 ] {28216413-b369-4df5-a466-237f277bd633} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) 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_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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)
1380 2025.01.02 23:34:47.492711 [ 260 ] {28216413-b369-4df5-a466-237f277bd633} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1381 2025.01.02 23:34:47.492757 [ 260 ] {28216413-b369-4df5-a466-237f277bd633} <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_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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
1382 2025.01.02 23:34:47.493050 [ 260 ] {28216413-b369-4df5-a466-237f277bd633} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1383 2025.01.02 23:34:47.493115 [ 260 ] {28216413-b369-4df5-a466-237f277bd633} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1384 2025.01.02 23:34:47.493264 [ 260 ] {28216413-b369-4df5-a466-237f277bd633} <Debug> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Key condition: (column 0 notIn 30-element set)
1385 2025.01.02 23:34:47.493298 [ 260 ] {28216413-b369-4df5-a466-237f277bd633} <Trace> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1386 2025.01.02 23:34:47.493320 [ 260 ] {28216413-b369-4df5-a466-237f277bd633} <Debug> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (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
1387 2025.01.02 23:34:47.493337 [ 260 ] {28216413-b369-4df5-a466-237f277bd633} <Trace> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Spreading mark ranges among streams (default reading)
1388 2025.01.02 23:34:47.493380 [ 260 ] {28216413-b369-4df5-a466-237f277bd633} <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_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
1389 2025.01.02 23:34:47.493403 [ 260 ] {28216413-b369-4df5-a466-237f277bd633} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 17 rows starting from 0
1390 2025.01.02 23:34:47.493971 [ 260 ] {28216413-b369-4df5-a466-237f277bd633} <Debug> executeQuery: Read 17 rows, 626.00 B in 0.001663 sec., 10222.489476849069 rows/sec., 367.61 KiB/sec.
1391 2025.01.02 23:34:47.494088 [ 260 ] {28216413-b369-4df5-a466-237f277bd633} <Debug> TCPHandler: Processed in 0.001928146 sec.
1392 2025.01.02 23:34:47.496650 [ 258 ] {} <Trace> TCP-Session: 2b4024dc-c037-4062-9751-980877cef6c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1393 2025.01.02 23:34:47.496780 [ 258 ] {aa0d67fa-49dc-4955-840c-ec3b17bbba46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54295) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
1394 2025.01.02 23:34:47.496833 [ 258 ] {aa0d67fa-49dc-4955-840c-ec3b17bbba46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1395 2025.01.02 23:34:47.497636 [ 258 ] {aa0d67fa-49dc-4955-840c-ec3b17bbba46} <Trace> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1396 2025.01.02 23:34:47.497682 [ 258 ] {aa0d67fa-49dc-4955-840c-ec3b17bbba46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1397 2025.01.02 23:34:47.498210 [ 258 ] {aa0d67fa-49dc-4955-840c-ec3b17bbba46} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1398 2025.01.02 23:34:47.498438 [ 258 ] {aa0d67fa-49dc-4955-840c-ec3b17bbba46} <Trace> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1399 2025.01.02 23:34:47.498691 [ 258 ] {aa0d67fa-49dc-4955-840c-ec3b17bbba46} <Debug> executeQuery: Read 14 rows, 2.01 KiB in 0.001945 sec., 7197.943444730077 rows/sec., 1.01 MiB/sec.
1400 2025.01.02 23:34:47.498758 [ 258 ] {aa0d67fa-49dc-4955-840c-ec3b17bbba46} <Debug> TCPHandler: Processed in 0.002166279 sec.
1401 2025.01.02 23:34:47.498927 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1402 2025.01.02 23:34:47.499063 [ 260 ] {12435f9b-0000-4e51-9cfb-ba280b66d986} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
1403 2025.01.02 23:34:47.499124 [ 260 ] {12435f9b-0000-4e51-9cfb-ba280b66d986} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
1404 2025.01.02 23:34:47.499766 [ 260 ] {12435f9b-0000-4e51-9cfb-ba280b66d986} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1405 2025.01.02 23:34:47.499811 [ 260 ] {12435f9b-0000-4e51-9cfb-ba280b66d986} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1406 2025.01.02 23:34:47.500220 [ 260 ] {12435f9b-0000-4e51-9cfb-ba280b66d986} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1407 2025.01.02 23:34:47.500490 [ 260 ] {12435f9b-0000-4e51-9cfb-ba280b66d986} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1408 2025.01.02 23:34:47.500727 [ 260 ] {12435f9b-0000-4e51-9cfb-ba280b66d986} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001702 sec., 8225.616921269095 rows/sec., 592.13 KiB/sec.
1409 2025.01.02 23:34:47.500780 [ 260 ] {12435f9b-0000-4e51-9cfb-ba280b66d986} <Debug> TCPHandler: Processed in 0.001912585 sec.
1410 2025.01.02 23:34:47.500929 [ 258 ] {} <Trace> TCP-Session: 2b4024dc-c037-4062-9751-980877cef6c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1411 2025.01.02 23:34:47.501052 [ 258 ] {1e855bd6-c385-4b5a-a0a4-7219d0313676} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54295) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1412 2025.01.02 23:34:47.501102 [ 258 ] {1e855bd6-c385-4b5a-a0a4-7219d0313676} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1413 2025.01.02 23:34:47.501813 [ 258 ] {1e855bd6-c385-4b5a-a0a4-7219d0313676} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1414 2025.01.02 23:34:47.501855 [ 258 ] {1e855bd6-c385-4b5a-a0a4-7219d0313676} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1415 2025.01.02 23:34:47.502242 [ 258 ] {1e855bd6-c385-4b5a-a0a4-7219d0313676} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1416 2025.01.02 23:34:47.502502 [ 258 ] {1e855bd6-c385-4b5a-a0a4-7219d0313676} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1417 2025.01.02 23:34:47.502718 [ 258 ] {1e855bd6-c385-4b5a-a0a4-7219d0313676} <Debug> executeQuery: Read 223 rows, 20.28 KiB in 0.001696 sec., 131485.84905660377 rows/sec., 11.68 MiB/sec.
1418 2025.01.02 23:34:47.502770 [ 258 ] {1e855bd6-c385-4b5a-a0a4-7219d0313676} <Debug> TCPHandler: Processed in 0.001898425 sec.
1419 2025.01.02 23:34:47.502919 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1420 2025.01.02 23:34:47.503038 [ 260 ] {24d3427e-16d1-43b9-99de-1ce78550654b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1421 2025.01.02 23:34:47.503087 [ 260 ] {24d3427e-16d1-43b9-99de-1ce78550654b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1422 2025.01.02 23:34:47.503704 [ 260 ] {24d3427e-16d1-43b9-99de-1ce78550654b} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1423 2025.01.02 23:34:47.503745 [ 260 ] {24d3427e-16d1-43b9-99de-1ce78550654b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1424 2025.01.02 23:34:47.504112 [ 260 ] {24d3427e-16d1-43b9-99de-1ce78550654b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1425 2025.01.02 23:34:47.504349 [ 260 ] {24d3427e-16d1-43b9-99de-1ce78550654b} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1426 2025.01.02 23:34:47.504546 [ 260 ] {24d3427e-16d1-43b9-99de-1ce78550654b} <Debug> executeQuery: Read 32 rows, 2.34 KiB in 0.001533 sec., 20874.103065883886 rows/sec., 1.49 MiB/sec.
1427 2025.01.02 23:34:47.504597 [ 260 ] {24d3427e-16d1-43b9-99de-1ce78550654b} <Debug> TCPHandler: Processed in 0.001737613 sec.
1428 2025.01.02 23:34:47.504757 [ 258 ] {} <Trace> TCP-Session: 2b4024dc-c037-4062-9751-980877cef6c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1429 2025.01.02 23:34:47.504873 [ 258 ] {e5f7debf-6be4-43cf-ab72-03c5e4f53ae8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54295) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1430 2025.01.02 23:34:47.504922 [ 258 ] {e5f7debf-6be4-43cf-ab72-03c5e4f53ae8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1431 2025.01.02 23:34:47.505498 [ 258 ] {e5f7debf-6be4-43cf-ab72-03c5e4f53ae8} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1432 2025.01.02 23:34:47.505539 [ 258 ] {e5f7debf-6be4-43cf-ab72-03c5e4f53ae8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1433 2025.01.02 23:34:47.505901 [ 258 ] {e5f7debf-6be4-43cf-ab72-03c5e4f53ae8} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1434 2025.01.02 23:34:47.506146 [ 258 ] {e5f7debf-6be4-43cf-ab72-03c5e4f53ae8} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1435 2025.01.02 23:34:47.506364 [ 258 ] {e5f7debf-6be4-43cf-ab72-03c5e4f53ae8} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001516 sec., 9234.828496042217 rows/sec., 646.75 KiB/sec.
1436 2025.01.02 23:34:47.506416 [ 258 ] {e5f7debf-6be4-43cf-ab72-03c5e4f53ae8} <Debug> TCPHandler: Processed in 0.001715333 sec.
1437 2025.01.02 23:34:47.506565 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1438 2025.01.02 23:34:47.506681 [ 260 ] {097c974d-9aa8-4535-8e66-e2d91515fc84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
1439 2025.01.02 23:34:47.506731 [ 260 ] {097c974d-9aa8-4535-8e66-e2d91515fc84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1440 2025.01.02 23:34:47.507319 [ 260 ] {097c974d-9aa8-4535-8e66-e2d91515fc84} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1441 2025.01.02 23:34:47.507359 [ 260 ] {097c974d-9aa8-4535-8e66-e2d91515fc84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1442 2025.01.02 23:34:47.507710 [ 260 ] {097c974d-9aa8-4535-8e66-e2d91515fc84} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1443 2025.01.02 23:34:47.507949 [ 260 ] {097c974d-9aa8-4535-8e66-e2d91515fc84} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1444 2025.01.02 23:34:47.508187 [ 260 ] {097c974d-9aa8-4535-8e66-e2d91515fc84} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001525 sec., 8524.590163934427 rows/sec., 531.51 KiB/sec.
1445 2025.01.02 23:34:47.508255 [ 260 ] {097c974d-9aa8-4535-8e66-e2d91515fc84} <Debug> TCPHandler: Processed in 0.001744883 sec.
1446 2025.01.02 23:34:47.508402 [ 258 ] {} <Trace> TCP-Session: 2b4024dc-c037-4062-9751-980877cef6c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1447 2025.01.02 23:34:47.508519 [ 258 ] {6526b0f2-3f2b-45ea-92b1-c934a4af8fa2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54295) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1448 2025.01.02 23:34:47.508567 [ 258 ] {6526b0f2-3f2b-45ea-92b1-c934a4af8fa2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1449 2025.01.02 23:34:47.509313 [ 258 ] {6526b0f2-3f2b-45ea-92b1-c934a4af8fa2} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1450 2025.01.02 23:34:47.509353 [ 258 ] {6526b0f2-3f2b-45ea-92b1-c934a4af8fa2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1451 2025.01.02 23:34:47.509744 [ 258 ] {6526b0f2-3f2b-45ea-92b1-c934a4af8fa2} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1452 2025.01.02 23:34:47.509989 [ 258 ] {6526b0f2-3f2b-45ea-92b1-c934a4af8fa2} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1453 2025.01.02 23:34:47.510193 [ 258 ] {6526b0f2-3f2b-45ea-92b1-c934a4af8fa2} <Debug> executeQuery: Read 371 rows, 26.80 KiB in 0.001698 sec., 218492.34393404005 rows/sec., 15.42 MiB/sec.
1454 2025.01.02 23:34:47.510245 [ 258 ] {6526b0f2-3f2b-45ea-92b1-c934a4af8fa2} <Debug> TCPHandler: Processed in 0.001898985 sec.
1455 2025.01.02 23:34:47.510401 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1456 2025.01.02 23:34:47.510517 [ 260 ] {f39eecab-7c6a-4260-af53-63de55814170} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
1457 2025.01.02 23:34:47.510567 [ 260 ] {f39eecab-7c6a-4260-af53-63de55814170} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
1458 2025.01.02 23:34:47.511054 [ 260 ] {f39eecab-7c6a-4260-af53-63de55814170} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1459 2025.01.02 23:34:47.511093 [ 260 ] {f39eecab-7c6a-4260-af53-63de55814170} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1460 2025.01.02 23:34:47.511457 [ 260 ] {f39eecab-7c6a-4260-af53-63de55814170} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1461 2025.01.02 23:34:47.511726 [ 260 ] {f39eecab-7c6a-4260-af53-63de55814170} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1462 2025.01.02 23:34:47.511945 [ 260 ] {f39eecab-7c6a-4260-af53-63de55814170} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001452 sec., 4132.231404958678 rows/sec., 215.89 KiB/sec.
1463 2025.01.02 23:34:47.511995 [ 260 ] {f39eecab-7c6a-4260-af53-63de55814170} <Debug> TCPHandler: Processed in 0.001650472 sec.
1464 2025.01.02 23:34:47.512144 [ 258 ] {} <Trace> TCP-Session: 2b4024dc-c037-4062-9751-980877cef6c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1465 2025.01.02 23:34:47.512262 [ 258 ] {ae7b0153-9314-4739-8fa8-6e226adf99e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54295) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1466 2025.01.02 23:34:47.512316 [ 258 ] {ae7b0153-9314-4739-8fa8-6e226adf99e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1467 2025.01.02 23:34:47.512854 [ 258 ] {ae7b0153-9314-4739-8fa8-6e226adf99e5} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1468 2025.01.02 23:34:47.512893 [ 258 ] {ae7b0153-9314-4739-8fa8-6e226adf99e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1469 2025.01.02 23:34:47.513278 [ 258 ] {ae7b0153-9314-4739-8fa8-6e226adf99e5} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1470 2025.01.02 23:34:47.513522 [ 258 ] {ae7b0153-9314-4739-8fa8-6e226adf99e5} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1471 2025.01.02 23:34:47.513740 [ 258 ] {ae7b0153-9314-4739-8fa8-6e226adf99e5} <Debug> executeQuery: Read 137 rows, 9.12 KiB in 0.001499 sec., 91394.2628418946 rows/sec., 5.94 MiB/sec.
1472 2025.01.02 23:34:47.513807 [ 258 ] {ae7b0153-9314-4739-8fa8-6e226adf99e5} <Debug> TCPHandler: Processed in 0.001717843 sec.
1473 2025.01.02 23:34:47.513941 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1474 2025.01.02 23:34:47.514059 [ 260 ] {624a3d46-fa5c-44ba-89b9-74f4d1e8d5c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
1475 2025.01.02 23:34:47.514111 [ 260 ] {624a3d46-fa5c-44ba-89b9-74f4d1e8d5c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
1476 2025.01.02 23:34:47.514579 [ 260 ] {624a3d46-fa5c-44ba-89b9-74f4d1e8d5c1} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1477 2025.01.02 23:34:47.514618 [ 260 ] {624a3d46-fa5c-44ba-89b9-74f4d1e8d5c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1478 2025.01.02 23:34:47.514978 [ 260 ] {624a3d46-fa5c-44ba-89b9-74f4d1e8d5c1} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1479 2025.01.02 23:34:47.515228 [ 260 ] {624a3d46-fa5c-44ba-89b9-74f4d1e8d5c1} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1480 2025.01.02 23:34:47.515464 [ 260 ] {624a3d46-fa5c-44ba-89b9-74f4d1e8d5c1} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001425 sec., 701.7543859649122 rows/sec., 47.29 KiB/sec.
1481 2025.01.02 23:34:47.515522 [ 260 ] {624a3d46-fa5c-44ba-89b9-74f4d1e8d5c1} <Debug> TCPHandler: Processed in 0.001636351 sec.
1482 2025.01.02 23:34:47.515670 [ 258 ] {} <Trace> TCP-Session: 2b4024dc-c037-4062-9751-980877cef6c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1483 2025.01.02 23:34:47.515791 [ 258 ] {37c097e2-32e6-4dea-9552-80fc7adaa29c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54295) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1484 2025.01.02 23:34:47.515869 [ 258 ] {37c097e2-32e6-4dea-9552-80fc7adaa29c} <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
1485 2025.01.02 23:34:47.517105 [ 258 ] {37c097e2-32e6-4dea-9552-80fc7adaa29c} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1486 2025.01.02 23:34:47.517145 [ 258 ] {37c097e2-32e6-4dea-9552-80fc7adaa29c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1487 2025.01.02 23:34:47.517796 [ 258 ] {37c097e2-32e6-4dea-9552-80fc7adaa29c} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1488 2025.01.02 23:34:47.518058 [ 258 ] {37c097e2-32e6-4dea-9552-80fc7adaa29c} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1489 2025.01.02 23:34:47.518322 [ 258 ] {37c097e2-32e6-4dea-9552-80fc7adaa29c} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002551 sec., 9800.078400627206 rows/sec., 17.56 MiB/sec.
1490 2025.01.02 23:34:47.518416 [ 258 ] {37c097e2-32e6-4dea-9552-80fc7adaa29c} <Debug> TCPHandler: Processed in 0.002801466 sec.
1491 2025.01.02 23:34:47.518576 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1492 2025.01.02 23:34:47.518692 [ 260 ] {f51a51eb-51a1-46fe-ae1a-1cbdab3f4387} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1493 2025.01.02 23:34:47.518741 [ 260 ] {f51a51eb-51a1-46fe-ae1a-1cbdab3f4387} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1494 2025.01.02 23:34:47.519238 [ 260 ] {f51a51eb-51a1-46fe-ae1a-1cbdab3f4387} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1495 2025.01.02 23:34:47.519277 [ 260 ] {f51a51eb-51a1-46fe-ae1a-1cbdab3f4387} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1496 2025.01.02 23:34:47.519657 [ 260 ] {f51a51eb-51a1-46fe-ae1a-1cbdab3f4387} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1497 2025.01.02 23:34:47.519942 [ 260 ] {f51a51eb-51a1-46fe-ae1a-1cbdab3f4387} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1498 2025.01.02 23:34:47.520150 [ 260 ] {f51a51eb-51a1-46fe-ae1a-1cbdab3f4387} <Debug> executeQuery: Read 40 rows, 2.46 KiB in 0.001482 sec., 26990.55330634278 rows/sec., 1.62 MiB/sec.
1499 2025.01.02 23:34:47.520200 [ 260 ] {f51a51eb-51a1-46fe-ae1a-1cbdab3f4387} <Debug> TCPHandler: Processed in 0.001681482 sec.
1500 2025.01.02 23:34:48.098532 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3294
1501 2025.01.02 23:34:48.099465 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1502 2025.01.02 23:34:48.099505 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1503 2025.01.02 23:34:48.100108 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1504 2025.01.02 23:34:48.100357 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1505 2025.01.02 23:34:48.100573 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3294
1506 2025.01.02 23:34:48.313791 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53
1507 2025.01.02 23:34:48.332642 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1508 2025.01.02 23:34:48.332706 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1509 2025.01.02 23:34:48.339796 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1510 2025.01.02 23:34:48.340545 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1511 2025.01.02 23:34:48.343298 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53
1512 2025.01.02 23:34:52.433085 [ 258 ] {} <Trace> TCP-Session: 2b4024dc-c037-4062-9751-980877cef6c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1513 2025.01.02 23:34:52.433293 [ 258 ] {334e015d-ef72-46eb-b552-b88855874a8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54295) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1514 2025.01.02 23:34:52.433365 [ 258 ] {334e015d-ef72-46eb-b552-b88855874a8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1515 2025.01.02 23:34:52.434119 [ 258 ] {334e015d-ef72-46eb-b552-b88855874a8e} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1516 2025.01.02 23:34:52.434169 [ 258 ] {334e015d-ef72-46eb-b552-b88855874a8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1517 2025.01.02 23:34:52.434616 [ 258 ] {334e015d-ef72-46eb-b552-b88855874a8e} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1518 2025.01.02 23:34:52.434881 [ 258 ] {334e015d-ef72-46eb-b552-b88855874a8e} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1519 2025.01.02 23:34:52.435097 [ 258 ] {334e015d-ef72-46eb-b552-b88855874a8e} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001857 sec., 14001.077005923533 rows/sec., 1.06 MiB/sec.
1520 2025.01.02 23:34:52.435153 [ 258 ] {334e015d-ef72-46eb-b552-b88855874a8e} <Debug> TCPHandler: Processed in 0.002199209 sec.
1521 2025.01.02 23:34:52.435422 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1522 2025.01.02 23:34:52.435609 [ 260 ] {c5cb7a21-3be5-4994-af91-b1d6d4e189fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1523 2025.01.02 23:34:52.435678 [ 260 ] {c5cb7a21-3be5-4994-af91-b1d6d4e189fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1524 2025.01.02 23:34:52.436431 [ 260 ] {c5cb7a21-3be5-4994-af91-b1d6d4e189fe} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1525 2025.01.02 23:34:52.436472 [ 260 ] {c5cb7a21-3be5-4994-af91-b1d6d4e189fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1526 2025.01.02 23:34:52.436916 [ 260 ] {c5cb7a21-3be5-4994-af91-b1d6d4e189fe} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1527 2025.01.02 23:34:52.437201 [ 260 ] {c5cb7a21-3be5-4994-af91-b1d6d4e189fe} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1528 2025.01.02 23:34:52.437448 [ 260 ] {c5cb7a21-3be5-4994-af91-b1d6d4e189fe} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001875 sec., 14933.333333333334 rows/sec., 1.16 MiB/sec.
1529 2025.01.02 23:34:52.437578 [ 260 ] {c5cb7a21-3be5-4994-af91-b1d6d4e189fe} <Debug> TCPHandler: Processed in 0.00228693 sec.
1530 2025.01.02 23:34:52.437744 [ 258 ] {} <Trace> TCP-Session: 2b4024dc-c037-4062-9751-980877cef6c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1531 2025.01.02 23:34:52.437864 [ 258 ] {5b3956b1-3917-4134-a77d-de7fca263d89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54295) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1532 2025.01.02 23:34:52.437917 [ 258 ] {5b3956b1-3917-4134-a77d-de7fca263d89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1533 2025.01.02 23:34:52.438497 [ 258 ] {5b3956b1-3917-4134-a77d-de7fca263d89} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1534 2025.01.02 23:34:52.438536 [ 258 ] {5b3956b1-3917-4134-a77d-de7fca263d89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1535 2025.01.02 23:34:52.438966 [ 258 ] {5b3956b1-3917-4134-a77d-de7fca263d89} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1536 2025.01.02 23:34:52.439237 [ 258 ] {5b3956b1-3917-4134-a77d-de7fca263d89} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1537 2025.01.02 23:34:52.439450 [ 258 ] {5b3956b1-3917-4134-a77d-de7fca263d89} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001612 sec., 62034.7394540943 rows/sec., 4.30 MiB/sec.
1538 2025.01.02 23:34:52.439502 [ 258 ] {5b3956b1-3917-4134-a77d-de7fca263d89} <Debug> TCPHandler: Processed in 0.001812323 sec.
1539 2025.01.02 23:34:52.439676 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1540 2025.01.02 23:34:52.439798 [ 260 ] {af86fb74-ef0a-4498-b342-9fb790f35d71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1541 2025.01.02 23:34:52.439850 [ 260 ] {af86fb74-ef0a-4498-b342-9fb790f35d71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1542 2025.01.02 23:34:52.440353 [ 260 ] {af86fb74-ef0a-4498-b342-9fb790f35d71} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1543 2025.01.02 23:34:52.440391 [ 260 ] {af86fb74-ef0a-4498-b342-9fb790f35d71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1544 2025.01.02 23:34:52.440769 [ 260 ] {af86fb74-ef0a-4498-b342-9fb790f35d71} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1545 2025.01.02 23:34:52.441010 [ 260 ] {af86fb74-ef0a-4498-b342-9fb790f35d71} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1546 2025.01.02 23:34:52.441222 [ 260 ] {af86fb74-ef0a-4498-b342-9fb790f35d71} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001448 sec., 20718.232044198892 rows/sec., 1.42 MiB/sec.
1547 2025.01.02 23:34:52.441363 [ 260 ] {af86fb74-ef0a-4498-b342-9fb790f35d71} <Debug> TCPHandler: Processed in 0.001744403 sec.
1548 2025.01.02 23:34:55.521867 [ 60 ] {} <Debug> DNSResolver: Updating DNS cache
1549 2025.01.02 23:34:55.521939 [ 60 ] {} <Debug> DNSResolver: Updated DNS cache
1550 2025.01.02 23:34:55.600822 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3721
1551 2025.01.02 23:34:55.601737 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1552 2025.01.02 23:34:55.601786 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1553 2025.01.02 23:34:55.602375 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1554 2025.01.02 23:34:55.602636 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1555 2025.01.02 23:34:55.602880 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721
1556 2025.01.02 23:34:55.611647 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 60 entries to flush up to offset 232
1557 2025.01.02 23:34:55.615396 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1558 2025.01.02 23:34:55.615456 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1559 2025.01.02 23:34:55.617046 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1560 2025.01.02 23:34:55.617366 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1561 2025.01.02 23:34:55.618498 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 232
1562 2025.01.02 23:34:55.843461 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61
1563 2025.01.02 23:34:55.862922 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1564 2025.01.02 23:34:55.862988 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1565 2025.01.02 23:34:55.870114 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1566 2025.01.02 23:34:55.870854 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1567 2025.01.02 23:34:55.873391 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61
1568 2025.01.02 23:34:56.516338 [ 258 ] {} <Debug> TCPHandler: Done processing connection.
1569 2025.01.02 23:34:56.516441 [ 258 ] {} <Debug> TCP-Session: 2b4024dc-c037-4062-9751-980877cef6c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1570 2025.01.02 23:34:57.000190 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 164.39 MiB, peak 170.36 MiB, free memory in arenas 0.00 B, will set to 166.49 MiB (RSS), difference: 2.10 MiB
1571 2025.01.02 23:34:57.438183 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1572 2025.01.02 23:34:57.438389 [ 260 ] {622e6a5b-8cc4-4d51-b70a-dfb6f39b2a7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
1573 2025.01.02 23:34:57.438467 [ 260 ] {622e6a5b-8cc4-4d51-b70a-dfb6f39b2a7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
1574 2025.01.02 23:34:57.439214 [ 260 ] {622e6a5b-8cc4-4d51-b70a-dfb6f39b2a7e} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1575 2025.01.02 23:34:57.439260 [ 260 ] {622e6a5b-8cc4-4d51-b70a-dfb6f39b2a7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1576 2025.01.02 23:34:57.439690 [ 260 ] {622e6a5b-8cc4-4d51-b70a-dfb6f39b2a7e} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1577 2025.01.02 23:34:57.439953 [ 260 ] {622e6a5b-8cc4-4d51-b70a-dfb6f39b2a7e} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1578 2025.01.02 23:34:57.440173 [ 260 ] {622e6a5b-8cc4-4d51-b70a-dfb6f39b2a7e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001836 sec., 7625.272331154684 rows/sec., 548.92 KiB/sec.
1579 2025.01.02 23:34:57.440472 [ 260 ] {622e6a5b-8cc4-4d51-b70a-dfb6f39b2a7e} <Debug> TCPHandler: Processed in 0.002417912 sec.
1580 2025.01.02 23:34:57.440783 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1581 2025.01.02 23:34:57.440979 [ 265 ] {0a3c8f4c-fc2c-4fa4-ba55-e95ef3958acf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1582 2025.01.02 23:34:57.441080 [ 265 ] {0a3c8f4c-fc2c-4fa4-ba55-e95ef3958acf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1583 2025.01.02 23:34:57.441993 [ 265 ] {0a3c8f4c-fc2c-4fa4-ba55-e95ef3958acf} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1584 2025.01.02 23:34:57.442043 [ 265 ] {0a3c8f4c-fc2c-4fa4-ba55-e95ef3958acf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1585 2025.01.02 23:34:57.442501 [ 265 ] {0a3c8f4c-fc2c-4fa4-ba55-e95ef3958acf} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1586 2025.01.02 23:34:57.442759 [ 265 ] {0a3c8f4c-fc2c-4fa4-ba55-e95ef3958acf} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1587 2025.01.02 23:34:57.443030 [ 265 ] {0a3c8f4c-fc2c-4fa4-ba55-e95ef3958acf} <Debug> executeQuery: Read 223 rows, 20.28 KiB in 0.002096 sec., 106393.12977099235 rows/sec., 9.45 MiB/sec.
1588 2025.01.02 23:34:57.443148 [ 265 ] {0a3c8f4c-fc2c-4fa4-ba55-e95ef3958acf} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB.
1589 2025.01.02 23:34:57.443165 [ 265 ] {0a3c8f4c-fc2c-4fa4-ba55-e95ef3958acf} <Debug> TCPHandler: Processed in 0.002543254 sec.
1590 2025.01.02 23:34:57.443364 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1591 2025.01.02 23:34:57.443502 [ 260 ] {a7091b00-44d7-4fb2-92d0-c272168d37be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1592 2025.01.02 23:34:57.443561 [ 260 ] {a7091b00-44d7-4fb2-92d0-c272168d37be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1593 2025.01.02 23:34:57.444269 [ 260 ] {a7091b00-44d7-4fb2-92d0-c272168d37be} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1594 2025.01.02 23:34:57.444318 [ 260 ] {a7091b00-44d7-4fb2-92d0-c272168d37be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1595 2025.01.02 23:34:57.444716 [ 260 ] {a7091b00-44d7-4fb2-92d0-c272168d37be} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1596 2025.01.02 23:34:57.444974 [ 260 ] {a7091b00-44d7-4fb2-92d0-c272168d37be} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1597 2025.01.02 23:34:57.445347 [ 260 ] {a7091b00-44d7-4fb2-92d0-c272168d37be} <Debug> executeQuery: Read 32 rows, 2.34 KiB in 0.001829 sec., 17495.89939857846 rows/sec., 1.25 MiB/sec.
1598 2025.01.02 23:34:57.445477 [ 260 ] {a7091b00-44d7-4fb2-92d0-c272168d37be} <Debug> TCPHandler: Processed in 0.002180119 sec.
1599 2025.01.02 23:34:57.445650 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1600 2025.01.02 23:34:57.445792 [ 265 ] {3608d367-cdcb-4af8-9d1e-397689ef5f3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1601 2025.01.02 23:34:57.445850 [ 265 ] {3608d367-cdcb-4af8-9d1e-397689ef5f3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1602 2025.01.02 23:34:57.446538 [ 265 ] {3608d367-cdcb-4af8-9d1e-397689ef5f3b} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1603 2025.01.02 23:34:57.446582 [ 265 ] {3608d367-cdcb-4af8-9d1e-397689ef5f3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1604 2025.01.02 23:34:57.446948 [ 265 ] {3608d367-cdcb-4af8-9d1e-397689ef5f3b} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1605 2025.01.02 23:34:57.447192 [ 265 ] {3608d367-cdcb-4af8-9d1e-397689ef5f3b} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1606 2025.01.02 23:34:57.447485 [ 265 ] {3608d367-cdcb-4af8-9d1e-397689ef5f3b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001714 sec., 8168.028004667444 rows/sec., 572.04 KiB/sec.
1607 2025.01.02 23:34:57.447551 [ 265 ] {3608d367-cdcb-4af8-9d1e-397689ef5f3b} <Debug> TCPHandler: Processed in 0.001970406 sec.
1608 2025.01.02 23:34:57.447715 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1609 2025.01.02 23:34:57.447851 [ 260 ] {ca3104df-9479-468b-ad66-0d314ec7c730} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
1610 2025.01.02 23:34:57.447907 [ 260 ] {ca3104df-9479-468b-ad66-0d314ec7c730} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1611 2025.01.02 23:34:57.448574 [ 260 ] {ca3104df-9479-468b-ad66-0d314ec7c730} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1612 2025.01.02 23:34:57.448612 [ 260 ] {ca3104df-9479-468b-ad66-0d314ec7c730} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1613 2025.01.02 23:34:57.448966 [ 260 ] {ca3104df-9479-468b-ad66-0d314ec7c730} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1614 2025.01.02 23:34:57.449209 [ 260 ] {ca3104df-9479-468b-ad66-0d314ec7c730} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1615 2025.01.02 23:34:57.449442 [ 260 ] {ca3104df-9479-468b-ad66-0d314ec7c730} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00161 sec., 8074.534161490683 rows/sec., 503.45 KiB/sec.
1616 2025.01.02 23:34:57.449503 [ 260 ] {ca3104df-9479-468b-ad66-0d314ec7c730} <Debug> TCPHandler: Processed in 0.001853945 sec.
1617 2025.01.02 23:34:57.449650 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1618 2025.01.02 23:34:57.449786 [ 265 ] {1441c276-4a05-4ea7-a01f-2ea8dc381293} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1619 2025.01.02 23:34:57.449843 [ 265 ] {1441c276-4a05-4ea7-a01f-2ea8dc381293} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1620 2025.01.02 23:34:57.450647 [ 265 ] {1441c276-4a05-4ea7-a01f-2ea8dc381293} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1621 2025.01.02 23:34:57.450688 [ 265 ] {1441c276-4a05-4ea7-a01f-2ea8dc381293} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1622 2025.01.02 23:34:57.451072 [ 265 ] {1441c276-4a05-4ea7-a01f-2ea8dc381293} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1623 2025.01.02 23:34:57.451312 [ 265 ] {1441c276-4a05-4ea7-a01f-2ea8dc381293} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1624 2025.01.02 23:34:57.451747 [ 265 ] {1441c276-4a05-4ea7-a01f-2ea8dc381293} <Debug> executeQuery: Read 371 rows, 26.80 KiB in 0.001965 sec., 188804.0712468193 rows/sec., 13.32 MiB/sec.
1625 2025.01.02 23:34:57.451858 [ 265 ] {1441c276-4a05-4ea7-a01f-2ea8dc381293} <Debug> TCPHandler: Processed in 0.002313021 sec.
1626 2025.01.02 23:34:57.452059 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1627 2025.01.02 23:34:57.452339 [ 260 ] {c0a48b84-78f8-4d61-a903-a599b0310d52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
1628 2025.01.02 23:34:57.452431 [ 260 ] {c0a48b84-78f8-4d61-a903-a599b0310d52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
1629 2025.01.02 23:34:57.452978 [ 260 ] {c0a48b84-78f8-4d61-a903-a599b0310d52} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1630 2025.01.02 23:34:57.453015 [ 260 ] {c0a48b84-78f8-4d61-a903-a599b0310d52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1631 2025.01.02 23:34:57.453374 [ 260 ] {c0a48b84-78f8-4d61-a903-a599b0310d52} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1632 2025.01.02 23:34:57.453604 [ 260 ] {c0a48b84-78f8-4d61-a903-a599b0310d52} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1633 2025.01.02 23:34:57.453970 [ 260 ] {c0a48b84-78f8-4d61-a903-a599b0310d52} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001636 sec., 3667.481662591687 rows/sec., 191.61 KiB/sec.
1634 2025.01.02 23:34:57.454082 [ 260 ] {c0a48b84-78f8-4d61-a903-a599b0310d52} <Debug> TCPHandler: Processed in 0.002076537 sec.
1635 2025.01.02 23:34:57.454239 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1636 2025.01.02 23:34:57.454377 [ 265 ] {dfd3d721-0f76-451f-8f8d-83e5e6d39857} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1637 2025.01.02 23:34:57.454440 [ 265 ] {dfd3d721-0f76-451f-8f8d-83e5e6d39857} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1638 2025.01.02 23:34:57.455013 [ 265 ] {dfd3d721-0f76-451f-8f8d-83e5e6d39857} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1639 2025.01.02 23:34:57.455052 [ 265 ] {dfd3d721-0f76-451f-8f8d-83e5e6d39857} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1640 2025.01.02 23:34:57.455441 [ 265 ] {dfd3d721-0f76-451f-8f8d-83e5e6d39857} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1641 2025.01.02 23:34:57.455680 [ 265 ] {dfd3d721-0f76-451f-8f8d-83e5e6d39857} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1642 2025.01.02 23:34:57.455897 [ 265 ] {dfd3d721-0f76-451f-8f8d-83e5e6d39857} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001551 sec., 114119.92263056092 rows/sec., 7.53 MiB/sec.
1643 2025.01.02 23:34:57.455948 [ 265 ] {dfd3d721-0f76-451f-8f8d-83e5e6d39857} <Debug> TCPHandler: Processed in 0.001776654 sec.
1644 2025.01.02 23:34:57.456103 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1645 2025.01.02 23:34:57.456240 [ 260 ] {131601ce-b236-4272-87dc-6d29aaca4728} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
1646 2025.01.02 23:34:57.456300 [ 260 ] {131601ce-b236-4272-87dc-6d29aaca4728} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
1647 2025.01.02 23:34:57.456800 [ 260 ] {131601ce-b236-4272-87dc-6d29aaca4728} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1648 2025.01.02 23:34:57.456838 [ 260 ] {131601ce-b236-4272-87dc-6d29aaca4728} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1649 2025.01.02 23:34:57.457193 [ 260 ] {131601ce-b236-4272-87dc-6d29aaca4728} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1650 2025.01.02 23:34:57.457441 [ 260 ] {131601ce-b236-4272-87dc-6d29aaca4728} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1651 2025.01.02 23:34:57.457628 [ 260 ] {131601ce-b236-4272-87dc-6d29aaca4728} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001418 sec., 705.2186177715091 rows/sec., 47.52 KiB/sec.
1652 2025.01.02 23:34:57.457678 [ 260 ] {131601ce-b236-4272-87dc-6d29aaca4728} <Debug> TCPHandler: Processed in 0.001639851 sec.
1653 2025.01.02 23:34:57.457826 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1654 2025.01.02 23:34:57.457963 [ 265 ] {7f2337cd-0985-49a6-8bdd-e3c1905284d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1655 2025.01.02 23:34:57.458051 [ 265 ] {7f2337cd-0985-49a6-8bdd-e3c1905284d8} <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 2025.01.02 23:34:57.459286 [ 265 ] {7f2337cd-0985-49a6-8bdd-e3c1905284d8} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1657 2025.01.02 23:34:57.459326 [ 265 ] {7f2337cd-0985-49a6-8bdd-e3c1905284d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1658 2025.01.02 23:34:57.459965 [ 265 ] {7f2337cd-0985-49a6-8bdd-e3c1905284d8} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1659 2025.01.02 23:34:57.460224 [ 265 ] {7f2337cd-0985-49a6-8bdd-e3c1905284d8} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1660 2025.01.02 23:34:57.460600 [ 265 ] {7f2337cd-0985-49a6-8bdd-e3c1905284d8} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002637 sec., 9480.470231323474 rows/sec., 16.99 MiB/sec.
1661 2025.01.02 23:34:57.460779 [ 265 ] {7f2337cd-0985-49a6-8bdd-e3c1905284d8} <Debug> TCPHandler: Processed in 0.00301657 sec.
1662 2025.01.02 23:34:57.460949 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1663 2025.01.02 23:34:57.461064 [ 260 ] {0ed96c84-6571-4c28-af70-362d59521d52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1664 2025.01.02 23:34:57.461115 [ 260 ] {0ed96c84-6571-4c28-af70-362d59521d52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1665 2025.01.02 23:34:57.461615 [ 260 ] {0ed96c84-6571-4c28-af70-362d59521d52} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1666 2025.01.02 23:34:57.461653 [ 260 ] {0ed96c84-6571-4c28-af70-362d59521d52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1667 2025.01.02 23:34:57.462012 [ 260 ] {0ed96c84-6571-4c28-af70-362d59521d52} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1668 2025.01.02 23:34:57.462253 [ 260 ] {0ed96c84-6571-4c28-af70-362d59521d52} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1669 2025.01.02 23:34:57.462436 [ 260 ] {0ed96c84-6571-4c28-af70-362d59521d52} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001395 sec., 37275.985663082436 rows/sec., 2.31 MiB/sec.
1670 2025.01.02 23:34:57.462490 [ 260 ] {0ed96c84-6571-4c28-af70-362d59521d52} <Debug> TCPHandler: Processed in 0.001599431 sec.
1671 2025.01.02 23:34:58.000182 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 169.31 MiB, peak 170.81 MiB, free memory in arenas 0.00 B, will set to 166.55 MiB (RSS), difference: -2.75 MiB
1672 2025.01.02 23:34:59.174931 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1673 2025.01.02 23:34:59.175222 [ 260 ] {e3f2a133-3ae7-485b-bbff-ad8e61488867} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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)
1674 2025.01.02 23:34:59.175681 [ 260 ] {e3f2a133-3ae7-485b-bbff-ad8e61488867} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1675 2025.01.02 23:34:59.175731 [ 260 ] {e3f2a133-3ae7-485b-bbff-ad8e61488867} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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
1676 2025.01.02 23:34:59.176073 [ 260 ] {e3f2a133-3ae7-485b-bbff-ad8e61488867} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1677 2025.01.02 23:34:59.176152 [ 260 ] {e3f2a133-3ae7-485b-bbff-ad8e61488867} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1678 2025.01.02 23:34:59.176328 [ 260 ] {e3f2a133-3ae7-485b-bbff-ad8e61488867} <Debug> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Key condition: (column 0 notIn 31-element set)
1679 2025.01.02 23:34:59.176567 [ 298 ] {e3f2a133-3ae7-485b-bbff-ad8e61488867} <Trace> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1680 2025.01.02 23:34:59.176560 [ 296 ] {e3f2a133-3ae7-485b-bbff-ad8e61488867} <Trace> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1681 2025.01.02 23:34:59.176697 [ 260 ] {e3f2a133-3ae7-485b-bbff-ad8e61488867} <Debug> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (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
1682 2025.01.02 23:34:59.176730 [ 260 ] {e3f2a133-3ae7-485b-bbff-ad8e61488867} <Trace> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Spreading mark ranges among streams (default reading)
1683 2025.01.02 23:34:59.180800 [ 260 ] {e3f2a133-3ae7-485b-bbff-ad8e61488867} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1684 2025.01.02 23:34:59.180835 [ 260 ] {e3f2a133-3ae7-485b-bbff-ad8e61488867} <Debug> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Reading approx. 31 rows with 2 streams
1685 2025.01.02 23:34:59.180907 [ 260 ] {e3f2a133-3ae7-485b-bbff-ad8e61488867} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
1686 2025.01.02 23:34:59.180961 [ 260 ] {e3f2a133-3ae7-485b-bbff-ad8e61488867} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
1687 2025.01.02 23:34:59.182300 [ 260 ] {e3f2a133-3ae7-485b-bbff-ad8e61488867} <Debug> executeQuery: Read 31 rows, 1.18 KiB in 0.007212 sec., 4298.391569606212 rows/sec., 163.98 KiB/sec.
1688 2025.01.02 23:34:59.182441 [ 260 ] {e3f2a133-3ae7-485b-bbff-ad8e61488867} <Debug> TCPHandler: Processed in 0.0076491 sec.
1689 2025.01.02 23:34:59.182877 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1690 2025.01.02 23:34:59.183317 [ 265 ] {80358524-73f4-4bef-b982-d06a4c224ebb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:errors_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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)
1691 2025.01.02 23:34:59.183866 [ 265 ] {80358524-73f4-4bef-b982-d06a4c224ebb} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1692 2025.01.02 23:34:59.183916 [ 265 ] {80358524-73f4-4bef-b982-d06a4c224ebb} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:errors_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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
1693 2025.01.02 23:34:59.184283 [ 265 ] {80358524-73f4-4bef-b982-d06a4c224ebb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1694 2025.01.02 23:34:59.184364 [ 265 ] {80358524-73f4-4bef-b982-d06a4c224ebb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1695 2025.01.02 23:34:59.184543 [ 265 ] {80358524-73f4-4bef-b982-d06a4c224ebb} <Debug> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Key condition: (column 0 notIn 32-element set)
1696 2025.01.02 23:34:59.184647 [ 298 ] {80358524-73f4-4bef-b982-d06a4c224ebb} <Trace> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1697 2025.01.02 23:34:59.184665 [ 299 ] {80358524-73f4-4bef-b982-d06a4c224ebb} <Trace> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1698 2025.01.02 23:34:59.184771 [ 265 ] {80358524-73f4-4bef-b982-d06a4c224ebb} <Debug> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (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
1699 2025.01.02 23:34:59.184799 [ 265 ] {80358524-73f4-4bef-b982-d06a4c224ebb} <Trace> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Spreading mark ranges among streams (default reading)
1700 2025.01.02 23:34:59.184892 [ 265 ] {80358524-73f4-4bef-b982-d06a4c224ebb} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1701 2025.01.02 23:34:59.184914 [ 265 ] {80358524-73f4-4bef-b982-d06a4c224ebb} <Debug> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Reading approx. 31 rows with 2 streams
1702 2025.01.02 23:34:59.184956 [ 265 ] {80358524-73f4-4bef-b982-d06a4c224ebb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:errors_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
1703 2025.01.02 23:34:59.185004 [ 265 ] {80358524-73f4-4bef-b982-d06a4c224ebb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:errors_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
1704 2025.01.02 23:34:59.186159 [ 265 ] {80358524-73f4-4bef-b982-d06a4c224ebb} <Debug> executeQuery: Read 31 rows, 1.18 KiB in 0.003054 sec., 10150.622134905043 rows/sec., 387.24 KiB/sec.
1705 2025.01.02 23:34:59.186323 [ 265 ] {80358524-73f4-4bef-b982-d06a4c224ebb} <Debug> TCPHandler: Processed in 0.003638008 sec.
1706 2025.01.02 23:34:59.186572 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1707 2025.01.02 23:34:59.186761 [ 260 ] {d60232ff-157b-4a7a-a2f3-9ddc10dedd70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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)
1708 2025.01.02 23:34:59.187093 [ 260 ] {d60232ff-157b-4a7a-a2f3-9ddc10dedd70} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1709 2025.01.02 23:34:59.187141 [ 260 ] {d60232ff-157b-4a7a-a2f3-9ddc10dedd70} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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
1710 2025.01.02 23:34:59.187454 [ 260 ] {d60232ff-157b-4a7a-a2f3-9ddc10dedd70} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1711 2025.01.02 23:34:59.187520 [ 260 ] {d60232ff-157b-4a7a-a2f3-9ddc10dedd70} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1712 2025.01.02 23:34:59.187667 [ 260 ] {d60232ff-157b-4a7a-a2f3-9ddc10dedd70} <Debug> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Key condition: (column 0 notIn 33-element set)
1713 2025.01.02 23:34:59.187743 [ 298 ] {d60232ff-157b-4a7a-a2f3-9ddc10dedd70} <Trace> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1714 2025.01.02 23:34:59.187749 [ 296 ] {d60232ff-157b-4a7a-a2f3-9ddc10dedd70} <Trace> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1715 2025.01.02 23:34:59.187843 [ 260 ] {d60232ff-157b-4a7a-a2f3-9ddc10dedd70} <Debug> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (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
1716 2025.01.02 23:34:59.187871 [ 260 ] {d60232ff-157b-4a7a-a2f3-9ddc10dedd70} <Trace> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Spreading mark ranges among streams (default reading)
1717 2025.01.02 23:34:59.187953 [ 260 ] {d60232ff-157b-4a7a-a2f3-9ddc10dedd70} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1718 2025.01.02 23:34:59.187973 [ 260 ] {d60232ff-157b-4a7a-a2f3-9ddc10dedd70} <Debug> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Reading approx. 31 rows with 2 streams
1719 2025.01.02 23:34:59.188014 [ 260 ] {d60232ff-157b-4a7a-a2f3-9ddc10dedd70} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
1720 2025.01.02 23:34:59.188059 [ 260 ] {d60232ff-157b-4a7a-a2f3-9ddc10dedd70} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
1721 2025.01.02 23:34:59.189024 [ 260 ] {d60232ff-157b-4a7a-a2f3-9ddc10dedd70} <Debug> executeQuery: Read 31 rows, 1.18 KiB in 0.002354 sec., 13169.073916737467 rows/sec., 502.39 KiB/sec.
1722 2025.01.02 23:34:59.189158 [ 260 ] {d60232ff-157b-4a7a-a2f3-9ddc10dedd70} <Debug> TCPHandler: Processed in 0.002639975 sec.
1723 2025.01.02 23:34:59.189412 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1724 2025.01.02 23:34:59.189632 [ 265 ] {16e24bce-0470-4e16-b136-097237ed82f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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)
1725 2025.01.02 23:34:59.189972 [ 265 ] {16e24bce-0470-4e16-b136-097237ed82f4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1726 2025.01.02 23:34:59.190020 [ 265 ] {16e24bce-0470-4e16-b136-097237ed82f4} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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
1727 2025.01.02 23:34:59.190341 [ 265 ] {16e24bce-0470-4e16-b136-097237ed82f4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1728 2025.01.02 23:34:59.190407 [ 265 ] {16e24bce-0470-4e16-b136-097237ed82f4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1729 2025.01.02 23:34:59.190557 [ 265 ] {16e24bce-0470-4e16-b136-097237ed82f4} <Debug> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Key condition: (column 0 notIn 34-element set)
1730 2025.01.02 23:34:59.190648 [ 298 ] {16e24bce-0470-4e16-b136-097237ed82f4} <Trace> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1731 2025.01.02 23:34:59.190662 [ 299 ] {16e24bce-0470-4e16-b136-097237ed82f4} <Trace> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1732 2025.01.02 23:34:59.190760 [ 265 ] {16e24bce-0470-4e16-b136-097237ed82f4} <Debug> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (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
1733 2025.01.02 23:34:59.190787 [ 265 ] {16e24bce-0470-4e16-b136-097237ed82f4} <Trace> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Spreading mark ranges among streams (default reading)
1734 2025.01.02 23:34:59.190869 [ 265 ] {16e24bce-0470-4e16-b136-097237ed82f4} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1735 2025.01.02 23:34:59.190890 [ 265 ] {16e24bce-0470-4e16-b136-097237ed82f4} <Debug> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Reading approx. 31 rows with 2 streams
1736 2025.01.02 23:34:59.190931 [ 265 ] {16e24bce-0470-4e16-b136-097237ed82f4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
1737 2025.01.02 23:34:59.190977 [ 265 ] {16e24bce-0470-4e16-b136-097237ed82f4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
1738 2025.01.02 23:34:59.191948 [ 265 ] {16e24bce-0470-4e16-b136-097237ed82f4} <Debug> executeQuery: Read 31 rows, 1.18 KiB in 0.002424 sec., 12788.77887788779 rows/sec., 487.88 KiB/sec.
1739 2025.01.02 23:34:59.192104 [ 265 ] {16e24bce-0470-4e16-b136-097237ed82f4} <Debug> TCPHandler: Processed in 0.002760426 sec.
1740 2025.01.02 23:34:59.192361 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1741 2025.01.02 23:34:59.192553 [ 260 ] {3a6b1969-54fc-447d-a91b-214ee261c04f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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)
1742 2025.01.02 23:34:59.192888 [ 260 ] {3a6b1969-54fc-447d-a91b-214ee261c04f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1743 2025.01.02 23:34:59.192937 [ 260 ] {3a6b1969-54fc-447d-a91b-214ee261c04f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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
1744 2025.01.02 23:34:59.193256 [ 260 ] {3a6b1969-54fc-447d-a91b-214ee261c04f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1745 2025.01.02 23:34:59.193323 [ 260 ] {3a6b1969-54fc-447d-a91b-214ee261c04f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1746 2025.01.02 23:34:59.193468 [ 260 ] {3a6b1969-54fc-447d-a91b-214ee261c04f} <Debug> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Key condition: (column 0 notIn 35-element set)
1747 2025.01.02 23:34:59.193544 [ 298 ] {3a6b1969-54fc-447d-a91b-214ee261c04f} <Trace> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1748 2025.01.02 23:34:59.193546 [ 296 ] {3a6b1969-54fc-447d-a91b-214ee261c04f} <Trace> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1749 2025.01.02 23:34:59.193642 [ 260 ] {3a6b1969-54fc-447d-a91b-214ee261c04f} <Debug> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (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
1750 2025.01.02 23:34:59.193670 [ 260 ] {3a6b1969-54fc-447d-a91b-214ee261c04f} <Trace> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Spreading mark ranges among streams (default reading)
1751 2025.01.02 23:34:59.193749 [ 260 ] {3a6b1969-54fc-447d-a91b-214ee261c04f} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1752 2025.01.02 23:34:59.193769 [ 260 ] {3a6b1969-54fc-447d-a91b-214ee261c04f} <Debug> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Reading approx. 31 rows with 2 streams
1753 2025.01.02 23:34:59.193810 [ 260 ] {3a6b1969-54fc-447d-a91b-214ee261c04f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
1754 2025.01.02 23:34:59.193855 [ 260 ] {3a6b1969-54fc-447d-a91b-214ee261c04f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
1755 2025.01.02 23:34:59.194881 [ 260 ] {3a6b1969-54fc-447d-a91b-214ee261c04f} <Debug> executeQuery: Read 31 rows, 1.18 KiB in 0.00242 sec., 12809.917355371901 rows/sec., 488.68 KiB/sec.
1756 2025.01.02 23:34:59.195043 [ 260 ] {3a6b1969-54fc-447d-a91b-214ee261c04f} <Debug> TCPHandler: Processed in 0.002738206 sec.
1757 2025.01.02 23:34:59.195363 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1758 2025.01.02 23:34:59.195586 [ 265 ] {3897794e-f002-4b22-976a-e97fa9f1ef15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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)
1759 2025.01.02 23:34:59.195928 [ 265 ] {3897794e-f002-4b22-976a-e97fa9f1ef15} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1760 2025.01.02 23:34:59.195978 [ 265 ] {3897794e-f002-4b22-976a-e97fa9f1ef15} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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
1761 2025.01.02 23:34:59.196303 [ 265 ] {3897794e-f002-4b22-976a-e97fa9f1ef15} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1762 2025.01.02 23:34:59.196371 [ 265 ] {3897794e-f002-4b22-976a-e97fa9f1ef15} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1763 2025.01.02 23:34:59.196520 [ 265 ] {3897794e-f002-4b22-976a-e97fa9f1ef15} <Debug> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Key condition: (column 0 notIn 36-element set)
1764 2025.01.02 23:34:59.196617 [ 298 ] {3897794e-f002-4b22-976a-e97fa9f1ef15} <Trace> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1765 2025.01.02 23:34:59.196634 [ 299 ] {3897794e-f002-4b22-976a-e97fa9f1ef15} <Trace> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1766 2025.01.02 23:34:59.196740 [ 265 ] {3897794e-f002-4b22-976a-e97fa9f1ef15} <Debug> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (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
1767 2025.01.02 23:34:59.196768 [ 265 ] {3897794e-f002-4b22-976a-e97fa9f1ef15} <Trace> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Spreading mark ranges among streams (default reading)
1768 2025.01.02 23:34:59.196849 [ 265 ] {3897794e-f002-4b22-976a-e97fa9f1ef15} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1769 2025.01.02 23:34:59.196870 [ 265 ] {3897794e-f002-4b22-976a-e97fa9f1ef15} <Debug> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Reading approx. 31 rows with 2 streams
1770 2025.01.02 23:34:59.196911 [ 265 ] {3897794e-f002-4b22-976a-e97fa9f1ef15} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
1771 2025.01.02 23:34:59.196957 [ 265 ] {3897794e-f002-4b22-976a-e97fa9f1ef15} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
1772 2025.01.02 23:34:59.198019 [ 265 ] {3897794e-f002-4b22-976a-e97fa9f1ef15} <Debug> executeQuery: Read 31 rows, 1.18 KiB in 0.002545 sec., 12180.746561886051 rows/sec., 464.68 KiB/sec.
1773 2025.01.02 23:34:59.198172 [ 265 ] {3897794e-f002-4b22-976a-e97fa9f1ef15} <Debug> TCPHandler: Processed in 0.002926679 sec.
1774 2025.01.02 23:34:59.275131 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1775 2025.01.02 23:34:59.275364 [ 260 ] {14b99816-e870-4da8-a34f-bffe2a22d4a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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)
1776 2025.01.02 23:34:59.275754 [ 260 ] {14b99816-e870-4da8-a34f-bffe2a22d4a1} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1777 2025.01.02 23:34:59.275836 [ 260 ] {14b99816-e870-4da8-a34f-bffe2a22d4a1} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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
1778 2025.01.02 23:34:59.276174 [ 260 ] {14b99816-e870-4da8-a34f-bffe2a22d4a1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1779 2025.01.02 23:34:59.276270 [ 260 ] {14b99816-e870-4da8-a34f-bffe2a22d4a1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1780 2025.01.02 23:34:59.276424 [ 260 ] {14b99816-e870-4da8-a34f-bffe2a22d4a1} <Debug> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Key condition: (column 0 notIn 37-element set)
1781 2025.01.02 23:34:59.276516 [ 298 ] {14b99816-e870-4da8-a34f-bffe2a22d4a1} <Trace> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1782 2025.01.02 23:34:59.276521 [ 296 ] {14b99816-e870-4da8-a34f-bffe2a22d4a1} <Trace> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1783 2025.01.02 23:34:59.276632 [ 260 ] {14b99816-e870-4da8-a34f-bffe2a22d4a1} <Debug> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (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
1784 2025.01.02 23:34:59.276662 [ 260 ] {14b99816-e870-4da8-a34f-bffe2a22d4a1} <Trace> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Spreading mark ranges among streams (default reading)
1785 2025.01.02 23:34:59.276744 [ 260 ] {14b99816-e870-4da8-a34f-bffe2a22d4a1} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1786 2025.01.02 23:34:59.276766 [ 260 ] {14b99816-e870-4da8-a34f-bffe2a22d4a1} <Debug> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Reading approx. 31 rows with 2 streams
1787 2025.01.02 23:34:59.276807 [ 260 ] {14b99816-e870-4da8-a34f-bffe2a22d4a1} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
1788 2025.01.02 23:34:59.276854 [ 260 ] {14b99816-e870-4da8-a34f-bffe2a22d4a1} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
1789 2025.01.02 23:34:59.277900 [ 260 ] {14b99816-e870-4da8-a34f-bffe2a22d4a1} <Debug> executeQuery: Read 31 rows, 1.18 KiB in 0.002652 sec., 11689.291101055807 rows/sec., 445.93 KiB/sec.
1790 2025.01.02 23:34:59.278042 [ 260 ] {14b99816-e870-4da8-a34f-bffe2a22d4a1} <Debug> TCPHandler: Processed in 0.002979779 sec.
1791 2025.01.02 23:34:59.278579 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1792 2025.01.02 23:34:59.278744 [ 265 ] {4cb8beb1-5b98-467c-a94c-ec2fb2103aa5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
1793 2025.01.02 23:34:59.278809 [ 265 ] {4cb8beb1-5b98-467c-a94c-ec2fb2103aa5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1794 2025.01.02 23:34:59.279682 [ 265 ] {4cb8beb1-5b98-467c-a94c-ec2fb2103aa5} <Trace> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1795 2025.01.02 23:34:59.279728 [ 265 ] {4cb8beb1-5b98-467c-a94c-ec2fb2103aa5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1796 2025.01.02 23:34:59.280244 [ 265 ] {4cb8beb1-5b98-467c-a94c-ec2fb2103aa5} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1797 2025.01.02 23:34:59.280485 [ 265 ] {4cb8beb1-5b98-467c-a94c-ec2fb2103aa5} <Trace> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1798 2025.01.02 23:34:59.280730 [ 265 ] {4cb8beb1-5b98-467c-a94c-ec2fb2103aa5} <Debug> executeQuery: Read 7 rows, 1.42 KiB in 0.002022 sec., 3461.9188921859545 rows/sec., 704.17 KiB/sec.
1799 2025.01.02 23:34:59.280909 [ 265 ] {4cb8beb1-5b98-467c-a94c-ec2fb2103aa5} <Debug> TCPHandler: Processed in 0.002393902 sec.
1800 2025.01.02 23:34:59.281070 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1801 2025.01.02 23:34:59.281220 [ 260 ] {8d322e1c-01b9-4ab8-916e-75748fc4b5be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1802 2025.01.02 23:34:59.281279 [ 260 ] {8d322e1c-01b9-4ab8-916e-75748fc4b5be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1803 2025.01.02 23:34:59.282441 [ 260 ] {8d322e1c-01b9-4ab8-916e-75748fc4b5be} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1804 2025.01.02 23:34:59.282488 [ 260 ] {8d322e1c-01b9-4ab8-916e-75748fc4b5be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1805 2025.01.02 23:34:59.282975 [ 260 ] {8d322e1c-01b9-4ab8-916e-75748fc4b5be} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1806 2025.01.02 23:34:59.283232 [ 260 ] {8d322e1c-01b9-4ab8-916e-75748fc4b5be} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1807 2025.01.02 23:34:59.283412 [ 54 ] {} <Debug> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1808 2025.01.02 23:34:59.283486 [ 54 ] {} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1809 2025.01.02 23:34:59.283495 [ 260 ] {8d322e1c-01b9-4ab8-916e-75748fc4b5be} <Debug> executeQuery: Read 1167 rows, 98.65 KiB in 0.002308 sec., 505632.582322357 rows/sec., 41.74 MiB/sec.
1810 2025.01.02 23:34:59.283526 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1811 2025.01.02 23:34:59.283645 [ 260 ] {8d322e1c-01b9-4ab8-916e-75748fc4b5be} <Debug> TCPHandler: Processed in 0.002639555 sec.
1812 2025.01.02 23:34:59.283712 [ 201 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::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
1813 2025.01.02 23:34:59.283838 [ 201 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1814 2025.01.02 23:34:59.283868 [ 201 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 198 rows starting from the beginning of the part
1815 2025.01.02 23:34:59.283906 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1816 2025.01.02 23:34:59.284022 [ 201 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 197 rows starting from the beginning of the part
1817 2025.01.02 23:34:59.284291 [ 201 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 223 rows starting from the beginning of the part
1818 2025.01.02 23:34:59.284542 [ 265 ] {57b4a0b4-8bf3-4f5d-958d-40cafdd36a69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1819 2025.01.02 23:34:59.284711 [ 201 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::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
1820 2025.01.02 23:34:59.284777 [ 265 ] {57b4a0b4-8bf3-4f5d-958d-40cafdd36a69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1821 2025.01.02 23:34:59.285007 [ 201 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 223 rows starting from the beginning of the part
1822 2025.01.02 23:34:59.285328 [ 201 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1167 rows starting from the beginning of the part
1823 2025.01.02 23:34:59.287135 [ 265 ] {57b4a0b4-8bf3-4f5d-958d-40cafdd36a69} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1824 2025.01.02 23:34:59.287219 [ 265 ] {57b4a0b4-8bf3-4f5d-958d-40cafdd36a69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1825 2025.01.02 23:34:59.288034 [ 265 ] {57b4a0b4-8bf3-4f5d-958d-40cafdd36a69} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1826 2025.01.02 23:34:59.288450 [ 187 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2034 rows, containing 5 columns (5 merged, 0 gathered) in 0.004797583 sec., 423963.48327897605 rows/sec., 37.82 MiB/sec.
1827 2025.01.02 23:34:59.288526 [ 265 ] {57b4a0b4-8bf3-4f5d-958d-40cafdd36a69} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1828 2025.01.02 23:34:59.288786 [ 187 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1829 2025.01.02 23:34:59.288957 [ 265 ] {57b4a0b4-8bf3-4f5d-958d-40cafdd36a69} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.004607 sec., 49489.90666377252 rows/sec., 3.35 MiB/sec.
1830 2025.01.02 23:34:59.289222 [ 265 ] {57b4a0b4-8bf3-4f5d-958d-40cafdd36a69} <Debug> TCPHandler: Processed in 0.005441242 sec.
1831 2025.01.02 23:34:59.289445 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1832 2025.01.02 23:34:59.289466 [ 193 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_6_1} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1833 2025.01.02 23:34:59.289670 [ 260 ] {5151090c-3f82-42c7-a62b-a2602c4eddc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1834 2025.01.02 23:34:59.289728 [ 193 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_6_1} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1835 2025.01.02 23:34:59.289745 [ 260 ] {5151090c-3f82-42c7-a62b-a2602c4eddc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1836 2025.01.02 23:34:59.289955 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB.
1837 2025.01.02 23:34:59.290692 [ 260 ] {5151090c-3f82-42c7-a62b-a2602c4eddc7} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1838 2025.01.02 23:34:59.290736 [ 260 ] {5151090c-3f82-42c7-a62b-a2602c4eddc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1839 2025.01.02 23:34:59.291145 [ 260 ] {5151090c-3f82-42c7-a62b-a2602c4eddc7} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1840 2025.01.02 23:34:59.291390 [ 260 ] {5151090c-3f82-42c7-a62b-a2602c4eddc7} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1841 2025.01.02 23:34:59.291547 [ 54 ] {} <Debug> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1842 2025.01.02 23:34:59.291608 [ 54 ] {} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1843 2025.01.02 23:34:59.291645 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1844 2025.01.02 23:34:59.291658 [ 260 ] {5151090c-3f82-42c7-a62b-a2602c4eddc7} <Debug> executeQuery: Read 484 rows, 36.53 KiB in 0.002051 sec., 235982.44758654316 rows/sec., 17.39 MiB/sec.
1845 2025.01.02 23:34:59.291879 [ 260 ] {5151090c-3f82-42c7-a62b-a2602c4eddc7} <Debug> TCPHandler: Processed in 0.002531844 sec.
1846 2025.01.02 23:34:59.291907 [ 187 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::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
1847 2025.01.02 23:34:59.292045 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1848 2025.01.02 23:34:59.292064 [ 187 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1849 2025.01.02 23:34:59.292097 [ 187 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 359 rows starting from the beginning of the part
1850 2025.01.02 23:34:59.292198 [ 265 ] {bd45ddff-b90c-441d-9cdf-a3d9b8908d70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1851 2025.01.02 23:34:59.292254 [ 187 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 343 rows starting from the beginning of the part
1852 2025.01.02 23:34:59.292300 [ 265 ] {bd45ddff-b90c-441d-9cdf-a3d9b8908d70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1853 2025.01.02 23:34:59.292471 [ 187 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 371 rows starting from the beginning of the part
1854 2025.01.02 23:34:59.292657 [ 187 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 28 rows starting from the beginning of the part
1855 2025.01.02 23:34:59.293098 [ 187 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 371 rows starting from the beginning of the part
1856 2025.01.02 23:34:59.293445 [ 187 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 484 rows starting from the beginning of the part
1857 2025.01.02 23:34:59.295214 [ 265 ] {bd45ddff-b90c-441d-9cdf-a3d9b8908d70} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1858 2025.01.02 23:34:59.295263 [ 265 ] {bd45ddff-b90c-441d-9cdf-a3d9b8908d70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1859 2025.01.02 23:34:59.295304 [ 201 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1956 rows, containing 5 columns (5 merged, 0 gathered) in 0.003569277 sec., 548010.143230688 rows/sec., 41.16 MiB/sec.
1860 2025.01.02 23:34:59.295602 [ 201 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1861 2025.01.02 23:34:59.296085 [ 201 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_6_1} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1862 2025.01.02 23:34:59.296173 [ 265 ] {bd45ddff-b90c-441d-9cdf-a3d9b8908d70} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1863 2025.01.02 23:34:59.296206 [ 201 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_6_1} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1864 2025.01.02 23:34:59.296345 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB.
1865 2025.01.02 23:34:59.296534 [ 265 ] {bd45ddff-b90c-441d-9cdf-a3d9b8908d70} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1866 2025.01.02 23:34:59.296707 [ 54 ] {} <Debug> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1867 2025.01.02 23:34:59.296770 [ 54 ] {} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1868 2025.01.02 23:34:59.296811 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB.
1869 2025.01.02 23:34:59.296816 [ 265 ] {bd45ddff-b90c-441d-9cdf-a3d9b8908d70} <Debug> executeQuery: Read 2105 rows, 144.01 KiB in 0.004665 sec., 451232.5830653805 rows/sec., 30.15 MiB/sec.
1870 2025.01.02 23:34:59.297039 [ 265 ] {bd45ddff-b90c-441d-9cdf-a3d9b8908d70} <Debug> TCPHandler: Processed in 0.005047306 sec.
1871 2025.01.02 23:34:59.297089 [ 195 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::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
1872 2025.01.02 23:34:59.297245 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1873 2025.01.02 23:34:59.297309 [ 195 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1874 2025.01.02 23:34:59.297367 [ 195 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 77 rows starting from the beginning of the part
1875 2025.01.02 23:34:59.297480 [ 260 ] {ffa038f3-e7cc-44e1-b521-893df4fdbcd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1876 2025.01.02 23:34:59.297610 [ 195 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 77 rows starting from the beginning of the part
1877 2025.01.02 23:34:59.297708 [ 260 ] {ffa038f3-e7cc-44e1-b521-893df4fdbcd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1878 2025.01.02 23:34:59.297886 [ 195 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 137 rows starting from the beginning of the part
1879 2025.01.02 23:34:59.298336 [ 195 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 100 rows starting from the beginning of the part
1880 2025.01.02 23:34:59.298770 [ 195 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 177 rows starting from the beginning of the part
1881 2025.01.02 23:34:59.299103 [ 195 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2105 rows starting from the beginning of the part
1882 2025.01.02 23:34:59.300003 [ 260 ] {ffa038f3-e7cc-44e1-b521-893df4fdbcd9} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1883 2025.01.02 23:34:59.300092 [ 260 ] {ffa038f3-e7cc-44e1-b521-893df4fdbcd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1884 2025.01.02 23:34:59.301059 [ 260 ] {ffa038f3-e7cc-44e1-b521-893df4fdbcd9} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1885 2025.01.02 23:34:59.301468 [ 260 ] {ffa038f3-e7cc-44e1-b521-893df4fdbcd9} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1886 2025.01.02 23:34:59.301676 [ 52 ] {} <Debug> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1887 2025.01.02 23:34:59.301725 [ 52 ] {} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1888 2025.01.02 23:34:59.301745 [ 260 ] {ffa038f3-e7cc-44e1-b521-893df4fdbcd9} <Debug> executeQuery: Read 12 rows, 862.00 B in 0.004324 sec., 2775.208140610546 rows/sec., 194.68 KiB/sec.
1889 2025.01.02 23:34:59.301769 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1890 2025.01.02 23:34:59.302069 [ 260 ] {ffa038f3-e7cc-44e1-b521-893df4fdbcd9} <Debug> TCPHandler: Processed in 0.004915174 sec.
1891 2025.01.02 23:34:59.302257 [ 201 ] {f089096f-6d35-4156-ac8a-e10ac4715594::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
1892 2025.01.02 23:34:59.302627 [ 201 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1893 2025.01.02 23:34:59.302634 [ 195 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2673 rows, containing 5 columns (5 merged, 0 gathered) in 0.005721745 sec., 467165.1742606495 rows/sec., 31.04 MiB/sec.
1894 2025.01.02 23:34:59.302668 [ 201 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 22 rows starting from the beginning of the part
1895 2025.01.02 23:34:59.302791 [ 201 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 22 rows starting from the beginning of the part
1896 2025.01.02 23:34:59.303095 [ 201 ] {f089096f-6d35-4156-ac8a-e10ac4715594::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
1897 2025.01.02 23:34:59.303098 [ 195 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1898 2025.01.02 23:34:59.303385 [ 201 ] {f089096f-6d35-4156-ac8a-e10ac4715594::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
1899 2025.01.02 23:34:59.303671 [ 201 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 52 rows starting from the beginning of the part
1900 2025.01.02 23:34:59.303852 [ 201 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 12 rows starting from the beginning of the part
1901 2025.01.02 23:34:59.304303 [ 195 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1902 2025.01.02 23:34:59.304441 [ 195 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1903 2025.01.02 23:34:59.304591 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB.
1904 2025.01.02 23:34:59.305255 [ 200 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 178 rows, containing 4 columns (4 merged, 0 gathered) in 0.003355674 sec., 53044.485250951075 rows/sec., 3.23 MiB/sec.
1905 2025.01.02 23:34:59.305468 [ 200 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1906 2025.01.02 23:34:59.305812 [ 200 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_6_1} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1907 2025.01.02 23:34:59.305892 [ 200 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_6_1} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1908 2025.01.02 23:34:59.305974 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
1909 2025.01.02 23:35:02.431861 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1910 2025.01.02 23:35:02.432059 [ 260 ] {ed4b2dd2-5a70-4630-8505-89876af69e10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1911 2025.01.02 23:35:02.432129 [ 260 ] {ed4b2dd2-5a70-4630-8505-89876af69e10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1912 2025.01.02 23:35:02.432890 [ 260 ] {ed4b2dd2-5a70-4630-8505-89876af69e10} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1913 2025.01.02 23:35:02.432929 [ 260 ] {ed4b2dd2-5a70-4630-8505-89876af69e10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1914 2025.01.02 23:35:02.433366 [ 260 ] {ed4b2dd2-5a70-4630-8505-89876af69e10} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1915 2025.01.02 23:35:02.433618 [ 260 ] {ed4b2dd2-5a70-4630-8505-89876af69e10} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1916 2025.01.02 23:35:02.433810 [ 260 ] {ed4b2dd2-5a70-4630-8505-89876af69e10} <Debug> executeQuery: Read 52 rows, 4.07 KiB in 0.001802 sec., 28856.82574916759 rows/sec., 2.20 MiB/sec.
1917 2025.01.02 23:35:02.433864 [ 260 ] {ed4b2dd2-5a70-4630-8505-89876af69e10} <Debug> TCPHandler: Processed in 0.002127378 sec.
1918 2025.01.02 23:35:02.434117 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1919 2025.01.02 23:35:02.434314 [ 265 ] {5021f522-2b3f-4fae-98d7-774f5d805e51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1920 2025.01.02 23:35:02.434391 [ 265 ] {5021f522-2b3f-4fae-98d7-774f5d805e51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1921 2025.01.02 23:35:02.435216 [ 265 ] {5021f522-2b3f-4fae-98d7-774f5d805e51} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1922 2025.01.02 23:35:02.435266 [ 265 ] {5021f522-2b3f-4fae-98d7-774f5d805e51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1923 2025.01.02 23:35:02.435738 [ 265 ] {5021f522-2b3f-4fae-98d7-774f5d805e51} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1924 2025.01.02 23:35:02.436002 [ 265 ] {5021f522-2b3f-4fae-98d7-774f5d805e51} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1925 2025.01.02 23:35:02.436328 [ 265 ] {5021f522-2b3f-4fae-98d7-774f5d805e51} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.002042 sec., 27424.09402546523 rows/sec., 2.14 MiB/sec.
1926 2025.01.02 23:35:02.436419 [ 265 ] {5021f522-2b3f-4fae-98d7-774f5d805e51} <Debug> TCPHandler: Processed in 0.002438112 sec.
1927 2025.01.02 23:35:02.436584 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1928 2025.01.02 23:35:02.436705 [ 260 ] {6cd94cfd-8456-4928-a43d-5479dd391c49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1929 2025.01.02 23:35:02.436757 [ 260 ] {6cd94cfd-8456-4928-a43d-5479dd391c49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1930 2025.01.02 23:35:02.437296 [ 260 ] {6cd94cfd-8456-4928-a43d-5479dd391c49} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1931 2025.01.02 23:35:02.437338 [ 260 ] {6cd94cfd-8456-4928-a43d-5479dd391c49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1932 2025.01.02 23:35:02.437721 [ 260 ] {6cd94cfd-8456-4928-a43d-5479dd391c49} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1933 2025.01.02 23:35:02.437970 [ 260 ] {6cd94cfd-8456-4928-a43d-5479dd391c49} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1934 2025.01.02 23:35:02.438143 [ 260 ] {6cd94cfd-8456-4928-a43d-5479dd391c49} <Debug> executeQuery: Read 90 rows, 6.39 KiB in 0.001464 sec., 61475.40983606557 rows/sec., 4.26 MiB/sec.
1935 2025.01.02 23:35:02.438193 [ 260 ] {6cd94cfd-8456-4928-a43d-5479dd391c49} <Debug> TCPHandler: Processed in 0.001665702 sec.
1936 2025.01.02 23:35:02.438345 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1937 2025.01.02 23:35:02.438471 [ 265 ] {9377d7a1-b16a-40f5-bada-8e5b1dcad935} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1938 2025.01.02 23:35:02.438530 [ 265 ] {9377d7a1-b16a-40f5-bada-8e5b1dcad935} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1939 2025.01.02 23:35:02.439026 [ 265 ] {9377d7a1-b16a-40f5-bada-8e5b1dcad935} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1940 2025.01.02 23:35:02.439067 [ 265 ] {9377d7a1-b16a-40f5-bada-8e5b1dcad935} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1941 2025.01.02 23:35:02.439442 [ 265 ] {9377d7a1-b16a-40f5-bada-8e5b1dcad935} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1942 2025.01.02 23:35:02.439692 [ 265 ] {9377d7a1-b16a-40f5-bada-8e5b1dcad935} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1943 2025.01.02 23:35:02.439889 [ 265 ] {9377d7a1-b16a-40f5-bada-8e5b1dcad935} <Debug> executeQuery: Read 30 rows, 2.11 KiB in 0.001449 sec., 20703.933747412008 rows/sec., 1.42 MiB/sec.
1944 2025.01.02 23:35:02.439937 [ 265 ] {9377d7a1-b16a-40f5-bada-8e5b1dcad935} <Debug> TCPHandler: Processed in 0.001652972 sec.
1945 2025.01.02 23:35:03.103083 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4209
1946 2025.01.02 23:35:03.103835 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1947 2025.01.02 23:35:03.103877 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1948 2025.01.02 23:35:03.104403 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1949 2025.01.02 23:35:03.104660 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1950 2025.01.02 23:35:03.104921 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4209
1951 2025.01.02 23:35:03.373565 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68
1952 2025.01.02 23:35:03.394410 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1953 2025.01.02 23:35:03.394473 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1954 2025.01.02 23:35:03.401648 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1955 2025.01.02 23:35:03.402402 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1956 2025.01.02 23:35:03.405271 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68
1957 2025.01.02 23:35:05.618958 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 56 entries to flush up to offset 288
1958 2025.01.02 23:35:05.622657 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1959 2025.01.02 23:35:05.622719 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1960 2025.01.02 23:35:05.624260 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1961 2025.01.02 23:35:05.624572 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1962 2025.01.02 23:35:05.625495 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 288
1963 2025.01.02 23:35:07.440891 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1964 2025.01.02 23:35:07.441076 [ 260 ] {d280e2e2-7909-45b2-beb5-f6ae60a23c6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
1965 2025.01.02 23:35:07.441146 [ 260 ] {d280e2e2-7909-45b2-beb5-f6ae60a23c6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
1966 2025.01.02 23:35:07.441896 [ 260 ] {d280e2e2-7909-45b2-beb5-f6ae60a23c6d} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1967 2025.01.02 23:35:07.441946 [ 260 ] {d280e2e2-7909-45b2-beb5-f6ae60a23c6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1968 2025.01.02 23:35:07.442366 [ 260 ] {d280e2e2-7909-45b2-beb5-f6ae60a23c6d} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1969 2025.01.02 23:35:07.442620 [ 260 ] {d280e2e2-7909-45b2-beb5-f6ae60a23c6d} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1970 2025.01.02 23:35:07.442774 [ 40 ] {} <Debug> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
1971 2025.01.02 23:35:07.442815 [ 40 ] {} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1972 2025.01.02 23:35:07.442829 [ 260 ] {d280e2e2-7909-45b2-beb5-f6ae60a23c6d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001804 sec., 7760.532150776053 rows/sec., 558.65 KiB/sec.
1973 2025.01.02 23:35:07.442839 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1974 2025.01.02 23:35:07.442952 [ 260 ] {d280e2e2-7909-45b2-beb5-f6ae60a23c6d} <Debug> TCPHandler: Processed in 0.002195499 sec.
1975 2025.01.02 23:35:07.443222 [ 195 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::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
1976 2025.01.02 23:35:07.443359 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1977 2025.01.02 23:35:07.443467 [ 195 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1978 2025.01.02 23:35:07.443553 [ 195 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 14 rows starting from the beginning of the part
1979 2025.01.02 23:35:07.443663 [ 265 ] {6c8519fa-fc0e-49ba-9fab-feeb5bcc1d50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1980 2025.01.02 23:35:07.443788 [ 195 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 14 rows starting from the beginning of the part
1981 2025.01.02 23:35:07.443898 [ 265 ] {6c8519fa-fc0e-49ba-9fab-feeb5bcc1d50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1982 2025.01.02 23:35:07.444136 [ 195 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 14 rows starting from the beginning of the part
1983 2025.01.02 23:35:07.444421 [ 195 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 14 rows starting from the beginning of the part
1984 2025.01.02 23:35:07.444692 [ 195 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 14 rows starting from the beginning of the part
1985 2025.01.02 23:35:07.446893 [ 265 ] {6c8519fa-fc0e-49ba-9fab-feeb5bcc1d50} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1986 2025.01.02 23:35:07.446987 [ 265 ] {6c8519fa-fc0e-49ba-9fab-feeb5bcc1d50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
1987 2025.01.02 23:35:07.447357 [ 201 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004400088 sec., 15908.772733636237 rows/sec., 1.18 MiB/sec.
1988 2025.01.02 23:35:07.447573 [ 201 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
1989 2025.01.02 23:35:07.447932 [ 265 ] {6c8519fa-fc0e-49ba-9fab-feeb5bcc1d50} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1990 2025.01.02 23:35:07.448070 [ 192 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_5_1} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1991 2025.01.02 23:35:07.448273 [ 192 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_5_1} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
1992 2025.01.02 23:35:07.448447 [ 265 ] {6c8519fa-fc0e-49ba-9fab-feeb5bcc1d50} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1993 2025.01.02 23:35:07.448473 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
1994 2025.01.02 23:35:07.448727 [ 265 ] {6c8519fa-fc0e-49ba-9fab-feeb5bcc1d50} <Debug> executeQuery: Read 249 rows, 22.34 KiB in 0.00517 sec., 48162.47582205029 rows/sec., 4.22 MiB/sec.
1995 2025.01.02 23:35:07.448794 [ 265 ] {6c8519fa-fc0e-49ba-9fab-feeb5bcc1d50} <Debug> TCPHandler: Processed in 0.005679715 sec.
1996 2025.01.02 23:35:07.448956 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1997 2025.01.02 23:35:07.449075 [ 260 ] {92a08b19-3998-44f9-827b-da9b05379c0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1998 2025.01.02 23:35:07.449125 [ 260 ] {92a08b19-3998-44f9-827b-da9b05379c0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1999 2025.01.02 23:35:07.449730 [ 260 ] {92a08b19-3998-44f9-827b-da9b05379c0f} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2000 2025.01.02 23:35:07.449768 [ 260 ] {92a08b19-3998-44f9-827b-da9b05379c0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2001 2025.01.02 23:35:07.450140 [ 260 ] {92a08b19-3998-44f9-827b-da9b05379c0f} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2002 2025.01.02 23:35:07.450375 [ 260 ] {92a08b19-3998-44f9-827b-da9b05379c0f} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2003 2025.01.02 23:35:07.450499 [ 40 ] {} <Debug> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
2004 2025.01.02 23:35:07.450536 [ 40 ] {} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2005 2025.01.02 23:35:07.450559 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2006 2025.01.02 23:35:07.450567 [ 260 ] {92a08b19-3998-44f9-827b-da9b05379c0f} <Debug> executeQuery: Read 32 rows, 2.34 KiB in 0.001516 sec., 21108.179419525066 rows/sec., 1.50 MiB/sec.
2007 2025.01.02 23:35:07.450831 [ 260 ] {92a08b19-3998-44f9-827b-da9b05379c0f} <Debug> TCPHandler: Processed in 0.001929016 sec.
2008 2025.01.02 23:35:07.450887 [ 201 ] {d71f9721-d961-40b3-8ada-a9f0533be470::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
2009 2025.01.02 23:35:07.451122 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2010 2025.01.02 23:35:07.451136 [ 201 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2011 2025.01.02 23:35:07.451193 [ 201 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 32 rows starting from the beginning of the part
2012 2025.01.02 23:35:07.451436 [ 201 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 32 rows starting from the beginning of the part
2013 2025.01.02 23:35:07.451513 [ 265 ] {b59784ac-f66c-4864-a522-1f48b32f93ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2014 2025.01.02 23:35:07.451704 [ 201 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 32 rows starting from the beginning of the part
2015 2025.01.02 23:35:07.451771 [ 265 ] {b59784ac-f66c-4864-a522-1f48b32f93ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2016 2025.01.02 23:35:07.451947 [ 201 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 32 rows starting from the beginning of the part
2017 2025.01.02 23:35:07.452319 [ 201 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 32 rows starting from the beginning of the part
2018 2025.01.02 23:35:07.454160 [ 265 ] {b59784ac-f66c-4864-a522-1f48b32f93ef} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2019 2025.01.02 23:35:07.454237 [ 265 ] {b59784ac-f66c-4864-a522-1f48b32f93ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2020 2025.01.02 23:35:07.454853 [ 194 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 160 rows, containing 5 columns (5 merged, 0 gathered) in 0.004241215 sec., 37725.038697637356 rows/sec., 2.83 MiB/sec.
2021 2025.01.02 23:35:07.455012 [ 265 ] {b59784ac-f66c-4864-a522-1f48b32f93ef} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2022 2025.01.02 23:35:07.455021 [ 194 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
2023 2025.01.02 23:35:07.455318 [ 265 ] {b59784ac-f66c-4864-a522-1f48b32f93ef} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2024 2025.01.02 23:35:07.455384 [ 194 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_5_1} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2025 2025.01.02 23:35:07.455545 [ 40 ] {} <Debug> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2026 2025.01.02 23:35:07.455582 [ 194 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_5_1} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
2027 2025.01.02 23:35:07.455641 [ 40 ] {} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2028 2025.01.02 23:35:07.455730 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2029 2025.01.02 23:35:07.455742 [ 265 ] {b59784ac-f66c-4864-a522-1f48b32f93ef} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004445 sec., 3149.6062992125985 rows/sec., 220.58 KiB/sec.
2030 2025.01.02 23:35:07.455788 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
2031 2025.01.02 23:35:07.455905 [ 265 ] {b59784ac-f66c-4864-a522-1f48b32f93ef} <Debug> TCPHandler: Processed in 0.004940965 sec.
2032 2025.01.02 23:35:07.455978 [ 201 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::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
2033 2025.01.02 23:35:07.456069 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2034 2025.01.02 23:35:07.456109 [ 201 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2035 2025.01.02 23:35:07.456140 [ 201 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 15 rows starting from the beginning of the part
2036 2025.01.02 23:35:07.456215 [ 260 ] {b42cffa2-5282-4ac0-80f6-cdc0aaa4e244} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2037 2025.01.02 23:35:07.456269 [ 201 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 14 rows starting from the beginning of the part
2038 2025.01.02 23:35:07.456313 [ 260 ] {b42cffa2-5282-4ac0-80f6-cdc0aaa4e244} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2039 2025.01.02 23:35:07.456536 [ 201 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 14 rows starting from the beginning of the part
2040 2025.01.02 23:35:07.456947 [ 201 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 14 rows starting from the beginning of the part
2041 2025.01.02 23:35:07.457170 [ 201 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 228 rows starting from the beginning of the part
2042 2025.01.02 23:35:07.457381 [ 201 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 14 rows starting from the beginning of the part
2043 2025.01.02 23:35:07.458195 [ 260 ] {b42cffa2-5282-4ac0-80f6-cdc0aaa4e244} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2044 2025.01.02 23:35:07.458241 [ 260 ] {b42cffa2-5282-4ac0-80f6-cdc0aaa4e244} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2045 2025.01.02 23:35:07.458787 [ 260 ] {b42cffa2-5282-4ac0-80f6-cdc0aaa4e244} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2046 2025.01.02 23:35:07.458873 [ 194 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 299 rows, containing 5 columns (5 merged, 0 gathered) in 0.002968409 sec., 100727.35933626397 rows/sec., 7.22 MiB/sec.
2047 2025.01.02 23:35:07.459026 [ 201 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2048 2025.01.02 23:35:07.459128 [ 260 ] {b42cffa2-5282-4ac0-80f6-cdc0aaa4e244} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2049 2025.01.02 23:35:07.459283 [ 40 ] {} <Debug> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
2050 2025.01.02 23:35:07.459333 [ 40 ] {} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2051 2025.01.02 23:35:07.459364 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2052 2025.01.02 23:35:07.459395 [ 260 ] {b42cffa2-5282-4ac0-80f6-cdc0aaa4e244} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.003226 sec., 4029.758214507129 rows/sec., 251.25 KiB/sec.
2053 2025.01.02 23:35:07.459492 [ 201 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_6_1} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2054 2025.01.02 23:35:07.460019 [ 260 ] {b42cffa2-5282-4ac0-80f6-cdc0aaa4e244} <Debug> TCPHandler: Processed in 0.003990932 sec.
2055 2025.01.02 23:35:07.460019 [ 188 ] {c539644e-57f4-452b-9d9f-90f359afbc94::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
2056 2025.01.02 23:35:07.460056 [ 201 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_6_1} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2057 2025.01.02 23:35:07.460322 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB.
2058 2025.01.02 23:35:07.460411 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2059 2025.01.02 23:35:07.460433 [ 188 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2060 2025.01.02 23:35:07.460485 [ 188 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 13 rows starting from the beginning of the part
2061 2025.01.02 23:35:07.460740 [ 188 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 13 rows starting from the beginning of the part
2062 2025.01.02 23:35:07.460761 [ 265 ] {38062a54-bcf5-4299-b85c-819eda695340} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2063 2025.01.02 23:35:07.461039 [ 188 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 13 rows starting from the beginning of the part
2064 2025.01.02 23:35:07.461035 [ 265 ] {38062a54-bcf5-4299-b85c-819eda695340} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2065 2025.01.02 23:35:07.461358 [ 188 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 13 rows starting from the beginning of the part
2066 2025.01.02 23:35:07.461703 [ 188 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 13 rows starting from the beginning of the part
2067 2025.01.02 23:35:07.463711 [ 265 ] {38062a54-bcf5-4299-b85c-819eda695340} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2068 2025.01.02 23:35:07.463791 [ 265 ] {38062a54-bcf5-4299-b85c-819eda695340} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2069 2025.01.02 23:35:07.464430 [ 188 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004925265 sec., 13197.259436801878 rows/sec., 874.40 KiB/sec.
2070 2025.01.02 23:35:07.464704 [ 188 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
2071 2025.01.02 23:35:07.465007 [ 265 ] {38062a54-bcf5-4299-b85c-819eda695340} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2072 2025.01.02 23:35:07.465195 [ 188 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_5_1} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2073 2025.01.02 23:35:07.465347 [ 188 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_5_1} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
2074 2025.01.02 23:35:07.465504 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
2075 2025.01.02 23:35:07.465538 [ 265 ] {38062a54-bcf5-4299-b85c-819eda695340} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2076 2025.01.02 23:35:07.465773 [ 265 ] {38062a54-bcf5-4299-b85c-819eda695340} <Debug> executeQuery: Read 399 rows, 29.04 KiB in 0.005227 sec., 76334.41744786684 rows/sec., 5.43 MiB/sec.
2077 2025.01.02 23:35:07.465837 [ 265 ] {38062a54-bcf5-4299-b85c-819eda695340} <Debug> TCPHandler: Processed in 0.005673155 sec.
2078 2025.01.02 23:35:07.465991 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2079 2025.01.02 23:35:07.466109 [ 260 ] {3de886b6-ef90-4250-9740-869774921d2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
2080 2025.01.02 23:35:07.466160 [ 260 ] {3de886b6-ef90-4250-9740-869774921d2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2081 2025.01.02 23:35:07.466654 [ 260 ] {3de886b6-ef90-4250-9740-869774921d2a} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2082 2025.01.02 23:35:07.466690 [ 260 ] {3de886b6-ef90-4250-9740-869774921d2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2083 2025.01.02 23:35:07.467056 [ 260 ] {3de886b6-ef90-4250-9740-869774921d2a} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2084 2025.01.02 23:35:07.467290 [ 260 ] {3de886b6-ef90-4250-9740-869774921d2a} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2085 2025.01.02 23:35:07.467473 [ 38 ] {} <Debug> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
2086 2025.01.02 23:35:07.467534 [ 260 ] {3de886b6-ef90-4250-9740-869774921d2a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001442 sec., 4160.887656033287 rows/sec., 217.39 KiB/sec.
2087 2025.01.02 23:35:07.467543 [ 38 ] {} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2088 2025.01.02 23:35:07.467623 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2089 2025.01.02 23:35:07.467648 [ 260 ] {3de886b6-ef90-4250-9740-869774921d2a} <Debug> TCPHandler: Processed in 0.001714372 sec.
2090 2025.01.02 23:35:07.467841 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2091 2025.01.02 23:35:07.467855 [ 194 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::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
2092 2025.01.02 23:35:07.468002 [ 265 ] {79efc80d-37ce-4d73-aa66-f96d478cafe5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2093 2025.01.02 23:35:07.468025 [ 194 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2094 2025.01.02 23:35:07.468075 [ 194 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::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
2095 2025.01.02 23:35:07.468080 [ 265 ] {79efc80d-37ce-4d73-aa66-f96d478cafe5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2096 2025.01.02 23:35:07.468330 [ 194 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part
2097 2025.01.02 23:35:07.468602 [ 194 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part
2098 2025.01.02 23:35:07.468858 [ 194 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part
2099 2025.01.02 23:35:07.469055 [ 194 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part
2100 2025.01.02 23:35:07.469685 [ 265 ] {79efc80d-37ce-4d73-aa66-f96d478cafe5} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2101 2025.01.02 23:35:07.469734 [ 265 ] {79efc80d-37ce-4d73-aa66-f96d478cafe5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2102 2025.01.02 23:35:07.470325 [ 201 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.002594334 sec., 11563.6614252444 rows/sec., 604.16 KiB/sec.
2103 2025.01.02 23:35:07.470389 [ 265 ] {79efc80d-37ce-4d73-aa66-f96d478cafe5} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2104 2025.01.02 23:35:07.470497 [ 201 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
2105 2025.01.02 23:35:07.470823 [ 265 ] {79efc80d-37ce-4d73-aa66-f96d478cafe5} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2106 2025.01.02 23:35:07.471075 [ 201 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_5_1} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2107 2025.01.02 23:35:07.471261 [ 265 ] {79efc80d-37ce-4d73-aa66-f96d478cafe5} <Debug> executeQuery: Read 227 rows, 15.50 KiB in 0.003298 sec., 68829.59369314736 rows/sec., 4.59 MiB/sec.
2108 2025.01.02 23:35:07.471266 [ 201 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_5_1} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
2109 2025.01.02 23:35:07.471440 [ 265 ] {79efc80d-37ce-4d73-aa66-f96d478cafe5} <Debug> TCPHandler: Processed in 0.003678478 sec.
2110 2025.01.02 23:35:07.471505 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
2111 2025.01.02 23:35:07.471635 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2112 2025.01.02 23:35:07.471747 [ 260 ] {4df3796d-be39-4623-8b3b-3a148d25e1eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2113 2025.01.02 23:35:07.471796 [ 260 ] {4df3796d-be39-4623-8b3b-3a148d25e1eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2114 2025.01.02 23:35:07.472264 [ 260 ] {4df3796d-be39-4623-8b3b-3a148d25e1eb} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2115 2025.01.02 23:35:07.472303 [ 260 ] {4df3796d-be39-4623-8b3b-3a148d25e1eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2116 2025.01.02 23:35:07.472671 [ 260 ] {4df3796d-be39-4623-8b3b-3a148d25e1eb} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2117 2025.01.02 23:35:07.472917 [ 260 ] {4df3796d-be39-4623-8b3b-3a148d25e1eb} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2118 2025.01.02 23:35:07.473194 [ 260 ] {4df3796d-be39-4623-8b3b-3a148d25e1eb} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001465 sec., 682.5938566552901 rows/sec., 46.00 KiB/sec.
2119 2025.01.02 23:35:07.473342 [ 260 ] {4df3796d-be39-4623-8b3b-3a148d25e1eb} <Debug> TCPHandler: Processed in 0.001771133 sec.
2120 2025.01.02 23:35:07.473498 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2121 2025.01.02 23:35:07.473617 [ 265 ] {f63d04d5-8805-42ab-8654-97ada9c3a1ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2122 2025.01.02 23:35:07.473701 [ 265 ] {f63d04d5-8805-42ab-8654-97ada9c3a1ef} <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
2123 2025.01.02 23:35:07.474894 [ 265 ] {f63d04d5-8805-42ab-8654-97ada9c3a1ef} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2124 2025.01.02 23:35:07.474934 [ 265 ] {f63d04d5-8805-42ab-8654-97ada9c3a1ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2125 2025.01.02 23:35:07.475589 [ 265 ] {f63d04d5-8805-42ab-8654-97ada9c3a1ef} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2126 2025.01.02 23:35:07.475850 [ 265 ] {f63d04d5-8805-42ab-8654-97ada9c3a1ef} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2127 2025.01.02 23:35:07.476112 [ 265 ] {f63d04d5-8805-42ab-8654-97ada9c3a1ef} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002518 sec., 9928.514694201747 rows/sec., 17.79 MiB/sec.
2128 2025.01.02 23:35:07.476205 [ 265 ] {f63d04d5-8805-42ab-8654-97ada9c3a1ef} <Debug> TCPHandler: Processed in 0.002766466 sec.
2129 2025.01.02 23:35:07.476399 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2130 2025.01.02 23:35:07.476519 [ 260 ] {a3048093-ce95-400a-a9e1-4a8433e6ce4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2131 2025.01.02 23:35:07.476569 [ 260 ] {a3048093-ce95-400a-a9e1-4a8433e6ce4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2132 2025.01.02 23:35:07.477061 [ 260 ] {a3048093-ce95-400a-a9e1-4a8433e6ce4a} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2133 2025.01.02 23:35:07.477101 [ 260 ] {a3048093-ce95-400a-a9e1-4a8433e6ce4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2134 2025.01.02 23:35:07.477492 [ 260 ] {a3048093-ce95-400a-a9e1-4a8433e6ce4a} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2135 2025.01.02 23:35:07.477746 [ 260 ] {a3048093-ce95-400a-a9e1-4a8433e6ce4a} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2136 2025.01.02 23:35:07.477965 [ 260 ] {a3048093-ce95-400a-a9e1-4a8433e6ce4a} <Debug> executeQuery: Read 72 rows, 4.70 KiB in 0.001472 sec., 48913.04347826087 rows/sec., 3.12 MiB/sec.
2137 2025.01.02 23:35:07.478025 [ 260 ] {a3048093-ce95-400a-a9e1-4a8433e6ce4a} <Debug> TCPHandler: Processed in 0.001687052 sec.
2138 2025.01.02 23:35:10.522185 [ 37 ] {} <Debug> DNSResolver: Updating DNS cache
2139 2025.01.02 23:35:10.522255 [ 37 ] {} <Debug> DNSResolver: Updated DNS cache
2140 2025.01.02 23:35:10.605090 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4636
2141 2025.01.02 23:35:10.605742 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2142 2025.01.02 23:35:10.605783 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2143 2025.01.02 23:35:10.606305 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2144 2025.01.02 23:35:10.606562 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2145 2025.01.02 23:35:10.606781 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636
2146 2025.01.02 23:35:10.905439 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76
2147 2025.01.02 23:35:10.926166 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2148 2025.01.02 23:35:10.926211 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2149 2025.01.02 23:35:10.933358 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2150 2025.01.02 23:35:10.934112 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2151 2025.01.02 23:35:10.937117 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76
2152 2025.01.02 23:35:12.435423 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2153 2025.01.02 23:35:12.435610 [ 260 ] {70313b7e-f5f8-4fea-931a-4df2d8fb77a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2154 2025.01.02 23:35:12.435685 [ 260 ] {70313b7e-f5f8-4fea-931a-4df2d8fb77a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2155 2025.01.02 23:35:12.436467 [ 260 ] {70313b7e-f5f8-4fea-931a-4df2d8fb77a1} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2156 2025.01.02 23:35:12.436521 [ 260 ] {70313b7e-f5f8-4fea-931a-4df2d8fb77a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2157 2025.01.02 23:35:12.436960 [ 260 ] {70313b7e-f5f8-4fea-931a-4df2d8fb77a1} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2158 2025.01.02 23:35:12.437214 [ 260 ] {70313b7e-f5f8-4fea-931a-4df2d8fb77a1} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2159 2025.01.02 23:35:12.437444 [ 260 ] {70313b7e-f5f8-4fea-931a-4df2d8fb77a1} <Debug> executeQuery: Read 52 rows, 4.07 KiB in 0.001885 sec., 27586.206896551725 rows/sec., 2.11 MiB/sec.
2160 2025.01.02 23:35:12.437510 [ 260 ] {70313b7e-f5f8-4fea-931a-4df2d8fb77a1} <Debug> TCPHandler: Processed in 0.00222138 sec.
2161 2025.01.02 23:35:12.437809 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2162 2025.01.02 23:35:12.438041 [ 265 ] {a7f1426c-76c5-44c1-a8dc-d47573dfaa9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2163 2025.01.02 23:35:12.438134 [ 265 ] {a7f1426c-76c5-44c1-a8dc-d47573dfaa9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2164 2025.01.02 23:35:12.438920 [ 265 ] {a7f1426c-76c5-44c1-a8dc-d47573dfaa9c} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2165 2025.01.02 23:35:12.438970 [ 265 ] {a7f1426c-76c5-44c1-a8dc-d47573dfaa9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2166 2025.01.02 23:35:12.439406 [ 265 ] {a7f1426c-76c5-44c1-a8dc-d47573dfaa9c} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2167 2025.01.02 23:35:12.439663 [ 265 ] {a7f1426c-76c5-44c1-a8dc-d47573dfaa9c} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2168 2025.01.02 23:35:12.439948 [ 265 ] {a7f1426c-76c5-44c1-a8dc-d47573dfaa9c} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.001966 sec., 28484.231943031537 rows/sec., 2.22 MiB/sec.
2169 2025.01.02 23:35:12.440105 [ 265 ] {a7f1426c-76c5-44c1-a8dc-d47573dfaa9c} <Debug> TCPHandler: Processed in 0.002460792 sec.
2170 2025.01.02 23:35:12.440277 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2171 2025.01.02 23:35:12.440425 [ 260 ] {34d8e836-64ae-4793-8b86-c7a5571e0ed7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2172 2025.01.02 23:35:12.440490 [ 260 ] {34d8e836-64ae-4793-8b86-c7a5571e0ed7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2173 2025.01.02 23:35:12.441161 [ 260 ] {34d8e836-64ae-4793-8b86-c7a5571e0ed7} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2174 2025.01.02 23:35:12.441204 [ 260 ] {34d8e836-64ae-4793-8b86-c7a5571e0ed7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2175 2025.01.02 23:35:12.441607 [ 260 ] {34d8e836-64ae-4793-8b86-c7a5571e0ed7} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2176 2025.01.02 23:35:12.441850 [ 260 ] {34d8e836-64ae-4793-8b86-c7a5571e0ed7} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2177 2025.01.02 23:35:12.442066 [ 260 ] {34d8e836-64ae-4793-8b86-c7a5571e0ed7} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001679 sec., 89338.89219773676 rows/sec., 6.19 MiB/sec.
2178 2025.01.02 23:35:12.442123 [ 260 ] {34d8e836-64ae-4793-8b86-c7a5571e0ed7} <Debug> TCPHandler: Processed in 0.001914865 sec.
2179 2025.01.02 23:35:12.442299 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2180 2025.01.02 23:35:12.442438 [ 265 ] {7afca368-c1ba-425b-ac44-197a811c886e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2181 2025.01.02 23:35:12.442500 [ 265 ] {7afca368-c1ba-425b-ac44-197a811c886e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2182 2025.01.02 23:35:12.443084 [ 265 ] {7afca368-c1ba-425b-ac44-197a811c886e} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2183 2025.01.02 23:35:12.443130 [ 265 ] {7afca368-c1ba-425b-ac44-197a811c886e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2184 2025.01.02 23:35:12.443529 [ 265 ] {7afca368-c1ba-425b-ac44-197a811c886e} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2185 2025.01.02 23:35:12.443767 [ 265 ] {7afca368-c1ba-425b-ac44-197a811c886e} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2186 2025.01.02 23:35:12.443961 [ 265 ] {7afca368-c1ba-425b-ac44-197a811c886e} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001555 sec., 32154.340836012863 rows/sec., 2.20 MiB/sec.
2187 2025.01.02 23:35:12.444011 [ 265 ] {7afca368-c1ba-425b-ac44-197a811c886e} <Debug> TCPHandler: Processed in 0.001780773 sec.
2188 2025.01.02 23:35:15.625926 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 318
2189 2025.01.02 23:35:15.629031 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2190 2025.01.02 23:35:15.629088 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2191 2025.01.02 23:35:15.630626 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2192 2025.01.02 23:35:15.630942 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2193 2025.01.02 23:35:15.631155 [ 26 ] {} <Debug> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2194 2025.01.02 23:35:15.631258 [ 26 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2195 2025.01.02 23:35:15.631328 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2196 2025.01.02 23:35:15.631759 [ 199 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::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
2197 2025.01.02 23:35:15.632526 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 318
2198 2025.01.02 23:35:15.632978 [ 199 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2199 2025.01.02 23:35:15.633174 [ 199 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::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
2200 2025.01.02 23:35:15.633886 [ 199 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 60 rows starting from the beginning of the part
2201 2025.01.02 23:35:15.634483 [ 199 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 22 rows starting from the beginning of the part
2202 2025.01.02 23:35:15.635076 [ 199 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 60 rows starting from the beginning of the part
2203 2025.01.02 23:35:15.635755 [ 199 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 56 rows starting from the beginning of the part
2204 2025.01.02 23:35:15.636341 [ 199 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::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
2205 2025.01.02 23:35:15.644764 [ 194 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 318 rows, containing 72 columns (72 merged, 0 gathered) in 0.013290005 sec., 23927.75623485469 rows/sec., 23.73 MiB/sec.
2206 2025.01.02 23:35:15.645754 [ 194 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2207 2025.01.02 23:35:15.646581 [ 194 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_6_1} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2208 2025.01.02 23:35:15.646677 [ 194 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_6_1} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2209 2025.01.02 23:35:15.647005 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.68 MiB.
2210 2025.01.02 23:35:17.430622 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2211 2025.01.02 23:35:17.430880 [ 260 ] {2b0378db-6e4e-4f5d-907e-8b2bf25f489b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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)
2212 2025.01.02 23:35:17.431302 [ 260 ] {2b0378db-6e4e-4f5d-907e-8b2bf25f489b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2213 2025.01.02 23:35:17.431355 [ 260 ] {2b0378db-6e4e-4f5d-907e-8b2bf25f489b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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
2214 2025.01.02 23:35:17.431721 [ 260 ] {2b0378db-6e4e-4f5d-907e-8b2bf25f489b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2215 2025.01.02 23:35:17.431803 [ 260 ] {2b0378db-6e4e-4f5d-907e-8b2bf25f489b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2216 2025.01.02 23:35:17.431976 [ 260 ] {2b0378db-6e4e-4f5d-907e-8b2bf25f489b} <Debug> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Key condition: (column 0 notIn 38-element set)
2217 2025.01.02 23:35:17.432168 [ 298 ] {2b0378db-6e4e-4f5d-907e-8b2bf25f489b} <Trace> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2218 2025.01.02 23:35:17.432175 [ 299 ] {2b0378db-6e4e-4f5d-907e-8b2bf25f489b} <Trace> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2219 2025.01.02 23:35:17.432174 [ 296 ] {2b0378db-6e4e-4f5d-907e-8b2bf25f489b} <Trace> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2220 2025.01.02 23:35:17.432356 [ 260 ] {2b0378db-6e4e-4f5d-907e-8b2bf25f489b} <Debug> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (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
2221 2025.01.02 23:35:17.432386 [ 260 ] {2b0378db-6e4e-4f5d-907e-8b2bf25f489b} <Trace> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Spreading mark ranges among streams (default reading)
2222 2025.01.02 23:35:17.432505 [ 260 ] {2b0378db-6e4e-4f5d-907e-8b2bf25f489b} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2223 2025.01.02 23:35:17.432528 [ 260 ] {2b0378db-6e4e-4f5d-907e-8b2bf25f489b} <Debug> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Reading approx. 38 rows with 3 streams
2224 2025.01.02 23:35:17.432572 [ 260 ] {2b0378db-6e4e-4f5d-907e-8b2bf25f489b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
2225 2025.01.02 23:35:17.432621 [ 260 ] {2b0378db-6e4e-4f5d-907e-8b2bf25f489b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
2226 2025.01.02 23:35:17.432665 [ 260 ] {2b0378db-6e4e-4f5d-907e-8b2bf25f489b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
2227 2025.01.02 23:35:17.434600 [ 260 ] {2b0378db-6e4e-4f5d-907e-8b2bf25f489b} <Debug> executeQuery: Read 38 rows, 1.44 KiB in 0.003841 sec., 9893.256964332206 rows/sec., 374.00 KiB/sec.
2228 2025.01.02 23:35:17.434811 [ 260 ] {2b0378db-6e4e-4f5d-907e-8b2bf25f489b} <Debug> TCPHandler: Processed in 0.004317227 sec.
2229 2025.01.02 23:35:17.445695 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2230 2025.01.02 23:35:17.445821 [ 260 ] {95add9dc-6f92-4b42-8bde-245f577a01fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
2231 2025.01.02 23:35:17.445872 [ 260 ] {95add9dc-6f92-4b42-8bde-245f577a01fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2232 2025.01.02 23:35:17.446588 [ 260 ] {95add9dc-6f92-4b42-8bde-245f577a01fe} <Trace> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2233 2025.01.02 23:35:17.446627 [ 260 ] {95add9dc-6f92-4b42-8bde-245f577a01fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2234 2025.01.02 23:35:17.447127 [ 260 ] {95add9dc-6f92-4b42-8bde-245f577a01fe} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2235 2025.01.02 23:35:17.447352 [ 260 ] {95add9dc-6f92-4b42-8bde-245f577a01fe} <Trace> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2236 2025.01.02 23:35:17.447576 [ 260 ] {95add9dc-6f92-4b42-8bde-245f577a01fe} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001784 sec., 560.5381165919282 rows/sec., 127.00 KiB/sec.
2237 2025.01.02 23:35:17.447764 [ 260 ] {95add9dc-6f92-4b42-8bde-245f577a01fe} <Debug> TCPHandler: Processed in 0.002123168 sec.
2238 2025.01.02 23:35:17.448120 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2239 2025.01.02 23:35:17.448401 [ 265 ] {eeb67797-a014-4af1-b150-5f1aedb7cbe7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2240 2025.01.02 23:35:17.448474 [ 265 ] {eeb67797-a014-4af1-b150-5f1aedb7cbe7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2241 2025.01.02 23:35:17.449228 [ 265 ] {eeb67797-a014-4af1-b150-5f1aedb7cbe7} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2242 2025.01.02 23:35:17.449283 [ 265 ] {eeb67797-a014-4af1-b150-5f1aedb7cbe7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2243 2025.01.02 23:35:17.449733 [ 265 ] {eeb67797-a014-4af1-b150-5f1aedb7cbe7} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2244 2025.01.02 23:35:17.449986 [ 265 ] {eeb67797-a014-4af1-b150-5f1aedb7cbe7} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2245 2025.01.02 23:35:17.450288 [ 265 ] {eeb67797-a014-4af1-b150-5f1aedb7cbe7} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00192 sec., 7291.666666666666 rows/sec., 524.90 KiB/sec.
2246 2025.01.02 23:35:17.450435 [ 265 ] {eeb67797-a014-4af1-b150-5f1aedb7cbe7} <Debug> TCPHandler: Processed in 0.002516054 sec.
2247 2025.01.02 23:35:17.450580 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2248 2025.01.02 23:35:17.450699 [ 260 ] {d59f8e7d-f36f-4ceb-a15b-40f894478d8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
2249 2025.01.02 23:35:17.450747 [ 260 ] {d59f8e7d-f36f-4ceb-a15b-40f894478d8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
2250 2025.01.02 23:35:17.451355 [ 260 ] {d59f8e7d-f36f-4ceb-a15b-40f894478d8b} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2251 2025.01.02 23:35:17.451395 [ 260 ] {d59f8e7d-f36f-4ceb-a15b-40f894478d8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2252 2025.01.02 23:35:17.451765 [ 260 ] {d59f8e7d-f36f-4ceb-a15b-40f894478d8b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
2253 2025.01.02 23:35:17.452010 [ 260 ] {d59f8e7d-f36f-4ceb-a15b-40f894478d8b} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2254 2025.01.02 23:35:17.452210 [ 260 ] {d59f8e7d-f36f-4ceb-a15b-40f894478d8b} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001534 sec., 2607.561929595828 rows/sec., 212.63 KiB/sec.
2255 2025.01.02 23:35:17.452360 [ 260 ] {d59f8e7d-f36f-4ceb-a15b-40f894478d8b} <Debug> TCPHandler: Processed in 0.001836974 sec.
2256 2025.01.02 23:35:17.452516 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2257 2025.01.02 23:35:17.452650 [ 265 ] {0a8f715c-711c-4562-8291-b6f816f6f660} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2258 2025.01.02 23:35:17.452707 [ 265 ] {0a8f715c-711c-4562-8291-b6f816f6f660} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2259 2025.01.02 23:35:17.453391 [ 265 ] {0a8f715c-711c-4562-8291-b6f816f6f660} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2260 2025.01.02 23:35:17.453433 [ 265 ] {0a8f715c-711c-4562-8291-b6f816f6f660} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2261 2025.01.02 23:35:17.453837 [ 265 ] {0a8f715c-711c-4562-8291-b6f816f6f660} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2262 2025.01.02 23:35:17.454078 [ 265 ] {0a8f715c-711c-4562-8291-b6f816f6f660} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2263 2025.01.02 23:35:17.454299 [ 265 ] {0a8f715c-711c-4562-8291-b6f816f6f660} <Debug> executeQuery: Read 251 rows, 22.49 KiB in 0.00168 sec., 149404.7619047619 rows/sec., 13.07 MiB/sec.
2264 2025.01.02 23:35:17.454356 [ 265 ] {0a8f715c-711c-4562-8291-b6f816f6f660} <Debug> TCPHandler: Processed in 0.001898655 sec.
2265 2025.01.02 23:35:17.454492 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2266 2025.01.02 23:35:17.454611 [ 260 ] {38fd8c51-458f-4588-bb5d-fcd7d0760ee0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2267 2025.01.02 23:35:17.454660 [ 260 ] {38fd8c51-458f-4588-bb5d-fcd7d0760ee0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2268 2025.01.02 23:35:17.455265 [ 260 ] {38fd8c51-458f-4588-bb5d-fcd7d0760ee0} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2269 2025.01.02 23:35:17.455302 [ 260 ] {38fd8c51-458f-4588-bb5d-fcd7d0760ee0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2270 2025.01.02 23:35:17.455660 [ 260 ] {38fd8c51-458f-4588-bb5d-fcd7d0760ee0} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2271 2025.01.02 23:35:17.455899 [ 260 ] {38fd8c51-458f-4588-bb5d-fcd7d0760ee0} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2272 2025.01.02 23:35:17.456154 [ 260 ] {38fd8c51-458f-4588-bb5d-fcd7d0760ee0} <Debug> executeQuery: Read 36 rows, 2.62 KiB in 0.001539 sec., 23391.812865497075 rows/sec., 1.66 MiB/sec.
2273 2025.01.02 23:35:17.456290 [ 260 ] {38fd8c51-458f-4588-bb5d-fcd7d0760ee0} <Debug> TCPHandler: Processed in 0.001855064 sec.
2274 2025.01.02 23:35:17.456456 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2275 2025.01.02 23:35:17.456601 [ 265 ] {65f64e3b-7332-4c53-93a9-f3a8549d43d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2276 2025.01.02 23:35:17.456661 [ 265 ] {65f64e3b-7332-4c53-93a9-f3a8549d43d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2277 2025.01.02 23:35:17.457335 [ 265 ] {65f64e3b-7332-4c53-93a9-f3a8549d43d7} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2278 2025.01.02 23:35:17.457376 [ 265 ] {65f64e3b-7332-4c53-93a9-f3a8549d43d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2279 2025.01.02 23:35:17.457742 [ 265 ] {65f64e3b-7332-4c53-93a9-f3a8549d43d7} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2280 2025.01.02 23:35:17.458014 [ 265 ] {65f64e3b-7332-4c53-93a9-f3a8549d43d7} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2281 2025.01.02 23:35:17.458233 [ 265 ] {65f64e3b-7332-4c53-93a9-f3a8549d43d7} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001666 sec., 8403.361344537816 rows/sec., 588.52 KiB/sec.
2282 2025.01.02 23:35:17.458293 [ 265 ] {65f64e3b-7332-4c53-93a9-f3a8549d43d7} <Debug> TCPHandler: Processed in 0.001902305 sec.
2283 2025.01.02 23:35:17.458445 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2284 2025.01.02 23:35:17.458585 [ 260 ] {145abdde-b8b3-4157-9cb2-14ecd880bcbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2285 2025.01.02 23:35:17.458641 [ 260 ] {145abdde-b8b3-4157-9cb2-14ecd880bcbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2286 2025.01.02 23:35:17.459322 [ 260 ] {145abdde-b8b3-4157-9cb2-14ecd880bcbb} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2287 2025.01.02 23:35:17.459359 [ 260 ] {145abdde-b8b3-4157-9cb2-14ecd880bcbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2288 2025.01.02 23:35:17.459722 [ 260 ] {145abdde-b8b3-4157-9cb2-14ecd880bcbb} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2289 2025.01.02 23:35:17.459958 [ 260 ] {145abdde-b8b3-4157-9cb2-14ecd880bcbb} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2290 2025.01.02 23:35:17.460152 [ 260 ] {145abdde-b8b3-4157-9cb2-14ecd880bcbb} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001595 sec., 8150.470219435736 rows/sec., 508.18 KiB/sec.
2291 2025.01.02 23:35:17.460293 [ 260 ] {145abdde-b8b3-4157-9cb2-14ecd880bcbb} <Debug> TCPHandler: Processed in 0.001913305 sec.
2292 2025.01.02 23:35:17.460445 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2293 2025.01.02 23:35:17.460567 [ 265 ] {3f437725-fe51-446b-9dce-80c53cd7cdc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2294 2025.01.02 23:35:17.460617 [ 265 ] {3f437725-fe51-446b-9dce-80c53cd7cdc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2295 2025.01.02 23:35:17.461361 [ 265 ] {3f437725-fe51-446b-9dce-80c53cd7cdc1} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2296 2025.01.02 23:35:17.461400 [ 265 ] {3f437725-fe51-446b-9dce-80c53cd7cdc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2297 2025.01.02 23:35:17.461784 [ 265 ] {3f437725-fe51-446b-9dce-80c53cd7cdc1} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2298 2025.01.02 23:35:17.462018 [ 265 ] {3f437725-fe51-446b-9dce-80c53cd7cdc1} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2299 2025.01.02 23:35:17.462230 [ 265 ] {3f437725-fe51-446b-9dce-80c53cd7cdc1} <Debug> executeQuery: Read 403 rows, 29.37 KiB in 0.001688 sec., 238744.0758293839 rows/sec., 16.99 MiB/sec.
2300 2025.01.02 23:35:17.462284 [ 265 ] {3f437725-fe51-446b-9dce-80c53cd7cdc1} <Debug> TCPHandler: Processed in 0.001900535 sec.
2301 2025.01.02 23:35:17.462447 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2302 2025.01.02 23:35:17.462587 [ 260 ] {3b623f04-39c7-4311-9911-6d1f9043b39a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
2303 2025.01.02 23:35:17.462646 [ 260 ] {3b623f04-39c7-4311-9911-6d1f9043b39a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2304 2025.01.02 23:35:17.463210 [ 260 ] {3b623f04-39c7-4311-9911-6d1f9043b39a} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2305 2025.01.02 23:35:17.463253 [ 260 ] {3b623f04-39c7-4311-9911-6d1f9043b39a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2306 2025.01.02 23:35:17.463622 [ 260 ] {3b623f04-39c7-4311-9911-6d1f9043b39a} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2307 2025.01.02 23:35:17.463866 [ 260 ] {3b623f04-39c7-4311-9911-6d1f9043b39a} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2308 2025.01.02 23:35:17.464074 [ 260 ] {3b623f04-39c7-4311-9911-6d1f9043b39a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001519 sec., 3949.9670836076366 rows/sec., 206.37 KiB/sec.
2309 2025.01.02 23:35:17.464127 [ 260 ] {3b623f04-39c7-4311-9911-6d1f9043b39a} <Debug> TCPHandler: Processed in 0.001746203 sec.
2310 2025.01.02 23:35:17.464271 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2311 2025.01.02 23:35:17.464408 [ 265 ] {e1919e02-4ec2-4baa-9d36-67633cce2f09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2312 2025.01.02 23:35:17.464471 [ 265 ] {e1919e02-4ec2-4baa-9d36-67633cce2f09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2313 2025.01.02 23:35:17.465151 [ 265 ] {e1919e02-4ec2-4baa-9d36-67633cce2f09} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2314 2025.01.02 23:35:17.465198 [ 265 ] {e1919e02-4ec2-4baa-9d36-67633cce2f09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2315 2025.01.02 23:35:17.465609 [ 265 ] {e1919e02-4ec2-4baa-9d36-67633cce2f09} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2316 2025.01.02 23:35:17.465848 [ 265 ] {e1919e02-4ec2-4baa-9d36-67633cce2f09} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2317 2025.01.02 23:35:17.466114 [ 265 ] {e1919e02-4ec2-4baa-9d36-67633cce2f09} <Debug> executeQuery: Read 229 rows, 15.65 KiB in 0.001729 sec., 132446.5008675535 rows/sec., 8.84 MiB/sec.
2318 2025.01.02 23:35:17.466273 [ 265 ] {e1919e02-4ec2-4baa-9d36-67633cce2f09} <Debug> TCPHandler: Processed in 0.002055758 sec.
2319 2025.01.02 23:35:17.466423 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2320 2025.01.02 23:35:17.466541 [ 260 ] {cf45588a-c418-4aa9-a262-6a17eb0ed76a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2321 2025.01.02 23:35:17.466592 [ 260 ] {cf45588a-c418-4aa9-a262-6a17eb0ed76a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2322 2025.01.02 23:35:17.467079 [ 260 ] {cf45588a-c418-4aa9-a262-6a17eb0ed76a} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2323 2025.01.02 23:35:17.467119 [ 260 ] {cf45588a-c418-4aa9-a262-6a17eb0ed76a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2324 2025.01.02 23:35:17.467477 [ 260 ] {cf45588a-c418-4aa9-a262-6a17eb0ed76a} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2325 2025.01.02 23:35:17.467708 [ 260 ] {cf45588a-c418-4aa9-a262-6a17eb0ed76a} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2326 2025.01.02 23:35:17.467859 [ 47 ] {} <Debug> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2327 2025.01.02 23:35:17.467940 [ 260 ] {cf45588a-c418-4aa9-a262-6a17eb0ed76a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001417 sec., 705.7163020465772 rows/sec., 47.55 KiB/sec.
2328 2025.01.02 23:35:17.467945 [ 47 ] {} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2329 2025.01.02 23:35:17.468018 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2330 2025.01.02 23:35:17.468071 [ 260 ] {cf45588a-c418-4aa9-a262-6a17eb0ed76a} <Debug> TCPHandler: Processed in 0.001700022 sec.
2331 2025.01.02 23:35:17.468325 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2332 2025.01.02 23:35:17.468384 [ 198 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::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
2333 2025.01.02 23:35:17.468514 [ 265 ] {bec78910-470e-4ccd-9de1-b893c7d8f647} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2334 2025.01.02 23:35:17.468531 [ 198 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2335 2025.01.02 23:35:17.468579 [ 198 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part
2336 2025.01.02 23:35:17.468627 [ 265 ] {bec78910-470e-4ccd-9de1-b893c7d8f647} <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
2337 2025.01.02 23:35:17.468816 [ 198 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::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
2338 2025.01.02 23:35:17.469203 [ 198 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::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
2339 2025.01.02 23:35:17.469584 [ 198 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::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
2340 2025.01.02 23:35:17.469926 [ 198 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::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
2341 2025.01.02 23:35:17.470278 [ 198 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::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
2342 2025.01.02 23:35:17.472447 [ 199 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7 rows, containing 4 columns (4 merged, 0 gathered) in 0.004291627 sec., 1631.0830368063207 rows/sec., 109.00 KiB/sec.
2343 2025.01.02 23:35:17.472746 [ 199 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2344 2025.01.02 23:35:17.472765 [ 265 ] {bec78910-470e-4ccd-9de1-b893c7d8f647} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2345 2025.01.02 23:35:17.472837 [ 265 ] {bec78910-470e-4ccd-9de1-b893c7d8f647} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2346 2025.01.02 23:35:17.473438 [ 199 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_6_1} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2347 2025.01.02 23:35:17.473654 [ 199 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_6_1} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2348 2025.01.02 23:35:17.473938 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
2349 2025.01.02 23:35:17.474231 [ 265 ] {bec78910-470e-4ccd-9de1-b893c7d8f647} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2350 2025.01.02 23:35:17.474531 [ 265 ] {bec78910-470e-4ccd-9de1-b893c7d8f647} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2351 2025.01.02 23:35:17.474729 [ 47 ] {} <Debug> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2352 2025.01.02 23:35:17.474795 [ 47 ] {} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2353 2025.01.02 23:35:17.474838 [ 265 ] {bec78910-470e-4ccd-9de1-b893c7d8f647} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.006356 sec., 3933.291378225299 rows/sec., 7.05 MiB/sec.
2354 2025.01.02 23:35:17.474845 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2355 2025.01.02 23:35:17.475250 [ 190 ] {cc79507e-c368-4663-95ab-c05f18185f75::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
2356 2025.01.02 23:35:17.475269 [ 265 ] {bec78910-470e-4ccd-9de1-b893c7d8f647} <Debug> TCPHandler: Processed in 0.007085713 sec.
2357 2025.01.02 23:35:17.475494 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2358 2025.01.02 23:35:17.475687 [ 260 ] {4256e2ab-d785-4e42-8b6c-97860a294a98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2359 2025.01.02 23:35:17.475702 [ 190 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2360 2025.01.02 23:35:17.475769 [ 260 ] {4256e2ab-d785-4e42-8b6c-97860a294a98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2361 2025.01.02 23:35:17.475796 [ 190 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 25 rows starting from the beginning of the part
2362 2025.01.02 23:35:17.476518 [ 190 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 25 rows starting from the beginning of the part
2363 2025.01.02 23:35:17.477078 [ 190 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 25 rows starting from the beginning of the part
2364 2025.01.02 23:35:17.477668 [ 260 ] {4256e2ab-d785-4e42-8b6c-97860a294a98} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2365 2025.01.02 23:35:17.477697 [ 190 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 25 rows starting from the beginning of the part
2366 2025.01.02 23:35:17.477715 [ 260 ] {4256e2ab-d785-4e42-8b6c-97860a294a98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2367 2025.01.02 23:35:17.478216 [ 190 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 25 rows starting from the beginning of the part
2368 2025.01.02 23:35:17.478716 [ 190 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 25 rows starting from the beginning of the part
2369 2025.01.02 23:35:17.478776 [ 260 ] {4256e2ab-d785-4e42-8b6c-97860a294a98} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2370 2025.01.02 23:35:17.479219 [ 260 ] {4256e2ab-d785-4e42-8b6c-97860a294a98} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2371 2025.01.02 23:35:17.479688 [ 260 ] {4256e2ab-d785-4e42-8b6c-97860a294a98} <Debug> executeQuery: Read 72 rows, 4.70 KiB in 0.00403 sec., 17866.004962779156 rows/sec., 1.14 MiB/sec.
2372 2025.01.02 23:35:17.479967 [ 260 ] {4256e2ab-d785-4e42-8b6c-97860a294a98} <Debug> TCPHandler: Processed in 0.004571129 sec.
2373 2025.01.02 23:35:17.482618 [ 198 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 150 rows, containing 19 columns (19 merged, 0 gathered) in 0.007606171 sec., 19720.829310831956 rows/sec., 35.34 MiB/sec.
2374 2025.01.02 23:35:17.482990 [ 186 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2375 2025.01.02 23:35:17.483453 [ 186 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2376 2025.01.02 23:35:17.483530 [ 186 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2377 2025.01.02 23:35:17.483641 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.18 MiB.
2378 2025.01.02 23:35:18.107001 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5124
2379 2025.01.02 23:35:18.107677 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2380 2025.01.02 23:35:18.107729 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2381 2025.01.02 23:35:18.108275 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2382 2025.01.02 23:35:18.108569 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2383 2025.01.02 23:35:18.108803 [ 47 ] {} <Debug> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2384 2025.01.02 23:35:18.108808 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5124
2385 2025.01.02 23:35:18.108897 [ 47 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2386 2025.01.02 23:35:18.108928 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2387 2025.01.02 23:35:18.109077 [ 190 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::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
2388 2025.01.02 23:35:18.109243 [ 190 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2389 2025.01.02 23:35:18.109288 [ 190 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::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
2390 2025.01.02 23:35:18.109364 [ 190 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::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
2391 2025.01.02 23:35:18.109459 [ 190 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::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
2392 2025.01.02 23:35:18.109658 [ 190 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::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
2393 2025.01.02 23:35:18.109896 [ 190 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::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
2394 2025.01.02 23:35:18.110079 [ 190 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::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
2395 2025.01.02 23:35:18.111854 [ 190 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5124 rows, containing 4 columns (4 merged, 0 gathered) in 0.002851178 sec., 1797151.9140509644 rows/sec., 25.71 MiB/sec.
2396 2025.01.02 23:35:18.112228 [ 198 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2397 2025.01.02 23:35:18.112530 [ 198 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_11_2} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2398 2025.01.02 23:35:18.112619 [ 198 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_11_2} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2399 2025.01.02 23:35:18.112726 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB.
2400 2025.01.02 23:35:18.437286 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83
2401 2025.01.02 23:35:18.460124 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2402 2025.01.02 23:35:18.460197 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2403 2025.01.02 23:35:18.467857 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2404 2025.01.02 23:35:18.468677 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2405 2025.01.02 23:35:18.469040 [ 71 ] {} <Debug> system.metric_log (31b60859-c590-4889-866a-026624596be5) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2406 2025.01.02 23:35:18.469171 [ 71 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2407 2025.01.02 23:35:18.469335 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2408 2025.01.02 23:35:18.469853 [ 189 ] {31b60859-c590-4889-866a-026624596be5::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
2409 2025.01.02 23:35:18.487622 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83
2410 2025.01.02 23:35:18.488885 [ 189 ] {31b60859-c590-4889-866a-026624596be5::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2411 2025.01.02 23:35:18.490208 [ 189 ] {31b60859-c590-4889-866a-026624596be5::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
2412 2025.01.02 23:35:18.495370 [ 189 ] {31b60859-c590-4889-866a-026624596be5::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
2413 2025.01.02 23:35:18.500836 [ 189 ] {31b60859-c590-4889-866a-026624596be5::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
2414 2025.01.02 23:35:18.506736 [ 189 ] {31b60859-c590-4889-866a-026624596be5::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
2415 2025.01.02 23:35:18.512529 [ 189 ] {31b60859-c590-4889-866a-026624596be5::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
2416 2025.01.02 23:35:18.517422 [ 189 ] {31b60859-c590-4889-866a-026624596be5::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
2417 2025.01.02 23:35:18.579817 [ 190 ] {31b60859-c590-4889-866a-026624596be5::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.11033964 sec., 752.222863877388 rows/sec., 3.89 MiB/sec.
2418 2025.01.02 23:35:18.582352 [ 202 ] {31b60859-c590-4889-866a-026624596be5::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2419 2025.01.02 23:35:18.585272 [ 202 ] {31b60859-c590-4889-866a-026624596be5::all_1_11_2} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2420 2025.01.02 23:35:18.585407 [ 202 ] {31b60859-c590-4889-866a-026624596be5::all_1_11_2} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2421 2025.01.02 23:35:18.587630 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB.
2422 2025.01.02 23:35:19.000190 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 170.15 MiB, peak 180.03 MiB, free memory in arenas 0.00 B, will set to 171.75 MiB (RSS), difference: 1.60 MiB
2423 2025.01.02 23:35:22.436203 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2424 2025.01.02 23:35:22.436436 [ 260 ] {0daa013e-59aa-4fce-9a4e-4069bbf75f53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2425 2025.01.02 23:35:22.436518 [ 260 ] {0daa013e-59aa-4fce-9a4e-4069bbf75f53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2426 2025.01.02 23:35:22.437293 [ 260 ] {0daa013e-59aa-4fce-9a4e-4069bbf75f53} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2427 2025.01.02 23:35:22.437346 [ 260 ] {0daa013e-59aa-4fce-9a4e-4069bbf75f53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2428 2025.01.02 23:35:22.437810 [ 260 ] {0daa013e-59aa-4fce-9a4e-4069bbf75f53} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2429 2025.01.02 23:35:22.438080 [ 260 ] {0daa013e-59aa-4fce-9a4e-4069bbf75f53} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2430 2025.01.02 23:35:22.438287 [ 124 ] {} <Debug> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2431 2025.01.02 23:35:22.438329 [ 260 ] {0daa013e-59aa-4fce-9a4e-4069bbf75f53} <Debug> executeQuery: Read 52 rows, 4.07 KiB in 0.001942 sec., 26776.519052523174 rows/sec., 2.05 MiB/sec.
2432 2025.01.02 23:35:22.438372 [ 124 ] {} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2433 2025.01.02 23:35:22.438440 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2434 2025.01.02 23:35:22.438468 [ 260 ] {0daa013e-59aa-4fce-9a4e-4069bbf75f53} <Debug> TCPHandler: Processed in 0.002415932 sec.
2435 2025.01.02 23:35:22.438787 [ 191 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::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
2436 2025.01.02 23:35:22.438809 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2437 2025.01.02 23:35:22.438998 [ 191 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2438 2025.01.02 23:35:22.439023 [ 265 ] {91fcbc14-3831-4426-9e15-4da11c4756eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2439 2025.01.02 23:35:22.439042 [ 191 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1365 rows starting from the beginning of the part
2440 2025.01.02 23:35:22.439103 [ 265 ] {91fcbc14-3831-4426-9e15-4da11c4756eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2441 2025.01.02 23:35:22.439211 [ 191 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 52 rows starting from the beginning of the part
2442 2025.01.02 23:35:22.439522 [ 191 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 249 rows starting from the beginning of the part
2443 2025.01.02 23:35:22.439829 [ 191 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 52 rows starting from the beginning of the part
2444 2025.01.02 23:35:22.440148 [ 191 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 251 rows starting from the beginning of the part
2445 2025.01.02 23:35:22.440414 [ 191 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 52 rows starting from the beginning of the part
2446 2025.01.02 23:35:22.441477 [ 265 ] {91fcbc14-3831-4426-9e15-4da11c4756eb} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2447 2025.01.02 23:35:22.441532 [ 265 ] {91fcbc14-3831-4426-9e15-4da11c4756eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2448 2025.01.02 23:35:22.442263 [ 265 ] {91fcbc14-3831-4426-9e15-4da11c4756eb} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2449 2025.01.02 23:35:22.442567 [ 265 ] {91fcbc14-3831-4426-9e15-4da11c4756eb} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2450 2025.01.02 23:35:22.442730 [ 190 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2021 rows, containing 5 columns (5 merged, 0 gathered) in 0.004151565 sec., 486804.3737723003 rows/sec., 42.80 MiB/sec.
2451 2025.01.02 23:35:22.442852 [ 124 ] {} <Debug> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2452 2025.01.02 23:35:22.442940 [ 124 ] {} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2453 2025.01.02 23:35:22.442984 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2454 2025.01.02 23:35:22.443028 [ 265 ] {91fcbc14-3831-4426-9e15-4da11c4756eb} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.00405 sec., 13827.160493827161 rows/sec., 1.08 MiB/sec.
2455 2025.01.02 23:35:22.443212 [ 197 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2456 2025.01.02 23:35:22.443393 [ 190 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::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
2457 2025.01.02 23:35:22.443490 [ 265 ] {91fcbc14-3831-4426-9e15-4da11c4756eb} <Debug> TCPHandler: Processed in 0.004879214 sec.
2458 2025.01.02 23:35:22.443779 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2459 2025.01.02 23:35:22.443784 [ 190 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2460 2025.01.02 23:35:22.443850 [ 190 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 843 rows starting from the beginning of the part
2461 2025.01.02 23:35:22.444065 [ 191 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_11_2} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2462 2025.01.02 23:35:22.444120 [ 260 ] {45dc36a9-a571-4ab5-9448-7d2f158c4ba6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2463 2025.01.02 23:35:22.444172 [ 190 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 56 rows starting from the beginning of the part
2464 2025.01.02 23:35:22.444355 [ 260 ] {45dc36a9-a571-4ab5-9448-7d2f158c4ba6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2465 2025.01.02 23:35:22.444646 [ 190 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 399 rows starting from the beginning of the part
2466 2025.01.02 23:35:22.444693 [ 191 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_11_2} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2467 2025.01.02 23:35:22.445108 [ 190 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 56 rows starting from the beginning of the part
2468 2025.01.02 23:35:22.445156 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB.
2469 2025.01.02 23:35:22.445387 [ 190 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 403 rows starting from the beginning of the part
2470 2025.01.02 23:35:22.445559 [ 190 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 56 rows starting from the beginning of the part
2471 2025.01.02 23:35:22.446255 [ 260 ] {45dc36a9-a571-4ab5-9448-7d2f158c4ba6} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2472 2025.01.02 23:35:22.446302 [ 260 ] {45dc36a9-a571-4ab5-9448-7d2f158c4ba6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2473 2025.01.02 23:35:22.446925 [ 260 ] {45dc36a9-a571-4ab5-9448-7d2f158c4ba6} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2474 2025.01.02 23:35:22.447282 [ 260 ] {45dc36a9-a571-4ab5-9448-7d2f158c4ba6} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2475 2025.01.02 23:35:22.447571 [ 124 ] {} <Debug> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2476 2025.01.02 23:35:22.447639 [ 190 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1813 rows, containing 5 columns (5 merged, 0 gathered) in 0.004542599 sec., 399110.7293423875 rows/sec., 30.38 MiB/sec.
2477 2025.01.02 23:35:22.447673 [ 124 ] {} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2478 2025.01.02 23:35:22.447756 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2479 2025.01.02 23:35:22.447768 [ 260 ] {45dc36a9-a571-4ab5-9448-7d2f158c4ba6} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.003826 sec., 39205.43648719289 rows/sec., 2.72 MiB/sec.
2480 2025.01.02 23:35:22.448077 [ 191 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2481 2025.01.02 23:35:22.448296 [ 260 ] {45dc36a9-a571-4ab5-9448-7d2f158c4ba6} <Debug> TCPHandler: Processed in 0.004650421 sec.
2482 2025.01.02 23:35:22.448502 [ 190 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::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
2483 2025.01.02 23:35:22.448625 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2484 2025.01.02 23:35:22.449025 [ 265 ] {97067533-48ad-4a97-aa11-00940a212867} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2485 2025.01.02 23:35:22.449054 [ 190 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2486 2025.01.02 23:35:22.449165 [ 265 ] {97067533-48ad-4a97-aa11-00940a212867} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2487 2025.01.02 23:35:22.449203 [ 190 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2673 rows starting from the beginning of the part
2488 2025.01.02 23:35:22.449212 [ 191 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_11_2} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2489 2025.01.02 23:35:22.449721 [ 191 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_11_2} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2490 2025.01.02 23:35:22.449734 [ 190 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 90 rows starting from the beginning of the part
2491 2025.01.02 23:35:22.450058 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
2492 2025.01.02 23:35:22.450239 [ 190 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 227 rows starting from the beginning of the part
2493 2025.01.02 23:35:22.450607 [ 190 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::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
2494 2025.01.02 23:35:22.450901 [ 190 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 229 rows starting from the beginning of the part
2495 2025.01.02 23:35:22.451088 [ 190 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::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
2496 2025.01.02 23:35:22.452124 [ 265 ] {97067533-48ad-4a97-aa11-00940a212867} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2497 2025.01.02 23:35:22.452184 [ 265 ] {97067533-48ad-4a97-aa11-00940a212867} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2498 2025.01.02 23:35:22.453122 [ 265 ] {97067533-48ad-4a97-aa11-00940a212867} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2499 2025.01.02 23:35:22.453573 [ 265 ] {97067533-48ad-4a97-aa11-00940a212867} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2500 2025.01.02 23:35:22.453846 [ 124 ] {} <Debug> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2501 2025.01.02 23:35:22.453926 [ 124 ] {} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2502 2025.01.02 23:35:22.453996 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2503 2025.01.02 23:35:22.454024 [ 265 ] {97067533-48ad-4a97-aa11-00940a212867} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.005109 sec., 9786.651008025054 rows/sec., 687.17 KiB/sec.
2504 2025.01.02 23:35:22.454757 [ 190 ] {f089096f-6d35-4156-ac8a-e10ac4715594::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
2505 2025.01.02 23:35:22.454971 [ 265 ] {97067533-48ad-4a97-aa11-00940a212867} <Debug> TCPHandler: Processed in 0.006510226 sec.
2506 2025.01.02 23:35:22.454982 [ 191 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3519 rows, containing 5 columns (5 merged, 0 gathered) in 0.007117374 sec., 494423.9265774146 rows/sec., 33.03 MiB/sec.
2507 2025.01.02 23:35:22.455184 [ 190 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2508 2025.01.02 23:35:22.455235 [ 190 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 178 rows starting from the beginning of the part
2509 2025.01.02 23:35:22.455478 [ 190 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 30 rows starting from the beginning of the part
2510 2025.01.02 23:35:22.455635 [ 191 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2511 2025.01.02 23:35:22.455656 [ 190 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 72 rows starting from the beginning of the part
2512 2025.01.02 23:35:22.455975 [ 190 ] {f089096f-6d35-4156-ac8a-e10ac4715594::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
2513 2025.01.02 23:35:22.456202 [ 190 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 72 rows starting from the beginning of the part
2514 2025.01.02 23:35:22.456408 [ 190 ] {f089096f-6d35-4156-ac8a-e10ac4715594::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
2515 2025.01.02 23:35:22.456836 [ 191 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2516 2025.01.02 23:35:22.457006 [ 191 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2517 2025.01.02 23:35:22.457174 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.85 MiB.
2518 2025.01.02 23:35:22.457943 [ 200 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 452 rows, containing 4 columns (4 merged, 0 gathered) in 0.00379364 sec., 119146.78250967409 rows/sec., 7.62 MiB/sec.
2519 2025.01.02 23:35:22.458108 [ 191 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2520 2025.01.02 23:35:22.458392 [ 191 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_11_2} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2521 2025.01.02 23:35:22.458476 [ 191 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_11_2} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2522 2025.01.02 23:35:22.458555 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB.
2523 2025.01.02 23:35:25.522500 [ 102 ] {} <Debug> DNSResolver: Updating DNS cache
2524 2025.01.02 23:35:25.522561 [ 102 ] {} <Debug> DNSResolver: Updated DNS cache
2525 2025.01.02 23:35:25.609083 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5551
2526 2025.01.02 23:35:25.609731 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2527 2025.01.02 23:35:25.609780 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2528 2025.01.02 23:35:25.610514 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2529 2025.01.02 23:35:25.610793 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2530 2025.01.02 23:35:25.610994 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551
2531 2025.01.02 23:35:25.632861 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 354
2532 2025.01.02 23:35:25.636095 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2533 2025.01.02 23:35:25.636142 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2534 2025.01.02 23:35:25.637678 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2535 2025.01.02 23:35:25.638015 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2536 2025.01.02 23:35:25.638858 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 354
2537 2025.01.02 23:35:25.987806 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91
2538 2025.01.02 23:35:26.006789 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2539 2025.01.02 23:35:26.006841 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2540 2025.01.02 23:35:26.013929 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2541 2025.01.02 23:35:26.014665 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2542 2025.01.02 23:35:26.017810 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91
2543 2025.01.02 23:35:27.442176 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2544 2025.01.02 23:35:27.442373 [ 260 ] {115e018b-e10c-42bd-b178-034d466584cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2545 2025.01.02 23:35:27.442449 [ 260 ] {115e018b-e10c-42bd-b178-034d466584cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2546 2025.01.02 23:35:27.443197 [ 260 ] {115e018b-e10c-42bd-b178-034d466584cb} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2547 2025.01.02 23:35:27.443246 [ 260 ] {115e018b-e10c-42bd-b178-034d466584cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2548 2025.01.02 23:35:27.443682 [ 260 ] {115e018b-e10c-42bd-b178-034d466584cb} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2549 2025.01.02 23:35:27.443933 [ 260 ] {115e018b-e10c-42bd-b178-034d466584cb} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2550 2025.01.02 23:35:27.444167 [ 260 ] {115e018b-e10c-42bd-b178-034d466584cb} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001851 sec., 7563.479200432199 rows/sec., 544.47 KiB/sec.
2551 2025.01.02 23:35:27.444232 [ 260 ] {115e018b-e10c-42bd-b178-034d466584cb} <Debug> TCPHandler: Processed in 0.002192239 sec.
2552 2025.01.02 23:35:27.444504 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2553 2025.01.02 23:35:27.444715 [ 265 ] {41f21d48-4e95-4fc7-a495-7840bbe7fd61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2554 2025.01.02 23:35:27.444786 [ 265 ] {41f21d48-4e95-4fc7-a495-7840bbe7fd61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2555 2025.01.02 23:35:27.445676 [ 265 ] {41f21d48-4e95-4fc7-a495-7840bbe7fd61} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2556 2025.01.02 23:35:27.445722 [ 265 ] {41f21d48-4e95-4fc7-a495-7840bbe7fd61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2557 2025.01.02 23:35:27.446187 [ 265 ] {41f21d48-4e95-4fc7-a495-7840bbe7fd61} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2558 2025.01.02 23:35:27.446443 [ 265 ] {41f21d48-4e95-4fc7-a495-7840bbe7fd61} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2559 2025.01.02 23:35:27.446672 [ 265 ] {41f21d48-4e95-4fc7-a495-7840bbe7fd61} <Debug> executeQuery: Read 280 rows, 25.35 KiB in 0.00201 sec., 139303.48258706467 rows/sec., 12.32 MiB/sec.
2560 2025.01.02 23:35:27.446729 [ 265 ] {41f21d48-4e95-4fc7-a495-7840bbe7fd61} <Debug> TCPHandler: Processed in 0.002372821 sec.
2561 2025.01.02 23:35:27.446888 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2562 2025.01.02 23:35:27.447010 [ 260 ] {46f30867-3d92-4f46-9a78-f365378f77df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2563 2025.01.02 23:35:27.447060 [ 260 ] {46f30867-3d92-4f46-9a78-f365378f77df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2564 2025.01.02 23:35:27.447665 [ 260 ] {46f30867-3d92-4f46-9a78-f365378f77df} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2565 2025.01.02 23:35:27.447706 [ 260 ] {46f30867-3d92-4f46-9a78-f365378f77df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2566 2025.01.02 23:35:27.448073 [ 260 ] {46f30867-3d92-4f46-9a78-f365378f77df} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2567 2025.01.02 23:35:27.448310 [ 260 ] {46f30867-3d92-4f46-9a78-f365378f77df} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2568 2025.01.02 23:35:27.448544 [ 260 ] {46f30867-3d92-4f46-9a78-f365378f77df} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.001557 sec., 30186.25561978163 rows/sec., 2.17 MiB/sec.
2569 2025.01.02 23:35:27.448622 [ 260 ] {46f30867-3d92-4f46-9a78-f365378f77df} <Debug> TCPHandler: Processed in 0.001794654 sec.
2570 2025.01.02 23:35:27.448783 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2571 2025.01.02 23:35:27.448923 [ 265 ] {f3f78052-ff90-4d70-8888-f924e2806d38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2572 2025.01.02 23:35:27.448981 [ 265 ] {f3f78052-ff90-4d70-8888-f924e2806d38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2573 2025.01.02 23:35:27.449895 [ 265 ] {f3f78052-ff90-4d70-8888-f924e2806d38} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2574 2025.01.02 23:35:27.449935 [ 265 ] {f3f78052-ff90-4d70-8888-f924e2806d38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2575 2025.01.02 23:35:27.450311 [ 265 ] {f3f78052-ff90-4d70-8888-f924e2806d38} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2576 2025.01.02 23:35:27.450555 [ 265 ] {f3f78052-ff90-4d70-8888-f924e2806d38} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2577 2025.01.02 23:35:27.450843 [ 265 ] {f3f78052-ff90-4d70-8888-f924e2806d38} <Debug> executeQuery: Read 15 rows, 1.05 KiB in 0.001929 sec., 7776.049766718507 rows/sec., 542.70 KiB/sec.
2578 2025.01.02 23:35:27.450969 [ 265 ] {f3f78052-ff90-4d70-8888-f924e2806d38} <Debug> TCPHandler: Processed in 0.002252099 sec.
2579 2025.01.02 23:35:27.451120 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2580 2025.01.02 23:35:27.451258 [ 260 ] {1aa152dc-199a-40a3-853f-db631f34cb08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2581 2025.01.02 23:35:27.451314 [ 260 ] {1aa152dc-199a-40a3-853f-db631f34cb08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2582 2025.01.02 23:35:27.451960 [ 260 ] {1aa152dc-199a-40a3-853f-db631f34cb08} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2583 2025.01.02 23:35:27.452005 [ 260 ] {1aa152dc-199a-40a3-853f-db631f34cb08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2584 2025.01.02 23:35:27.452371 [ 260 ] {1aa152dc-199a-40a3-853f-db631f34cb08} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2585 2025.01.02 23:35:27.452611 [ 260 ] {1aa152dc-199a-40a3-853f-db631f34cb08} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2586 2025.01.02 23:35:27.452929 [ 260 ] {1aa152dc-199a-40a3-853f-db631f34cb08} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001671 sec., 7779.7725912627175 rows/sec., 485.07 KiB/sec.
2587 2025.01.02 23:35:27.453055 [ 260 ] {1aa152dc-199a-40a3-853f-db631f34cb08} <Debug> TCPHandler: Processed in 0.001999626 sec.
2588 2025.01.02 23:35:27.453206 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2589 2025.01.02 23:35:27.453328 [ 265 ] {8d8c61a9-b714-4500-92d0-9f775db9e3d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2590 2025.01.02 23:35:27.453377 [ 265 ] {8d8c61a9-b714-4500-92d0-9f775db9e3d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2591 2025.01.02 23:35:27.454122 [ 265 ] {8d8c61a9-b714-4500-92d0-9f775db9e3d7} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2592 2025.01.02 23:35:27.454162 [ 265 ] {8d8c61a9-b714-4500-92d0-9f775db9e3d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2593 2025.01.02 23:35:27.454548 [ 265 ] {8d8c61a9-b714-4500-92d0-9f775db9e3d7} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2594 2025.01.02 23:35:27.454789 [ 265 ] {8d8c61a9-b714-4500-92d0-9f775db9e3d7} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2595 2025.01.02 23:35:27.455045 [ 265 ] {8d8c61a9-b714-4500-92d0-9f775db9e3d7} <Debug> executeQuery: Read 417 rows, 30.48 KiB in 0.001732 sec., 240762.1247113164 rows/sec., 17.19 MiB/sec.
2596 2025.01.02 23:35:27.455219 [ 265 ] {8d8c61a9-b714-4500-92d0-9f775db9e3d7} <Debug> TCPHandler: Processed in 0.002072367 sec.
2597 2025.01.02 23:35:27.455376 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2598 2025.01.02 23:35:27.455498 [ 260 ] {5dd48d84-7792-4140-b8d7-dab33bc0636c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
2599 2025.01.02 23:35:27.455552 [ 260 ] {5dd48d84-7792-4140-b8d7-dab33bc0636c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2600 2025.01.02 23:35:27.456043 [ 260 ] {5dd48d84-7792-4140-b8d7-dab33bc0636c} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2601 2025.01.02 23:35:27.456079 [ 260 ] {5dd48d84-7792-4140-b8d7-dab33bc0636c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2602 2025.01.02 23:35:27.456457 [ 260 ] {5dd48d84-7792-4140-b8d7-dab33bc0636c} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2603 2025.01.02 23:35:27.456693 [ 260 ] {5dd48d84-7792-4140-b8d7-dab33bc0636c} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2604 2025.01.02 23:35:27.456907 [ 260 ] {5dd48d84-7792-4140-b8d7-dab33bc0636c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001433 sec., 4187.02023726448 rows/sec., 218.76 KiB/sec.
2605 2025.01.02 23:35:27.456958 [ 260 ] {5dd48d84-7792-4140-b8d7-dab33bc0636c} <Debug> TCPHandler: Processed in 0.001639001 sec.
2606 2025.01.02 23:35:27.457092 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2607 2025.01.02 23:35:27.457210 [ 265 ] {7e116c91-3605-44f9-93d8-fbc40a5c44ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2608 2025.01.02 23:35:27.457263 [ 265 ] {7e116c91-3605-44f9-93d8-fbc40a5c44ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2609 2025.01.02 23:35:27.457843 [ 265 ] {7e116c91-3605-44f9-93d8-fbc40a5c44ca} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2610 2025.01.02 23:35:27.457882 [ 265 ] {7e116c91-3605-44f9-93d8-fbc40a5c44ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2611 2025.01.02 23:35:27.458275 [ 265 ] {7e116c91-3605-44f9-93d8-fbc40a5c44ca} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2612 2025.01.02 23:35:27.458516 [ 265 ] {7e116c91-3605-44f9-93d8-fbc40a5c44ca} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2613 2025.01.02 23:35:27.458796 [ 265 ] {7e116c91-3605-44f9-93d8-fbc40a5c44ca} <Debug> executeQuery: Read 227 rows, 15.50 KiB in 0.001585 sec., 143217.66561514194 rows/sec., 9.55 MiB/sec.
2614 2025.01.02 23:35:27.458954 [ 265 ] {7e116c91-3605-44f9-93d8-fbc40a5c44ca} <Debug> TCPHandler: Processed in 0.001914145 sec.
2615 2025.01.02 23:35:27.459105 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2616 2025.01.02 23:35:27.459243 [ 260 ] {2613229b-ae3c-4ee7-9b0e-edabaa8b8d12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2617 2025.01.02 23:35:27.459302 [ 260 ] {2613229b-ae3c-4ee7-9b0e-edabaa8b8d12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2618 2025.01.02 23:35:27.459832 [ 260 ] {2613229b-ae3c-4ee7-9b0e-edabaa8b8d12} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2619 2025.01.02 23:35:27.459870 [ 260 ] {2613229b-ae3c-4ee7-9b0e-edabaa8b8d12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2620 2025.01.02 23:35:27.460231 [ 260 ] {2613229b-ae3c-4ee7-9b0e-edabaa8b8d12} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2621 2025.01.02 23:35:27.460461 [ 260 ] {2613229b-ae3c-4ee7-9b0e-edabaa8b8d12} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2622 2025.01.02 23:35:27.460687 [ 260 ] {2613229b-ae3c-4ee7-9b0e-edabaa8b8d12} <Debug> executeQuery: Read 2 rows, 134.00 B in 0.001472 sec., 1358.695652173913 rows/sec., 88.90 KiB/sec.
2623 2025.01.02 23:35:27.460763 [ 260 ] {2613229b-ae3c-4ee7-9b0e-edabaa8b8d12} <Debug> TCPHandler: Processed in 0.001723333 sec.
2624 2025.01.02 23:35:27.460911 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2625 2025.01.02 23:35:27.461049 [ 265 ] {f0e5c3a8-451d-4064-b087-ea23da75410a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2626 2025.01.02 23:35:27.461139 [ 265 ] {f0e5c3a8-451d-4064-b087-ea23da75410a} <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
2627 2025.01.02 23:35:27.462404 [ 265 ] {f0e5c3a8-451d-4064-b087-ea23da75410a} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2628 2025.01.02 23:35:27.462444 [ 265 ] {f0e5c3a8-451d-4064-b087-ea23da75410a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2629 2025.01.02 23:35:27.463101 [ 265 ] {f0e5c3a8-451d-4064-b087-ea23da75410a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2630 2025.01.02 23:35:27.463369 [ 265 ] {f0e5c3a8-451d-4064-b087-ea23da75410a} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2631 2025.01.02 23:35:27.463600 [ 265 ] {f0e5c3a8-451d-4064-b087-ea23da75410a} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.00258 sec., 15503.87596899225 rows/sec., 27.78 MiB/sec.
2632 2025.01.02 23:35:27.463703 [ 265 ] {f0e5c3a8-451d-4064-b087-ea23da75410a} <Debug> TCPHandler: Processed in 0.002860338 sec.
2633 2025.01.02 23:35:27.463854 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2634 2025.01.02 23:35:27.463973 [ 260 ] {e1e943da-ea9a-408a-9358-c244ab8ad9b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete)
2635 2025.01.02 23:35:27.464026 [ 260 ] {e1e943da-ea9a-408a-9358-c244ab8ad9b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
2636 2025.01.02 23:35:27.464503 [ 260 ] {e1e943da-ea9a-408a-9358-c244ab8ad9b4} <Trace> oximeter.measurements_i64 (1f89d59b-a671-4d28-9ac6-16720bd75fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2637 2025.01.02 23:35:27.464540 [ 260 ] {e1e943da-ea9a-408a-9358-c244ab8ad9b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2638 2025.01.02 23:35:27.464912 [ 260 ] {e1e943da-ea9a-408a-9358-c244ab8ad9b4} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2639 2025.01.02 23:35:27.465154 [ 260 ] {e1e943da-ea9a-408a-9358-c244ab8ad9b4} <Trace> oximeter.measurements_i64 (1f89d59b-a671-4d28-9ac6-16720bd75fa0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2640 2025.01.02 23:35:27.465378 [ 260 ] {e1e943da-ea9a-408a-9358-c244ab8ad9b4} <Debug> executeQuery: Read 3 rows, 217.00 B in 0.001421 sec., 2111.18930330753 rows/sec., 149.13 KiB/sec.
2641 2025.01.02 23:35:27.465534 [ 260 ] {e1e943da-ea9a-408a-9358-c244ab8ad9b4} <Debug> TCPHandler: Processed in 0.001736993 sec.
2642 2025.01.02 23:35:27.465693 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2643 2025.01.02 23:35:27.465832 [ 265 ] {336458c0-50b8-4088-80ed-b5b22b982f17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2644 2025.01.02 23:35:27.465891 [ 265 ] {336458c0-50b8-4088-80ed-b5b22b982f17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2645 2025.01.02 23:35:27.466460 [ 265 ] {336458c0-50b8-4088-80ed-b5b22b982f17} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2646 2025.01.02 23:35:27.466505 [ 265 ] {336458c0-50b8-4088-80ed-b5b22b982f17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2647 2025.01.02 23:35:27.466880 [ 265 ] {336458c0-50b8-4088-80ed-b5b22b982f17} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2648 2025.01.02 23:35:27.467097 [ 265 ] {336458c0-50b8-4088-80ed-b5b22b982f17} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2649 2025.01.02 23:35:27.467270 [ 265 ] {336458c0-50b8-4088-80ed-b5b22b982f17} <Debug> executeQuery: Read 72 rows, 4.70 KiB in 0.001509 sec., 47713.71769383698 rows/sec., 3.04 MiB/sec.
2650 2025.01.02 23:35:27.467360 [ 265 ] {336458c0-50b8-4088-80ed-b5b22b982f17} <Debug> TCPHandler: Processed in 0.001779433 sec.
2651 2025.01.02 23:35:32.463802 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2652 2025.01.02 23:35:32.463996 [ 260 ] {16dce333-b5be-4095-b836-653d49013d3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
2653 2025.01.02 23:35:32.464064 [ 260 ] {16dce333-b5be-4095-b836-653d49013d3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
2654 2025.01.02 23:35:32.464775 [ 260 ] {16dce333-b5be-4095-b836-653d49013d3f} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2655 2025.01.02 23:35:32.464817 [ 260 ] {16dce333-b5be-4095-b836-653d49013d3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2656 2025.01.02 23:35:32.465255 [ 260 ] {16dce333-b5be-4095-b836-653d49013d3f} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2657 2025.01.02 23:35:32.465510 [ 260 ] {16dce333-b5be-4095-b836-653d49013d3f} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2658 2025.01.02 23:35:32.465714 [ 260 ] {16dce333-b5be-4095-b836-653d49013d3f} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001769 sec., 1130.5822498586772 rows/sec., 92.19 KiB/sec.
2659 2025.01.02 23:35:32.465777 [ 260 ] {16dce333-b5be-4095-b836-653d49013d3f} <Debug> TCPHandler: Processed in 0.002101677 sec.
2660 2025.01.02 23:35:32.466034 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2661 2025.01.02 23:35:32.466248 [ 265 ] {587dfbb9-ae7a-48e6-b886-3920ca484905} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2662 2025.01.02 23:35:32.466331 [ 265 ] {587dfbb9-ae7a-48e6-b886-3920ca484905} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2663 2025.01.02 23:35:32.467624 [ 265 ] {587dfbb9-ae7a-48e6-b886-3920ca484905} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2664 2025.01.02 23:35:32.467674 [ 265 ] {587dfbb9-ae7a-48e6-b886-3920ca484905} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2665 2025.01.02 23:35:32.468180 [ 265 ] {587dfbb9-ae7a-48e6-b886-3920ca484905} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2666 2025.01.02 23:35:32.468445 [ 265 ] {587dfbb9-ae7a-48e6-b886-3920ca484905} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2667 2025.01.02 23:35:32.468677 [ 265 ] {587dfbb9-ae7a-48e6-b886-3920ca484905} <Debug> executeQuery: Read 1193 rows, 100.70 KiB in 0.002488 sec., 479501.60771704174 rows/sec., 39.53 MiB/sec.
2668 2025.01.02 23:35:32.468747 [ 265 ] {587dfbb9-ae7a-48e6-b886-3920ca484905} <Debug> TCPHandler: Processed in 0.002855227 sec.
2669 2025.01.02 23:35:32.468898 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2670 2025.01.02 23:35:32.469023 [ 260 ] {d31a6065-0f27-4c31-9fba-5b02d58bffc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2671 2025.01.02 23:35:32.469075 [ 260 ] {d31a6065-0f27-4c31-9fba-5b02d58bffc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2672 2025.01.02 23:35:32.469686 [ 260 ] {d31a6065-0f27-4c31-9fba-5b02d58bffc6} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2673 2025.01.02 23:35:32.469723 [ 260 ] {d31a6065-0f27-4c31-9fba-5b02d58bffc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2674 2025.01.02 23:35:32.470083 [ 260 ] {d31a6065-0f27-4c31-9fba-5b02d58bffc6} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2675 2025.01.02 23:35:32.470321 [ 260 ] {d31a6065-0f27-4c31-9fba-5b02d58bffc6} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2676 2025.01.02 23:35:32.470504 [ 260 ] {d31a6065-0f27-4c31-9fba-5b02d58bffc6} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.00151 sec., 1324.503311258278 rows/sec., 92.48 KiB/sec.
2677 2025.01.02 23:35:32.470559 [ 260 ] {d31a6065-0f27-4c31-9fba-5b02d58bffc6} <Debug> TCPHandler: Processed in 0.001719633 sec.
2678 2025.01.02 23:35:32.470721 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2679 2025.01.02 23:35:32.470853 [ 265 ] {7cefd96d-c0fb-4799-9907-903e0bf21ed1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2680 2025.01.02 23:35:32.470908 [ 265 ] {7cefd96d-c0fb-4799-9907-903e0bf21ed1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2681 2025.01.02 23:35:32.471602 [ 265 ] {7cefd96d-c0fb-4799-9907-903e0bf21ed1} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2682 2025.01.02 23:35:32.471644 [ 265 ] {7cefd96d-c0fb-4799-9907-903e0bf21ed1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2683 2025.01.02 23:35:32.472019 [ 265 ] {7cefd96d-c0fb-4799-9907-903e0bf21ed1} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2684 2025.01.02 23:35:32.472273 [ 265 ] {7cefd96d-c0fb-4799-9907-903e0bf21ed1} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2685 2025.01.02 23:35:32.472490 [ 265 ] {7cefd96d-c0fb-4799-9907-903e0bf21ed1} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001667 sec., 136772.64547090582 rows/sec., 9.26 MiB/sec.
2686 2025.01.02 23:35:32.472551 [ 265 ] {7cefd96d-c0fb-4799-9907-903e0bf21ed1} <Debug> TCPHandler: Processed in 0.001888554 sec.
2687 2025.01.02 23:35:32.472702 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2688 2025.01.02 23:35:32.472820 [ 260 ] {43e16368-c7b7-48c4-8fae-40a5f3f74564} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2689 2025.01.02 23:35:32.472874 [ 260 ] {43e16368-c7b7-48c4-8fae-40a5f3f74564} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2690 2025.01.02 23:35:32.473774 [ 260 ] {43e16368-c7b7-48c4-8fae-40a5f3f74564} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2691 2025.01.02 23:35:32.473818 [ 260 ] {43e16368-c7b7-48c4-8fae-40a5f3f74564} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2692 2025.01.02 23:35:32.474213 [ 260 ] {43e16368-c7b7-48c4-8fae-40a5f3f74564} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2693 2025.01.02 23:35:32.474443 [ 260 ] {43e16368-c7b7-48c4-8fae-40a5f3f74564} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2694 2025.01.02 23:35:32.474626 [ 260 ] {43e16368-c7b7-48c4-8fae-40a5f3f74564} <Debug> executeQuery: Read 514 rows, 38.92 KiB in 0.001831 sec., 280720.9175314036 rows/sec., 20.76 MiB/sec.
2695 2025.01.02 23:35:32.474679 [ 260 ] {43e16368-c7b7-48c4-8fae-40a5f3f74564} <Debug> TCPHandler: Processed in 0.002033646 sec.
2696 2025.01.02 23:35:32.474823 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2697 2025.01.02 23:35:32.474965 [ 265 ] {35ed48b2-e30c-4bc9-be2b-21ba126b5b2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2698 2025.01.02 23:35:32.475030 [ 265 ] {35ed48b2-e30c-4bc9-be2b-21ba126b5b2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2699 2025.01.02 23:35:32.475921 [ 265 ] {35ed48b2-e30c-4bc9-be2b-21ba126b5b2d} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2700 2025.01.02 23:35:32.475962 [ 265 ] {35ed48b2-e30c-4bc9-be2b-21ba126b5b2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2701 2025.01.02 23:35:32.476403 [ 265 ] {35ed48b2-e30c-4bc9-be2b-21ba126b5b2d} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2702 2025.01.02 23:35:32.476646 [ 265 ] {35ed48b2-e30c-4bc9-be2b-21ba126b5b2d} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2703 2025.01.02 23:35:32.476861 [ 265 ] {35ed48b2-e30c-4bc9-be2b-21ba126b5b2d} <Debug> executeQuery: Read 871 rows, 59.94 KiB in 0.001929 sec., 451529.28978745465 rows/sec., 30.34 MiB/sec.
2704 2025.01.02 23:35:32.476922 [ 265 ] {35ed48b2-e30c-4bc9-be2b-21ba126b5b2d} <Debug> TCPHandler: Processed in 0.002156099 sec.
2705 2025.01.02 23:35:32.477064 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2706 2025.01.02 23:35:32.477186 [ 260 ] {74559246-e7ad-42be-9477-4dfdc59ea87a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2707 2025.01.02 23:35:32.477239 [ 260 ] {74559246-e7ad-42be-9477-4dfdc59ea87a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2708 2025.01.02 23:35:32.477740 [ 260 ] {74559246-e7ad-42be-9477-4dfdc59ea87a} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2709 2025.01.02 23:35:32.477806 [ 260 ] {74559246-e7ad-42be-9477-4dfdc59ea87a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2710 2025.01.02 23:35:32.478222 [ 260 ] {74559246-e7ad-42be-9477-4dfdc59ea87a} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2711 2025.01.02 23:35:32.478474 [ 260 ] {74559246-e7ad-42be-9477-4dfdc59ea87a} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2712 2025.01.02 23:35:32.478663 [ 260 ] {74559246-e7ad-42be-9477-4dfdc59ea87a} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001502 sec., 33288.94806924101 rows/sec., 2.28 MiB/sec.
2713 2025.01.02 23:35:32.478728 [ 260 ] {74559246-e7ad-42be-9477-4dfdc59ea87a} <Debug> TCPHandler: Processed in 0.001719323 sec.
2714 2025.01.02 23:35:33.111218 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6039
2715 2025.01.02 23:35:33.112347 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2716 2025.01.02 23:35:33.112386 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2717 2025.01.02 23:35:33.112980 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2718 2025.01.02 23:35:33.113235 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2719 2025.01.02 23:35:33.113478 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6039
2720 2025.01.02 23:35:33.517978 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98
2721 2025.01.02 23:35:33.538873 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2722 2025.01.02 23:35:33.538940 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2723 2025.01.02 23:35:33.546663 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2724 2025.01.02 23:35:33.547463 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2725 2025.01.02 23:35:33.550462 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98
2726 2025.01.02 23:35:35.639199 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 392
2727 2025.01.02 23:35:35.642589 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2728 2025.01.02 23:35:35.642645 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2729 2025.01.02 23:35:35.644180 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2730 2025.01.02 23:35:35.644506 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2731 2025.01.02 23:35:35.645434 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 392
2732 2025.01.02 23:35:37.441596 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2733 2025.01.02 23:35:37.441805 [ 260 ] {6c0647cb-82a8-41e1-b2c4-5463ccff9aad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2734 2025.01.02 23:35:37.441888 [ 260 ] {6c0647cb-82a8-41e1-b2c4-5463ccff9aad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2735 2025.01.02 23:35:37.442664 [ 260 ] {6c0647cb-82a8-41e1-b2c4-5463ccff9aad} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2736 2025.01.02 23:35:37.442718 [ 260 ] {6c0647cb-82a8-41e1-b2c4-5463ccff9aad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2737 2025.01.02 23:35:37.443161 [ 260 ] {6c0647cb-82a8-41e1-b2c4-5463ccff9aad} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2738 2025.01.02 23:35:37.443421 [ 260 ] {6c0647cb-82a8-41e1-b2c4-5463ccff9aad} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2739 2025.01.02 23:35:37.443669 [ 260 ] {6c0647cb-82a8-41e1-b2c4-5463ccff9aad} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00192 sec., 7291.666666666666 rows/sec., 524.90 KiB/sec.
2740 2025.01.02 23:35:37.443737 [ 260 ] {6c0647cb-82a8-41e1-b2c4-5463ccff9aad} <Debug> TCPHandler: Processed in 0.00228299 sec.
2741 2025.01.02 23:35:37.444009 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2742 2025.01.02 23:35:37.444201 [ 265 ] {6bd4ba92-2679-40eb-a56c-4b7363f06c68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2743 2025.01.02 23:35:37.444275 [ 265 ] {6bd4ba92-2679-40eb-a56c-4b7363f06c68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2744 2025.01.02 23:35:37.445160 [ 265 ] {6bd4ba92-2679-40eb-a56c-4b7363f06c68} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2745 2025.01.02 23:35:37.445199 [ 265 ] {6bd4ba92-2679-40eb-a56c-4b7363f06c68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2746 2025.01.02 23:35:37.445644 [ 265 ] {6bd4ba92-2679-40eb-a56c-4b7363f06c68} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2747 2025.01.02 23:35:37.445967 [ 265 ] {6bd4ba92-2679-40eb-a56c-4b7363f06c68} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2748 2025.01.02 23:35:37.446176 [ 265 ] {6bd4ba92-2679-40eb-a56c-4b7363f06c68} <Debug> executeQuery: Read 279 rows, 25.27 KiB in 0.002027 sec., 137641.83522446966 rows/sec., 12.17 MiB/sec.
2749 2025.01.02 23:35:37.446240 [ 265 ] {6bd4ba92-2679-40eb-a56c-4b7363f06c68} <Debug> TCPHandler: Processed in 0.002374611 sec.
2750 2025.01.02 23:35:37.446401 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2751 2025.01.02 23:35:37.446531 [ 260 ] {4f4b3dca-0bbd-4d16-9af5-cffc53b3a058} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2752 2025.01.02 23:35:37.446583 [ 260 ] {4f4b3dca-0bbd-4d16-9af5-cffc53b3a058} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2753 2025.01.02 23:35:37.447201 [ 260 ] {4f4b3dca-0bbd-4d16-9af5-cffc53b3a058} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2754 2025.01.02 23:35:37.447245 [ 260 ] {4f4b3dca-0bbd-4d16-9af5-cffc53b3a058} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2755 2025.01.02 23:35:37.447653 [ 260 ] {4f4b3dca-0bbd-4d16-9af5-cffc53b3a058} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2756 2025.01.02 23:35:37.447897 [ 260 ] {4f4b3dca-0bbd-4d16-9af5-cffc53b3a058} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2757 2025.01.02 23:35:37.448123 [ 260 ] {4f4b3dca-0bbd-4d16-9af5-cffc53b3a058} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.00162 sec., 29012.345679012345 rows/sec., 2.09 MiB/sec.
2758 2025.01.02 23:35:37.448179 [ 260 ] {4f4b3dca-0bbd-4d16-9af5-cffc53b3a058} <Debug> TCPHandler: Processed in 0.001840084 sec.
2759 2025.01.02 23:35:37.448355 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2760 2025.01.02 23:35:37.448498 [ 265 ] {a002bf3a-af37-4637-9fbd-0a91ceda5376} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2761 2025.01.02 23:35:37.448559 [ 265 ] {a002bf3a-af37-4637-9fbd-0a91ceda5376} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2762 2025.01.02 23:35:37.449226 [ 265 ] {a002bf3a-af37-4637-9fbd-0a91ceda5376} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2763 2025.01.02 23:35:37.449265 [ 265 ] {a002bf3a-af37-4637-9fbd-0a91ceda5376} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2764 2025.01.02 23:35:37.449635 [ 265 ] {a002bf3a-af37-4637-9fbd-0a91ceda5376} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2765 2025.01.02 23:35:37.449915 [ 265 ] {a002bf3a-af37-4637-9fbd-0a91ceda5376} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2766 2025.01.02 23:35:37.450098 [ 265 ] {a002bf3a-af37-4637-9fbd-0a91ceda5376} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001634 sec., 8567.931456548347 rows/sec., 600.04 KiB/sec.
2767 2025.01.02 23:35:37.450153 [ 265 ] {a002bf3a-af37-4637-9fbd-0a91ceda5376} <Debug> TCPHandler: Processed in 0.001871405 sec.
2768 2025.01.02 23:35:37.450330 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2769 2025.01.02 23:35:37.450471 [ 260 ] {ea4a331e-285d-40e0-925f-8727eed1451c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2770 2025.01.02 23:35:37.450530 [ 260 ] {ea4a331e-285d-40e0-925f-8727eed1451c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2771 2025.01.02 23:35:37.451185 [ 260 ] {ea4a331e-285d-40e0-925f-8727eed1451c} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2772 2025.01.02 23:35:37.451227 [ 260 ] {ea4a331e-285d-40e0-925f-8727eed1451c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2773 2025.01.02 23:35:37.451583 [ 260 ] {ea4a331e-285d-40e0-925f-8727eed1451c} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2774 2025.01.02 23:35:37.451838 [ 260 ] {ea4a331e-285d-40e0-925f-8727eed1451c} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2775 2025.01.02 23:35:37.452053 [ 260 ] {ea4a331e-285d-40e0-925f-8727eed1451c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001614 sec., 8054.522924411401 rows/sec., 502.20 KiB/sec.
2776 2025.01.02 23:35:37.452112 [ 260 ] {ea4a331e-285d-40e0-925f-8727eed1451c} <Debug> TCPHandler: Processed in 0.001853935 sec.
2777 2025.01.02 23:35:37.452271 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2778 2025.01.02 23:35:37.452391 [ 265 ] {0e7be1c0-2b1f-49fc-afe5-d571c8b87b34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2779 2025.01.02 23:35:37.452442 [ 265 ] {0e7be1c0-2b1f-49fc-afe5-d571c8b87b34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2780 2025.01.02 23:35:37.453157 [ 265 ] {0e7be1c0-2b1f-49fc-afe5-d571c8b87b34} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2781 2025.01.02 23:35:37.453195 [ 265 ] {0e7be1c0-2b1f-49fc-afe5-d571c8b87b34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2782 2025.01.02 23:35:37.453616 [ 265 ] {0e7be1c0-2b1f-49fc-afe5-d571c8b87b34} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2783 2025.01.02 23:35:37.453870 [ 265 ] {0e7be1c0-2b1f-49fc-afe5-d571c8b87b34} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2784 2025.01.02 23:35:37.454082 [ 265 ] {0e7be1c0-2b1f-49fc-afe5-d571c8b87b34} <Debug> executeQuery: Read 414 rows, 30.24 KiB in 0.001715 sec., 241399.416909621 rows/sec., 17.22 MiB/sec.
2785 2025.01.02 23:35:37.454150 [ 265 ] {0e7be1c0-2b1f-49fc-afe5-d571c8b87b34} <Debug> TCPHandler: Processed in 0.001938415 sec.
2786 2025.01.02 23:35:37.454314 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2787 2025.01.02 23:35:37.454438 [ 260 ] {0ab9a98c-63a2-4486-ba74-4c8675417ebc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
2788 2025.01.02 23:35:37.454491 [ 260 ] {0ab9a98c-63a2-4486-ba74-4c8675417ebc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2789 2025.01.02 23:35:37.454989 [ 260 ] {0ab9a98c-63a2-4486-ba74-4c8675417ebc} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2790 2025.01.02 23:35:37.455028 [ 260 ] {0ab9a98c-63a2-4486-ba74-4c8675417ebc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2791 2025.01.02 23:35:37.455409 [ 260 ] {0ab9a98c-63a2-4486-ba74-4c8675417ebc} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2792 2025.01.02 23:35:37.455659 [ 260 ] {0ab9a98c-63a2-4486-ba74-4c8675417ebc} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2793 2025.01.02 23:35:37.455876 [ 260 ] {0ab9a98c-63a2-4486-ba74-4c8675417ebc} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001463 sec., 4101.161995898838 rows/sec., 214.27 KiB/sec.
2794 2025.01.02 23:35:37.455926 [ 260 ] {0ab9a98c-63a2-4486-ba74-4c8675417ebc} <Debug> TCPHandler: Processed in 0.001671472 sec.
2795 2025.01.02 23:35:37.456076 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2796 2025.01.02 23:35:37.456193 [ 265 ] {b2d1a202-c383-4926-a5ac-c3408b214107} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2797 2025.01.02 23:35:37.456247 [ 265 ] {b2d1a202-c383-4926-a5ac-c3408b214107} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2798 2025.01.02 23:35:37.456821 [ 265 ] {b2d1a202-c383-4926-a5ac-c3408b214107} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2799 2025.01.02 23:35:37.456859 [ 265 ] {b2d1a202-c383-4926-a5ac-c3408b214107} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2800 2025.01.02 23:35:37.457252 [ 265 ] {b2d1a202-c383-4926-a5ac-c3408b214107} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2801 2025.01.02 23:35:37.457488 [ 265 ] {b2d1a202-c383-4926-a5ac-c3408b214107} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2802 2025.01.02 23:35:37.457732 [ 265 ] {b2d1a202-c383-4926-a5ac-c3408b214107} <Debug> executeQuery: Read 227 rows, 15.50 KiB in 0.001558 sec., 145699.61489088577 rows/sec., 9.72 MiB/sec.
2803 2025.01.02 23:35:37.457944 [ 265 ] {b2d1a202-c383-4926-a5ac-c3408b214107} <Debug> TCPHandler: Processed in 0.001922875 sec.
2804 2025.01.02 23:35:37.458132 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2805 2025.01.02 23:35:37.458269 [ 260 ] {6e8f773b-3501-4b26-9c10-af2c401d7f54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2806 2025.01.02 23:35:37.458331 [ 260 ] {6e8f773b-3501-4b26-9c10-af2c401d7f54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2807 2025.01.02 23:35:37.458889 [ 260 ] {6e8f773b-3501-4b26-9c10-af2c401d7f54} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2808 2025.01.02 23:35:37.458934 [ 260 ] {6e8f773b-3501-4b26-9c10-af2c401d7f54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2809 2025.01.02 23:35:37.459305 [ 260 ] {6e8f773b-3501-4b26-9c10-af2c401d7f54} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2810 2025.01.02 23:35:37.459537 [ 260 ] {6e8f773b-3501-4b26-9c10-af2c401d7f54} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2811 2025.01.02 23:35:37.459809 [ 260 ] {6e8f773b-3501-4b26-9c10-af2c401d7f54} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001542 sec., 648.5084306095979 rows/sec., 43.70 KiB/sec.
2812 2025.01.02 23:35:37.459951 [ 260 ] {6e8f773b-3501-4b26-9c10-af2c401d7f54} <Debug> TCPHandler: Processed in 0.001887975 sec.
2813 2025.01.02 23:35:37.460121 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2814 2025.01.02 23:35:37.460273 [ 265 ] {d8c39720-4063-49c8-94ec-a7b4d0044139} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2815 2025.01.02 23:35:37.460365 [ 265 ] {d8c39720-4063-49c8-94ec-a7b4d0044139} <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
2816 2025.01.02 23:35:37.461613 [ 265 ] {d8c39720-4063-49c8-94ec-a7b4d0044139} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2817 2025.01.02 23:35:37.461653 [ 265 ] {d8c39720-4063-49c8-94ec-a7b4d0044139} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2818 2025.01.02 23:35:37.462316 [ 265 ] {d8c39720-4063-49c8-94ec-a7b4d0044139} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2819 2025.01.02 23:35:37.462574 [ 265 ] {d8c39720-4063-49c8-94ec-a7b4d0044139} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2820 2025.01.02 23:35:37.462808 [ 265 ] {d8c39720-4063-49c8-94ec-a7b4d0044139} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002565 sec., 15594.541910331383 rows/sec., 27.94 MiB/sec.
2821 2025.01.02 23:35:37.462928 [ 265 ] {d8c39720-4063-49c8-94ec-a7b4d0044139} <Debug> TCPHandler: Processed in 0.002875158 sec.
2822 2025.01.02 23:35:37.463086 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2823 2025.01.02 23:35:37.463224 [ 260 ] {f84fe917-b5df-4e2c-bab4-89621213179b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2824 2025.01.02 23:35:37.463284 [ 260 ] {f84fe917-b5df-4e2c-bab4-89621213179b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2825 2025.01.02 23:35:37.463862 [ 260 ] {f84fe917-b5df-4e2c-bab4-89621213179b} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2826 2025.01.02 23:35:37.463906 [ 260 ] {f84fe917-b5df-4e2c-bab4-89621213179b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2827 2025.01.02 23:35:37.464291 [ 260 ] {f84fe917-b5df-4e2c-bab4-89621213179b} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2828 2025.01.02 23:35:37.464526 [ 260 ] {f84fe917-b5df-4e2c-bab4-89621213179b} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2829 2025.01.02 23:35:37.464722 [ 260 ] {f84fe917-b5df-4e2c-bab4-89621213179b} <Debug> executeQuery: Read 72 rows, 4.70 KiB in 0.001529 sec., 47089.60104643558 rows/sec., 3.00 MiB/sec.
2830 2025.01.02 23:35:37.464770 [ 260 ] {f84fe917-b5df-4e2c-bab4-89621213179b} <Debug> TCPHandler: Processed in 0.001750693 sec.
2831 2025.01.02 23:35:40.522813 [ 155 ] {} <Debug> DNSResolver: Updating DNS cache
2832 2025.01.02 23:35:40.522882 [ 155 ] {} <Debug> DNSResolver: Updated DNS cache
2833 2025.01.02 23:35:40.613697 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6466
2834 2025.01.02 23:35:40.614378 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2835 2025.01.02 23:35:40.614426 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2836 2025.01.02 23:35:40.614999 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2837 2025.01.02 23:35:40.615259 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2838 2025.01.02 23:35:40.615528 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466
2839 2025.01.02 23:35:41.050624 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106
2840 2025.01.02 23:35:41.071089 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2841 2025.01.02 23:35:41.071134 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2842 2025.01.02 23:35:41.079600 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2843 2025.01.02 23:35:41.080500 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2844 2025.01.02 23:35:41.083847 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106
2845 2025.01.02 23:35:42.435387 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2846 2025.01.02 23:35:42.435575 [ 260 ] {ce1c9c28-0834-4263-8df5-91da14aaa8a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2847 2025.01.02 23:35:42.435651 [ 260 ] {ce1c9c28-0834-4263-8df5-91da14aaa8a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2848 2025.01.02 23:35:42.436444 [ 260 ] {ce1c9c28-0834-4263-8df5-91da14aaa8a3} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2849 2025.01.02 23:35:42.436501 [ 260 ] {ce1c9c28-0834-4263-8df5-91da14aaa8a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2850 2025.01.02 23:35:42.437030 [ 260 ] {ce1c9c28-0834-4263-8df5-91da14aaa8a3} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2851 2025.01.02 23:35:42.437313 [ 260 ] {ce1c9c28-0834-4263-8df5-91da14aaa8a3} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2852 2025.01.02 23:35:42.437576 [ 260 ] {ce1c9c28-0834-4263-8df5-91da14aaa8a3} <Debug> executeQuery: Read 52 rows, 4.07 KiB in 0.002054 sec., 25316.455696202534 rows/sec., 1.93 MiB/sec.
2853 2025.01.02 23:35:42.437642 [ 260 ] {ce1c9c28-0834-4263-8df5-91da14aaa8a3} <Debug> TCPHandler: Processed in 0.002386252 sec.
2854 2025.01.02 23:35:42.437903 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2855 2025.01.02 23:35:42.438090 [ 265 ] {9d474ba2-c336-47b0-ad27-bb0380209116} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2856 2025.01.02 23:35:42.438160 [ 265 ] {9d474ba2-c336-47b0-ad27-bb0380209116} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2857 2025.01.02 23:35:42.438930 [ 265 ] {9d474ba2-c336-47b0-ad27-bb0380209116} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2858 2025.01.02 23:35:42.438969 [ 265 ] {9d474ba2-c336-47b0-ad27-bb0380209116} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2859 2025.01.02 23:35:42.439409 [ 265 ] {9d474ba2-c336-47b0-ad27-bb0380209116} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2860 2025.01.02 23:35:42.439659 [ 265 ] {9d474ba2-c336-47b0-ad27-bb0380209116} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2861 2025.01.02 23:35:42.439893 [ 265 ] {9d474ba2-c336-47b0-ad27-bb0380209116} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.001847 sec., 30319.43692474283 rows/sec., 2.36 MiB/sec.
2862 2025.01.02 23:35:42.440103 [ 265 ] {9d474ba2-c336-47b0-ad27-bb0380209116} <Debug> TCPHandler: Processed in 0.002332741 sec.
2863 2025.01.02 23:35:42.440291 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2864 2025.01.02 23:35:42.440424 [ 260 ] {55e3e7af-325e-4756-9b36-b935e167eb24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2865 2025.01.02 23:35:42.440482 [ 260 ] {55e3e7af-325e-4756-9b36-b935e167eb24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2866 2025.01.02 23:35:42.441071 [ 260 ] {55e3e7af-325e-4756-9b36-b935e167eb24} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2867 2025.01.02 23:35:42.441112 [ 260 ] {55e3e7af-325e-4756-9b36-b935e167eb24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2868 2025.01.02 23:35:42.441519 [ 260 ] {55e3e7af-325e-4756-9b36-b935e167eb24} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2869 2025.01.02 23:35:42.441763 [ 260 ] {55e3e7af-325e-4756-9b36-b935e167eb24} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2870 2025.01.02 23:35:42.442045 [ 260 ] {55e3e7af-325e-4756-9b36-b935e167eb24} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.00165 sec., 90909.09090909091 rows/sec., 6.30 MiB/sec.
2871 2025.01.02 23:35:42.442250 [ 260 ] {55e3e7af-325e-4756-9b36-b935e167eb24} <Debug> TCPHandler: Processed in 0.002014656 sec.
2872 2025.01.02 23:35:42.442430 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2873 2025.01.02 23:35:42.442569 [ 265 ] {d0f31cbd-bbd1-4637-a109-7d98744095d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2874 2025.01.02 23:35:42.442629 [ 265 ] {d0f31cbd-bbd1-4637-a109-7d98744095d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2875 2025.01.02 23:35:42.443211 [ 265 ] {d0f31cbd-bbd1-4637-a109-7d98744095d3} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2876 2025.01.02 23:35:42.443249 [ 265 ] {d0f31cbd-bbd1-4637-a109-7d98744095d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2877 2025.01.02 23:35:42.443626 [ 265 ] {d0f31cbd-bbd1-4637-a109-7d98744095d3} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2878 2025.01.02 23:35:42.443859 [ 265 ] {d0f31cbd-bbd1-4637-a109-7d98744095d3} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2879 2025.01.02 23:35:42.444035 [ 265 ] {d0f31cbd-bbd1-4637-a109-7d98744095d3} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001498 sec., 33377.83711615487 rows/sec., 2.29 MiB/sec.
2880 2025.01.02 23:35:42.444082 [ 265 ] {d0f31cbd-bbd1-4637-a109-7d98744095d3} <Debug> TCPHandler: Processed in 0.001721002 sec.
2881 2025.01.02 23:35:45.645769 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 422
2882 2025.01.02 23:35:45.648812 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2883 2025.01.02 23:35:45.648866 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2884 2025.01.02 23:35:45.650416 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2885 2025.01.02 23:35:45.650742 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2886 2025.01.02 23:35:45.651296 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 422
2887 2025.01.02 23:35:47.442870 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2888 2025.01.02 23:35:47.443174 [ 260 ] {aebf4f50-f006-40a5-98bc-7a4ea1f8ccf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2889 2025.01.02 23:35:47.443289 [ 260 ] {aebf4f50-f006-40a5-98bc-7a4ea1f8ccf0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2890 2025.01.02 23:35:47.444114 [ 260 ] {aebf4f50-f006-40a5-98bc-7a4ea1f8ccf0} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2891 2025.01.02 23:35:47.444162 [ 260 ] {aebf4f50-f006-40a5-98bc-7a4ea1f8ccf0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2892 2025.01.02 23:35:47.444592 [ 260 ] {aebf4f50-f006-40a5-98bc-7a4ea1f8ccf0} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2893 2025.01.02 23:35:47.444846 [ 260 ] {aebf4f50-f006-40a5-98bc-7a4ea1f8ccf0} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2894 2025.01.02 23:35:47.445027 [ 101 ] {} <Debug> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
2895 2025.01.02 23:35:47.445101 [ 260 ] {aebf4f50-f006-40a5-98bc-7a4ea1f8ccf0} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002007 sec., 6975.585450921773 rows/sec., 502.15 KiB/sec.
2896 2025.01.02 23:35:47.445108 [ 101 ] {} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2897 2025.01.02 23:35:47.445184 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2898 2025.01.02 23:35:47.445237 [ 260 ] {aebf4f50-f006-40a5-98bc-7a4ea1f8ccf0} <Debug> TCPHandler: Processed in 0.002557184 sec.
2899 2025.01.02 23:35:47.445438 [ 187 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_9_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full
2900 2025.01.02 23:35:47.445528 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2901 2025.01.02 23:35:47.445597 [ 187 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2902 2025.01.02 23:35:47.445644 [ 187 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 14 rows starting from the beginning of the part
2903 2025.01.02 23:35:47.445717 [ 265 ] {43a57ec6-acec-4c98-b37b-1a426174e240} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
2904 2025.01.02 23:35:47.445777 [ 187 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 14 rows starting from the beginning of the part
2905 2025.01.02 23:35:47.445872 [ 265 ] {43a57ec6-acec-4c98-b37b-1a426174e240} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
2906 2025.01.02 23:35:47.446252 [ 187 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 14 rows starting from the beginning of the part
2907 2025.01.02 23:35:47.446599 [ 187 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 14 rows starting from the beginning of the part
2908 2025.01.02 23:35:47.446854 [ 187 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 14 rows starting from the beginning of the part
2909 2025.01.02 23:35:47.448101 [ 265 ] {43a57ec6-acec-4c98-b37b-1a426174e240} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2910 2025.01.02 23:35:47.448151 [ 265 ] {43a57ec6-acec-4c98-b37b-1a426174e240} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2911 2025.01.02 23:35:47.448585 [ 187 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003297763 sec., 21226.51021313539 rows/sec., 1.57 MiB/sec.
2912 2025.01.02 23:35:47.448851 [ 265 ] {43a57ec6-acec-4c98-b37b-1a426174e240} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
2913 2025.01.02 23:35:47.448860 [ 190 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
2914 2025.01.02 23:35:47.449345 [ 265 ] {43a57ec6-acec-4c98-b37b-1a426174e240} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2915 2025.01.02 23:35:47.449461 [ 190 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_9_2} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2916 2025.01.02 23:35:47.449696 [ 190 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_9_2} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
2917 2025.01.02 23:35:47.449791 [ 265 ] {43a57ec6-acec-4c98-b37b-1a426174e240} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.004118 sec., 485.67265662943174 rows/sec., 39.60 KiB/sec.
2918 2025.01.02 23:35:47.449844 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
2919 2025.01.02 23:35:47.449967 [ 265 ] {43a57ec6-acec-4c98-b37b-1a426174e240} <Debug> TCPHandler: Processed in 0.004585081 sec.
2920 2025.01.02 23:35:47.450149 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2921 2025.01.02 23:35:47.450294 [ 260 ] {48e432c7-1973-4437-b809-e296a353038a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2922 2025.01.02 23:35:47.450357 [ 260 ] {48e432c7-1973-4437-b809-e296a353038a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2923 2025.01.02 23:35:47.451100 [ 260 ] {48e432c7-1973-4437-b809-e296a353038a} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2924 2025.01.02 23:35:47.451140 [ 260 ] {48e432c7-1973-4437-b809-e296a353038a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2925 2025.01.02 23:35:47.451520 [ 260 ] {48e432c7-1973-4437-b809-e296a353038a} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2926 2025.01.02 23:35:47.451761 [ 260 ] {48e432c7-1973-4437-b809-e296a353038a} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2927 2025.01.02 23:35:47.451923 [ 101 ] {} <Debug> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2928 2025.01.02 23:35:47.451980 [ 101 ] {} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2929 2025.01.02 23:35:47.452022 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2930 2025.01.02 23:35:47.452022 [ 260 ] {48e432c7-1973-4437-b809-e296a353038a} <Debug> executeQuery: Read 280 rows, 25.34 KiB in 0.001753 sec., 159726.18368511123 rows/sec., 14.12 MiB/sec.
2931 2025.01.02 23:35:47.452236 [ 260 ] {48e432c7-1973-4437-b809-e296a353038a} <Debug> TCPHandler: Processed in 0.002151958 sec.
2932 2025.01.02 23:35:47.452325 [ 200 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::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
2933 2025.01.02 23:35:47.452421 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2934 2025.01.02 23:35:47.452613 [ 200 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2935 2025.01.02 23:35:47.452674 [ 265 ] {07e41468-8749-43ee-8fb3-d6928704f432} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2936 2025.01.02 23:35:47.452693 [ 200 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1393 rows starting from the beginning of the part
2937 2025.01.02 23:35:47.452752 [ 265 ] {07e41468-8749-43ee-8fb3-d6928704f432} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2938 2025.01.02 23:35:47.453003 [ 200 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 280 rows starting from the beginning of the part
2939 2025.01.02 23:35:47.453335 [ 200 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1193 rows starting from the beginning of the part
2940 2025.01.02 23:35:47.453681 [ 200 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 279 rows starting from the beginning of the part
2941 2025.01.02 23:35:47.453963 [ 200 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 52 rows starting from the beginning of the part
2942 2025.01.02 23:35:47.454255 [ 200 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 280 rows starting from the beginning of the part
2943 2025.01.02 23:35:47.455781 [ 265 ] {07e41468-8749-43ee-8fb3-d6928704f432} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2944 2025.01.02 23:35:47.455850 [ 265 ] {07e41468-8749-43ee-8fb3-d6928704f432} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2945 2025.01.02 23:35:47.456894 [ 265 ] {07e41468-8749-43ee-8fb3-d6928704f432} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2946 2025.01.02 23:35:47.457267 [ 265 ] {07e41468-8749-43ee-8fb3-d6928704f432} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2947 2025.01.02 23:35:47.457420 [ 101 ] {} <Debug> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0
2948 2025.01.02 23:35:47.457479 [ 101 ] {} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2949 2025.01.02 23:35:47.457511 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2950 2025.01.02 23:35:47.457520 [ 265 ] {07e41468-8749-43ee-8fb3-d6928704f432} <Debug> executeQuery: Read 49 rows, 3.60 KiB in 0.004917 sec., 9965.426072808623 rows/sec., 732.87 KiB/sec.
2951 2025.01.02 23:35:47.457790 [ 265 ] {07e41468-8749-43ee-8fb3-d6928704f432} <Debug> TCPHandler: Processed in 0.005436932 sec.
2952 2025.01.02 23:35:47.458016 [ 192 ] {d71f9721-d961-40b3-8ada-a9f0533be470::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
2953 2025.01.02 23:35:47.458238 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2954 2025.01.02 23:35:47.458620 [ 200 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3477 rows, containing 5 columns (5 merged, 0 gathered) in 0.006489015 sec., 535828.6273032194 rows/sec., 47.18 MiB/sec.
2955 2025.01.02 23:35:47.458644 [ 192 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2956 2025.01.02 23:35:47.458723 [ 260 ] {c8708e2f-bd6d-43c3-b2ac-57498aa2b25d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2957 2025.01.02 23:35:47.458743 [ 192 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 32 rows starting from the beginning of the part
2958 2025.01.02 23:35:47.458799 [ 260 ] {c8708e2f-bd6d-43c3-b2ac-57498aa2b25d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2959 2025.01.02 23:35:47.459014 [ 200 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2960 2025.01.02 23:35:47.459218 [ 192 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 36 rows starting from the beginning of the part
2961 2025.01.02 23:35:47.459693 [ 192 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 47 rows starting from the beginning of the part
2962 2025.01.02 23:35:47.460086 [ 192 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part
2963 2025.01.02 23:35:47.460316 [ 200 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_16_3} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2964 2025.01.02 23:35:47.460445 [ 192 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 47 rows starting from the beginning of the part
2965 2025.01.02 23:35:47.460637 [ 200 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_16_3} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2966 2025.01.02 23:35:47.460729 [ 192 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 49 rows starting from the beginning of the part
2967 2025.01.02 23:35:47.460946 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.87 MiB.
2968 2025.01.02 23:35:47.462861 [ 260 ] {c8708e2f-bd6d-43c3-b2ac-57498aa2b25d} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2969 2025.01.02 23:35:47.462951 [ 260 ] {c8708e2f-bd6d-43c3-b2ac-57498aa2b25d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2970 2025.01.02 23:35:47.464023 [ 260 ] {c8708e2f-bd6d-43c3-b2ac-57498aa2b25d} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2971 2025.01.02 23:35:47.464171 [ 192 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 213 rows, containing 5 columns (5 merged, 0 gathered) in 0.006575646 sec., 32392.254692542756 rows/sec., 2.44 MiB/sec.
2972 2025.01.02 23:35:47.464359 [ 192 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary)
2973 2025.01.02 23:35:47.464533 [ 260 ] {c8708e2f-bd6d-43c3-b2ac-57498aa2b25d} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2974 2025.01.02 23:35:47.464895 [ 101 ] {} <Debug> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2975 2025.01.02 23:35:47.465000 [ 101 ] {} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2976 2025.01.02 23:35:47.465058 [ 260 ] {c8708e2f-bd6d-43c3-b2ac-57498aa2b25d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.006444 sec., 2172.5636250775915 rows/sec., 152.15 KiB/sec.
2977 2025.01.02 23:35:47.465075 [ 192 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_10_2} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2978 2025.01.02 23:35:47.465085 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2979 2025.01.02 23:35:47.465395 [ 260 ] {c8708e2f-bd6d-43c3-b2ac-57498aa2b25d} <Debug> TCPHandler: Processed in 0.007465868 sec.
2980 2025.01.02 23:35:47.465453 [ 192 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_10_2} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2
2981 2025.01.02 23:35:47.465601 [ 195 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::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
2982 2025.01.02 23:35:47.465725 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
2983 2025.01.02 23:35:47.465790 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2984 2025.01.02 23:35:47.465858 [ 195 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2985 2025.01.02 23:35:47.465894 [ 195 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 243 rows starting from the beginning of the part
2986 2025.01.02 23:35:47.466134 [ 265 ] {dd1214c1-4d58-40c2-a383-27fab23058e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2987 2025.01.02 23:35:47.466169 [ 195 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 14 rows starting from the beginning of the part
2988 2025.01.02 23:35:47.466298 [ 265 ] {dd1214c1-4d58-40c2-a383-27fab23058e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2989 2025.01.02 23:35:47.466461 [ 195 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 15 rows starting from the beginning of the part
2990 2025.01.02 23:35:47.466864 [ 195 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 228 rows starting from the beginning of the part
2991 2025.01.02 23:35:47.467205 [ 195 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 14 rows starting from the beginning of the part
2992 2025.01.02 23:35:47.467614 [ 195 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 14 rows starting from the beginning of the part
2993 2025.01.02 23:35:47.469162 [ 265 ] {dd1214c1-4d58-40c2-a383-27fab23058e1} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2994 2025.01.02 23:35:47.469234 [ 265 ] {dd1214c1-4d58-40c2-a383-27fab23058e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
2995 2025.01.02 23:35:47.470225 [ 265 ] {dd1214c1-4d58-40c2-a383-27fab23058e1} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2996 2025.01.02 23:35:47.470613 [ 188 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 528 rows, containing 5 columns (5 merged, 0 gathered) in 0.00531332 sec., 99372.89679522408 rows/sec., 7.12 MiB/sec.
2997 2025.01.02 23:35:47.470707 [ 265 ] {dd1214c1-4d58-40c2-a383-27fab23058e1} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2998 2025.01.02 23:35:47.470847 [ 195 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2999 2025.01.02 23:35:47.470965 [ 101 ] {} <Debug> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
3000 2025.01.02 23:35:47.471069 [ 101 ] {} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3001 2025.01.02 23:35:47.471157 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
3002 2025.01.02 23:35:47.471305 [ 265 ] {dd1214c1-4d58-40c2-a383-27fab23058e1} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005302 sec., 2451.9049415314976 rows/sec., 152.88 KiB/sec.
3003 2025.01.02 23:35:47.471617 [ 188 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_9_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full
3004 2025.01.02 23:35:47.471737 [ 265 ] {dd1214c1-4d58-40c2-a383-27fab23058e1} <Debug> TCPHandler: Processed in 0.006208732 sec.
3005 2025.01.02 23:35:47.471908 [ 195 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_11_2} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3006 2025.01.02 23:35:47.472104 [ 188 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3007 2025.01.02 23:35:47.472232 [ 188 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 13 rows starting from the beginning of the part
3008 2025.01.02 23:35:47.472313 [ 195 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_11_2} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3009 2025.01.02 23:35:47.472505 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3010 2025.01.02 23:35:47.472771 [ 188 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 13 rows starting from the beginning of the part
3011 2025.01.02 23:35:47.472779 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB.
3012 2025.01.02 23:35:47.473314 [ 188 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 13 rows starting from the beginning of the part
3013 2025.01.02 23:35:47.473629 [ 188 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 13 rows starting from the beginning of the part
3014 2025.01.02 23:35:47.473747 [ 260 ] {dd58eee6-59f3-4457-8e5d-8af812a22d3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3015 2025.01.02 23:35:47.473971 [ 188 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 13 rows starting from the beginning of the part
3016 2025.01.02 23:35:47.474009 [ 260 ] {dd58eee6-59f3-4457-8e5d-8af812a22d3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3017 2025.01.02 23:35:47.476395 [ 260 ] {dd58eee6-59f3-4457-8e5d-8af812a22d3c} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3018 2025.01.02 23:35:47.476489 [ 260 ] {dd58eee6-59f3-4457-8e5d-8af812a22d3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
3019 2025.01.02 23:35:47.476625 [ 195 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.00531523 sec., 12229.009845293618 rows/sec., 810.25 KiB/sec.
3020 2025.01.02 23:35:47.476793 [ 195 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
3021 2025.01.02 23:35:47.477281 [ 195 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_9_2} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3022 2025.01.02 23:35:47.477293 [ 260 ] {dd58eee6-59f3-4457-8e5d-8af812a22d3c} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3023 2025.01.02 23:35:47.477414 [ 195 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_9_2} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
3024 2025.01.02 23:35:47.477553 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
3025 2025.01.02 23:35:47.477721 [ 260 ] {dd58eee6-59f3-4457-8e5d-8af812a22d3c} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3026 2025.01.02 23:35:47.477890 [ 101 ] {} <Debug> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3027 2025.01.02 23:35:47.477952 [ 101 ] {} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3028 2025.01.02 23:35:47.477985 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
3029 2025.01.02 23:35:47.478003 [ 260 ] {dd58eee6-59f3-4457-8e5d-8af812a22d3c} <Debug> executeQuery: Read 416 rows, 30.41 KiB in 0.004622 sec., 90004.32713111206 rows/sec., 6.42 MiB/sec.
3030 2025.01.02 23:35:47.478248 [ 260 ] {dd58eee6-59f3-4457-8e5d-8af812a22d3c} <Debug> TCPHandler: Processed in 0.006341004 sec.
3031 2025.01.02 23:35:47.478280 [ 188 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::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
3032 2025.01.02 23:35:47.478438 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3033 2025.01.02 23:35:47.478477 [ 188 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3034 2025.01.02 23:35:47.478516 [ 188 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 875 rows starting from the beginning of the part
3035 2025.01.02 23:35:47.478699 [ 265 ] {77025ed6-11a0-42b4-abd8-290bf3636bc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
3036 2025.01.02 23:35:47.478800 [ 188 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 417 rows starting from the beginning of the part
3037 2025.01.02 23:35:47.478844 [ 265 ] {77025ed6-11a0-42b4-abd8-290bf3636bc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3038 2025.01.02 23:35:47.479092 [ 188 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 514 rows starting from the beginning of the part
3039 2025.01.02 23:35:47.479455 [ 188 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 414 rows starting from the beginning of the part
3040 2025.01.02 23:35:47.479768 [ 188 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 56 rows starting from the beginning of the part
3041 2025.01.02 23:35:47.480108 [ 188 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 416 rows starting from the beginning of the part
3042 2025.01.02 23:35:47.481462 [ 265 ] {77025ed6-11a0-42b4-abd8-290bf3636bc2} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3043 2025.01.02 23:35:47.481526 [ 265 ] {77025ed6-11a0-42b4-abd8-290bf3636bc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
3044 2025.01.02 23:35:47.482529 [ 265 ] {77025ed6-11a0-42b4-abd8-290bf3636bc2} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3045 2025.01.02 23:35:47.482943 [ 265 ] {77025ed6-11a0-42b4-abd8-290bf3636bc2} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3046 2025.01.02 23:35:47.483183 [ 265 ] {77025ed6-11a0-42b4-abd8-290bf3636bc2} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004606 sec., 1302.648719062093 rows/sec., 68.06 KiB/sec.
3047 2025.01.02 23:35:47.483251 [ 265 ] {77025ed6-11a0-42b4-abd8-290bf3636bc2} <Debug> TCPHandler: Processed in 0.004887934 sec.
3048 2025.01.02 23:35:47.483481 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3049 2025.01.02 23:35:47.483769 [ 260 ] {135a248a-cde6-4f09-b334-9957c2045824} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3050 2025.01.02 23:35:47.483773 [ 188 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2692 rows, containing 5 columns (5 merged, 0 gathered) in 0.005703485 sec., 471992.12411359017 rows/sec., 35.96 MiB/sec.
3051 2025.01.02 23:35:47.483854 [ 260 ] {135a248a-cde6-4f09-b334-9957c2045824} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3052 2025.01.02 23:35:47.484056 [ 188 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3053 2025.01.02 23:35:47.484635 [ 188 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_16_3} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3054 2025.01.02 23:35:47.484896 [ 188 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_16_3} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3055 2025.01.02 23:35:47.485072 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB.
3056 2025.01.02 23:35:47.485212 [ 260 ] {135a248a-cde6-4f09-b334-9957c2045824} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3057 2025.01.02 23:35:47.485255 [ 260 ] {135a248a-cde6-4f09-b334-9957c2045824} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
3058 2025.01.02 23:35:47.485673 [ 260 ] {135a248a-cde6-4f09-b334-9957c2045824} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3059 2025.01.02 23:35:47.485918 [ 260 ] {135a248a-cde6-4f09-b334-9957c2045824} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3060 2025.01.02 23:35:47.486081 [ 101 ] {} <Debug> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3061 2025.01.02 23:35:47.486132 [ 101 ] {} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3062 2025.01.02 23:35:47.486173 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
3063 2025.01.02 23:35:47.486173 [ 260 ] {135a248a-cde6-4f09-b334-9957c2045824} <Debug> executeQuery: Read 228 rows, 15.58 KiB in 0.002464 sec., 92532.46753246753 rows/sec., 6.17 MiB/sec.
3064 2025.01.02 23:35:47.486319 [ 260 ] {135a248a-cde6-4f09-b334-9957c2045824} <Debug> TCPHandler: Processed in 0.002966709 sec.
3065 2025.01.02 23:35:47.486352 [ 201 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::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
3066 2025.01.02 23:35:47.486484 [ 201 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3067 2025.01.02 23:35:47.486514 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3068 2025.01.02 23:35:47.486533 [ 201 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 3519 rows starting from the beginning of the part
3069 2025.01.02 23:35:47.486794 [ 201 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 227 rows starting from the beginning of the part
3070 2025.01.02 23:35:47.486894 [ 265 ] {691dc34b-0a94-46eb-ba50-aea9b9149203} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
3071 2025.01.02 23:35:47.486999 [ 201 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 871 rows starting from the beginning of the part
3072 2025.01.02 23:35:47.487089 [ 265 ] {691dc34b-0a94-46eb-ba50-aea9b9149203} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3073 2025.01.02 23:35:47.487392 [ 201 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 227 rows starting from the beginning of the part
3074 2025.01.02 23:35:47.487749 [ 201 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 150 rows starting from the beginning of the part
3075 2025.01.02 23:35:47.488144 [ 201 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 228 rows starting from the beginning of the part
3076 2025.01.02 23:35:47.489392 [ 265 ] {691dc34b-0a94-46eb-ba50-aea9b9149203} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3077 2025.01.02 23:35:47.489440 [ 265 ] {691dc34b-0a94-46eb-ba50-aea9b9149203} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
3078 2025.01.02 23:35:47.490265 [ 265 ] {691dc34b-0a94-46eb-ba50-aea9b9149203} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3079 2025.01.02 23:35:47.490776 [ 265 ] {691dc34b-0a94-46eb-ba50-aea9b9149203} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3080 2025.01.02 23:35:47.491011 [ 265 ] {691dc34b-0a94-46eb-ba50-aea9b9149203} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004285 sec., 233.37222870478413 rows/sec., 15.73 KiB/sec.
3081 2025.01.02 23:35:47.491073 [ 265 ] {691dc34b-0a94-46eb-ba50-aea9b9149203} <Debug> TCPHandler: Processed in 0.004644351 sec.
3082 2025.01.02 23:35:47.491231 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3083 2025.01.02 23:35:47.491378 [ 260 ] {ad9295bd-8c96-471a-aa66-c901607fafe4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3084 2025.01.02 23:35:47.491463 [ 260 ] {ad9295bd-8c96-471a-aa66-c901607fafe4} <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
3085 2025.01.02 23:35:47.491879 [ 201 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5222 rows, containing 5 columns (5 merged, 0 gathered) in 0.005626004 sec., 928189.883974487 rows/sec., 62.12 MiB/sec.
3086 2025.01.02 23:35:47.492228 [ 201 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3087 2025.01.02 23:35:47.492584 [ 201 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3088 2025.01.02 23:35:47.492687 [ 201 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3089 2025.01.02 23:35:47.492793 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.01 MiB.
3090 2025.01.02 23:35:47.493111 [ 260 ] {ad9295bd-8c96-471a-aa66-c901607fafe4} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3091 2025.01.02 23:35:47.493151 [ 260 ] {ad9295bd-8c96-471a-aa66-c901607fafe4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
3092 2025.01.02 23:35:47.493824 [ 260 ] {ad9295bd-8c96-471a-aa66-c901607fafe4} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3093 2025.01.02 23:35:47.494098 [ 260 ] {ad9295bd-8c96-471a-aa66-c901607fafe4} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3094 2025.01.02 23:35:47.494340 [ 260 ] {ad9295bd-8c96-471a-aa66-c901607fafe4} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002994 sec., 13360.05344021376 rows/sec., 23.94 MiB/sec.
3095 2025.01.02 23:35:47.494452 [ 260 ] {ad9295bd-8c96-471a-aa66-c901607fafe4} <Debug> TCPHandler: Processed in 0.003279833 sec.
3096 2025.01.02 23:35:47.494618 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3097 2025.01.02 23:35:47.494735 [ 265 ] {52428716-f11a-401b-8c57-c054f3bc3587} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3098 2025.01.02 23:35:47.494880 [ 265 ] {52428716-f11a-401b-8c57-c054f3bc3587} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3099 2025.01.02 23:35:47.495377 [ 265 ] {52428716-f11a-401b-8c57-c054f3bc3587} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3100 2025.01.02 23:35:47.495414 [ 265 ] {52428716-f11a-401b-8c57-c054f3bc3587} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
3101 2025.01.02 23:35:47.495789 [ 265 ] {52428716-f11a-401b-8c57-c054f3bc3587} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3102 2025.01.02 23:35:47.496027 [ 265 ] {52428716-f11a-401b-8c57-c054f3bc3587} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3103 2025.01.02 23:35:47.496147 [ 101 ] {} <Debug> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3104 2025.01.02 23:35:47.496186 [ 101 ] {} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3105 2025.01.02 23:35:47.496208 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
3106 2025.01.02 23:35:47.496217 [ 265 ] {52428716-f11a-401b-8c57-c054f3bc3587} <Debug> executeQuery: Read 72 rows, 4.70 KiB in 0.001504 sec., 47872.34042553192 rows/sec., 3.05 MiB/sec.
3107 2025.01.02 23:35:47.496397 [ 265 ] {52428716-f11a-401b-8c57-c054f3bc3587} <Debug> TCPHandler: Processed in 0.001831874 sec.
3108 2025.01.02 23:35:47.496470 [ 188 ] {f089096f-6d35-4156-ac8a-e10ac4715594::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
3109 2025.01.02 23:35:47.496603 [ 188 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3110 2025.01.02 23:35:47.496634 [ 188 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 452 rows starting from the beginning of the part
3111 2025.01.02 23:35:47.496744 [ 188 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 72 rows starting from the beginning of the part
3112 2025.01.02 23:35:47.496909 [ 188 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 50 rows starting from the beginning of the part
3113 2025.01.02 23:35:47.497126 [ 188 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 72 rows starting from the beginning of the part
3114 2025.01.02 23:35:47.497280 [ 188 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 50 rows starting from the beginning of the part
3115 2025.01.02 23:35:47.497417 [ 188 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 72 rows starting from the beginning of the part
3116 2025.01.02 23:35:47.498602 [ 194 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 768 rows, containing 4 columns (4 merged, 0 gathered) in 0.002314631 sec., 331802.34776083095 rows/sec., 21.41 MiB/sec.
3117 2025.01.02 23:35:47.498765 [ 199 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3118 2025.01.02 23:35:47.499055 [ 199 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_16_3} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3119 2025.01.02 23:35:47.499129 [ 199 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_16_3} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3120 2025.01.02 23:35:47.499245 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB.
3121 2025.01.02 23:35:48.000187 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 176.25 MiB, peak 180.08 MiB, free memory in arenas 0.00 B, will set to 175.20 MiB (RSS), difference: -1.05 MiB
3122 2025.01.02 23:35:48.115738 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6954
3123 2025.01.02 23:35:48.116386 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3124 2025.01.02 23:35:48.116425 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
3125 2025.01.02 23:35:48.116954 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3126 2025.01.02 23:35:48.117229 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3127 2025.01.02 23:35:48.117486 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6954
3128 2025.01.02 23:35:48.584002 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 114
3129 2025.01.02 23:35:48.605351 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3130 2025.01.02 23:35:48.605413 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB.
3131 2025.01.02 23:35:48.613515 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3132 2025.01.02 23:35:48.614348 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3133 2025.01.02 23:35:48.618228 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 114
3134 2025.01.02 23:35:52.436351 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3135 2025.01.02 23:35:52.436552 [ 260 ] {6014426a-4077-4df6-bc88-b7bbeb522f59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3136 2025.01.02 23:35:52.436622 [ 260 ] {6014426a-4077-4df6-bc88-b7bbeb522f59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3137 2025.01.02 23:35:52.437359 [ 260 ] {6014426a-4077-4df6-bc88-b7bbeb522f59} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3138 2025.01.02 23:35:52.437404 [ 260 ] {6014426a-4077-4df6-bc88-b7bbeb522f59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3139 2025.01.02 23:35:52.437835 [ 260 ] {6014426a-4077-4df6-bc88-b7bbeb522f59} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3140 2025.01.02 23:35:52.438087 [ 260 ] {6014426a-4077-4df6-bc88-b7bbeb522f59} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3141 2025.01.02 23:35:52.438308 [ 260 ] {6014426a-4077-4df6-bc88-b7bbeb522f59} <Debug> executeQuery: Read 52 rows, 4.07 KiB in 0.001801 sec., 28872.848417545807 rows/sec., 2.21 MiB/sec.
3142 2025.01.02 23:35:52.438443 [ 260 ] {6014426a-4077-4df6-bc88-b7bbeb522f59} <Debug> TCPHandler: Processed in 0.002219279 sec.
3143 2025.01.02 23:35:52.438706 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3144 2025.01.02 23:35:52.438892 [ 265 ] {6715f0d3-62c1-4e64-b050-7cf678fd5135} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3145 2025.01.02 23:35:52.438962 [ 265 ] {6715f0d3-62c1-4e64-b050-7cf678fd5135} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3146 2025.01.02 23:35:52.439711 [ 265 ] {6715f0d3-62c1-4e64-b050-7cf678fd5135} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3147 2025.01.02 23:35:52.439758 [ 265 ] {6715f0d3-62c1-4e64-b050-7cf678fd5135} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3148 2025.01.02 23:35:52.440183 [ 265 ] {6715f0d3-62c1-4e64-b050-7cf678fd5135} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3149 2025.01.02 23:35:52.440430 [ 265 ] {6715f0d3-62c1-4e64-b050-7cf678fd5135} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3150 2025.01.02 23:35:52.440659 [ 265 ] {6715f0d3-62c1-4e64-b050-7cf678fd5135} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.00182 sec., 30769.23076923077 rows/sec., 2.40 MiB/sec.
3151 2025.01.02 23:35:52.440715 [ 265 ] {6715f0d3-62c1-4e64-b050-7cf678fd5135} <Debug> TCPHandler: Processed in 0.002141198 sec.
3152 2025.01.02 23:35:52.440912 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3153 2025.01.02 23:35:52.441136 [ 260 ] {47ad15b8-f33b-474f-a112-a275572709fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3154 2025.01.02 23:35:52.441234 [ 260 ] {47ad15b8-f33b-474f-a112-a275572709fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3155 2025.01.02 23:35:52.442012 [ 260 ] {47ad15b8-f33b-474f-a112-a275572709fa} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3156 2025.01.02 23:35:52.442051 [ 260 ] {47ad15b8-f33b-474f-a112-a275572709fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3157 2025.01.02 23:35:52.442448 [ 260 ] {47ad15b8-f33b-474f-a112-a275572709fa} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3158 2025.01.02 23:35:52.442690 [ 260 ] {47ad15b8-f33b-474f-a112-a275572709fa} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3159 2025.01.02 23:35:52.442901 [ 260 ] {47ad15b8-f33b-474f-a112-a275572709fa} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001821 sec., 82372.32289950577 rows/sec., 5.71 MiB/sec.
3160 2025.01.02 23:35:52.442953 [ 260 ] {47ad15b8-f33b-474f-a112-a275572709fa} <Debug> TCPHandler: Processed in 0.002151049 sec.
3161 2025.01.02 23:35:52.443166 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3162 2025.01.02 23:35:52.443375 [ 265 ] {72ad7e3c-a1da-47a4-be68-0980d4a4c7d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3163 2025.01.02 23:35:52.443461 [ 265 ] {72ad7e3c-a1da-47a4-be68-0980d4a4c7d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3164 2025.01.02 23:35:52.444023 [ 265 ] {72ad7e3c-a1da-47a4-be68-0980d4a4c7d8} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3165 2025.01.02 23:35:52.444062 [ 265 ] {72ad7e3c-a1da-47a4-be68-0980d4a4c7d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3166 2025.01.02 23:35:52.444432 [ 265 ] {72ad7e3c-a1da-47a4-be68-0980d4a4c7d8} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3167 2025.01.02 23:35:52.444671 [ 265 ] {72ad7e3c-a1da-47a4-be68-0980d4a4c7d8} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3168 2025.01.02 23:35:52.444898 [ 265 ] {72ad7e3c-a1da-47a4-be68-0980d4a4c7d8} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001568 sec., 31887.755102040817 rows/sec., 2.19 MiB/sec.
3169 2025.01.02 23:35:52.445058 [ 265 ] {72ad7e3c-a1da-47a4-be68-0980d4a4c7d8} <Debug> TCPHandler: Processed in 0.001984626 sec.
3170 2025.01.02 23:35:55.523140 [ 144 ] {} <Debug> DNSResolver: Updating DNS cache
3171 2025.01.02 23:35:55.523210 [ 144 ] {} <Debug> DNSResolver: Updated DNS cache
3172 2025.01.02 23:35:55.617706 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7381
3173 2025.01.02 23:35:55.618388 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3174 2025.01.02 23:35:55.618438 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3175 2025.01.02 23:35:55.619196 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3176 2025.01.02 23:35:55.619540 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3177 2025.01.02 23:35:55.619821 [ 144 ] {} <Debug> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3178 2025.01.02 23:35:55.619846 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381
3179 2025.01.02 23:35:55.619940 [ 144 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3180 2025.01.02 23:35:55.619976 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3181 2025.01.02 23:35:55.620171 [ 188 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::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
3182 2025.01.02 23:35:55.620370 [ 188 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3183 2025.01.02 23:35:55.620427 [ 188 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::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
3184 2025.01.02 23:35:55.620537 [ 188 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::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
3185 2025.01.02 23:35:55.620786 [ 188 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::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
3186 2025.01.02 23:35:55.621049 [ 188 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::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
3187 2025.01.02 23:35:55.621198 [ 188 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::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
3188 2025.01.02 23:35:55.621408 [ 188 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::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
3189 2025.01.02 23:35:55.623324 [ 194 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.003250493 sec., 2270732.4704283318 rows/sec., 32.48 MiB/sec.
3190 2025.01.02 23:35:55.624265 [ 186 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3191 2025.01.02 23:35:55.624609 [ 186 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_16_3} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3192 2025.01.02 23:35:55.624703 [ 186 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_16_3} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3193 2025.01.02 23:35:55.624820 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB.
3194 2025.01.02 23:35:55.651648 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 454
3195 2025.01.02 23:35:55.654753 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3196 2025.01.02 23:35:55.654805 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3197 2025.01.02 23:35:55.656342 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3198 2025.01.02 23:35:55.656694 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3199 2025.01.02 23:35:55.657393 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 454
3200 2025.01.02 23:35:56.001381 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000966143 sec.
3201 2025.01.02 23:35:56.118388 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 121
3202 2025.01.02 23:35:56.139052 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3203 2025.01.02 23:35:56.139096 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3204 2025.01.02 23:35:56.146288 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3205 2025.01.02 23:35:56.147074 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3206 2025.01.02 23:35:56.147444 [ 145 ] {} <Debug> system.metric_log (31b60859-c590-4889-866a-026624596be5) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3207 2025.01.02 23:35:56.147584 [ 145 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3208 2025.01.02 23:35:56.147660 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3209 2025.01.02 23:35:56.148332 [ 188 ] {31b60859-c590-4889-866a-026624596be5::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
3210 2025.01.02 23:35:56.163243 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121
3211 2025.01.02 23:35:56.164951 [ 188 ] {31b60859-c590-4889-866a-026624596be5::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3212 2025.01.02 23:35:56.166112 [ 188 ] {31b60859-c590-4889-866a-026624596be5::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
3213 2025.01.02 23:35:56.171156 [ 188 ] {31b60859-c590-4889-866a-026624596be5::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
3214 2025.01.02 23:35:56.176703 [ 188 ] {31b60859-c590-4889-866a-026624596be5::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
3215 2025.01.02 23:35:56.182420 [ 188 ] {31b60859-c590-4889-866a-026624596be5::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
3216 2025.01.02 23:35:56.188445 [ 188 ] {31b60859-c590-4889-866a-026624596be5::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
3217 2025.01.02 23:35:56.193297 [ 188 ] {31b60859-c590-4889-866a-026624596be5::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
3218 2025.01.02 23:35:56.250253 [ 194 ] {31b60859-c590-4889-866a-026624596be5::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.102439676 sec., 1181.182962741897 rows/sec., 6.11 MiB/sec.
3219 2025.01.02 23:35:56.252855 [ 194 ] {31b60859-c590-4889-866a-026624596be5::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3220 2025.01.02 23:35:56.255872 [ 194 ] {31b60859-c590-4889-866a-026624596be5::all_1_16_3} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3221 2025.01.02 23:35:56.255993 [ 194 ] {31b60859-c590-4889-866a-026624596be5::all_1_16_3} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3222 2025.01.02 23:35:56.258554 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB.
3223 2025.01.02 23:35:57.442611 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3224 2025.01.02 23:35:57.442799 [ 260 ] {d655d9d3-15ca-4296-81a6-acc1be1b947f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3225 2025.01.02 23:35:57.442871 [ 260 ] {d655d9d3-15ca-4296-81a6-acc1be1b947f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3226 2025.01.02 23:35:57.443628 [ 260 ] {d655d9d3-15ca-4296-81a6-acc1be1b947f} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3227 2025.01.02 23:35:57.443679 [ 260 ] {d655d9d3-15ca-4296-81a6-acc1be1b947f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3228 2025.01.02 23:35:57.444116 [ 260 ] {d655d9d3-15ca-4296-81a6-acc1be1b947f} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3229 2025.01.02 23:35:57.444371 [ 260 ] {d655d9d3-15ca-4296-81a6-acc1be1b947f} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3230 2025.01.02 23:35:57.444677 [ 260 ] {d655d9d3-15ca-4296-81a6-acc1be1b947f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001939 sec., 7220.216606498195 rows/sec., 519.76 KiB/sec.
3231 2025.01.02 23:35:57.444792 [ 260 ] {d655d9d3-15ca-4296-81a6-acc1be1b947f} <Debug> TCPHandler: Processed in 0.002361071 sec.
3232 2025.01.02 23:35:57.445115 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3233 2025.01.02 23:35:57.445331 [ 265 ] {7f602b01-346e-416a-9ea7-8b0d8a0910d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3234 2025.01.02 23:35:57.445414 [ 265 ] {7f602b01-346e-416a-9ea7-8b0d8a0910d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3235 2025.01.02 23:35:57.446356 [ 265 ] {7f602b01-346e-416a-9ea7-8b0d8a0910d3} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3236 2025.01.02 23:35:57.446407 [ 265 ] {7f602b01-346e-416a-9ea7-8b0d8a0910d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3237 2025.01.02 23:35:57.446906 [ 265 ] {7f602b01-346e-416a-9ea7-8b0d8a0910d3} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3238 2025.01.02 23:35:57.447192 [ 265 ] {7f602b01-346e-416a-9ea7-8b0d8a0910d3} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3239 2025.01.02 23:35:57.447528 [ 265 ] {7f602b01-346e-416a-9ea7-8b0d8a0910d3} <Debug> executeQuery: Read 279 rows, 25.27 KiB in 0.002231 sec., 125056.02868668758 rows/sec., 11.06 MiB/sec.
3240 2025.01.02 23:35:57.447678 [ 265 ] {7f602b01-346e-416a-9ea7-8b0d8a0910d3} <Debug> TCPHandler: Processed in 0.002702746 sec.
3241 2025.01.02 23:35:57.447912 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3242 2025.01.02 23:35:57.448143 [ 260 ] {4779fac1-a89f-49a4-89ac-cfb3fbbe0552} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3243 2025.01.02 23:35:57.448238 [ 260 ] {4779fac1-a89f-49a4-89ac-cfb3fbbe0552} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3244 2025.01.02 23:35:57.449109 [ 260 ] {4779fac1-a89f-49a4-89ac-cfb3fbbe0552} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3245 2025.01.02 23:35:57.449151 [ 260 ] {4779fac1-a89f-49a4-89ac-cfb3fbbe0552} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3246 2025.01.02 23:35:57.449522 [ 260 ] {4779fac1-a89f-49a4-89ac-cfb3fbbe0552} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3247 2025.01.02 23:35:57.449763 [ 260 ] {4779fac1-a89f-49a4-89ac-cfb3fbbe0552} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3248 2025.01.02 23:35:57.450061 [ 260 ] {4779fac1-a89f-49a4-89ac-cfb3fbbe0552} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.00195 sec., 24102.564102564105 rows/sec., 1.73 MiB/sec.
3249 2025.01.02 23:35:57.450178 [ 260 ] {4779fac1-a89f-49a4-89ac-cfb3fbbe0552} <Debug> TCPHandler: Processed in 0.002378012 sec.
3250 2025.01.02 23:35:57.450339 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3251 2025.01.02 23:35:57.450486 [ 265 ] {28ec1197-75a7-49d0-961d-e2c885c5315a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3252 2025.01.02 23:35:57.450547 [ 265 ] {28ec1197-75a7-49d0-961d-e2c885c5315a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3253 2025.01.02 23:35:57.451172 [ 265 ] {28ec1197-75a7-49d0-961d-e2c885c5315a} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3254 2025.01.02 23:35:57.451212 [ 265 ] {28ec1197-75a7-49d0-961d-e2c885c5315a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3255 2025.01.02 23:35:57.451579 [ 265 ] {28ec1197-75a7-49d0-961d-e2c885c5315a} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3256 2025.01.02 23:35:57.451825 [ 265 ] {28ec1197-75a7-49d0-961d-e2c885c5315a} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3257 2025.01.02 23:35:57.452099 [ 265 ] {28ec1197-75a7-49d0-961d-e2c885c5315a} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001634 sec., 8567.931456548347 rows/sec., 600.04 KiB/sec.
3258 2025.01.02 23:35:57.452527 [ 265 ] {28ec1197-75a7-49d0-961d-e2c885c5315a} <Debug> TCPHandler: Processed in 0.002252569 sec.
3259 2025.01.02 23:35:57.452702 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3260 2025.01.02 23:35:57.452888 [ 260 ] {108bce3b-8d30-48b4-b71b-1cab6c316a26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3261 2025.01.02 23:35:57.452978 [ 260 ] {108bce3b-8d30-48b4-b71b-1cab6c316a26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3262 2025.01.02 23:35:57.453959 [ 260 ] {108bce3b-8d30-48b4-b71b-1cab6c316a26} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3263 2025.01.02 23:35:57.453998 [ 260 ] {108bce3b-8d30-48b4-b71b-1cab6c316a26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3264 2025.01.02 23:35:57.454359 [ 260 ] {108bce3b-8d30-48b4-b71b-1cab6c316a26} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3265 2025.01.02 23:35:57.454599 [ 260 ] {108bce3b-8d30-48b4-b71b-1cab6c316a26} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3266 2025.01.02 23:35:57.454839 [ 260 ] {108bce3b-8d30-48b4-b71b-1cab6c316a26} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.002001 sec., 6496.751624187906 rows/sec., 405.07 KiB/sec.
3267 2025.01.02 23:35:57.454927 [ 260 ] {108bce3b-8d30-48b4-b71b-1cab6c316a26} <Debug> TCPHandler: Processed in 0.00229187 sec.
3268 2025.01.02 23:35:57.455100 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3269 2025.01.02 23:35:57.455239 [ 265 ] {baa773b8-b442-41e1-bebb-49b032609088} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3270 2025.01.02 23:35:57.455297 [ 265 ] {baa773b8-b442-41e1-bebb-49b032609088} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3271 2025.01.02 23:35:57.456102 [ 265 ] {baa773b8-b442-41e1-bebb-49b032609088} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3272 2025.01.02 23:35:57.456142 [ 265 ] {baa773b8-b442-41e1-bebb-49b032609088} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3273 2025.01.02 23:35:57.456530 [ 265 ] {baa773b8-b442-41e1-bebb-49b032609088} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3274 2025.01.02 23:35:57.456772 [ 265 ] {baa773b8-b442-41e1-bebb-49b032609088} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3275 2025.01.02 23:35:57.457024 [ 265 ] {baa773b8-b442-41e1-bebb-49b032609088} <Debug> executeQuery: Read 414 rows, 30.24 KiB in 0.001808 sec., 228982.30088495577 rows/sec., 16.33 MiB/sec.
3276 2025.01.02 23:35:57.457121 [ 265 ] {baa773b8-b442-41e1-bebb-49b032609088} <Debug> TCPHandler: Processed in 0.002083868 sec.
3277 2025.01.02 23:35:57.457275 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3278 2025.01.02 23:35:57.457412 [ 260 ] {b8d6902f-d2a6-4044-ab3d-7fe1ad8ca49c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
3279 2025.01.02 23:35:57.457472 [ 260 ] {b8d6902f-d2a6-4044-ab3d-7fe1ad8ca49c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3280 2025.01.02 23:35:57.458009 [ 260 ] {b8d6902f-d2a6-4044-ab3d-7fe1ad8ca49c} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3281 2025.01.02 23:35:57.458049 [ 260 ] {b8d6902f-d2a6-4044-ab3d-7fe1ad8ca49c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3282 2025.01.02 23:35:57.458416 [ 260 ] {b8d6902f-d2a6-4044-ab3d-7fe1ad8ca49c} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3283 2025.01.02 23:35:57.458664 [ 260 ] {b8d6902f-d2a6-4044-ab3d-7fe1ad8ca49c} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3284 2025.01.02 23:35:57.458825 [ 142 ] {} <Debug> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0
3285 2025.01.02 23:35:57.458900 [ 260 ] {b8d6902f-d2a6-4044-ab3d-7fe1ad8ca49c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001511 sec., 3970.880211780278 rows/sec., 207.46 KiB/sec.
3286 2025.01.02 23:35:57.458907 [ 142 ] {} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3287 2025.01.02 23:35:57.458980 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3288 2025.01.02 23:35:57.459019 [ 260 ] {b8d6902f-d2a6-4044-ab3d-7fe1ad8ca49c} <Debug> TCPHandler: Processed in 0.001808824 sec.
3289 2025.01.02 23:35:57.459381 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3290 2025.01.02 23:35:57.459607 [ 198 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::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
3291 2025.01.02 23:35:57.459718 [ 265 ] {86d375b7-9146-43af-83cc-6d9bedc691b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3292 2025.01.02 23:35:57.459836 [ 265 ] {86d375b7-9146-43af-83cc-6d9bedc691b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3293 2025.01.02 23:35:57.459859 [ 198 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3294 2025.01.02 23:35:57.459914 [ 198 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 30 rows starting from the beginning of the part
3295 2025.01.02 23:35:57.460111 [ 198 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part
3296 2025.01.02 23:35:57.460509 [ 198 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part
3297 2025.01.02 23:35:57.460898 [ 198 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part
3298 2025.01.02 23:35:57.461088 [ 198 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part
3299 2025.01.02 23:35:57.461298 [ 198 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part
3300 2025.01.02 23:35:57.462163 [ 265 ] {86d375b7-9146-43af-83cc-6d9bedc691b5} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3301 2025.01.02 23:35:57.462208 [ 265 ] {86d375b7-9146-43af-83cc-6d9bedc691b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3302 2025.01.02 23:35:57.462903 [ 265 ] {86d375b7-9146-43af-83cc-6d9bedc691b5} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3303 2025.01.02 23:35:57.463259 [ 265 ] {86d375b7-9146-43af-83cc-6d9bedc691b5} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3304 2025.01.02 23:35:57.463260 [ 198 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 4 columns (4 merged, 0 gathered) in 0.004110124 sec., 14598.099716699546 rows/sec., 762.69 KiB/sec.
3305 2025.01.02 23:35:57.463558 [ 189 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary)
3306 2025.01.02 23:35:57.463737 [ 265 ] {86d375b7-9146-43af-83cc-6d9bedc691b5} <Debug> executeQuery: Read 227 rows, 15.50 KiB in 0.004064 sec., 55856.299212598424 rows/sec., 3.73 MiB/sec.
3307 2025.01.02 23:35:57.464092 [ 265 ] {86d375b7-9146-43af-83cc-6d9bedc691b5} <Debug> TCPHandler: Processed in 0.004959095 sec.
3308 2025.01.02 23:35:57.464283 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3309 2025.01.02 23:35:57.464478 [ 189 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_10_2} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3310 2025.01.02 23:35:57.464493 [ 260 ] {b5bcb1e1-01f5-4e94-b1c1-fd64625ee1ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
3311 2025.01.02 23:35:57.464624 [ 260 ] {b5bcb1e1-01f5-4e94-b1c1-fd64625ee1ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3312 2025.01.02 23:35:57.464696 [ 189 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_10_2} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2
3313 2025.01.02 23:35:57.464909 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
3314 2025.01.02 23:35:57.465334 [ 260 ] {b5bcb1e1-01f5-4e94-b1c1-fd64625ee1ac} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3315 2025.01.02 23:35:57.465377 [ 260 ] {b5bcb1e1-01f5-4e94-b1c1-fd64625ee1ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3316 2025.01.02 23:35:57.465739 [ 260 ] {b5bcb1e1-01f5-4e94-b1c1-fd64625ee1ac} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3317 2025.01.02 23:35:57.465980 [ 260 ] {b5bcb1e1-01f5-4e94-b1c1-fd64625ee1ac} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3318 2025.01.02 23:35:57.466201 [ 260 ] {b5bcb1e1-01f5-4e94-b1c1-fd64625ee1ac} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001775 sec., 563.3802816901408 rows/sec., 37.96 KiB/sec.
3319 2025.01.02 23:35:57.466256 [ 260 ] {b5bcb1e1-01f5-4e94-b1c1-fd64625ee1ac} <Debug> TCPHandler: Processed in 0.002064097 sec.
3320 2025.01.02 23:35:57.466421 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3321 2025.01.02 23:35:57.466561 [ 265 ] {9cb83cad-193c-41ca-bbc6-3a0a12f04603} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3322 2025.01.02 23:35:57.466655 [ 265 ] {9cb83cad-193c-41ca-bbc6-3a0a12f04603} <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
3323 2025.01.02 23:35:57.467870 [ 265 ] {9cb83cad-193c-41ca-bbc6-3a0a12f04603} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3324 2025.01.02 23:35:57.467910 [ 265 ] {9cb83cad-193c-41ca-bbc6-3a0a12f04603} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3325 2025.01.02 23:35:57.468606 [ 265 ] {9cb83cad-193c-41ca-bbc6-3a0a12f04603} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3326 2025.01.02 23:35:57.468869 [ 265 ] {9cb83cad-193c-41ca-bbc6-3a0a12f04603} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3327 2025.01.02 23:35:57.469205 [ 265 ] {9cb83cad-193c-41ca-bbc6-3a0a12f04603} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002667 sec., 14998.125234345705 rows/sec., 26.88 MiB/sec.
3328 2025.01.02 23:35:57.469323 [ 265 ] {9cb83cad-193c-41ca-bbc6-3a0a12f04603} <Debug> TCPHandler: Processed in 0.002967669 sec.
3329 2025.01.02 23:35:57.469489 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3330 2025.01.02 23:35:57.469626 [ 260 ] {2a2cf076-8a68-41fc-82fe-666fab8aea29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3331 2025.01.02 23:35:57.469684 [ 260 ] {2a2cf076-8a68-41fc-82fe-666fab8aea29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3332 2025.01.02 23:35:57.470174 [ 260 ] {2a2cf076-8a68-41fc-82fe-666fab8aea29} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3333 2025.01.02 23:35:57.470212 [ 260 ] {2a2cf076-8a68-41fc-82fe-666fab8aea29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3334 2025.01.02 23:35:57.470579 [ 260 ] {2a2cf076-8a68-41fc-82fe-666fab8aea29} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3335 2025.01.02 23:35:57.470814 [ 260 ] {2a2cf076-8a68-41fc-82fe-666fab8aea29} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3336 2025.01.02 23:35:57.471206 [ 260 ] {2a2cf076-8a68-41fc-82fe-666fab8aea29} <Debug> executeQuery: Read 72 rows, 4.70 KiB in 0.001577 sec., 45656.30944831959 rows/sec., 2.91 MiB/sec.
3337 2025.01.02 23:35:57.471495 [ 260 ] {2a2cf076-8a68-41fc-82fe-666fab8aea29} <Debug> TCPHandler: Processed in 0.002073197 sec.
3338 2025.01.02 23:36:02.464808 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3339 2025.01.02 23:36:02.465006 [ 260 ] {b50cc823-3274-445f-b01c-2596d66b4db6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
3340 2025.01.02 23:36:02.465078 [ 260 ] {b50cc823-3274-445f-b01c-2596d66b4db6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
3341 2025.01.02 23:36:02.465802 [ 260 ] {b50cc823-3274-445f-b01c-2596d66b4db6} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3342 2025.01.02 23:36:02.465853 [ 260 ] {b50cc823-3274-445f-b01c-2596d66b4db6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3343 2025.01.02 23:36:02.466270 [ 260 ] {b50cc823-3274-445f-b01c-2596d66b4db6} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
3344 2025.01.02 23:36:02.466539 [ 260 ] {b50cc823-3274-445f-b01c-2596d66b4db6} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3345 2025.01.02 23:36:02.466779 [ 260 ] {b50cc823-3274-445f-b01c-2596d66b4db6} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001823 sec., 1097.0927043335162 rows/sec., 89.46 KiB/sec.
3346 2025.01.02 23:36:02.466837 [ 260 ] {b50cc823-3274-445f-b01c-2596d66b4db6} <Debug> TCPHandler: Processed in 0.002162439 sec.
3347 2025.01.02 23:36:02.467104 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3348 2025.01.02 23:36:02.467316 [ 265 ] {8a590d6c-7fdc-4035-9037-0804bd4466d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3349 2025.01.02 23:36:02.467394 [ 265 ] {8a590d6c-7fdc-4035-9037-0804bd4466d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3350 2025.01.02 23:36:02.468808 [ 265 ] {8a590d6c-7fdc-4035-9037-0804bd4466d8} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3351 2025.01.02 23:36:02.468848 [ 265 ] {8a590d6c-7fdc-4035-9037-0804bd4466d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3352 2025.01.02 23:36:02.469359 [ 265 ] {8a590d6c-7fdc-4035-9037-0804bd4466d8} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3353 2025.01.02 23:36:02.469606 [ 265 ] {8a590d6c-7fdc-4035-9037-0804bd4466d8} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3354 2025.01.02 23:36:02.469832 [ 265 ] {8a590d6c-7fdc-4035-9037-0804bd4466d8} <Debug> executeQuery: Read 1193 rows, 100.70 KiB in 0.002573 sec., 463661.09599689074 rows/sec., 38.22 MiB/sec.
3355 2025.01.02 23:36:02.470021 [ 265 ] {8a590d6c-7fdc-4035-9037-0804bd4466d8} <Debug> TCPHandler: Processed in 0.003051431 sec.
3356 2025.01.02 23:36:02.470208 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3357 2025.01.02 23:36:02.470335 [ 260 ] {667522d2-c84e-4b3c-b8b0-892891b00ded} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3358 2025.01.02 23:36:02.470388 [ 260 ] {667522d2-c84e-4b3c-b8b0-892891b00ded} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3359 2025.01.02 23:36:02.471011 [ 260 ] {667522d2-c84e-4b3c-b8b0-892891b00ded} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3360 2025.01.02 23:36:02.471053 [ 260 ] {667522d2-c84e-4b3c-b8b0-892891b00ded} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3361 2025.01.02 23:36:02.471439 [ 260 ] {667522d2-c84e-4b3c-b8b0-892891b00ded} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3362 2025.01.02 23:36:02.471688 [ 260 ] {667522d2-c84e-4b3c-b8b0-892891b00ded} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3363 2025.01.02 23:36:02.471972 [ 260 ] {667522d2-c84e-4b3c-b8b0-892891b00ded} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.00164 sec., 1219.5121951219512 rows/sec., 85.15 KiB/sec.
3364 2025.01.02 23:36:02.472133 [ 260 ] {667522d2-c84e-4b3c-b8b0-892891b00ded} <Debug> TCPHandler: Processed in 0.001986776 sec.
3365 2025.01.02 23:36:02.472300 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3366 2025.01.02 23:36:02.472416 [ 265 ] {7924e58e-829b-4ddc-a4ef-5126149eeebf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3367 2025.01.02 23:36:02.472465 [ 265 ] {7924e58e-829b-4ddc-a4ef-5126149eeebf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3368 2025.01.02 23:36:02.473144 [ 265 ] {7924e58e-829b-4ddc-a4ef-5126149eeebf} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3369 2025.01.02 23:36:02.473184 [ 265 ] {7924e58e-829b-4ddc-a4ef-5126149eeebf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3370 2025.01.02 23:36:02.473552 [ 265 ] {7924e58e-829b-4ddc-a4ef-5126149eeebf} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3371 2025.01.02 23:36:02.473798 [ 265 ] {7924e58e-829b-4ddc-a4ef-5126149eeebf} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3372 2025.01.02 23:36:02.474033 [ 265 ] {7924e58e-829b-4ddc-a4ef-5126149eeebf} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.00164 sec., 139024.39024390245 rows/sec., 9.41 MiB/sec.
3373 2025.01.02 23:36:02.474231 [ 265 ] {7924e58e-829b-4ddc-a4ef-5126149eeebf} <Debug> TCPHandler: Processed in 0.001984206 sec.
3374 2025.01.02 23:36:02.474419 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3375 2025.01.02 23:36:02.474562 [ 260 ] {2bcd0164-2cee-48e7-b1d3-5f969c4f392a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3376 2025.01.02 23:36:02.474622 [ 260 ] {2bcd0164-2cee-48e7-b1d3-5f969c4f392a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3377 2025.01.02 23:36:02.475485 [ 260 ] {2bcd0164-2cee-48e7-b1d3-5f969c4f392a} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3378 2025.01.02 23:36:02.475527 [ 260 ] {2bcd0164-2cee-48e7-b1d3-5f969c4f392a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3379 2025.01.02 23:36:02.475926 [ 260 ] {2bcd0164-2cee-48e7-b1d3-5f969c4f392a} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3380 2025.01.02 23:36:02.476171 [ 260 ] {2bcd0164-2cee-48e7-b1d3-5f969c4f392a} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3381 2025.01.02 23:36:02.476382 [ 260 ] {2bcd0164-2cee-48e7-b1d3-5f969c4f392a} <Debug> executeQuery: Read 514 rows, 38.92 KiB in 0.001852 sec., 277537.7969762419 rows/sec., 20.53 MiB/sec.
3382 2025.01.02 23:36:02.476442 [ 260 ] {2bcd0164-2cee-48e7-b1d3-5f969c4f392a} <Debug> TCPHandler: Processed in 0.002090248 sec.
3383 2025.01.02 23:36:02.476589 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3384 2025.01.02 23:36:02.476704 [ 265 ] {f0ad63be-9bbf-4545-b468-e8464bfcfed4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3385 2025.01.02 23:36:02.476757 [ 265 ] {f0ad63be-9bbf-4545-b468-e8464bfcfed4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3386 2025.01.02 23:36:02.477530 [ 265 ] {f0ad63be-9bbf-4545-b468-e8464bfcfed4} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3387 2025.01.02 23:36:02.477568 [ 265 ] {f0ad63be-9bbf-4545-b468-e8464bfcfed4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3388 2025.01.02 23:36:02.478004 [ 265 ] {f0ad63be-9bbf-4545-b468-e8464bfcfed4} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3389 2025.01.02 23:36:02.478254 [ 265 ] {f0ad63be-9bbf-4545-b468-e8464bfcfed4} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3390 2025.01.02 23:36:02.478468 [ 265 ] {f0ad63be-9bbf-4545-b468-e8464bfcfed4} <Debug> executeQuery: Read 871 rows, 59.94 KiB in 0.001784 sec., 488228.69955156953 rows/sec., 32.81 MiB/sec.
3391 2025.01.02 23:36:02.478677 [ 265 ] {f0ad63be-9bbf-4545-b468-e8464bfcfed4} <Debug> TCPHandler: Processed in 0.002138508 sec.
3392 2025.01.02 23:36:02.478849 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3393 2025.01.02 23:36:02.478968 [ 260 ] {0c9afc99-c496-44d9-9a8f-306b1ee6d293} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3394 2025.01.02 23:36:02.479022 [ 260 ] {0c9afc99-c496-44d9-9a8f-306b1ee6d293} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3395 2025.01.02 23:36:02.479530 [ 260 ] {0c9afc99-c496-44d9-9a8f-306b1ee6d293} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3396 2025.01.02 23:36:02.479571 [ 260 ] {0c9afc99-c496-44d9-9a8f-306b1ee6d293} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3397 2025.01.02 23:36:02.479958 [ 260 ] {0c9afc99-c496-44d9-9a8f-306b1ee6d293} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3398 2025.01.02 23:36:02.480203 [ 260 ] {0c9afc99-c496-44d9-9a8f-306b1ee6d293} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3399 2025.01.02 23:36:02.480410 [ 260 ] {0c9afc99-c496-44d9-9a8f-306b1ee6d293} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001468 sec., 34059.9455040872 rows/sec., 2.34 MiB/sec.
3400 2025.01.02 23:36:02.480469 [ 260 ] {0c9afc99-c496-44d9-9a8f-306b1ee6d293} <Debug> TCPHandler: Processed in 0.001678722 sec.
3401 2025.01.02 23:36:03.120126 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7869
3402 2025.01.02 23:36:03.120890 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3403 2025.01.02 23:36:03.120945 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3404 2025.01.02 23:36:03.121478 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3405 2025.01.02 23:36:03.121739 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3406 2025.01.02 23:36:03.121976 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7869
3407 2025.01.02 23:36:03.663429 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129
3408 2025.01.02 23:36:03.681615 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3409 2025.01.02 23:36:03.681671 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3410 2025.01.02 23:36:03.689041 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3411 2025.01.02 23:36:03.689808 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3412 2025.01.02 23:36:03.693218 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 129
3413 2025.01.02 23:36:05.657716 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 490
3414 2025.01.02 23:36:05.660817 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3415 2025.01.02 23:36:05.660869 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3416 2025.01.02 23:36:05.662345 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3417 2025.01.02 23:36:05.662655 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3418 2025.01.02 23:36:05.662881 [ 133 ] {} <Debug> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3419 2025.01.02 23:36:05.662991 [ 133 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3420 2025.01.02 23:36:05.663064 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3421 2025.01.02 23:36:05.664129 [ 198 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::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
3422 2025.01.02 23:36:05.664629 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 490
3423 2025.01.02 23:36:05.665162 [ 198 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3424 2025.01.02 23:36:05.665357 [ 198 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 318 rows starting from the beginning of the part
3425 2025.01.02 23:36:05.666032 [ 198 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 36 rows starting from the beginning of the part
3426 2025.01.02 23:36:05.666611 [ 198 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 38 rows starting from the beginning of the part
3427 2025.01.02 23:36:05.667173 [ 198 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 30 rows starting from the beginning of the part
3428 2025.01.02 23:36:05.667831 [ 198 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 32 rows starting from the beginning of the part
3429 2025.01.02 23:36:05.668456 [ 198 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 36 rows starting from the beginning of the part
3430 2025.01.02 23:36:05.676761 [ 202 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 490 rows, containing 72 columns (72 merged, 0 gathered) in 0.013564448 sec., 36123.843742111734 rows/sec., 32.41 MiB/sec.
3431 2025.01.02 23:36:05.677846 [ 197 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3432 2025.01.02 23:36:05.678711 [ 197 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_11_2} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3433 2025.01.02 23:36:05.678818 [ 197 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_11_2} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3434 2025.01.02 23:36:05.679167 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.80 MiB.
3435 2025.01.02 23:36:07.443583 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3436 2025.01.02 23:36:07.443768 [ 260 ] {4941b75f-d547-45a5-821b-4eef30a51a1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3437 2025.01.02 23:36:07.443840 [ 260 ] {4941b75f-d547-45a5-821b-4eef30a51a1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3438 2025.01.02 23:36:07.444582 [ 260 ] {4941b75f-d547-45a5-821b-4eef30a51a1e} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3439 2025.01.02 23:36:07.444630 [ 260 ] {4941b75f-d547-45a5-821b-4eef30a51a1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3440 2025.01.02 23:36:07.445052 [ 260 ] {4941b75f-d547-45a5-821b-4eef30a51a1e} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3441 2025.01.02 23:36:07.445323 [ 260 ] {4941b75f-d547-45a5-821b-4eef30a51a1e} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3442 2025.01.02 23:36:07.445561 [ 260 ] {4941b75f-d547-45a5-821b-4eef30a51a1e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001841 sec., 7604.5627376425855 rows/sec., 547.43 KiB/sec.
3443 2025.01.02 23:36:07.445618 [ 260 ] {4941b75f-d547-45a5-821b-4eef30a51a1e} <Debug> TCPHandler: Processed in 0.002166219 sec.
3444 2025.01.02 23:36:07.445883 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3445 2025.01.02 23:36:07.446073 [ 265 ] {6f0299a9-35f9-4fc2-9179-ec505479fed0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3446 2025.01.02 23:36:07.446144 [ 265 ] {6f0299a9-35f9-4fc2-9179-ec505479fed0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3447 2025.01.02 23:36:07.447054 [ 265 ] {6f0299a9-35f9-4fc2-9179-ec505479fed0} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3448 2025.01.02 23:36:07.447104 [ 265 ] {6f0299a9-35f9-4fc2-9179-ec505479fed0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3449 2025.01.02 23:36:07.447556 [ 265 ] {6f0299a9-35f9-4fc2-9179-ec505479fed0} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3450 2025.01.02 23:36:07.447866 [ 265 ] {6f0299a9-35f9-4fc2-9179-ec505479fed0} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3451 2025.01.02 23:36:07.448098 [ 265 ] {6f0299a9-35f9-4fc2-9179-ec505479fed0} <Debug> executeQuery: Read 279 rows, 25.27 KiB in 0.002077 sec., 134328.35820895524 rows/sec., 11.88 MiB/sec.
3452 2025.01.02 23:36:07.448155 [ 265 ] {6f0299a9-35f9-4fc2-9179-ec505479fed0} <Debug> TCPHandler: Processed in 0.002404472 sec.
3453 2025.01.02 23:36:07.448337 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3454 2025.01.02 23:36:07.448484 [ 260 ] {c905bd9f-6a29-4313-a70c-6bc3ba21c8da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3455 2025.01.02 23:36:07.448543 [ 260 ] {c905bd9f-6a29-4313-a70c-6bc3ba21c8da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3456 2025.01.02 23:36:07.449240 [ 260 ] {c905bd9f-6a29-4313-a70c-6bc3ba21c8da} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3457 2025.01.02 23:36:07.449297 [ 260 ] {c905bd9f-6a29-4313-a70c-6bc3ba21c8da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3458 2025.01.02 23:36:07.449664 [ 260 ] {c905bd9f-6a29-4313-a70c-6bc3ba21c8da} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3459 2025.01.02 23:36:07.449913 [ 260 ] {c905bd9f-6a29-4313-a70c-6bc3ba21c8da} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3460 2025.01.02 23:36:07.450121 [ 260 ] {c905bd9f-6a29-4313-a70c-6bc3ba21c8da} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.001672 sec., 28110.04784688995 rows/sec., 2.02 MiB/sec.
3461 2025.01.02 23:36:07.450176 [ 260 ] {c905bd9f-6a29-4313-a70c-6bc3ba21c8da} <Debug> TCPHandler: Processed in 0.001909695 sec.
3462 2025.01.02 23:36:07.450344 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3463 2025.01.02 23:36:07.450482 [ 265 ] {2bd1369f-f89a-4d62-9842-5604fcc96f4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3464 2025.01.02 23:36:07.450539 [ 265 ] {2bd1369f-f89a-4d62-9842-5604fcc96f4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3465 2025.01.02 23:36:07.451214 [ 265 ] {2bd1369f-f89a-4d62-9842-5604fcc96f4b} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3466 2025.01.02 23:36:07.451259 [ 265 ] {2bd1369f-f89a-4d62-9842-5604fcc96f4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3467 2025.01.02 23:36:07.451615 [ 265 ] {2bd1369f-f89a-4d62-9842-5604fcc96f4b} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3468 2025.01.02 23:36:07.451853 [ 265 ] {2bd1369f-f89a-4d62-9842-5604fcc96f4b} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3469 2025.01.02 23:36:07.452067 [ 265 ] {2bd1369f-f89a-4d62-9842-5604fcc96f4b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001617 sec., 8658.008658008659 rows/sec., 606.35 KiB/sec.
3470 2025.01.02 23:36:07.452120 [ 265 ] {2bd1369f-f89a-4d62-9842-5604fcc96f4b} <Debug> TCPHandler: Processed in 0.001844194 sec.
3471 2025.01.02 23:36:07.452268 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3472 2025.01.02 23:36:07.452384 [ 260 ] {3c3f4037-9751-46db-bb37-dfb9327e3bd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3473 2025.01.02 23:36:07.452432 [ 260 ] {3c3f4037-9751-46db-bb37-dfb9327e3bd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3474 2025.01.02 23:36:07.453006 [ 260 ] {3c3f4037-9751-46db-bb37-dfb9327e3bd6} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3475 2025.01.02 23:36:07.453047 [ 260 ] {3c3f4037-9751-46db-bb37-dfb9327e3bd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3476 2025.01.02 23:36:07.453417 [ 260 ] {3c3f4037-9751-46db-bb37-dfb9327e3bd6} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3477 2025.01.02 23:36:07.453661 [ 260 ] {3c3f4037-9751-46db-bb37-dfb9327e3bd6} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3478 2025.01.02 23:36:07.453903 [ 260 ] {3c3f4037-9751-46db-bb37-dfb9327e3bd6} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001537 sec., 8458.035133376708 rows/sec., 527.36 KiB/sec.
3479 2025.01.02 23:36:07.453993 [ 260 ] {3c3f4037-9751-46db-bb37-dfb9327e3bd6} <Debug> TCPHandler: Processed in 0.001780413 sec.
3480 2025.01.02 23:36:07.454129 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3481 2025.01.02 23:36:07.454267 [ 265 ] {5d506bc0-eae7-446b-b658-4aaca19fc9be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3482 2025.01.02 23:36:07.454324 [ 265 ] {5d506bc0-eae7-446b-b658-4aaca19fc9be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3483 2025.01.02 23:36:07.455175 [ 265 ] {5d506bc0-eae7-446b-b658-4aaca19fc9be} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3484 2025.01.02 23:36:07.455215 [ 265 ] {5d506bc0-eae7-446b-b658-4aaca19fc9be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3485 2025.01.02 23:36:07.455607 [ 265 ] {5d506bc0-eae7-446b-b658-4aaca19fc9be} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3486 2025.01.02 23:36:07.455851 [ 265 ] {5d506bc0-eae7-446b-b658-4aaca19fc9be} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3487 2025.01.02 23:36:07.456068 [ 265 ] {5d506bc0-eae7-446b-b658-4aaca19fc9be} <Debug> executeQuery: Read 414 rows, 30.24 KiB in 0.001832 sec., 225982.5327510917 rows/sec., 16.12 MiB/sec.
3488 2025.01.02 23:36:07.456122 [ 265 ] {5d506bc0-eae7-446b-b658-4aaca19fc9be} <Debug> TCPHandler: Processed in 0.002047217 sec.
3489 2025.01.02 23:36:07.456305 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3490 2025.01.02 23:36:07.456428 [ 260 ] {246a9e12-66fc-44f2-aca9-76c6096d416d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
3491 2025.01.02 23:36:07.456478 [ 260 ] {246a9e12-66fc-44f2-aca9-76c6096d416d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3492 2025.01.02 23:36:07.456991 [ 260 ] {246a9e12-66fc-44f2-aca9-76c6096d416d} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3493 2025.01.02 23:36:07.457030 [ 260 ] {246a9e12-66fc-44f2-aca9-76c6096d416d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3494 2025.01.02 23:36:07.457397 [ 260 ] {246a9e12-66fc-44f2-aca9-76c6096d416d} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3495 2025.01.02 23:36:07.457626 [ 260 ] {246a9e12-66fc-44f2-aca9-76c6096d416d} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3496 2025.01.02 23:36:07.457845 [ 260 ] {246a9e12-66fc-44f2-aca9-76c6096d416d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001442 sec., 4160.887656033287 rows/sec., 217.39 KiB/sec.
3497 2025.01.02 23:36:07.457897 [ 260 ] {246a9e12-66fc-44f2-aca9-76c6096d416d} <Debug> TCPHandler: Processed in 0.001660372 sec.
3498 2025.01.02 23:36:07.458049 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3499 2025.01.02 23:36:07.458172 [ 265 ] {75148387-c0d1-4975-b60d-b417e2b07590} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3500 2025.01.02 23:36:07.458235 [ 265 ] {75148387-c0d1-4975-b60d-b417e2b07590} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3501 2025.01.02 23:36:07.458911 [ 265 ] {75148387-c0d1-4975-b60d-b417e2b07590} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3502 2025.01.02 23:36:07.458956 [ 265 ] {75148387-c0d1-4975-b60d-b417e2b07590} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3503 2025.01.02 23:36:07.459381 [ 265 ] {75148387-c0d1-4975-b60d-b417e2b07590} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3504 2025.01.02 23:36:07.459616 [ 265 ] {75148387-c0d1-4975-b60d-b417e2b07590} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3505 2025.01.02 23:36:07.459835 [ 265 ] {75148387-c0d1-4975-b60d-b417e2b07590} <Debug> executeQuery: Read 227 rows, 15.50 KiB in 0.001695 sec., 133923.30383480826 rows/sec., 8.93 MiB/sec.
3506 2025.01.02 23:36:07.459887 [ 265 ] {75148387-c0d1-4975-b60d-b417e2b07590} <Debug> TCPHandler: Processed in 0.001893565 sec.
3507 2025.01.02 23:36:07.460034 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3508 2025.01.02 23:36:07.460156 [ 260 ] {fccc1035-ce72-4c6a-99cd-5d9352287746} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
3509 2025.01.02 23:36:07.460216 [ 260 ] {fccc1035-ce72-4c6a-99cd-5d9352287746} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3510 2025.01.02 23:36:07.460772 [ 260 ] {fccc1035-ce72-4c6a-99cd-5d9352287746} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3511 2025.01.02 23:36:07.460817 [ 260 ] {fccc1035-ce72-4c6a-99cd-5d9352287746} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3512 2025.01.02 23:36:07.461229 [ 260 ] {fccc1035-ce72-4c6a-99cd-5d9352287746} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3513 2025.01.02 23:36:07.461467 [ 260 ] {fccc1035-ce72-4c6a-99cd-5d9352287746} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3514 2025.01.02 23:36:07.461631 [ 131 ] {} <Debug> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3515 2025.01.02 23:36:07.461701 [ 260 ] {fccc1035-ce72-4c6a-99cd-5d9352287746} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001572 sec., 636.1323155216285 rows/sec., 42.86 KiB/sec.
3516 2025.01.02 23:36:07.461723 [ 131 ] {} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3517 2025.01.02 23:36:07.461796 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3518 2025.01.02 23:36:07.461823 [ 260 ] {fccc1035-ce72-4c6a-99cd-5d9352287746} <Debug> TCPHandler: Processed in 0.001834284 sec.
3519 2025.01.02 23:36:07.462062 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3520 2025.01.02 23:36:07.462198 [ 198 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full
3521 2025.01.02 23:36:07.462259 [ 265 ] {b29a3a56-7194-4e60-9010-c7246fd29aad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3522 2025.01.02 23:36:07.462383 [ 198 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3523 2025.01.02 23:36:07.462383 [ 265 ] {b29a3a56-7194-4e60-9010-c7246fd29aad} <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
3524 2025.01.02 23:36:07.462429 [ 198 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 7 rows starting from the beginning of the part
3525 2025.01.02 23:36:07.462654 [ 198 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2 rows starting from the beginning of the part
3526 2025.01.02 23:36:07.463062 [ 198 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part
3527 2025.01.02 23:36:07.463433 [ 198 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part
3528 2025.01.02 23:36:07.463743 [ 198 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part
3529 2025.01.02 23:36:07.464125 [ 198 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part
3530 2025.01.02 23:36:07.466241 [ 198 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 13 rows, containing 4 columns (4 merged, 0 gathered) in 0.004295847 sec., 3026.1785394126 rows/sec., 202.09 KiB/sec.
3531 2025.01.02 23:36:07.466385 [ 198 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3532 2025.01.02 23:36:07.466390 [ 265 ] {b29a3a56-7194-4e60-9010-c7246fd29aad} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3533 2025.01.02 23:36:07.466440 [ 265 ] {b29a3a56-7194-4e60-9010-c7246fd29aad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3534 2025.01.02 23:36:07.466738 [ 198 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_11_2} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3535 2025.01.02 23:36:07.466847 [ 198 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_11_2} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3536 2025.01.02 23:36:07.467011 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
3537 2025.01.02 23:36:07.467330 [ 265 ] {b29a3a56-7194-4e60-9010-c7246fd29aad} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3538 2025.01.02 23:36:07.467591 [ 265 ] {b29a3a56-7194-4e60-9010-c7246fd29aad} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3539 2025.01.02 23:36:07.467784 [ 131 ] {} <Debug> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3540 2025.01.02 23:36:07.467856 [ 131 ] {} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3541 2025.01.02 23:36:07.467896 [ 265 ] {b29a3a56-7194-4e60-9010-c7246fd29aad} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.005664 sec., 7062.146892655367 rows/sec., 12.66 MiB/sec.
3542 2025.01.02 23:36:07.467905 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3543 2025.01.02 23:36:07.468189 [ 202 ] {cc79507e-c368-4663-95ab-c05f18185f75::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
3544 2025.01.02 23:36:07.468202 [ 265 ] {b29a3a56-7194-4e60-9010-c7246fd29aad} <Debug> TCPHandler: Processed in 0.006282233 sec.
3545 2025.01.02 23:36:07.468430 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3546 2025.01.02 23:36:07.468599 [ 202 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3547 2025.01.02 23:36:07.468699 [ 260 ] {7f3051de-e7c4-433e-9f69-9416f105c942} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3548 2025.01.02 23:36:07.468728 [ 202 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 150 rows starting from the beginning of the part
3549 2025.01.02 23:36:07.468806 [ 260 ] {7f3051de-e7c4-433e-9f69-9416f105c942} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3550 2025.01.02 23:36:07.469544 [ 202 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 40 rows starting from the beginning of the part
3551 2025.01.02 23:36:07.470248 [ 202 ] {cc79507e-c368-4663-95ab-c05f18185f75::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
3552 2025.01.02 23:36:07.470896 [ 202 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 40 rows starting from the beginning of the part
3553 2025.01.02 23:36:07.471056 [ 260 ] {7f3051de-e7c4-433e-9f69-9416f105c942} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3554 2025.01.02 23:36:07.471269 [ 260 ] {7f3051de-e7c4-433e-9f69-9416f105c942} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3555 2025.01.02 23:36:07.471625 [ 202 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 40 rows starting from the beginning of the part
3556 2025.01.02 23:36:07.472199 [ 202 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 40 rows starting from the beginning of the part
3557 2025.01.02 23:36:07.472962 [ 260 ] {7f3051de-e7c4-433e-9f69-9416f105c942} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3558 2025.01.02 23:36:07.473483 [ 260 ] {7f3051de-e7c4-433e-9f69-9416f105c942} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3559 2025.01.02 23:36:07.474169 [ 260 ] {7f3051de-e7c4-433e-9f69-9416f105c942} <Debug> executeQuery: Read 72 rows, 4.70 KiB in 0.005531 sec., 13017.537515819924 rows/sec., 850.32 KiB/sec.
3560 2025.01.02 23:36:07.474282 [ 260 ] {7f3051de-e7c4-433e-9f69-9416f105c942} <Debug> TCPHandler: Processed in 0.005961308 sec.
3561 2025.01.02 23:36:07.476666 [ 193 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 350 rows, containing 19 columns (19 merged, 0 gathered) in 0.008615494 sec., 40624.48421413793 rows/sec., 72.80 MiB/sec.
3562 2025.01.02 23:36:07.477282 [ 191 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3563 2025.01.02 23:36:07.477688 [ 191 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3564 2025.01.02 23:36:07.477769 [ 191 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3565 2025.01.02 23:36:07.477870 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.82 MiB.
3566 2025.01.02 23:36:10.523255 [ 128 ] {} <Debug> DNSResolver: Updating DNS cache
3567 2025.01.02 23:36:10.523321 [ 128 ] {} <Debug> DNSResolver: Updated DNS cache
3568 2025.01.02 23:36:10.622205 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8296
3569 2025.01.02 23:36:10.622866 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3570 2025.01.02 23:36:10.622924 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3571 2025.01.02 23:36:10.623469 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3572 2025.01.02 23:36:10.623742 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3573 2025.01.02 23:36:10.624010 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296
3574 2025.01.02 23:36:11.193391 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136
3575 2025.01.02 23:36:11.213187 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3576 2025.01.02 23:36:11.213237 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3577 2025.01.02 23:36:11.220923 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3578 2025.01.02 23:36:11.221687 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3579 2025.01.02 23:36:11.224252 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136
3580 2025.01.02 23:36:12.436009 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3581 2025.01.02 23:36:12.436196 [ 260 ] {6abd9848-7770-4ab7-8932-a49abdb8345f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3582 2025.01.02 23:36:12.436264 [ 260 ] {6abd9848-7770-4ab7-8932-a49abdb8345f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3583 2025.01.02 23:36:12.437036 [ 260 ] {6abd9848-7770-4ab7-8932-a49abdb8345f} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3584 2025.01.02 23:36:12.437086 [ 260 ] {6abd9848-7770-4ab7-8932-a49abdb8345f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3585 2025.01.02 23:36:12.437530 [ 260 ] {6abd9848-7770-4ab7-8932-a49abdb8345f} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3586 2025.01.02 23:36:12.437782 [ 260 ] {6abd9848-7770-4ab7-8932-a49abdb8345f} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3587 2025.01.02 23:36:12.437975 [ 126 ] {} <Debug> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3588 2025.01.02 23:36:12.438043 [ 260 ] {6abd9848-7770-4ab7-8932-a49abdb8345f} <Debug> executeQuery: Read 52 rows, 4.07 KiB in 0.001895 sec., 27440.633245382585 rows/sec., 2.10 MiB/sec.
3589 2025.01.02 23:36:12.438061 [ 126 ] {} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3590 2025.01.02 23:36:12.438136 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3591 2025.01.02 23:36:12.438187 [ 260 ] {6abd9848-7770-4ab7-8932-a49abdb8345f} <Debug> TCPHandler: Processed in 0.00230897 sec.
3592 2025.01.02 23:36:12.438378 [ 187 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::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
3593 2025.01.02 23:36:12.438454 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3594 2025.01.02 23:36:12.438553 [ 187 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3595 2025.01.02 23:36:12.438595 [ 187 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1426 rows starting from the beginning of the part
3596 2025.01.02 23:36:12.438632 [ 265 ] {925aba71-76c0-4a2f-921d-0efd58fe514e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3597 2025.01.02 23:36:12.438720 [ 187 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 52 rows starting from the beginning of the part
3598 2025.01.02 23:36:12.438762 [ 265 ] {925aba71-76c0-4a2f-921d-0efd58fe514e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3599 2025.01.02 23:36:12.439149 [ 187 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 279 rows starting from the beginning of the part
3600 2025.01.02 23:36:12.439475 [ 187 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1193 rows starting from the beginning of the part
3601 2025.01.02 23:36:12.439852 [ 187 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 279 rows starting from the beginning of the part
3602 2025.01.02 23:36:12.440210 [ 187 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 52 rows starting from the beginning of the part
3603 2025.01.02 23:36:12.441353 [ 265 ] {925aba71-76c0-4a2f-921d-0efd58fe514e} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3604 2025.01.02 23:36:12.441402 [ 265 ] {925aba71-76c0-4a2f-921d-0efd58fe514e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3605 2025.01.02 23:36:12.442031 [ 265 ] {925aba71-76c0-4a2f-921d-0efd58fe514e} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3606 2025.01.02 23:36:12.442306 [ 265 ] {925aba71-76c0-4a2f-921d-0efd58fe514e} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3607 2025.01.02 23:36:12.442492 [ 122 ] {} <Debug> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3608 2025.01.02 23:36:12.442571 [ 122 ] {} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3609 2025.01.02 23:36:12.442643 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3610 2025.01.02 23:36:12.442669 [ 265 ] {925aba71-76c0-4a2f-921d-0efd58fe514e} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.004073 sec., 13749.079302725264 rows/sec., 1.07 MiB/sec.
3611 2025.01.02 23:36:12.442976 [ 265 ] {925aba71-76c0-4a2f-921d-0efd58fe514e} <Debug> TCPHandler: Processed in 0.004653251 sec.
3612 2025.01.02 23:36:12.442986 [ 187 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3281 rows, containing 5 columns (5 merged, 0 gathered) in 0.004728173 sec., 693925.5395265783 rows/sec., 60.84 MiB/sec.
3613 2025.01.02 23:36:12.442993 [ 191 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::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
3614 2025.01.02 23:36:12.443165 [ 191 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3615 2025.01.02 23:36:12.443228 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3616 2025.01.02 23:36:12.443248 [ 187 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3617 2025.01.02 23:36:12.443244 [ 191 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 896 rows starting from the beginning of the part
3618 2025.01.02 23:36:12.443689 [ 191 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 56 rows starting from the beginning of the part
3619 2025.01.02 23:36:12.444219 [ 260 ] {6a587b53-7d90-41fe-9e63-a7ec4dc7ab60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3620 2025.01.02 23:36:12.444302 [ 191 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 414 rows starting from the beginning of the part
3621 2025.01.02 23:36:12.444400 [ 187 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_21_4} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3622 2025.01.02 23:36:12.444622 [ 260 ] {6a587b53-7d90-41fe-9e63-a7ec4dc7ab60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3623 2025.01.02 23:36:12.444867 [ 187 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_21_4} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3624 2025.01.02 23:36:12.444926 [ 191 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 514 rows starting from the beginning of the part
3625 2025.01.02 23:36:12.445148 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.86 MiB.
3626 2025.01.02 23:36:12.445386 [ 191 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 414 rows starting from the beginning of the part
3627 2025.01.02 23:36:12.445801 [ 191 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 56 rows starting from the beginning of the part
3628 2025.01.02 23:36:12.447293 [ 260 ] {6a587b53-7d90-41fe-9e63-a7ec4dc7ab60} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3629 2025.01.02 23:36:12.447375 [ 260 ] {6a587b53-7d90-41fe-9e63-a7ec4dc7ab60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3630 2025.01.02 23:36:12.448389 [ 260 ] {6a587b53-7d90-41fe-9e63-a7ec4dc7ab60} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3631 2025.01.02 23:36:12.448873 [ 191 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2350 rows, containing 5 columns (5 merged, 0 gathered) in 0.006117441 sec., 384147.5545084946 rows/sec., 29.40 MiB/sec.
3632 2025.01.02 23:36:12.448893 [ 260 ] {6a587b53-7d90-41fe-9e63-a7ec4dc7ab60} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3633 2025.01.02 23:36:12.449129 [ 122 ] {} <Debug> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3634 2025.01.02 23:36:12.449194 [ 190 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3635 2025.01.02 23:36:12.449217 [ 122 ] {} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3636 2025.01.02 23:36:12.449282 [ 260 ] {6a587b53-7d90-41fe-9e63-a7ec4dc7ab60} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.00555 sec., 27027.027027027027 rows/sec., 1.87 MiB/sec.
3637 2025.01.02 23:36:12.449298 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3638 2025.01.02 23:36:12.449624 [ 260 ] {6a587b53-7d90-41fe-9e63-a7ec4dc7ab60} <Debug> TCPHandler: Processed in 0.006533946 sec.
3639 2025.01.02 23:36:12.449856 [ 187 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::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
3640 2025.01.02 23:36:12.449972 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3641 2025.01.02 23:36:12.450218 [ 187 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3642 2025.01.02 23:36:12.450234 [ 200 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_21_4} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3643 2025.01.02 23:36:12.450281 [ 187 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 5222 rows starting from the beginning of the part
3644 2025.01.02 23:36:12.450283 [ 265 ] {d85581b7-6cc2-4d2a-9be5-a1ee40e1161e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3645 2025.01.02 23:36:12.450517 [ 265 ] {d85581b7-6cc2-4d2a-9be5-a1ee40e1161e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3646 2025.01.02 23:36:12.450732 [ 200 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_21_4} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3647 2025.01.02 23:36:12.450765 [ 187 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 150 rows starting from the beginning of the part
3648 2025.01.02 23:36:12.451248 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB.
3649 2025.01.02 23:36:12.451323 [ 187 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 227 rows starting from the beginning of the part
3650 2025.01.02 23:36:12.451601 [ 187 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 871 rows starting from the beginning of the part
3651 2025.01.02 23:36:12.451827 [ 187 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 227 rows starting from the beginning of the part
3652 2025.01.02 23:36:12.451981 [ 187 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 150 rows starting from the beginning of the part
3653 2025.01.02 23:36:12.452509 [ 265 ] {d85581b7-6cc2-4d2a-9be5-a1ee40e1161e} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3654 2025.01.02 23:36:12.452552 [ 265 ] {d85581b7-6cc2-4d2a-9be5-a1ee40e1161e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3655 2025.01.02 23:36:12.453056 [ 265 ] {d85581b7-6cc2-4d2a-9be5-a1ee40e1161e} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3656 2025.01.02 23:36:12.453387 [ 265 ] {d85581b7-6cc2-4d2a-9be5-a1ee40e1161e} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3657 2025.01.02 23:36:12.453549 [ 122 ] {} <Debug> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3658 2025.01.02 23:36:12.453585 [ 122 ] {} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3659 2025.01.02 23:36:12.453605 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3660 2025.01.02 23:36:12.453636 [ 265 ] {d85581b7-6cc2-4d2a-9be5-a1ee40e1161e} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.003432 sec., 14568.764568764567 rows/sec., 1022.94 KiB/sec.
3661 2025.01.02 23:36:12.453877 [ 265 ] {d85581b7-6cc2-4d2a-9be5-a1ee40e1161e} <Debug> TCPHandler: Processed in 0.004073364 sec.
3662 2025.01.02 23:36:12.454033 [ 192 ] {f089096f-6d35-4156-ac8a-e10ac4715594::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
3663 2025.01.02 23:36:12.454268 [ 192 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3664 2025.01.02 23:36:12.454314 [ 192 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 768 rows starting from the beginning of the part
3665 2025.01.02 23:36:12.454443 [ 192 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 50 rows starting from the beginning of the part
3666 2025.01.02 23:36:12.454553 [ 192 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 72 rows starting from the beginning of the part
3667 2025.01.02 23:36:12.455013 [ 192 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 50 rows starting from the beginning of the part
3668 2025.01.02 23:36:12.455463 [ 192 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 72 rows starting from the beginning of the part
3669 2025.01.02 23:36:12.455696 [ 195 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6847 rows, containing 5 columns (5 merged, 0 gathered) in 0.006194122 sec., 1105402.8319106405 rows/sec., 74.12 MiB/sec.
3670 2025.01.02 23:36:12.455754 [ 192 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 50 rows starting from the beginning of the part
3671 2025.01.02 23:36:12.456190 [ 187 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3672 2025.01.02 23:36:12.456763 [ 187 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3673 2025.01.02 23:36:12.456950 [ 187 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3674 2025.01.02 23:36:12.457110 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.41 MiB.
3675 2025.01.02 23:36:12.457637 [ 187 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1062 rows, containing 4 columns (4 merged, 0 gathered) in 0.003921801 sec., 270793.95410424954 rows/sec., 17.60 MiB/sec.
3676 2025.01.02 23:36:12.457870 [ 201 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3677 2025.01.02 23:36:12.458229 [ 201 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_21_4} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3678 2025.01.02 23:36:12.458328 [ 201 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_21_4} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3679 2025.01.02 23:36:12.458416 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB.
3680 2025.01.02 23:36:15.665168 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 520
3681 2025.01.02 23:36:15.668285 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3682 2025.01.02 23:36:15.668339 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3683 2025.01.02 23:36:15.669808 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3684 2025.01.02 23:36:15.670118 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3685 2025.01.02 23:36:15.670685 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 520
3686 2025.01.02 23:36:17.441990 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3687 2025.01.02 23:36:17.442178 [ 260 ] {560fac4d-53ce-4035-9de3-516aad524714} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3688 2025.01.02 23:36:17.442248 [ 260 ] {560fac4d-53ce-4035-9de3-516aad524714} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3689 2025.01.02 23:36:17.443000 [ 260 ] {560fac4d-53ce-4035-9de3-516aad524714} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3690 2025.01.02 23:36:17.443046 [ 260 ] {560fac4d-53ce-4035-9de3-516aad524714} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3691 2025.01.02 23:36:17.443482 [ 260 ] {560fac4d-53ce-4035-9de3-516aad524714} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3692 2025.01.02 23:36:17.443735 [ 260 ] {560fac4d-53ce-4035-9de3-516aad524714} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3693 2025.01.02 23:36:17.443965 [ 260 ] {560fac4d-53ce-4035-9de3-516aad524714} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001836 sec., 7625.272331154684 rows/sec., 548.92 KiB/sec.
3694 2025.01.02 23:36:17.444032 [ 260 ] {560fac4d-53ce-4035-9de3-516aad524714} <Debug> TCPHandler: Processed in 0.002171198 sec.
3695 2025.01.02 23:36:17.444300 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3696 2025.01.02 23:36:17.444520 [ 265 ] {21b45c41-8b31-4003-a5a5-bf185fd8a9ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
3697 2025.01.02 23:36:17.444595 [ 265 ] {21b45c41-8b31-4003-a5a5-bf185fd8a9ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
3698 2025.01.02 23:36:17.445349 [ 265 ] {21b45c41-8b31-4003-a5a5-bf185fd8a9ba} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3699 2025.01.02 23:36:17.445400 [ 265 ] {21b45c41-8b31-4003-a5a5-bf185fd8a9ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3700 2025.01.02 23:36:17.445834 [ 265 ] {21b45c41-8b31-4003-a5a5-bf185fd8a9ba} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
3701 2025.01.02 23:36:17.446104 [ 265 ] {21b45c41-8b31-4003-a5a5-bf185fd8a9ba} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3702 2025.01.02 23:36:17.446363 [ 265 ] {21b45c41-8b31-4003-a5a5-bf185fd8a9ba} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001899 sec., 5265.92943654555 rows/sec., 429.40 KiB/sec.
3703 2025.01.02 23:36:17.446459 [ 265 ] {21b45c41-8b31-4003-a5a5-bf185fd8a9ba} <Debug> TCPHandler: Processed in 0.00230223 sec.
3704 2025.01.02 23:36:17.446624 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3705 2025.01.02 23:36:17.446771 [ 260 ] {3f352c54-41aa-4035-9e71-851415fcb4f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3706 2025.01.02 23:36:17.446830 [ 260 ] {3f352c54-41aa-4035-9e71-851415fcb4f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3707 2025.01.02 23:36:17.447638 [ 260 ] {3f352c54-41aa-4035-9e71-851415fcb4f7} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3708 2025.01.02 23:36:17.447679 [ 260 ] {3f352c54-41aa-4035-9e71-851415fcb4f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3709 2025.01.02 23:36:17.448083 [ 260 ] {3f352c54-41aa-4035-9e71-851415fcb4f7} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3710 2025.01.02 23:36:17.448323 [ 260 ] {3f352c54-41aa-4035-9e71-851415fcb4f7} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3711 2025.01.02 23:36:17.448538 [ 260 ] {3f352c54-41aa-4035-9e71-851415fcb4f7} <Debug> executeQuery: Read 284 rows, 25.63 KiB in 0.001804 sec., 157427.93791574278 rows/sec., 13.88 MiB/sec.
3712 2025.01.02 23:36:17.448593 [ 260 ] {3f352c54-41aa-4035-9e71-851415fcb4f7} <Debug> TCPHandler: Processed in 0.002040757 sec.
3713 2025.01.02 23:36:17.448750 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3714 2025.01.02 23:36:17.448899 [ 265 ] {5570e3ff-77f3-4936-bc53-ddfbd0561185} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3715 2025.01.02 23:36:17.448959 [ 265 ] {5570e3ff-77f3-4936-bc53-ddfbd0561185} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3716 2025.01.02 23:36:17.449661 [ 265 ] {5570e3ff-77f3-4936-bc53-ddfbd0561185} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3717 2025.01.02 23:36:17.449702 [ 265 ] {5570e3ff-77f3-4936-bc53-ddfbd0561185} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3718 2025.01.02 23:36:17.450072 [ 265 ] {5570e3ff-77f3-4936-bc53-ddfbd0561185} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3719 2025.01.02 23:36:17.450314 [ 265 ] {5570e3ff-77f3-4936-bc53-ddfbd0561185} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3720 2025.01.02 23:36:17.450533 [ 265 ] {5570e3ff-77f3-4936-bc53-ddfbd0561185} <Debug> executeQuery: Read 57 rows, 4.16 KiB in 0.001671 sec., 34111.31059245961 rows/sec., 2.43 MiB/sec.
3721 2025.01.02 23:36:17.450589 [ 265 ] {5570e3ff-77f3-4936-bc53-ddfbd0561185} <Debug> TCPHandler: Processed in 0.001908105 sec.
3722 2025.01.02 23:36:17.450730 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3723 2025.01.02 23:36:17.450849 [ 260 ] {205d07b2-55e4-4b31-acff-8b6338242e6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3724 2025.01.02 23:36:17.450897 [ 260 ] {205d07b2-55e4-4b31-acff-8b6338242e6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3725 2025.01.02 23:36:17.451473 [ 260 ] {205d07b2-55e4-4b31-acff-8b6338242e6b} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3726 2025.01.02 23:36:17.451513 [ 260 ] {205d07b2-55e4-4b31-acff-8b6338242e6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3727 2025.01.02 23:36:17.451871 [ 260 ] {205d07b2-55e4-4b31-acff-8b6338242e6b} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3728 2025.01.02 23:36:17.452108 [ 260 ] {205d07b2-55e4-4b31-acff-8b6338242e6b} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3729 2025.01.02 23:36:17.452347 [ 260 ] {205d07b2-55e4-4b31-acff-8b6338242e6b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001521 sec., 9204.47074293228 rows/sec., 644.62 KiB/sec.
3730 2025.01.02 23:36:17.452528 [ 260 ] {205d07b2-55e4-4b31-acff-8b6338242e6b} <Debug> TCPHandler: Processed in 0.001849024 sec.
3731 2025.01.02 23:36:17.452711 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3732 2025.01.02 23:36:17.452852 [ 265 ] {dd36c3bd-edf2-43dd-accc-3cc59cc4c62a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3733 2025.01.02 23:36:17.452908 [ 265 ] {dd36c3bd-edf2-43dd-accc-3cc59cc4c62a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3734 2025.01.02 23:36:17.453564 [ 265 ] {dd36c3bd-edf2-43dd-accc-3cc59cc4c62a} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3735 2025.01.02 23:36:17.453603 [ 265 ] {dd36c3bd-edf2-43dd-accc-3cc59cc4c62a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3736 2025.01.02 23:36:17.453969 [ 265 ] {dd36c3bd-edf2-43dd-accc-3cc59cc4c62a} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3737 2025.01.02 23:36:17.454205 [ 265 ] {dd36c3bd-edf2-43dd-accc-3cc59cc4c62a} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3738 2025.01.02 23:36:17.454427 [ 265 ] {dd36c3bd-edf2-43dd-accc-3cc59cc4c62a} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001605 sec., 8099.688473520248 rows/sec., 505.01 KiB/sec.
3739 2025.01.02 23:36:17.454479 [ 265 ] {dd36c3bd-edf2-43dd-accc-3cc59cc4c62a} <Debug> TCPHandler: Processed in 0.001837684 sec.
3740 2025.01.02 23:36:17.454638 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3741 2025.01.02 23:36:17.454776 [ 260 ] {156ef4d3-e872-4333-95be-dd2cac18ce07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3742 2025.01.02 23:36:17.454832 [ 260 ] {156ef4d3-e872-4333-95be-dd2cac18ce07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3743 2025.01.02 23:36:17.455688 [ 260 ] {156ef4d3-e872-4333-95be-dd2cac18ce07} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3744 2025.01.02 23:36:17.455727 [ 260 ] {156ef4d3-e872-4333-95be-dd2cac18ce07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3745 2025.01.02 23:36:17.456111 [ 260 ] {156ef4d3-e872-4333-95be-dd2cac18ce07} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3746 2025.01.02 23:36:17.456349 [ 260 ] {156ef4d3-e872-4333-95be-dd2cac18ce07} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3747 2025.01.02 23:36:17.456608 [ 260 ] {156ef4d3-e872-4333-95be-dd2cac18ce07} <Debug> executeQuery: Read 424 rows, 31.06 KiB in 0.001862 sec., 227712.13748657357 rows/sec., 16.29 MiB/sec.
3748 2025.01.02 23:36:17.456805 [ 260 ] {156ef4d3-e872-4333-95be-dd2cac18ce07} <Debug> TCPHandler: Processed in 0.002234129 sec.
3749 2025.01.02 23:36:17.457001 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3750 2025.01.02 23:36:17.457139 [ 265 ] {2ce964a2-ac13-45b7-98d8-efe065502238} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
3751 2025.01.02 23:36:17.457198 [ 265 ] {2ce964a2-ac13-45b7-98d8-efe065502238} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3752 2025.01.02 23:36:17.457726 [ 265 ] {2ce964a2-ac13-45b7-98d8-efe065502238} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3753 2025.01.02 23:36:17.457766 [ 265 ] {2ce964a2-ac13-45b7-98d8-efe065502238} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3754 2025.01.02 23:36:17.458126 [ 265 ] {2ce964a2-ac13-45b7-98d8-efe065502238} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3755 2025.01.02 23:36:17.458369 [ 265 ] {2ce964a2-ac13-45b7-98d8-efe065502238} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3756 2025.01.02 23:36:17.458615 [ 265 ] {2ce964a2-ac13-45b7-98d8-efe065502238} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001501 sec., 3997.3351099267156 rows/sec., 208.85 KiB/sec.
3757 2025.01.02 23:36:17.458690 [ 265 ] {2ce964a2-ac13-45b7-98d8-efe065502238} <Debug> TCPHandler: Processed in 0.001783504 sec.
3758 2025.01.02 23:36:17.458836 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3759 2025.01.02 23:36:17.458974 [ 260 ] {d1f3c99c-dc3b-4416-a0fd-6d66d93cd473} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3760 2025.01.02 23:36:17.459036 [ 260 ] {d1f3c99c-dc3b-4416-a0fd-6d66d93cd473} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3761 2025.01.02 23:36:17.459694 [ 260 ] {d1f3c99c-dc3b-4416-a0fd-6d66d93cd473} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3762 2025.01.02 23:36:17.459732 [ 260 ] {d1f3c99c-dc3b-4416-a0fd-6d66d93cd473} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3763 2025.01.02 23:36:17.460125 [ 260 ] {d1f3c99c-dc3b-4416-a0fd-6d66d93cd473} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3764 2025.01.02 23:36:17.460371 [ 260 ] {d1f3c99c-dc3b-4416-a0fd-6d66d93cd473} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3765 2025.01.02 23:36:17.460624 [ 260 ] {d1f3c99c-dc3b-4416-a0fd-6d66d93cd473} <Debug> executeQuery: Read 232 rows, 15.86 KiB in 0.001682 sec., 137931.03448275864 rows/sec., 9.21 MiB/sec.
3766 2025.01.02 23:36:17.460861 [ 260 ] {d1f3c99c-dc3b-4416-a0fd-6d66d93cd473} <Debug> TCPHandler: Processed in 0.002084157 sec.
3767 2025.01.02 23:36:17.461042 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3768 2025.01.02 23:36:17.461188 [ 265 ] {e970c430-986a-469c-ac96-1c32c17baa33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
3769 2025.01.02 23:36:17.461249 [ 265 ] {e970c430-986a-469c-ac96-1c32c17baa33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3770 2025.01.02 23:36:17.461747 [ 265 ] {e970c430-986a-469c-ac96-1c32c17baa33} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3771 2025.01.02 23:36:17.461784 [ 265 ] {e970c430-986a-469c-ac96-1c32c17baa33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3772 2025.01.02 23:36:17.462143 [ 265 ] {e970c430-986a-469c-ac96-1c32c17baa33} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3773 2025.01.02 23:36:17.462381 [ 265 ] {e970c430-986a-469c-ac96-1c32c17baa33} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3774 2025.01.02 23:36:17.462589 [ 265 ] {e970c430-986a-469c-ac96-1c32c17baa33} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001441 sec., 693.9625260235947 rows/sec., 46.76 KiB/sec.
3775 2025.01.02 23:36:17.462639 [ 265 ] {e970c430-986a-469c-ac96-1c32c17baa33} <Debug> TCPHandler: Processed in 0.001664802 sec.
3776 2025.01.02 23:36:17.462825 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3777 2025.01.02 23:36:17.462963 [ 260 ] {bf92ac29-c7fe-4afe-8a6e-17d19195a482} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3778 2025.01.02 23:36:17.463058 [ 260 ] {bf92ac29-c7fe-4afe-8a6e-17d19195a482} <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
3779 2025.01.02 23:36:17.464337 [ 260 ] {bf92ac29-c7fe-4afe-8a6e-17d19195a482} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3780 2025.01.02 23:36:17.464383 [ 260 ] {bf92ac29-c7fe-4afe-8a6e-17d19195a482} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3781 2025.01.02 23:36:17.465054 [ 260 ] {bf92ac29-c7fe-4afe-8a6e-17d19195a482} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3782 2025.01.02 23:36:17.465310 [ 260 ] {bf92ac29-c7fe-4afe-8a6e-17d19195a482} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3783 2025.01.02 23:36:17.465575 [ 260 ] {bf92ac29-c7fe-4afe-8a6e-17d19195a482} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002642 sec., 15140.04542013626 rows/sec., 27.13 MiB/sec.
3784 2025.01.02 23:36:17.465700 [ 260 ] {bf92ac29-c7fe-4afe-8a6e-17d19195a482} <Debug> TCPHandler: Processed in 0.002943299 sec.
3785 2025.01.02 23:36:17.465861 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3786 2025.01.02 23:36:17.466001 [ 265 ] {004e9fd6-12c6-436a-baa0-459e86ad471c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3787 2025.01.02 23:36:17.466061 [ 265 ] {004e9fd6-12c6-436a-baa0-459e86ad471c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3788 2025.01.02 23:36:17.466619 [ 265 ] {004e9fd6-12c6-436a-baa0-459e86ad471c} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3789 2025.01.02 23:36:17.466659 [ 265 ] {004e9fd6-12c6-436a-baa0-459e86ad471c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3790 2025.01.02 23:36:17.467029 [ 265 ] {004e9fd6-12c6-436a-baa0-459e86ad471c} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3791 2025.01.02 23:36:17.467269 [ 265 ] {004e9fd6-12c6-436a-baa0-459e86ad471c} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3792 2025.01.02 23:36:17.467509 [ 265 ] {004e9fd6-12c6-436a-baa0-459e86ad471c} <Debug> executeQuery: Read 72 rows, 4.70 KiB in 0.001539 sec., 46783.62573099415 rows/sec., 2.98 MiB/sec.
3793 2025.01.02 23:36:17.467649 [ 265 ] {004e9fd6-12c6-436a-baa0-459e86ad471c} <Debug> TCPHandler: Processed in 0.001848855 sec.
3794 2025.01.02 23:36:18.124217 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8784
3795 2025.01.02 23:36:18.124866 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3796 2025.01.02 23:36:18.124910 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3797 2025.01.02 23:36:18.125429 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3798 2025.01.02 23:36:18.125689 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3799 2025.01.02 23:36:18.125914 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8784
3800 2025.01.02 23:36:18.724416 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144
3801 2025.01.02 23:36:18.744379 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3802 2025.01.02 23:36:18.744428 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3803 2025.01.02 23:36:18.751904 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3804 2025.01.02 23:36:18.752661 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3805 2025.01.02 23:36:18.755696 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144
3806 2025.01.02 23:36:22.436222 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3807 2025.01.02 23:36:22.436423 [ 260 ] {d31fa074-bff0-49dd-b974-c5fceffacdc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3808 2025.01.02 23:36:22.436496 [ 260 ] {d31fa074-bff0-49dd-b974-c5fceffacdc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3809 2025.01.02 23:36:22.437274 [ 260 ] {d31fa074-bff0-49dd-b974-c5fceffacdc6} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3810 2025.01.02 23:36:22.437337 [ 260 ] {d31fa074-bff0-49dd-b974-c5fceffacdc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3811 2025.01.02 23:36:22.437804 [ 260 ] {d31fa074-bff0-49dd-b974-c5fceffacdc6} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3812 2025.01.02 23:36:22.438064 [ 260 ] {d31fa074-bff0-49dd-b974-c5fceffacdc6} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3813 2025.01.02 23:36:22.438309 [ 260 ] {d31fa074-bff0-49dd-b974-c5fceffacdc6} <Debug> executeQuery: Read 52 rows, 4.07 KiB in 0.001937 sec., 26845.637583892618 rows/sec., 2.05 MiB/sec.
3814 2025.01.02 23:36:22.438378 [ 260 ] {d31fa074-bff0-49dd-b974-c5fceffacdc6} <Debug> TCPHandler: Processed in 0.00228926 sec.
3815 2025.01.02 23:36:22.438637 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3816 2025.01.02 23:36:22.438837 [ 265 ] {6eb1a64e-7fe7-4e53-a4df-b9c4c6c7053a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3817 2025.01.02 23:36:22.438916 [ 265 ] {6eb1a64e-7fe7-4e53-a4df-b9c4c6c7053a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3818 2025.01.02 23:36:22.439710 [ 265 ] {6eb1a64e-7fe7-4e53-a4df-b9c4c6c7053a} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3819 2025.01.02 23:36:22.439766 [ 265 ] {6eb1a64e-7fe7-4e53-a4df-b9c4c6c7053a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3820 2025.01.02 23:36:22.440209 [ 265 ] {6eb1a64e-7fe7-4e53-a4df-b9c4c6c7053a} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3821 2025.01.02 23:36:22.440461 [ 265 ] {6eb1a64e-7fe7-4e53-a4df-b9c4c6c7053a} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3822 2025.01.02 23:36:22.440705 [ 265 ] {6eb1a64e-7fe7-4e53-a4df-b9c4c6c7053a} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.001936 sec., 28925.619834710742 rows/sec., 2.26 MiB/sec.
3823 2025.01.02 23:36:22.440829 [ 265 ] {6eb1a64e-7fe7-4e53-a4df-b9c4c6c7053a} <Debug> TCPHandler: Processed in 0.002355131 sec.
3824 2025.01.02 23:36:22.440991 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3825 2025.01.02 23:36:22.441129 [ 260 ] {851976f5-0448-4eee-a4f2-0d2f0ee27e46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3826 2025.01.02 23:36:22.441190 [ 260 ] {851976f5-0448-4eee-a4f2-0d2f0ee27e46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3827 2025.01.02 23:36:22.441885 [ 260 ] {851976f5-0448-4eee-a4f2-0d2f0ee27e46} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3828 2025.01.02 23:36:22.441926 [ 260 ] {851976f5-0448-4eee-a4f2-0d2f0ee27e46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3829 2025.01.02 23:36:22.442319 [ 260 ] {851976f5-0448-4eee-a4f2-0d2f0ee27e46} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3830 2025.01.02 23:36:22.442568 [ 260 ] {851976f5-0448-4eee-a4f2-0d2f0ee27e46} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3831 2025.01.02 23:36:22.442831 [ 260 ] {851976f5-0448-4eee-a4f2-0d2f0ee27e46} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001687 sec., 88915.23414344991 rows/sec., 6.16 MiB/sec.
3832 2025.01.02 23:36:22.443018 [ 260 ] {851976f5-0448-4eee-a4f2-0d2f0ee27e46} <Debug> TCPHandler: Processed in 0.002050057 sec.
3833 2025.01.02 23:36:22.443247 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3834 2025.01.02 23:36:22.443393 [ 265 ] {f0643406-f550-40af-ada7-fcc77302ec72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3835 2025.01.02 23:36:22.443460 [ 265 ] {f0643406-f550-40af-ada7-fcc77302ec72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3836 2025.01.02 23:36:22.444021 [ 265 ] {f0643406-f550-40af-ada7-fcc77302ec72} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3837 2025.01.02 23:36:22.444063 [ 265 ] {f0643406-f550-40af-ada7-fcc77302ec72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3838 2025.01.02 23:36:22.444462 [ 265 ] {f0643406-f550-40af-ada7-fcc77302ec72} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3839 2025.01.02 23:36:22.444704 [ 265 ] {f0643406-f550-40af-ada7-fcc77302ec72} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3840 2025.01.02 23:36:22.444922 [ 265 ] {f0643406-f550-40af-ada7-fcc77302ec72} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001566 sec., 31928.480204342275 rows/sec., 2.19 MiB/sec.
3841 2025.01.02 23:36:22.444978 [ 265 ] {f0643406-f550-40af-ada7-fcc77302ec72} <Debug> TCPHandler: Processed in 0.001845195 sec.
3842 2025.01.02 23:36:25.523364 [ 103 ] {} <Debug> DNSResolver: Updating DNS cache
3843 2025.01.02 23:36:25.523423 [ 103 ] {} <Debug> DNSResolver: Updated DNS cache
3844 2025.01.02 23:36:25.626145 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9211
3845 2025.01.02 23:36:25.626887 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3846 2025.01.02 23:36:25.626948 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3847 2025.01.02 23:36:25.627608 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3848 2025.01.02 23:36:25.627887 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3849 2025.01.02 23:36:25.628153 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211
3850 2025.01.02 23:36:25.671007 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 552
3851 2025.01.02 23:36:25.674143 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3852 2025.01.02 23:36:25.674194 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3853 2025.01.02 23:36:25.675835 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3854 2025.01.02 23:36:25.676147 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3855 2025.01.02 23:36:25.677184 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 552
3856 2025.01.02 23:36:26.255852 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151
3857 2025.01.02 23:36:26.276090 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3858 2025.01.02 23:36:26.276142 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3859 2025.01.02 23:36:26.283754 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3860 2025.01.02 23:36:26.284523 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3861 2025.01.02 23:36:26.287023 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151
3862 2025.01.02 23:36:27.443099 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3863 2025.01.02 23:36:27.443393 [ 260 ] {60ee95bc-f622-463e-92cc-f7a636dc3d45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3864 2025.01.02 23:36:27.443502 [ 260 ] {60ee95bc-f622-463e-92cc-f7a636dc3d45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3865 2025.01.02 23:36:27.444419 [ 260 ] {60ee95bc-f622-463e-92cc-f7a636dc3d45} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3866 2025.01.02 23:36:27.444462 [ 260 ] {60ee95bc-f622-463e-92cc-f7a636dc3d45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3867 2025.01.02 23:36:27.444900 [ 260 ] {60ee95bc-f622-463e-92cc-f7a636dc3d45} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3868 2025.01.02 23:36:27.445157 [ 260 ] {60ee95bc-f622-463e-92cc-f7a636dc3d45} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3869 2025.01.02 23:36:27.445346 [ 99 ] {} <Debug> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0
3870 2025.01.02 23:36:27.445426 [ 260 ] {60ee95bc-f622-463e-92cc-f7a636dc3d45} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002107 sec., 6644.518272425249 rows/sec., 478.32 KiB/sec.
3871 2025.01.02 23:36:27.445432 [ 99 ] {} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3872 2025.01.02 23:36:27.445509 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3873 2025.01.02 23:36:27.445563 [ 260 ] {60ee95bc-f622-463e-92cc-f7a636dc3d45} <Debug> TCPHandler: Processed in 0.002646205 sec.
3874 2025.01.02 23:36:27.445774 [ 192 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_13_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_9_2 to all_13_13_0 into Compact with storage Full
3875 2025.01.02 23:36:27.445944 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3876 2025.01.02 23:36:27.445987 [ 192 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3877 2025.01.02 23:36:27.446048 [ 192 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 14 rows starting from the beginning of the part
3878 2025.01.02 23:36:27.446314 [ 192 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 14 rows starting from the beginning of the part
3879 2025.01.02 23:36:27.446376 [ 265 ] {fc2e901a-e906-4935-933a-902e5959ce1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3880 2025.01.02 23:36:27.446643 [ 265 ] {fc2e901a-e906-4935-933a-902e5959ce1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3881 2025.01.02 23:36:27.446674 [ 192 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 14 rows starting from the beginning of the part
3882 2025.01.02 23:36:27.447094 [ 192 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 14 rows starting from the beginning of the part
3883 2025.01.02 23:36:27.447345 [ 192 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 14 rows starting from the beginning of the part
3884 2025.01.02 23:36:27.449421 [ 265 ] {fc2e901a-e906-4935-933a-902e5959ce1e} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3885 2025.01.02 23:36:27.449509 [ 265 ] {fc2e901a-e906-4935-933a-902e5959ce1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3886 2025.01.02 23:36:27.449920 [ 192 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004295216 sec., 16297.201351457063 rows/sec., 1.21 MiB/sec.
3887 2025.01.02 23:36:27.450136 [ 192 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary)
3888 2025.01.02 23:36:27.450529 [ 265 ] {fc2e901a-e906-4935-933a-902e5959ce1e} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3889 2025.01.02 23:36:27.450769 [ 187 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_13_3} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3890 2025.01.02 23:36:27.450922 [ 265 ] {fc2e901a-e906-4935-933a-902e5959ce1e} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3891 2025.01.02 23:36:27.450934 [ 187 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_13_3} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3
3892 2025.01.02 23:36:27.451100 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
3893 2025.01.02 23:36:27.451267 [ 265 ] {fc2e901a-e906-4935-933a-902e5959ce1e} <Debug> executeQuery: Read 279 rows, 25.27 KiB in 0.005115 sec., 54545.45454545455 rows/sec., 4.82 MiB/sec.
3894 2025.01.02 23:36:27.451343 [ 265 ] {fc2e901a-e906-4935-933a-902e5959ce1e} <Debug> TCPHandler: Processed in 0.005616844 sec.
3895 2025.01.02 23:36:27.451507 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3896 2025.01.02 23:36:27.451632 [ 260 ] {b0d1067b-4388-45b3-a55d-6d26c2e81eac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3897 2025.01.02 23:36:27.451684 [ 260 ] {b0d1067b-4388-45b3-a55d-6d26c2e81eac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3898 2025.01.02 23:36:27.452301 [ 260 ] {b0d1067b-4388-45b3-a55d-6d26c2e81eac} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3899 2025.01.02 23:36:27.452341 [ 260 ] {b0d1067b-4388-45b3-a55d-6d26c2e81eac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3900 2025.01.02 23:36:27.452708 [ 260 ] {b0d1067b-4388-45b3-a55d-6d26c2e81eac} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3901 2025.01.02 23:36:27.452955 [ 260 ] {b0d1067b-4388-45b3-a55d-6d26c2e81eac} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3902 2025.01.02 23:36:27.453110 [ 99 ] {} <Debug> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0
3903 2025.01.02 23:36:27.453176 [ 99 ] {} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3904 2025.01.02 23:36:27.453213 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3905 2025.01.02 23:36:27.453233 [ 260 ] {b0d1067b-4388-45b3-a55d-6d26c2e81eac} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.001616 sec., 29084.158415841583 rows/sec., 2.09 MiB/sec.
3906 2025.01.02 23:36:27.453441 [ 260 ] {b0d1067b-4388-45b3-a55d-6d26c2e81eac} <Debug> TCPHandler: Processed in 0.001983396 sec.
3907 2025.01.02 23:36:27.453503 [ 192 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_10_2 to all_15_15_0 into Compact with storage Full
3908 2025.01.02 23:36:27.453695 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3909 2025.01.02 23:36:27.453696 [ 192 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3910 2025.01.02 23:36:27.453798 [ 192 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 55 rows starting from the beginning of the part
3911 2025.01.02 23:36:27.454033 [ 192 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 47 rows starting from the beginning of the part
3912 2025.01.02 23:36:27.454298 [ 265 ] {b83f2ad6-0230-48d6-9c94-6080ed7d6ad6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3913 2025.01.02 23:36:27.454315 [ 192 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 2 rows starting from the beginning of the part
3914 2025.01.02 23:36:27.454567 [ 265 ] {b83f2ad6-0230-48d6-9c94-6080ed7d6ad6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3915 2025.01.02 23:36:27.454613 [ 192 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 47 rows starting from the beginning of the part
3916 2025.01.02 23:36:27.454922 [ 192 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 57 rows starting from the beginning of the part
3917 2025.01.02 23:36:27.455243 [ 192 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 47 rows starting from the beginning of the part
3918 2025.01.02 23:36:27.457085 [ 265 ] {b83f2ad6-0230-48d6-9c94-6080ed7d6ad6} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3919 2025.01.02 23:36:27.457156 [ 265 ] {b83f2ad6-0230-48d6-9c94-6080ed7d6ad6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3920 2025.01.02 23:36:27.458164 [ 265 ] {b83f2ad6-0230-48d6-9c94-6080ed7d6ad6} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3921 2025.01.02 23:36:27.458181 [ 187 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 255 rows, containing 5 columns (5 merged, 0 gathered) in 0.004880584 sec., 52247.84574960701 rows/sec., 3.94 MiB/sec.
3922 2025.01.02 23:36:27.458347 [ 187 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary)
3923 2025.01.02 23:36:27.458460 [ 265 ] {b83f2ad6-0230-48d6-9c94-6080ed7d6ad6} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3924 2025.01.02 23:36:27.458699 [ 99 ] {} <Debug> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3925 2025.01.02 23:36:27.458806 [ 99 ] {} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3926 2025.01.02 23:36:27.458887 [ 265 ] {b83f2ad6-0230-48d6-9c94-6080ed7d6ad6} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004839 sec., 2893.159743748708 rows/sec., 202.62 KiB/sec.
3927 2025.01.02 23:36:27.458887 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3928 2025.01.02 23:36:27.458981 [ 187 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_15_3} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3929 2025.01.02 23:36:27.459302 [ 265 ] {b83f2ad6-0230-48d6-9c94-6080ed7d6ad6} <Debug> TCPHandler: Processed in 0.005742336 sec.
3930 2025.01.02 23:36:27.459605 [ 187 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_15_3} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3
3931 2025.01.02 23:36:27.459647 [ 199 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::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
3932 2025.01.02 23:36:27.459949 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB.
3933 2025.01.02 23:36:27.460051 [ 199 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3934 2025.01.02 23:36:27.460101 [ 199 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 244 rows starting from the beginning of the part
3935 2025.01.02 23:36:27.460108 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3936 2025.01.02 23:36:27.460284 [ 199 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 14 rows starting from the beginning of the part
3937 2025.01.02 23:36:27.460545 [ 260 ] {ce0a3734-fbbb-4244-ab66-065c907cf415} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3938 2025.01.02 23:36:27.460588 [ 199 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 228 rows starting from the beginning of the part
3939 2025.01.02 23:36:27.460701 [ 260 ] {ce0a3734-fbbb-4244-ab66-065c907cf415} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3940 2025.01.02 23:36:27.460885 [ 199 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 14 rows starting from the beginning of the part
3941 2025.01.02 23:36:27.461202 [ 199 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 14 rows starting from the beginning of the part
3942 2025.01.02 23:36:27.461488 [ 199 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 14 rows starting from the beginning of the part
3943 2025.01.02 23:36:27.463295 [ 260 ] {ce0a3734-fbbb-4244-ab66-065c907cf415} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3944 2025.01.02 23:36:27.463373 [ 260 ] {ce0a3734-fbbb-4244-ab66-065c907cf415} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3945 2025.01.02 23:36:27.464335 [ 260 ] {ce0a3734-fbbb-4244-ab66-065c907cf415} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3946 2025.01.02 23:36:27.464506 [ 192 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 528 rows, containing 5 columns (5 merged, 0 gathered) in 0.005399951 sec., 97778.66502862712 rows/sec., 7.00 MiB/sec.
3947 2025.01.02 23:36:27.464730 [ 192 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3948 2025.01.02 23:36:27.464819 [ 260 ] {ce0a3734-fbbb-4244-ab66-065c907cf415} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3949 2025.01.02 23:36:27.465081 [ 99 ] {} <Debug> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0
3950 2025.01.02 23:36:27.465197 [ 99 ] {} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3951 2025.01.02 23:36:27.465283 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3952 2025.01.02 23:36:27.465408 [ 260 ] {ce0a3734-fbbb-4244-ab66-065c907cf415} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.004966 sec., 2617.801047120419 rows/sec., 163.22 KiB/sec.
3953 2025.01.02 23:36:27.465440 [ 192 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_16_3} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3954 2025.01.02 23:36:27.465669 [ 199 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_13_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_9_2 to all_13_13_0 into Compact with storage Full
3955 2025.01.02 23:36:27.465764 [ 260 ] {ce0a3734-fbbb-4244-ab66-065c907cf415} <Debug> TCPHandler: Processed in 0.005741506 sec.
3956 2025.01.02 23:36:27.465796 [ 192 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_16_3} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3957 2025.01.02 23:36:27.466103 [ 199 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3958 2025.01.02 23:36:27.466105 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB.
3959 2025.01.02 23:36:27.466178 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3960 2025.01.02 23:36:27.466195 [ 199 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 13 rows starting from the beginning of the part
3961 2025.01.02 23:36:27.466382 [ 199 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 13 rows starting from the beginning of the part
3962 2025.01.02 23:36:27.466666 [ 199 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 13 rows starting from the beginning of the part
3963 2025.01.02 23:36:27.466733 [ 265 ] {97315629-ab12-44ce-b440-0a9dcab98ddd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3964 2025.01.02 23:36:27.466891 [ 199 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 13 rows starting from the beginning of the part
3965 2025.01.02 23:36:27.466957 [ 265 ] {97315629-ab12-44ce-b440-0a9dcab98ddd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3966 2025.01.02 23:36:27.467312 [ 199 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 13 rows starting from the beginning of the part
3967 2025.01.02 23:36:27.469525 [ 265 ] {97315629-ab12-44ce-b440-0a9dcab98ddd} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3968 2025.01.02 23:36:27.469591 [ 265 ] {97315629-ab12-44ce-b440-0a9dcab98ddd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3969 2025.01.02 23:36:27.469942 [ 192 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.00452372 sec., 14368.705401749003 rows/sec., 952.01 KiB/sec.
3970 2025.01.02 23:36:27.470162 [ 194 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary)
3971 2025.01.02 23:36:27.470303 [ 265 ] {97315629-ab12-44ce-b440-0a9dcab98ddd} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3972 2025.01.02 23:36:27.470591 [ 194 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_13_3} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3973 2025.01.02 23:36:27.470628 [ 265 ] {97315629-ab12-44ce-b440-0a9dcab98ddd} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3974 2025.01.02 23:36:27.470728 [ 194 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_13_3} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3
3975 2025.01.02 23:36:27.470919 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
3976 2025.01.02 23:36:27.470959 [ 265 ] {97315629-ab12-44ce-b440-0a9dcab98ddd} <Debug> executeQuery: Read 414 rows, 30.24 KiB in 0.004513 sec., 91734.98781298472 rows/sec., 6.54 MiB/sec.
3977 2025.01.02 23:36:27.471025 [ 265 ] {97315629-ab12-44ce-b440-0a9dcab98ddd} <Debug> TCPHandler: Processed in 0.005129327 sec.
3978 2025.01.02 23:36:27.471180 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3979 2025.01.02 23:36:27.471317 [ 260 ] {2a8f63a4-e154-46a8-90b6-8506208d13b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
3980 2025.01.02 23:36:27.471378 [ 260 ] {2a8f63a4-e154-46a8-90b6-8506208d13b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3981 2025.01.02 23:36:27.471943 [ 260 ] {2a8f63a4-e154-46a8-90b6-8506208d13b1} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3982 2025.01.02 23:36:27.471981 [ 260 ] {2a8f63a4-e154-46a8-90b6-8506208d13b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3983 2025.01.02 23:36:27.472349 [ 260 ] {2a8f63a4-e154-46a8-90b6-8506208d13b1} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3984 2025.01.02 23:36:27.472593 [ 260 ] {2a8f63a4-e154-46a8-90b6-8506208d13b1} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3985 2025.01.02 23:36:27.472814 [ 260 ] {2a8f63a4-e154-46a8-90b6-8506208d13b1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001528 sec., 3926.7015706806283 rows/sec., 205.15 KiB/sec.
3986 2025.01.02 23:36:27.472868 [ 260 ] {2a8f63a4-e154-46a8-90b6-8506208d13b1} <Debug> TCPHandler: Processed in 0.001753413 sec.
3987 2025.01.02 23:36:27.473076 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3988 2025.01.02 23:36:27.473299 [ 265 ] {a8b55191-1d6c-4215-99b3-3590b278d216} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3989 2025.01.02 23:36:27.473395 [ 265 ] {a8b55191-1d6c-4215-99b3-3590b278d216} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3990 2025.01.02 23:36:27.474614 [ 265 ] {a8b55191-1d6c-4215-99b3-3590b278d216} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3991 2025.01.02 23:36:27.474659 [ 265 ] {a8b55191-1d6c-4215-99b3-3590b278d216} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
3992 2025.01.02 23:36:27.475064 [ 265 ] {a8b55191-1d6c-4215-99b3-3590b278d216} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3993 2025.01.02 23:36:27.475305 [ 265 ] {a8b55191-1d6c-4215-99b3-3590b278d216} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3994 2025.01.02 23:36:27.475521 [ 265 ] {a8b55191-1d6c-4215-99b3-3590b278d216} <Debug> executeQuery: Read 227 rows, 15.50 KiB in 0.002277 sec., 99692.57795344752 rows/sec., 6.65 MiB/sec.
3995 2025.01.02 23:36:27.475576 [ 265 ] {a8b55191-1d6c-4215-99b3-3590b278d216} <Debug> TCPHandler: Processed in 0.002611624 sec.
3996 2025.01.02 23:36:27.475737 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3997 2025.01.02 23:36:27.475874 [ 260 ] {badc780f-15bf-4611-a5ac-1a74191729d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
3998 2025.01.02 23:36:27.475934 [ 260 ] {badc780f-15bf-4611-a5ac-1a74191729d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3999 2025.01.02 23:36:27.476489 [ 260 ] {badc780f-15bf-4611-a5ac-1a74191729d4} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4000 2025.01.02 23:36:27.476537 [ 260 ] {badc780f-15bf-4611-a5ac-1a74191729d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4001 2025.01.02 23:36:27.476950 [ 260 ] {badc780f-15bf-4611-a5ac-1a74191729d4} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4002 2025.01.02 23:36:27.477190 [ 260 ] {badc780f-15bf-4611-a5ac-1a74191729d4} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4003 2025.01.02 23:36:27.477406 [ 260 ] {badc780f-15bf-4611-a5ac-1a74191729d4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001562 sec., 640.2048655569782 rows/sec., 43.14 KiB/sec.
4004 2025.01.02 23:36:27.477458 [ 260 ] {badc780f-15bf-4611-a5ac-1a74191729d4} <Debug> TCPHandler: Processed in 0.001790614 sec.
4005 2025.01.02 23:36:27.477598 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4006 2025.01.02 23:36:27.477711 [ 265 ] {6bb6f045-298b-480c-9651-24b5e60b7e1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4007 2025.01.02 23:36:27.477791 [ 265 ] {6bb6f045-298b-480c-9651-24b5e60b7e1a} <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
4008 2025.01.02 23:36:27.479026 [ 265 ] {6bb6f045-298b-480c-9651-24b5e60b7e1a} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4009 2025.01.02 23:36:27.479066 [ 265 ] {6bb6f045-298b-480c-9651-24b5e60b7e1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4010 2025.01.02 23:36:27.479747 [ 265 ] {6bb6f045-298b-480c-9651-24b5e60b7e1a} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4011 2025.01.02 23:36:27.480007 [ 265 ] {6bb6f045-298b-480c-9651-24b5e60b7e1a} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4012 2025.01.02 23:36:27.480246 [ 265 ] {6bb6f045-298b-480c-9651-24b5e60b7e1a} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002558 sec., 15637.21657544957 rows/sec., 28.02 MiB/sec.
4013 2025.01.02 23:36:27.480370 [ 265 ] {6bb6f045-298b-480c-9651-24b5e60b7e1a} <Debug> TCPHandler: Processed in 0.002825737 sec.
4014 2025.01.02 23:36:27.480529 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4015 2025.01.02 23:36:27.480667 [ 260 ] {658dd180-ae05-4c9f-90ab-116a3a99c4ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4016 2025.01.02 23:36:27.480725 [ 260 ] {658dd180-ae05-4c9f-90ab-116a3a99c4ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4017 2025.01.02 23:36:27.481240 [ 260 ] {658dd180-ae05-4c9f-90ab-116a3a99c4ec} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4018 2025.01.02 23:36:27.481278 [ 260 ] {658dd180-ae05-4c9f-90ab-116a3a99c4ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4019 2025.01.02 23:36:27.481650 [ 260 ] {658dd180-ae05-4c9f-90ab-116a3a99c4ec} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
4020 2025.01.02 23:36:27.481889 [ 260 ] {658dd180-ae05-4c9f-90ab-116a3a99c4ec} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4021 2025.01.02 23:36:27.482112 [ 260 ] {658dd180-ae05-4c9f-90ab-116a3a99c4ec} <Debug> executeQuery: Read 72 rows, 4.70 KiB in 0.001476 sec., 48780.487804878045 rows/sec., 3.11 MiB/sec.
4022 2025.01.02 23:36:27.482169 [ 260 ] {658dd180-ae05-4c9f-90ab-116a3a99c4ec} <Debug> TCPHandler: Processed in 0.001705463 sec.
4023 2025.01.02 23:36:30.616223 [ 94 ] {} <Debug> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
4024 2025.01.02 23:36:30.616301 [ 94 ] {} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4025 2025.01.02 23:36:30.616324 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4026 2025.01.02 23:36:30.616484 [ 188 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::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
4027 2025.01.02 23:36:30.616662 [ 188 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4028 2025.01.02 23:36:30.616699 [ 188 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 4 rows starting from the beginning of the part
4029 2025.01.02 23:36:30.616780 [ 188 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::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
4030 2025.01.02 23:36:30.616872 [ 188 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::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
4031 2025.01.02 23:36:30.617119 [ 188 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part
4032 2025.01.02 23:36:30.617239 [ 188 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 10 rows starting from the beginning of the part
4033 2025.01.02 23:36:30.618322 [ 194 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20 rows, containing 5 columns (5 merged, 0 gathered) in 0.001931135 sec., 10356.603758929334 rows/sec., 884.96 KiB/sec.
4034 2025.01.02 23:36:30.618473 [ 192 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
4035 2025.01.02 23:36:30.618773 [ 192 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::all_1_5_1} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4036 2025.01.02 23:36:30.618852 [ 192 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::all_1_5_1} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
4037 2025.01.02 23:36:30.618927 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
4038 2025.01.02 23:36:32.460971 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4039 2025.01.02 23:36:32.461269 [ 260 ] {d87d3784-062f-405c-ac7c-d8b83314e1e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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)
4040 2025.01.02 23:36:32.461764 [ 260 ] {d87d3784-062f-405c-ac7c-d8b83314e1e8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
4041 2025.01.02 23:36:32.461826 [ 260 ] {d87d3784-062f-405c-ac7c-d8b83314e1e8} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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
4042 2025.01.02 23:36:32.462233 [ 260 ] {d87d3784-062f-405c-ac7c-d8b83314e1e8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
4043 2025.01.02 23:36:32.462313 [ 260 ] {d87d3784-062f-405c-ac7c-d8b83314e1e8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
4044 2025.01.02 23:36:32.462488 [ 260 ] {d87d3784-062f-405c-ac7c-d8b83314e1e8} <Debug> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Key condition: (column 0 notIn 39-element set)
4045 2025.01.02 23:36:32.462712 [ 296 ] {d87d3784-062f-405c-ac7c-d8b83314e1e8} <Trace> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
4046 2025.01.02 23:36:32.462757 [ 299 ] {d87d3784-062f-405c-ac7c-d8b83314e1e8} <Trace> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
4047 2025.01.02 23:36:32.462743 [ 301 ] {d87d3784-062f-405c-ac7c-d8b83314e1e8} <Trace> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
4048 2025.01.02 23:36:32.462712 [ 298 ] {d87d3784-062f-405c-ac7c-d8b83314e1e8} <Trace> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
4049 2025.01.02 23:36:32.462944 [ 260 ] {d87d3784-062f-405c-ac7c-d8b83314e1e8} <Debug> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges
4050 2025.01.02 23:36:32.462974 [ 260 ] {d87d3784-062f-405c-ac7c-d8b83314e1e8} <Trace> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Spreading mark ranges among streams (default reading)
4051 2025.01.02 23:36:32.463091 [ 260 ] {d87d3784-062f-405c-ac7c-d8b83314e1e8} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
4052 2025.01.02 23:36:32.463114 [ 260 ] {d87d3784-062f-405c-ac7c-d8b83314e1e8} <Debug> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Reading approx. 38 rows with 3 streams
4053 2025.01.02 23:36:32.463156 [ 260 ] {d87d3784-062f-405c-ac7c-d8b83314e1e8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
4054 2025.01.02 23:36:32.463204 [ 260 ] {d87d3784-062f-405c-ac7c-d8b83314e1e8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
4055 2025.01.02 23:36:32.463245 [ 260 ] {d87d3784-062f-405c-ac7c-d8b83314e1e8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
4056 2025.01.02 23:36:32.464814 [ 260 ] {d87d3784-062f-405c-ac7c-d8b83314e1e8} <Debug> executeQuery: Read 38 rows, 1.44 KiB in 0.003688 sec., 10303.687635574837 rows/sec., 389.51 KiB/sec.
4057 2025.01.02 23:36:32.465002 [ 260 ] {d87d3784-062f-405c-ac7c-d8b83314e1e8} <Debug> TCPHandler: Processed in 0.004166075 sec.
4058 2025.01.02 23:36:32.465457 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4059 2025.01.02 23:36:32.465736 [ 265 ] {ad083f9e-726d-403c-9108-fcf8aea52806} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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)
4060 2025.01.02 23:36:32.466200 [ 265 ] {ad083f9e-726d-403c-9108-fcf8aea52806} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
4061 2025.01.02 23:36:32.466256 [ 265 ] {ad083f9e-726d-403c-9108-fcf8aea52806} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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
4062 2025.01.02 23:36:32.466636 [ 265 ] {ad083f9e-726d-403c-9108-fcf8aea52806} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
4063 2025.01.02 23:36:32.466716 [ 265 ] {ad083f9e-726d-403c-9108-fcf8aea52806} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
4064 2025.01.02 23:36:32.466882 [ 265 ] {ad083f9e-726d-403c-9108-fcf8aea52806} <Debug> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Key condition: (column 0 notIn 40-element set)
4065 2025.01.02 23:36:32.467031 [ 298 ] {ad083f9e-726d-403c-9108-fcf8aea52806} <Trace> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
4066 2025.01.02 23:36:32.467064 [ 296 ] {ad083f9e-726d-403c-9108-fcf8aea52806} <Trace> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
4067 2025.01.02 23:36:32.467098 [ 299 ] {ad083f9e-726d-403c-9108-fcf8aea52806} <Trace> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
4068 2025.01.02 23:36:32.467122 [ 301 ] {ad083f9e-726d-403c-9108-fcf8aea52806} <Trace> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
4069 2025.01.02 23:36:32.467264 [ 265 ] {ad083f9e-726d-403c-9108-fcf8aea52806} <Debug> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges
4070 2025.01.02 23:36:32.467296 [ 265 ] {ad083f9e-726d-403c-9108-fcf8aea52806} <Trace> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Spreading mark ranges among streams (default reading)
4071 2025.01.02 23:36:32.467413 [ 265 ] {ad083f9e-726d-403c-9108-fcf8aea52806} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
4072 2025.01.02 23:36:32.467434 [ 265 ] {ad083f9e-726d-403c-9108-fcf8aea52806} <Debug> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Reading approx. 38 rows with 3 streams
4073 2025.01.02 23:36:32.467476 [ 265 ] {ad083f9e-726d-403c-9108-fcf8aea52806} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
4074 2025.01.02 23:36:32.467588 [ 265 ] {ad083f9e-726d-403c-9108-fcf8aea52806} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
4075 2025.01.02 23:36:32.467635 [ 265 ] {ad083f9e-726d-403c-9108-fcf8aea52806} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
4076 2025.01.02 23:36:32.469141 [ 265 ] {ad083f9e-726d-403c-9108-fcf8aea52806} <Debug> executeQuery: Read 38 rows, 1.44 KiB in 0.003538 sec., 10740.531373657434 rows/sec., 406.03 KiB/sec.
4077 2025.01.02 23:36:32.469356 [ 265 ] {ad083f9e-726d-403c-9108-fcf8aea52806} <Debug> TCPHandler: Processed in 0.004033563 sec.
4078 2025.01.02 23:36:32.469660 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4079 2025.01.02 23:36:32.469889 [ 260 ] {27819ecf-91ea-4704-bb87-c9f346a6df89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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_data_link:link_enabled', 'switch_data_link:link_up', '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)
4080 2025.01.02 23:36:32.470264 [ 260 ] {27819ecf-91ea-4704-bb87-c9f346a6df89} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
4081 2025.01.02 23:36:32.470315 [ 260 ] {27819ecf-91ea-4704-bb87-c9f346a6df89} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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_data_link:link_enabled', 'switch_data_link:link_up', '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
4082 2025.01.02 23:36:32.470654 [ 260 ] {27819ecf-91ea-4704-bb87-c9f346a6df89} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
4083 2025.01.02 23:36:32.470721 [ 260 ] {27819ecf-91ea-4704-bb87-c9f346a6df89} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
4084 2025.01.02 23:36:32.470869 [ 260 ] {27819ecf-91ea-4704-bb87-c9f346a6df89} <Debug> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Key condition: (column 0 notIn 41-element set)
4085 2025.01.02 23:36:32.471009 [ 298 ] {27819ecf-91ea-4704-bb87-c9f346a6df89} <Trace> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
4086 2025.01.02 23:36:32.471009 [ 296 ] {27819ecf-91ea-4704-bb87-c9f346a6df89} <Trace> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
4087 2025.01.02 23:36:32.471125 [ 301 ] {27819ecf-91ea-4704-bb87-c9f346a6df89} <Trace> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
4088 2025.01.02 23:36:32.471129 [ 299 ] {27819ecf-91ea-4704-bb87-c9f346a6df89} <Trace> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
4089 2025.01.02 23:36:32.471298 [ 260 ] {27819ecf-91ea-4704-bb87-c9f346a6df89} <Debug> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges
4090 2025.01.02 23:36:32.471324 [ 260 ] {27819ecf-91ea-4704-bb87-c9f346a6df89} <Trace> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Spreading mark ranges among streams (default reading)
4091 2025.01.02 23:36:32.471430 [ 260 ] {27819ecf-91ea-4704-bb87-c9f346a6df89} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
4092 2025.01.02 23:36:32.471451 [ 260 ] {27819ecf-91ea-4704-bb87-c9f346a6df89} <Debug> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Reading approx. 38 rows with 3 streams
4093 2025.01.02 23:36:32.471490 [ 260 ] {27819ecf-91ea-4704-bb87-c9f346a6df89} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
4094 2025.01.02 23:36:32.471538 [ 260 ] {27819ecf-91ea-4704-bb87-c9f346a6df89} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
4095 2025.01.02 23:36:32.471579 [ 260 ] {27819ecf-91ea-4704-bb87-c9f346a6df89} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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_data_link:link_enabled', 'switch_data_link:link_up', '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'))"
4096 2025.01.02 23:36:32.472996 [ 260 ] {27819ecf-91ea-4704-bb87-c9f346a6df89} <Debug> executeQuery: Read 38 rows, 1.44 KiB in 0.003226 sec., 11779.293242405454 rows/sec., 445.30 KiB/sec.
4097 2025.01.02 23:36:32.473173 [ 260 ] {27819ecf-91ea-4704-bb87-c9f346a6df89} <Debug> TCPHandler: Processed in 0.003581067 sec.
4098 2025.01.02 23:36:32.473448 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4099 2025.01.02 23:36:32.473685 [ 265 ] {e56b4d0d-ee62-4eda-935f-35a06e903cb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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_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)
4100 2025.01.02 23:36:32.474107 [ 265 ] {e56b4d0d-ee62-4eda-935f-35a06e903cb9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
4101 2025.01.02 23:36:32.474161 [ 265 ] {e56b4d0d-ee62-4eda-935f-35a06e903cb9} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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_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
4102 2025.01.02 23:36:32.474506 [ 265 ] {e56b4d0d-ee62-4eda-935f-35a06e903cb9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
4103 2025.01.02 23:36:32.474574 [ 265 ] {e56b4d0d-ee62-4eda-935f-35a06e903cb9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
4104 2025.01.02 23:36:32.474727 [ 265 ] {e56b4d0d-ee62-4eda-935f-35a06e903cb9} <Debug> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Key condition: (column 0 notIn 42-element set)
4105 2025.01.02 23:36:32.474919 [ 296 ] {e56b4d0d-ee62-4eda-935f-35a06e903cb9} <Trace> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
4106 2025.01.02 23:36:32.474944 [ 298 ] {e56b4d0d-ee62-4eda-935f-35a06e903cb9} <Trace> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
4107 2025.01.02 23:36:32.474921 [ 301 ] {e56b4d0d-ee62-4eda-935f-35a06e903cb9} <Trace> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
4108 2025.01.02 23:36:32.474971 [ 299 ] {e56b4d0d-ee62-4eda-935f-35a06e903cb9} <Trace> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
4109 2025.01.02 23:36:32.475105 [ 265 ] {e56b4d0d-ee62-4eda-935f-35a06e903cb9} <Debug> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges
4110 2025.01.02 23:36:32.475134 [ 265 ] {e56b4d0d-ee62-4eda-935f-35a06e903cb9} <Trace> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Spreading mark ranges among streams (default reading)
4111 2025.01.02 23:36:32.475245 [ 265 ] {e56b4d0d-ee62-4eda-935f-35a06e903cb9} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
4112 2025.01.02 23:36:32.475268 [ 265 ] {e56b4d0d-ee62-4eda-935f-35a06e903cb9} <Debug> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (SelectExecutor): Reading approx. 38 rows with 3 streams
4113 2025.01.02 23:36:32.475309 [ 265 ] {e56b4d0d-ee62-4eda-935f-35a06e903cb9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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_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'))"
4114 2025.01.02 23:36:32.475356 [ 265 ] {e56b4d0d-ee62-4eda-935f-35a06e903cb9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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_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'))"
4115 2025.01.02 23:36:32.475402 [ 265 ] {e56b4d0d-ee62-4eda-935f-35a06e903cb9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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_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'))"
4116 2025.01.02 23:36:32.476795 [ 265 ] {e56b4d0d-ee62-4eda-935f-35a06e903cb9} <Debug> executeQuery: Read 38 rows, 1.44 KiB in 0.003236 sec., 11742.892459826946 rows/sec., 443.92 KiB/sec.
4117 2025.01.02 23:36:32.476993 [ 265 ] {e56b4d0d-ee62-4eda-935f-35a06e903cb9} <Debug> TCPHandler: Processed in 0.003615267 sec.
4118 2025.01.02 23:36:32.481433 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4119 2025.01.02 23:36:32.481585 [ 260 ] {40d718d3-51e2-4ec3-9395-5007310fd915} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
4120 2025.01.02 23:36:32.481647 [ 260 ] {40d718d3-51e2-4ec3-9395-5007310fd915} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
4121 2025.01.02 23:36:32.482447 [ 260 ] {40d718d3-51e2-4ec3-9395-5007310fd915} <Trace> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4122 2025.01.02 23:36:32.482485 [ 260 ] {40d718d3-51e2-4ec3-9395-5007310fd915} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4123 2025.01.02 23:36:32.483000 [ 260 ] {40d718d3-51e2-4ec3-9395-5007310fd915} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
4124 2025.01.02 23:36:32.483228 [ 260 ] {40d718d3-51e2-4ec3-9395-5007310fd915} <Trace> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4125 2025.01.02 23:36:32.483449 [ 260 ] {40d718d3-51e2-4ec3-9395-5007310fd915} <Debug> executeQuery: Read 4 rows, 521.00 B in 0.001906 sec., 2098.6358866736623 rows/sec., 266.94 KiB/sec.
4126 2025.01.02 23:36:32.483626 [ 260 ] {40d718d3-51e2-4ec3-9395-5007310fd915} <Debug> TCPHandler: Processed in 0.00225214 sec.
4127 2025.01.02 23:36:32.483791 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4128 2025.01.02 23:36:32.483942 [ 265 ] {c60f99c2-3885-435c-89b3-edce06be971b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
4129 2025.01.02 23:36:32.484003 [ 265 ] {c60f99c2-3885-435c-89b3-edce06be971b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
4130 2025.01.02 23:36:32.484629 [ 265 ] {c60f99c2-3885-435c-89b3-edce06be971b} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4131 2025.01.02 23:36:32.484678 [ 265 ] {c60f99c2-3885-435c-89b3-edce06be971b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4132 2025.01.02 23:36:32.485087 [ 265 ] {c60f99c2-3885-435c-89b3-edce06be971b} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
4133 2025.01.02 23:36:32.485346 [ 265 ] {c60f99c2-3885-435c-89b3-edce06be971b} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4134 2025.01.02 23:36:32.485562 [ 265 ] {c60f99c2-3885-435c-89b3-edce06be971b} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001663 sec., 1202.6458208057727 rows/sec., 98.07 KiB/sec.
4135 2025.01.02 23:36:32.485621 [ 265 ] {c60f99c2-3885-435c-89b3-edce06be971b} <Debug> TCPHandler: Processed in 0.001896955 sec.
4136 2025.01.02 23:36:32.485776 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4137 2025.01.02 23:36:32.485916 [ 260 ] {889efb56-318b-4a77-8a5e-e9baa6d59dd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4138 2025.01.02 23:36:32.485974 [ 260 ] {889efb56-318b-4a77-8a5e-e9baa6d59dd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4139 2025.01.02 23:36:32.487233 [ 260 ] {889efb56-318b-4a77-8a5e-e9baa6d59dd5} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4140 2025.01.02 23:36:32.487270 [ 260 ] {889efb56-318b-4a77-8a5e-e9baa6d59dd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4141 2025.01.02 23:36:32.487713 [ 260 ] {889efb56-318b-4a77-8a5e-e9baa6d59dd5} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
4142 2025.01.02 23:36:32.488000 [ 260 ] {889efb56-318b-4a77-8a5e-e9baa6d59dd5} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4143 2025.01.02 23:36:32.488193 [ 260 ] {889efb56-318b-4a77-8a5e-e9baa6d59dd5} <Debug> executeQuery: Read 1197 rows, 101.04 KiB in 0.00231 sec., 518181.8181818182 rows/sec., 42.72 MiB/sec.
4144 2025.01.02 23:36:32.488248 [ 260 ] {889efb56-318b-4a77-8a5e-e9baa6d59dd5} <Debug> TCPHandler: Processed in 0.002536574 sec.
4145 2025.01.02 23:36:32.488410 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4146 2025.01.02 23:36:32.488530 [ 265 ] {ff5d7d13-c51a-4ff0-bd49-219a17ae391a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4147 2025.01.02 23:36:32.488579 [ 265 ] {ff5d7d13-c51a-4ff0-bd49-219a17ae391a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4148 2025.01.02 23:36:32.489159 [ 265 ] {ff5d7d13-c51a-4ff0-bd49-219a17ae391a} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4149 2025.01.02 23:36:32.489200 [ 265 ] {ff5d7d13-c51a-4ff0-bd49-219a17ae391a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4150 2025.01.02 23:36:32.489554 [ 265 ] {ff5d7d13-c51a-4ff0-bd49-219a17ae391a} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
4151 2025.01.02 23:36:32.489804 [ 265 ] {ff5d7d13-c51a-4ff0-bd49-219a17ae391a} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4152 2025.01.02 23:36:32.490017 [ 265 ] {ff5d7d13-c51a-4ff0-bd49-219a17ae391a} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001514 sec., 1321.003963011889 rows/sec., 92.24 KiB/sec.
4153 2025.01.02 23:36:32.490072 [ 265 ] {ff5d7d13-c51a-4ff0-bd49-219a17ae391a} <Debug> TCPHandler: Processed in 0.001721593 sec.
4154 2025.01.02 23:36:32.490232 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4155 2025.01.02 23:36:32.490370 [ 260 ] {481ed6a4-4d99-406c-928e-196f3befc815} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4156 2025.01.02 23:36:32.490428 [ 260 ] {481ed6a4-4d99-406c-928e-196f3befc815} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4157 2025.01.02 23:36:32.491196 [ 260 ] {481ed6a4-4d99-406c-928e-196f3befc815} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4158 2025.01.02 23:36:32.491234 [ 260 ] {481ed6a4-4d99-406c-928e-196f3befc815} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4159 2025.01.02 23:36:32.491602 [ 260 ] {481ed6a4-4d99-406c-928e-196f3befc815} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
4160 2025.01.02 23:36:32.491831 [ 260 ] {481ed6a4-4d99-406c-928e-196f3befc815} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4161 2025.01.02 23:36:32.492034 [ 260 ] {481ed6a4-4d99-406c-928e-196f3befc815} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001696 sec., 134433.96226415093 rows/sec., 9.10 MiB/sec.
4162 2025.01.02 23:36:32.492087 [ 260 ] {481ed6a4-4d99-406c-928e-196f3befc815} <Debug> TCPHandler: Processed in 0.001923845 sec.
4163 2025.01.02 23:36:32.492257 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4164 2025.01.02 23:36:32.492395 [ 265 ] {27ab88a2-3c67-47ad-9e22-54c6d15287f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4165 2025.01.02 23:36:32.492469 [ 265 ] {27ab88a2-3c67-47ad-9e22-54c6d15287f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4166 2025.01.02 23:36:32.493406 [ 265 ] {27ab88a2-3c67-47ad-9e22-54c6d15287f8} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4167 2025.01.02 23:36:32.493447 [ 265 ] {27ab88a2-3c67-47ad-9e22-54c6d15287f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4168 2025.01.02 23:36:32.493848 [ 265 ] {27ab88a2-3c67-47ad-9e22-54c6d15287f8} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
4169 2025.01.02 23:36:32.494096 [ 265 ] {27ab88a2-3c67-47ad-9e22-54c6d15287f8} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4170 2025.01.02 23:36:32.494332 [ 265 ] {27ab88a2-3c67-47ad-9e22-54c6d15287f8} <Debug> executeQuery: Read 522 rows, 39.57 KiB in 0.001967 sec., 265378.7493645145 rows/sec., 19.64 MiB/sec.
4171 2025.01.02 23:36:32.494395 [ 265 ] {27ab88a2-3c67-47ad-9e22-54c6d15287f8} <Debug> TCPHandler: Processed in 0.002205699 sec.
4172 2025.01.02 23:36:32.494548 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4173 2025.01.02 23:36:32.494668 [ 260 ] {a9ca77a4-2cf7-4e82-9ba7-1cc7e0171885} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4174 2025.01.02 23:36:32.494720 [ 260 ] {a9ca77a4-2cf7-4e82-9ba7-1cc7e0171885} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4175 2025.01.02 23:36:32.495528 [ 260 ] {a9ca77a4-2cf7-4e82-9ba7-1cc7e0171885} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4176 2025.01.02 23:36:32.495566 [ 260 ] {a9ca77a4-2cf7-4e82-9ba7-1cc7e0171885} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4177 2025.01.02 23:36:32.496036 [ 260 ] {a9ca77a4-2cf7-4e82-9ba7-1cc7e0171885} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
4178 2025.01.02 23:36:32.496282 [ 260 ] {a9ca77a4-2cf7-4e82-9ba7-1cc7e0171885} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4179 2025.01.02 23:36:32.496560 [ 260 ] {a9ca77a4-2cf7-4e82-9ba7-1cc7e0171885} <Debug> executeQuery: Read 877 rows, 60.40 KiB in 0.00191 sec., 459162.30366492143 rows/sec., 30.88 MiB/sec.
4180 2025.01.02 23:36:32.496787 [ 260 ] {a9ca77a4-2cf7-4e82-9ba7-1cc7e0171885} <Debug> TCPHandler: Processed in 0.00229064 sec.
4181 2025.01.02 23:36:32.496966 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4182 2025.01.02 23:36:32.497094 [ 265 ] {609da7cd-5475-4270-a585-36c03638786a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4183 2025.01.02 23:36:32.497147 [ 265 ] {609da7cd-5475-4270-a585-36c03638786a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4184 2025.01.02 23:36:32.497662 [ 265 ] {609da7cd-5475-4270-a585-36c03638786a} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4185 2025.01.02 23:36:32.497702 [ 265 ] {609da7cd-5475-4270-a585-36c03638786a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4186 2025.01.02 23:36:32.498082 [ 265 ] {609da7cd-5475-4270-a585-36c03638786a} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
4187 2025.01.02 23:36:32.498333 [ 265 ] {609da7cd-5475-4270-a585-36c03638786a} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4188 2025.01.02 23:36:32.498563 [ 265 ] {609da7cd-5475-4270-a585-36c03638786a} <Debug> executeQuery: Read 56 rows, 3.89 KiB in 0.001495 sec., 37458.19397993311 rows/sec., 2.54 MiB/sec.
4189 2025.01.02 23:36:32.498620 [ 265 ] {609da7cd-5475-4270-a585-36c03638786a} <Debug> TCPHandler: Processed in 0.001710953 sec.
4190 2025.01.02 23:36:33.128367 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9699
4191 2025.01.02 23:36:33.129070 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4192 2025.01.02 23:36:33.129128 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4193 2025.01.02 23:36:33.129726 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4194 2025.01.02 23:36:33.130019 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4195 2025.01.02 23:36:33.130241 [ 90 ] {} <Debug> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4196 2025.01.02 23:36:33.130316 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9699
4197 2025.01.02 23:36:33.130342 [ 90 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4198 2025.01.02 23:36:33.130373 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4199 2025.01.02 23:36:33.130520 [ 189 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::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
4200 2025.01.02 23:36:33.130677 [ 189 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4201 2025.01.02 23:36:33.130722 [ 189 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::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
4202 2025.01.02 23:36:33.130801 [ 189 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::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
4203 2025.01.02 23:36:33.130994 [ 189 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::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
4204 2025.01.02 23:36:33.131252 [ 189 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::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
4205 2025.01.02 23:36:33.131391 [ 189 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::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
4206 2025.01.02 23:36:33.131608 [ 189 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::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
4207 2025.01.02 23:36:33.134030 [ 197 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9699 rows, containing 4 columns (4 merged, 0 gathered) in 0.003578047 sec., 2710696.645404602 rows/sec., 38.78 MiB/sec.
4208 2025.01.02 23:36:33.134277 [ 189 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4209 2025.01.02 23:36:33.134580 [ 189 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_21_4} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4210 2025.01.02 23:36:33.134667 [ 189 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_21_4} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4211 2025.01.02 23:36:33.134767 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.43 MiB.
4212 2025.01.02 23:36:33.787179 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159
4213 2025.01.02 23:36:33.809230 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4214 2025.01.02 23:36:33.809289 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4215 2025.01.02 23:36:33.816995 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4216 2025.01.02 23:36:33.817779 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4217 2025.01.02 23:36:33.818091 [ 88 ] {} <Debug> system.metric_log (31b60859-c590-4889-866a-026624596be5) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4218 2025.01.02 23:36:33.818158 [ 88 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4219 2025.01.02 23:36:33.818205 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4220 2025.01.02 23:36:33.818616 [ 202 ] {31b60859-c590-4889-866a-026624596be5::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
4221 2025.01.02 23:36:33.833461 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 159
4222 2025.01.02 23:36:33.835007 [ 202 ] {31b60859-c590-4889-866a-026624596be5::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4223 2025.01.02 23:36:33.836179 [ 202 ] {31b60859-c590-4889-866a-026624596be5::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
4224 2025.01.02 23:36:33.841539 [ 202 ] {31b60859-c590-4889-866a-026624596be5::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
4225 2025.01.02 23:36:33.847399 [ 202 ] {31b60859-c590-4889-866a-026624596be5::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
4226 2025.01.02 23:36:33.852760 [ 202 ] {31b60859-c590-4889-866a-026624596be5::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
4227 2025.01.02 23:36:33.858143 [ 202 ] {31b60859-c590-4889-866a-026624596be5::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
4228 2025.01.02 23:36:33.862507 [ 202 ] {31b60859-c590-4889-866a-026624596be5::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
4229 2025.01.02 23:36:33.922807 [ 189 ] {31b60859-c590-4889-866a-026624596be5::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.104464763 sec., 1522.0443279998635 rows/sec., 7.87 MiB/sec.
4230 2025.01.02 23:36:33.925620 [ 189 ] {31b60859-c590-4889-866a-026624596be5::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4231 2025.01.02 23:36:33.928624 [ 189 ] {31b60859-c590-4889-866a-026624596be5::all_1_21_4} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4232 2025.01.02 23:36:33.928762 [ 189 ] {31b60859-c590-4889-866a-026624596be5::all_1_21_4} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4233 2025.01.02 23:36:33.931446 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB.
4234 2025.01.02 23:36:34.000183 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 183.90 MiB, peak 194.45 MiB, free memory in arenas 0.00 B, will set to 186.90 MiB (RSS), difference: 3.00 MiB
4235 2025.01.02 23:36:35.677511 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 598
4236 2025.01.02 23:36:35.680954 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4237 2025.01.02 23:36:35.681004 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4238 2025.01.02 23:36:35.682559 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4239 2025.01.02 23:36:35.682876 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4240 2025.01.02 23:36:35.683893 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 598
4241 2025.01.02 23:36:37.443530 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4242 2025.01.02 23:36:37.443797 [ 260 ] {c598165e-3b2c-449f-8cd8-11b07b8d9a2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4243 2025.01.02 23:36:37.443872 [ 260 ] {c598165e-3b2c-449f-8cd8-11b07b8d9a2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4244 2025.01.02 23:36:37.444669 [ 260 ] {c598165e-3b2c-449f-8cd8-11b07b8d9a2a} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4245 2025.01.02 23:36:37.444714 [ 260 ] {c598165e-3b2c-449f-8cd8-11b07b8d9a2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4246 2025.01.02 23:36:37.445118 [ 260 ] {c598165e-3b2c-449f-8cd8-11b07b8d9a2a} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4247 2025.01.02 23:36:37.445359 [ 260 ] {c598165e-3b2c-449f-8cd8-11b07b8d9a2a} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4248 2025.01.02 23:36:37.445648 [ 260 ] {c598165e-3b2c-449f-8cd8-11b07b8d9a2a} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001905 sec., 7349.081364829396 rows/sec., 529.04 KiB/sec.
4249 2025.01.02 23:36:37.445844 [ 260 ] {c598165e-3b2c-449f-8cd8-11b07b8d9a2a} <Debug> TCPHandler: Processed in 0.002387021 sec.
4250 2025.01.02 23:36:37.446121 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4251 2025.01.02 23:36:37.446316 [ 265 ] {63e01a1f-8682-40f3-8a44-e6e3c00522b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4252 2025.01.02 23:36:37.446392 [ 265 ] {63e01a1f-8682-40f3-8a44-e6e3c00522b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4253 2025.01.02 23:36:37.447375 [ 265 ] {63e01a1f-8682-40f3-8a44-e6e3c00522b3} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4254 2025.01.02 23:36:37.447426 [ 265 ] {63e01a1f-8682-40f3-8a44-e6e3c00522b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4255 2025.01.02 23:36:37.447892 [ 265 ] {63e01a1f-8682-40f3-8a44-e6e3c00522b3} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4256 2025.01.02 23:36:37.448146 [ 265 ] {63e01a1f-8682-40f3-8a44-e6e3c00522b3} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4257 2025.01.02 23:36:37.448326 [ 83 ] {} <Debug> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4258 2025.01.02 23:36:37.448402 [ 265 ] {63e01a1f-8682-40f3-8a44-e6e3c00522b3} <Debug> executeQuery: Read 283 rows, 25.60 KiB in 0.002136 sec., 132490.63670411985 rows/sec., 11.71 MiB/sec.
4259 2025.01.02 23:36:37.448422 [ 83 ] {} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4260 2025.01.02 23:36:37.448495 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4261 2025.01.02 23:36:37.448537 [ 265 ] {63e01a1f-8682-40f3-8a44-e6e3c00522b3} <Debug> TCPHandler: Processed in 0.002549383 sec.
4262 2025.01.02 23:36:37.448752 [ 193 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::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
4263 2025.01.02 23:36:37.448773 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4264 2025.01.02 23:36:37.448992 [ 193 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4265 2025.01.02 23:36:37.449026 [ 260 ] {1174ff64-5264-44e4-a5cb-acb198af5b1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4266 2025.01.02 23:36:37.449055 [ 193 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1427 rows starting from the beginning of the part
4267 2025.01.02 23:36:37.449115 [ 260 ] {1174ff64-5264-44e4-a5cb-acb198af5b1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4268 2025.01.02 23:36:37.449418 [ 193 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 284 rows starting from the beginning of the part
4269 2025.01.02 23:36:37.449755 [ 193 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 52 rows starting from the beginning of the part
4270 2025.01.02 23:36:37.450115 [ 193 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 279 rows starting from the beginning of the part
4271 2025.01.02 23:36:37.450518 [ 193 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1197 rows starting from the beginning of the part
4272 2025.01.02 23:36:37.450859 [ 193 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 283 rows starting from the beginning of the part
4273 2025.01.02 23:36:37.452075 [ 260 ] {1174ff64-5264-44e4-a5cb-acb198af5b1e} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4274 2025.01.02 23:36:37.452146 [ 260 ] {1174ff64-5264-44e4-a5cb-acb198af5b1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4275 2025.01.02 23:36:37.453111 [ 260 ] {1174ff64-5264-44e4-a5cb-acb198af5b1e} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
4276 2025.01.02 23:36:37.453607 [ 260 ] {1174ff64-5264-44e4-a5cb-acb198af5b1e} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4277 2025.01.02 23:36:37.453933 [ 260 ] {1174ff64-5264-44e4-a5cb-acb198af5b1e} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.004983 sec., 9432.069034718043 rows/sec., 695.14 KiB/sec.
4278 2025.01.02 23:36:37.454004 [ 260 ] {1174ff64-5264-44e4-a5cb-acb198af5b1e} <Debug> TCPHandler: Processed in 0.00535648 sec.
4279 2025.01.02 23:36:37.454218 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4280 2025.01.02 23:36:37.454562 [ 193 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3522 rows, containing 5 columns (5 merged, 0 gathered) in 0.005964699 sec., 590474.0540972813 rows/sec., 52.03 MiB/sec.
4281 2025.01.02 23:36:37.454569 [ 265 ] {d511773d-4832-411e-ac04-f3e55c4d4713} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4282 2025.01.02 23:36:37.454668 [ 265 ] {d511773d-4832-411e-ac04-f3e55c4d4713} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4283 2025.01.02 23:36:37.454852 [ 193 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4284 2025.01.02 23:36:37.455484 [ 189 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_26_5} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4285 2025.01.02 23:36:37.455676 [ 189 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_26_5} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4286 2025.01.02 23:36:37.455851 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.88 MiB.
4287 2025.01.02 23:36:37.455986 [ 265 ] {d511773d-4832-411e-ac04-f3e55c4d4713} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4288 2025.01.02 23:36:37.456031 [ 265 ] {d511773d-4832-411e-ac04-f3e55c4d4713} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4289 2025.01.02 23:36:37.456404 [ 265 ] {d511773d-4832-411e-ac04-f3e55c4d4713} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
4290 2025.01.02 23:36:37.456648 [ 265 ] {d511773d-4832-411e-ac04-f3e55c4d4713} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4291 2025.01.02 23:36:37.456924 [ 265 ] {d511773d-4832-411e-ac04-f3e55c4d4713} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002463 sec., 5684.125050751117 rows/sec., 398.08 KiB/sec.
4292 2025.01.02 23:36:37.457136 [ 265 ] {d511773d-4832-411e-ac04-f3e55c4d4713} <Debug> TCPHandler: Processed in 0.00302433 sec.
4293 2025.01.02 23:36:37.457323 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4294 2025.01.02 23:36:37.457460 [ 260 ] {9039cf4a-1954-4b96-9218-41db16689494} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
4295 2025.01.02 23:36:37.457516 [ 260 ] {9039cf4a-1954-4b96-9218-41db16689494} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4296 2025.01.02 23:36:37.458184 [ 260 ] {9039cf4a-1954-4b96-9218-41db16689494} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4297 2025.01.02 23:36:37.458231 [ 260 ] {9039cf4a-1954-4b96-9218-41db16689494} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4298 2025.01.02 23:36:37.458590 [ 260 ] {9039cf4a-1954-4b96-9218-41db16689494} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4299 2025.01.02 23:36:37.458841 [ 260 ] {9039cf4a-1954-4b96-9218-41db16689494} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4300 2025.01.02 23:36:37.459049 [ 260 ] {9039cf4a-1954-4b96-9218-41db16689494} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001618 sec., 8034.61063040791 rows/sec., 500.96 KiB/sec.
4301 2025.01.02 23:36:37.459099 [ 260 ] {9039cf4a-1954-4b96-9218-41db16689494} <Debug> TCPHandler: Processed in 0.001846624 sec.
4302 2025.01.02 23:36:37.459249 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4303 2025.01.02 23:36:37.459390 [ 265 ] {3fa94a2f-21c2-4ceb-b959-2d1ec0cb3351} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4304 2025.01.02 23:36:37.459450 [ 265 ] {3fa94a2f-21c2-4ceb-b959-2d1ec0cb3351} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4305 2025.01.02 23:36:37.460334 [ 265 ] {3fa94a2f-21c2-4ceb-b959-2d1ec0cb3351} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4306 2025.01.02 23:36:37.460374 [ 265 ] {3fa94a2f-21c2-4ceb-b959-2d1ec0cb3351} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4307 2025.01.02 23:36:37.460765 [ 265 ] {3fa94a2f-21c2-4ceb-b959-2d1ec0cb3351} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4308 2025.01.02 23:36:37.461012 [ 265 ] {3fa94a2f-21c2-4ceb-b959-2d1ec0cb3351} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4309 2025.01.02 23:36:37.461168 [ 83 ] {} <Debug> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4310 2025.01.02 23:36:37.461227 [ 83 ] {} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4311 2025.01.02 23:36:37.461265 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4312 2025.01.02 23:36:37.461273 [ 265 ] {3fa94a2f-21c2-4ceb-b959-2d1ec0cb3351} <Debug> executeQuery: Read 422 rows, 30.88 KiB in 0.001903 sec., 221755.12348922755 rows/sec., 15.85 MiB/sec.
4313 2025.01.02 23:36:37.461580 [ 265 ] {3fa94a2f-21c2-4ceb-b959-2d1ec0cb3351} <Debug> TCPHandler: Processed in 0.002385541 sec.
4314 2025.01.02 23:36:37.461810 [ 200 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::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
4315 2025.01.02 23:36:37.461876 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4316 2025.01.02 23:36:37.462354 [ 260 ] {b36a73e8-e574-45cf-bfc6-57e0f39731ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
4317 2025.01.02 23:36:37.462369 [ 200 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4318 2025.01.02 23:36:37.462448 [ 200 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 898 rows starting from the beginning of the part
4319 2025.01.02 23:36:37.462462 [ 260 ] {b36a73e8-e574-45cf-bfc6-57e0f39731ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4320 2025.01.02 23:36:37.462808 [ 200 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 424 rows starting from the beginning of the part
4321 2025.01.02 23:36:37.463185 [ 200 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 56 rows starting from the beginning of the part
4322 2025.01.02 23:36:37.463574 [ 200 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 414 rows starting from the beginning of the part
4323 2025.01.02 23:36:37.463808 [ 200 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 522 rows starting from the beginning of the part
4324 2025.01.02 23:36:37.464187 [ 200 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 422 rows starting from the beginning of the part
4325 2025.01.02 23:36:37.464874 [ 260 ] {b36a73e8-e574-45cf-bfc6-57e0f39731ad} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4326 2025.01.02 23:36:37.464937 [ 260 ] {b36a73e8-e574-45cf-bfc6-57e0f39731ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4327 2025.01.02 23:36:37.465907 [ 260 ] {b36a73e8-e574-45cf-bfc6-57e0f39731ad} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4328 2025.01.02 23:36:37.466486 [ 260 ] {b36a73e8-e574-45cf-bfc6-57e0f39731ad} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4329 2025.01.02 23:36:37.466784 [ 260 ] {b36a73e8-e574-45cf-bfc6-57e0f39731ad} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004593 sec., 1306.3357282821685 rows/sec., 68.25 KiB/sec.
4330 2025.01.02 23:36:37.466844 [ 260 ] {b36a73e8-e574-45cf-bfc6-57e0f39731ad} <Debug> TCPHandler: Processed in 0.005133607 sec.
4331 2025.01.02 23:36:37.467130 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4332 2025.01.02 23:36:37.467276 [ 189 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2736 rows, containing 5 columns (5 merged, 0 gathered) in 0.005875817 sec., 465637.37434300623 rows/sec., 35.52 MiB/sec.
4333 2025.01.02 23:36:37.467376 [ 265 ] {5a594f06-a51c-462e-a681-2257536dfbd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4334 2025.01.02 23:36:37.467466 [ 265 ] {5a594f06-a51c-462e-a681-2257536dfbd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4335 2025.01.02 23:36:37.467555 [ 189 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4336 2025.01.02 23:36:37.468250 [ 189 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_26_5} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4337 2025.01.02 23:36:37.468450 [ 189 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_26_5} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4338 2025.01.02 23:36:37.468606 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB.
4339 2025.01.02 23:36:37.468804 [ 265 ] {5a594f06-a51c-462e-a681-2257536dfbd6} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4340 2025.01.02 23:36:37.468847 [ 265 ] {5a594f06-a51c-462e-a681-2257536dfbd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4341 2025.01.02 23:36:37.469254 [ 265 ] {5a594f06-a51c-462e-a681-2257536dfbd6} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4342 2025.01.02 23:36:37.469499 [ 265 ] {5a594f06-a51c-462e-a681-2257536dfbd6} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4343 2025.01.02 23:36:37.469658 [ 83 ] {} <Debug> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4344 2025.01.02 23:36:37.469720 [ 83 ] {} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4345 2025.01.02 23:36:37.469755 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4346 2025.01.02 23:36:37.469762 [ 265 ] {5a594f06-a51c-462e-a681-2257536dfbd6} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002436 sec., 97290.64039408868 rows/sec., 6.52 MiB/sec.
4347 2025.01.02 23:36:37.469988 [ 265 ] {5a594f06-a51c-462e-a681-2257536dfbd6} <Debug> TCPHandler: Processed in 0.003041731 sec.
4348 2025.01.02 23:36:37.470013 [ 200 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::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
4349 2025.01.02 23:36:37.470190 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4350 2025.01.02 23:36:37.470212 [ 200 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4351 2025.01.02 23:36:37.470266 [ 200 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 6847 rows starting from the beginning of the part
4352 2025.01.02 23:36:37.470503 [ 200 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 232 rows starting from the beginning of the part
4353 2025.01.02 23:36:37.470517 [ 260 ] {8a312e7e-03e2-4350-9a5a-010b6cf8560e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
4354 2025.01.02 23:36:37.470796 [ 200 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 150 rows starting from the beginning of the part
4355 2025.01.02 23:36:37.470816 [ 260 ] {8a312e7e-03e2-4350-9a5a-010b6cf8560e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4356 2025.01.02 23:36:37.471207 [ 200 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 227 rows starting from the beginning of the part
4357 2025.01.02 23:36:37.471640 [ 200 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 877 rows starting from the beginning of the part
4358 2025.01.02 23:36:37.471995 [ 200 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 237 rows starting from the beginning of the part
4359 2025.01.02 23:36:37.473027 [ 260 ] {8a312e7e-03e2-4350-9a5a-010b6cf8560e} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4360 2025.01.02 23:36:37.473103 [ 260 ] {8a312e7e-03e2-4350-9a5a-010b6cf8560e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4361 2025.01.02 23:36:37.473681 [ 260 ] {8a312e7e-03e2-4350-9a5a-010b6cf8560e} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4362 2025.01.02 23:36:37.474208 [ 260 ] {8a312e7e-03e2-4350-9a5a-010b6cf8560e} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4363 2025.01.02 23:36:37.474856 [ 260 ] {8a312e7e-03e2-4350-9a5a-010b6cf8560e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004492 sec., 222.6179875333927 rows/sec., 15.00 KiB/sec.
4364 2025.01.02 23:36:37.475229 [ 260 ] {8a312e7e-03e2-4350-9a5a-010b6cf8560e} <Debug> TCPHandler: Processed in 0.005127977 sec.
4365 2025.01.02 23:36:37.475496 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4366 2025.01.02 23:36:37.475646 [ 265 ] {bff4d2dd-6a34-4668-b4e4-016bdedd3bde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4367 2025.01.02 23:36:37.475749 [ 265 ] {bff4d2dd-6a34-4668-b4e4-016bdedd3bde} <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
4368 2025.01.02 23:36:37.477583 [ 200 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8570 rows, containing 5 columns (5 merged, 0 gathered) in 0.007765422 sec., 1103610.3382404717 rows/sec., 74.05 MiB/sec.
4369 2025.01.02 23:36:37.477827 [ 200 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4370 2025.01.02 23:36:37.478259 [ 265 ] {bff4d2dd-6a34-4668-b4e4-016bdedd3bde} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4371 2025.01.02 23:36:37.478338 [ 265 ] {bff4d2dd-6a34-4668-b4e4-016bdedd3bde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4372 2025.01.02 23:36:37.478583 [ 200 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4373 2025.01.02 23:36:37.478818 [ 200 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4374 2025.01.02 23:36:37.478957 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.50 MiB.
4375 2025.01.02 23:36:37.479482 [ 265 ] {bff4d2dd-6a34-4668-b4e4-016bdedd3bde} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4376 2025.01.02 23:36:37.479758 [ 265 ] {bff4d2dd-6a34-4668-b4e4-016bdedd3bde} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4377 2025.01.02 23:36:37.480004 [ 265 ] {bff4d2dd-6a34-4668-b4e4-016bdedd3bde} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.004385 sec., 9122.006841505132 rows/sec., 16.35 MiB/sec.
4378 2025.01.02 23:36:37.480143 [ 265 ] {bff4d2dd-6a34-4668-b4e4-016bdedd3bde} <Debug> TCPHandler: Processed in 0.004778783 sec.
4379 2025.01.02 23:36:37.480295 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4380 2025.01.02 23:36:37.480432 [ 260 ] {d62a0e88-07b1-4b56-a31b-b7a937024c25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4381 2025.01.02 23:36:37.480492 [ 260 ] {d62a0e88-07b1-4b56-a31b-b7a937024c25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4382 2025.01.02 23:36:37.481068 [ 260 ] {d62a0e88-07b1-4b56-a31b-b7a937024c25} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4383 2025.01.02 23:36:37.481115 [ 260 ] {d62a0e88-07b1-4b56-a31b-b7a937024c25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4384 2025.01.02 23:36:37.481507 [ 260 ] {d62a0e88-07b1-4b56-a31b-b7a937024c25} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4385 2025.01.02 23:36:37.481752 [ 260 ] {d62a0e88-07b1-4b56-a31b-b7a937024c25} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4386 2025.01.02 23:36:37.481913 [ 82 ] {} <Debug> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4387 2025.01.02 23:36:37.481985 [ 260 ] {d62a0e88-07b1-4b56-a31b-b7a937024c25} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001576 sec., 52030.45685279188 rows/sec., 3.30 MiB/sec.
4388 2025.01.02 23:36:37.481995 [ 82 ] {} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4389 2025.01.02 23:36:37.482068 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4390 2025.01.02 23:36:37.482101 [ 260 ] {d62a0e88-07b1-4b56-a31b-b7a937024c25} <Debug> TCPHandler: Processed in 0.001865565 sec.
4391 2025.01.02 23:36:37.482244 [ 190 ] {f089096f-6d35-4156-ac8a-e10ac4715594::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
4392 2025.01.02 23:36:37.482360 [ 190 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4393 2025.01.02 23:36:37.482398 [ 190 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1062 rows starting from the beginning of the part
4394 2025.01.02 23:36:37.482489 [ 190 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 72 rows starting from the beginning of the part
4395 2025.01.02 23:36:37.482588 [ 190 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 50 rows starting from the beginning of the part
4396 2025.01.02 23:36:37.482669 [ 190 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 72 rows starting from the beginning of the part
4397 2025.01.02 23:36:37.482733 [ 190 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 56 rows starting from the beginning of the part
4398 2025.01.02 23:36:37.482993 [ 190 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 82 rows starting from the beginning of the part
4399 2025.01.02 23:36:37.484163 [ 191 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1394 rows, containing 4 columns (4 merged, 0 gathered) in 0.001993806 sec., 699165.3149804947 rows/sec., 45.47 MiB/sec.
4400 2025.01.02 23:36:37.484344 [ 190 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4401 2025.01.02 23:36:37.484621 [ 190 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_26_5} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4402 2025.01.02 23:36:37.484695 [ 190 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_26_5} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4403 2025.01.02 23:36:37.484763 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
4404 2025.01.02 23:36:40.523668 [ 76 ] {} <Debug> DNSResolver: Updating DNS cache
4405 2025.01.02 23:36:40.523728 [ 76 ] {} <Debug> DNSResolver: Updated DNS cache
4406 2025.01.02 23:36:40.630555 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10126
4407 2025.01.02 23:36:40.631330 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4408 2025.01.02 23:36:40.631384 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4409 2025.01.02 23:36:40.631969 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4410 2025.01.02 23:36:40.632239 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4411 2025.01.02 23:36:40.632464 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126
4412 2025.01.02 23:36:41.333633 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166
4413 2025.01.02 23:36:41.352186 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4414 2025.01.02 23:36:41.352230 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4415 2025.01.02 23:36:41.359330 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4416 2025.01.02 23:36:41.360068 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4417 2025.01.02 23:36:41.362504 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 166
4418 2025.01.02 23:36:42.436422 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4419 2025.01.02 23:36:42.436619 [ 260 ] {45639c23-c5eb-4c7d-8c3d-fccc6a85f67d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4420 2025.01.02 23:36:42.436690 [ 260 ] {45639c23-c5eb-4c7d-8c3d-fccc6a85f67d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4421 2025.01.02 23:36:42.437479 [ 260 ] {45639c23-c5eb-4c7d-8c3d-fccc6a85f67d} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4422 2025.01.02 23:36:42.437528 [ 260 ] {45639c23-c5eb-4c7d-8c3d-fccc6a85f67d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4423 2025.01.02 23:36:42.437981 [ 260 ] {45639c23-c5eb-4c7d-8c3d-fccc6a85f67d} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4424 2025.01.02 23:36:42.438241 [ 260 ] {45639c23-c5eb-4c7d-8c3d-fccc6a85f67d} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4425 2025.01.02 23:36:42.438481 [ 260 ] {45639c23-c5eb-4c7d-8c3d-fccc6a85f67d} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001918 sec., 29197.080291970804 rows/sec., 2.24 MiB/sec.
4426 2025.01.02 23:36:42.438546 [ 260 ] {45639c23-c5eb-4c7d-8c3d-fccc6a85f67d} <Debug> TCPHandler: Processed in 0.002265299 sec.
4427 2025.01.02 23:36:42.438813 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4428 2025.01.02 23:36:42.439006 [ 265 ] {f23731c7-e5e8-44f6-b2fd-83721ef44734} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4429 2025.01.02 23:36:42.439077 [ 265 ] {f23731c7-e5e8-44f6-b2fd-83721ef44734} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4430 2025.01.02 23:36:42.439832 [ 265 ] {f23731c7-e5e8-44f6-b2fd-83721ef44734} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4431 2025.01.02 23:36:42.439879 [ 265 ] {f23731c7-e5e8-44f6-b2fd-83721ef44734} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4432 2025.01.02 23:36:42.440310 [ 265 ] {f23731c7-e5e8-44f6-b2fd-83721ef44734} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4433 2025.01.02 23:36:42.440569 [ 265 ] {f23731c7-e5e8-44f6-b2fd-83721ef44734} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4434 2025.01.02 23:36:42.440808 [ 265 ] {f23731c7-e5e8-44f6-b2fd-83721ef44734} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001857 sec., 34464.189553042546 rows/sec., 2.69 MiB/sec.
4435 2025.01.02 23:36:42.440864 [ 265 ] {f23731c7-e5e8-44f6-b2fd-83721ef44734} <Debug> TCPHandler: Processed in 0.002186509 sec.
4436 2025.01.02 23:36:42.441040 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4437 2025.01.02 23:36:42.441189 [ 260 ] {68051d50-08d2-4d0d-9137-8cc5dd06437b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4438 2025.01.02 23:36:42.441257 [ 260 ] {68051d50-08d2-4d0d-9137-8cc5dd06437b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4439 2025.01.02 23:36:42.441877 [ 260 ] {68051d50-08d2-4d0d-9137-8cc5dd06437b} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4440 2025.01.02 23:36:42.441919 [ 260 ] {68051d50-08d2-4d0d-9137-8cc5dd06437b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4441 2025.01.02 23:36:42.442323 [ 260 ] {68051d50-08d2-4d0d-9137-8cc5dd06437b} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4442 2025.01.02 23:36:42.442572 [ 260 ] {68051d50-08d2-4d0d-9137-8cc5dd06437b} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4443 2025.01.02 23:36:42.442788 [ 260 ] {68051d50-08d2-4d0d-9137-8cc5dd06437b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001635 sec., 97859.32721712539 rows/sec., 6.82 MiB/sec.
4444 2025.01.02 23:36:42.442846 [ 260 ] {68051d50-08d2-4d0d-9137-8cc5dd06437b} <Debug> TCPHandler: Processed in 0.001874155 sec.
4445 2025.01.02 23:36:42.443001 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4446 2025.01.02 23:36:42.443117 [ 265 ] {63a4b1a8-a0fb-4d35-9f28-9f0067d759b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4447 2025.01.02 23:36:42.443170 [ 265 ] {63a4b1a8-a0fb-4d35-9f28-9f0067d759b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4448 2025.01.02 23:36:42.443679 [ 265 ] {63a4b1a8-a0fb-4d35-9f28-9f0067d759b8} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4449 2025.01.02 23:36:42.443719 [ 265 ] {63a4b1a8-a0fb-4d35-9f28-9f0067d759b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4450 2025.01.02 23:36:42.444115 [ 265 ] {63a4b1a8-a0fb-4d35-9f28-9f0067d759b8} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4451 2025.01.02 23:36:42.444352 [ 265 ] {63a4b1a8-a0fb-4d35-9f28-9f0067d759b8} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4452 2025.01.02 23:36:42.444604 [ 265 ] {63a4b1a8-a0fb-4d35-9f28-9f0067d759b8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001511 sec., 39708.80211780278 rows/sec., 2.68 MiB/sec.
4453 2025.01.02 23:36:42.444799 [ 265 ] {63a4b1a8-a0fb-4d35-9f28-9f0067d759b8} <Debug> TCPHandler: Processed in 0.001850594 sec.
4454 2025.01.02 23:36:45.684283 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 628
4455 2025.01.02 23:36:45.687288 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4456 2025.01.02 23:36:45.687342 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4457 2025.01.02 23:36:45.688833 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4458 2025.01.02 23:36:45.689148 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4459 2025.01.02 23:36:45.690333 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 628
4460 2025.01.02 23:36:45.833186 [ 70 ] {} <Debug> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
4461 2025.01.02 23:36:45.833282 [ 70 ] {} <Trace> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4462 2025.01.02 23:36:45.833322 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4463 2025.01.02 23:36:45.833576 [ 201 ] {9d34cd7f-9b34-4b28-bcb2-496f5814e822::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
4464 2025.01.02 23:36:45.834180 [ 201 ] {9d34cd7f-9b34-4b28-bcb2-496f5814e822::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4465 2025.01.02 23:36:45.834261 [ 201 ] {9d34cd7f-9b34-4b28-bcb2-496f5814e822::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 17 rows starting from the beginning of the part
4466 2025.01.02 23:36:45.834444 [ 201 ] {9d34cd7f-9b34-4b28-bcb2-496f5814e822::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 14 rows starting from the beginning of the part
4467 2025.01.02 23:36:45.834609 [ 201 ] {9d34cd7f-9b34-4b28-bcb2-496f5814e822::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 7 rows starting from the beginning of the part
4468 2025.01.02 23:36:45.834697 [ 201 ] {9d34cd7f-9b34-4b28-bcb2-496f5814e822::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
4469 2025.01.02 23:36:45.834791 [ 201 ] {9d34cd7f-9b34-4b28-bcb2-496f5814e822::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 4 rows starting from the beginning of the part
4470 2025.01.02 23:36:45.837025 [ 190 ] {9d34cd7f-9b34-4b28-bcb2-496f5814e822::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 43 rows, containing 6 columns (6 merged, 0 gathered) in 0.003594188 sec., 11963.759269131164 rows/sec., 1.95 MiB/sec.
4471 2025.01.02 23:36:45.837274 [ 191 ] {9d34cd7f-9b34-4b28-bcb2-496f5814e822::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
4472 2025.01.02 23:36:45.837825 [ 191 ] {9d34cd7f-9b34-4b28-bcb2-496f5814e822::all_1_5_1} <Trace> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4473 2025.01.02 23:36:45.837915 [ 191 ] {9d34cd7f-9b34-4b28-bcb2-496f5814e822::all_1_5_1} <Trace> oximeter.timeseries_schema (9d34cd7f-9b34-4b28-bcb2-496f5814e822) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
4474 2025.01.02 23:36:45.838024 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB.
4475 2025.01.02 23:36:47.443694 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4476 2025.01.02 23:36:47.443880 [ 260 ] {7c418c5f-3908-4e77-88a9-dfdc40744381} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4477 2025.01.02 23:36:47.443948 [ 260 ] {7c418c5f-3908-4e77-88a9-dfdc40744381} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4478 2025.01.02 23:36:47.444689 [ 260 ] {7c418c5f-3908-4e77-88a9-dfdc40744381} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4479 2025.01.02 23:36:47.444732 [ 260 ] {7c418c5f-3908-4e77-88a9-dfdc40744381} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4480 2025.01.02 23:36:47.445166 [ 260 ] {7c418c5f-3908-4e77-88a9-dfdc40744381} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4481 2025.01.02 23:36:47.445433 [ 260 ] {7c418c5f-3908-4e77-88a9-dfdc40744381} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4482 2025.01.02 23:36:47.445636 [ 260 ] {7c418c5f-3908-4e77-88a9-dfdc40744381} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001806 sec., 7751.937984496124 rows/sec., 558.04 KiB/sec.
4483 2025.01.02 23:36:47.445701 [ 260 ] {7c418c5f-3908-4e77-88a9-dfdc40744381} <Debug> TCPHandler: Processed in 0.002134329 sec.
4484 2025.01.02 23:36:47.445948 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4485 2025.01.02 23:36:47.446164 [ 265 ] {10e65a9a-e34d-4c79-b0f9-d55fe0931c63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
4486 2025.01.02 23:36:47.446245 [ 265 ] {10e65a9a-e34d-4c79-b0f9-d55fe0931c63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
4487 2025.01.02 23:36:47.447036 [ 265 ] {10e65a9a-e34d-4c79-b0f9-d55fe0931c63} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4488 2025.01.02 23:36:47.447085 [ 265 ] {10e65a9a-e34d-4c79-b0f9-d55fe0931c63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4489 2025.01.02 23:36:47.447506 [ 265 ] {10e65a9a-e34d-4c79-b0f9-d55fe0931c63} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
4490 2025.01.02 23:36:47.447754 [ 265 ] {10e65a9a-e34d-4c79-b0f9-d55fe0931c63} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4491 2025.01.02 23:36:47.448040 [ 265 ] {10e65a9a-e34d-4c79-b0f9-d55fe0931c63} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001928 sec., 1037.344398340249 rows/sec., 84.59 KiB/sec.
4492 2025.01.02 23:36:47.448194 [ 265 ] {10e65a9a-e34d-4c79-b0f9-d55fe0931c63} <Debug> TCPHandler: Processed in 0.002386641 sec.
4493 2025.01.02 23:36:47.448344 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4494 2025.01.02 23:36:47.448491 [ 260 ] {377830b9-650a-4265-8380-0c0bac2e2a41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4495 2025.01.02 23:36:47.448551 [ 260 ] {377830b9-650a-4265-8380-0c0bac2e2a41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4496 2025.01.02 23:36:47.449267 [ 260 ] {377830b9-650a-4265-8380-0c0bac2e2a41} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4497 2025.01.02 23:36:47.449306 [ 260 ] {377830b9-650a-4265-8380-0c0bac2e2a41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4498 2025.01.02 23:36:47.449693 [ 260 ] {377830b9-650a-4265-8380-0c0bac2e2a41} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4499 2025.01.02 23:36:47.449931 [ 260 ] {377830b9-650a-4265-8380-0c0bac2e2a41} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4500 2025.01.02 23:36:47.450115 [ 260 ] {377830b9-650a-4265-8380-0c0bac2e2a41} <Debug> executeQuery: Read 284 rows, 25.68 KiB in 0.001659 sec., 171187.46232670284 rows/sec., 15.11 MiB/sec.
4501 2025.01.02 23:36:47.450169 [ 260 ] {377830b9-650a-4265-8380-0c0bac2e2a41} <Debug> TCPHandler: Processed in 0.001892975 sec.
4502 2025.01.02 23:36:47.450313 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4503 2025.01.02 23:36:47.450439 [ 265 ] {32cd046d-0531-457a-8d3e-5a62c8a27a3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4504 2025.01.02 23:36:47.450490 [ 265 ] {32cd046d-0531-457a-8d3e-5a62c8a27a3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4505 2025.01.02 23:36:47.451126 [ 265 ] {32cd046d-0531-457a-8d3e-5a62c8a27a3e} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4506 2025.01.02 23:36:47.451166 [ 265 ] {32cd046d-0531-457a-8d3e-5a62c8a27a3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4507 2025.01.02 23:36:47.451531 [ 265 ] {32cd046d-0531-457a-8d3e-5a62c8a27a3e} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
4508 2025.01.02 23:36:47.451774 [ 265 ] {32cd046d-0531-457a-8d3e-5a62c8a27a3e} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4509 2025.01.02 23:36:47.451988 [ 265 ] {32cd046d-0531-457a-8d3e-5a62c8a27a3e} <Debug> executeQuery: Read 49 rows, 3.60 KiB in 0.001577 sec., 31071.655041217502 rows/sec., 2.23 MiB/sec.
4510 2025.01.02 23:36:47.452040 [ 265 ] {32cd046d-0531-457a-8d3e-5a62c8a27a3e} <Debug> TCPHandler: Processed in 0.001785094 sec.
4511 2025.01.02 23:36:47.452212 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4512 2025.01.02 23:36:47.452352 [ 260 ] {220dc0fe-cf14-4cdd-9019-e1d77f8ce6eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4513 2025.01.02 23:36:47.452410 [ 260 ] {220dc0fe-cf14-4cdd-9019-e1d77f8ce6eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4514 2025.01.02 23:36:47.453029 [ 260 ] {220dc0fe-cf14-4cdd-9019-e1d77f8ce6eb} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4515 2025.01.02 23:36:47.453067 [ 260 ] {220dc0fe-cf14-4cdd-9019-e1d77f8ce6eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4516 2025.01.02 23:36:47.453428 [ 260 ] {220dc0fe-cf14-4cdd-9019-e1d77f8ce6eb} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4517 2025.01.02 23:36:47.453666 [ 260 ] {220dc0fe-cf14-4cdd-9019-e1d77f8ce6eb} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4518 2025.01.02 23:36:47.453904 [ 260 ] {220dc0fe-cf14-4cdd-9019-e1d77f8ce6eb} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001573 sec., 8900.190718372536 rows/sec., 623.31 KiB/sec.
4519 2025.01.02 23:36:47.454104 [ 260 ] {220dc0fe-cf14-4cdd-9019-e1d77f8ce6eb} <Debug> TCPHandler: Processed in 0.001947956 sec.
4520 2025.01.02 23:36:47.454263 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4521 2025.01.02 23:36:47.454399 [ 265 ] {5caafb12-f0b3-4ebf-b7bd-9e37525f36cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
4522 2025.01.02 23:36:47.454455 [ 265 ] {5caafb12-f0b3-4ebf-b7bd-9e37525f36cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4523 2025.01.02 23:36:47.455032 [ 265 ] {5caafb12-f0b3-4ebf-b7bd-9e37525f36cb} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4524 2025.01.02 23:36:47.455068 [ 265 ] {5caafb12-f0b3-4ebf-b7bd-9e37525f36cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4525 2025.01.02 23:36:47.455411 [ 265 ] {5caafb12-f0b3-4ebf-b7bd-9e37525f36cb} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4526 2025.01.02 23:36:47.455633 [ 265 ] {5caafb12-f0b3-4ebf-b7bd-9e37525f36cb} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4527 2025.01.02 23:36:47.455902 [ 265 ] {5caafb12-f0b3-4ebf-b7bd-9e37525f36cb} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001531 sec., 8491.182233834095 rows/sec., 529.42 KiB/sec.
4528 2025.01.02 23:36:47.455955 [ 265 ] {5caafb12-f0b3-4ebf-b7bd-9e37525f36cb} <Debug> TCPHandler: Processed in 0.001760243 sec.
4529 2025.01.02 23:36:47.456109 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4530 2025.01.02 23:36:47.456249 [ 260 ] {ad746427-241f-4fdd-b51c-c72657c32ced} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4531 2025.01.02 23:36:47.456305 [ 260 ] {ad746427-241f-4fdd-b51c-c72657c32ced} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4532 2025.01.02 23:36:47.457058 [ 260 ] {ad746427-241f-4fdd-b51c-c72657c32ced} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4533 2025.01.02 23:36:47.457095 [ 260 ] {ad746427-241f-4fdd-b51c-c72657c32ced} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4534 2025.01.02 23:36:47.457473 [ 260 ] {ad746427-241f-4fdd-b51c-c72657c32ced} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4535 2025.01.02 23:36:47.457709 [ 260 ] {ad746427-241f-4fdd-b51c-c72657c32ced} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4536 2025.01.02 23:36:47.457892 [ 260 ] {ad746427-241f-4fdd-b51c-c72657c32ced} <Debug> executeQuery: Read 424 rows, 31.05 KiB in 0.001674 sec., 253285.54360812425 rows/sec., 18.11 MiB/sec.
4537 2025.01.02 23:36:47.457945 [ 260 ] {ad746427-241f-4fdd-b51c-c72657c32ced} <Debug> TCPHandler: Processed in 0.001904355 sec.
4538 2025.01.02 23:36:47.458101 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4539 2025.01.02 23:36:47.458241 [ 265 ] {5404edbc-6c91-4d6b-b8b7-7fdb1481deb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
4540 2025.01.02 23:36:47.458301 [ 265 ] {5404edbc-6c91-4d6b-b8b7-7fdb1481deb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4541 2025.01.02 23:36:47.458835 [ 265 ] {5404edbc-6c91-4d6b-b8b7-7fdb1481deb5} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4542 2025.01.02 23:36:47.458874 [ 265 ] {5404edbc-6c91-4d6b-b8b7-7fdb1481deb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4543 2025.01.02 23:36:47.459239 [ 265 ] {5404edbc-6c91-4d6b-b8b7-7fdb1481deb5} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4544 2025.01.02 23:36:47.459472 [ 265 ] {5404edbc-6c91-4d6b-b8b7-7fdb1481deb5} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4545 2025.01.02 23:36:47.459617 [ 68 ] {} <Debug> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0
4546 2025.01.02 23:36:47.459701 [ 68 ] {} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4547 2025.01.02 23:36:47.459719 [ 265 ] {5404edbc-6c91-4d6b-b8b7-7fdb1481deb5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001499 sec., 4002.6684456304206 rows/sec., 209.12 KiB/sec.
4548 2025.01.02 23:36:47.459750 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4549 2025.01.02 23:36:47.459827 [ 265 ] {5404edbc-6c91-4d6b-b8b7-7fdb1481deb5} <Debug> TCPHandler: Processed in 0.001789504 sec.
4550 2025.01.02 23:36:47.459998 [ 190 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_10_2 to all_15_15_0 into Compact with storage Full
4551 2025.01.02 23:36:47.460026 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4552 2025.01.02 23:36:47.460155 [ 190 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4553 2025.01.02 23:36:47.460198 [ 260 ] {a6a0b426-d4d0-4586-9279-2ff15ec1881d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4554 2025.01.02 23:36:47.460204 [ 190 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 60 rows starting from the beginning of the part
4555 2025.01.02 23:36:47.460271 [ 260 ] {a6a0b426-d4d0-4586-9279-2ff15ec1881d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4556 2025.01.02 23:36:47.460310 [ 190 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part
4557 2025.01.02 23:36:47.460737 [ 190 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part
4558 2025.01.02 23:36:47.461092 [ 190 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part
4559 2025.01.02 23:36:47.461406 [ 190 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part
4560 2025.01.02 23:36:47.461752 [ 190 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part
4561 2025.01.02 23:36:47.462708 [ 260 ] {a6a0b426-d4d0-4586-9279-2ff15ec1881d} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4562 2025.01.02 23:36:47.462752 [ 260 ] {a6a0b426-d4d0-4586-9279-2ff15ec1881d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4563 2025.01.02 23:36:47.463504 [ 260 ] {a6a0b426-d4d0-4586-9279-2ff15ec1881d} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4564 2025.01.02 23:36:47.463556 [ 191 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 90 rows, containing 4 columns (4 merged, 0 gathered) in 0.003701718 sec., 24313.035190687133 rows/sec., 1.24 MiB/sec.
4565 2025.01.02 23:36:47.463772 [ 191 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary)
4566 2025.01.02 23:36:47.463935 [ 260 ] {a6a0b426-d4d0-4586-9279-2ff15ec1881d} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4567 2025.01.02 23:36:47.464339 [ 260 ] {a6a0b426-d4d0-4586-9279-2ff15ec1881d} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.004181 sec., 56924.18081798613 rows/sec., 3.82 MiB/sec.
4568 2025.01.02 23:36:47.464387 [ 191 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_15_3} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4569 2025.01.02 23:36:47.464518 [ 260 ] {a6a0b426-d4d0-4586-9279-2ff15ec1881d} <Debug> TCPHandler: Processed in 0.004581091 sec.
4570 2025.01.02 23:36:47.464601 [ 191 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_15_3} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3
4571 2025.01.02 23:36:47.464707 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4572 2025.01.02 23:36:47.464723 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
4573 2025.01.02 23:36:47.464826 [ 265 ] {9670eb15-527f-46ba-b291-0e26beb8950a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
4574 2025.01.02 23:36:47.464878 [ 265 ] {9670eb15-527f-46ba-b291-0e26beb8950a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4575 2025.01.02 23:36:47.465337 [ 265 ] {9670eb15-527f-46ba-b291-0e26beb8950a} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4576 2025.01.02 23:36:47.465374 [ 265 ] {9670eb15-527f-46ba-b291-0e26beb8950a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4577 2025.01.02 23:36:47.465722 [ 265 ] {9670eb15-527f-46ba-b291-0e26beb8950a} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4578 2025.01.02 23:36:47.465952 [ 265 ] {9670eb15-527f-46ba-b291-0e26beb8950a} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4579 2025.01.02 23:36:47.466180 [ 265 ] {9670eb15-527f-46ba-b291-0e26beb8950a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00138 sec., 724.6376811594204 rows/sec., 48.83 KiB/sec.
4580 2025.01.02 23:36:47.466231 [ 265 ] {9670eb15-527f-46ba-b291-0e26beb8950a} <Debug> TCPHandler: Processed in 0.001604351 sec.
4581 2025.01.02 23:36:47.466373 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4582 2025.01.02 23:36:47.466489 [ 260 ] {15c5ea6f-6925-4a97-917b-2c3a02c6dbb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4583 2025.01.02 23:36:47.466569 [ 260 ] {15c5ea6f-6925-4a97-917b-2c3a02c6dbb0} <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
4584 2025.01.02 23:36:47.467708 [ 260 ] {15c5ea6f-6925-4a97-917b-2c3a02c6dbb0} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4585 2025.01.02 23:36:47.467750 [ 260 ] {15c5ea6f-6925-4a97-917b-2c3a02c6dbb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4586 2025.01.02 23:36:47.468442 [ 260 ] {15c5ea6f-6925-4a97-917b-2c3a02c6dbb0} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4587 2025.01.02 23:36:47.468708 [ 260 ] {15c5ea6f-6925-4a97-917b-2c3a02c6dbb0} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4588 2025.01.02 23:36:47.468955 [ 260 ] {15c5ea6f-6925-4a97-917b-2c3a02c6dbb0} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.00249 sec., 16064.25702811245 rows/sec., 28.79 MiB/sec.
4589 2025.01.02 23:36:47.469061 [ 260 ] {15c5ea6f-6925-4a97-917b-2c3a02c6dbb0} <Debug> TCPHandler: Processed in 0.002742036 sec.
4590 2025.01.02 23:36:47.469220 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4591 2025.01.02 23:36:47.469338 [ 265 ] {8697ccdc-73a2-4ee6-ad65-7e48994ed21a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4592 2025.01.02 23:36:47.469389 [ 265 ] {8697ccdc-73a2-4ee6-ad65-7e48994ed21a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4593 2025.01.02 23:36:47.469878 [ 265 ] {8697ccdc-73a2-4ee6-ad65-7e48994ed21a} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4594 2025.01.02 23:36:47.469918 [ 265 ] {8697ccdc-73a2-4ee6-ad65-7e48994ed21a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4595 2025.01.02 23:36:47.470285 [ 265 ] {8697ccdc-73a2-4ee6-ad65-7e48994ed21a} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4596 2025.01.02 23:36:47.470530 [ 265 ] {8697ccdc-73a2-4ee6-ad65-7e48994ed21a} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4597 2025.01.02 23:36:47.470738 [ 265 ] {8697ccdc-73a2-4ee6-ad65-7e48994ed21a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001424 sec., 57584.26966292135 rows/sec., 3.66 MiB/sec.
4598 2025.01.02 23:36:47.470789 [ 265 ] {8697ccdc-73a2-4ee6-ad65-7e48994ed21a} <Debug> TCPHandler: Processed in 0.001629711 sec.
4599 2025.01.02 23:36:48.132679 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10614
4600 2025.01.02 23:36:48.133451 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4601 2025.01.02 23:36:48.133505 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4602 2025.01.02 23:36:48.134061 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
4603 2025.01.02 23:36:48.134328 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4604 2025.01.02 23:36:48.134608 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10614
4605 2025.01.02 23:36:48.862662 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174
4606 2025.01.02 23:36:48.884229 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4607 2025.01.02 23:36:48.884287 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
4608 2025.01.02 23:36:48.891800 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
4609 2025.01.02 23:36:48.892571 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4610 2025.01.02 23:36:48.895279 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 174
4611 2025.01.02 23:36:52.437481 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4612 2025.01.02 23:36:52.437683 [ 260 ] {c20eb755-c921-4996-abde-31dd28a38c7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4613 2025.01.02 23:36:52.437759 [ 260 ] {c20eb755-c921-4996-abde-31dd28a38c7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4614 2025.01.02 23:36:52.438546 [ 260 ] {c20eb755-c921-4996-abde-31dd28a38c7a} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4615 2025.01.02 23:36:52.438599 [ 260 ] {c20eb755-c921-4996-abde-31dd28a38c7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4616 2025.01.02 23:36:52.439040 [ 260 ] {c20eb755-c921-4996-abde-31dd28a38c7a} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4617 2025.01.02 23:36:52.439295 [ 260 ] {c20eb755-c921-4996-abde-31dd28a38c7a} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4618 2025.01.02 23:36:52.439543 [ 260 ] {c20eb755-c921-4996-abde-31dd28a38c7a} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001913 sec., 29273.392577104027 rows/sec., 2.25 MiB/sec.
4619 2025.01.02 23:36:52.439609 [ 260 ] {c20eb755-c921-4996-abde-31dd28a38c7a} <Debug> TCPHandler: Processed in 0.00226355 sec.
4620 2025.01.02 23:36:52.439870 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4621 2025.01.02 23:36:52.440063 [ 265 ] {e11d1c46-9f9b-41df-b1d4-21e0238bef6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4622 2025.01.02 23:36:52.440136 [ 265 ] {e11d1c46-9f9b-41df-b1d4-21e0238bef6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4623 2025.01.02 23:36:52.440916 [ 265 ] {e11d1c46-9f9b-41df-b1d4-21e0238bef6c} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4624 2025.01.02 23:36:52.440964 [ 265 ] {e11d1c46-9f9b-41df-b1d4-21e0238bef6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4625 2025.01.02 23:36:52.441438 [ 265 ] {e11d1c46-9f9b-41df-b1d4-21e0238bef6c} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4626 2025.01.02 23:36:52.441702 [ 265 ] {e11d1c46-9f9b-41df-b1d4-21e0238bef6c} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4627 2025.01.02 23:36:52.441945 [ 265 ] {e11d1c46-9f9b-41df-b1d4-21e0238bef6c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001939 sec., 33006.70448684889 rows/sec., 2.58 MiB/sec.
4628 2025.01.02 23:36:52.442073 [ 265 ] {e11d1c46-9f9b-41df-b1d4-21e0238bef6c} <Debug> TCPHandler: Processed in 0.002333071 sec.
4629 2025.01.02 23:36:52.442246 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4630 2025.01.02 23:36:52.442392 [ 260 ] {410be355-9c02-42cd-8941-72d38603555e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4631 2025.01.02 23:36:52.442460 [ 260 ] {410be355-9c02-42cd-8941-72d38603555e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4632 2025.01.02 23:36:52.443095 [ 260 ] {410be355-9c02-42cd-8941-72d38603555e} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4633 2025.01.02 23:36:52.443138 [ 260 ] {410be355-9c02-42cd-8941-72d38603555e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4634 2025.01.02 23:36:52.443532 [ 260 ] {410be355-9c02-42cd-8941-72d38603555e} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4635 2025.01.02 23:36:52.443770 [ 260 ] {410be355-9c02-42cd-8941-72d38603555e} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4636 2025.01.02 23:36:52.444020 [ 260 ] {410be355-9c02-42cd-8941-72d38603555e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001659 sec., 96443.64074743821 rows/sec., 6.72 MiB/sec.
4637 2025.01.02 23:36:52.444206 [ 260 ] {410be355-9c02-42cd-8941-72d38603555e} <Debug> TCPHandler: Processed in 0.002025217 sec.
4638 2025.01.02 23:36:52.444433 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4639 2025.01.02 23:36:52.444550 [ 265 ] {fbd9fb29-f74e-43f0-8c09-f061aaf95843} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4640 2025.01.02 23:36:52.444602 [ 265 ] {fbd9fb29-f74e-43f0-8c09-f061aaf95843} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4641 2025.01.02 23:36:52.445122 [ 265 ] {fbd9fb29-f74e-43f0-8c09-f061aaf95843} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4642 2025.01.02 23:36:52.445162 [ 265 ] {fbd9fb29-f74e-43f0-8c09-f061aaf95843} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4643 2025.01.02 23:36:52.445539 [ 265 ] {fbd9fb29-f74e-43f0-8c09-f061aaf95843} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4644 2025.01.02 23:36:52.445769 [ 265 ] {fbd9fb29-f74e-43f0-8c09-f061aaf95843} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4645 2025.01.02 23:36:52.445984 [ 265 ] {fbd9fb29-f74e-43f0-8c09-f061aaf95843} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001459 sec., 41124.057573680606 rows/sec., 2.77 MiB/sec.
4646 2025.01.02 23:36:52.446034 [ 265 ] {fbd9fb29-f74e-43f0-8c09-f061aaf95843} <Debug> TCPHandler: Processed in 0.001714173 sec.
4647 2025.01.02 23:36:55.523771 [ 54 ] {} <Debug> DNSResolver: Updating DNS cache
4648 2025.01.02 23:36:55.523838 [ 54 ] {} <Debug> DNSResolver: Updated DNS cache
4649 2025.01.02 23:36:55.634833 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11041
4650 2025.01.02 23:36:55.635492 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4651 2025.01.02 23:36:55.635546 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4652 2025.01.02 23:36:55.636125 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
4653 2025.01.02 23:36:55.636391 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4654 2025.01.02 23:36:55.636635 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11041
4655 2025.01.02 23:36:55.690705 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 660
4656 2025.01.02 23:36:55.693863 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4657 2025.01.02 23:36:55.693912 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4658 2025.01.02 23:36:55.695380 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
4659 2025.01.02 23:36:55.695684 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4660 2025.01.02 23:36:55.695884 [ 54 ] {} <Debug> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
4661 2025.01.02 23:36:55.696012 [ 54 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4662 2025.01.02 23:36:55.696087 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4663 2025.01.02 23:36:55.696610 [ 186 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::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
4664 2025.01.02 23:36:55.697075 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 660
4665 2025.01.02 23:36:55.697638 [ 186 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4666 2025.01.02 23:36:55.697849 [ 186 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 490 rows starting from the beginning of the part
4667 2025.01.02 23:36:55.698566 [ 186 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 30 rows starting from the beginning of the part
4668 2025.01.02 23:36:55.699234 [ 186 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 32 rows starting from the beginning of the part
4669 2025.01.02 23:36:55.699858 [ 186 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 46 rows starting from the beginning of the part
4670 2025.01.02 23:36:55.700528 [ 186 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 30 rows starting from the beginning of the part
4671 2025.01.02 23:36:55.701250 [ 186 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 32 rows starting from the beginning of the part
4672 2025.01.02 23:36:55.709671 [ 199 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 660 rows, containing 72 columns (72 merged, 0 gathered) in 0.013372006 sec., 49356.84294488052 rows/sec., 42.71 MiB/sec.
4673 2025.01.02 23:36:55.710915 [ 194 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
4674 2025.01.02 23:36:55.711754 [ 194 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_16_3} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4675 2025.01.02 23:36:55.711853 [ 194 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_16_3} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
4676 2025.01.02 23:36:55.712185 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.05 MiB.
4677 2025.01.02 23:36:56.395446 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181
4678 2025.01.02 23:36:56.416378 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4679 2025.01.02 23:36:56.416432 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4680 2025.01.02 23:36:56.424189 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
4681 2025.01.02 23:36:56.424951 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4682 2025.01.02 23:36:56.427758 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 181
4683 2025.01.02 23:36:57.443787 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4684 2025.01.02 23:36:57.443968 [ 260 ] {ce61d4b0-86e9-40dc-93ac-95217574e6d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4685 2025.01.02 23:36:57.444037 [ 260 ] {ce61d4b0-86e9-40dc-93ac-95217574e6d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4686 2025.01.02 23:36:57.444772 [ 260 ] {ce61d4b0-86e9-40dc-93ac-95217574e6d2} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4687 2025.01.02 23:36:57.444815 [ 260 ] {ce61d4b0-86e9-40dc-93ac-95217574e6d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4688 2025.01.02 23:36:57.445255 [ 260 ] {ce61d4b0-86e9-40dc-93ac-95217574e6d2} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
4689 2025.01.02 23:36:57.445511 [ 260 ] {ce61d4b0-86e9-40dc-93ac-95217574e6d2} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4690 2025.01.02 23:36:57.445765 [ 260 ] {ce61d4b0-86e9-40dc-93ac-95217574e6d2} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001828 sec., 7658.643326039388 rows/sec., 551.32 KiB/sec.
4691 2025.01.02 23:36:57.446129 [ 260 ] {ce61d4b0-86e9-40dc-93ac-95217574e6d2} <Debug> TCPHandler: Processed in 0.002464662 sec.
4692 2025.01.02 23:36:57.446404 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4693 2025.01.02 23:36:57.446590 [ 265 ] {a7bcc8bc-24c7-4937-b5e2-53ef687ac1d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4694 2025.01.02 23:36:57.446658 [ 265 ] {a7bcc8bc-24c7-4937-b5e2-53ef687ac1d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4695 2025.01.02 23:36:57.447543 [ 265 ] {a7bcc8bc-24c7-4937-b5e2-53ef687ac1d1} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4696 2025.01.02 23:36:57.447586 [ 265 ] {a7bcc8bc-24c7-4937-b5e2-53ef687ac1d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4697 2025.01.02 23:36:57.448040 [ 265 ] {a7bcc8bc-24c7-4937-b5e2-53ef687ac1d1} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4698 2025.01.02 23:36:57.448298 [ 265 ] {a7bcc8bc-24c7-4937-b5e2-53ef687ac1d1} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4699 2025.01.02 23:36:57.448594 [ 265 ] {a7bcc8bc-24c7-4937-b5e2-53ef687ac1d1} <Debug> executeQuery: Read 283 rows, 25.60 KiB in 0.002053 sec., 137847.05309303457 rows/sec., 12.18 MiB/sec.
4700 2025.01.02 23:36:57.449058 [ 265 ] {a7bcc8bc-24c7-4937-b5e2-53ef687ac1d1} <Debug> TCPHandler: Processed in 0.002773347 sec.
4701 2025.01.02 23:36:57.449370 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4702 2025.01.02 23:36:57.449523 [ 260 ] {644e6b27-cb46-497c-9523-859cd3a7812f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4703 2025.01.02 23:36:57.449573 [ 260 ] {644e6b27-cb46-497c-9523-859cd3a7812f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4704 2025.01.02 23:36:57.450180 [ 260 ] {644e6b27-cb46-497c-9523-859cd3a7812f} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4705 2025.01.02 23:36:57.450218 [ 260 ] {644e6b27-cb46-497c-9523-859cd3a7812f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4706 2025.01.02 23:36:57.450591 [ 260 ] {644e6b27-cb46-497c-9523-859cd3a7812f} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4707 2025.01.02 23:36:57.450837 [ 260 ] {644e6b27-cb46-497c-9523-859cd3a7812f} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4708 2025.01.02 23:36:57.451031 [ 260 ] {644e6b27-cb46-497c-9523-859cd3a7812f} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.00153 sec., 30718.954248366015 rows/sec., 2.21 MiB/sec.
4709 2025.01.02 23:36:57.451236 [ 260 ] {644e6b27-cb46-497c-9523-859cd3a7812f} <Debug> TCPHandler: Processed in 0.001986976 sec.
4710 2025.01.02 23:36:57.451424 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4711 2025.01.02 23:36:57.451561 [ 265 ] {783c4b63-d854-4682-8823-deaf84a3b9a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4712 2025.01.02 23:36:57.451618 [ 265 ] {783c4b63-d854-4682-8823-deaf84a3b9a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4713 2025.01.02 23:36:57.452247 [ 265 ] {783c4b63-d854-4682-8823-deaf84a3b9a6} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4714 2025.01.02 23:36:57.452285 [ 265 ] {783c4b63-d854-4682-8823-deaf84a3b9a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4715 2025.01.02 23:36:57.452640 [ 265 ] {783c4b63-d854-4682-8823-deaf84a3b9a6} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4716 2025.01.02 23:36:57.452876 [ 265 ] {783c4b63-d854-4682-8823-deaf84a3b9a6} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4717 2025.01.02 23:36:57.453122 [ 265 ] {783c4b63-d854-4682-8823-deaf84a3b9a6} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001579 sec., 8866.371120962634 rows/sec., 620.94 KiB/sec.
4718 2025.01.02 23:36:57.453320 [ 265 ] {783c4b63-d854-4682-8823-deaf84a3b9a6} <Debug> TCPHandler: Processed in 0.001959716 sec.
4719 2025.01.02 23:36:57.453484 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4720 2025.01.02 23:36:57.453599 [ 260 ] {5d34383a-78ac-40c6-bbdc-39af5ad4ef44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
4721 2025.01.02 23:36:57.453645 [ 260 ] {5d34383a-78ac-40c6-bbdc-39af5ad4ef44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4722 2025.01.02 23:36:57.454207 [ 260 ] {5d34383a-78ac-40c6-bbdc-39af5ad4ef44} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4723 2025.01.02 23:36:57.454246 [ 260 ] {5d34383a-78ac-40c6-bbdc-39af5ad4ef44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4724 2025.01.02 23:36:57.454595 [ 260 ] {5d34383a-78ac-40c6-bbdc-39af5ad4ef44} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
4725 2025.01.02 23:36:57.454829 [ 260 ] {5d34383a-78ac-40c6-bbdc-39af5ad4ef44} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4726 2025.01.02 23:36:57.455067 [ 260 ] {5d34383a-78ac-40c6-bbdc-39af5ad4ef44} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001478 sec., 8795.669824086604 rows/sec., 548.41 KiB/sec.
4727 2025.01.02 23:36:57.455270 [ 260 ] {5d34383a-78ac-40c6-bbdc-39af5ad4ef44} <Debug> TCPHandler: Processed in 0.001845654 sec.
4728 2025.01.02 23:36:57.455428 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4729 2025.01.02 23:36:57.455542 [ 265 ] {b852b28d-419c-4480-b546-83bf8692c857} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4730 2025.01.02 23:36:57.455590 [ 265 ] {b852b28d-419c-4480-b546-83bf8692c857} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4731 2025.01.02 23:36:57.456330 [ 265 ] {b852b28d-419c-4480-b546-83bf8692c857} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4732 2025.01.02 23:36:57.456367 [ 265 ] {b852b28d-419c-4480-b546-83bf8692c857} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4733 2025.01.02 23:36:57.456745 [ 265 ] {b852b28d-419c-4480-b546-83bf8692c857} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4734 2025.01.02 23:36:57.456973 [ 265 ] {b852b28d-419c-4480-b546-83bf8692c857} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4735 2025.01.02 23:36:57.457194 [ 265 ] {b852b28d-419c-4480-b546-83bf8692c857} <Debug> executeQuery: Read 422 rows, 30.88 KiB in 0.001675 sec., 251940.2985074627 rows/sec., 18.01 MiB/sec.
4736 2025.01.02 23:36:57.457245 [ 265 ] {b852b28d-419c-4480-b546-83bf8692c857} <Debug> TCPHandler: Processed in 0.001872644 sec.
4737 2025.01.02 23:36:57.457403 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4738 2025.01.02 23:36:57.457541 [ 260 ] {dacae775-a8de-435c-b3d2-ee0ff8049e0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
4739 2025.01.02 23:36:57.457599 [ 260 ] {dacae775-a8de-435c-b3d2-ee0ff8049e0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4740 2025.01.02 23:36:57.458147 [ 260 ] {dacae775-a8de-435c-b3d2-ee0ff8049e0a} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4741 2025.01.02 23:36:57.458185 [ 260 ] {dacae775-a8de-435c-b3d2-ee0ff8049e0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4742 2025.01.02 23:36:57.458542 [ 260 ] {dacae775-a8de-435c-b3d2-ee0ff8049e0a} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
4743 2025.01.02 23:36:57.458773 [ 260 ] {dacae775-a8de-435c-b3d2-ee0ff8049e0a} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4744 2025.01.02 23:36:57.458978 [ 260 ] {dacae775-a8de-435c-b3d2-ee0ff8049e0a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001468 sec., 4087.1934604904636 rows/sec., 213.54 KiB/sec.
4745 2025.01.02 23:36:57.459028 [ 260 ] {dacae775-a8de-435c-b3d2-ee0ff8049e0a} <Debug> TCPHandler: Processed in 0.001689213 sec.
4746 2025.01.02 23:36:57.459192 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4747 2025.01.02 23:36:57.459328 [ 265 ] {6d71f6fe-b87a-4676-8b37-9c0ae5f03e7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4748 2025.01.02 23:36:57.459392 [ 265 ] {6d71f6fe-b87a-4676-8b37-9c0ae5f03e7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4749 2025.01.02 23:36:57.460081 [ 265 ] {6d71f6fe-b87a-4676-8b37-9c0ae5f03e7f} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4750 2025.01.02 23:36:57.460121 [ 265 ] {6d71f6fe-b87a-4676-8b37-9c0ae5f03e7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4751 2025.01.02 23:36:57.460516 [ 265 ] {6d71f6fe-b87a-4676-8b37-9c0ae5f03e7f} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4752 2025.01.02 23:36:57.460765 [ 265 ] {6d71f6fe-b87a-4676-8b37-9c0ae5f03e7f} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4753 2025.01.02 23:36:57.460999 [ 265 ] {6d71f6fe-b87a-4676-8b37-9c0ae5f03e7f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001701 sec., 139329.80599647266 rows/sec., 9.34 MiB/sec.
4754 2025.01.02 23:36:57.461051 [ 265 ] {6d71f6fe-b87a-4676-8b37-9c0ae5f03e7f} <Debug> TCPHandler: Processed in 0.001928495 sec.
4755 2025.01.02 23:36:57.461209 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4756 2025.01.02 23:36:57.461346 [ 260 ] {2c0068c2-99bd-400c-81eb-e8aebdaa7416} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
4757 2025.01.02 23:36:57.461407 [ 260 ] {2c0068c2-99bd-400c-81eb-e8aebdaa7416} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4758 2025.01.02 23:36:57.461977 [ 260 ] {2c0068c2-99bd-400c-81eb-e8aebdaa7416} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4759 2025.01.02 23:36:57.462022 [ 260 ] {2c0068c2-99bd-400c-81eb-e8aebdaa7416} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4760 2025.01.02 23:36:57.462373 [ 260 ] {2c0068c2-99bd-400c-81eb-e8aebdaa7416} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
4761 2025.01.02 23:36:57.462611 [ 260 ] {2c0068c2-99bd-400c-81eb-e8aebdaa7416} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4762 2025.01.02 23:36:57.462781 [ 50 ] {} <Debug> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
4763 2025.01.02 23:36:57.462844 [ 260 ] {2c0068c2-99bd-400c-81eb-e8aebdaa7416} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001527 sec., 654.8788474132285 rows/sec., 44.13 KiB/sec.
4764 2025.01.02 23:36:57.462872 [ 50 ] {} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4765 2025.01.02 23:36:57.462939 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4766 2025.01.02 23:36:57.462975 [ 260 ] {2c0068c2-99bd-400c-81eb-e8aebdaa7416} <Debug> TCPHandler: Processed in 0.001828225 sec.
4767 2025.01.02 23:36:57.463284 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4768 2025.01.02 23:36:57.463644 [ 194 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::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
4769 2025.01.02 23:36:57.463836 [ 265 ] {f6072cb8-d494-4c5c-a280-06d5cf2ea29e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4770 2025.01.02 23:36:57.464133 [ 265 ] {f6072cb8-d494-4c5c-a280-06d5cf2ea29e} <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
4771 2025.01.02 23:36:57.464151 [ 194 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4772 2025.01.02 23:36:57.464205 [ 194 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 13 rows starting from the beginning of the part
4773 2025.01.02 23:36:57.464381 [ 194 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part
4774 2025.01.02 23:36:57.464783 [ 194 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part
4775 2025.01.02 23:36:57.465107 [ 194 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part
4776 2025.01.02 23:36:57.465416 [ 194 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part
4777 2025.01.02 23:36:57.465705 [ 194 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part
4778 2025.01.02 23:36:57.467671 [ 194 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18 rows, containing 4 columns (4 merged, 0 gathered) in 0.00458695 sec., 3924.1761955111783 rows/sec., 262.72 KiB/sec.
4779 2025.01.02 23:36:57.467945 [ 199 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
4780 2025.01.02 23:36:57.467994 [ 265 ] {f6072cb8-d494-4c5c-a280-06d5cf2ea29e} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4781 2025.01.02 23:36:57.468074 [ 265 ] {f6072cb8-d494-4c5c-a280-06d5cf2ea29e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4782 2025.01.02 23:36:57.468604 [ 199 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_16_3} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4783 2025.01.02 23:36:57.468819 [ 199 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_16_3} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
4784 2025.01.02 23:36:57.469003 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB.
4785 2025.01.02 23:36:57.469340 [ 265 ] {f6072cb8-d494-4c5c-a280-06d5cf2ea29e} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
4786 2025.01.02 23:36:57.469611 [ 265 ] {f6072cb8-d494-4c5c-a280-06d5cf2ea29e} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4787 2025.01.02 23:36:57.469788 [ 50 ] {} <Debug> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
4788 2025.01.02 23:36:57.469856 [ 50 ] {} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4789 2025.01.02 23:36:57.469889 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4790 2025.01.02 23:36:57.469924 [ 265 ] {f6072cb8-d494-4c5c-a280-06d5cf2ea29e} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.006257 sec., 6392.8400191785195 rows/sec., 11.46 MiB/sec.
4791 2025.01.02 23:36:57.470780 [ 194 ] {cc79507e-c368-4663-95ab-c05f18185f75::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
4792 2025.01.02 23:36:57.471240 [ 265 ] {f6072cb8-d494-4c5c-a280-06d5cf2ea29e} <Debug> TCPHandler: Processed in 0.008157757 sec.
4793 2025.01.02 23:36:57.471501 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4794 2025.01.02 23:36:57.471593 [ 194 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4795 2025.01.02 23:36:57.471798 [ 194 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 350 rows starting from the beginning of the part
4796 2025.01.02 23:36:57.471823 [ 260 ] {0b74e793-e0b6-4050-ad8d-15315bc88619} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4797 2025.01.02 23:36:57.471989 [ 260 ] {0b74e793-e0b6-4050-ad8d-15315bc88619} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4798 2025.01.02 23:36:57.472589 [ 194 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 40 rows starting from the beginning of the part
4799 2025.01.02 23:36:57.473231 [ 194 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 40 rows starting from the beginning of the part
4800 2025.01.02 23:36:57.473983 [ 194 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 40 rows starting from the beginning of the part
4801 2025.01.02 23:36:57.474363 [ 260 ] {0b74e793-e0b6-4050-ad8d-15315bc88619} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4802 2025.01.02 23:36:57.474488 [ 260 ] {0b74e793-e0b6-4050-ad8d-15315bc88619} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4803 2025.01.02 23:36:57.474593 [ 194 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 40 rows starting from the beginning of the part
4804 2025.01.02 23:36:57.475225 [ 194 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 40 rows starting from the beginning of the part
4805 2025.01.02 23:36:57.476016 [ 260 ] {0b74e793-e0b6-4050-ad8d-15315bc88619} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4806 2025.01.02 23:36:57.476528 [ 260 ] {0b74e793-e0b6-4050-ad8d-15315bc88619} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4807 2025.01.02 23:36:57.477351 [ 260 ] {0b74e793-e0b6-4050-ad8d-15315bc88619} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005602 sec., 14637.629418064977 rows/sec., 951.98 KiB/sec.
4808 2025.01.02 23:36:57.477929 [ 260 ] {0b74e793-e0b6-4050-ad8d-15315bc88619} <Debug> TCPHandler: Processed in 0.006581466 sec.
4809 2025.01.02 23:36:57.481571 [ 192 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 550 rows, containing 19 columns (19 merged, 0 gathered) in 0.011601263 sec., 47408.631284369636 rows/sec., 84.95 MiB/sec.
4810 2025.01.02 23:36:57.482521 [ 192 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
4811 2025.01.02 23:36:57.482968 [ 192 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4812 2025.01.02 23:36:57.483051 [ 192 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
4813 2025.01.02 23:36:57.483208 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.52 MiB.
4814 2025.01.02 23:37:02.466137 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4815 2025.01.02 23:37:02.466358 [ 260 ] {8fdb1822-7d25-436d-b3b2-e79ac2ea914f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
4816 2025.01.02 23:37:02.466437 [ 260 ] {8fdb1822-7d25-436d-b3b2-e79ac2ea914f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
4817 2025.01.02 23:37:02.467259 [ 260 ] {8fdb1822-7d25-436d-b3b2-e79ac2ea914f} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4818 2025.01.02 23:37:02.467309 [ 260 ] {8fdb1822-7d25-436d-b3b2-e79ac2ea914f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4819 2025.01.02 23:37:02.467734 [ 260 ] {8fdb1822-7d25-436d-b3b2-e79ac2ea914f} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
4820 2025.01.02 23:37:02.467978 [ 260 ] {8fdb1822-7d25-436d-b3b2-e79ac2ea914f} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4821 2025.01.02 23:37:02.468195 [ 260 ] {8fdb1822-7d25-436d-b3b2-e79ac2ea914f} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001893 sec., 1056.5240359218174 rows/sec., 86.15 KiB/sec.
4822 2025.01.02 23:37:02.468259 [ 260 ] {8fdb1822-7d25-436d-b3b2-e79ac2ea914f} <Debug> TCPHandler: Processed in 0.002251969 sec.
4823 2025.01.02 23:37:02.468524 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4824 2025.01.02 23:37:02.468723 [ 265 ] {4f937137-f789-4a79-8ee6-ca6368112e31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4825 2025.01.02 23:37:02.468801 [ 265 ] {4f937137-f789-4a79-8ee6-ca6368112e31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4826 2025.01.02 23:37:02.470178 [ 265 ] {4f937137-f789-4a79-8ee6-ca6368112e31} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4827 2025.01.02 23:37:02.470231 [ 265 ] {4f937137-f789-4a79-8ee6-ca6368112e31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4828 2025.01.02 23:37:02.470753 [ 265 ] {4f937137-f789-4a79-8ee6-ca6368112e31} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
4829 2025.01.02 23:37:02.471114 [ 265 ] {4f937137-f789-4a79-8ee6-ca6368112e31} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4830 2025.01.02 23:37:02.471341 [ 43 ] {} <Debug> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
4831 2025.01.02 23:37:02.471420 [ 265 ] {4f937137-f789-4a79-8ee6-ca6368112e31} <Debug> executeQuery: Read 1197 rows, 101.04 KiB in 0.002743 sec., 436383.52169157856 rows/sec., 35.97 MiB/sec.
4832 2025.01.02 23:37:02.471432 [ 43 ] {} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4833 2025.01.02 23:37:02.471514 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4834 2025.01.02 23:37:02.471578 [ 265 ] {4f937137-f789-4a79-8ee6-ca6368112e31} <Debug> TCPHandler: Processed in 0.003197372 sec.
4835 2025.01.02 23:37:02.472039 [ 188 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::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
4836 2025.01.02 23:37:02.472061 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4837 2025.01.02 23:37:02.472403 [ 188 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4838 2025.01.02 23:37:02.472413 [ 260 ] {a1e7f9a4-59a7-4c26-8456-2f9dcb3e70b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4839 2025.01.02 23:37:02.472467 [ 188 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1434 rows starting from the beginning of the part
4840 2025.01.02 23:37:02.472508 [ 260 ] {a1e7f9a4-59a7-4c26-8456-2f9dcb3e70b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4841 2025.01.02 23:37:02.472742 [ 188 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 56 rows starting from the beginning of the part
4842 2025.01.02 23:37:02.473141 [ 188 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 284 rows starting from the beginning of the part
4843 2025.01.02 23:37:02.473599 [ 188 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 56 rows starting from the beginning of the part
4844 2025.01.02 23:37:02.473858 [ 188 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 283 rows starting from the beginning of the part
4845 2025.01.02 23:37:02.474186 [ 188 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1197 rows starting from the beginning of the part
4846 2025.01.02 23:37:02.475381 [ 260 ] {a1e7f9a4-59a7-4c26-8456-2f9dcb3e70b2} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4847 2025.01.02 23:37:02.475453 [ 260 ] {a1e7f9a4-59a7-4c26-8456-2f9dcb3e70b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4848 2025.01.02 23:37:02.476194 [ 260 ] {a1e7f9a4-59a7-4c26-8456-2f9dcb3e70b2} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4849 2025.01.02 23:37:02.476683 [ 260 ] {a1e7f9a4-59a7-4c26-8456-2f9dcb3e70b2} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4850 2025.01.02 23:37:02.476921 [ 43 ] {} <Debug> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0
4851 2025.01.02 23:37:02.477003 [ 43 ] {} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4852 2025.01.02 23:37:02.477037 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4853 2025.01.02 23:37:02.477078 [ 260 ] {a1e7f9a4-59a7-4c26-8456-2f9dcb3e70b2} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.004741 sec., 421.85192997257957 rows/sec., 29.46 KiB/sec.
4854 2025.01.02 23:37:02.477690 [ 260 ] {a1e7f9a4-59a7-4c26-8456-2f9dcb3e70b2} <Debug> TCPHandler: Processed in 0.005957878 sec.
4855 2025.01.02 23:37:02.477715 [ 192 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_20_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_15_3 to all_20_20_0 into Compact with storage Full
4856 2025.01.02 23:37:02.478488 [ 192 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4857 2025.01.02 23:37:02.478628 [ 192 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 63 rows starting from the beginning of the part
4858 2025.01.02 23:37:02.478631 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4859 2025.01.02 23:37:02.478726 [ 188 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3310 rows, containing 5 columns (5 merged, 0 gathered) in 0.007063923 sec., 468578.1540936956 rows/sec., 41.07 MiB/sec.
4860 2025.01.02 23:37:02.478867 [ 192 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 2 rows starting from the beginning of the part
4861 2025.01.02 23:37:02.479191 [ 188 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
4862 2025.01.02 23:37:02.479227 [ 192 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 47 rows starting from the beginning of the part
4863 2025.01.02 23:37:02.479615 [ 265 ] {a40d1956-6996-4158-8c13-097cbf051e52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4864 2025.01.02 23:37:02.479766 [ 192 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 49 rows starting from the beginning of the part
4865 2025.01.02 23:37:02.479921 [ 265 ] {a40d1956-6996-4158-8c13-097cbf051e52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4866 2025.01.02 23:37:02.480356 [ 192 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 47 rows starting from the beginning of the part
4867 2025.01.02 23:37:02.480702 [ 188 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_31_6} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4868 2025.01.02 23:37:02.480979 [ 192 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 2 rows starting from the beginning of the part
4869 2025.01.02 23:37:02.481309 [ 188 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_31_6} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
4870 2025.01.02 23:37:02.481770 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB.
4871 2025.01.02 23:37:02.483416 [ 265 ] {a40d1956-6996-4158-8c13-097cbf051e52} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4872 2025.01.02 23:37:02.483497 [ 265 ] {a40d1956-6996-4158-8c13-097cbf051e52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4873 2025.01.02 23:37:02.484430 [ 192 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 210 rows, containing 5 columns (5 merged, 0 gathered) in 0.007279586 sec., 28847.794366327973 rows/sec., 2.17 MiB/sec.
4874 2025.01.02 23:37:02.484555 [ 265 ] {a40d1956-6996-4158-8c13-097cbf051e52} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4875 2025.01.02 23:37:02.484601 [ 192 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary)
4876 2025.01.02 23:37:02.485040 [ 265 ] {a40d1956-6996-4158-8c13-097cbf051e52} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4877 2025.01.02 23:37:02.485088 [ 202 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_20_4} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4878 2025.01.02 23:37:02.485283 [ 43 ] {} <Debug> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4879 2025.01.02 23:37:02.485288 [ 202 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_20_4} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4
4880 2025.01.02 23:37:02.485369 [ 43 ] {} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4881 2025.01.02 23:37:02.485441 [ 265 ] {a40d1956-6996-4158-8c13-097cbf051e52} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.006397 sec., 35641.70705017977 rows/sec., 2.41 MiB/sec.
4882 2025.01.02 23:37:02.485465 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4883 2025.01.02 23:37:02.485560 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
4884 2025.01.02 23:37:02.485615 [ 265 ] {a40d1956-6996-4158-8c13-097cbf051e52} <Debug> TCPHandler: Processed in 0.007229045 sec.
4885 2025.01.02 23:37:02.485846 [ 193 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::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
4886 2025.01.02 23:37:02.485859 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4887 2025.01.02 23:37:02.486134 [ 193 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4888 2025.01.02 23:37:02.486142 [ 260 ] {dfff6220-9109-471e-be3f-da85d64556a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4889 2025.01.02 23:37:02.486208 [ 193 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 244 rows starting from the beginning of the part
4890 2025.01.02 23:37:02.486241 [ 260 ] {dfff6220-9109-471e-be3f-da85d64556a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4891 2025.01.02 23:37:02.486495 [ 193 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 228 rows starting from the beginning of the part
4892 2025.01.02 23:37:02.486840 [ 193 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 14 rows starting from the beginning of the part
4893 2025.01.02 23:37:02.487197 [ 193 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 14 rows starting from the beginning of the part
4894 2025.01.02 23:37:02.487589 [ 193 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 14 rows starting from the beginning of the part
4895 2025.01.02 23:37:02.487965 [ 193 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 228 rows starting from the beginning of the part
4896 2025.01.02 23:37:02.489542 [ 260 ] {dfff6220-9109-471e-be3f-da85d64556a7} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4897 2025.01.02 23:37:02.489614 [ 260 ] {dfff6220-9109-471e-be3f-da85d64556a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4898 2025.01.02 23:37:02.490605 [ 260 ] {dfff6220-9109-471e-be3f-da85d64556a7} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
4899 2025.01.02 23:37:02.490812 [ 202 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 742 rows, containing 5 columns (5 merged, 0 gathered) in 0.005118578 sec., 144962.1359682318 rows/sec., 10.37 MiB/sec.
4900 2025.01.02 23:37:02.491028 [ 195 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4901 2025.01.02 23:37:02.491086 [ 260 ] {dfff6220-9109-471e-be3f-da85d64556a7} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4902 2025.01.02 23:37:02.491386 [ 43 ] {} <Debug> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
4903 2025.01.02 23:37:02.491497 [ 43 ] {} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4904 2025.01.02 23:37:02.491585 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4905 2025.01.02 23:37:02.491673 [ 260 ] {dfff6220-9109-471e-be3f-da85d64556a7} <Debug> executeQuery: Read 522 rows, 39.57 KiB in 0.005587 sec., 93431.17952389475 rows/sec., 6.92 MiB/sec.
4906 2025.01.02 23:37:02.491856 [ 195 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_21_4} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4907 2025.01.02 23:37:02.491981 [ 202 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::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
4908 2025.01.02 23:37:02.492068 [ 260 ] {dfff6220-9109-471e-be3f-da85d64556a7} <Debug> TCPHandler: Processed in 0.006329593 sec.
4909 2025.01.02 23:37:02.492189 [ 195 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_21_4} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4910 2025.01.02 23:37:02.492337 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4911 2025.01.02 23:37:02.492452 [ 202 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4912 2025.01.02 23:37:02.492479 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB.
4913 2025.01.02 23:37:02.492534 [ 202 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 912 rows starting from the beginning of the part
4914 2025.01.02 23:37:02.492585 [ 265 ] {63d2e14e-5ed1-4384-9411-00443bf64c7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4915 2025.01.02 23:37:02.492730 [ 265 ] {63d2e14e-5ed1-4384-9411-00443bf64c7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4916 2025.01.02 23:37:02.492746 [ 202 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 64 rows starting from the beginning of the part
4917 2025.01.02 23:37:02.493123 [ 202 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 424 rows starting from the beginning of the part
4918 2025.01.02 23:37:02.493536 [ 202 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 64 rows starting from the beginning of the part
4919 2025.01.02 23:37:02.493924 [ 202 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 422 rows starting from the beginning of the part
4920 2025.01.02 23:37:02.494277 [ 202 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 522 rows starting from the beginning of the part
4921 2025.01.02 23:37:02.495396 [ 265 ] {63d2e14e-5ed1-4384-9411-00443bf64c7f} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4922 2025.01.02 23:37:02.495443 [ 265 ] {63d2e14e-5ed1-4384-9411-00443bf64c7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4923 2025.01.02 23:37:02.496059 [ 265 ] {63d2e14e-5ed1-4384-9411-00443bf64c7f} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
4924 2025.01.02 23:37:02.496366 [ 265 ] {63d2e14e-5ed1-4384-9411-00443bf64c7f} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4925 2025.01.02 23:37:02.496557 [ 200 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2408 rows, containing 5 columns (5 merged, 0 gathered) in 0.004851624 sec., 496328.6520142534 rows/sec., 38.06 MiB/sec.
4926 2025.01.02 23:37:02.496648 [ 43 ] {} <Debug> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
4927 2025.01.02 23:37:02.496743 [ 43 ] {} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4928 2025.01.02 23:37:02.496805 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4929 2025.01.02 23:37:02.496857 [ 265 ] {63d2e14e-5ed1-4384-9411-00443bf64c7f} <Debug> executeQuery: Read 881 rows, 60.70 KiB in 0.004319 sec., 203982.40333410513 rows/sec., 13.72 MiB/sec.
4930 2025.01.02 23:37:02.496956 [ 200 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
4931 2025.01.02 23:37:02.497344 [ 195 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::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
4932 2025.01.02 23:37:02.497840 [ 265 ] {63d2e14e-5ed1-4384-9411-00443bf64c7f} <Debug> TCPHandler: Processed in 0.005604204 sec.
4933 2025.01.02 23:37:02.498055 [ 195 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4934 2025.01.02 23:37:02.498168 [ 202 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_31_6} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4935 2025.01.02 23:37:02.498334 [ 195 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 8570 rows starting from the beginning of the part
4936 2025.01.02 23:37:02.498765 [ 202 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_31_6} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
4937 2025.01.02 23:37:02.498817 [ 195 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 160 rows starting from the beginning of the part
4938 2025.01.02 23:37:02.498857 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4939 2025.01.02 23:37:02.499263 [ 195 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 238 rows starting from the beginning of the part
4940 2025.01.02 23:37:02.499280 [ 260 ] {e336c569-ea74-416d-ba23-ac5fa2b06f59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4941 2025.01.02 23:37:02.499337 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB.
4942 2025.01.02 23:37:02.499485 [ 260 ] {e336c569-ea74-416d-ba23-ac5fa2b06f59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4943 2025.01.02 23:37:02.499651 [ 195 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 160 rows starting from the beginning of the part
4944 2025.01.02 23:37:02.500044 [ 195 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 237 rows starting from the beginning of the part
4945 2025.01.02 23:37:02.500331 [ 195 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 881 rows starting from the beginning of the part
4946 2025.01.02 23:37:02.501724 [ 260 ] {e336c569-ea74-416d-ba23-ac5fa2b06f59} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4947 2025.01.02 23:37:02.501767 [ 260 ] {e336c569-ea74-416d-ba23-ac5fa2b06f59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4948 2025.01.02 23:37:02.502560 [ 260 ] {e336c569-ea74-416d-ba23-ac5fa2b06f59} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
4949 2025.01.02 23:37:02.503115 [ 260 ] {e336c569-ea74-416d-ba23-ac5fa2b06f59} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4950 2025.01.02 23:37:02.503416 [ 43 ] {} <Debug> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
4951 2025.01.02 23:37:02.503497 [ 43 ] {} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4952 2025.01.02 23:37:02.503531 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4953 2025.01.02 23:37:02.503546 [ 260 ] {e336c569-ea74-416d-ba23-ac5fa2b06f59} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004392 sec., 13661.20218579235 rows/sec., 942.77 KiB/sec.
4954 2025.01.02 23:37:02.503945 [ 200 ] {f089096f-6d35-4156-ac8a-e10ac4715594::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
4955 2025.01.02 23:37:02.504013 [ 260 ] {e336c569-ea74-416d-ba23-ac5fa2b06f59} <Debug> TCPHandler: Processed in 0.006010459 sec.
4956 2025.01.02 23:37:02.504595 [ 200 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4957 2025.01.02 23:37:02.504711 [ 200 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1394 rows starting from the beginning of the part
4958 2025.01.02 23:37:02.504874 [ 200 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 60 rows starting from the beginning of the part
4959 2025.01.02 23:37:02.504979 [ 200 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 82 rows starting from the beginning of the part
4960 2025.01.02 23:37:02.505253 [ 200 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 60 rows starting from the beginning of the part
4961 2025.01.02 23:37:02.505338 [ 200 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 82 rows starting from the beginning of the part
4962 2025.01.02 23:37:02.505517 [ 200 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 60 rows starting from the beginning of the part
4963 2025.01.02 23:37:02.506889 [ 187 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10246 rows, containing 5 columns (5 merged, 0 gathered) in 0.009948951 sec., 1029857.3186258532 rows/sec., 69.20 MiB/sec.
4964 2025.01.02 23:37:02.507233 [ 187 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
4965 2025.01.02 23:37:02.507923 [ 187 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4966 2025.01.02 23:37:02.507979 [ 201 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1738 rows, containing 4 columns (4 merged, 0 gathered) in 0.004335617 sec., 400865.6668704823 rows/sec., 26.11 MiB/sec.
4967 2025.01.02 23:37:02.508066 [ 187 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
4968 2025.01.02 23:37:02.508189 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.18 MiB.
4969 2025.01.02 23:37:02.508306 [ 189 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
4970 2025.01.02 23:37:02.508613 [ 189 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_31_6} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4971 2025.01.02 23:37:02.508695 [ 189 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_31_6} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
4972 2025.01.02 23:37:02.508776 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB.
4973 2025.01.02 23:37:03.136853 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11529
4974 2025.01.02 23:37:03.137565 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4975 2025.01.02 23:37:03.137603 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4976 2025.01.02 23:37:03.138136 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
4977 2025.01.02 23:37:03.138391 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4978 2025.01.02 23:37:03.138612 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11529
4979 2025.01.02 23:37:03.927934 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189
4980 2025.01.02 23:37:03.949498 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4981 2025.01.02 23:37:03.949569 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4982 2025.01.02 23:37:03.957109 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
4983 2025.01.02 23:37:03.957880 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4984 2025.01.02 23:37:03.960613 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 189
4985 2025.01.02 23:37:05.697414 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 696
4986 2025.01.02 23:37:05.700691 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4987 2025.01.02 23:37:05.700736 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4988 2025.01.02 23:37:05.702216 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
4989 2025.01.02 23:37:05.702512 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4990 2025.01.02 23:37:05.703885 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 696
4991 2025.01.02 23:37:07.443620 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4992 2025.01.02 23:37:07.443808 [ 260 ] {d934c190-160b-41af-9407-be2e80066b74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4993 2025.01.02 23:37:07.443881 [ 260 ] {d934c190-160b-41af-9407-be2e80066b74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4994 2025.01.02 23:37:07.444692 [ 260 ] {d934c190-160b-41af-9407-be2e80066b74} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4995 2025.01.02 23:37:07.444746 [ 260 ] {d934c190-160b-41af-9407-be2e80066b74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
4996 2025.01.02 23:37:07.445209 [ 260 ] {d934c190-160b-41af-9407-be2e80066b74} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
4997 2025.01.02 23:37:07.445518 [ 260 ] {d934c190-160b-41af-9407-be2e80066b74} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4998 2025.01.02 23:37:07.445709 [ 35 ] {} <Debug> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0
4999 2025.01.02 23:37:07.445791 [ 260 ] {d934c190-160b-41af-9407-be2e80066b74} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002028 sec., 6903.353057199211 rows/sec., 496.95 KiB/sec.
5000 2025.01.02 23:37:07.445796 [ 35 ] {} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5001 2025.01.02 23:37:07.445885 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5002 2025.01.02 23:37:07.445943 [ 260 ] {d934c190-160b-41af-9407-be2e80066b74} <Debug> TCPHandler: Processed in 0.002456902 sec.
5003 2025.01.02 23:37:07.446068 [ 190 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_17_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_13_3 to all_17_17_0 into Compact with storage Full
5004 2025.01.02 23:37:07.446196 [ 190 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5005 2025.01.02 23:37:07.446241 [ 190 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 14 rows starting from the beginning of the part
5006 2025.01.02 23:37:07.446256 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5007 2025.01.02 23:37:07.446385 [ 190 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 14 rows starting from the beginning of the part
5008 2025.01.02 23:37:07.446724 [ 190 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 14 rows starting from the beginning of the part
5009 2025.01.02 23:37:07.446865 [ 265 ] {e6b7c1e2-64c3-48a4-bcda-12d2b72c504f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5010 2025.01.02 23:37:07.446998 [ 190 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 14 rows starting from the beginning of the part
5011 2025.01.02 23:37:07.447117 [ 265 ] {e6b7c1e2-64c3-48a4-bcda-12d2b72c504f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5012 2025.01.02 23:37:07.447274 [ 190 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 14 rows starting from the beginning of the part
5013 2025.01.02 23:37:07.450207 [ 190 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004220276 sec., 16586.59291477619 rows/sec., 1.23 MiB/sec.
5014 2025.01.02 23:37:07.450350 [ 265 ] {e6b7c1e2-64c3-48a4-bcda-12d2b72c504f} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5015 2025.01.02 23:37:07.450389 [ 190 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary)
5016 2025.01.02 23:37:07.450438 [ 265 ] {e6b7c1e2-64c3-48a4-bcda-12d2b72c504f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5017 2025.01.02 23:37:07.450870 [ 190 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_17_4} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5018 2025.01.02 23:37:07.451056 [ 190 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_17_4} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4
5019 2025.01.02 23:37:07.451187 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
5020 2025.01.02 23:37:07.451260 [ 265 ] {e6b7c1e2-64c3-48a4-bcda-12d2b72c504f} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
5021 2025.01.02 23:37:07.451527 [ 265 ] {e6b7c1e2-64c3-48a4-bcda-12d2b72c504f} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5022 2025.01.02 23:37:07.451773 [ 265 ] {e6b7c1e2-64c3-48a4-bcda-12d2b72c504f} <Debug> executeQuery: Read 283 rows, 25.60 KiB in 0.005243 sec., 53976.73087926759 rows/sec., 4.77 MiB/sec.
5023 2025.01.02 23:37:07.451841 [ 265 ] {e6b7c1e2-64c3-48a4-bcda-12d2b72c504f} <Debug> TCPHandler: Processed in 0.005744915 sec.
5024 2025.01.02 23:37:07.452008 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5025 2025.01.02 23:37:07.452136 [ 260 ] {86fa1468-1ffc-4459-98a0-72bd6ab78f5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5026 2025.01.02 23:37:07.452190 [ 260 ] {86fa1468-1ffc-4459-98a0-72bd6ab78f5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5027 2025.01.02 23:37:07.452824 [ 260 ] {86fa1468-1ffc-4459-98a0-72bd6ab78f5c} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5028 2025.01.02 23:37:07.452866 [ 260 ] {86fa1468-1ffc-4459-98a0-72bd6ab78f5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5029 2025.01.02 23:37:07.453233 [ 260 ] {86fa1468-1ffc-4459-98a0-72bd6ab78f5c} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
5030 2025.01.02 23:37:07.453470 [ 260 ] {86fa1468-1ffc-4459-98a0-72bd6ab78f5c} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5031 2025.01.02 23:37:07.453730 [ 260 ] {86fa1468-1ffc-4459-98a0-72bd6ab78f5c} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.001617 sec., 29066.17192331478 rows/sec., 2.09 MiB/sec.
5032 2025.01.02 23:37:07.453923 [ 260 ] {86fa1468-1ffc-4459-98a0-72bd6ab78f5c} <Debug> TCPHandler: Processed in 0.001969206 sec.
5033 2025.01.02 23:37:07.454131 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5034 2025.01.02 23:37:07.454270 [ 265 ] {94e3bb03-8cba-44e0-9b43-cab572152078} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5035 2025.01.02 23:37:07.454329 [ 265 ] {94e3bb03-8cba-44e0-9b43-cab572152078} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5036 2025.01.02 23:37:07.455024 [ 265 ] {94e3bb03-8cba-44e0-9b43-cab572152078} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5037 2025.01.02 23:37:07.455072 [ 265 ] {94e3bb03-8cba-44e0-9b43-cab572152078} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5038 2025.01.02 23:37:07.455488 [ 265 ] {94e3bb03-8cba-44e0-9b43-cab572152078} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
5039 2025.01.02 23:37:07.455732 [ 265 ] {94e3bb03-8cba-44e0-9b43-cab572152078} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5040 2025.01.02 23:37:07.455978 [ 265 ] {94e3bb03-8cba-44e0-9b43-cab572152078} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001732 sec., 8083.140877598153 rows/sec., 566.09 KiB/sec.
5041 2025.01.02 23:37:07.456160 [ 265 ] {94e3bb03-8cba-44e0-9b43-cab572152078} <Debug> TCPHandler: Processed in 0.002100627 sec.
5042 2025.01.02 23:37:07.456344 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5043 2025.01.02 23:37:07.456479 [ 260 ] {4ba3e553-d43d-4ef4-b05a-307206e6158c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
5044 2025.01.02 23:37:07.456543 [ 260 ] {4ba3e553-d43d-4ef4-b05a-307206e6158c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5045 2025.01.02 23:37:07.457241 [ 260 ] {4ba3e553-d43d-4ef4-b05a-307206e6158c} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5046 2025.01.02 23:37:07.457289 [ 260 ] {4ba3e553-d43d-4ef4-b05a-307206e6158c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5047 2025.01.02 23:37:07.457677 [ 260 ] {4ba3e553-d43d-4ef4-b05a-307206e6158c} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5048 2025.01.02 23:37:07.457913 [ 260 ] {4ba3e553-d43d-4ef4-b05a-307206e6158c} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5049 2025.01.02 23:37:07.458083 [ 37 ] {} <Debug> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0
5050 2025.01.02 23:37:07.458131 [ 37 ] {} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5051 2025.01.02 23:37:07.458164 [ 260 ] {4ba3e553-d43d-4ef4-b05a-307206e6158c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001707 sec., 7615.700058582308 rows/sec., 474.84 KiB/sec.
5052 2025.01.02 23:37:07.458172 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5053 2025.01.02 23:37:07.458338 [ 260 ] {4ba3e553-d43d-4ef4-b05a-307206e6158c} <Debug> TCPHandler: Processed in 0.002047627 sec.
5054 2025.01.02 23:37:07.458441 [ 187 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_17_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_13_3 to all_17_17_0 into Compact with storage Full
5055 2025.01.02 23:37:07.458608 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5056 2025.01.02 23:37:07.458775 [ 187 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5057 2025.01.02 23:37:07.458803 [ 265 ] {fc2ae685-ce04-490e-8853-ed9a9c22a5d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5058 2025.01.02 23:37:07.458815 [ 187 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 13 rows starting from the beginning of the part
5059 2025.01.02 23:37:07.458859 [ 265 ] {fc2ae685-ce04-490e-8853-ed9a9c22a5d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5060 2025.01.02 23:37:07.459007 [ 187 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 13 rows starting from the beginning of the part
5061 2025.01.02 23:37:07.459445 [ 187 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 13 rows starting from the beginning of the part
5062 2025.01.02 23:37:07.459788 [ 187 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 13 rows starting from the beginning of the part
5063 2025.01.02 23:37:07.460100 [ 187 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 13 rows starting from the beginning of the part
5064 2025.01.02 23:37:07.461451 [ 265 ] {fc2ae685-ce04-490e-8853-ed9a9c22a5d8} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5065 2025.01.02 23:37:07.461500 [ 265 ] {fc2ae685-ce04-490e-8853-ed9a9c22a5d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5066 2025.01.02 23:37:07.461794 [ 187 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003500756 sec., 18567.418009138597 rows/sec., 1.20 MiB/sec.
5067 2025.01.02 23:37:07.461924 [ 187 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary)
5068 2025.01.02 23:37:07.462097 [ 265 ] {fc2ae685-ce04-490e-8853-ed9a9c22a5d8} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
5069 2025.01.02 23:37:07.462248 [ 187 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_17_4} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5070 2025.01.02 23:37:07.462351 [ 187 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_17_4} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4
5071 2025.01.02 23:37:07.462400 [ 265 ] {fc2ae685-ce04-490e-8853-ed9a9c22a5d8} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5072 2025.01.02 23:37:07.462440 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
5073 2025.01.02 23:37:07.462608 [ 265 ] {fc2ae685-ce04-490e-8853-ed9a9c22a5d8} <Debug> executeQuery: Read 422 rows, 30.88 KiB in 0.003843 sec., 109810.04423627374 rows/sec., 7.85 MiB/sec.
5074 2025.01.02 23:37:07.462666 [ 265 ] {fc2ae685-ce04-490e-8853-ed9a9c22a5d8} <Debug> TCPHandler: Processed in 0.004196845 sec.
5075 2025.01.02 23:37:07.462816 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5076 2025.01.02 23:37:07.462934 [ 260 ] {577f2e0b-a5c8-4e63-ad07-c4f2088e5d1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
5077 2025.01.02 23:37:07.462986 [ 260 ] {577f2e0b-a5c8-4e63-ad07-c4f2088e5d1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5078 2025.01.02 23:37:07.463488 [ 260 ] {577f2e0b-a5c8-4e63-ad07-c4f2088e5d1f} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5079 2025.01.02 23:37:07.463528 [ 260 ] {577f2e0b-a5c8-4e63-ad07-c4f2088e5d1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5080 2025.01.02 23:37:07.463897 [ 260 ] {577f2e0b-a5c8-4e63-ad07-c4f2088e5d1f} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5081 2025.01.02 23:37:07.464131 [ 260 ] {577f2e0b-a5c8-4e63-ad07-c4f2088e5d1f} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5082 2025.01.02 23:37:07.464395 [ 260 ] {577f2e0b-a5c8-4e63-ad07-c4f2088e5d1f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001486 sec., 4037.685060565276 rows/sec., 210.95 KiB/sec.
5083 2025.01.02 23:37:07.464599 [ 260 ] {577f2e0b-a5c8-4e63-ad07-c4f2088e5d1f} <Debug> TCPHandler: Processed in 0.001839124 sec.
5084 2025.01.02 23:37:07.464782 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5085 2025.01.02 23:37:07.464922 [ 265 ] {b06c0ace-0ccf-4c0c-b70e-e212dc43efa3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5086 2025.01.02 23:37:07.464985 [ 265 ] {b06c0ace-0ccf-4c0c-b70e-e212dc43efa3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5087 2025.01.02 23:37:07.465656 [ 265 ] {b06c0ace-0ccf-4c0c-b70e-e212dc43efa3} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5088 2025.01.02 23:37:07.465699 [ 265 ] {b06c0ace-0ccf-4c0c-b70e-e212dc43efa3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5089 2025.01.02 23:37:07.466114 [ 265 ] {b06c0ace-0ccf-4c0c-b70e-e212dc43efa3} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
5090 2025.01.02 23:37:07.466366 [ 265 ] {b06c0ace-0ccf-4c0c-b70e-e212dc43efa3} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5091 2025.01.02 23:37:07.466552 [ 265 ] {b06c0ace-0ccf-4c0c-b70e-e212dc43efa3} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001662 sec., 142599.27797833935 rows/sec., 9.56 MiB/sec.
5092 2025.01.02 23:37:07.466604 [ 265 ] {b06c0ace-0ccf-4c0c-b70e-e212dc43efa3} <Debug> TCPHandler: Processed in 0.001888595 sec.
5093 2025.01.02 23:37:07.466772 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5094 2025.01.02 23:37:07.466910 [ 260 ] {0021d612-e32a-40ad-9140-9f63f4ff27f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
5095 2025.01.02 23:37:07.466971 [ 260 ] {0021d612-e32a-40ad-9140-9f63f4ff27f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5096 2025.01.02 23:37:07.467506 [ 260 ] {0021d612-e32a-40ad-9140-9f63f4ff27f4} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5097 2025.01.02 23:37:07.467545 [ 260 ] {0021d612-e32a-40ad-9140-9f63f4ff27f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5098 2025.01.02 23:37:07.467911 [ 260 ] {0021d612-e32a-40ad-9140-9f63f4ff27f4} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5099 2025.01.02 23:37:07.468146 [ 260 ] {0021d612-e32a-40ad-9140-9f63f4ff27f4} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5100 2025.01.02 23:37:07.468407 [ 260 ] {0021d612-e32a-40ad-9140-9f63f4ff27f4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001519 sec., 658.3278472679394 rows/sec., 44.36 KiB/sec.
5101 2025.01.02 23:37:07.468598 [ 260 ] {0021d612-e32a-40ad-9140-9f63f4ff27f4} <Debug> TCPHandler: Processed in 0.001890865 sec.
5102 2025.01.02 23:37:07.468776 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5103 2025.01.02 23:37:07.468915 [ 265 ] {12522223-4d6a-4107-9a34-bf6505f533be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5104 2025.01.02 23:37:07.469003 [ 265 ] {12522223-4d6a-4107-9a34-bf6505f533be} <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
5105 2025.01.02 23:37:07.470248 [ 265 ] {12522223-4d6a-4107-9a34-bf6505f533be} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5106 2025.01.02 23:37:07.470287 [ 265 ] {12522223-4d6a-4107-9a34-bf6505f533be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5107 2025.01.02 23:37:07.470941 [ 265 ] {12522223-4d6a-4107-9a34-bf6505f533be} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5108 2025.01.02 23:37:07.471211 [ 265 ] {12522223-4d6a-4107-9a34-bf6505f533be} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5109 2025.01.02 23:37:07.471412 [ 265 ] {12522223-4d6a-4107-9a34-bf6505f533be} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002528 sec., 15822.784810126583 rows/sec., 28.35 MiB/sec.
5110 2025.01.02 23:37:07.471512 [ 265 ] {12522223-4d6a-4107-9a34-bf6505f533be} <Debug> TCPHandler: Processed in 0.002801307 sec.
5111 2025.01.02 23:37:07.471677 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5112 2025.01.02 23:37:07.471814 [ 260 ] {fe3ada1b-2ae3-4584-b231-9eaf45043389} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5113 2025.01.02 23:37:07.471873 [ 260 ] {fe3ada1b-2ae3-4584-b231-9eaf45043389} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5114 2025.01.02 23:37:07.472441 [ 260 ] {fe3ada1b-2ae3-4584-b231-9eaf45043389} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5115 2025.01.02 23:37:07.472480 [ 260 ] {fe3ada1b-2ae3-4584-b231-9eaf45043389} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5116 2025.01.02 23:37:07.472856 [ 260 ] {fe3ada1b-2ae3-4584-b231-9eaf45043389} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
5117 2025.01.02 23:37:07.473087 [ 260 ] {fe3ada1b-2ae3-4584-b231-9eaf45043389} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5118 2025.01.02 23:37:07.473297 [ 260 ] {fe3ada1b-2ae3-4584-b231-9eaf45043389} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001513 sec., 54196.959682749504 rows/sec., 3.44 MiB/sec.
5119 2025.01.02 23:37:07.473349 [ 260 ] {fe3ada1b-2ae3-4584-b231-9eaf45043389} <Debug> TCPHandler: Processed in 0.001740713 sec.
5120 2025.01.02 23:37:10.523901 [ 31 ] {} <Debug> DNSResolver: Updating DNS cache
5121 2025.01.02 23:37:10.524006 [ 31 ] {} <Debug> DNSResolver: Updated DNS cache
5122 2025.01.02 23:37:10.638840 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11956
5123 2025.01.02 23:37:10.639488 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5124 2025.01.02 23:37:10.639541 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5125 2025.01.02 23:37:10.640073 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
5126 2025.01.02 23:37:10.640460 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5127 2025.01.02 23:37:10.640656 [ 31 ] {} <Debug> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
5128 2025.01.02 23:37:10.640740 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11956
5129 2025.01.02 23:37:10.640744 [ 31 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5130 2025.01.02 23:37:10.640792 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5131 2025.01.02 23:37:10.641008 [ 191 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::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
5132 2025.01.02 23:37:10.641268 [ 191 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5133 2025.01.02 23:37:10.641310 [ 191 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 9699 rows starting from the beginning of the part
5134 2025.01.02 23:37:10.641394 [ 191 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 427 rows starting from the beginning of the part
5135 2025.01.02 23:37:10.641588 [ 191 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 488 rows starting from the beginning of the part
5136 2025.01.02 23:37:10.641837 [ 191 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 427 rows starting from the beginning of the part
5137 2025.01.02 23:37:10.641972 [ 191 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 488 rows starting from the beginning of the part
5138 2025.01.02 23:37:10.642155 [ 191 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 427 rows starting from the beginning of the part
5139 2025.01.02 23:37:10.646738 [ 199 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11956 rows, containing 4 columns (4 merged, 0 gathered) in 0.005871088 sec., 2036419.825422477 rows/sec., 29.13 MiB/sec.
5140 2025.01.02 23:37:10.647042 [ 194 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
5141 2025.01.02 23:37:10.647341 [ 194 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_26_5} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5142 2025.01.02 23:37:10.647418 [ 194 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_26_5} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
5143 2025.01.02 23:37:10.647507 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.39 MiB.
5144 2025.01.02 23:37:11.460789 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196
5145 2025.01.02 23:37:11.482036 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5146 2025.01.02 23:37:11.482093 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5147 2025.01.02 23:37:11.489682 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
5148 2025.01.02 23:37:11.490431 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5149 2025.01.02 23:37:11.490807 [ 30 ] {} <Debug> system.metric_log (31b60859-c590-4889-866a-026624596be5) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
5150 2025.01.02 23:37:11.490946 [ 30 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5151 2025.01.02 23:37:11.491020 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5152 2025.01.02 23:37:11.491480 [ 199 ] {31b60859-c590-4889-866a-026624596be5::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
5153 2025.01.02 23:37:11.505359 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 196
5154 2025.01.02 23:37:11.507236 [ 199 ] {31b60859-c590-4889-866a-026624596be5::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5155 2025.01.02 23:37:11.508880 [ 199 ] {31b60859-c590-4889-866a-026624596be5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 159 rows starting from the beginning of the part
5156 2025.01.02 23:37:11.514753 [ 199 ] {31b60859-c590-4889-866a-026624596be5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 7 rows starting from the beginning of the part
5157 2025.01.02 23:37:11.520669 [ 199 ] {31b60859-c590-4889-866a-026624596be5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 8 rows starting from the beginning of the part
5158 2025.01.02 23:37:11.526434 [ 199 ] {31b60859-c590-4889-866a-026624596be5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 7 rows starting from the beginning of the part
5159 2025.01.02 23:37:11.532033 [ 199 ] {31b60859-c590-4889-866a-026624596be5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 8 rows starting from the beginning of the part
5160 2025.01.02 23:37:11.536594 [ 199 ] {31b60859-c590-4889-866a-026624596be5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 7 rows starting from the beginning of the part
5161 2025.01.02 23:37:11.595608 [ 197 ] {31b60859-c590-4889-866a-026624596be5::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.104448623 sec., 1876.5206698799657 rows/sec., 9.70 MiB/sec.
5162 2025.01.02 23:37:11.598283 [ 193 ] {31b60859-c590-4889-866a-026624596be5::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
5163 2025.01.02 23:37:11.601233 [ 193 ] {31b60859-c590-4889-866a-026624596be5::all_1_26_5} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5164 2025.01.02 23:37:11.601370 [ 193 ] {31b60859-c590-4889-866a-026624596be5::all_1_26_5} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
5165 2025.01.02 23:37:11.603742 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB.
5166 2025.01.02 23:37:12.000187 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 192.68 MiB, peak 203.20 MiB, free memory in arenas 0.00 B, will set to 194.43 MiB (RSS), difference: 1.75 MiB
5167 2025.01.02 23:37:12.437013 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5168 2025.01.02 23:37:12.437206 [ 260 ] {6bf1510f-9482-4f93-8684-2ef313a5ca6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5169 2025.01.02 23:37:12.437279 [ 260 ] {6bf1510f-9482-4f93-8684-2ef313a5ca6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5170 2025.01.02 23:37:12.438053 [ 260 ] {6bf1510f-9482-4f93-8684-2ef313a5ca6e} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5171 2025.01.02 23:37:12.438104 [ 260 ] {6bf1510f-9482-4f93-8684-2ef313a5ca6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5172 2025.01.02 23:37:12.438705 [ 260 ] {6bf1510f-9482-4f93-8684-2ef313a5ca6e} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
5173 2025.01.02 23:37:12.438967 [ 260 ] {6bf1510f-9482-4f93-8684-2ef313a5ca6e} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5174 2025.01.02 23:37:12.439172 [ 260 ] {6bf1510f-9482-4f93-8684-2ef313a5ca6e} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002019 sec., 27736.503219415554 rows/sec., 2.13 MiB/sec.
5175 2025.01.02 23:37:12.439229 [ 260 ] {6bf1510f-9482-4f93-8684-2ef313a5ca6e} <Debug> TCPHandler: Processed in 0.002348831 sec.
5176 2025.01.02 23:37:12.439496 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5177 2025.01.02 23:37:12.439694 [ 265 ] {88392b8f-702c-487e-b317-6f1e288c262e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5178 2025.01.02 23:37:12.439776 [ 265 ] {88392b8f-702c-487e-b317-6f1e288c262e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5179 2025.01.02 23:37:12.440614 [ 265 ] {88392b8f-702c-487e-b317-6f1e288c262e} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5180 2025.01.02 23:37:12.440668 [ 265 ] {88392b8f-702c-487e-b317-6f1e288c262e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5181 2025.01.02 23:37:12.441123 [ 265 ] {88392b8f-702c-487e-b317-6f1e288c262e} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
5182 2025.01.02 23:37:12.441392 [ 265 ] {88392b8f-702c-487e-b317-6f1e288c262e} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5183 2025.01.02 23:37:12.441634 [ 265 ] {88392b8f-702c-487e-b317-6f1e288c262e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001994 sec., 32096.288866599796 rows/sec., 2.51 MiB/sec.
5184 2025.01.02 23:37:12.441740 [ 265 ] {88392b8f-702c-487e-b317-6f1e288c262e} <Debug> TCPHandler: Processed in 0.002382792 sec.
5185 2025.01.02 23:37:12.441912 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5186 2025.01.02 23:37:12.442030 [ 260 ] {f6d6e45b-4fe4-4286-b104-68c09a93b69f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5187 2025.01.02 23:37:12.442083 [ 260 ] {f6d6e45b-4fe4-4286-b104-68c09a93b69f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5188 2025.01.02 23:37:12.442682 [ 260 ] {f6d6e45b-4fe4-4286-b104-68c09a93b69f} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5189 2025.01.02 23:37:12.442728 [ 260 ] {f6d6e45b-4fe4-4286-b104-68c09a93b69f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5190 2025.01.02 23:37:12.443186 [ 260 ] {f6d6e45b-4fe4-4286-b104-68c09a93b69f} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
5191 2025.01.02 23:37:12.443427 [ 260 ] {f6d6e45b-4fe4-4286-b104-68c09a93b69f} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5192 2025.01.02 23:37:12.443604 [ 260 ] {f6d6e45b-4fe4-4286-b104-68c09a93b69f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.0016 sec., 100000 rows/sec., 6.96 MiB/sec.
5193 2025.01.02 23:37:12.443656 [ 260 ] {f6d6e45b-4fe4-4286-b104-68c09a93b69f} <Debug> TCPHandler: Processed in 0.001804474 sec.
5194 2025.01.02 23:37:12.443816 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5195 2025.01.02 23:37:12.443948 [ 265 ] {cc239ed8-0482-41ab-9696-2e44ead59180} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5196 2025.01.02 23:37:12.444008 [ 265 ] {cc239ed8-0482-41ab-9696-2e44ead59180} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5197 2025.01.02 23:37:12.444533 [ 265 ] {cc239ed8-0482-41ab-9696-2e44ead59180} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5198 2025.01.02 23:37:12.444572 [ 265 ] {cc239ed8-0482-41ab-9696-2e44ead59180} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5199 2025.01.02 23:37:12.444955 [ 265 ] {cc239ed8-0482-41ab-9696-2e44ead59180} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
5200 2025.01.02 23:37:12.445214 [ 265 ] {cc239ed8-0482-41ab-9696-2e44ead59180} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5201 2025.01.02 23:37:12.445482 [ 265 ] {cc239ed8-0482-41ab-9696-2e44ead59180} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001561 sec., 38436.899423446506 rows/sec., 2.59 MiB/sec.
5202 2025.01.02 23:37:12.445633 [ 265 ] {cc239ed8-0482-41ab-9696-2e44ead59180} <Debug> TCPHandler: Processed in 0.001877295 sec.
5203 2025.01.02 23:37:15.704239 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 726
5204 2025.01.02 23:37:15.707291 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5205 2025.01.02 23:37:15.707333 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5206 2025.01.02 23:37:15.708813 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5207 2025.01.02 23:37:15.709123 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5208 2025.01.02 23:37:15.710153 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 726
5209 2025.01.02 23:37:17.444460 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5210 2025.01.02 23:37:17.444641 [ 260 ] {281412c7-2435-46a6-a25e-eba76dd74484} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
5211 2025.01.02 23:37:17.444710 [ 260 ] {281412c7-2435-46a6-a25e-eba76dd74484} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
5212 2025.01.02 23:37:17.445462 [ 260 ] {281412c7-2435-46a6-a25e-eba76dd74484} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5213 2025.01.02 23:37:17.445509 [ 260 ] {281412c7-2435-46a6-a25e-eba76dd74484} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5214 2025.01.02 23:37:17.445937 [ 260 ] {281412c7-2435-46a6-a25e-eba76dd74484} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5215 2025.01.02 23:37:17.446188 [ 260 ] {281412c7-2435-46a6-a25e-eba76dd74484} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5216 2025.01.02 23:37:17.446442 [ 260 ] {281412c7-2435-46a6-a25e-eba76dd74484} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00185 sec., 7567.5675675675675 rows/sec., 544.76 KiB/sec.
5217 2025.01.02 23:37:17.446578 [ 260 ] {281412c7-2435-46a6-a25e-eba76dd74484} <Debug> TCPHandler: Processed in 0.002243489 sec.
5218 2025.01.02 23:37:17.446884 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5219 2025.01.02 23:37:17.447105 [ 265 ] {939a0797-77a4-40ff-a267-5ed9c75d1f19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
5220 2025.01.02 23:37:17.447188 [ 265 ] {939a0797-77a4-40ff-a267-5ed9c75d1f19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
5221 2025.01.02 23:37:17.448008 [ 265 ] {939a0797-77a4-40ff-a267-5ed9c75d1f19} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5222 2025.01.02 23:37:17.448059 [ 265 ] {939a0797-77a4-40ff-a267-5ed9c75d1f19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5223 2025.01.02 23:37:17.448491 [ 265 ] {939a0797-77a4-40ff-a267-5ed9c75d1f19} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
5224 2025.01.02 23:37:17.448747 [ 265 ] {939a0797-77a4-40ff-a267-5ed9c75d1f19} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5225 2025.01.02 23:37:17.449019 [ 265 ] {939a0797-77a4-40ff-a267-5ed9c75d1f19} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001969 sec., 5078.7201625190455 rows/sec., 414.13 KiB/sec.
5226 2025.01.02 23:37:17.449184 [ 265 ] {939a0797-77a4-40ff-a267-5ed9c75d1f19} <Debug> TCPHandler: Processed in 0.002465542 sec.
5227 2025.01.02 23:37:17.449336 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5228 2025.01.02 23:37:17.449457 [ 260 ] {c802cf7c-bce7-4984-8812-26eff9d959a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5229 2025.01.02 23:37:17.449509 [ 260 ] {c802cf7c-bce7-4984-8812-26eff9d959a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5230 2025.01.02 23:37:17.450215 [ 260 ] {c802cf7c-bce7-4984-8812-26eff9d959a9} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5231 2025.01.02 23:37:17.450256 [ 260 ] {c802cf7c-bce7-4984-8812-26eff9d959a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5232 2025.01.02 23:37:17.450640 [ 260 ] {c802cf7c-bce7-4984-8812-26eff9d959a9} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
5233 2025.01.02 23:37:17.450886 [ 260 ] {c802cf7c-bce7-4984-8812-26eff9d959a9} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5234 2025.01.02 23:37:17.451108 [ 260 ] {c802cf7c-bce7-4984-8812-26eff9d959a9} <Debug> executeQuery: Read 288 rows, 25.97 KiB in 0.001678 sec., 171632.89630512515 rows/sec., 15.11 MiB/sec.
5235 2025.01.02 23:37:17.451163 [ 260 ] {c802cf7c-bce7-4984-8812-26eff9d959a9} <Debug> TCPHandler: Processed in 0.001882715 sec.
5236 2025.01.02 23:37:17.451364 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5237 2025.01.02 23:37:17.451587 [ 265 ] {07b481f3-6eb2-4f6f-92ff-2860d66bb45b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5238 2025.01.02 23:37:17.451679 [ 265 ] {07b481f3-6eb2-4f6f-92ff-2860d66bb45b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5239 2025.01.02 23:37:17.452361 [ 265 ] {07b481f3-6eb2-4f6f-92ff-2860d66bb45b} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5240 2025.01.02 23:37:17.452401 [ 265 ] {07b481f3-6eb2-4f6f-92ff-2860d66bb45b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5241 2025.01.02 23:37:17.452782 [ 265 ] {07b481f3-6eb2-4f6f-92ff-2860d66bb45b} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
5242 2025.01.02 23:37:17.453030 [ 265 ] {07b481f3-6eb2-4f6f-92ff-2860d66bb45b} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5243 2025.01.02 23:37:17.453246 [ 265 ] {07b481f3-6eb2-4f6f-92ff-2860d66bb45b} <Debug> executeQuery: Read 57 rows, 4.16 KiB in 0.001715 sec., 33236.15160349854 rows/sec., 2.37 MiB/sec.
5244 2025.01.02 23:37:17.453300 [ 265 ] {07b481f3-6eb2-4f6f-92ff-2860d66bb45b} <Debug> TCPHandler: Processed in 0.002045627 sec.
5245 2025.01.02 23:37:17.453467 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5246 2025.01.02 23:37:17.453586 [ 260 ] {86277b38-a634-486a-b8dd-907f3bab0383} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5247 2025.01.02 23:37:17.453636 [ 260 ] {86277b38-a634-486a-b8dd-907f3bab0383} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5248 2025.01.02 23:37:17.454212 [ 260 ] {86277b38-a634-486a-b8dd-907f3bab0383} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5249 2025.01.02 23:37:17.454257 [ 260 ] {86277b38-a634-486a-b8dd-907f3bab0383} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5250 2025.01.02 23:37:17.454602 [ 260 ] {86277b38-a634-486a-b8dd-907f3bab0383} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
5251 2025.01.02 23:37:17.454835 [ 260 ] {86277b38-a634-486a-b8dd-907f3bab0383} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5252 2025.01.02 23:37:17.455044 [ 260 ] {86277b38-a634-486a-b8dd-907f3bab0383} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001482 sec., 9446.693657219972 rows/sec., 661.58 KiB/sec.
5253 2025.01.02 23:37:17.455098 [ 260 ] {86277b38-a634-486a-b8dd-907f3bab0383} <Debug> TCPHandler: Processed in 0.001689542 sec.
5254 2025.01.02 23:37:17.455268 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5255 2025.01.02 23:37:17.455398 [ 265 ] {f7cac0e5-41b6-4d84-9bec-c18bdf8c4cdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
5256 2025.01.02 23:37:17.455452 [ 265 ] {f7cac0e5-41b6-4d84-9bec-c18bdf8c4cdd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5257 2025.01.02 23:37:17.456038 [ 265 ] {f7cac0e5-41b6-4d84-9bec-c18bdf8c4cdd} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5258 2025.01.02 23:37:17.456076 [ 265 ] {f7cac0e5-41b6-4d84-9bec-c18bdf8c4cdd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5259 2025.01.02 23:37:17.456491 [ 265 ] {f7cac0e5-41b6-4d84-9bec-c18bdf8c4cdd} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5260 2025.01.02 23:37:17.456736 [ 265 ] {f7cac0e5-41b6-4d84-9bec-c18bdf8c4cdd} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5261 2025.01.02 23:37:17.456937 [ 265 ] {f7cac0e5-41b6-4d84-9bec-c18bdf8c4cdd} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001556 sec., 8354.755784061696 rows/sec., 520.92 KiB/sec.
5262 2025.01.02 23:37:17.456990 [ 265 ] {f7cac0e5-41b6-4d84-9bec-c18bdf8c4cdd} <Debug> TCPHandler: Processed in 0.001787773 sec.
5263 2025.01.02 23:37:17.457141 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5264 2025.01.02 23:37:17.457276 [ 260 ] {71c0cf35-f43c-4440-a0de-98c3f6631481} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5265 2025.01.02 23:37:17.457337 [ 260 ] {71c0cf35-f43c-4440-a0de-98c3f6631481} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5266 2025.01.02 23:37:17.458113 [ 260 ] {71c0cf35-f43c-4440-a0de-98c3f6631481} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5267 2025.01.02 23:37:17.458152 [ 260 ] {71c0cf35-f43c-4440-a0de-98c3f6631481} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5268 2025.01.02 23:37:17.458524 [ 260 ] {71c0cf35-f43c-4440-a0de-98c3f6631481} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
5269 2025.01.02 23:37:17.458755 [ 260 ] {71c0cf35-f43c-4440-a0de-98c3f6631481} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5270 2025.01.02 23:37:17.458971 [ 260 ] {71c0cf35-f43c-4440-a0de-98c3f6631481} <Debug> executeQuery: Read 432 rows, 31.70 KiB in 0.001725 sec., 250434.78260869565 rows/sec., 17.95 MiB/sec.
5271 2025.01.02 23:37:17.459025 [ 260 ] {71c0cf35-f43c-4440-a0de-98c3f6631481} <Debug> TCPHandler: Processed in 0.001948466 sec.
5272 2025.01.02 23:37:17.459176 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5273 2025.01.02 23:37:17.459313 [ 265 ] {08d6ef72-d885-4ec2-bf20-db130448899a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
5274 2025.01.02 23:37:17.459373 [ 265 ] {08d6ef72-d885-4ec2-bf20-db130448899a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5275 2025.01.02 23:37:17.459916 [ 265 ] {08d6ef72-d885-4ec2-bf20-db130448899a} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5276 2025.01.02 23:37:17.459955 [ 265 ] {08d6ef72-d885-4ec2-bf20-db130448899a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5277 2025.01.02 23:37:17.460316 [ 265 ] {08d6ef72-d885-4ec2-bf20-db130448899a} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5278 2025.01.02 23:37:17.460550 [ 265 ] {08d6ef72-d885-4ec2-bf20-db130448899a} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5279 2025.01.02 23:37:17.460771 [ 265 ] {08d6ef72-d885-4ec2-bf20-db130448899a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001489 sec., 4029.550033579583 rows/sec., 210.53 KiB/sec.
5280 2025.01.02 23:37:17.460822 [ 265 ] {08d6ef72-d885-4ec2-bf20-db130448899a} <Debug> TCPHandler: Processed in 0.001715882 sec.
5281 2025.01.02 23:37:17.460975 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5282 2025.01.02 23:37:17.461110 [ 260 ] {214d74e6-f230-4312-80f3-8a4a4012e026} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5283 2025.01.02 23:37:17.461172 [ 260 ] {214d74e6-f230-4312-80f3-8a4a4012e026} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5284 2025.01.02 23:37:17.461833 [ 260 ] {214d74e6-f230-4312-80f3-8a4a4012e026} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5285 2025.01.02 23:37:17.461873 [ 260 ] {214d74e6-f230-4312-80f3-8a4a4012e026} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5286 2025.01.02 23:37:17.462260 [ 260 ] {214d74e6-f230-4312-80f3-8a4a4012e026} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
5287 2025.01.02 23:37:17.462489 [ 260 ] {214d74e6-f230-4312-80f3-8a4a4012e026} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5288 2025.01.02 23:37:17.462713 [ 260 ] {214d74e6-f230-4312-80f3-8a4a4012e026} <Debug> executeQuery: Read 242 rows, 16.62 KiB in 0.001633 sec., 148193.50887936316 rows/sec., 9.94 MiB/sec.
5289 2025.01.02 23:37:17.462832 [ 260 ] {214d74e6-f230-4312-80f3-8a4a4012e026} <Debug> TCPHandler: Processed in 0.001923515 sec.
5290 2025.01.02 23:37:17.462981 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5291 2025.01.02 23:37:17.463096 [ 265 ] {43a1eaec-3d4a-4d33-9ff2-1d442a051e25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
5292 2025.01.02 23:37:17.463147 [ 265 ] {43a1eaec-3d4a-4d33-9ff2-1d442a051e25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5293 2025.01.02 23:37:17.463618 [ 265 ] {43a1eaec-3d4a-4d33-9ff2-1d442a051e25} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5294 2025.01.02 23:37:17.463657 [ 265 ] {43a1eaec-3d4a-4d33-9ff2-1d442a051e25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5295 2025.01.02 23:37:17.464005 [ 265 ] {43a1eaec-3d4a-4d33-9ff2-1d442a051e25} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5296 2025.01.02 23:37:17.464235 [ 265 ] {43a1eaec-3d4a-4d33-9ff2-1d442a051e25} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5297 2025.01.02 23:37:17.464501 [ 265 ] {43a1eaec-3d4a-4d33-9ff2-1d442a051e25} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001428 sec., 700.2801120448179 rows/sec., 47.19 KiB/sec.
5298 2025.01.02 23:37:17.464690 [ 265 ] {43a1eaec-3d4a-4d33-9ff2-1d442a051e25} <Debug> TCPHandler: Processed in 0.001756763 sec.
5299 2025.01.02 23:37:17.464890 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5300 2025.01.02 23:37:17.465108 [ 260 ] {77641a72-9b30-4df8-98d6-9dddf3f15b24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5301 2025.01.02 23:37:17.465244 [ 260 ] {77641a72-9b30-4df8-98d6-9dddf3f15b24} <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
5302 2025.01.02 23:37:17.466649 [ 260 ] {77641a72-9b30-4df8-98d6-9dddf3f15b24} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5303 2025.01.02 23:37:17.466688 [ 260 ] {77641a72-9b30-4df8-98d6-9dddf3f15b24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5304 2025.01.02 23:37:17.467348 [ 260 ] {77641a72-9b30-4df8-98d6-9dddf3f15b24} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5305 2025.01.02 23:37:17.467602 [ 260 ] {77641a72-9b30-4df8-98d6-9dddf3f15b24} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5306 2025.01.02 23:37:17.467851 [ 260 ] {77641a72-9b30-4df8-98d6-9dddf3f15b24} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002797 sec., 14301.036825169826 rows/sec., 25.63 MiB/sec.
5307 2025.01.02 23:37:17.467969 [ 260 ] {77641a72-9b30-4df8-98d6-9dddf3f15b24} <Debug> TCPHandler: Processed in 0.003187202 sec.
5308 2025.01.02 23:37:17.468126 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5309 2025.01.02 23:37:17.468264 [ 265 ] {8d9a8f45-6dc9-458f-be02-802666a5885c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5310 2025.01.02 23:37:17.468324 [ 265 ] {8d9a8f45-6dc9-458f-be02-802666a5885c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5311 2025.01.02 23:37:17.468876 [ 265 ] {8d9a8f45-6dc9-458f-be02-802666a5885c} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5312 2025.01.02 23:37:17.468915 [ 265 ] {8d9a8f45-6dc9-458f-be02-802666a5885c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5313 2025.01.02 23:37:17.469285 [ 265 ] {8d9a8f45-6dc9-458f-be02-802666a5885c} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
5314 2025.01.02 23:37:17.469523 [ 265 ] {8d9a8f45-6dc9-458f-be02-802666a5885c} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5315 2025.01.02 23:37:17.469770 [ 265 ] {8d9a8f45-6dc9-458f-be02-802666a5885c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001534 sec., 53455.01955671447 rows/sec., 3.40 MiB/sec.
5316 2025.01.02 23:37:17.469914 [ 265 ] {8d9a8f45-6dc9-458f-be02-802666a5885c} <Debug> TCPHandler: Processed in 0.001854774 sec.
5317 2025.01.02 23:37:18.140975 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12444
5318 2025.01.02 23:37:18.141803 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5319 2025.01.02 23:37:18.141865 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5320 2025.01.02 23:37:18.142513 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
5321 2025.01.02 23:37:18.142797 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5322 2025.01.02 23:37:18.143108 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12444
5323 2025.01.02 23:37:19.005542 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204
5324 2025.01.02 23:37:19.023991 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5325 2025.01.02 23:37:19.024033 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5326 2025.01.02 23:37:19.031447 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
5327 2025.01.02 23:37:19.032179 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5328 2025.01.02 23:37:19.035307 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 204
5329 2025.01.02 23:37:22.438712 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5330 2025.01.02 23:37:22.438910 [ 260 ] {41005f22-5d28-4609-b3bc-8f029decd61f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5331 2025.01.02 23:37:22.438976 [ 260 ] {41005f22-5d28-4609-b3bc-8f029decd61f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5332 2025.01.02 23:37:22.439741 [ 260 ] {41005f22-5d28-4609-b3bc-8f029decd61f} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5333 2025.01.02 23:37:22.439784 [ 260 ] {41005f22-5d28-4609-b3bc-8f029decd61f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5334 2025.01.02 23:37:22.440241 [ 260 ] {41005f22-5d28-4609-b3bc-8f029decd61f} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
5335 2025.01.02 23:37:22.440491 [ 260 ] {41005f22-5d28-4609-b3bc-8f029decd61f} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5336 2025.01.02 23:37:22.440703 [ 260 ] {41005f22-5d28-4609-b3bc-8f029decd61f} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001844 sec., 30368.763557483733 rows/sec., 2.33 MiB/sec.
5337 2025.01.02 23:37:22.440768 [ 260 ] {41005f22-5d28-4609-b3bc-8f029decd61f} <Debug> TCPHandler: Processed in 0.002183408 sec.
5338 2025.01.02 23:37:22.441041 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5339 2025.01.02 23:37:22.441233 [ 265 ] {41761c66-90f5-46ca-ac2c-22369c2acf4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5340 2025.01.02 23:37:22.441311 [ 265 ] {41761c66-90f5-46ca-ac2c-22369c2acf4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5341 2025.01.02 23:37:22.442088 [ 265 ] {41761c66-90f5-46ca-ac2c-22369c2acf4e} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5342 2025.01.02 23:37:22.442140 [ 265 ] {41761c66-90f5-46ca-ac2c-22369c2acf4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5343 2025.01.02 23:37:22.442616 [ 265 ] {41761c66-90f5-46ca-ac2c-22369c2acf4e} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
5344 2025.01.02 23:37:22.442876 [ 265 ] {41761c66-90f5-46ca-ac2c-22369c2acf4e} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5345 2025.01.02 23:37:22.443138 [ 265 ] {41761c66-90f5-46ca-ac2c-22369c2acf4e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001955 sec., 32736.572890025574 rows/sec., 2.56 MiB/sec.
5346 2025.01.02 23:37:22.443273 [ 265 ] {41761c66-90f5-46ca-ac2c-22369c2acf4e} <Debug> TCPHandler: Processed in 0.002368051 sec.
5347 2025.01.02 23:37:22.443453 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5348 2025.01.02 23:37:22.443603 [ 260 ] {40b41a94-1ba9-46c5-aa15-dbd4cd7d3bc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5349 2025.01.02 23:37:22.443673 [ 260 ] {40b41a94-1ba9-46c5-aa15-dbd4cd7d3bc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5350 2025.01.02 23:37:22.444326 [ 260 ] {40b41a94-1ba9-46c5-aa15-dbd4cd7d3bc7} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5351 2025.01.02 23:37:22.444367 [ 260 ] {40b41a94-1ba9-46c5-aa15-dbd4cd7d3bc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5352 2025.01.02 23:37:22.444780 [ 260 ] {40b41a94-1ba9-46c5-aa15-dbd4cd7d3bc7} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
5353 2025.01.02 23:37:22.445022 [ 260 ] {40b41a94-1ba9-46c5-aa15-dbd4cd7d3bc7} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5354 2025.01.02 23:37:22.445216 [ 260 ] {40b41a94-1ba9-46c5-aa15-dbd4cd7d3bc7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001652 sec., 96852.30024213075 rows/sec., 6.75 MiB/sec.
5355 2025.01.02 23:37:22.445268 [ 260 ] {40b41a94-1ba9-46c5-aa15-dbd4cd7d3bc7} <Debug> TCPHandler: Processed in 0.001886194 sec.
5356 2025.01.02 23:37:22.445434 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5357 2025.01.02 23:37:22.445580 [ 265 ] {d4b0fe4e-b88b-4296-bdbf-68a5b396d009} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5358 2025.01.02 23:37:22.445646 [ 265 ] {d4b0fe4e-b88b-4296-bdbf-68a5b396d009} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5359 2025.01.02 23:37:22.446208 [ 265 ] {d4b0fe4e-b88b-4296-bdbf-68a5b396d009} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5360 2025.01.02 23:37:22.446249 [ 265 ] {d4b0fe4e-b88b-4296-bdbf-68a5b396d009} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5361 2025.01.02 23:37:22.446658 [ 265 ] {d4b0fe4e-b88b-4296-bdbf-68a5b396d009} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
5362 2025.01.02 23:37:22.446906 [ 265 ] {d4b0fe4e-b88b-4296-bdbf-68a5b396d009} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5363 2025.01.02 23:37:22.447122 [ 265 ] {d4b0fe4e-b88b-4296-bdbf-68a5b396d009} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001578 sec., 38022.813688212926 rows/sec., 2.56 MiB/sec.
5364 2025.01.02 23:37:22.447178 [ 265 ] {d4b0fe4e-b88b-4296-bdbf-68a5b396d009} <Debug> TCPHandler: Processed in 0.001815764 sec.
5365 2025.01.02 23:37:25.524057 [ 110 ] {} <Debug> DNSResolver: Updating DNS cache
5366 2025.01.02 23:37:25.524133 [ 110 ] {} <Debug> DNSResolver: Updated DNS cache
5367 2025.01.02 23:37:25.643330 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12871
5368 2025.01.02 23:37:25.643954 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5369 2025.01.02 23:37:25.643994 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5370 2025.01.02 23:37:25.644588 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
5371 2025.01.02 23:37:25.644853 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5372 2025.01.02 23:37:25.645052 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12871
5373 2025.01.02 23:37:25.710481 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 758
5374 2025.01.02 23:37:25.713595 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5375 2025.01.02 23:37:25.713647 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5376 2025.01.02 23:37:25.715245 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
5377 2025.01.02 23:37:25.715579 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5378 2025.01.02 23:37:25.716773 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 758
5379 2025.01.02 23:37:26.535469 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211
5380 2025.01.02 23:37:26.556267 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5381 2025.01.02 23:37:26.556339 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5382 2025.01.02 23:37:26.563794 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
5383 2025.01.02 23:37:26.564573 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5384 2025.01.02 23:37:26.567246 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 211
5385 2025.01.02 23:37:27.444688 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5386 2025.01.02 23:37:27.444908 [ 260 ] {5f43e3e6-2d85-471e-98cf-a19103f6e08c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
5387 2025.01.02 23:37:27.444991 [ 260 ] {5f43e3e6-2d85-471e-98cf-a19103f6e08c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
5388 2025.01.02 23:37:27.445741 [ 260 ] {5f43e3e6-2d85-471e-98cf-a19103f6e08c} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5389 2025.01.02 23:37:27.445794 [ 260 ] {5f43e3e6-2d85-471e-98cf-a19103f6e08c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5390 2025.01.02 23:37:27.446251 [ 260 ] {5f43e3e6-2d85-471e-98cf-a19103f6e08c} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
5391 2025.01.02 23:37:27.446508 [ 260 ] {5f43e3e6-2d85-471e-98cf-a19103f6e08c} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5392 2025.01.02 23:37:27.446758 [ 260 ] {5f43e3e6-2d85-471e-98cf-a19103f6e08c} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001916 sec., 7306.889352818372 rows/sec., 526.00 KiB/sec.
5393 2025.01.02 23:37:27.446823 [ 260 ] {5f43e3e6-2d85-471e-98cf-a19103f6e08c} <Debug> TCPHandler: Processed in 0.00227673 sec.
5394 2025.01.02 23:37:27.447068 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5395 2025.01.02 23:37:27.447261 [ 265 ] {7c55883d-81d6-40d3-bbba-8e651cce76a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5396 2025.01.02 23:37:27.447333 [ 265 ] {7c55883d-81d6-40d3-bbba-8e651cce76a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5397 2025.01.02 23:37:27.448190 [ 265 ] {7c55883d-81d6-40d3-bbba-8e651cce76a8} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5398 2025.01.02 23:37:27.448240 [ 265 ] {7c55883d-81d6-40d3-bbba-8e651cce76a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5399 2025.01.02 23:37:27.448712 [ 265 ] {7c55883d-81d6-40d3-bbba-8e651cce76a8} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
5400 2025.01.02 23:37:27.448964 [ 265 ] {7c55883d-81d6-40d3-bbba-8e651cce76a8} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5401 2025.01.02 23:37:27.449158 [ 87 ] {} <Debug> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
5402 2025.01.02 23:37:27.449227 [ 265 ] {7c55883d-81d6-40d3-bbba-8e651cce76a8} <Debug> executeQuery: Read 283 rows, 25.60 KiB in 0.002017 sec., 140307.38720872582 rows/sec., 12.40 MiB/sec.
5403 2025.01.02 23:37:27.449254 [ 87 ] {} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5404 2025.01.02 23:37:27.449321 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5405 2025.01.02 23:37:27.449366 [ 265 ] {7c55883d-81d6-40d3-bbba-8e651cce76a8} <Debug> TCPHandler: Processed in 0.002435542 sec.
5406 2025.01.02 23:37:27.449670 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5407 2025.01.02 23:37:27.449687 [ 202 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full
5408 2025.01.02 23:37:27.450120 [ 260 ] {6ad547fd-2e3c-48f8-b134-ac2d18bc86db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5409 2025.01.02 23:37:27.450368 [ 260 ] {6ad547fd-2e3c-48f8-b134-ac2d18bc86db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5410 2025.01.02 23:37:27.450391 [ 202 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5411 2025.01.02 23:37:27.450514 [ 202 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1434 rows starting from the beginning of the part
5412 2025.01.02 23:37:27.450830 [ 202 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 283 rows starting from the beginning of the part
5413 2025.01.02 23:37:27.451210 [ 202 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 56 rows starting from the beginning of the part
5414 2025.01.02 23:37:27.451708 [ 202 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 288 rows starting from the beginning of the part
5415 2025.01.02 23:37:27.452160 [ 202 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 56 rows starting from the beginning of the part
5416 2025.01.02 23:37:27.452396 [ 202 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 283 rows starting from the beginning of the part
5417 2025.01.02 23:37:27.453369 [ 260 ] {6ad547fd-2e3c-48f8-b134-ac2d18bc86db} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5418 2025.01.02 23:37:27.453443 [ 260 ] {6ad547fd-2e3c-48f8-b134-ac2d18bc86db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5419 2025.01.02 23:37:27.454409 [ 260 ] {6ad547fd-2e3c-48f8-b134-ac2d18bc86db} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
5420 2025.01.02 23:37:27.454843 [ 260 ] {6ad547fd-2e3c-48f8-b134-ac2d18bc86db} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5421 2025.01.02 23:37:27.455333 [ 260 ] {6ad547fd-2e3c-48f8-b134-ac2d18bc86db} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.005358 sec., 8771.929824561405 rows/sec., 646.49 KiB/sec.
5422 2025.01.02 23:37:27.455798 [ 260 ] {6ad547fd-2e3c-48f8-b134-ac2d18bc86db} <Debug> TCPHandler: Processed in 0.006305254 sec.
5423 2025.01.02 23:37:27.456092 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5424 2025.01.02 23:37:27.456113 [ 202 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2400 rows, containing 5 columns (5 merged, 0 gathered) in 0.006689108 sec., 358792.23358331184 rows/sec., 31.88 MiB/sec.
5425 2025.01.02 23:37:27.456226 [ 265 ] {bb19c58d-351f-47e1-8ff4-c7b01ccec5b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5426 2025.01.02 23:37:27.456277 [ 265 ] {bb19c58d-351f-47e1-8ff4-c7b01ccec5b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5427 2025.01.02 23:37:27.456422 [ 197 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
5428 2025.01.02 23:37:27.456996 [ 197 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_36_7} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5429 2025.01.02 23:37:27.457238 [ 197 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_36_7} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
5430 2025.01.02 23:37:27.457401 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB.
5431 2025.01.02 23:37:27.457540 [ 265 ] {bb19c58d-351f-47e1-8ff4-c7b01ccec5b2} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5432 2025.01.02 23:37:27.457584 [ 265 ] {bb19c58d-351f-47e1-8ff4-c7b01ccec5b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5433 2025.01.02 23:37:27.457940 [ 265 ] {bb19c58d-351f-47e1-8ff4-c7b01ccec5b2} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
5434 2025.01.02 23:37:27.458165 [ 265 ] {bb19c58d-351f-47e1-8ff4-c7b01ccec5b2} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5435 2025.01.02 23:37:27.458437 [ 265 ] {bb19c58d-351f-47e1-8ff4-c7b01ccec5b2} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002236 sec., 6261.1806797853305 rows/sec., 438.49 KiB/sec.
5436 2025.01.02 23:37:27.458495 [ 265 ] {bb19c58d-351f-47e1-8ff4-c7b01ccec5b2} <Debug> TCPHandler: Processed in 0.002576614 sec.
5437 2025.01.02 23:37:27.458643 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5438 2025.01.02 23:37:27.458787 [ 260 ] {6885fdf8-a19c-46e3-a6da-c9268fe1364e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
5439 2025.01.02 23:37:27.458846 [ 260 ] {6885fdf8-a19c-46e3-a6da-c9268fe1364e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5440 2025.01.02 23:37:27.459491 [ 260 ] {6885fdf8-a19c-46e3-a6da-c9268fe1364e} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5441 2025.01.02 23:37:27.459534 [ 260 ] {6885fdf8-a19c-46e3-a6da-c9268fe1364e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5442 2025.01.02 23:37:27.459906 [ 260 ] {6885fdf8-a19c-46e3-a6da-c9268fe1364e} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
5443 2025.01.02 23:37:27.460154 [ 260 ] {6885fdf8-a19c-46e3-a6da-c9268fe1364e} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5444 2025.01.02 23:37:27.460416 [ 260 ] {6885fdf8-a19c-46e3-a6da-c9268fe1364e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001659 sec., 7836.045810729354 rows/sec., 488.58 KiB/sec.
5445 2025.01.02 23:37:27.460633 [ 260 ] {6885fdf8-a19c-46e3-a6da-c9268fe1364e} <Debug> TCPHandler: Processed in 0.002053637 sec.
5446 2025.01.02 23:37:27.460793 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5447 2025.01.02 23:37:27.460915 [ 265 ] {a8bde79d-9540-4ad9-a0f6-07626082e10c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5448 2025.01.02 23:37:27.460965 [ 265 ] {a8bde79d-9540-4ad9-a0f6-07626082e10c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5449 2025.01.02 23:37:27.461876 [ 265 ] {a8bde79d-9540-4ad9-a0f6-07626082e10c} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5450 2025.01.02 23:37:27.461932 [ 265 ] {a8bde79d-9540-4ad9-a0f6-07626082e10c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5451 2025.01.02 23:37:27.462507 [ 265 ] {a8bde79d-9540-4ad9-a0f6-07626082e10c} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
5452 2025.01.02 23:37:27.462895 [ 265 ] {a8bde79d-9540-4ad9-a0f6-07626082e10c} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5453 2025.01.02 23:37:27.463108 [ 87 ] {} <Debug> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
5454 2025.01.02 23:37:27.463182 [ 87 ] {} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5455 2025.01.02 23:37:27.463219 [ 265 ] {a8bde79d-9540-4ad9-a0f6-07626082e10c} <Debug> executeQuery: Read 422 rows, 30.88 KiB in 0.002316 sec., 182210.70811744386 rows/sec., 13.02 MiB/sec.
5456 2025.01.02 23:37:27.463224 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5457 2025.01.02 23:37:27.463358 [ 265 ] {a8bde79d-9540-4ad9-a0f6-07626082e10c} <Debug> TCPHandler: Processed in 0.002611325 sec.
5458 2025.01.02 23:37:27.463484 [ 201 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full
5459 2025.01.02 23:37:27.463588 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5460 2025.01.02 23:37:27.463628 [ 201 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5461 2025.01.02 23:37:27.463663 [ 201 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 912 rows starting from the beginning of the part
5462 2025.01.02 23:37:27.463742 [ 260 ] {bfe7c8e8-f5e5-4485-bd04-642775ae130b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
5463 2025.01.02 23:37:27.463882 [ 201 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 422 rows starting from the beginning of the part
5464 2025.01.02 23:37:27.463906 [ 260 ] {bfe7c8e8-f5e5-4485-bd04-642775ae130b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5465 2025.01.02 23:37:27.464209 [ 201 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 64 rows starting from the beginning of the part
5466 2025.01.02 23:37:27.464504 [ 201 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 432 rows starting from the beginning of the part
5467 2025.01.02 23:37:27.464811 [ 201 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 64 rows starting from the beginning of the part
5468 2025.01.02 23:37:27.465043 [ 201 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 422 rows starting from the beginning of the part
5469 2025.01.02 23:37:27.465576 [ 260 ] {bfe7c8e8-f5e5-4485-bd04-642775ae130b} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5470 2025.01.02 23:37:27.465626 [ 260 ] {bfe7c8e8-f5e5-4485-bd04-642775ae130b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5471 2025.01.02 23:37:27.466140 [ 260 ] {bfe7c8e8-f5e5-4485-bd04-642775ae130b} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
5472 2025.01.02 23:37:27.466453 [ 260 ] {bfe7c8e8-f5e5-4485-bd04-642775ae130b} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5473 2025.01.02 23:37:27.466708 [ 260 ] {bfe7c8e8-f5e5-4485-bd04-642775ae130b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003014 sec., 1990.7100199071 rows/sec., 104.01 KiB/sec.
5474 2025.01.02 23:37:27.466889 [ 260 ] {bfe7c8e8-f5e5-4485-bd04-642775ae130b} <Debug> TCPHandler: Processed in 0.003358514 sec.
5475 2025.01.02 23:37:27.466956 [ 201 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2316 rows, containing 5 columns (5 merged, 0 gathered) in 0.003565867 sec., 649491.4140095522 rows/sec., 49.48 MiB/sec.
5476 2025.01.02 23:37:27.467057 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5477 2025.01.02 23:37:27.467137 [ 201 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
5478 2025.01.02 23:37:27.467302 [ 265 ] {e247abf5-8475-4255-8b71-fccae47b66df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5479 2025.01.02 23:37:27.467419 [ 265 ] {e247abf5-8475-4255-8b71-fccae47b66df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5480 2025.01.02 23:37:27.467746 [ 201 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_36_7} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5481 2025.01.02 23:37:27.467992 [ 201 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_36_7} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
5482 2025.01.02 23:37:27.468131 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB.
5483 2025.01.02 23:37:27.468531 [ 265 ] {e247abf5-8475-4255-8b71-fccae47b66df} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5484 2025.01.02 23:37:27.468574 [ 265 ] {e247abf5-8475-4255-8b71-fccae47b66df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5485 2025.01.02 23:37:27.468986 [ 265 ] {e247abf5-8475-4255-8b71-fccae47b66df} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
5486 2025.01.02 23:37:27.469234 [ 265 ] {e247abf5-8475-4255-8b71-fccae47b66df} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5487 2025.01.02 23:37:27.469374 [ 93 ] {} <Debug> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
5488 2025.01.02 23:37:27.469413 [ 93 ] {} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5489 2025.01.02 23:37:27.469429 [ 265 ] {e247abf5-8475-4255-8b71-fccae47b66df} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002225 sec., 106516.85393258427 rows/sec., 7.14 MiB/sec.
5490 2025.01.02 23:37:27.469440 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5491 2025.01.02 23:37:27.469547 [ 265 ] {e247abf5-8475-4255-8b71-fccae47b66df} <Debug> TCPHandler: Processed in 0.002556313 sec.
5492 2025.01.02 23:37:27.469720 [ 200 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full
5493 2025.01.02 23:37:27.469771 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5494 2025.01.02 23:37:27.469974 [ 200 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5495 2025.01.02 23:37:27.470008 [ 260 ] {785f0b1a-dee5-48b6-907e-e2ae85af8ec8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
5496 2025.01.02 23:37:27.470040 [ 200 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 10246 rows starting from the beginning of the part
5497 2025.01.02 23:37:27.470115 [ 260 ] {785f0b1a-dee5-48b6-907e-e2ae85af8ec8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5498 2025.01.02 23:37:27.470405 [ 200 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 237 rows starting from the beginning of the part
5499 2025.01.02 23:37:27.470742 [ 200 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 160 rows starting from the beginning of the part
5500 2025.01.02 23:37:27.471116 [ 200 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 242 rows starting from the beginning of the part
5501 2025.01.02 23:37:27.471530 [ 200 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 160 rows starting from the beginning of the part
5502 2025.01.02 23:37:27.471783 [ 200 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 237 rows starting from the beginning of the part
5503 2025.01.02 23:37:27.472580 [ 260 ] {785f0b1a-dee5-48b6-907e-e2ae85af8ec8} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5504 2025.01.02 23:37:27.472643 [ 260 ] {785f0b1a-dee5-48b6-907e-e2ae85af8ec8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5505 2025.01.02 23:37:27.473299 [ 260 ] {785f0b1a-dee5-48b6-907e-e2ae85af8ec8} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
5506 2025.01.02 23:37:27.473763 [ 260 ] {785f0b1a-dee5-48b6-907e-e2ae85af8ec8} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5507 2025.01.02 23:37:27.474378 [ 260 ] {785f0b1a-dee5-48b6-907e-e2ae85af8ec8} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004413 sec., 226.60321776569225 rows/sec., 15.27 KiB/sec.
5508 2025.01.02 23:37:27.474720 [ 260 ] {785f0b1a-dee5-48b6-907e-e2ae85af8ec8} <Debug> TCPHandler: Processed in 0.005048646 sec.
5509 2025.01.02 23:37:27.475033 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5510 2025.01.02 23:37:27.475373 [ 265 ] {39e8e7c0-bfc1-45a4-a9c8-3f1b5d12d5d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5511 2025.01.02 23:37:27.475523 [ 265 ] {39e8e7c0-bfc1-45a4-a9c8-3f1b5d12d5d8} <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
5512 2025.01.02 23:37:27.477323 [ 265 ] {39e8e7c0-bfc1-45a4-a9c8-3f1b5d12d5d8} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5513 2025.01.02 23:37:27.477361 [ 265 ] {39e8e7c0-bfc1-45a4-a9c8-3f1b5d12d5d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5514 2025.01.02 23:37:27.478435 [ 188 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11282 rows, containing 5 columns (5 merged, 0 gathered) in 0.008875607 sec., 1271124.329862735 rows/sec., 85.48 MiB/sec.
5515 2025.01.02 23:37:27.478807 [ 265 ] {39e8e7c0-bfc1-45a4-a9c8-3f1b5d12d5d8} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
5516 2025.01.02 23:37:27.478833 [ 188 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
5517 2025.01.02 23:37:27.479319 [ 265 ] {39e8e7c0-bfc1-45a4-a9c8-3f1b5d12d5d8} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5518 2025.01.02 23:37:27.479463 [ 188 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5519 2025.01.02 23:37:27.479754 [ 188 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
5520 2025.01.02 23:37:27.479790 [ 265 ] {39e8e7c0-bfc1-45a4-a9c8-3f1b5d12d5d8} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.004495 sec., 8898.776418242493 rows/sec., 15.95 MiB/sec.
5521 2025.01.02 23:37:27.480013 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.17 MiB.
5522 2025.01.02 23:37:27.480172 [ 265 ] {39e8e7c0-bfc1-45a4-a9c8-3f1b5d12d5d8} <Debug> TCPHandler: Processed in 0.00532676 sec.
5523 2025.01.02 23:37:27.480344 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5524 2025.01.02 23:37:27.480486 [ 260 ] {ed48898b-b9f9-4553-871c-8282004e0a02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5525 2025.01.02 23:37:27.480547 [ 260 ] {ed48898b-b9f9-4553-871c-8282004e0a02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5526 2025.01.02 23:37:27.481135 [ 260 ] {ed48898b-b9f9-4553-871c-8282004e0a02} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5527 2025.01.02 23:37:27.481175 [ 260 ] {ed48898b-b9f9-4553-871c-8282004e0a02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5528 2025.01.02 23:37:27.481553 [ 260 ] {ed48898b-b9f9-4553-871c-8282004e0a02} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
5529 2025.01.02 23:37:27.481785 [ 260 ] {ed48898b-b9f9-4553-871c-8282004e0a02} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5530 2025.01.02 23:37:27.481948 [ 93 ] {} <Debug> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
5531 2025.01.02 23:37:27.482008 [ 93 ] {} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5532 2025.01.02 23:37:27.482036 [ 260 ] {ed48898b-b9f9-4553-871c-8282004e0a02} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001576 sec., 52030.45685279188 rows/sec., 3.30 MiB/sec.
5533 2025.01.02 23:37:27.482049 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5534 2025.01.02 23:37:27.482170 [ 260 ] {ed48898b-b9f9-4553-871c-8282004e0a02} <Debug> TCPHandler: Processed in 0.001885175 sec.
5535 2025.01.02 23:37:27.482300 [ 192 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full
5536 2025.01.02 23:37:27.482429 [ 192 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5537 2025.01.02 23:37:27.482466 [ 192 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1738 rows starting from the beginning of the part
5538 2025.01.02 23:37:27.482581 [ 192 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 82 rows starting from the beginning of the part
5539 2025.01.02 23:37:27.482686 [ 192 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 60 rows starting from the beginning of the part
5540 2025.01.02 23:37:27.482892 [ 192 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 82 rows starting from the beginning of the part
5541 2025.01.02 23:37:27.483080 [ 192 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 60 rows starting from the beginning of the part
5542 2025.01.02 23:37:27.483214 [ 192 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 82 rows starting from the beginning of the part
5543 2025.01.02 23:37:27.484494 [ 188 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2104 rows, containing 4 columns (4 merged, 0 gathered) in 0.002315671 sec., 908591.9372829732 rows/sec., 59.12 MiB/sec.
5544 2025.01.02 23:37:27.484668 [ 188 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
5545 2025.01.02 23:37:27.484927 [ 188 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_36_7} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5546 2025.01.02 23:37:27.485001 [ 188 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_36_7} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
5547 2025.01.02 23:37:27.485067 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB.
5548 2025.01.02 23:37:28.659798 [ 78 ] {} <Debug> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
5549 2025.01.02 23:37:28.659866 [ 78 ] {} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5550 2025.01.02 23:37:28.659893 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5551 2025.01.02 23:37:28.660201 [ 189 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::all_1_9_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full
5552 2025.01.02 23:37:28.660370 [ 189 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5553 2025.01.02 23:37:28.660409 [ 189 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 16 rows starting from the beginning of the part
5554 2025.01.02 23:37:28.660496 [ 189 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part
5555 2025.01.02 23:37:28.660682 [ 189 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2 rows starting from the beginning of the part
5556 2025.01.02 23:37:28.660937 [ 189 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part
5557 2025.01.02 23:37:28.661116 [ 189 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 10 rows starting from the beginning of the part
5558 2025.01.02 23:37:28.662281 [ 187 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 5 columns (5 merged, 0 gathered) in 0.00228947 sec., 13977.033986031702 rows/sec., 1.17 MiB/sec.
5559 2025.01.02 23:37:28.662563 [ 187 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
5560 2025.01.02 23:37:28.663124 [ 187 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::all_1_9_2} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5561 2025.01.02 23:37:28.663261 [ 187 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::all_1_9_2} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
5562 2025.01.02 23:37:28.663365 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
5563 2025.01.02 23:37:32.466118 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5564 2025.01.02 23:37:32.466317 [ 260 ] {215e2643-c27b-44d5-978e-dd3b774ea5c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
5565 2025.01.02 23:37:32.466391 [ 260 ] {215e2643-c27b-44d5-978e-dd3b774ea5c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
5566 2025.01.02 23:37:32.467153 [ 260 ] {215e2643-c27b-44d5-978e-dd3b774ea5c7} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5567 2025.01.02 23:37:32.467202 [ 260 ] {215e2643-c27b-44d5-978e-dd3b774ea5c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5568 2025.01.02 23:37:32.467625 [ 260 ] {215e2643-c27b-44d5-978e-dd3b774ea5c7} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
5569 2025.01.02 23:37:32.467884 [ 260 ] {215e2643-c27b-44d5-978e-dd3b774ea5c7} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5570 2025.01.02 23:37:32.468133 [ 260 ] {215e2643-c27b-44d5-978e-dd3b774ea5c7} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001867 sec., 2142.4745581146226 rows/sec., 174.70 KiB/sec.
5571 2025.01.02 23:37:32.468197 [ 260 ] {215e2643-c27b-44d5-978e-dd3b774ea5c7} <Debug> TCPHandler: Processed in 0.002207419 sec.
5572 2025.01.02 23:37:32.468472 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5573 2025.01.02 23:37:32.468686 [ 265 ] {12edd1e0-3f70-4b2c-af74-0deb2c4a4a7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5574 2025.01.02 23:37:32.468767 [ 265 ] {12edd1e0-3f70-4b2c-af74-0deb2c4a4a7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5575 2025.01.02 23:37:32.470160 [ 265 ] {12edd1e0-3f70-4b2c-af74-0deb2c4a4a7e} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5576 2025.01.02 23:37:32.470205 [ 265 ] {12edd1e0-3f70-4b2c-af74-0deb2c4a4a7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5577 2025.01.02 23:37:32.470702 [ 265 ] {12edd1e0-3f70-4b2c-af74-0deb2c4a4a7e} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
5578 2025.01.02 23:37:32.470955 [ 265 ] {12edd1e0-3f70-4b2c-af74-0deb2c4a4a7e} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5579 2025.01.02 23:37:32.471180 [ 265 ] {12edd1e0-3f70-4b2c-af74-0deb2c4a4a7e} <Debug> executeQuery: Read 1198 rows, 101.11 KiB in 0.002555 sec., 468884.5401174168 rows/sec., 38.65 MiB/sec.
5580 2025.01.02 23:37:32.471236 [ 265 ] {12edd1e0-3f70-4b2c-af74-0deb2c4a4a7e} <Debug> TCPHandler: Processed in 0.002905978 sec.
5581 2025.01.02 23:37:32.471381 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5582 2025.01.02 23:37:32.471508 [ 260 ] {8137d1e2-c671-4037-bc93-82592b7b9ed3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5583 2025.01.02 23:37:32.471560 [ 260 ] {8137d1e2-c671-4037-bc93-82592b7b9ed3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5584 2025.01.02 23:37:32.472159 [ 260 ] {8137d1e2-c671-4037-bc93-82592b7b9ed3} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5585 2025.01.02 23:37:32.472200 [ 260 ] {8137d1e2-c671-4037-bc93-82592b7b9ed3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5586 2025.01.02 23:37:32.472555 [ 260 ] {8137d1e2-c671-4037-bc93-82592b7b9ed3} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
5587 2025.01.02 23:37:32.472803 [ 260 ] {8137d1e2-c671-4037-bc93-82592b7b9ed3} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5588 2025.01.02 23:37:32.473015 [ 260 ] {8137d1e2-c671-4037-bc93-82592b7b9ed3} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001536 sec., 2604.1666666666665 rows/sec., 181.83 KiB/sec.
5589 2025.01.02 23:37:32.473068 [ 260 ] {8137d1e2-c671-4037-bc93-82592b7b9ed3} <Debug> TCPHandler: Processed in 0.001743873 sec.
5590 2025.01.02 23:37:32.473227 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5591 2025.01.02 23:37:32.473348 [ 265 ] {f9af1383-8e77-4840-900d-28fd86f7f36f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5592 2025.01.02 23:37:32.473407 [ 265 ] {f9af1383-8e77-4840-900d-28fd86f7f36f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5593 2025.01.02 23:37:32.474193 [ 265 ] {f9af1383-8e77-4840-900d-28fd86f7f36f} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5594 2025.01.02 23:37:32.474241 [ 265 ] {f9af1383-8e77-4840-900d-28fd86f7f36f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5595 2025.01.02 23:37:32.474622 [ 265 ] {f9af1383-8e77-4840-900d-28fd86f7f36f} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
5596 2025.01.02 23:37:32.474862 [ 265 ] {f9af1383-8e77-4840-900d-28fd86f7f36f} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5597 2025.01.02 23:37:32.475094 [ 265 ] {f9af1383-8e77-4840-900d-28fd86f7f36f} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001769 sec., 128886.37648388921 rows/sec., 8.73 MiB/sec.
5598 2025.01.02 23:37:32.475276 [ 265 ] {f9af1383-8e77-4840-900d-28fd86f7f36f} <Debug> TCPHandler: Processed in 0.002103848 sec.
5599 2025.01.02 23:37:32.475472 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5600 2025.01.02 23:37:32.475606 [ 260 ] {55884004-3ac1-4252-953d-f08e4fbdd419} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5601 2025.01.02 23:37:32.475662 [ 260 ] {55884004-3ac1-4252-953d-f08e4fbdd419} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5602 2025.01.02 23:37:32.476531 [ 260 ] {55884004-3ac1-4252-953d-f08e4fbdd419} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5603 2025.01.02 23:37:32.476569 [ 260 ] {55884004-3ac1-4252-953d-f08e4fbdd419} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5604 2025.01.02 23:37:32.476951 [ 260 ] {55884004-3ac1-4252-953d-f08e4fbdd419} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
5605 2025.01.02 23:37:32.477189 [ 260 ] {55884004-3ac1-4252-953d-f08e4fbdd419} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5606 2025.01.02 23:37:32.477367 [ 260 ] {55884004-3ac1-4252-953d-f08e4fbdd419} <Debug> executeQuery: Read 524 rows, 39.73 KiB in 0.001792 sec., 292410.7142857143 rows/sec., 21.65 MiB/sec.
5607 2025.01.02 23:37:32.477418 [ 260 ] {55884004-3ac1-4252-953d-f08e4fbdd419} <Debug> TCPHandler: Processed in 0.002036267 sec.
5608 2025.01.02 23:37:32.477579 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5609 2025.01.02 23:37:32.477717 [ 265 ] {d23c1222-58ab-444d-aa68-19ef1c5f177c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5610 2025.01.02 23:37:32.477779 [ 265 ] {d23c1222-58ab-444d-aa68-19ef1c5f177c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5611 2025.01.02 23:37:32.478623 [ 265 ] {d23c1222-58ab-444d-aa68-19ef1c5f177c} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5612 2025.01.02 23:37:32.478662 [ 265 ] {d23c1222-58ab-444d-aa68-19ef1c5f177c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5613 2025.01.02 23:37:32.479103 [ 265 ] {d23c1222-58ab-444d-aa68-19ef1c5f177c} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
5614 2025.01.02 23:37:32.479338 [ 265 ] {d23c1222-58ab-444d-aa68-19ef1c5f177c} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5615 2025.01.02 23:37:32.479548 [ 265 ] {d23c1222-58ab-444d-aa68-19ef1c5f177c} <Debug> executeQuery: Read 882 rows, 60.77 KiB in 0.001861 sec., 473938.7426114992 rows/sec., 31.89 MiB/sec.
5616 2025.01.02 23:37:32.479601 [ 265 ] {d23c1222-58ab-444d-aa68-19ef1c5f177c} <Debug> TCPHandler: Processed in 0.002085908 sec.
5617 2025.01.02 23:37:32.479749 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5618 2025.01.02 23:37:32.479885 [ 260 ] {d795676c-a3af-4806-9b9a-f0131c195aaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5619 2025.01.02 23:37:32.479948 [ 260 ] {d795676c-a3af-4806-9b9a-f0131c195aaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5620 2025.01.02 23:37:32.480502 [ 260 ] {d795676c-a3af-4806-9b9a-f0131c195aaf} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5621 2025.01.02 23:37:32.480539 [ 260 ] {d795676c-a3af-4806-9b9a-f0131c195aaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5622 2025.01.02 23:37:32.480911 [ 260 ] {d795676c-a3af-4806-9b9a-f0131c195aaf} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
5623 2025.01.02 23:37:32.481145 [ 260 ] {d795676c-a3af-4806-9b9a-f0131c195aaf} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5624 2025.01.02 23:37:32.481355 [ 260 ] {d795676c-a3af-4806-9b9a-f0131c195aaf} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001497 sec., 40080.160320641284 rows/sec., 2.70 MiB/sec.
5625 2025.01.02 23:37:32.481457 [ 260 ] {d795676c-a3af-4806-9b9a-f0131c195aaf} <Debug> TCPHandler: Processed in 0.001772593 sec.
5626 2025.01.02 23:37:33.145269 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 13359
5627 2025.01.02 23:37:33.145966 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5628 2025.01.02 23:37:33.146024 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5629 2025.01.02 23:37:33.146584 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
5630 2025.01.02 23:37:33.146922 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5631 2025.01.02 23:37:33.147207 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13359
5632 2025.01.02 23:37:34.067419 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219
5633 2025.01.02 23:37:34.088457 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5634 2025.01.02 23:37:34.088522 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5635 2025.01.02 23:37:34.095857 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
5636 2025.01.02 23:37:34.096629 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5637 2025.01.02 23:37:34.099329 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 219
5638 2025.01.02 23:37:35.717108 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 794
5639 2025.01.02 23:37:35.720239 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5640 2025.01.02 23:37:35.720290 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5641 2025.01.02 23:37:35.721756 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
5642 2025.01.02 23:37:35.722055 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5643 2025.01.02 23:37:35.722596 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 794
5644 2025.01.02 23:37:37.444586 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5645 2025.01.02 23:37:37.444790 [ 260 ] {ec3edbe2-2bae-4544-9078-4d7006b8f6c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
5646 2025.01.02 23:37:37.444868 [ 260 ] {ec3edbe2-2bae-4544-9078-4d7006b8f6c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
5647 2025.01.02 23:37:37.445693 [ 260 ] {ec3edbe2-2bae-4544-9078-4d7006b8f6c7} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5648 2025.01.02 23:37:37.445743 [ 260 ] {ec3edbe2-2bae-4544-9078-4d7006b8f6c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5649 2025.01.02 23:37:37.446167 [ 260 ] {ec3edbe2-2bae-4544-9078-4d7006b8f6c7} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
5650 2025.01.02 23:37:37.446420 [ 260 ] {ec3edbe2-2bae-4544-9078-4d7006b8f6c7} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5651 2025.01.02 23:37:37.446684 [ 260 ] {ec3edbe2-2bae-4544-9078-4d7006b8f6c7} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001948 sec., 7186.858316221766 rows/sec., 517.36 KiB/sec.
5652 2025.01.02 23:37:37.446870 [ 260 ] {ec3edbe2-2bae-4544-9078-4d7006b8f6c7} <Debug> TCPHandler: Processed in 0.002419632 sec.
5653 2025.01.02 23:37:37.447164 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5654 2025.01.02 23:37:37.447376 [ 265 ] {cd9311e0-301c-46be-b4a6-e12bcfb2e433} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5655 2025.01.02 23:37:37.447457 [ 265 ] {cd9311e0-301c-46be-b4a6-e12bcfb2e433} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5656 2025.01.02 23:37:37.448368 [ 265 ] {cd9311e0-301c-46be-b4a6-e12bcfb2e433} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5657 2025.01.02 23:37:37.448416 [ 265 ] {cd9311e0-301c-46be-b4a6-e12bcfb2e433} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5658 2025.01.02 23:37:37.448868 [ 265 ] {cd9311e0-301c-46be-b4a6-e12bcfb2e433} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
5659 2025.01.02 23:37:37.449124 [ 265 ] {cd9311e0-301c-46be-b4a6-e12bcfb2e433} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5660 2025.01.02 23:37:37.449355 [ 265 ] {cd9311e0-301c-46be-b4a6-e12bcfb2e433} <Debug> executeQuery: Read 283 rows, 25.60 KiB in 0.002037 sec., 138929.79872361314 rows/sec., 12.27 MiB/sec.
5661 2025.01.02 23:37:37.449414 [ 265 ] {cd9311e0-301c-46be-b4a6-e12bcfb2e433} <Debug> TCPHandler: Processed in 0.002397611 sec.
5662 2025.01.02 23:37:37.449583 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5663 2025.01.02 23:37:37.449720 [ 260 ] {c1ab950c-84bb-4b74-8a1c-7f3f4efc3700} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5664 2025.01.02 23:37:37.449777 [ 260 ] {c1ab950c-84bb-4b74-8a1c-7f3f4efc3700} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5665 2025.01.02 23:37:37.450484 [ 260 ] {c1ab950c-84bb-4b74-8a1c-7f3f4efc3700} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5666 2025.01.02 23:37:37.450529 [ 260 ] {c1ab950c-84bb-4b74-8a1c-7f3f4efc3700} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5667 2025.01.02 23:37:37.450899 [ 260 ] {c1ab950c-84bb-4b74-8a1c-7f3f4efc3700} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
5668 2025.01.02 23:37:37.451133 [ 260 ] {c1ab950c-84bb-4b74-8a1c-7f3f4efc3700} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5669 2025.01.02 23:37:37.451299 [ 171 ] {} <Debug> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0
5670 2025.01.02 23:37:37.451358 [ 260 ] {c1ab950c-84bb-4b74-8a1c-7f3f4efc3700} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.001668 sec., 28177.45803357314 rows/sec., 2.03 MiB/sec.
5671 2025.01.02 23:37:37.451377 [ 171 ] {} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5672 2025.01.02 23:37:37.451452 [ 171 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5673 2025.01.02 23:37:37.451494 [ 260 ] {c1ab950c-84bb-4b74-8a1c-7f3f4efc3700} <Debug> TCPHandler: Processed in 0.001979456 sec.
5674 2025.01.02 23:37:37.451734 [ 189 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_25_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_20_4 to all_25_25_0 into Compact with storage Full
5675 2025.01.02 23:37:37.451762 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5676 2025.01.02 23:37:37.451984 [ 189 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_25_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5677 2025.01.02 23:37:37.452014 [ 265 ] {92641503-90c0-4652-b582-a73707dacecb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5678 2025.01.02 23:37:37.452042 [ 189 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 63 rows starting from the beginning of the part
5679 2025.01.02 23:37:37.452118 [ 265 ] {92641503-90c0-4652-b582-a73707dacecb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5680 2025.01.02 23:37:37.452291 [ 189 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 47 rows starting from the beginning of the part
5681 2025.01.02 23:37:37.452604 [ 189 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 57 rows starting from the beginning of the part
5682 2025.01.02 23:37:37.452905 [ 189 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 47 rows starting from the beginning of the part
5683 2025.01.02 23:37:37.453210 [ 189 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 4 rows starting from the beginning of the part
5684 2025.01.02 23:37:37.453499 [ 189 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 47 rows starting from the beginning of the part
5685 2025.01.02 23:37:37.455282 [ 265 ] {92641503-90c0-4652-b582-a73707dacecb} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5686 2025.01.02 23:37:37.455363 [ 265 ] {92641503-90c0-4652-b582-a73707dacecb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5687 2025.01.02 23:37:37.456401 [ 265 ] {92641503-90c0-4652-b582-a73707dacecb} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
5688 2025.01.02 23:37:37.456582 [ 188 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_25_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 265 rows, containing 5 columns (5 merged, 0 gathered) in 0.005016786 sec., 52822.6637532476 rows/sec., 3.98 MiB/sec.
5689 2025.01.02 23:37:37.456810 [ 265 ] {92641503-90c0-4652-b582-a73707dacecb} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5690 2025.01.02 23:37:37.456834 [ 188 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_25_5} <Trace> MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary)
5691 2025.01.02 23:37:37.457086 [ 171 ] {} <Debug> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
5692 2025.01.02 23:37:37.457174 [ 171 ] {} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5693 2025.01.02 23:37:37.457242 [ 171 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5694 2025.01.02 23:37:37.457519 [ 265 ] {92641503-90c0-4652-b582-a73707dacecb} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005538 sec., 2527.988443481401 rows/sec., 177.04 KiB/sec.
5695 2025.01.02 23:37:37.457682 [ 186 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::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
5696 2025.01.02 23:37:37.457692 [ 190 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_25_5} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5697 2025.01.02 23:37:37.457811 [ 265 ] {92641503-90c0-4652-b582-a73707dacecb} <Debug> TCPHandler: Processed in 0.006193591 sec.
5698 2025.01.02 23:37:37.458017 [ 190 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_25_5} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5
5699 2025.01.02 23:37:37.458081 [ 186 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5700 2025.01.02 23:37:37.458103 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5701 2025.01.02 23:37:37.458147 [ 186 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 244 rows starting from the beginning of the part
5702 2025.01.02 23:37:37.458186 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB.
5703 2025.01.02 23:37:37.458368 [ 186 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 14 rows starting from the beginning of the part
5704 2025.01.02 23:37:37.458419 [ 260 ] {1a4f98c4-d44a-4f9a-b497-a70a7258f417} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
5705 2025.01.02 23:37:37.458520 [ 186 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 14 rows starting from the beginning of the part
5706 2025.01.02 23:37:37.458546 [ 260 ] {1a4f98c4-d44a-4f9a-b497-a70a7258f417} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5707 2025.01.02 23:37:37.458827 [ 186 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 14 rows starting from the beginning of the part
5708 2025.01.02 23:37:37.459167 [ 186 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 228 rows starting from the beginning of the part
5709 2025.01.02 23:37:37.459389 [ 186 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 14 rows starting from the beginning of the part
5710 2025.01.02 23:37:37.460488 [ 260 ] {1a4f98c4-d44a-4f9a-b497-a70a7258f417} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5711 2025.01.02 23:37:37.460535 [ 260 ] {1a4f98c4-d44a-4f9a-b497-a70a7258f417} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5712 2025.01.02 23:37:37.461055 [ 260 ] {1a4f98c4-d44a-4f9a-b497-a70a7258f417} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
5713 2025.01.02 23:37:37.461206 [ 198 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 528 rows, containing 5 columns (5 merged, 0 gathered) in 0.00377839 sec., 139742.05944860113 rows/sec., 10.01 MiB/sec.
5714 2025.01.02 23:37:37.461452 [ 198 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
5715 2025.01.02 23:37:37.461462 [ 260 ] {1a4f98c4-d44a-4f9a-b497-a70a7258f417} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5716 2025.01.02 23:37:37.461886 [ 260 ] {1a4f98c4-d44a-4f9a-b497-a70a7258f417} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.003547 sec., 3665.0690724555966 rows/sec., 228.52 KiB/sec.
5717 2025.01.02 23:37:37.462039 [ 260 ] {1a4f98c4-d44a-4f9a-b497-a70a7258f417} <Debug> TCPHandler: Processed in 0.004093584 sec.
5718 2025.01.02 23:37:37.462096 [ 186 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_26_5} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5719 2025.01.02 23:37:37.462216 [ 186 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_26_5} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
5720 2025.01.02 23:37:37.462241 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5721 2025.01.02 23:37:37.462350 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB.
5722 2025.01.02 23:37:37.462451 [ 265 ] {417325a7-ad74-4b64-9ccf-504c00762ef9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5723 2025.01.02 23:37:37.462511 [ 265 ] {417325a7-ad74-4b64-9ccf-504c00762ef9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5724 2025.01.02 23:37:37.463239 [ 265 ] {417325a7-ad74-4b64-9ccf-504c00762ef9} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5725 2025.01.02 23:37:37.463278 [ 265 ] {417325a7-ad74-4b64-9ccf-504c00762ef9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5726 2025.01.02 23:37:37.463651 [ 265 ] {417325a7-ad74-4b64-9ccf-504c00762ef9} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
5727 2025.01.02 23:37:37.463896 [ 265 ] {417325a7-ad74-4b64-9ccf-504c00762ef9} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5728 2025.01.02 23:37:37.464113 [ 265 ] {417325a7-ad74-4b64-9ccf-504c00762ef9} <Debug> executeQuery: Read 422 rows, 30.88 KiB in 0.001692 sec., 249408.98345153665 rows/sec., 17.83 MiB/sec.
5729 2025.01.02 23:37:37.464164 [ 265 ] {417325a7-ad74-4b64-9ccf-504c00762ef9} <Debug> TCPHandler: Processed in 0.002023757 sec.
5730 2025.01.02 23:37:37.464315 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5731 2025.01.02 23:37:37.464431 [ 260 ] {ae84d514-c896-455c-9c08-e7c9c229467d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
5732 2025.01.02 23:37:37.464480 [ 260 ] {ae84d514-c896-455c-9c08-e7c9c229467d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5733 2025.01.02 23:37:37.465058 [ 260 ] {ae84d514-c896-455c-9c08-e7c9c229467d} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5734 2025.01.02 23:37:37.465103 [ 260 ] {ae84d514-c896-455c-9c08-e7c9c229467d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5735 2025.01.02 23:37:37.465530 [ 260 ] {ae84d514-c896-455c-9c08-e7c9c229467d} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
5736 2025.01.02 23:37:37.465762 [ 260 ] {ae84d514-c896-455c-9c08-e7c9c229467d} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5737 2025.01.02 23:37:37.465922 [ 171 ] {} <Debug> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0
5738 2025.01.02 23:37:37.465985 [ 171 ] {} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5739 2025.01.02 23:37:37.466028 [ 260 ] {ae84d514-c896-455c-9c08-e7c9c229467d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001612 sec., 3722.0843672456576 rows/sec., 194.46 KiB/sec.
5740 2025.01.02 23:37:37.466036 [ 171 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5741 2025.01.02 23:37:37.466161 [ 260 ] {ae84d514-c896-455c-9c08-e7c9c229467d} <Debug> TCPHandler: Processed in 0.001896775 sec.
5742 2025.01.02 23:37:37.466453 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5743 2025.01.02 23:37:37.466588 [ 198 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_20_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_15_3 to all_20_20_0 into Compact with storage Full
5744 2025.01.02 23:37:37.466849 [ 265 ] {f5ba4854-3c5b-48cb-a89e-def77ad35132} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5745 2025.01.02 23:37:37.466958 [ 198 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5746 2025.01.02 23:37:37.466963 [ 265 ] {f5ba4854-3c5b-48cb-a89e-def77ad35132} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5747 2025.01.02 23:37:37.466998 [ 198 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 90 rows starting from the beginning of the part
5748 2025.01.02 23:37:37.467237 [ 198 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part
5749 2025.01.02 23:37:37.467599 [ 198 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part
5750 2025.01.02 23:37:37.467976 [ 198 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part
5751 2025.01.02 23:37:37.468304 [ 198 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part
5752 2025.01.02 23:37:37.468646 [ 198 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part
5753 2025.01.02 23:37:37.469432 [ 265 ] {f5ba4854-3c5b-48cb-a89e-def77ad35132} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5754 2025.01.02 23:37:37.469480 [ 265 ] {f5ba4854-3c5b-48cb-a89e-def77ad35132} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5755 2025.01.02 23:37:37.470093 [ 265 ] {f5ba4854-3c5b-48cb-a89e-def77ad35132} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
5756 2025.01.02 23:37:37.470314 [ 186 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 4 columns (4 merged, 0 gathered) in 0.004131045 sec., 29048.340068917187 rows/sec., 1.48 MiB/sec.
5757 2025.01.02 23:37:37.470498 [ 265 ] {f5ba4854-3c5b-48cb-a89e-def77ad35132} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5758 2025.01.02 23:37:37.470559 [ 186 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary)
5759 2025.01.02 23:37:37.470926 [ 265 ] {f5ba4854-3c5b-48cb-a89e-def77ad35132} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.004182 sec., 56671.44906743185 rows/sec., 3.80 MiB/sec.
5760 2025.01.02 23:37:37.471054 [ 265 ] {f5ba4854-3c5b-48cb-a89e-def77ad35132} <Debug> TCPHandler: Processed in 0.004781483 sec.
5761 2025.01.02 23:37:37.471130 [ 186 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_20_4} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5762 2025.01.02 23:37:37.471243 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5763 2025.01.02 23:37:37.471273 [ 186 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_20_4} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4
5764 2025.01.02 23:37:37.471375 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
5765 2025.01.02 23:37:37.471398 [ 260 ] {286ebd7e-c35a-418b-88d5-4cd6300ca991} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
5766 2025.01.02 23:37:37.471451 [ 260 ] {286ebd7e-c35a-418b-88d5-4cd6300ca991} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5767 2025.01.02 23:37:37.471910 [ 260 ] {286ebd7e-c35a-418b-88d5-4cd6300ca991} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5768 2025.01.02 23:37:37.471948 [ 260 ] {286ebd7e-c35a-418b-88d5-4cd6300ca991} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5769 2025.01.02 23:37:37.472313 [ 260 ] {286ebd7e-c35a-418b-88d5-4cd6300ca991} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
5770 2025.01.02 23:37:37.472547 [ 260 ] {286ebd7e-c35a-418b-88d5-4cd6300ca991} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5771 2025.01.02 23:37:37.472765 [ 260 ] {286ebd7e-c35a-418b-88d5-4cd6300ca991} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001404 sec., 712.2507122507122 rows/sec., 47.99 KiB/sec.
5772 2025.01.02 23:37:37.472817 [ 260 ] {286ebd7e-c35a-418b-88d5-4cd6300ca991} <Debug> TCPHandler: Processed in 0.001658711 sec.
5773 2025.01.02 23:37:37.472958 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5774 2025.01.02 23:37:37.473074 [ 265 ] {6033130d-dfef-4c9e-b643-2b83685dceb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5775 2025.01.02 23:37:37.473153 [ 265 ] {6033130d-dfef-4c9e-b643-2b83685dceb2} <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
5776 2025.01.02 23:37:37.474290 [ 265 ] {6033130d-dfef-4c9e-b643-2b83685dceb2} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5777 2025.01.02 23:37:37.474329 [ 265 ] {6033130d-dfef-4c9e-b643-2b83685dceb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5778 2025.01.02 23:37:37.474992 [ 265 ] {6033130d-dfef-4c9e-b643-2b83685dceb2} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
5779 2025.01.02 23:37:37.475246 [ 265 ] {6033130d-dfef-4c9e-b643-2b83685dceb2} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5780 2025.01.02 23:37:37.475578 [ 265 ] {6033130d-dfef-4c9e-b643-2b83685dceb2} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002512 sec., 15923.566878980891 rows/sec., 28.53 MiB/sec.
5781 2025.01.02 23:37:37.475895 [ 265 ] {6033130d-dfef-4c9e-b643-2b83685dceb2} <Debug> TCPHandler: Processed in 0.002993569 sec.
5782 2025.01.02 23:37:37.476051 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5783 2025.01.02 23:37:37.476189 [ 260 ] {bd1dd439-dc8c-4b86-965e-7f75f3701d8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5784 2025.01.02 23:37:37.476249 [ 260 ] {bd1dd439-dc8c-4b86-965e-7f75f3701d8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5785 2025.01.02 23:37:37.476783 [ 260 ] {bd1dd439-dc8c-4b86-965e-7f75f3701d8f} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5786 2025.01.02 23:37:37.476821 [ 260 ] {bd1dd439-dc8c-4b86-965e-7f75f3701d8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
5787 2025.01.02 23:37:37.477187 [ 260 ] {bd1dd439-dc8c-4b86-965e-7f75f3701d8f} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
5788 2025.01.02 23:37:37.477421 [ 260 ] {bd1dd439-dc8c-4b86-965e-7f75f3701d8f} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5789 2025.01.02 23:37:37.477677 [ 260 ] {bd1dd439-dc8c-4b86-965e-7f75f3701d8f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001509 sec., 54340.62292909212 rows/sec., 3.45 MiB/sec.
5790 2025.01.02 23:37:37.477845 [ 260 ] {bd1dd439-dc8c-4b86-965e-7f75f3701d8f} <Debug> TCPHandler: Processed in 0.001858944 sec.
5791 2025.01.02 23:37:40.524177 [ 57 ] {} <Debug> DNSResolver: Updating DNS cache
5792 2025.01.02 23:37:40.524254 [ 57 ] {} <Debug> DNSResolver: Updated DNS cache
5793 2025.01.02 23:37:40.647438 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13786
5794 2025.01.02 23:37:40.648153 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5795 2025.01.02 23:37:40.648197 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5796 2025.01.02 23:37:40.648788 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
5797 2025.01.02 23:37:40.649056 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5798 2025.01.02 23:37:40.649245 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13786
5799 2025.01.02 23:37:41.599498 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 227
5800 2025.01.02 23:37:41.620477 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5801 2025.01.02 23:37:41.620547 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5802 2025.01.02 23:37:41.628207 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
5803 2025.01.02 23:37:41.628976 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5804 2025.01.02 23:37:41.631971 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 227
5805 2025.01.02 23:37:42.437744 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5806 2025.01.02 23:37:42.437930 [ 260 ] {e9f65651-69b0-4029-a927-77a6408fc17c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5807 2025.01.02 23:37:42.438000 [ 260 ] {e9f65651-69b0-4029-a927-77a6408fc17c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5808 2025.01.02 23:37:42.438763 [ 260 ] {e9f65651-69b0-4029-a927-77a6408fc17c} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5809 2025.01.02 23:37:42.438812 [ 260 ] {e9f65651-69b0-4029-a927-77a6408fc17c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5810 2025.01.02 23:37:42.439261 [ 260 ] {e9f65651-69b0-4029-a927-77a6408fc17c} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
5811 2025.01.02 23:37:42.439512 [ 260 ] {e9f65651-69b0-4029-a927-77a6408fc17c} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5812 2025.01.02 23:37:42.439745 [ 260 ] {e9f65651-69b0-4029-a927-77a6408fc17c} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001868 sec., 29978.586723768734 rows/sec., 2.30 MiB/sec.
5813 2025.01.02 23:37:42.439801 [ 260 ] {e9f65651-69b0-4029-a927-77a6408fc17c} <Debug> TCPHandler: Processed in 0.002186259 sec.
5814 2025.01.02 23:37:42.440063 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5815 2025.01.02 23:37:42.440263 [ 265 ] {1e2c1624-e603-4768-9f6b-9f1b746d681b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5816 2025.01.02 23:37:42.440342 [ 265 ] {1e2c1624-e603-4768-9f6b-9f1b746d681b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5817 2025.01.02 23:37:42.441138 [ 265 ] {1e2c1624-e603-4768-9f6b-9f1b746d681b} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5818 2025.01.02 23:37:42.441194 [ 265 ] {1e2c1624-e603-4768-9f6b-9f1b746d681b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5819 2025.01.02 23:37:42.441637 [ 265 ] {1e2c1624-e603-4768-9f6b-9f1b746d681b} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
5820 2025.01.02 23:37:42.441904 [ 265 ] {1e2c1624-e603-4768-9f6b-9f1b746d681b} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5821 2025.01.02 23:37:42.442185 [ 265 ] {1e2c1624-e603-4768-9f6b-9f1b746d681b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001972 sec., 32454.361054766738 rows/sec., 2.53 MiB/sec.
5822 2025.01.02 23:37:42.442355 [ 265 ] {1e2c1624-e603-4768-9f6b-9f1b746d681b} <Debug> TCPHandler: Processed in 0.002426602 sec.
5823 2025.01.02 23:37:42.442658 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5824 2025.01.02 23:37:42.442881 [ 260 ] {95b48cf8-34c2-48be-ae6f-fe2a0f2cbeab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5825 2025.01.02 23:37:42.442977 [ 260 ] {95b48cf8-34c2-48be-ae6f-fe2a0f2cbeab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5826 2025.01.02 23:37:42.443871 [ 260 ] {95b48cf8-34c2-48be-ae6f-fe2a0f2cbeab} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5827 2025.01.02 23:37:42.443910 [ 260 ] {95b48cf8-34c2-48be-ae6f-fe2a0f2cbeab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5828 2025.01.02 23:37:42.444299 [ 260 ] {95b48cf8-34c2-48be-ae6f-fe2a0f2cbeab} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
5829 2025.01.02 23:37:42.444544 [ 260 ] {95b48cf8-34c2-48be-ae6f-fe2a0f2cbeab} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5830 2025.01.02 23:37:42.444755 [ 260 ] {95b48cf8-34c2-48be-ae6f-fe2a0f2cbeab} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001931 sec., 82858.62247540135 rows/sec., 5.77 MiB/sec.
5831 2025.01.02 23:37:42.444807 [ 260 ] {95b48cf8-34c2-48be-ae6f-fe2a0f2cbeab} <Debug> TCPHandler: Processed in 0.00231808 sec.
5832 2025.01.02 23:37:42.444992 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5833 2025.01.02 23:37:42.445171 [ 265 ] {0ecca5b0-5c04-42be-a04c-4f641914a991} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5834 2025.01.02 23:37:42.445249 [ 265 ] {0ecca5b0-5c04-42be-a04c-4f641914a991} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5835 2025.01.02 23:37:42.445899 [ 265 ] {0ecca5b0-5c04-42be-a04c-4f641914a991} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5836 2025.01.02 23:37:42.445942 [ 265 ] {0ecca5b0-5c04-42be-a04c-4f641914a991} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5837 2025.01.02 23:37:42.446324 [ 265 ] {0ecca5b0-5c04-42be-a04c-4f641914a991} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
5838 2025.01.02 23:37:42.446559 [ 265 ] {0ecca5b0-5c04-42be-a04c-4f641914a991} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5839 2025.01.02 23:37:42.446826 [ 265 ] {0ecca5b0-5c04-42be-a04c-4f641914a991} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.0017 sec., 35294.117647058825 rows/sec., 2.38 MiB/sec.
5840 2025.01.02 23:37:42.446961 [ 265 ] {0ecca5b0-5c04-42be-a04c-4f641914a991} <Debug> TCPHandler: Processed in 0.002054107 sec.
5841 2025.01.02 23:37:45.722943 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 824
5842 2025.01.02 23:37:45.726204 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5843 2025.01.02 23:37:45.726258 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5844 2025.01.02 23:37:45.727731 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
5845 2025.01.02 23:37:45.728039 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5846 2025.01.02 23:37:45.728284 [ 89 ] {} <Debug> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
5847 2025.01.02 23:37:45.728412 [ 89 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5848 2025.01.02 23:37:45.728507 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5849 2025.01.02 23:37:45.728868 [ 198 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::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
5850 2025.01.02 23:37:45.729365 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 824
5851 2025.01.02 23:37:45.729883 [ 198 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5852 2025.01.02 23:37:45.730076 [ 198 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 660 rows starting from the beginning of the part
5853 2025.01.02 23:37:45.730601 [ 198 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 36 rows starting from the beginning of the part
5854 2025.01.02 23:37:45.731112 [ 198 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 30 rows starting from the beginning of the part
5855 2025.01.02 23:37:45.731618 [ 198 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 32 rows starting from the beginning of the part
5856 2025.01.02 23:37:45.732201 [ 198 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 36 rows starting from the beginning of the part
5857 2025.01.02 23:37:45.732729 [ 198 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 30 rows starting from the beginning of the part
5858 2025.01.02 23:37:45.741030 [ 186 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 824 rows, containing 72 columns (72 merged, 0 gathered) in 0.012381622 sec., 66550.24680934372 rows/sec., 55.48 MiB/sec.
5859 2025.01.02 23:37:45.742271 [ 191 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
5860 2025.01.02 23:37:45.742974 [ 191 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_21_4} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5861 2025.01.02 23:37:45.743060 [ 191 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_21_4} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
5862 2025.01.02 23:37:45.743268 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.24 MiB.
5863 2025.01.02 23:37:47.444893 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5864 2025.01.02 23:37:47.445103 [ 260 ] {47d8a7c3-dc5d-45cb-9d4b-a1151f71588e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
5865 2025.01.02 23:37:47.445185 [ 260 ] {47d8a7c3-dc5d-45cb-9d4b-a1151f71588e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
5866 2025.01.02 23:37:47.446030 [ 260 ] {47d8a7c3-dc5d-45cb-9d4b-a1151f71588e} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5867 2025.01.02 23:37:47.446084 [ 260 ] {47d8a7c3-dc5d-45cb-9d4b-a1151f71588e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5868 2025.01.02 23:37:47.446518 [ 260 ] {47d8a7c3-dc5d-45cb-9d4b-a1151f71588e} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
5869 2025.01.02 23:37:47.446774 [ 260 ] {47d8a7c3-dc5d-45cb-9d4b-a1151f71588e} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5870 2025.01.02 23:37:47.446993 [ 114 ] {} <Debug> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0
5871 2025.01.02 23:37:47.447020 [ 260 ] {47d8a7c3-dc5d-45cb-9d4b-a1151f71588e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001973 sec., 7095.793208312215 rows/sec., 510.80 KiB/sec.
5872 2025.01.02 23:37:47.447121 [ 114 ] {} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5873 2025.01.02 23:37:47.447199 [ 260 ] {47d8a7c3-dc5d-45cb-9d4b-a1151f71588e} <Debug> TCPHandler: Processed in 0.002446732 sec.
5874 2025.01.02 23:37:47.447211 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5875 2025.01.02 23:37:47.447522 [ 186 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_21_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_17_4 to all_21_21_0 into Compact with storage Full
5876 2025.01.02 23:37:47.447736 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5877 2025.01.02 23:37:47.448002 [ 186 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5878 2025.01.02 23:37:47.448082 [ 186 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 14 rows starting from the beginning of the part
5879 2025.01.02 23:37:47.448174 [ 265 ] {f45bb6e6-4a89-4f5a-9213-aba02578b06b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
5880 2025.01.02 23:37:47.448271 [ 186 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 14 rows starting from the beginning of the part
5881 2025.01.02 23:37:47.448322 [ 265 ] {f45bb6e6-4a89-4f5a-9213-aba02578b06b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
5882 2025.01.02 23:37:47.448658 [ 186 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 14 rows starting from the beginning of the part
5883 2025.01.02 23:37:47.448976 [ 186 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 14 rows starting from the beginning of the part
5884 2025.01.02 23:37:47.449300 [ 186 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 14 rows starting from the beginning of the part
5885 2025.01.02 23:37:47.451098 [ 265 ] {f45bb6e6-4a89-4f5a-9213-aba02578b06b} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5886 2025.01.02 23:37:47.451179 [ 265 ] {f45bb6e6-4a89-4f5a-9213-aba02578b06b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5887 2025.01.02 23:37:47.451902 [ 186 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004548999 sec., 15388.000744779238 rows/sec., 1.14 MiB/sec.
5888 2025.01.02 23:37:47.452118 [ 186 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary)
5889 2025.01.02 23:37:47.452204 [ 265 ] {f45bb6e6-4a89-4f5a-9213-aba02578b06b} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
5890 2025.01.02 23:37:47.452572 [ 186 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_21_5} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5891 2025.01.02 23:37:47.452673 [ 265 ] {f45bb6e6-4a89-4f5a-9213-aba02578b06b} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5892 2025.01.02 23:37:47.452748 [ 186 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_21_5} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5
5893 2025.01.02 23:37:47.452924 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
5894 2025.01.02 23:37:47.453054 [ 265 ] {f45bb6e6-4a89-4f5a-9213-aba02578b06b} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.004981 sec., 401.5257980325236 rows/sec., 32.74 KiB/sec.
5895 2025.01.02 23:37:47.453126 [ 265 ] {f45bb6e6-4a89-4f5a-9213-aba02578b06b} <Debug> TCPHandler: Processed in 0.005779485 sec.
5896 2025.01.02 23:37:47.453295 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5897 2025.01.02 23:37:47.453441 [ 260 ] {a63d8655-bbfc-443a-a5f5-8c697b9f66ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5898 2025.01.02 23:37:47.453503 [ 260 ] {a63d8655-bbfc-443a-a5f5-8c697b9f66ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5899 2025.01.02 23:37:47.454334 [ 260 ] {a63d8655-bbfc-443a-a5f5-8c697b9f66ee} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5900 2025.01.02 23:37:47.454375 [ 260 ] {a63d8655-bbfc-443a-a5f5-8c697b9f66ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5901 2025.01.02 23:37:47.454764 [ 260 ] {a63d8655-bbfc-443a-a5f5-8c697b9f66ee} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
5902 2025.01.02 23:37:47.455006 [ 260 ] {a63d8655-bbfc-443a-a5f5-8c697b9f66ee} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5903 2025.01.02 23:37:47.455261 [ 260 ] {a63d8655-bbfc-443a-a5f5-8c697b9f66ee} <Debug> executeQuery: Read 284 rows, 25.68 KiB in 0.001853 sec., 153264.97571505667 rows/sec., 13.53 MiB/sec.
5904 2025.01.02 23:37:47.455365 [ 260 ] {a63d8655-bbfc-443a-a5f5-8c697b9f66ee} <Debug> TCPHandler: Processed in 0.002138318 sec.
5905 2025.01.02 23:37:47.455658 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5906 2025.01.02 23:37:47.455889 [ 265 ] {dfb7cc8b-d741-4285-ba96-6177be34564f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5907 2025.01.02 23:37:47.455963 [ 265 ] {dfb7cc8b-d741-4285-ba96-6177be34564f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5908 2025.01.02 23:37:47.456541 [ 265 ] {dfb7cc8b-d741-4285-ba96-6177be34564f} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5909 2025.01.02 23:37:47.456578 [ 265 ] {dfb7cc8b-d741-4285-ba96-6177be34564f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5910 2025.01.02 23:37:47.456942 [ 265 ] {dfb7cc8b-d741-4285-ba96-6177be34564f} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
5911 2025.01.02 23:37:47.457177 [ 265 ] {dfb7cc8b-d741-4285-ba96-6177be34564f} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5912 2025.01.02 23:37:47.457354 [ 265 ] {dfb7cc8b-d741-4285-ba96-6177be34564f} <Debug> executeQuery: Read 49 rows, 3.60 KiB in 0.001519 sec., 32258.064516129034 rows/sec., 2.32 MiB/sec.
5913 2025.01.02 23:37:47.457405 [ 265 ] {dfb7cc8b-d741-4285-ba96-6177be34564f} <Debug> TCPHandler: Processed in 0.001925905 sec.
5914 2025.01.02 23:37:47.457553 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5915 2025.01.02 23:37:47.457670 [ 260 ] {feff4e05-c6f3-4e73-897a-70394c40db8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5916 2025.01.02 23:37:47.457719 [ 260 ] {feff4e05-c6f3-4e73-897a-70394c40db8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5917 2025.01.02 23:37:47.458294 [ 260 ] {feff4e05-c6f3-4e73-897a-70394c40db8f} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5918 2025.01.02 23:37:47.458333 [ 260 ] {feff4e05-c6f3-4e73-897a-70394c40db8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5919 2025.01.02 23:37:47.458691 [ 260 ] {feff4e05-c6f3-4e73-897a-70394c40db8f} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
5920 2025.01.02 23:37:47.458937 [ 260 ] {feff4e05-c6f3-4e73-897a-70394c40db8f} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5921 2025.01.02 23:37:47.459142 [ 260 ] {feff4e05-c6f3-4e73-897a-70394c40db8f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001497 sec., 9352.037408149632 rows/sec., 654.96 KiB/sec.
5922 2025.01.02 23:37:47.459197 [ 260 ] {feff4e05-c6f3-4e73-897a-70394c40db8f} <Debug> TCPHandler: Processed in 0.001698742 sec.
5923 2025.01.02 23:37:47.459357 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5924 2025.01.02 23:37:47.459495 [ 265 ] {1f3dd4a8-6fd9-4ac0-a8a2-17ce1168dfc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
5925 2025.01.02 23:37:47.459552 [ 265 ] {1f3dd4a8-6fd9-4ac0-a8a2-17ce1168dfc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5926 2025.01.02 23:37:47.460169 [ 265 ] {1f3dd4a8-6fd9-4ac0-a8a2-17ce1168dfc4} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5927 2025.01.02 23:37:47.460205 [ 265 ] {1f3dd4a8-6fd9-4ac0-a8a2-17ce1168dfc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5928 2025.01.02 23:37:47.460548 [ 265 ] {1f3dd4a8-6fd9-4ac0-a8a2-17ce1168dfc4} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
5929 2025.01.02 23:37:47.460775 [ 265 ] {1f3dd4a8-6fd9-4ac0-a8a2-17ce1168dfc4} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5930 2025.01.02 23:37:47.460895 [ 114 ] {} <Debug> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0
5931 2025.01.02 23:37:47.460941 [ 114 ] {} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5932 2025.01.02 23:37:47.460959 [ 265 ] {1f3dd4a8-6fd9-4ac0-a8a2-17ce1168dfc4} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001491 sec., 8718.980549966465 rows/sec., 543.63 KiB/sec.
5933 2025.01.02 23:37:47.460968 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5934 2025.01.02 23:37:47.461048 [ 265 ] {1f3dd4a8-6fd9-4ac0-a8a2-17ce1168dfc4} <Debug> TCPHandler: Processed in 0.001760603 sec.
5935 2025.01.02 23:37:47.461396 [ 191 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_21_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_17_4 to all_21_21_0 into Compact with storage Full
5936 2025.01.02 23:37:47.461532 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5937 2025.01.02 23:37:47.461646 [ 191 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5938 2025.01.02 23:37:47.461694 [ 191 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 13 rows starting from the beginning of the part
5939 2025.01.02 23:37:47.461981 [ 191 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 13 rows starting from the beginning of the part
5940 2025.01.02 23:37:47.462007 [ 260 ] {5d9411cc-cef5-4f37-9462-086b4ee99159} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5941 2025.01.02 23:37:47.462249 [ 191 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 13 rows starting from the beginning of the part
5942 2025.01.02 23:37:47.462257 [ 260 ] {5d9411cc-cef5-4f37-9462-086b4ee99159} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5943 2025.01.02 23:37:47.462580 [ 191 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 13 rows starting from the beginning of the part
5944 2025.01.02 23:37:47.462874 [ 191 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 13 rows starting from the beginning of the part
5945 2025.01.02 23:37:47.464990 [ 260 ] {5d9411cc-cef5-4f37-9462-086b4ee99159} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5946 2025.01.02 23:37:47.465075 [ 260 ] {5d9411cc-cef5-4f37-9462-086b4ee99159} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5947 2025.01.02 23:37:47.465484 [ 199 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004422458 sec., 14697.708830700032 rows/sec., 973.81 KiB/sec.
5948 2025.01.02 23:37:47.465748 [ 199 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary)
5949 2025.01.02 23:37:47.465898 [ 260 ] {5d9411cc-cef5-4f37-9462-086b4ee99159} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
5950 2025.01.02 23:37:47.466326 [ 199 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_21_5} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5951 2025.01.02 23:37:47.466383 [ 260 ] {5d9411cc-cef5-4f37-9462-086b4ee99159} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5952 2025.01.02 23:37:47.466519 [ 199 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_21_5} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5
5953 2025.01.02 23:37:47.466759 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
5954 2025.01.02 23:37:47.466817 [ 260 ] {5d9411cc-cef5-4f37-9462-086b4ee99159} <Debug> executeQuery: Read 424 rows, 31.05 KiB in 0.005027 sec., 84344.53948677143 rows/sec., 6.03 MiB/sec.
5955 2025.01.02 23:37:47.466888 [ 260 ] {5d9411cc-cef5-4f37-9462-086b4ee99159} <Debug> TCPHandler: Processed in 0.005726776 sec.
5956 2025.01.02 23:37:47.467061 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5957 2025.01.02 23:37:47.467198 [ 265 ] {a972141f-3801-4273-a53b-2fc74ea73895} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
5958 2025.01.02 23:37:47.467257 [ 265 ] {a972141f-3801-4273-a53b-2fc74ea73895} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5959 2025.01.02 23:37:47.467838 [ 265 ] {a972141f-3801-4273-a53b-2fc74ea73895} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5960 2025.01.02 23:37:47.467884 [ 265 ] {a972141f-3801-4273-a53b-2fc74ea73895} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5961 2025.01.02 23:37:47.468249 [ 265 ] {a972141f-3801-4273-a53b-2fc74ea73895} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
5962 2025.01.02 23:37:47.468480 [ 265 ] {a972141f-3801-4273-a53b-2fc74ea73895} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5963 2025.01.02 23:37:47.468658 [ 265 ] {a972141f-3801-4273-a53b-2fc74ea73895} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00149 sec., 4026.8456375838928 rows/sec., 210.39 KiB/sec.
5964 2025.01.02 23:37:47.468708 [ 265 ] {a972141f-3801-4273-a53b-2fc74ea73895} <Debug> TCPHandler: Processed in 0.001717562 sec.
5965 2025.01.02 23:37:47.468851 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5966 2025.01.02 23:37:47.469041 [ 260 ] {869d5c80-1722-4c05-8fa1-0f241610ba56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5967 2025.01.02 23:37:47.469136 [ 260 ] {869d5c80-1722-4c05-8fa1-0f241610ba56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5968 2025.01.02 23:37:47.470053 [ 260 ] {869d5c80-1722-4c05-8fa1-0f241610ba56} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5969 2025.01.02 23:37:47.470092 [ 260 ] {869d5c80-1722-4c05-8fa1-0f241610ba56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5970 2025.01.02 23:37:47.470483 [ 260 ] {869d5c80-1722-4c05-8fa1-0f241610ba56} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
5971 2025.01.02 23:37:47.470718 [ 260 ] {869d5c80-1722-4c05-8fa1-0f241610ba56} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5972 2025.01.02 23:37:47.470930 [ 260 ] {869d5c80-1722-4c05-8fa1-0f241610ba56} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001942 sec., 122554.06797116375 rows/sec., 8.22 MiB/sec.
5973 2025.01.02 23:37:47.470985 [ 260 ] {869d5c80-1722-4c05-8fa1-0f241610ba56} <Debug> TCPHandler: Processed in 0.002190709 sec.
5974 2025.01.02 23:37:47.471144 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5975 2025.01.02 23:37:47.471280 [ 265 ] {7f5f686f-2408-40d4-a8e4-acb94da791e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
5976 2025.01.02 23:37:47.471340 [ 265 ] {7f5f686f-2408-40d4-a8e4-acb94da791e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5977 2025.01.02 23:37:47.471890 [ 265 ] {7f5f686f-2408-40d4-a8e4-acb94da791e6} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5978 2025.01.02 23:37:47.471930 [ 265 ] {7f5f686f-2408-40d4-a8e4-acb94da791e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5979 2025.01.02 23:37:47.472278 [ 265 ] {7f5f686f-2408-40d4-a8e4-acb94da791e6} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
5980 2025.01.02 23:37:47.472517 [ 265 ] {7f5f686f-2408-40d4-a8e4-acb94da791e6} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5981 2025.01.02 23:37:47.472635 [ 114 ] {} <Debug> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
5982 2025.01.02 23:37:47.472674 [ 114 ] {} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5983 2025.01.02 23:37:47.472699 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
5984 2025.01.02 23:37:47.472706 [ 265 ] {7f5f686f-2408-40d4-a8e4-acb94da791e6} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001454 sec., 687.757909215956 rows/sec., 46.34 KiB/sec.
5985 2025.01.02 23:37:47.473011 [ 265 ] {7f5f686f-2408-40d4-a8e4-acb94da791e6} <Debug> TCPHandler: Processed in 0.001934736 sec.
5986 2025.01.02 23:37:47.473258 [ 197 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::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
5987 2025.01.02 23:37:47.473289 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5988 2025.01.02 23:37:47.473577 [ 260 ] {8f411981-4930-4b48-b5c8-ef9835e4e4e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5989 2025.01.02 23:37:47.473618 [ 197 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5990 2025.01.02 23:37:47.473673 [ 197 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 18 rows starting from the beginning of the part
5991 2025.01.02 23:37:47.473682 [ 260 ] {8f411981-4930-4b48-b5c8-ef9835e4e4e3} <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
5992 2025.01.02 23:37:47.473892 [ 197 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part
5993 2025.01.02 23:37:47.474153 [ 197 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part
5994 2025.01.02 23:37:47.474552 [ 197 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part
5995 2025.01.02 23:37:47.474852 [ 197 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1 rows starting from the beginning of the part
5996 2025.01.02 23:37:47.475194 [ 197 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1 rows starting from the beginning of the part
5997 2025.01.02 23:37:47.477152 [ 197 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23 rows, containing 4 columns (4 merged, 0 gathered) in 0.004355367 sec., 5280.840856809541 rows/sec., 354.04 KiB/sec.
5998 2025.01.02 23:37:47.477294 [ 197 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
5999 2025.01.02 23:37:47.477399 [ 260 ] {8f411981-4930-4b48-b5c8-ef9835e4e4e3} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6000 2025.01.02 23:37:47.477441 [ 260 ] {8f411981-4930-4b48-b5c8-ef9835e4e4e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6001 2025.01.02 23:37:47.477666 [ 197 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_21_4} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6002 2025.01.02 23:37:47.477768 [ 197 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_21_4} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
6003 2025.01.02 23:37:47.477853 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB.
6004 2025.01.02 23:37:47.478209 [ 260 ] {8f411981-4930-4b48-b5c8-ef9835e4e4e3} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
6005 2025.01.02 23:37:47.478474 [ 260 ] {8f411981-4930-4b48-b5c8-ef9835e4e4e3} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6006 2025.01.02 23:37:47.478644 [ 114 ] {} <Debug> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
6007 2025.01.02 23:37:47.478714 [ 114 ] {} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6008 2025.01.02 23:37:47.478748 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6009 2025.01.02 23:37:47.478783 [ 260 ] {8f411981-4930-4b48-b5c8-ef9835e4e4e3} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.005274 sec., 7584.376185058779 rows/sec., 13.59 MiB/sec.
6010 2025.01.02 23:37:47.479129 [ 195 ] {cc79507e-c368-4663-95ab-c05f18185f75::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
6011 2025.01.02 23:37:47.479183 [ 260 ] {8f411981-4930-4b48-b5c8-ef9835e4e4e3} <Debug> TCPHandler: Processed in 0.00605656 sec.
6012 2025.01.02 23:37:47.479451 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6013 2025.01.02 23:37:47.479731 [ 265 ] {f30e5fff-c724-45d5-be13-dfa90cceae32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6014 2025.01.02 23:37:47.479770 [ 195 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6015 2025.01.02 23:37:47.479859 [ 265 ] {f30e5fff-c724-45d5-be13-dfa90cceae32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6016 2025.01.02 23:37:47.479940 [ 195 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 550 rows starting from the beginning of the part
6017 2025.01.02 23:37:47.480894 [ 195 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 40 rows starting from the beginning of the part
6018 2025.01.02 23:37:47.481545 [ 195 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 40 rows starting from the beginning of the part
6019 2025.01.02 23:37:47.482322 [ 195 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 40 rows starting from the beginning of the part
6020 2025.01.02 23:37:47.482338 [ 265 ] {f30e5fff-c724-45d5-be13-dfa90cceae32} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6021 2025.01.02 23:37:47.482419 [ 265 ] {f30e5fff-c724-45d5-be13-dfa90cceae32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6022 2025.01.02 23:37:47.482975 [ 195 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 40 rows starting from the beginning of the part
6023 2025.01.02 23:37:47.483697 [ 195 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 40 rows starting from the beginning of the part
6024 2025.01.02 23:37:47.484145 [ 265 ] {f30e5fff-c724-45d5-be13-dfa90cceae32} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
6025 2025.01.02 23:37:47.484751 [ 265 ] {f30e5fff-c724-45d5-be13-dfa90cceae32} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6026 2025.01.02 23:37:47.485469 [ 265 ] {f30e5fff-c724-45d5-be13-dfa90cceae32} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005798 sec., 14142.807864780958 rows/sec., 919.80 KiB/sec.
6027 2025.01.02 23:37:47.485894 [ 265 ] {f30e5fff-c724-45d5-be13-dfa90cceae32} <Debug> TCPHandler: Processed in 0.006570046 sec.
6028 2025.01.02 23:37:47.500584 [ 197 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 750 rows, containing 19 columns (19 merged, 0 gathered) in 0.021738795 sec., 34500.53234321405 rows/sec., 61.82 MiB/sec.
6029 2025.01.02 23:37:47.501377 [ 192 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
6030 2025.01.02 23:37:47.501868 [ 192 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6031 2025.01.02 23:37:47.501958 [ 192 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
6032 2025.01.02 23:37:47.502079 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.76 MiB.
6033 2025.01.02 23:37:48.000238 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 198.15 MiB, peak 205.86 MiB, free memory in arenas 0.00 B, will set to 200.03 MiB (RSS), difference: 1.88 MiB
6034 2025.01.02 23:37:48.149461 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 14274
6035 2025.01.02 23:37:48.150132 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6036 2025.01.02 23:37:48.150171 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6037 2025.01.02 23:37:48.150698 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
6038 2025.01.02 23:37:48.150963 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6039 2025.01.02 23:37:48.151107 [ 106 ] {} <Debug> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
6040 2025.01.02 23:37:48.151151 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14274
6041 2025.01.02 23:37:48.151159 [ 106 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6042 2025.01.02 23:37:48.151186 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6043 2025.01.02 23:37:48.151453 [ 200 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::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
6044 2025.01.02 23:37:48.151714 [ 200 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6045 2025.01.02 23:37:48.151779 [ 200 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 11956 rows starting from the beginning of the part
6046 2025.01.02 23:37:48.151880 [ 200 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 488 rows starting from the beginning of the part
6047 2025.01.02 23:37:48.151983 [ 200 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 427 rows starting from the beginning of the part
6048 2025.01.02 23:37:48.152234 [ 200 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 488 rows starting from the beginning of the part
6049 2025.01.02 23:37:48.152361 [ 200 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 427 rows starting from the beginning of the part
6050 2025.01.02 23:37:48.152462 [ 200 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 488 rows starting from the beginning of the part
6051 2025.01.02 23:37:48.154649 [ 197 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14274 rows, containing 4 columns (4 merged, 0 gathered) in 0.003369844 sec., 4235804.387384105 rows/sec., 60.59 MiB/sec.
6052 2025.01.02 23:37:48.155109 [ 201 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
6053 2025.01.02 23:37:48.155460 [ 201 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_31_6} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6054 2025.01.02 23:37:48.155561 [ 201 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_31_6} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
6055 2025.01.02 23:37:48.155682 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.47 MiB.
6056 2025.01.02 23:37:49.132152 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 234
6057 2025.01.02 23:37:49.153345 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6058 2025.01.02 23:37:49.153398 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6059 2025.01.02 23:37:49.160787 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
6060 2025.01.02 23:37:49.161574 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6061 2025.01.02 23:37:49.161957 [ 101 ] {} <Debug> system.metric_log (31b60859-c590-4889-866a-026624596be5) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
6062 2025.01.02 23:37:49.162094 [ 101 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6063 2025.01.02 23:37:49.162163 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6064 2025.01.02 23:37:49.162734 [ 202 ] {31b60859-c590-4889-866a-026624596be5::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
6065 2025.01.02 23:37:49.177467 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 234
6066 2025.01.02 23:37:49.179343 [ 202 ] {31b60859-c590-4889-866a-026624596be5::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6067 2025.01.02 23:37:49.181033 [ 202 ] {31b60859-c590-4889-866a-026624596be5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 196 rows starting from the beginning of the part
6068 2025.01.02 23:37:49.187101 [ 202 ] {31b60859-c590-4889-866a-026624596be5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 8 rows starting from the beginning of the part
6069 2025.01.02 23:37:49.192773 [ 202 ] {31b60859-c590-4889-866a-026624596be5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 7 rows starting from the beginning of the part
6070 2025.01.02 23:37:49.198479 [ 202 ] {31b60859-c590-4889-866a-026624596be5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 8 rows starting from the beginning of the part
6071 2025.01.02 23:37:49.204382 [ 202 ] {31b60859-c590-4889-866a-026624596be5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 8 rows starting from the beginning of the part
6072 2025.01.02 23:37:49.209098 [ 202 ] {31b60859-c590-4889-866a-026624596be5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 7 rows starting from the beginning of the part
6073 2025.01.02 23:37:49.270002 [ 197 ] {31b60859-c590-4889-866a-026624596be5::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.107692935 sec., 2172.844486038012 rows/sec., 11.24 MiB/sec.
6074 2025.01.02 23:37:49.271739 [ 187 ] {31b60859-c590-4889-866a-026624596be5::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
6075 2025.01.02 23:37:49.274148 [ 187 ] {31b60859-c590-4889-866a-026624596be5::all_1_31_6} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6076 2025.01.02 23:37:49.274255 [ 187 ] {31b60859-c590-4889-866a-026624596be5::all_1_31_6} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
6077 2025.01.02 23:37:49.275808 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB.
6078 2025.01.02 23:37:50.000237 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 201.14 MiB, peak 211.70 MiB, free memory in arenas 0.00 B, will set to 202.16 MiB (RSS), difference: 1.01 MiB
6079 2025.01.02 23:37:52.438343 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6080 2025.01.02 23:37:52.438539 [ 260 ] {eb9a9323-1f31-40ab-9f5c-8e134643f43d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6081 2025.01.02 23:37:52.438613 [ 260 ] {eb9a9323-1f31-40ab-9f5c-8e134643f43d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6082 2025.01.02 23:37:52.439392 [ 260 ] {eb9a9323-1f31-40ab-9f5c-8e134643f43d} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6083 2025.01.02 23:37:52.439438 [ 260 ] {eb9a9323-1f31-40ab-9f5c-8e134643f43d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6084 2025.01.02 23:37:52.439873 [ 260 ] {eb9a9323-1f31-40ab-9f5c-8e134643f43d} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
6085 2025.01.02 23:37:52.440122 [ 260 ] {eb9a9323-1f31-40ab-9f5c-8e134643f43d} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6086 2025.01.02 23:37:52.440339 [ 149 ] {} <Debug> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
6087 2025.01.02 23:37:52.440401 [ 260 ] {eb9a9323-1f31-40ab-9f5c-8e134643f43d} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001912 sec., 29288.70292887029 rows/sec., 2.25 MiB/sec.
6088 2025.01.02 23:37:52.440428 [ 149 ] {} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6089 2025.01.02 23:37:52.440503 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6090 2025.01.02 23:37:52.440551 [ 260 ] {eb9a9323-1f31-40ab-9f5c-8e134643f43d} <Debug> TCPHandler: Processed in 0.00233107 sec.
6091 2025.01.02 23:37:52.440863 [ 190 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full
6092 2025.01.02 23:37:52.441018 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6093 2025.01.02 23:37:52.441281 [ 190 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6094 2025.01.02 23:37:52.441414 [ 190 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1434 rows starting from the beginning of the part
6095 2025.01.02 23:37:52.441652 [ 265 ] {81b0d6aa-57e3-459d-b6f9-8af4bc652c7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6096 2025.01.02 23:37:52.441665 [ 190 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 1198 rows starting from the beginning of the part
6097 2025.01.02 23:37:52.441903 [ 265 ] {81b0d6aa-57e3-459d-b6f9-8af4bc652c7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6098 2025.01.02 23:37:52.441977 [ 190 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 283 rows starting from the beginning of the part
6099 2025.01.02 23:37:52.442389 [ 190 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 56 rows starting from the beginning of the part
6100 2025.01.02 23:37:52.442677 [ 190 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 284 rows starting from the beginning of the part
6101 2025.01.02 23:37:52.443013 [ 190 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 56 rows starting from the beginning of the part
6102 2025.01.02 23:37:52.444664 [ 265 ] {81b0d6aa-57e3-459d-b6f9-8af4bc652c7f} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6103 2025.01.02 23:37:52.444741 [ 265 ] {81b0d6aa-57e3-459d-b6f9-8af4bc652c7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6104 2025.01.02 23:37:52.445813 [ 265 ] {81b0d6aa-57e3-459d-b6f9-8af4bc652c7f} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
6105 2025.01.02 23:37:52.446111 [ 265 ] {81b0d6aa-57e3-459d-b6f9-8af4bc652c7f} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6106 2025.01.02 23:37:52.446384 [ 149 ] {} <Debug> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
6107 2025.01.02 23:37:52.446495 [ 149 ] {} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6108 2025.01.02 23:37:52.446583 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6109 2025.01.02 23:37:52.446687 [ 265 ] {81b0d6aa-57e3-459d-b6f9-8af4bc652c7f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005174 sec., 12369.540007730962 rows/sec., 988.64 KiB/sec.
6110 2025.01.02 23:37:52.447113 [ 190 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3311 rows, containing 5 columns (5 merged, 0 gathered) in 0.006502315 sec., 509203.2606848484 rows/sec., 44.63 MiB/sec.
6111 2025.01.02 23:37:52.447137 [ 265 ] {81b0d6aa-57e3-459d-b6f9-8af4bc652c7f} <Debug> TCPHandler: Processed in 0.006429365 sec.
6112 2025.01.02 23:37:52.447147 [ 197 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full
6113 2025.01.02 23:37:52.447376 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6114 2025.01.02 23:37:52.447412 [ 190 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
6115 2025.01.02 23:37:52.447423 [ 197 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6116 2025.01.02 23:37:52.447475 [ 197 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 912 rows starting from the beginning of the part
6117 2025.01.02 23:37:52.447714 [ 260 ] {99ed1352-a68e-4f3b-abb1-2afca6d300e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6118 2025.01.02 23:37:52.447798 [ 197 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 524 rows starting from the beginning of the part
6119 2025.01.02 23:37:52.448048 [ 260 ] {99ed1352-a68e-4f3b-abb1-2afca6d300e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6120 2025.01.02 23:37:52.448283 [ 197 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 422 rows starting from the beginning of the part
6121 2025.01.02 23:37:52.448390 [ 190 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_41_8} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6122 2025.01.02 23:37:52.448690 [ 197 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 64 rows starting from the beginning of the part
6123 2025.01.02 23:37:52.448776 [ 190 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_41_8} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
6124 2025.01.02 23:37:52.449063 [ 197 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 424 rows starting from the beginning of the part
6125 2025.01.02 23:37:52.449066 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB.
6126 2025.01.02 23:37:52.449337 [ 197 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 64 rows starting from the beginning of the part
6127 2025.01.02 23:37:52.450218 [ 260 ] {99ed1352-a68e-4f3b-abb1-2afca6d300e1} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6128 2025.01.02 23:37:52.450266 [ 260 ] {99ed1352-a68e-4f3b-abb1-2afca6d300e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6129 2025.01.02 23:37:52.450822 [ 260 ] {99ed1352-a68e-4f3b-abb1-2afca6d300e1} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
6130 2025.01.02 23:37:52.451164 [ 260 ] {99ed1352-a68e-4f3b-abb1-2afca6d300e1} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6131 2025.01.02 23:37:52.451185 [ 188 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2410 rows, containing 5 columns (5 merged, 0 gathered) in 0.004432668 sec., 543690.617027939 rows/sec., 41.69 MiB/sec.
6132 2025.01.02 23:37:52.451432 [ 149 ] {} <Debug> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
6133 2025.01.02 23:37:52.451508 [ 149 ] {} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6134 2025.01.02 23:37:52.451563 [ 260 ] {99ed1352-a68e-4f3b-abb1-2afca6d300e1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004023 sec., 39771.31493910018 rows/sec., 2.77 MiB/sec.
6135 2025.01.02 23:37:52.451578 [ 188 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
6136 2025.01.02 23:37:52.451568 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6137 2025.01.02 23:37:52.451898 [ 260 ] {99ed1352-a68e-4f3b-abb1-2afca6d300e1} <Debug> TCPHandler: Processed in 0.004632961 sec.
6138 2025.01.02 23:37:52.452133 [ 197 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full
6139 2025.01.02 23:37:52.452239 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6140 2025.01.02 23:37:52.452547 [ 197 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6141 2025.01.02 23:37:52.452626 [ 265 ] {86142e7a-a56d-470c-9825-6ab6c100fee1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6142 2025.01.02 23:37:52.452649 [ 188 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_41_8} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6143 2025.01.02 23:37:52.452666 [ 197 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 11282 rows starting from the beginning of the part
6144 2025.01.02 23:37:52.452903 [ 265 ] {86142e7a-a56d-470c-9825-6ab6c100fee1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6145 2025.01.02 23:37:52.453046 [ 188 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_41_8} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
6146 2025.01.02 23:37:52.453080 [ 197 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 882 rows starting from the beginning of the part
6147 2025.01.02 23:37:52.453440 [ 197 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 237 rows starting from the beginning of the part
6148 2025.01.02 23:37:52.453479 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB.
6149 2025.01.02 23:37:52.453845 [ 197 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 160 rows starting from the beginning of the part
6150 2025.01.02 23:37:52.454225 [ 197 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 238 rows starting from the beginning of the part
6151 2025.01.02 23:37:52.454578 [ 197 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 160 rows starting from the beginning of the part
6152 2025.01.02 23:37:52.455652 [ 265 ] {86142e7a-a56d-470c-9825-6ab6c100fee1} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6153 2025.01.02 23:37:52.455695 [ 265 ] {86142e7a-a56d-470c-9825-6ab6c100fee1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6154 2025.01.02 23:37:52.456286 [ 265 ] {86142e7a-a56d-470c-9825-6ab6c100fee1} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
6155 2025.01.02 23:37:52.456790 [ 265 ] {86142e7a-a56d-470c-9825-6ab6c100fee1} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6156 2025.01.02 23:37:52.457133 [ 149 ] {} <Debug> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
6157 2025.01.02 23:37:52.457256 [ 149 ] {} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6158 2025.01.02 23:37:52.457337 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6159 2025.01.02 23:37:52.457421 [ 265 ] {86142e7a-a56d-470c-9825-6ab6c100fee1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004937 sec., 12153.129430828438 rows/sec., 838.69 KiB/sec.
6160 2025.01.02 23:37:52.457686 [ 265 ] {86142e7a-a56d-470c-9825-6ab6c100fee1} <Debug> TCPHandler: Processed in 0.005649544 sec.
6161 2025.01.02 23:37:52.457752 [ 193 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full
6162 2025.01.02 23:37:52.457980 [ 193 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6163 2025.01.02 23:37:52.458019 [ 193 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2104 rows starting from the beginning of the part
6164 2025.01.02 23:37:52.458212 [ 193 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 60 rows starting from the beginning of the part
6165 2025.01.02 23:37:52.458507 [ 193 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 82 rows starting from the beginning of the part
6166 2025.01.02 23:37:52.458685 [ 193 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 60 rows starting from the beginning of the part
6167 2025.01.02 23:37:52.458873 [ 193 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 82 rows starting from the beginning of the part
6168 2025.01.02 23:37:52.459132 [ 193 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 60 rows starting from the beginning of the part
6169 2025.01.02 23:37:52.460269 [ 193 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12959 rows, containing 5 columns (5 merged, 0 gathered) in 0.008466861 sec., 1530555.4207161309 rows/sec., 103.01 MiB/sec.
6170 2025.01.02 23:37:52.460762 [ 193 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
6171 2025.01.02 23:37:52.461365 [ 193 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6172 2025.01.02 23:37:52.461628 [ 193 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
6173 2025.01.02 23:37:52.461637 [ 198 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2448 rows, containing 4 columns (4 merged, 0 gathered) in 0.004162685 sec., 588081.9711316134 rows/sec., 38.31 MiB/sec.
6174 2025.01.02 23:37:52.461776 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.39 MiB.
6175 2025.01.02 23:37:52.462018 [ 198 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
6176 2025.01.02 23:37:52.462348 [ 198 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_41_8} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6177 2025.01.02 23:37:52.462428 [ 198 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_41_8} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
6178 2025.01.02 23:37:52.462524 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB.
6179 2025.01.02 23:37:55.524300 [ 147 ] {} <Debug> DNSResolver: Updating DNS cache
6180 2025.01.02 23:37:55.524366 [ 147 ] {} <Debug> DNSResolver: Updated DNS cache
6181 2025.01.02 23:37:55.651392 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 14701
6182 2025.01.02 23:37:55.652056 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6183 2025.01.02 23:37:55.652113 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6184 2025.01.02 23:37:55.652701 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
6185 2025.01.02 23:37:55.652995 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6186 2025.01.02 23:37:55.653258 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14701
6187 2025.01.02 23:37:55.729714 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 856
6188 2025.01.02 23:37:55.733017 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6189 2025.01.02 23:37:55.733077 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6190 2025.01.02 23:37:55.734569 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
6191 2025.01.02 23:37:55.734891 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6192 2025.01.02 23:37:55.735716 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 856
6193 2025.01.02 23:37:56.001822 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001244757 sec.
6194 2025.01.02 23:37:56.677702 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 242
6195 2025.01.02 23:37:56.697216 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6196 2025.01.02 23:37:56.697276 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6197 2025.01.02 23:37:56.704185 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
6198 2025.01.02 23:37:56.704954 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6199 2025.01.02 23:37:56.708593 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 242
6200 2025.01.02 23:37:57.444427 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6201 2025.01.02 23:37:57.444611 [ 260 ] {9767ccd4-588c-424b-9375-4d46f3b3bd1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
6202 2025.01.02 23:37:57.444678 [ 260 ] {9767ccd4-588c-424b-9375-4d46f3b3bd1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
6203 2025.01.02 23:37:57.445393 [ 260 ] {9767ccd4-588c-424b-9375-4d46f3b3bd1f} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6204 2025.01.02 23:37:57.445441 [ 260 ] {9767ccd4-588c-424b-9375-4d46f3b3bd1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6205 2025.01.02 23:37:57.445869 [ 260 ] {9767ccd4-588c-424b-9375-4d46f3b3bd1f} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
6206 2025.01.02 23:37:57.446121 [ 260 ] {9767ccd4-588c-424b-9375-4d46f3b3bd1f} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6207 2025.01.02 23:37:57.446357 [ 260 ] {9767ccd4-588c-424b-9375-4d46f3b3bd1f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001797 sec., 7790.762381747357 rows/sec., 560.83 KiB/sec.
6208 2025.01.02 23:37:57.446414 [ 260 ] {9767ccd4-588c-424b-9375-4d46f3b3bd1f} <Debug> TCPHandler: Processed in 0.002113978 sec.
6209 2025.01.02 23:37:57.446664 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6210 2025.01.02 23:37:57.446860 [ 265 ] {9f15e80a-6486-4953-99d5-e02d75ae7e2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6211 2025.01.02 23:37:57.446934 [ 265 ] {9f15e80a-6486-4953-99d5-e02d75ae7e2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6212 2025.01.02 23:37:57.447852 [ 265 ] {9f15e80a-6486-4953-99d5-e02d75ae7e2b} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6213 2025.01.02 23:37:57.447897 [ 265 ] {9f15e80a-6486-4953-99d5-e02d75ae7e2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6214 2025.01.02 23:37:57.448374 [ 265 ] {9f15e80a-6486-4953-99d5-e02d75ae7e2b} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
6215 2025.01.02 23:37:57.448634 [ 265 ] {9f15e80a-6486-4953-99d5-e02d75ae7e2b} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6216 2025.01.02 23:37:57.448842 [ 265 ] {9f15e80a-6486-4953-99d5-e02d75ae7e2b} <Debug> executeQuery: Read 283 rows, 25.60 KiB in 0.002036 sec., 138998.03536345775 rows/sec., 12.28 MiB/sec.
6217 2025.01.02 23:37:57.448908 [ 265 ] {9f15e80a-6486-4953-99d5-e02d75ae7e2b} <Debug> TCPHandler: Processed in 0.002374241 sec.
6218 2025.01.02 23:37:57.449064 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6219 2025.01.02 23:37:57.449203 [ 260 ] {c3e122fd-32e4-4a81-9e27-98f7bddddba2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6220 2025.01.02 23:37:57.449261 [ 260 ] {c3e122fd-32e4-4a81-9e27-98f7bddddba2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6221 2025.01.02 23:37:57.450307 [ 260 ] {c3e122fd-32e4-4a81-9e27-98f7bddddba2} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6222 2025.01.02 23:37:57.450395 [ 260 ] {c3e122fd-32e4-4a81-9e27-98f7bddddba2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6223 2025.01.02 23:37:57.450807 [ 260 ] {c3e122fd-32e4-4a81-9e27-98f7bddddba2} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
6224 2025.01.02 23:37:57.451062 [ 260 ] {c3e122fd-32e4-4a81-9e27-98f7bddddba2} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6225 2025.01.02 23:37:57.451319 [ 260 ] {c3e122fd-32e4-4a81-9e27-98f7bddddba2} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.002144 sec., 21921.641791044774 rows/sec., 1.58 MiB/sec.
6226 2025.01.02 23:37:57.451542 [ 260 ] {c3e122fd-32e4-4a81-9e27-98f7bddddba2} <Debug> TCPHandler: Processed in 0.002539363 sec.
6227 2025.01.02 23:37:57.451743 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6228 2025.01.02 23:37:57.451887 [ 265 ] {553b2c22-cccd-4500-9189-2bf8e430b888} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6229 2025.01.02 23:37:57.451947 [ 265 ] {553b2c22-cccd-4500-9189-2bf8e430b888} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6230 2025.01.02 23:37:57.452595 [ 265 ] {553b2c22-cccd-4500-9189-2bf8e430b888} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6231 2025.01.02 23:37:57.452633 [ 265 ] {553b2c22-cccd-4500-9189-2bf8e430b888} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6232 2025.01.02 23:37:57.453003 [ 265 ] {553b2c22-cccd-4500-9189-2bf8e430b888} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
6233 2025.01.02 23:37:57.453249 [ 265 ] {553b2c22-cccd-4500-9189-2bf8e430b888} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6234 2025.01.02 23:37:57.453433 [ 265 ] {553b2c22-cccd-4500-9189-2bf8e430b888} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001582 sec., 8849.557522123894 rows/sec., 619.77 KiB/sec.
6235 2025.01.02 23:37:57.453486 [ 265 ] {553b2c22-cccd-4500-9189-2bf8e430b888} <Debug> TCPHandler: Processed in 0.001811963 sec.
6236 2025.01.02 23:37:57.453701 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6237 2025.01.02 23:37:57.453923 [ 260 ] {3137e997-da2a-49e7-808d-edbca6b6f82b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
6238 2025.01.02 23:37:57.454012 [ 260 ] {3137e997-da2a-49e7-808d-edbca6b6f82b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6239 2025.01.02 23:37:57.454727 [ 260 ] {3137e997-da2a-49e7-808d-edbca6b6f82b} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6240 2025.01.02 23:37:57.454766 [ 260 ] {3137e997-da2a-49e7-808d-edbca6b6f82b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6241 2025.01.02 23:37:57.455125 [ 260 ] {3137e997-da2a-49e7-808d-edbca6b6f82b} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
6242 2025.01.02 23:37:57.455372 [ 260 ] {3137e997-da2a-49e7-808d-edbca6b6f82b} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6243 2025.01.02 23:37:57.455579 [ 260 ] {3137e997-da2a-49e7-808d-edbca6b6f82b} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001711 sec., 7597.895967270601 rows/sec., 473.73 KiB/sec.
6244 2025.01.02 23:37:57.455632 [ 260 ] {3137e997-da2a-49e7-808d-edbca6b6f82b} <Debug> TCPHandler: Processed in 0.002043027 sec.
6245 2025.01.02 23:37:57.455785 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6246 2025.01.02 23:37:57.455925 [ 265 ] {dd9b75e0-f00f-4188-b421-d682ac1d0e6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6247 2025.01.02 23:37:57.455984 [ 265 ] {dd9b75e0-f00f-4188-b421-d682ac1d0e6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6248 2025.01.02 23:37:57.456753 [ 265 ] {dd9b75e0-f00f-4188-b421-d682ac1d0e6d} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6249 2025.01.02 23:37:57.456791 [ 265 ] {dd9b75e0-f00f-4188-b421-d682ac1d0e6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6250 2025.01.02 23:37:57.457182 [ 265 ] {dd9b75e0-f00f-4188-b421-d682ac1d0e6d} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
6251 2025.01.02 23:37:57.457435 [ 265 ] {dd9b75e0-f00f-4188-b421-d682ac1d0e6d} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6252 2025.01.02 23:37:57.457613 [ 265 ] {dd9b75e0-f00f-4188-b421-d682ac1d0e6d} <Debug> executeQuery: Read 422 rows, 30.88 KiB in 0.00172 sec., 245348.83720930232 rows/sec., 17.54 MiB/sec.
6253 2025.01.02 23:37:57.457667 [ 265 ] {dd9b75e0-f00f-4188-b421-d682ac1d0e6d} <Debug> TCPHandler: Processed in 0.001948345 sec.
6254 2025.01.02 23:37:57.457827 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6255 2025.01.02 23:37:57.457965 [ 260 ] {34f01488-7c56-4c30-913b-2df4ed44277b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
6256 2025.01.02 23:37:57.458024 [ 260 ] {34f01488-7c56-4c30-913b-2df4ed44277b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6257 2025.01.02 23:37:57.458544 [ 260 ] {34f01488-7c56-4c30-913b-2df4ed44277b} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6258 2025.01.02 23:37:57.458584 [ 260 ] {34f01488-7c56-4c30-913b-2df4ed44277b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6259 2025.01.02 23:37:57.458952 [ 260 ] {34f01488-7c56-4c30-913b-2df4ed44277b} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
6260 2025.01.02 23:37:57.459184 [ 260 ] {34f01488-7c56-4c30-913b-2df4ed44277b} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6261 2025.01.02 23:37:57.459428 [ 260 ] {34f01488-7c56-4c30-913b-2df4ed44277b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001485 sec., 4040.4040404040406 rows/sec., 211.10 KiB/sec.
6262 2025.01.02 23:37:57.459605 [ 260 ] {34f01488-7c56-4c30-913b-2df4ed44277b} <Debug> TCPHandler: Processed in 0.001844254 sec.
6263 2025.01.02 23:37:57.459803 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6264 2025.01.02 23:37:57.459938 [ 265 ] {020c8d29-8cab-4b67-bece-9d9be2b33dff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6265 2025.01.02 23:37:57.459999 [ 265 ] {020c8d29-8cab-4b67-bece-9d9be2b33dff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6266 2025.01.02 23:37:57.460598 [ 265 ] {020c8d29-8cab-4b67-bece-9d9be2b33dff} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6267 2025.01.02 23:37:57.460635 [ 265 ] {020c8d29-8cab-4b67-bece-9d9be2b33dff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6268 2025.01.02 23:37:57.461028 [ 265 ] {020c8d29-8cab-4b67-bece-9d9be2b33dff} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
6269 2025.01.02 23:37:57.461266 [ 265 ] {020c8d29-8cab-4b67-bece-9d9be2b33dff} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6270 2025.01.02 23:37:57.461475 [ 265 ] {020c8d29-8cab-4b67-bece-9d9be2b33dff} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001568 sec., 151147.95918367346 rows/sec., 10.13 MiB/sec.
6271 2025.01.02 23:37:57.461528 [ 265 ] {020c8d29-8cab-4b67-bece-9d9be2b33dff} <Debug> TCPHandler: Processed in 0.001823404 sec.
6272 2025.01.02 23:37:57.461728 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6273 2025.01.02 23:37:57.461947 [ 260 ] {e112544a-66d6-4fd5-9344-2bd41fc6ecec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
6274 2025.01.02 23:37:57.462040 [ 260 ] {e112544a-66d6-4fd5-9344-2bd41fc6ecec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6275 2025.01.02 23:37:57.462616 [ 260 ] {e112544a-66d6-4fd5-9344-2bd41fc6ecec} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6276 2025.01.02 23:37:57.462654 [ 260 ] {e112544a-66d6-4fd5-9344-2bd41fc6ecec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6277 2025.01.02 23:37:57.463010 [ 260 ] {e112544a-66d6-4fd5-9344-2bd41fc6ecec} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
6278 2025.01.02 23:37:57.463241 [ 260 ] {e112544a-66d6-4fd5-9344-2bd41fc6ecec} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6279 2025.01.02 23:37:57.463484 [ 260 ] {e112544a-66d6-4fd5-9344-2bd41fc6ecec} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00159 sec., 628.9308176100628 rows/sec., 42.38 KiB/sec.
6280 2025.01.02 23:37:57.463536 [ 260 ] {e112544a-66d6-4fd5-9344-2bd41fc6ecec} <Debug> TCPHandler: Processed in 0.001915145 sec.
6281 2025.01.02 23:37:57.463690 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6282 2025.01.02 23:37:57.463833 [ 265 ] {91b0146f-defd-4dd0-8dbf-e5714852d8fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6283 2025.01.02 23:37:57.463927 [ 265 ] {91b0146f-defd-4dd0-8dbf-e5714852d8fa} <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
6284 2025.01.02 23:37:57.465217 [ 265 ] {91b0146f-defd-4dd0-8dbf-e5714852d8fa} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6285 2025.01.02 23:37:57.465256 [ 265 ] {91b0146f-defd-4dd0-8dbf-e5714852d8fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6286 2025.01.02 23:37:57.465927 [ 265 ] {91b0146f-defd-4dd0-8dbf-e5714852d8fa} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
6287 2025.01.02 23:37:57.466188 [ 265 ] {91b0146f-defd-4dd0-8dbf-e5714852d8fa} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6288 2025.01.02 23:37:57.466504 [ 265 ] {91b0146f-defd-4dd0-8dbf-e5714852d8fa} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002687 sec., 14886.490509862298 rows/sec., 26.68 MiB/sec.
6289 2025.01.02 23:37:57.466858 [ 265 ] {91b0146f-defd-4dd0-8dbf-e5714852d8fa} <Debug> TCPHandler: Processed in 0.003232062 sec.
6290 2025.01.02 23:37:57.467002 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6291 2025.01.02 23:37:57.467139 [ 260 ] {0b06d358-cdc0-45a1-99b7-5babb2a2cef5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6292 2025.01.02 23:37:57.467198 [ 260 ] {0b06d358-cdc0-45a1-99b7-5babb2a2cef5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6293 2025.01.02 23:37:57.467697 [ 260 ] {0b06d358-cdc0-45a1-99b7-5babb2a2cef5} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6294 2025.01.02 23:37:57.467735 [ 260 ] {0b06d358-cdc0-45a1-99b7-5babb2a2cef5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6295 2025.01.02 23:37:57.468113 [ 260 ] {0b06d358-cdc0-45a1-99b7-5babb2a2cef5} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
6296 2025.01.02 23:37:57.468346 [ 260 ] {0b06d358-cdc0-45a1-99b7-5babb2a2cef5} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6297 2025.01.02 23:37:57.468556 [ 260 ] {0b06d358-cdc0-45a1-99b7-5babb2a2cef5} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001448 sec., 56629.83425414364 rows/sec., 3.60 MiB/sec.
6298 2025.01.02 23:37:57.468607 [ 260 ] {0b06d358-cdc0-45a1-99b7-5babb2a2cef5} <Debug> TCPHandler: Processed in 0.001669602 sec.
6299 2025.01.02 23:38:02.466505 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6300 2025.01.02 23:38:02.466726 [ 260 ] {d4aac35d-f489-4c5b-ab93-19ca9810daa1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
6301 2025.01.02 23:38:02.466805 [ 260 ] {d4aac35d-f489-4c5b-ab93-19ca9810daa1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
6302 2025.01.02 23:38:02.467608 [ 260 ] {d4aac35d-f489-4c5b-ab93-19ca9810daa1} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6303 2025.01.02 23:38:02.467660 [ 260 ] {d4aac35d-f489-4c5b-ab93-19ca9810daa1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6304 2025.01.02 23:38:02.468073 [ 260 ] {d4aac35d-f489-4c5b-ab93-19ca9810daa1} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
6305 2025.01.02 23:38:02.468326 [ 260 ] {d4aac35d-f489-4c5b-ab93-19ca9810daa1} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6306 2025.01.02 23:38:02.468556 [ 260 ] {d4aac35d-f489-4c5b-ab93-19ca9810daa1} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001884 sec., 1061.5711252653928 rows/sec., 86.56 KiB/sec.
6307 2025.01.02 23:38:02.468617 [ 260 ] {d4aac35d-f489-4c5b-ab93-19ca9810daa1} <Debug> TCPHandler: Processed in 0.002250439 sec.
6308 2025.01.02 23:38:02.468918 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6309 2025.01.02 23:38:02.469193 [ 265 ] {da792512-7b59-4fbb-acaf-28404c25975c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6310 2025.01.02 23:38:02.469299 [ 265 ] {da792512-7b59-4fbb-acaf-28404c25975c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6311 2025.01.02 23:38:02.470541 [ 265 ] {da792512-7b59-4fbb-acaf-28404c25975c} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6312 2025.01.02 23:38:02.470579 [ 265 ] {da792512-7b59-4fbb-acaf-28404c25975c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6313 2025.01.02 23:38:02.471072 [ 265 ] {da792512-7b59-4fbb-acaf-28404c25975c} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
6314 2025.01.02 23:38:02.471325 [ 265 ] {da792512-7b59-4fbb-acaf-28404c25975c} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6315 2025.01.02 23:38:02.471538 [ 265 ] {da792512-7b59-4fbb-acaf-28404c25975c} <Debug> executeQuery: Read 1197 rows, 101.04 KiB in 0.002416 sec., 495447.01986754965 rows/sec., 40.84 MiB/sec.
6316 2025.01.02 23:38:02.471618 [ 265 ] {da792512-7b59-4fbb-acaf-28404c25975c} <Debug> TCPHandler: Processed in 0.002874448 sec.
6317 2025.01.02 23:38:02.471863 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6318 2025.01.02 23:38:02.472017 [ 260 ] {7e404644-6de5-4802-9b18-3667a71e2173} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6319 2025.01.02 23:38:02.472075 [ 260 ] {7e404644-6de5-4802-9b18-3667a71e2173} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6320 2025.01.02 23:38:02.472718 [ 260 ] {7e404644-6de5-4802-9b18-3667a71e2173} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6321 2025.01.02 23:38:02.472759 [ 260 ] {7e404644-6de5-4802-9b18-3667a71e2173} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6322 2025.01.02 23:38:02.473112 [ 260 ] {7e404644-6de5-4802-9b18-3667a71e2173} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
6323 2025.01.02 23:38:02.473357 [ 260 ] {7e404644-6de5-4802-9b18-3667a71e2173} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6324 2025.01.02 23:38:02.473581 [ 260 ] {7e404644-6de5-4802-9b18-3667a71e2173} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001594 sec., 1254.7051442910918 rows/sec., 87.61 KiB/sec.
6325 2025.01.02 23:38:02.473634 [ 260 ] {7e404644-6de5-4802-9b18-3667a71e2173} <Debug> TCPHandler: Processed in 0.001904626 sec.
6326 2025.01.02 23:38:02.473780 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6327 2025.01.02 23:38:02.473923 [ 265 ] {ec300d5a-a996-4ff0-a61e-fbdc9a4179e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6328 2025.01.02 23:38:02.473981 [ 265 ] {ec300d5a-a996-4ff0-a61e-fbdc9a4179e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6329 2025.01.02 23:38:02.474740 [ 265 ] {ec300d5a-a996-4ff0-a61e-fbdc9a4179e9} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6330 2025.01.02 23:38:02.474777 [ 265 ] {ec300d5a-a996-4ff0-a61e-fbdc9a4179e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6331 2025.01.02 23:38:02.475146 [ 265 ] {ec300d5a-a996-4ff0-a61e-fbdc9a4179e9} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
6332 2025.01.02 23:38:02.475381 [ 265 ] {ec300d5a-a996-4ff0-a61e-fbdc9a4179e9} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6333 2025.01.02 23:38:02.475595 [ 265 ] {ec300d5a-a996-4ff0-a61e-fbdc9a4179e9} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001697 sec., 134354.7436652917 rows/sec., 9.10 MiB/sec.
6334 2025.01.02 23:38:02.475773 [ 265 ] {ec300d5a-a996-4ff0-a61e-fbdc9a4179e9} <Debug> TCPHandler: Processed in 0.002055627 sec.
6335 2025.01.02 23:38:02.475999 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6336 2025.01.02 23:38:02.476120 [ 260 ] {21e2bffc-2125-4f09-9210-487f85a6a1df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6337 2025.01.02 23:38:02.476168 [ 260 ] {21e2bffc-2125-4f09-9210-487f85a6a1df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6338 2025.01.02 23:38:02.476967 [ 260 ] {21e2bffc-2125-4f09-9210-487f85a6a1df} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6339 2025.01.02 23:38:02.477007 [ 260 ] {21e2bffc-2125-4f09-9210-487f85a6a1df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6340 2025.01.02 23:38:02.477403 [ 260 ] {21e2bffc-2125-4f09-9210-487f85a6a1df} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
6341 2025.01.02 23:38:02.477642 [ 260 ] {21e2bffc-2125-4f09-9210-487f85a6a1df} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6342 2025.01.02 23:38:02.477886 [ 260 ] {21e2bffc-2125-4f09-9210-487f85a6a1df} <Debug> executeQuery: Read 522 rows, 39.57 KiB in 0.001784 sec., 292600.89686098654 rows/sec., 21.66 MiB/sec.
6343 2025.01.02 23:38:02.478066 [ 260 ] {21e2bffc-2125-4f09-9210-487f85a6a1df} <Debug> TCPHandler: Processed in 0.002147939 sec.
6344 2025.01.02 23:38:02.478302 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6345 2025.01.02 23:38:02.478437 [ 265 ] {f6fa3adb-f998-4c71-92a0-a547b327077a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6346 2025.01.02 23:38:02.478501 [ 265 ] {f6fa3adb-f998-4c71-92a0-a547b327077a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6347 2025.01.02 23:38:02.479438 [ 265 ] {f6fa3adb-f998-4c71-92a0-a547b327077a} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6348 2025.01.02 23:38:02.479479 [ 265 ] {f6fa3adb-f998-4c71-92a0-a547b327077a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6349 2025.01.02 23:38:02.479917 [ 265 ] {f6fa3adb-f998-4c71-92a0-a547b327077a} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
6350 2025.01.02 23:38:02.480164 [ 265 ] {f6fa3adb-f998-4c71-92a0-a547b327077a} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6351 2025.01.02 23:38:02.480388 [ 265 ] {f6fa3adb-f998-4c71-92a0-a547b327077a} <Debug> executeQuery: Read 881 rows, 60.70 KiB in 0.00197 sec., 447208.1218274112 rows/sec., 30.09 MiB/sec.
6352 2025.01.02 23:38:02.480475 [ 265 ] {f6fa3adb-f998-4c71-92a0-a547b327077a} <Debug> TCPHandler: Processed in 0.00229744 sec.
6353 2025.01.02 23:38:02.480691 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6354 2025.01.02 23:38:02.480827 [ 260 ] {5db10eb7-baa5-4583-bbfb-66da9561bfe7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6355 2025.01.02 23:38:02.480888 [ 260 ] {5db10eb7-baa5-4583-bbfb-66da9561bfe7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6356 2025.01.02 23:38:02.481461 [ 260 ] {5db10eb7-baa5-4583-bbfb-66da9561bfe7} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6357 2025.01.02 23:38:02.481499 [ 260 ] {5db10eb7-baa5-4583-bbfb-66da9561bfe7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6358 2025.01.02 23:38:02.481866 [ 260 ] {5db10eb7-baa5-4583-bbfb-66da9561bfe7} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
6359 2025.01.02 23:38:02.482105 [ 260 ] {5db10eb7-baa5-4583-bbfb-66da9561bfe7} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6360 2025.01.02 23:38:02.482304 [ 260 ] {5db10eb7-baa5-4583-bbfb-66da9561bfe7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001507 sec., 39814.200398142 rows/sec., 2.68 MiB/sec.
6361 2025.01.02 23:38:02.482352 [ 260 ] {5db10eb7-baa5-4583-bbfb-66da9561bfe7} <Debug> TCPHandler: Processed in 0.001758703 sec.
6362 2025.01.02 23:38:03.153482 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 15189
6363 2025.01.02 23:38:03.154151 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6364 2025.01.02 23:38:03.154195 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6365 2025.01.02 23:38:03.154731 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
6366 2025.01.02 23:38:03.155012 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6367 2025.01.02 23:38:03.155255 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15189
6368 2025.01.02 23:38:04.208765 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 249
6369 2025.01.02 23:38:04.228604 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6370 2025.01.02 23:38:04.228668 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6371 2025.01.02 23:38:04.236070 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
6372 2025.01.02 23:38:04.236880 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6373 2025.01.02 23:38:04.239997 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 249
6374 2025.01.02 23:38:05.736057 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 892
6375 2025.01.02 23:38:05.739322 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6376 2025.01.02 23:38:05.739379 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6377 2025.01.02 23:38:05.740872 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
6378 2025.01.02 23:38:05.741183 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6379 2025.01.02 23:38:05.742025 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 892
6380 2025.01.02 23:38:07.444319 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6381 2025.01.02 23:38:07.444529 [ 260 ] {7de4339a-8e10-4fb5-9e0c-1845b181c756} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
6382 2025.01.02 23:38:07.444603 [ 260 ] {7de4339a-8e10-4fb5-9e0c-1845b181c756} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
6383 2025.01.02 23:38:07.445368 [ 260 ] {7de4339a-8e10-4fb5-9e0c-1845b181c756} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6384 2025.01.02 23:38:07.445420 [ 260 ] {7de4339a-8e10-4fb5-9e0c-1845b181c756} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6385 2025.01.02 23:38:07.445868 [ 260 ] {7de4339a-8e10-4fb5-9e0c-1845b181c756} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
6386 2025.01.02 23:38:07.446126 [ 260 ] {7de4339a-8e10-4fb5-9e0c-1845b181c756} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6387 2025.01.02 23:38:07.446362 [ 260 ] {7de4339a-8e10-4fb5-9e0c-1845b181c756} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001886 sec., 7423.117709437964 rows/sec., 534.37 KiB/sec.
6388 2025.01.02 23:38:07.446469 [ 260 ] {7de4339a-8e10-4fb5-9e0c-1845b181c756} <Debug> TCPHandler: Processed in 0.00230257 sec.
6389 2025.01.02 23:38:07.446771 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6390 2025.01.02 23:38:07.446964 [ 265 ] {32ad7e4d-9bc0-4ac2-bb8b-180687ba004f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6391 2025.01.02 23:38:07.447039 [ 265 ] {32ad7e4d-9bc0-4ac2-bb8b-180687ba004f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6392 2025.01.02 23:38:07.447973 [ 265 ] {32ad7e4d-9bc0-4ac2-bb8b-180687ba004f} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6393 2025.01.02 23:38:07.448016 [ 265 ] {32ad7e4d-9bc0-4ac2-bb8b-180687ba004f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6394 2025.01.02 23:38:07.448481 [ 265 ] {32ad7e4d-9bc0-4ac2-bb8b-180687ba004f} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
6395 2025.01.02 23:38:07.448740 [ 265 ] {32ad7e4d-9bc0-4ac2-bb8b-180687ba004f} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6396 2025.01.02 23:38:07.448940 [ 265 ] {32ad7e4d-9bc0-4ac2-bb8b-180687ba004f} <Debug> executeQuery: Read 283 rows, 25.60 KiB in 0.002034 sec., 139134.70993117013 rows/sec., 12.29 MiB/sec.
6397 2025.01.02 23:38:07.449002 [ 265 ] {32ad7e4d-9bc0-4ac2-bb8b-180687ba004f} <Debug> TCPHandler: Processed in 0.002396582 sec.
6398 2025.01.02 23:38:07.449170 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6399 2025.01.02 23:38:07.449296 [ 260 ] {bdf4f67b-9dd7-4791-b9ad-37acd441d6f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6400 2025.01.02 23:38:07.449349 [ 260 ] {bdf4f67b-9dd7-4791-b9ad-37acd441d6f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6401 2025.01.02 23:38:07.449973 [ 260 ] {bdf4f67b-9dd7-4791-b9ad-37acd441d6f3} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6402 2025.01.02 23:38:07.450013 [ 260 ] {bdf4f67b-9dd7-4791-b9ad-37acd441d6f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6403 2025.01.02 23:38:07.450407 [ 260 ] {bdf4f67b-9dd7-4791-b9ad-37acd441d6f3} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
6404 2025.01.02 23:38:07.450657 [ 260 ] {bdf4f67b-9dd7-4791-b9ad-37acd441d6f3} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6405 2025.01.02 23:38:07.450888 [ 260 ] {bdf4f67b-9dd7-4791-b9ad-37acd441d6f3} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.001619 sec., 29030.265596046942 rows/sec., 2.09 MiB/sec.
6406 2025.01.02 23:38:07.451011 [ 260 ] {bdf4f67b-9dd7-4791-b9ad-37acd441d6f3} <Debug> TCPHandler: Processed in 0.001900145 sec.
6407 2025.01.02 23:38:07.451226 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6408 2025.01.02 23:38:07.451364 [ 265 ] {18bb3275-dddd-49b7-8362-0666566bc045} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6409 2025.01.02 23:38:07.451432 [ 265 ] {18bb3275-dddd-49b7-8362-0666566bc045} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6410 2025.01.02 23:38:07.452074 [ 265 ] {18bb3275-dddd-49b7-8362-0666566bc045} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6411 2025.01.02 23:38:07.452113 [ 265 ] {18bb3275-dddd-49b7-8362-0666566bc045} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6412 2025.01.02 23:38:07.452552 [ 265 ] {18bb3275-dddd-49b7-8362-0666566bc045} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
6413 2025.01.02 23:38:07.452816 [ 265 ] {18bb3275-dddd-49b7-8362-0666566bc045} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6414 2025.01.02 23:38:07.453001 [ 265 ] {18bb3275-dddd-49b7-8362-0666566bc045} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001662 sec., 8423.58604091456 rows/sec., 589.93 KiB/sec.
6415 2025.01.02 23:38:07.453055 [ 265 ] {18bb3275-dddd-49b7-8362-0666566bc045} <Debug> TCPHandler: Processed in 0.001912135 sec.
6416 2025.01.02 23:38:07.453247 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6417 2025.01.02 23:38:07.453368 [ 260 ] {5cb91375-5959-41f8-bba8-e3ffc7b42f48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
6418 2025.01.02 23:38:07.453417 [ 260 ] {5cb91375-5959-41f8-bba8-e3ffc7b42f48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6419 2025.01.02 23:38:07.454047 [ 260 ] {5cb91375-5959-41f8-bba8-e3ffc7b42f48} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6420 2025.01.02 23:38:07.454087 [ 260 ] {5cb91375-5959-41f8-bba8-e3ffc7b42f48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6421 2025.01.02 23:38:07.454457 [ 260 ] {5cb91375-5959-41f8-bba8-e3ffc7b42f48} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
6422 2025.01.02 23:38:07.454711 [ 260 ] {5cb91375-5959-41f8-bba8-e3ffc7b42f48} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6423 2025.01.02 23:38:07.454938 [ 260 ] {5cb91375-5959-41f8-bba8-e3ffc7b42f48} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001587 sec., 8191.556395715185 rows/sec., 510.74 KiB/sec.
6424 2025.01.02 23:38:07.455056 [ 260 ] {5cb91375-5959-41f8-bba8-e3ffc7b42f48} <Debug> TCPHandler: Processed in 0.001866935 sec.
6425 2025.01.02 23:38:07.455251 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6426 2025.01.02 23:38:07.455368 [ 265 ] {2188560f-506e-4bd1-8091-e6c7a3309727} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6427 2025.01.02 23:38:07.455418 [ 265 ] {2188560f-506e-4bd1-8091-e6c7a3309727} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6428 2025.01.02 23:38:07.456213 [ 265 ] {2188560f-506e-4bd1-8091-e6c7a3309727} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6429 2025.01.02 23:38:07.456276 [ 265 ] {2188560f-506e-4bd1-8091-e6c7a3309727} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6430 2025.01.02 23:38:07.456799 [ 265 ] {2188560f-506e-4bd1-8091-e6c7a3309727} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
6431 2025.01.02 23:38:07.457042 [ 265 ] {2188560f-506e-4bd1-8091-e6c7a3309727} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6432 2025.01.02 23:38:07.457254 [ 265 ] {2188560f-506e-4bd1-8091-e6c7a3309727} <Debug> executeQuery: Read 422 rows, 30.88 KiB in 0.001894 sec., 222808.87011615626 rows/sec., 15.92 MiB/sec.
6433 2025.01.02 23:38:07.457463 [ 265 ] {2188560f-506e-4bd1-8091-e6c7a3309727} <Debug> TCPHandler: Processed in 0.00227394 sec.
6434 2025.01.02 23:38:07.457707 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6435 2025.01.02 23:38:07.457855 [ 260 ] {a1d5a075-526d-4703-be56-b030297c4898} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
6436 2025.01.02 23:38:07.457922 [ 260 ] {a1d5a075-526d-4703-be56-b030297c4898} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6437 2025.01.02 23:38:07.458455 [ 260 ] {a1d5a075-526d-4703-be56-b030297c4898} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6438 2025.01.02 23:38:07.458502 [ 260 ] {a1d5a075-526d-4703-be56-b030297c4898} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6439 2025.01.02 23:38:07.458905 [ 260 ] {a1d5a075-526d-4703-be56-b030297c4898} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
6440 2025.01.02 23:38:07.459141 [ 260 ] {a1d5a075-526d-4703-be56-b030297c4898} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6441 2025.01.02 23:38:07.459336 [ 260 ] {a1d5a075-526d-4703-be56-b030297c4898} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001541 sec., 3893.5756002595717 rows/sec., 203.42 KiB/sec.
6442 2025.01.02 23:38:07.459385 [ 260 ] {a1d5a075-526d-4703-be56-b030297c4898} <Debug> TCPHandler: Processed in 0.001780413 sec.
6443 2025.01.02 23:38:07.459533 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6444 2025.01.02 23:38:07.459653 [ 265 ] {b6e6f844-8f46-4dde-9eb7-a4f20123e9eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6445 2025.01.02 23:38:07.459704 [ 265 ] {b6e6f844-8f46-4dde-9eb7-a4f20123e9eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6446 2025.01.02 23:38:07.460357 [ 265 ] {b6e6f844-8f46-4dde-9eb7-a4f20123e9eb} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6447 2025.01.02 23:38:07.460394 [ 265 ] {b6e6f844-8f46-4dde-9eb7-a4f20123e9eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6448 2025.01.02 23:38:07.460789 [ 265 ] {b6e6f844-8f46-4dde-9eb7-a4f20123e9eb} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
6449 2025.01.02 23:38:07.461042 [ 265 ] {b6e6f844-8f46-4dde-9eb7-a4f20123e9eb} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6450 2025.01.02 23:38:07.461220 [ 265 ] {b6e6f844-8f46-4dde-9eb7-a4f20123e9eb} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001548 sec., 153100.77519379847 rows/sec., 10.26 MiB/sec.
6451 2025.01.02 23:38:07.461271 [ 265 ] {b6e6f844-8f46-4dde-9eb7-a4f20123e9eb} <Debug> TCPHandler: Processed in 0.001755913 sec.
6452 2025.01.02 23:38:07.461445 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6453 2025.01.02 23:38:07.461564 [ 260 ] {beba2a68-4ef1-449c-952f-fb2ddc064739} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
6454 2025.01.02 23:38:07.461617 [ 260 ] {beba2a68-4ef1-449c-952f-fb2ddc064739} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6455 2025.01.02 23:38:07.462093 [ 260 ] {beba2a68-4ef1-449c-952f-fb2ddc064739} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6456 2025.01.02 23:38:07.462133 [ 260 ] {beba2a68-4ef1-449c-952f-fb2ddc064739} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6457 2025.01.02 23:38:07.462504 [ 260 ] {beba2a68-4ef1-449c-952f-fb2ddc064739} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
6458 2025.01.02 23:38:07.462752 [ 260 ] {beba2a68-4ef1-449c-952f-fb2ddc064739} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6459 2025.01.02 23:38:07.462963 [ 260 ] {beba2a68-4ef1-449c-952f-fb2ddc064739} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001422 sec., 703.2348804500702 rows/sec., 47.39 KiB/sec.
6460 2025.01.02 23:38:07.463017 [ 260 ] {beba2a68-4ef1-449c-952f-fb2ddc064739} <Debug> TCPHandler: Processed in 0.001631992 sec.
6461 2025.01.02 23:38:07.463214 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6462 2025.01.02 23:38:07.463352 [ 265 ] {cdeb1bbc-3a29-46f5-927d-0d33bdf0b13c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6463 2025.01.02 23:38:07.463467 [ 265 ] {cdeb1bbc-3a29-46f5-927d-0d33bdf0b13c} <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
6464 2025.01.02 23:38:07.464797 [ 265 ] {cdeb1bbc-3a29-46f5-927d-0d33bdf0b13c} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6465 2025.01.02 23:38:07.464834 [ 265 ] {cdeb1bbc-3a29-46f5-927d-0d33bdf0b13c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6466 2025.01.02 23:38:07.465640 [ 265 ] {cdeb1bbc-3a29-46f5-927d-0d33bdf0b13c} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
6467 2025.01.02 23:38:07.465981 [ 265 ] {cdeb1bbc-3a29-46f5-927d-0d33bdf0b13c} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6468 2025.01.02 23:38:07.466261 [ 265 ] {cdeb1bbc-3a29-46f5-927d-0d33bdf0b13c} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002933 sec., 13637.913399249916 rows/sec., 24.44 MiB/sec.
6469 2025.01.02 23:38:07.466839 [ 265 ] {cdeb1bbc-3a29-46f5-927d-0d33bdf0b13c} <Debug> TCPHandler: Processed in 0.003674818 sec.
6470 2025.01.02 23:38:07.467425 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6471 2025.01.02 23:38:07.467605 [ 260 ] {d184e4ec-8165-4ae6-80e1-18d29716786a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6472 2025.01.02 23:38:07.467676 [ 260 ] {d184e4ec-8165-4ae6-80e1-18d29716786a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6473 2025.01.02 23:38:07.468240 [ 260 ] {d184e4ec-8165-4ae6-80e1-18d29716786a} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6474 2025.01.02 23:38:07.468282 [ 260 ] {d184e4ec-8165-4ae6-80e1-18d29716786a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6475 2025.01.02 23:38:07.468697 [ 260 ] {d184e4ec-8165-4ae6-80e1-18d29716786a} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
6476 2025.01.02 23:38:07.468944 [ 260 ] {d184e4ec-8165-4ae6-80e1-18d29716786a} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6477 2025.01.02 23:38:07.469130 [ 260 ] {d184e4ec-8165-4ae6-80e1-18d29716786a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001574 sec., 52096.56925031766 rows/sec., 3.31 MiB/sec.
6478 2025.01.02 23:38:07.469180 [ 260 ] {d184e4ec-8165-4ae6-80e1-18d29716786a} <Debug> TCPHandler: Processed in 0.001994587 sec.
6479 2025.01.02 23:38:10.524425 [ 129 ] {} <Debug> DNSResolver: Updating DNS cache
6480 2025.01.02 23:38:10.524538 [ 129 ] {} <Debug> DNSResolver: Updated DNS cache
6481 2025.01.02 23:38:10.655477 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 15616
6482 2025.01.02 23:38:10.656100 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6483 2025.01.02 23:38:10.656138 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6484 2025.01.02 23:38:10.656731 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
6485 2025.01.02 23:38:10.656995 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6486 2025.01.02 23:38:10.657190 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15616
6487 2025.01.02 23:38:11.740165 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 257
6488 2025.01.02 23:38:11.760359 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6489 2025.01.02 23:38:11.760418 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6490 2025.01.02 23:38:11.768044 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
6491 2025.01.02 23:38:11.768833 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6492 2025.01.02 23:38:11.772438 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 257
6493 2025.01.02 23:38:12.438642 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6494 2025.01.02 23:38:12.438841 [ 260 ] {9a03ac4c-1c54-46b2-8b37-78d47564c9aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6495 2025.01.02 23:38:12.438913 [ 260 ] {9a03ac4c-1c54-46b2-8b37-78d47564c9aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6496 2025.01.02 23:38:12.439687 [ 260 ] {9a03ac4c-1c54-46b2-8b37-78d47564c9aa} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6497 2025.01.02 23:38:12.439741 [ 260 ] {9a03ac4c-1c54-46b2-8b37-78d47564c9aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6498 2025.01.02 23:38:12.440176 [ 260 ] {9a03ac4c-1c54-46b2-8b37-78d47564c9aa} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
6499 2025.01.02 23:38:12.440445 [ 260 ] {9a03ac4c-1c54-46b2-8b37-78d47564c9aa} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6500 2025.01.02 23:38:12.440684 [ 260 ] {9a03ac4c-1c54-46b2-8b37-78d47564c9aa} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001896 sec., 29535.864978902955 rows/sec., 2.27 MiB/sec.
6501 2025.01.02 23:38:12.440741 [ 260 ] {9a03ac4c-1c54-46b2-8b37-78d47564c9aa} <Debug> TCPHandler: Processed in 0.002232689 sec.
6502 2025.01.02 23:38:12.441006 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6503 2025.01.02 23:38:12.441203 [ 265 ] {0c40f881-97ba-40c0-b408-6c1fac0a8d52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6504 2025.01.02 23:38:12.441274 [ 265 ] {0c40f881-97ba-40c0-b408-6c1fac0a8d52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6505 2025.01.02 23:38:12.442053 [ 265 ] {0c40f881-97ba-40c0-b408-6c1fac0a8d52} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6506 2025.01.02 23:38:12.442105 [ 265 ] {0c40f881-97ba-40c0-b408-6c1fac0a8d52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6507 2025.01.02 23:38:12.442544 [ 265 ] {0c40f881-97ba-40c0-b408-6c1fac0a8d52} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
6508 2025.01.02 23:38:12.442795 [ 265 ] {0c40f881-97ba-40c0-b408-6c1fac0a8d52} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6509 2025.01.02 23:38:12.443047 [ 265 ] {0c40f881-97ba-40c0-b408-6c1fac0a8d52} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.0019 sec., 33684.21052631579 rows/sec., 2.63 MiB/sec.
6510 2025.01.02 23:38:12.443103 [ 265 ] {0c40f881-97ba-40c0-b408-6c1fac0a8d52} <Debug> TCPHandler: Processed in 0.002229469 sec.
6511 2025.01.02 23:38:12.443263 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6512 2025.01.02 23:38:12.443380 [ 260 ] {dbd2d368-d2a3-4df5-a906-0492158dc9e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6513 2025.01.02 23:38:12.443434 [ 260 ] {dbd2d368-d2a3-4df5-a906-0492158dc9e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6514 2025.01.02 23:38:12.444021 [ 260 ] {dbd2d368-d2a3-4df5-a906-0492158dc9e0} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6515 2025.01.02 23:38:12.444063 [ 260 ] {dbd2d368-d2a3-4df5-a906-0492158dc9e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6516 2025.01.02 23:38:12.444457 [ 260 ] {dbd2d368-d2a3-4df5-a906-0492158dc9e0} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
6517 2025.01.02 23:38:12.444703 [ 260 ] {dbd2d368-d2a3-4df5-a906-0492158dc9e0} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6518 2025.01.02 23:38:12.444954 [ 260 ] {dbd2d368-d2a3-4df5-a906-0492158dc9e0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001592 sec., 100502.51256281407 rows/sec., 7.00 MiB/sec.
6519 2025.01.02 23:38:12.445042 [ 260 ] {dbd2d368-d2a3-4df5-a906-0492158dc9e0} <Debug> TCPHandler: Processed in 0.001833694 sec.
6520 2025.01.02 23:38:12.445266 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6521 2025.01.02 23:38:12.445423 [ 265 ] {3d424f92-e3dd-41eb-a93a-3e57a3dbfeb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6522 2025.01.02 23:38:12.445478 [ 265 ] {3d424f92-e3dd-41eb-a93a-3e57a3dbfeb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6523 2025.01.02 23:38:12.446011 [ 265 ] {3d424f92-e3dd-41eb-a93a-3e57a3dbfeb2} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6524 2025.01.02 23:38:12.446052 [ 265 ] {3d424f92-e3dd-41eb-a93a-3e57a3dbfeb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6525 2025.01.02 23:38:12.446431 [ 265 ] {3d424f92-e3dd-41eb-a93a-3e57a3dbfeb2} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
6526 2025.01.02 23:38:12.446667 [ 265 ] {3d424f92-e3dd-41eb-a93a-3e57a3dbfeb2} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6527 2025.01.02 23:38:12.446893 [ 265 ] {3d424f92-e3dd-41eb-a93a-3e57a3dbfeb2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001495 sec., 40133.77926421405 rows/sec., 2.70 MiB/sec.
6528 2025.01.02 23:38:12.446942 [ 265 ] {3d424f92-e3dd-41eb-a93a-3e57a3dbfeb2} <Debug> TCPHandler: Processed in 0.001791703 sec.
6529 2025.01.02 23:38:15.742429 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 922
6530 2025.01.02 23:38:15.745634 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6531 2025.01.02 23:38:15.745685 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6532 2025.01.02 23:38:15.747153 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
6533 2025.01.02 23:38:15.747459 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6534 2025.01.02 23:38:15.748015 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 922
6535 2025.01.02 23:38:17.445239 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6536 2025.01.02 23:38:17.445424 [ 260 ] {aad1e0d7-e10c-4c4a-b43d-4c16b4620d3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
6537 2025.01.02 23:38:17.445493 [ 260 ] {aad1e0d7-e10c-4c4a-b43d-4c16b4620d3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
6538 2025.01.02 23:38:17.446230 [ 260 ] {aad1e0d7-e10c-4c4a-b43d-4c16b4620d3d} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6539 2025.01.02 23:38:17.446274 [ 260 ] {aad1e0d7-e10c-4c4a-b43d-4c16b4620d3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6540 2025.01.02 23:38:17.446706 [ 260 ] {aad1e0d7-e10c-4c4a-b43d-4c16b4620d3d} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
6541 2025.01.02 23:38:17.446956 [ 260 ] {aad1e0d7-e10c-4c4a-b43d-4c16b4620d3d} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6542 2025.01.02 23:38:17.447163 [ 260 ] {aad1e0d7-e10c-4c4a-b43d-4c16b4620d3d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001792 sec., 7812.5 rows/sec., 562.40 KiB/sec.
6543 2025.01.02 23:38:17.447228 [ 260 ] {aad1e0d7-e10c-4c4a-b43d-4c16b4620d3d} <Debug> TCPHandler: Processed in 0.002121357 sec.
6544 2025.01.02 23:38:17.447478 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6545 2025.01.02 23:38:17.447690 [ 265 ] {f594e295-819c-4aae-82c7-4ff4f6f0d62a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
6546 2025.01.02 23:38:17.447771 [ 265 ] {f594e295-819c-4aae-82c7-4ff4f6f0d62a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
6547 2025.01.02 23:38:17.448547 [ 265 ] {f594e295-819c-4aae-82c7-4ff4f6f0d62a} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6548 2025.01.02 23:38:17.448595 [ 265 ] {f594e295-819c-4aae-82c7-4ff4f6f0d62a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6549 2025.01.02 23:38:17.449021 [ 265 ] {f594e295-819c-4aae-82c7-4ff4f6f0d62a} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
6550 2025.01.02 23:38:17.449304 [ 265 ] {f594e295-819c-4aae-82c7-4ff4f6f0d62a} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6551 2025.01.02 23:38:17.449572 [ 265 ] {f594e295-819c-4aae-82c7-4ff4f6f0d62a} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001927 sec., 5189.413596263623 rows/sec., 423.16 KiB/sec.
6552 2025.01.02 23:38:17.449783 [ 265 ] {f594e295-819c-4aae-82c7-4ff4f6f0d62a} <Debug> TCPHandler: Processed in 0.002441752 sec.
6553 2025.01.02 23:38:17.449977 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6554 2025.01.02 23:38:17.450146 [ 260 ] {c993f017-762d-4e5a-99f0-6588ad068bfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6555 2025.01.02 23:38:17.450207 [ 260 ] {c993f017-762d-4e5a-99f0-6588ad068bfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6556 2025.01.02 23:38:17.451046 [ 260 ] {c993f017-762d-4e5a-99f0-6588ad068bfe} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6557 2025.01.02 23:38:17.451085 [ 260 ] {c993f017-762d-4e5a-99f0-6588ad068bfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6558 2025.01.02 23:38:17.451468 [ 260 ] {c993f017-762d-4e5a-99f0-6588ad068bfe} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
6559 2025.01.02 23:38:17.451710 [ 260 ] {c993f017-762d-4e5a-99f0-6588ad068bfe} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6560 2025.01.02 23:38:17.451841 [ 121 ] {} <Debug> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
6561 2025.01.02 23:38:17.451891 [ 121 ] {} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6562 2025.01.02 23:38:17.451901 [ 260 ] {c993f017-762d-4e5a-99f0-6588ad068bfe} <Debug> executeQuery: Read 288 rows, 25.97 KiB in 0.001787 sec., 161163.96194739788 rows/sec., 14.19 MiB/sec.
6563 2025.01.02 23:38:17.451922 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6564 2025.01.02 23:38:17.451982 [ 260 ] {c993f017-762d-4e5a-99f0-6588ad068bfe} <Debug> TCPHandler: Processed in 0.002105658 sec.
6565 2025.01.02 23:38:17.452069 [ 186 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full
6566 2025.01.02 23:38:17.452164 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6567 2025.01.02 23:38:17.452235 [ 186 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6568 2025.01.02 23:38:17.452297 [ 186 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1435 rows starting from the beginning of the part
6569 2025.01.02 23:38:17.452423 [ 265 ] {307ac078-83a5-4300-828d-35a9e53ce5fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6570 2025.01.02 23:38:17.452573 [ 186 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 283 rows starting from the beginning of the part
6571 2025.01.02 23:38:17.452621 [ 265 ] {307ac078-83a5-4300-828d-35a9e53ce5fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6572 2025.01.02 23:38:17.452977 [ 186 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 1197 rows starting from the beginning of the part
6573 2025.01.02 23:38:17.453294 [ 186 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 283 rows starting from the beginning of the part
6574 2025.01.02 23:38:17.453617 [ 186 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 56 rows starting from the beginning of the part
6575 2025.01.02 23:38:17.453993 [ 186 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 288 rows starting from the beginning of the part
6576 2025.01.02 23:38:17.455539 [ 265 ] {307ac078-83a5-4300-828d-35a9e53ce5fa} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6577 2025.01.02 23:38:17.455609 [ 265 ] {307ac078-83a5-4300-828d-35a9e53ce5fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6578 2025.01.02 23:38:17.456606 [ 265 ] {307ac078-83a5-4300-828d-35a9e53ce5fa} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
6579 2025.01.02 23:38:17.456902 [ 265 ] {307ac078-83a5-4300-828d-35a9e53ce5fa} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6580 2025.01.02 23:38:17.457097 [ 121 ] {} <Debug> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0
6581 2025.01.02 23:38:17.457200 [ 121 ] {} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6582 2025.01.02 23:38:17.457284 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6583 2025.01.02 23:38:17.457368 [ 265 ] {307ac078-83a5-4300-828d-35a9e53ce5fa} <Debug> executeQuery: Read 57 rows, 4.16 KiB in 0.004998 sec., 11404.561824729892 rows/sec., 832.75 KiB/sec.
6584 2025.01.02 23:38:17.457854 [ 265 ] {307ac078-83a5-4300-828d-35a9e53ce5fa} <Debug> TCPHandler: Processed in 0.005774076 sec.
6585 2025.01.02 23:38:17.457930 [ 198 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_30_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_25_5 to all_30_30_0 into Compact with storage Full
6586 2025.01.02 23:38:17.458186 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6587 2025.01.02 23:38:17.458206 [ 188 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3542 rows, containing 5 columns (5 merged, 0 gathered) in 0.006197402 sec., 571529.8120083222 rows/sec., 50.35 MiB/sec.
6588 2025.01.02 23:38:17.458298 [ 198 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_30_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6589 2025.01.02 23:38:17.458401 [ 198 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 65 rows starting from the beginning of the part
6590 2025.01.02 23:38:17.458481 [ 260 ] {e1abbdbd-78ef-486d-a12d-207ce0290cfb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6591 2025.01.02 23:38:17.458687 [ 188 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
6592 2025.01.02 23:38:17.458763 [ 260 ] {e1abbdbd-78ef-486d-a12d-207ce0290cfb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6593 2025.01.02 23:38:17.459082 [ 198 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 49 rows starting from the beginning of the part
6594 2025.01.02 23:38:17.459565 [ 198 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 47 rows starting from the beginning of the part
6595 2025.01.02 23:38:17.459718 [ 188 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_46_9} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6596 2025.01.02 23:38:17.460088 [ 188 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_46_9} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
6597 2025.01.02 23:38:17.460244 [ 198 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 2 rows starting from the beginning of the part
6598 2025.01.02 23:38:17.460404 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.88 MiB.
6599 2025.01.02 23:38:17.460789 [ 198 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 47 rows starting from the beginning of the part
6600 2025.01.02 23:38:17.461012 [ 198 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 57 rows starting from the beginning of the part
6601 2025.01.02 23:38:17.461874 [ 260 ] {e1abbdbd-78ef-486d-a12d-207ce0290cfb} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6602 2025.01.02 23:38:17.461937 [ 260 ] {e1abbdbd-78ef-486d-a12d-207ce0290cfb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6603 2025.01.02 23:38:17.462922 [ 260 ] {e1abbdbd-78ef-486d-a12d-207ce0290cfb} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
6604 2025.01.02 23:38:17.463484 [ 260 ] {e1abbdbd-78ef-486d-a12d-207ce0290cfb} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6605 2025.01.02 23:38:17.463864 [ 121 ] {} <Debug> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
6606 2025.01.02 23:38:17.463871 [ 198 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_30_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 267 rows, containing 5 columns (5 merged, 0 gathered) in 0.006424805 sec., 41557.68151718224 rows/sec., 3.13 MiB/sec.
6607 2025.01.02 23:38:17.463959 [ 121 ] {} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6608 2025.01.02 23:38:17.464027 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6609 2025.01.02 23:38:17.464094 [ 260 ] {e1abbdbd-78ef-486d-a12d-207ce0290cfb} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00568 sec., 2464.788732394366 rows/sec., 172.62 KiB/sec.
6610 2025.01.02 23:38:17.464282 [ 191 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_30_6} <Trace> MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary)
6611 2025.01.02 23:38:17.464715 [ 195 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::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
6612 2025.01.02 23:38:17.464851 [ 260 ] {e1abbdbd-78ef-486d-a12d-207ce0290cfb} <Debug> TCPHandler: Processed in 0.00681556 sec.
6613 2025.01.02 23:38:17.465363 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6614 2025.01.02 23:38:17.465570 [ 195 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6615 2025.01.02 23:38:17.465652 [ 191 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_30_6} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6616 2025.01.02 23:38:17.465705 [ 195 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 244 rows starting from the beginning of the part
6617 2025.01.02 23:38:17.465750 [ 265 ] {57e0ddd4-32af-4d96-86aa-f8b6cc54e619} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
6618 2025.01.02 23:38:17.465938 [ 191 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_30_6} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6
6619 2025.01.02 23:38:17.465983 [ 265 ] {57e0ddd4-32af-4d96-86aa-f8b6cc54e619} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6620 2025.01.02 23:38:17.466110 [ 195 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 14 rows starting from the beginning of the part
6621 2025.01.02 23:38:17.466422 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
6622 2025.01.02 23:38:17.466676 [ 195 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 14 rows starting from the beginning of the part
6623 2025.01.02 23:38:17.467068 [ 195 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 228 rows starting from the beginning of the part
6624 2025.01.02 23:38:17.467470 [ 195 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 14 rows starting from the beginning of the part
6625 2025.01.02 23:38:17.467845 [ 195 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 14 rows starting from the beginning of the part
6626 2025.01.02 23:38:17.468943 [ 265 ] {57e0ddd4-32af-4d96-86aa-f8b6cc54e619} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6627 2025.01.02 23:38:17.469012 [ 265 ] {57e0ddd4-32af-4d96-86aa-f8b6cc54e619} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6628 2025.01.02 23:38:17.469956 [ 265 ] {57e0ddd4-32af-4d96-86aa-f8b6cc54e619} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
6629 2025.01.02 23:38:17.470444 [ 265 ] {57e0ddd4-32af-4d96-86aa-f8b6cc54e619} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6630 2025.01.02 23:38:17.470846 [ 192 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 528 rows, containing 5 columns (5 merged, 0 gathered) in 0.006693658 sec., 78880.6359691517 rows/sec., 5.65 MiB/sec.
6631 2025.01.02 23:38:17.470972 [ 265 ] {57e0ddd4-32af-4d96-86aa-f8b6cc54e619} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005325 sec., 2441.3145539906104 rows/sec., 152.22 KiB/sec.
6632 2025.01.02 23:38:17.471107 [ 192 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
6633 2025.01.02 23:38:17.471124 [ 265 ] {57e0ddd4-32af-4d96-86aa-f8b6cc54e619} <Debug> TCPHandler: Processed in 0.006097571 sec.
6634 2025.01.02 23:38:17.471390 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6635 2025.01.02 23:38:17.471542 [ 200 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_31_6} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6636 2025.01.02 23:38:17.471727 [ 260 ] {cb788024-ed6d-4e82-9814-bab0690f55c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6637 2025.01.02 23:38:17.471813 [ 200 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_31_6} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
6638 2025.01.02 23:38:17.471858 [ 260 ] {cb788024-ed6d-4e82-9814-bab0690f55c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6639 2025.01.02 23:38:17.472056 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB.
6640 2025.01.02 23:38:17.472785 [ 260 ] {cb788024-ed6d-4e82-9814-bab0690f55c6} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6641 2025.01.02 23:38:17.472829 [ 260 ] {cb788024-ed6d-4e82-9814-bab0690f55c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6642 2025.01.02 23:38:17.473209 [ 260 ] {cb788024-ed6d-4e82-9814-bab0690f55c6} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
6643 2025.01.02 23:38:17.473453 [ 260 ] {cb788024-ed6d-4e82-9814-bab0690f55c6} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6644 2025.01.02 23:38:17.473582 [ 121 ] {} <Debug> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
6645 2025.01.02 23:38:17.473617 [ 121 ] {} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6646 2025.01.02 23:38:17.473643 [ 260 ] {cb788024-ed6d-4e82-9814-bab0690f55c6} <Debug> executeQuery: Read 432 rows, 31.70 KiB in 0.002024 sec., 213438.7351778656 rows/sec., 15.30 MiB/sec.
6647 2025.01.02 23:38:17.473648 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6648 2025.01.02 23:38:17.473762 [ 260 ] {cb788024-ed6d-4e82-9814-bab0690f55c6} <Debug> TCPHandler: Processed in 0.002521073 sec.
6649 2025.01.02 23:38:17.473882 [ 200 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full
6650 2025.01.02 23:38:17.473981 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6651 2025.01.02 23:38:17.474063 [ 200 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6652 2025.01.02 23:38:17.474147 [ 200 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 914 rows starting from the beginning of the part
6653 2025.01.02 23:38:17.474186 [ 265 ] {27948fe7-24df-4dcb-bbb3-0beae8101ebb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
6654 2025.01.02 23:38:17.474343 [ 265 ] {27948fe7-24df-4dcb-bbb3-0beae8101ebb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6655 2025.01.02 23:38:17.474454 [ 200 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 422 rows starting from the beginning of the part
6656 2025.01.02 23:38:17.474858 [ 200 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 522 rows starting from the beginning of the part
6657 2025.01.02 23:38:17.475262 [ 200 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 422 rows starting from the beginning of the part
6658 2025.01.02 23:38:17.475526 [ 200 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 64 rows starting from the beginning of the part
6659 2025.01.02 23:38:17.475789 [ 200 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 432 rows starting from the beginning of the part
6660 2025.01.02 23:38:17.476919 [ 265 ] {27948fe7-24df-4dcb-bbb3-0beae8101ebb} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6661 2025.01.02 23:38:17.476983 [ 265 ] {27948fe7-24df-4dcb-bbb3-0beae8101ebb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6662 2025.01.02 23:38:17.477921 [ 265 ] {27948fe7-24df-4dcb-bbb3-0beae8101ebb} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
6663 2025.01.02 23:38:17.478334 [ 265 ] {27948fe7-24df-4dcb-bbb3-0beae8101ebb} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6664 2025.01.02 23:38:17.478707 [ 265 ] {27948fe7-24df-4dcb-bbb3-0beae8101ebb} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004609 sec., 1301.8008244738555 rows/sec., 68.01 KiB/sec.
6665 2025.01.02 23:38:17.479179 [ 265 ] {27948fe7-24df-4dcb-bbb3-0beae8101ebb} <Debug> TCPHandler: Processed in 0.00530515 sec.
6666 2025.01.02 23:38:17.479609 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6667 2025.01.02 23:38:17.479631 [ 200 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2776 rows, containing 5 columns (5 merged, 0 gathered) in 0.005881627 sec., 471978.2468354419 rows/sec., 36.04 MiB/sec.
6668 2025.01.02 23:38:17.479789 [ 260 ] {4f5c4756-b093-4f78-8149-fb5953920bae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6669 2025.01.02 23:38:17.479876 [ 260 ] {4f5c4756-b093-4f78-8149-fb5953920bae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6670 2025.01.02 23:38:17.479906 [ 191 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
6671 2025.01.02 23:38:17.480566 [ 191 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_46_9} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6672 2025.01.02 23:38:17.480777 [ 191 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_46_9} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
6673 2025.01.02 23:38:17.480956 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB.
6674 2025.01.02 23:38:17.481123 [ 260 ] {4f5c4756-b093-4f78-8149-fb5953920bae} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6675 2025.01.02 23:38:17.481166 [ 260 ] {4f5c4756-b093-4f78-8149-fb5953920bae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6676 2025.01.02 23:38:17.481558 [ 260 ] {4f5c4756-b093-4f78-8149-fb5953920bae} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
6677 2025.01.02 23:38:17.481803 [ 260 ] {4f5c4756-b093-4f78-8149-fb5953920bae} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6678 2025.01.02 23:38:17.481937 [ 121 ] {} <Debug> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
6679 2025.01.02 23:38:17.481973 [ 121 ] {} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6680 2025.01.02 23:38:17.482002 [ 260 ] {4f5c4756-b093-4f78-8149-fb5953920bae} <Debug> executeQuery: Read 242 rows, 16.62 KiB in 0.002268 sec., 106701.94003527336 rows/sec., 7.16 MiB/sec.
6681 2025.01.02 23:38:17.482006 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6682 2025.01.02 23:38:17.482106 [ 260 ] {4f5c4756-b093-4f78-8149-fb5953920bae} <Debug> TCPHandler: Processed in 0.002768677 sec.
6683 2025.01.02 23:38:17.482158 [ 201 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full
6684 2025.01.02 23:38:17.482296 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6685 2025.01.02 23:38:17.482311 [ 201 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6686 2025.01.02 23:38:17.482368 [ 201 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 12959 rows starting from the beginning of the part
6687 2025.01.02 23:38:17.482638 [ 201 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 237 rows starting from the beginning of the part
6688 2025.01.02 23:38:17.482700 [ 265 ] {cdebecbe-324a-4976-b5fa-638fc3230841} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
6689 2025.01.02 23:38:17.482863 [ 201 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 881 rows starting from the beginning of the part
6690 2025.01.02 23:38:17.482979 [ 265 ] {cdebecbe-324a-4976-b5fa-638fc3230841} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6691 2025.01.02 23:38:17.483171 [ 201 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 237 rows starting from the beginning of the part
6692 2025.01.02 23:38:17.483537 [ 201 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 160 rows starting from the beginning of the part
6693 2025.01.02 23:38:17.483835 [ 201 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 242 rows starting from the beginning of the part
6694 2025.01.02 23:38:17.485200 [ 265 ] {cdebecbe-324a-4976-b5fa-638fc3230841} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6695 2025.01.02 23:38:17.485251 [ 265 ] {cdebecbe-324a-4976-b5fa-638fc3230841} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6696 2025.01.02 23:38:17.485915 [ 265 ] {cdebecbe-324a-4976-b5fa-638fc3230841} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
6697 2025.01.02 23:38:17.486470 [ 265 ] {cdebecbe-324a-4976-b5fa-638fc3230841} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6698 2025.01.02 23:38:17.486997 [ 265 ] {cdebecbe-324a-4976-b5fa-638fc3230841} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004522 sec., 221.14108801415304 rows/sec., 14.90 KiB/sec.
6699 2025.01.02 23:38:17.487196 [ 265 ] {cdebecbe-324a-4976-b5fa-638fc3230841} <Debug> TCPHandler: Processed in 0.004991836 sec.
6700 2025.01.02 23:38:17.487401 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6701 2025.01.02 23:38:17.487546 [ 260 ] {a8b585e0-93d5-486a-9b45-e0a8e8512042} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6702 2025.01.02 23:38:17.487705 [ 260 ] {a8b585e0-93d5-486a-9b45-e0a8e8512042} <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
6703 2025.01.02 23:38:17.489256 [ 260 ] {a8b585e0-93d5-486a-9b45-e0a8e8512042} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6704 2025.01.02 23:38:17.489294 [ 260 ] {a8b585e0-93d5-486a-9b45-e0a8e8512042} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6705 2025.01.02 23:38:17.490120 [ 260 ] {a8b585e0-93d5-486a-9b45-e0a8e8512042} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
6706 2025.01.02 23:38:17.490545 [ 194 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14716 rows, containing 5 columns (5 merged, 0 gathered) in 0.008453112 sec., 1740897.3168698107 rows/sec., 117.19 MiB/sec.
6707 2025.01.02 23:38:17.490546 [ 260 ] {a8b585e0-93d5-486a-9b45-e0a8e8512042} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6708 2025.01.02 23:38:17.490873 [ 260 ] {a8b585e0-93d5-486a-9b45-e0a8e8512042} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.003355 sec., 11922.503725782415 rows/sec., 21.36 MiB/sec.
6709 2025.01.02 23:38:17.491410 [ 194 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
6710 2025.01.02 23:38:17.491556 [ 260 ] {a8b585e0-93d5-486a-9b45-e0a8e8512042} <Debug> TCPHandler: Processed in 0.004250646 sec.
6711 2025.01.02 23:38:17.491719 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6712 2025.01.02 23:38:17.491849 [ 265 ] {82cf4330-599e-4171-a170-21293260ffe1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6713 2025.01.02 23:38:17.491878 [ 194 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6714 2025.01.02 23:38:17.491914 [ 265 ] {82cf4330-599e-4171-a170-21293260ffe1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6715 2025.01.02 23:38:17.492001 [ 194 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
6716 2025.01.02 23:38:17.492126 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.79 MiB.
6717 2025.01.02 23:38:17.492503 [ 265 ] {82cf4330-599e-4171-a170-21293260ffe1} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6718 2025.01.02 23:38:17.492542 [ 265 ] {82cf4330-599e-4171-a170-21293260ffe1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6719 2025.01.02 23:38:17.492924 [ 265 ] {82cf4330-599e-4171-a170-21293260ffe1} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
6720 2025.01.02 23:38:17.493176 [ 265 ] {82cf4330-599e-4171-a170-21293260ffe1} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6721 2025.01.02 23:38:17.493338 [ 121 ] {} <Debug> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
6722 2025.01.02 23:38:17.493395 [ 121 ] {} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6723 2025.01.02 23:38:17.493425 [ 265 ] {82cf4330-599e-4171-a170-21293260ffe1} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001598 sec., 51314.14267834793 rows/sec., 3.26 MiB/sec.
6724 2025.01.02 23:38:17.493437 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6725 2025.01.02 23:38:17.493612 [ 265 ] {82cf4330-599e-4171-a170-21293260ffe1} <Debug> TCPHandler: Processed in 0.001946596 sec.
6726 2025.01.02 23:38:17.493769 [ 202 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full
6727 2025.01.02 23:38:17.494174 [ 202 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6728 2025.01.02 23:38:17.494259 [ 202 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2448 rows starting from the beginning of the part
6729 2025.01.02 23:38:17.494378 [ 202 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 82 rows starting from the beginning of the part
6730 2025.01.02 23:38:17.494589 [ 202 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 60 rows starting from the beginning of the part
6731 2025.01.02 23:38:17.494796 [ 202 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 82 rows starting from the beginning of the part
6732 2025.01.02 23:38:17.494976 [ 202 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 60 rows starting from the beginning of the part
6733 2025.01.02 23:38:17.495170 [ 202 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 82 rows starting from the beginning of the part
6734 2025.01.02 23:38:17.496667 [ 194 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2814 rows, containing 4 columns (4 merged, 0 gathered) in 0.003106711 sec., 905781.0655706308 rows/sec., 58.96 MiB/sec.
6735 2025.01.02 23:38:17.496883 [ 194 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
6736 2025.01.02 23:38:17.497150 [ 194 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_46_9} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6737 2025.01.02 23:38:17.497223 [ 194 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_46_9} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
6738 2025.01.02 23:38:17.497291 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB.
6739 2025.01.02 23:38:18.157412 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 16104
6740 2025.01.02 23:38:18.158101 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6741 2025.01.02 23:38:18.158156 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6742 2025.01.02 23:38:18.158704 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
6743 2025.01.02 23:38:18.158971 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6744 2025.01.02 23:38:18.159235 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16104
6745 2025.01.02 23:38:19.272611 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 264
6746 2025.01.02 23:38:19.293299 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6747 2025.01.02 23:38:19.293348 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6748 2025.01.02 23:38:19.300870 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
6749 2025.01.02 23:38:19.301664 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6750 2025.01.02 23:38:19.304341 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 264
6751 2025.01.02 23:38:22.438859 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6752 2025.01.02 23:38:22.439064 [ 260 ] {61a44d9b-7d61-4874-b2a4-8557a91ac34a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6753 2025.01.02 23:38:22.439139 [ 260 ] {61a44d9b-7d61-4874-b2a4-8557a91ac34a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6754 2025.01.02 23:38:22.439899 [ 260 ] {61a44d9b-7d61-4874-b2a4-8557a91ac34a} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6755 2025.01.02 23:38:22.439952 [ 260 ] {61a44d9b-7d61-4874-b2a4-8557a91ac34a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6756 2025.01.02 23:38:22.440384 [ 260 ] {61a44d9b-7d61-4874-b2a4-8557a91ac34a} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
6757 2025.01.02 23:38:22.440637 [ 260 ] {61a44d9b-7d61-4874-b2a4-8557a91ac34a} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6758 2025.01.02 23:38:22.440882 [ 260 ] {61a44d9b-7d61-4874-b2a4-8557a91ac34a} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001871 sec., 29930.51843933725 rows/sec., 2.30 MiB/sec.
6759 2025.01.02 23:38:22.440949 [ 260 ] {61a44d9b-7d61-4874-b2a4-8557a91ac34a} <Debug> TCPHandler: Processed in 0.00222737 sec.
6760 2025.01.02 23:38:22.441192 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6761 2025.01.02 23:38:22.441405 [ 265 ] {6d651f84-be9f-408c-a114-d1dc67507b11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6762 2025.01.02 23:38:22.441488 [ 265 ] {6d651f84-be9f-408c-a114-d1dc67507b11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6763 2025.01.02 23:38:22.442363 [ 265 ] {6d651f84-be9f-408c-a114-d1dc67507b11} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6764 2025.01.02 23:38:22.442413 [ 265 ] {6d651f84-be9f-408c-a114-d1dc67507b11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6765 2025.01.02 23:38:22.442854 [ 265 ] {6d651f84-be9f-408c-a114-d1dc67507b11} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
6766 2025.01.02 23:38:22.443126 [ 265 ] {6d651f84-be9f-408c-a114-d1dc67507b11} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6767 2025.01.02 23:38:22.443369 [ 265 ] {6d651f84-be9f-408c-a114-d1dc67507b11} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002024 sec., 31620.553359683792 rows/sec., 2.47 MiB/sec.
6768 2025.01.02 23:38:22.443438 [ 265 ] {6d651f84-be9f-408c-a114-d1dc67507b11} <Debug> TCPHandler: Processed in 0.002378311 sec.
6769 2025.01.02 23:38:22.443587 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6770 2025.01.02 23:38:22.443715 [ 260 ] {ade2c07c-1853-4bdf-85ef-14b5f2388e38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6771 2025.01.02 23:38:22.443771 [ 260 ] {ade2c07c-1853-4bdf-85ef-14b5f2388e38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6772 2025.01.02 23:38:22.444386 [ 260 ] {ade2c07c-1853-4bdf-85ef-14b5f2388e38} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6773 2025.01.02 23:38:22.444427 [ 260 ] {ade2c07c-1853-4bdf-85ef-14b5f2388e38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6774 2025.01.02 23:38:22.444826 [ 260 ] {ade2c07c-1853-4bdf-85ef-14b5f2388e38} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
6775 2025.01.02 23:38:22.445075 [ 260 ] {ade2c07c-1853-4bdf-85ef-14b5f2388e38} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6776 2025.01.02 23:38:22.445285 [ 260 ] {ade2c07c-1853-4bdf-85ef-14b5f2388e38} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.0016 sec., 100000 rows/sec., 6.96 MiB/sec.
6777 2025.01.02 23:38:22.445341 [ 260 ] {ade2c07c-1853-4bdf-85ef-14b5f2388e38} <Debug> TCPHandler: Processed in 0.001812973 sec.
6778 2025.01.02 23:38:22.445506 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6779 2025.01.02 23:38:22.445634 [ 265 ] {1351d217-dab0-4a0e-9a50-f025a822e95d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6780 2025.01.02 23:38:22.445690 [ 265 ] {1351d217-dab0-4a0e-9a50-f025a822e95d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6781 2025.01.02 23:38:22.446212 [ 265 ] {1351d217-dab0-4a0e-9a50-f025a822e95d} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6782 2025.01.02 23:38:22.446253 [ 265 ] {1351d217-dab0-4a0e-9a50-f025a822e95d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6783 2025.01.02 23:38:22.446641 [ 265 ] {1351d217-dab0-4a0e-9a50-f025a822e95d} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
6784 2025.01.02 23:38:22.446886 [ 265 ] {1351d217-dab0-4a0e-9a50-f025a822e95d} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6785 2025.01.02 23:38:22.447099 [ 265 ] {1351d217-dab0-4a0e-9a50-f025a822e95d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001497 sec., 40080.160320641284 rows/sec., 2.70 MiB/sec.
6786 2025.01.02 23:38:22.447153 [ 265 ] {1351d217-dab0-4a0e-9a50-f025a822e95d} <Debug> TCPHandler: Processed in 0.001704583 sec.
6787 2025.01.02 23:38:25.524595 [ 107 ] {} <Debug> DNSResolver: Updating DNS cache
6788 2025.01.02 23:38:25.524668 [ 107 ] {} <Debug> DNSResolver: Updated DNS cache
6789 2025.01.02 23:38:25.659460 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16531
6790 2025.01.02 23:38:25.660114 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6791 2025.01.02 23:38:25.660159 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6792 2025.01.02 23:38:25.660712 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
6793 2025.01.02 23:38:25.660966 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6794 2025.01.02 23:38:25.661180 [ 107 ] {} <Debug> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
6795 2025.01.02 23:38:25.661234 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16531
6796 2025.01.02 23:38:25.661260 [ 107 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6797 2025.01.02 23:38:25.661288 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6798 2025.01.02 23:38:25.661400 [ 199 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full
6799 2025.01.02 23:38:25.661529 [ 199 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6800 2025.01.02 23:38:25.661570 [ 199 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 14274 rows starting from the beginning of the part
6801 2025.01.02 23:38:25.661649 [ 199 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 427 rows starting from the beginning of the part
6802 2025.01.02 23:38:25.661813 [ 199 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 488 rows starting from the beginning of the part
6803 2025.01.02 23:38:25.662065 [ 199 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 427 rows starting from the beginning of the part
6804 2025.01.02 23:38:25.662207 [ 199 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 488 rows starting from the beginning of the part
6805 2025.01.02 23:38:25.662328 [ 199 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 427 rows starting from the beginning of the part
6806 2025.01.02 23:38:25.664796 [ 189 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16531 rows, containing 4 columns (4 merged, 0 gathered) in 0.003439355 sec., 4806424.460400279 rows/sec., 68.76 MiB/sec.
6807 2025.01.02 23:38:25.665006 [ 189 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
6808 2025.01.02 23:38:25.665476 [ 189 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_36_7} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6809 2025.01.02 23:38:25.665561 [ 189 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_36_7} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
6810 2025.01.02 23:38:25.665677 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.47 MiB.
6811 2025.01.02 23:38:25.748336 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 954
6812 2025.01.02 23:38:25.751789 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6813 2025.01.02 23:38:25.751834 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6814 2025.01.02 23:38:25.753298 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
6815 2025.01.02 23:38:25.753581 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6816 2025.01.02 23:38:25.754814 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 954
6817 2025.01.02 23:38:26.804519 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 272
6818 2025.01.02 23:38:26.825474 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6819 2025.01.02 23:38:26.825531 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6820 2025.01.02 23:38:26.833191 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
6821 2025.01.02 23:38:26.833979 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6822 2025.01.02 23:38:26.834359 [ 104 ] {} <Debug> system.metric_log (31b60859-c590-4889-866a-026624596be5) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
6823 2025.01.02 23:38:26.834537 [ 104 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6824 2025.01.02 23:38:26.834650 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6825 2025.01.02 23:38:26.835170 [ 199 ] {31b60859-c590-4889-866a-026624596be5::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full
6826 2025.01.02 23:38:26.848425 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 272
6827 2025.01.02 23:38:26.850459 [ 199 ] {31b60859-c590-4889-866a-026624596be5::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6828 2025.01.02 23:38:26.852112 [ 199 ] {31b60859-c590-4889-866a-026624596be5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 234 rows starting from the beginning of the part
6829 2025.01.02 23:38:26.858196 [ 199 ] {31b60859-c590-4889-866a-026624596be5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 8 rows starting from the beginning of the part
6830 2025.01.02 23:38:26.864189 [ 199 ] {31b60859-c590-4889-866a-026624596be5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 7 rows starting from the beginning of the part
6831 2025.01.02 23:38:26.869887 [ 199 ] {31b60859-c590-4889-866a-026624596be5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 8 rows starting from the beginning of the part
6832 2025.01.02 23:38:26.875699 [ 199 ] {31b60859-c590-4889-866a-026624596be5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 7 rows starting from the beginning of the part
6833 2025.01.02 23:38:26.880783 [ 199 ] {31b60859-c590-4889-866a-026624596be5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 8 rows starting from the beginning of the part
6834 2025.01.02 23:38:26.939930 [ 189 ] {31b60859-c590-4889-866a-026624596be5::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 679 columns (679 merged, 0 gathered) in 0.105099491 sec., 2588.023951514665 rows/sec., 13.38 MiB/sec.
6835 2025.01.02 23:38:26.942592 [ 197 ] {31b60859-c590-4889-866a-026624596be5::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
6836 2025.01.02 23:38:26.945411 [ 197 ] {31b60859-c590-4889-866a-026624596be5::all_1_36_7} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6837 2025.01.02 23:38:26.945501 [ 197 ] {31b60859-c590-4889-866a-026624596be5::all_1_36_7} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
6838 2025.01.02 23:38:26.947695 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.43 MiB.
6839 2025.01.02 23:38:27.000239 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 206.43 MiB, peak 218.31 MiB, free memory in arenas 0.00 B, will set to 208.50 MiB (RSS), difference: 2.08 MiB
6840 2025.01.02 23:38:27.445141 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6841 2025.01.02 23:38:27.445329 [ 260 ] {c3165667-b6a1-423c-b3b8-0b38a132e30c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
6842 2025.01.02 23:38:27.445404 [ 260 ] {c3165667-b6a1-423c-b3b8-0b38a132e30c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
6843 2025.01.02 23:38:27.446096 [ 260 ] {c3165667-b6a1-423c-b3b8-0b38a132e30c} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6844 2025.01.02 23:38:27.446142 [ 260 ] {c3165667-b6a1-423c-b3b8-0b38a132e30c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6845 2025.01.02 23:38:27.446573 [ 260 ] {c3165667-b6a1-423c-b3b8-0b38a132e30c} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
6846 2025.01.02 23:38:27.446835 [ 260 ] {c3165667-b6a1-423c-b3b8-0b38a132e30c} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6847 2025.01.02 23:38:27.447037 [ 104 ] {} <Debug> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0
6848 2025.01.02 23:38:27.447077 [ 260 ] {c3165667-b6a1-423c-b3b8-0b38a132e30c} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001799 sec., 7782.101167315175 rows/sec., 560.21 KiB/sec.
6849 2025.01.02 23:38:27.447129 [ 104 ] {} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6850 2025.01.02 23:38:27.447203 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6851 2025.01.02 23:38:27.447213 [ 260 ] {c3165667-b6a1-423c-b3b8-0b38a132e30c} <Debug> TCPHandler: Processed in 0.002202479 sec.
6852 2025.01.02 23:38:27.447503 [ 190 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_25_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_21_5 to all_25_25_0 into Compact with storage Full
6853 2025.01.02 23:38:27.447703 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6854 2025.01.02 23:38:27.447947 [ 190 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6855 2025.01.02 23:38:27.448050 [ 190 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 14 rows starting from the beginning of the part
6856 2025.01.02 23:38:27.448157 [ 265 ] {bd6a11b3-3f1e-4778-b7f2-1337d29c36e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6857 2025.01.02 23:38:27.448272 [ 190 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 14 rows starting from the beginning of the part
6858 2025.01.02 23:38:27.448375 [ 265 ] {bd6a11b3-3f1e-4778-b7f2-1337d29c36e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6859 2025.01.02 23:38:27.448683 [ 190 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 14 rows starting from the beginning of the part
6860 2025.01.02 23:38:27.449004 [ 190 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 14 rows starting from the beginning of the part
6861 2025.01.02 23:38:27.449263 [ 190 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 14 rows starting from the beginning of the part
6862 2025.01.02 23:38:27.451352 [ 265 ] {bd6a11b3-3f1e-4778-b7f2-1337d29c36e0} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6863 2025.01.02 23:38:27.451435 [ 265 ] {bd6a11b3-3f1e-4778-b7f2-1337d29c36e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6864 2025.01.02 23:38:27.451782 [ 190 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004478479 sec., 15630.30662865674 rows/sec., 1.16 MiB/sec.
6865 2025.01.02 23:38:27.451967 [ 190 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary)
6866 2025.01.02 23:38:27.452556 [ 265 ] {bd6a11b3-3f1e-4778-b7f2-1337d29c36e0} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
6867 2025.01.02 23:38:27.452570 [ 193 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_25_6} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6868 2025.01.02 23:38:27.452777 [ 193 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_25_6} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6
6869 2025.01.02 23:38:27.452960 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
6870 2025.01.02 23:38:27.453032 [ 265 ] {bd6a11b3-3f1e-4778-b7f2-1337d29c36e0} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6871 2025.01.02 23:38:27.453314 [ 265 ] {bd6a11b3-3f1e-4778-b7f2-1337d29c36e0} <Debug> executeQuery: Read 283 rows, 25.60 KiB in 0.00526 sec., 53802.28136882129 rows/sec., 4.75 MiB/sec.
6872 2025.01.02 23:38:27.453392 [ 265 ] {bd6a11b3-3f1e-4778-b7f2-1337d29c36e0} <Debug> TCPHandler: Processed in 0.006053069 sec.
6873 2025.01.02 23:38:27.453546 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6874 2025.01.02 23:38:27.453686 [ 260 ] {34ecb724-5902-4dba-aa71-695680b01120} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6875 2025.01.02 23:38:27.453744 [ 260 ] {34ecb724-5902-4dba-aa71-695680b01120} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6876 2025.01.02 23:38:27.454437 [ 260 ] {34ecb724-5902-4dba-aa71-695680b01120} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6877 2025.01.02 23:38:27.454476 [ 260 ] {34ecb724-5902-4dba-aa71-695680b01120} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6878 2025.01.02 23:38:27.454840 [ 260 ] {34ecb724-5902-4dba-aa71-695680b01120} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
6879 2025.01.02 23:38:27.455079 [ 260 ] {34ecb724-5902-4dba-aa71-695680b01120} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6880 2025.01.02 23:38:27.455290 [ 260 ] {34ecb724-5902-4dba-aa71-695680b01120} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.001635 sec., 28746.177370030582 rows/sec., 2.07 MiB/sec.
6881 2025.01.02 23:38:27.455341 [ 260 ] {34ecb724-5902-4dba-aa71-695680b01120} <Debug> TCPHandler: Processed in 0.001861915 sec.
6882 2025.01.02 23:38:27.455550 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6883 2025.01.02 23:38:27.455784 [ 265 ] {0bdfda9e-796f-49b6-9378-782bdf1c3e01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6884 2025.01.02 23:38:27.455881 [ 265 ] {0bdfda9e-796f-49b6-9378-782bdf1c3e01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6885 2025.01.02 23:38:27.456747 [ 265 ] {0bdfda9e-796f-49b6-9378-782bdf1c3e01} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6886 2025.01.02 23:38:27.456788 [ 265 ] {0bdfda9e-796f-49b6-9378-782bdf1c3e01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6887 2025.01.02 23:38:27.457146 [ 265 ] {0bdfda9e-796f-49b6-9378-782bdf1c3e01} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
6888 2025.01.02 23:38:27.457399 [ 265 ] {0bdfda9e-796f-49b6-9378-782bdf1c3e01} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6889 2025.01.02 23:38:27.457605 [ 265 ] {0bdfda9e-796f-49b6-9378-782bdf1c3e01} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001882 sec., 7438.894792773645 rows/sec., 520.97 KiB/sec.
6890 2025.01.02 23:38:27.457657 [ 265 ] {0bdfda9e-796f-49b6-9378-782bdf1c3e01} <Debug> TCPHandler: Processed in 0.002219169 sec.
6891 2025.01.02 23:38:27.457882 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6892 2025.01.02 23:38:27.458103 [ 260 ] {d1a72b07-339a-4bbe-bed2-52c93ca68d77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
6893 2025.01.02 23:38:27.458193 [ 260 ] {d1a72b07-339a-4bbe-bed2-52c93ca68d77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6894 2025.01.02 23:38:27.458883 [ 260 ] {d1a72b07-339a-4bbe-bed2-52c93ca68d77} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6895 2025.01.02 23:38:27.458922 [ 260 ] {d1a72b07-339a-4bbe-bed2-52c93ca68d77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6896 2025.01.02 23:38:27.459281 [ 260 ] {d1a72b07-339a-4bbe-bed2-52c93ca68d77} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
6897 2025.01.02 23:38:27.459520 [ 260 ] {d1a72b07-339a-4bbe-bed2-52c93ca68d77} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6898 2025.01.02 23:38:27.459694 [ 104 ] {} <Debug> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0
6899 2025.01.02 23:38:27.459763 [ 104 ] {} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6900 2025.01.02 23:38:27.459771 [ 260 ] {d1a72b07-339a-4bbe-bed2-52c93ca68d77} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001706 sec., 7620.164126611958 rows/sec., 475.12 KiB/sec.
6901 2025.01.02 23:38:27.459809 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6902 2025.01.02 23:38:27.459919 [ 260 ] {d1a72b07-339a-4bbe-bed2-52c93ca68d77} <Debug> TCPHandler: Processed in 0.002143248 sec.
6903 2025.01.02 23:38:27.460258 [ 192 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_25_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_21_5 to all_25_25_0 into Compact with storage Full
6904 2025.01.02 23:38:27.460344 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6905 2025.01.02 23:38:27.460718 [ 265 ] {eebba4e0-22ae-4599-b3b3-16cb0d7031c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6906 2025.01.02 23:38:27.460733 [ 192 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6907 2025.01.02 23:38:27.460818 [ 265 ] {eebba4e0-22ae-4599-b3b3-16cb0d7031c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6908 2025.01.02 23:38:27.460826 [ 192 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 13 rows starting from the beginning of the part
6909 2025.01.02 23:38:27.461147 [ 192 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 13 rows starting from the beginning of the part
6910 2025.01.02 23:38:27.461531 [ 192 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 13 rows starting from the beginning of the part
6911 2025.01.02 23:38:27.461969 [ 192 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 13 rows starting from the beginning of the part
6912 2025.01.02 23:38:27.462327 [ 192 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 13 rows starting from the beginning of the part
6913 2025.01.02 23:38:27.463596 [ 265 ] {eebba4e0-22ae-4599-b3b3-16cb0d7031c9} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6914 2025.01.02 23:38:27.463670 [ 265 ] {eebba4e0-22ae-4599-b3b3-16cb0d7031c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6915 2025.01.02 23:38:27.464693 [ 265 ] {eebba4e0-22ae-4599-b3b3-16cb0d7031c9} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
6916 2025.01.02 23:38:27.464777 [ 192 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004834904 sec., 13443.907055858814 rows/sec., 890.74 KiB/sec.
6917 2025.01.02 23:38:27.464985 [ 192 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary)
6918 2025.01.02 23:38:27.465135 [ 265 ] {eebba4e0-22ae-4599-b3b3-16cb0d7031c9} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6919 2025.01.02 23:38:27.465613 [ 192 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_25_6} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6920 2025.01.02 23:38:27.465781 [ 265 ] {eebba4e0-22ae-4599-b3b3-16cb0d7031c9} <Debug> executeQuery: Read 422 rows, 30.88 KiB in 0.005089 sec., 82923.9536254667 rows/sec., 5.93 MiB/sec.
6921 2025.01.02 23:38:27.465929 [ 192 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_25_6} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6
6922 2025.01.02 23:38:27.466229 [ 265 ] {eebba4e0-22ae-4599-b3b3-16cb0d7031c9} <Debug> TCPHandler: Processed in 0.006171801 sec.
6923 2025.01.02 23:38:27.466279 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
6924 2025.01.02 23:38:27.466606 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6925 2025.01.02 23:38:27.466830 [ 260 ] {6ee7293a-df85-4662-af1d-aec434115298} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
6926 2025.01.02 23:38:27.466923 [ 260 ] {6ee7293a-df85-4662-af1d-aec434115298} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6927 2025.01.02 23:38:27.467638 [ 260 ] {6ee7293a-df85-4662-af1d-aec434115298} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6928 2025.01.02 23:38:27.467676 [ 260 ] {6ee7293a-df85-4662-af1d-aec434115298} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6929 2025.01.02 23:38:27.468049 [ 260 ] {6ee7293a-df85-4662-af1d-aec434115298} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
6930 2025.01.02 23:38:27.468302 [ 260 ] {6ee7293a-df85-4662-af1d-aec434115298} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6931 2025.01.02 23:38:27.468489 [ 103 ] {} <Debug> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0
6932 2025.01.02 23:38:27.468540 [ 260 ] {6ee7293a-df85-4662-af1d-aec434115298} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001755 sec., 3418.8034188034185 rows/sec., 178.62 KiB/sec.
6933 2025.01.02 23:38:27.468564 [ 103 ] {} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6934 2025.01.02 23:38:27.468631 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6935 2025.01.02 23:38:27.468645 [ 260 ] {6ee7293a-df85-4662-af1d-aec434115298} <Debug> TCPHandler: Processed in 0.00226417 sec.
6936 2025.01.02 23:38:27.469026 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6937 2025.01.02 23:38:27.469193 [ 187 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_25_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_20_4 to all_25_25_0 into Compact with storage Full
6938 2025.01.02 23:38:27.469477 [ 265 ] {e80c21bd-bf49-46a8-8804-e31fae0074a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6939 2025.01.02 23:38:27.469543 [ 187 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_25_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6940 2025.01.02 23:38:27.469552 [ 265 ] {e80c21bd-bf49-46a8-8804-e31fae0074a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6941 2025.01.02 23:38:27.469591 [ 187 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 120 rows starting from the beginning of the part
6942 2025.01.02 23:38:27.469776 [ 187 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part
6943 2025.01.02 23:38:27.470078 [ 187 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part
6944 2025.01.02 23:38:27.470384 [ 187 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part
6945 2025.01.02 23:38:27.470582 [ 187 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part
6946 2025.01.02 23:38:27.470806 [ 187 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part
6947 2025.01.02 23:38:27.471580 [ 265 ] {e80c21bd-bf49-46a8-8804-e31fae0074a2} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6948 2025.01.02 23:38:27.471630 [ 265 ] {e80c21bd-bf49-46a8-8804-e31fae0074a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6949 2025.01.02 23:38:27.472244 [ 265 ] {e80c21bd-bf49-46a8-8804-e31fae0074a2} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
6950 2025.01.02 23:38:27.472436 [ 187 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_25_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 150 rows, containing 4 columns (4 merged, 0 gathered) in 0.003620598 sec., 41429.62018981395 rows/sec., 2.11 MiB/sec.
6951 2025.01.02 23:38:27.472545 [ 187 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_25_5} <Trace> MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary)
6952 2025.01.02 23:38:27.472607 [ 265 ] {e80c21bd-bf49-46a8-8804-e31fae0074a2} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6953 2025.01.02 23:38:27.472988 [ 265 ] {e80c21bd-bf49-46a8-8804-e31fae0074a2} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.003554 sec., 66685.4248733821 rows/sec., 4.47 MiB/sec.
6954 2025.01.02 23:38:27.473156 [ 187 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_25_5} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6955 2025.01.02 23:38:27.473327 [ 265 ] {e80c21bd-bf49-46a8-8804-e31fae0074a2} <Debug> TCPHandler: Processed in 0.00455617 sec.
6956 2025.01.02 23:38:27.473562 [ 187 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_25_5} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5
6957 2025.01.02 23:38:27.473669 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6958 2025.01.02 23:38:27.473883 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
6959 2025.01.02 23:38:27.474222 [ 260 ] {70d713ee-c34e-44b1-a543-0a3231359559} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
6960 2025.01.02 23:38:27.474396 [ 260 ] {70d713ee-c34e-44b1-a543-0a3231359559} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6961 2025.01.02 23:38:27.475282 [ 260 ] {70d713ee-c34e-44b1-a543-0a3231359559} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6962 2025.01.02 23:38:27.475323 [ 260 ] {70d713ee-c34e-44b1-a543-0a3231359559} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6963 2025.01.02 23:38:27.475688 [ 260 ] {70d713ee-c34e-44b1-a543-0a3231359559} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
6964 2025.01.02 23:38:27.475928 [ 260 ] {70d713ee-c34e-44b1-a543-0a3231359559} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6965 2025.01.02 23:38:27.476152 [ 260 ] {70d713ee-c34e-44b1-a543-0a3231359559} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002117 sec., 472.36655644780353 rows/sec., 31.83 KiB/sec.
6966 2025.01.02 23:38:27.476203 [ 260 ] {70d713ee-c34e-44b1-a543-0a3231359559} <Debug> TCPHandler: Processed in 0.002754886 sec.
6967 2025.01.02 23:38:27.476359 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6968 2025.01.02 23:38:27.476499 [ 265 ] {4b416d84-b1c7-4331-b0d0-a7e410b75ff5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6969 2025.01.02 23:38:27.476593 [ 265 ] {4b416d84-b1c7-4331-b0d0-a7e410b75ff5} <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
6970 2025.01.02 23:38:27.477903 [ 265 ] {4b416d84-b1c7-4331-b0d0-a7e410b75ff5} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6971 2025.01.02 23:38:27.477943 [ 265 ] {4b416d84-b1c7-4331-b0d0-a7e410b75ff5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6972 2025.01.02 23:38:27.478638 [ 265 ] {4b416d84-b1c7-4331-b0d0-a7e410b75ff5} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
6973 2025.01.02 23:38:27.478909 [ 265 ] {4b416d84-b1c7-4331-b0d0-a7e410b75ff5} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6974 2025.01.02 23:38:27.479205 [ 265 ] {4b416d84-b1c7-4331-b0d0-a7e410b75ff5} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002732 sec., 14641.288433382137 rows/sec., 26.24 MiB/sec.
6975 2025.01.02 23:38:27.479391 [ 265 ] {4b416d84-b1c7-4331-b0d0-a7e410b75ff5} <Debug> TCPHandler: Processed in 0.003098141 sec.
6976 2025.01.02 23:38:27.479584 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6977 2025.01.02 23:38:27.479722 [ 260 ] {48e48c7b-b594-4cdc-a2f1-1b5ed975e568} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6978 2025.01.02 23:38:27.479781 [ 260 ] {48e48c7b-b594-4cdc-a2f1-1b5ed975e568} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6979 2025.01.02 23:38:27.480362 [ 260 ] {48e48c7b-b594-4cdc-a2f1-1b5ed975e568} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6980 2025.01.02 23:38:27.480408 [ 260 ] {48e48c7b-b594-4cdc-a2f1-1b5ed975e568} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6981 2025.01.02 23:38:27.480787 [ 260 ] {48e48c7b-b594-4cdc-a2f1-1b5ed975e568} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
6982 2025.01.02 23:38:27.481029 [ 260 ] {48e48c7b-b594-4cdc-a2f1-1b5ed975e568} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6983 2025.01.02 23:38:27.481239 [ 260 ] {48e48c7b-b594-4cdc-a2f1-1b5ed975e568} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001547 sec., 53005.81771170007 rows/sec., 3.37 MiB/sec.
6984 2025.01.02 23:38:27.481295 [ 260 ] {48e48c7b-b594-4cdc-a2f1-1b5ed975e568} <Debug> TCPHandler: Processed in 0.001777063 sec.
6985 2025.01.02 23:38:29.988527 [ 99 ] {} <Debug> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0
6986 2025.01.02 23:38:29.988597 [ 99 ] {} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6987 2025.01.02 23:38:29.988623 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
6988 2025.01.02 23:38:29.988843 [ 202 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::all_1_13_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_9_2 to all_13_13_0 into Compact with storage Full
6989 2025.01.02 23:38:29.989036 [ 202 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6990 2025.01.02 23:38:29.989076 [ 202 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 16 rows starting from the beginning of the part
6991 2025.01.02 23:38:29.989159 [ 202 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 4 rows starting from the beginning of the part
6992 2025.01.02 23:38:29.989433 [ 202 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part
6993 2025.01.02 23:38:29.989641 [ 202 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 2 rows starting from the beginning of the part
6994 2025.01.02 23:38:29.989793 [ 202 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 10 rows starting from the beginning of the part
6995 2025.01.02 23:38:29.990938 [ 201 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34 rows, containing 5 columns (5 merged, 0 gathered) in 0.002232039 sec., 15232.708747472603 rows/sec., 1.27 MiB/sec.
6996 2025.01.02 23:38:29.991117 [ 191 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary)
6997 2025.01.02 23:38:29.991462 [ 191 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::all_1_13_3} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6998 2025.01.02 23:38:29.991554 [ 191 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::all_1_13_3} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3
6999 2025.01.02 23:38:29.991635 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
7000 2025.01.02 23:38:32.467322 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7001 2025.01.02 23:38:32.467529 [ 260 ] {98d9cdbe-3651-4d92-b3ec-27e4768ec377} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
7002 2025.01.02 23:38:32.467604 [ 260 ] {98d9cdbe-3651-4d92-b3ec-27e4768ec377} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
7003 2025.01.02 23:38:32.468358 [ 260 ] {98d9cdbe-3651-4d92-b3ec-27e4768ec377} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7004 2025.01.02 23:38:32.468409 [ 260 ] {98d9cdbe-3651-4d92-b3ec-27e4768ec377} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
7005 2025.01.02 23:38:32.468835 [ 260 ] {98d9cdbe-3651-4d92-b3ec-27e4768ec377} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
7006 2025.01.02 23:38:32.469111 [ 260 ] {98d9cdbe-3651-4d92-b3ec-27e4768ec377} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7007 2025.01.02 23:38:32.469351 [ 260 ] {98d9cdbe-3651-4d92-b3ec-27e4768ec377} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001875 sec., 2133.3333333333335 rows/sec., 173.96 KiB/sec.
7008 2025.01.02 23:38:32.469411 [ 260 ] {98d9cdbe-3651-4d92-b3ec-27e4768ec377} <Debug> TCPHandler: Processed in 0.002218989 sec.
7009 2025.01.02 23:38:32.469668 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7010 2025.01.02 23:38:32.469858 [ 265 ] {611a16b2-076b-476d-b83e-c64ca0cea89f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7011 2025.01.02 23:38:32.469932 [ 265 ] {611a16b2-076b-476d-b83e-c64ca0cea89f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7012 2025.01.02 23:38:32.471303 [ 265 ] {611a16b2-076b-476d-b83e-c64ca0cea89f} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7013 2025.01.02 23:38:32.471350 [ 265 ] {611a16b2-076b-476d-b83e-c64ca0cea89f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
7014 2025.01.02 23:38:32.471852 [ 265 ] {611a16b2-076b-476d-b83e-c64ca0cea89f} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
7015 2025.01.02 23:38:32.472139 [ 265 ] {611a16b2-076b-476d-b83e-c64ca0cea89f} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7016 2025.01.02 23:38:32.472374 [ 265 ] {611a16b2-076b-476d-b83e-c64ca0cea89f} <Debug> executeQuery: Read 1198 rows, 101.11 KiB in 0.00257 sec., 466147.859922179 rows/sec., 38.42 MiB/sec.
7017 2025.01.02 23:38:32.472433 [ 265 ] {611a16b2-076b-476d-b83e-c64ca0cea89f} <Debug> TCPHandler: Processed in 0.002894028 sec.
7018 2025.01.02 23:38:32.472597 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7019 2025.01.02 23:38:32.472742 [ 260 ] {6fd795db-85e1-4b22-9853-51991cf0525d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7020 2025.01.02 23:38:32.472805 [ 260 ] {6fd795db-85e1-4b22-9853-51991cf0525d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7021 2025.01.02 23:38:32.473499 [ 260 ] {6fd795db-85e1-4b22-9853-51991cf0525d} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7022 2025.01.02 23:38:32.473545 [ 260 ] {6fd795db-85e1-4b22-9853-51991cf0525d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
7023 2025.01.02 23:38:32.473912 [ 260 ] {6fd795db-85e1-4b22-9853-51991cf0525d} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
7024 2025.01.02 23:38:32.474150 [ 260 ] {6fd795db-85e1-4b22-9853-51991cf0525d} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7025 2025.01.02 23:38:32.474363 [ 260 ] {6fd795db-85e1-4b22-9853-51991cf0525d} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001654 sec., 2418.3796856106405 rows/sec., 168.86 KiB/sec.
7026 2025.01.02 23:38:32.474417 [ 260 ] {6fd795db-85e1-4b22-9853-51991cf0525d} <Debug> TCPHandler: Processed in 0.001879885 sec.
7027 2025.01.02 23:38:32.474566 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7028 2025.01.02 23:38:32.474684 [ 265 ] {6d3c6511-0603-480e-be62-45654d6e89a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
7029 2025.01.02 23:38:32.474734 [ 265 ] {6d3c6511-0603-480e-be62-45654d6e89a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7030 2025.01.02 23:38:32.475404 [ 265 ] {6d3c6511-0603-480e-be62-45654d6e89a1} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7031 2025.01.02 23:38:32.475444 [ 265 ] {6d3c6511-0603-480e-be62-45654d6e89a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
7032 2025.01.02 23:38:32.475822 [ 265 ] {6d3c6511-0603-480e-be62-45654d6e89a1} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
7033 2025.01.02 23:38:32.476064 [ 265 ] {6d3c6511-0603-480e-be62-45654d6e89a1} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7034 2025.01.02 23:38:32.476278 [ 265 ] {6d3c6511-0603-480e-be62-45654d6e89a1} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001619 sec., 140827.67140210007 rows/sec., 9.54 MiB/sec.
7035 2025.01.02 23:38:32.476329 [ 265 ] {6d3c6511-0603-480e-be62-45654d6e89a1} <Debug> TCPHandler: Processed in 0.001819204 sec.
7036 2025.01.02 23:38:32.476476 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7037 2025.01.02 23:38:32.476591 [ 260 ] {d8c12337-8946-4e8b-bda8-7bfe217956b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7038 2025.01.02 23:38:32.476638 [ 260 ] {d8c12337-8946-4e8b-bda8-7bfe217956b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7039 2025.01.02 23:38:32.477428 [ 260 ] {d8c12337-8946-4e8b-bda8-7bfe217956b6} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7040 2025.01.02 23:38:32.477468 [ 260 ] {d8c12337-8946-4e8b-bda8-7bfe217956b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
7041 2025.01.02 23:38:32.477868 [ 260 ] {d8c12337-8946-4e8b-bda8-7bfe217956b6} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
7042 2025.01.02 23:38:32.478110 [ 260 ] {d8c12337-8946-4e8b-bda8-7bfe217956b6} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7043 2025.01.02 23:38:32.478335 [ 260 ] {d8c12337-8946-4e8b-bda8-7bfe217956b6} <Debug> executeQuery: Read 524 rows, 39.73 KiB in 0.001767 sec., 296547.8211658178 rows/sec., 21.96 MiB/sec.
7044 2025.01.02 23:38:32.478391 [ 260 ] {d8c12337-8946-4e8b-bda8-7bfe217956b6} <Debug> TCPHandler: Processed in 0.001969476 sec.
7045 2025.01.02 23:38:32.478529 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7046 2025.01.02 23:38:32.478651 [ 265 ] {ff2ef0e3-2ab8-4369-8c27-a61274578afd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7047 2025.01.02 23:38:32.478815 [ 265 ] {ff2ef0e3-2ab8-4369-8c27-a61274578afd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7048 2025.01.02 23:38:32.479707 [ 265 ] {ff2ef0e3-2ab8-4369-8c27-a61274578afd} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7049 2025.01.02 23:38:32.479745 [ 265 ] {ff2ef0e3-2ab8-4369-8c27-a61274578afd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
7050 2025.01.02 23:38:32.480214 [ 265 ] {ff2ef0e3-2ab8-4369-8c27-a61274578afd} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
7051 2025.01.02 23:38:32.480462 [ 265 ] {ff2ef0e3-2ab8-4369-8c27-a61274578afd} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7052 2025.01.02 23:38:32.480694 [ 265 ] {ff2ef0e3-2ab8-4369-8c27-a61274578afd} <Debug> executeQuery: Read 882 rows, 60.77 KiB in 0.002071 sec., 425881.2168034766 rows/sec., 28.66 MiB/sec.
7053 2025.01.02 23:38:32.480776 [ 265 ] {ff2ef0e3-2ab8-4369-8c27-a61274578afd} <Debug> TCPHandler: Processed in 0.00230164 sec.
7054 2025.01.02 23:38:32.480977 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7055 2025.01.02 23:38:32.481247 [ 260 ] {af7914d2-e6cc-41db-95bd-8f9ea2dc437c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7056 2025.01.02 23:38:32.481308 [ 260 ] {af7914d2-e6cc-41db-95bd-8f9ea2dc437c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7057 2025.01.02 23:38:32.481841 [ 260 ] {af7914d2-e6cc-41db-95bd-8f9ea2dc437c} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7058 2025.01.02 23:38:32.481879 [ 260 ] {af7914d2-e6cc-41db-95bd-8f9ea2dc437c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
7059 2025.01.02 23:38:32.482253 [ 260 ] {af7914d2-e6cc-41db-95bd-8f9ea2dc437c} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
7060 2025.01.02 23:38:32.482495 [ 260 ] {af7914d2-e6cc-41db-95bd-8f9ea2dc437c} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7061 2025.01.02 23:38:32.482714 [ 260 ] {af7914d2-e6cc-41db-95bd-8f9ea2dc437c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001496 sec., 40106.95187165776 rows/sec., 2.70 MiB/sec.
7062 2025.01.02 23:38:32.482768 [ 260 ] {af7914d2-e6cc-41db-95bd-8f9ea2dc437c} <Debug> TCPHandler: Processed in 0.001888635 sec.
7063 2025.01.02 23:38:33.161468 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17019
7064 2025.01.02 23:38:33.162243 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7065 2025.01.02 23:38:33.162305 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
7066 2025.01.02 23:38:33.162890 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
7067 2025.01.02 23:38:33.163150 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7068 2025.01.02 23:38:33.163395 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17019
7069 2025.01.02 23:38:34.348601 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 279
7070 2025.01.02 23:38:34.367737 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7071 2025.01.02 23:38:34.367792 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
7072 2025.01.02 23:38:34.374823 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
7073 2025.01.02 23:38:34.375578 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7074 2025.01.02 23:38:34.379209 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 279
7075 2025.01.02 23:38:35.755168 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 990
7076 2025.01.02 23:38:35.758481 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7077 2025.01.02 23:38:35.758538 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7078 2025.01.02 23:38:35.760088 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
7079 2025.01.02 23:38:35.760428 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7080 2025.01.02 23:38:35.760688 [ 88 ] {} <Debug> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
7081 2025.01.02 23:38:35.760806 [ 88 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7082 2025.01.02 23:38:35.760866 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7083 2025.01.02 23:38:35.761316 [ 200 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::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
7084 2025.01.02 23:38:35.762645 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 990
7085 2025.01.02 23:38:35.762904 [ 200 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7086 2025.01.02 23:38:35.763034 [ 200 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 824 rows starting from the beginning of the part
7087 2025.01.02 23:38:35.763484 [ 200 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 32 rows starting from the beginning of the part
7088 2025.01.02 23:38:35.763926 [ 200 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 36 rows starting from the beginning of the part
7089 2025.01.02 23:38:35.764335 [ 200 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 30 rows starting from the beginning of the part
7090 2025.01.02 23:38:35.764747 [ 200 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 32 rows starting from the beginning of the part
7091 2025.01.02 23:38:35.765192 [ 200 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 36 rows starting from the beginning of the part
7092 2025.01.02 23:38:35.772953 [ 195 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 990 rows, containing 72 columns (72 merged, 0 gathered) in 0.011954557 sec., 82813.60823324528 rows/sec., 67.28 MiB/sec.
7093 2025.01.02 23:38:35.774376 [ 195 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
7094 2025.01.02 23:38:35.775250 [ 195 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_26_5} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7095 2025.01.02 23:38:35.775355 [ 195 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_26_5} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
7096 2025.01.02 23:38:35.775719 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.25 MiB.
7097 2025.01.02 23:38:37.445347 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7098 2025.01.02 23:38:37.445563 [ 260 ] {e4a50d25-0ce9-4805-9704-fc0c8f4046ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
7099 2025.01.02 23:38:37.445645 [ 260 ] {e4a50d25-0ce9-4805-9704-fc0c8f4046ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
7100 2025.01.02 23:38:37.446400 [ 260 ] {e4a50d25-0ce9-4805-9704-fc0c8f4046ab} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7101 2025.01.02 23:38:37.446455 [ 260 ] {e4a50d25-0ce9-4805-9704-fc0c8f4046ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7102 2025.01.02 23:38:37.446901 [ 260 ] {e4a50d25-0ce9-4805-9704-fc0c8f4046ab} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
7103 2025.01.02 23:38:37.447157 [ 260 ] {e4a50d25-0ce9-4805-9704-fc0c8f4046ab} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7104 2025.01.02 23:38:37.447408 [ 260 ] {e4a50d25-0ce9-4805-9704-fc0c8f4046ab} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.0019 sec., 7368.421052631579 rows/sec., 530.43 KiB/sec.
7105 2025.01.02 23:38:37.447529 [ 260 ] {e4a50d25-0ce9-4805-9704-fc0c8f4046ab} <Debug> TCPHandler: Processed in 0.00232201 sec.
7106 2025.01.02 23:38:37.447780 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7107 2025.01.02 23:38:37.447970 [ 265 ] {3af7937d-79ad-429b-be24-b4381e3e4964} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7108 2025.01.02 23:38:37.448043 [ 265 ] {3af7937d-79ad-429b-be24-b4381e3e4964} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7109 2025.01.02 23:38:37.448907 [ 265 ] {3af7937d-79ad-429b-be24-b4381e3e4964} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7110 2025.01.02 23:38:37.448955 [ 265 ] {3af7937d-79ad-429b-be24-b4381e3e4964} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7111 2025.01.02 23:38:37.449418 [ 265 ] {3af7937d-79ad-429b-be24-b4381e3e4964} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
7112 2025.01.02 23:38:37.449691 [ 265 ] {3af7937d-79ad-429b-be24-b4381e3e4964} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7113 2025.01.02 23:38:37.449944 [ 265 ] {3af7937d-79ad-429b-be24-b4381e3e4964} <Debug> executeQuery: Read 283 rows, 25.60 KiB in 0.002025 sec., 139753.0864197531 rows/sec., 12.35 MiB/sec.
7114 2025.01.02 23:38:37.450008 [ 265 ] {3af7937d-79ad-429b-be24-b4381e3e4964} <Debug> TCPHandler: Processed in 0.002358561 sec.
7115 2025.01.02 23:38:37.450156 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7116 2025.01.02 23:38:37.450302 [ 260 ] {453a08a5-8ff8-452f-9adb-72f3f2f73e5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7117 2025.01.02 23:38:37.450364 [ 260 ] {453a08a5-8ff8-452f-9adb-72f3f2f73e5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7118 2025.01.02 23:38:37.451034 [ 260 ] {453a08a5-8ff8-452f-9adb-72f3f2f73e5d} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7119 2025.01.02 23:38:37.451074 [ 260 ] {453a08a5-8ff8-452f-9adb-72f3f2f73e5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7120 2025.01.02 23:38:37.451443 [ 260 ] {453a08a5-8ff8-452f-9adb-72f3f2f73e5d} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
7121 2025.01.02 23:38:37.451684 [ 260 ] {453a08a5-8ff8-452f-9adb-72f3f2f73e5d} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7122 2025.01.02 23:38:37.451898 [ 260 ] {453a08a5-8ff8-452f-9adb-72f3f2f73e5d} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.001631 sec., 28816.676885346413 rows/sec., 2.07 MiB/sec.
7123 2025.01.02 23:38:37.451952 [ 260 ] {453a08a5-8ff8-452f-9adb-72f3f2f73e5d} <Debug> TCPHandler: Processed in 0.001862714 sec.
7124 2025.01.02 23:38:37.452107 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7125 2025.01.02 23:38:37.452253 [ 265 ] {e851e6fe-7436-4df2-88bc-69065c7f3746} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
7126 2025.01.02 23:38:37.452314 [ 265 ] {e851e6fe-7436-4df2-88bc-69065c7f3746} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7127 2025.01.02 23:38:37.452975 [ 265 ] {e851e6fe-7436-4df2-88bc-69065c7f3746} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7128 2025.01.02 23:38:37.453016 [ 265 ] {e851e6fe-7436-4df2-88bc-69065c7f3746} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7129 2025.01.02 23:38:37.453388 [ 265 ] {e851e6fe-7436-4df2-88bc-69065c7f3746} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
7130 2025.01.02 23:38:37.453644 [ 265 ] {e851e6fe-7436-4df2-88bc-69065c7f3746} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7131 2025.01.02 23:38:37.453870 [ 265 ] {e851e6fe-7436-4df2-88bc-69065c7f3746} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00165 sec., 8484.848484848484 rows/sec., 594.22 KiB/sec.
7132 2025.01.02 23:38:37.453990 [ 265 ] {e851e6fe-7436-4df2-88bc-69065c7f3746} <Debug> TCPHandler: Processed in 0.001948915 sec.
7133 2025.01.02 23:38:37.454172 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7134 2025.01.02 23:38:37.454309 [ 260 ] {6d1d068d-8d55-483f-b399-6a38f50ebde3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
7135 2025.01.02 23:38:37.454366 [ 260 ] {6d1d068d-8d55-483f-b399-6a38f50ebde3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
7136 2025.01.02 23:38:37.455008 [ 260 ] {6d1d068d-8d55-483f-b399-6a38f50ebde3} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7137 2025.01.02 23:38:37.455048 [ 260 ] {6d1d068d-8d55-483f-b399-6a38f50ebde3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7138 2025.01.02 23:38:37.455406 [ 260 ] {6d1d068d-8d55-483f-b399-6a38f50ebde3} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
7139 2025.01.02 23:38:37.455646 [ 260 ] {6d1d068d-8d55-483f-b399-6a38f50ebde3} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7140 2025.01.02 23:38:37.455851 [ 260 ] {6d1d068d-8d55-483f-b399-6a38f50ebde3} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00157 sec., 8280.254777070064 rows/sec., 516.27 KiB/sec.
7141 2025.01.02 23:38:37.455903 [ 260 ] {6d1d068d-8d55-483f-b399-6a38f50ebde3} <Debug> TCPHandler: Processed in 0.001830444 sec.
7142 2025.01.02 23:38:37.456058 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7143 2025.01.02 23:38:37.456195 [ 265 ] {f64a279b-9ea9-4cec-99e0-3eb169caa243} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7144 2025.01.02 23:38:37.456255 [ 265 ] {f64a279b-9ea9-4cec-99e0-3eb169caa243} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7145 2025.01.02 23:38:37.457053 [ 265 ] {f64a279b-9ea9-4cec-99e0-3eb169caa243} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7146 2025.01.02 23:38:37.457093 [ 265 ] {f64a279b-9ea9-4cec-99e0-3eb169caa243} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7147 2025.01.02 23:38:37.457496 [ 265 ] {f64a279b-9ea9-4cec-99e0-3eb169caa243} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
7148 2025.01.02 23:38:37.457742 [ 265 ] {f64a279b-9ea9-4cec-99e0-3eb169caa243} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7149 2025.01.02 23:38:37.457932 [ 265 ] {f64a279b-9ea9-4cec-99e0-3eb169caa243} <Debug> executeQuery: Read 422 rows, 30.88 KiB in 0.001768 sec., 238687.78280542986 rows/sec., 17.06 MiB/sec.
7150 2025.01.02 23:38:37.457985 [ 265 ] {f64a279b-9ea9-4cec-99e0-3eb169caa243} <Debug> TCPHandler: Processed in 0.001993627 sec.
7151 2025.01.02 23:38:37.458137 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7152 2025.01.02 23:38:37.458272 [ 260 ] {1d35e2c5-50c0-4395-aa0a-859b5e3c2325} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
7153 2025.01.02 23:38:37.458333 [ 260 ] {1d35e2c5-50c0-4395-aa0a-859b5e3c2325} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
7154 2025.01.02 23:38:37.458879 [ 260 ] {1d35e2c5-50c0-4395-aa0a-859b5e3c2325} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7155 2025.01.02 23:38:37.458917 [ 260 ] {1d35e2c5-50c0-4395-aa0a-859b5e3c2325} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7156 2025.01.02 23:38:37.459290 [ 260 ] {1d35e2c5-50c0-4395-aa0a-859b5e3c2325} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
7157 2025.01.02 23:38:37.459529 [ 260 ] {1d35e2c5-50c0-4395-aa0a-859b5e3c2325} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7158 2025.01.02 23:38:37.459735 [ 260 ] {1d35e2c5-50c0-4395-aa0a-859b5e3c2325} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001492 sec., 4021.4477211796243 rows/sec., 210.10 KiB/sec.
7159 2025.01.02 23:38:37.459788 [ 260 ] {1d35e2c5-50c0-4395-aa0a-859b5e3c2325} <Debug> TCPHandler: Processed in 0.001716812 sec.
7160 2025.01.02 23:38:37.459937 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7161 2025.01.02 23:38:37.460073 [ 265 ] {fe53c462-a192-4b31-bcef-dae2042cd16b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7162 2025.01.02 23:38:37.460135 [ 265 ] {fe53c462-a192-4b31-bcef-dae2042cd16b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7163 2025.01.02 23:38:37.460811 [ 265 ] {fe53c462-a192-4b31-bcef-dae2042cd16b} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7164 2025.01.02 23:38:37.460847 [ 265 ] {fe53c462-a192-4b31-bcef-dae2042cd16b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7165 2025.01.02 23:38:37.461247 [ 265 ] {fe53c462-a192-4b31-bcef-dae2042cd16b} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
7166 2025.01.02 23:38:37.461495 [ 265 ] {fe53c462-a192-4b31-bcef-dae2042cd16b} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7167 2025.01.02 23:38:37.461674 [ 265 ] {fe53c462-a192-4b31-bcef-dae2042cd16b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001632 sec., 145220.58823529413 rows/sec., 9.73 MiB/sec.
7168 2025.01.02 23:38:37.461726 [ 265 ] {fe53c462-a192-4b31-bcef-dae2042cd16b} <Debug> TCPHandler: Processed in 0.001856084 sec.
7169 2025.01.02 23:38:37.461878 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7170 2025.01.02 23:38:37.462015 [ 260 ] {299d2f27-7e8a-41f4-a526-7980fdc6a26f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
7171 2025.01.02 23:38:37.462075 [ 260 ] {299d2f27-7e8a-41f4-a526-7980fdc6a26f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
7172 2025.01.02 23:38:37.462617 [ 260 ] {299d2f27-7e8a-41f4-a526-7980fdc6a26f} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7173 2025.01.02 23:38:37.462663 [ 260 ] {299d2f27-7e8a-41f4-a526-7980fdc6a26f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7174 2025.01.02 23:38:37.463039 [ 260 ] {299d2f27-7e8a-41f4-a526-7980fdc6a26f} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
7175 2025.01.02 23:38:37.463273 [ 260 ] {299d2f27-7e8a-41f4-a526-7980fdc6a26f} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7176 2025.01.02 23:38:37.463433 [ 85 ] {} <Debug> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
7177 2025.01.02 23:38:37.463494 [ 85 ] {} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7178 2025.01.02 23:38:37.463510 [ 260 ] {299d2f27-7e8a-41f4-a526-7980fdc6a26f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001519 sec., 658.3278472679394 rows/sec., 44.36 KiB/sec.
7179 2025.01.02 23:38:37.463527 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7180 2025.01.02 23:38:37.463654 [ 260 ] {299d2f27-7e8a-41f4-a526-7980fdc6a26f} <Debug> TCPHandler: Processed in 0.001841224 sec.
7181 2025.01.02 23:38:37.463779 [ 188 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::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
7182 2025.01.02 23:38:37.463861 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7183 2025.01.02 23:38:37.464083 [ 188 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7184 2025.01.02 23:38:37.464115 [ 265 ] {cf4bf669-bc8a-4c3d-9adf-d37ff8e248c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7185 2025.01.02 23:38:37.464155 [ 188 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 23 rows starting from the beginning of the part
7186 2025.01.02 23:38:37.464362 [ 265 ] {cf4bf669-bc8a-4c3d-9adf-d37ff8e248c7} <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
7187 2025.01.02 23:38:37.464504 [ 188 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1 rows starting from the beginning of the part
7188 2025.01.02 23:38:37.464996 [ 188 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1 rows starting from the beginning of the part
7189 2025.01.02 23:38:37.465429 [ 188 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1 rows starting from the beginning of the part
7190 2025.01.02 23:38:37.465733 [ 188 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1 rows starting from the beginning of the part
7191 2025.01.02 23:38:37.466091 [ 188 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1 rows starting from the beginning of the part
7192 2025.01.02 23:38:37.469942 [ 201 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 4 columns (4 merged, 0 gathered) in 0.006281753 sec., 4457.354499611812 rows/sec., 299.11 KiB/sec.
7193 2025.01.02 23:38:37.470157 [ 265 ] {cf4bf669-bc8a-4c3d-9adf-d37ff8e248c7} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7194 2025.01.02 23:38:37.470173 [ 201 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
7195 2025.01.02 23:38:37.470217 [ 265 ] {cf4bf669-bc8a-4c3d-9adf-d37ff8e248c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7196 2025.01.02 23:38:37.470806 [ 201 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_26_5} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7197 2025.01.02 23:38:37.470987 [ 201 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_26_5} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
7198 2025.01.02 23:38:37.471158 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB.
7199 2025.01.02 23:38:37.471503 [ 265 ] {cf4bf669-bc8a-4c3d-9adf-d37ff8e248c7} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
7200 2025.01.02 23:38:37.471783 [ 265 ] {cf4bf669-bc8a-4c3d-9adf-d37ff8e248c7} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7201 2025.01.02 23:38:37.471915 [ 85 ] {} <Debug> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
7202 2025.01.02 23:38:37.471954 [ 85 ] {} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7203 2025.01.02 23:38:37.471979 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7204 2025.01.02 23:38:37.472005 [ 265 ] {cf4bf669-bc8a-4c3d-9adf-d37ff8e248c7} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.007968 sec., 5020.080321285141 rows/sec., 9.00 MiB/sec.
7205 2025.01.02 23:38:37.472145 [ 198 ] {cc79507e-c368-4663-95ab-c05f18185f75::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
7206 2025.01.02 23:38:37.472221 [ 265 ] {cf4bf669-bc8a-4c3d-9adf-d37ff8e248c7} <Debug> TCPHandler: Processed in 0.008465811 sec.
7207 2025.01.02 23:38:37.472456 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7208 2025.01.02 23:38:37.472519 [ 198 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7209 2025.01.02 23:38:37.472650 [ 198 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 750 rows starting from the beginning of the part
7210 2025.01.02 23:38:37.472720 [ 260 ] {47a1a07b-5a9f-4861-a1cb-b1e1915f250e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7211 2025.01.02 23:38:37.472860 [ 260 ] {47a1a07b-5a9f-4861-a1cb-b1e1915f250e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7212 2025.01.02 23:38:37.473384 [ 198 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 40 rows starting from the beginning of the part
7213 2025.01.02 23:38:37.474119 [ 198 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 40 rows starting from the beginning of the part
7214 2025.01.02 23:38:37.474825 [ 198 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 40 rows starting from the beginning of the part
7215 2025.01.02 23:38:37.475455 [ 260 ] {47a1a07b-5a9f-4861-a1cb-b1e1915f250e} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7216 2025.01.02 23:38:37.475515 [ 198 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 40 rows starting from the beginning of the part
7217 2025.01.02 23:38:37.475538 [ 260 ] {47a1a07b-5a9f-4861-a1cb-b1e1915f250e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7218 2025.01.02 23:38:37.476202 [ 198 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 40 rows starting from the beginning of the part
7219 2025.01.02 23:38:37.477181 [ 260 ] {47a1a07b-5a9f-4861-a1cb-b1e1915f250e} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
7220 2025.01.02 23:38:37.477764 [ 260 ] {47a1a07b-5a9f-4861-a1cb-b1e1915f250e} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7221 2025.01.02 23:38:37.478402 [ 260 ] {47a1a07b-5a9f-4861-a1cb-b1e1915f250e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005749 sec., 14263.350147851801 rows/sec., 927.64 KiB/sec.
7222 2025.01.02 23:38:37.478533 [ 260 ] {47a1a07b-5a9f-4861-a1cb-b1e1915f250e} <Debug> TCPHandler: Processed in 0.006189872 sec.
7223 2025.01.02 23:38:37.488019 [ 186 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 950 rows, containing 19 columns (19 merged, 0 gathered) in 0.01598616 sec., 59426.403839321014 rows/sec., 106.49 MiB/sec.
7224 2025.01.02 23:38:37.489580 [ 189 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
7225 2025.01.02 23:38:37.490099 [ 189 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7226 2025.01.02 23:38:37.490200 [ 189 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
7227 2025.01.02 23:38:37.490381 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.78 MiB.
7228 2025.01.02 23:38:38.000187 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 210.29 MiB, peak 218.31 MiB, free memory in arenas 0.00 B, will set to 211.69 MiB (RSS), difference: 1.40 MiB
7229 2025.01.02 23:38:40.524711 [ 82 ] {} <Debug> DNSResolver: Updating DNS cache
7230 2025.01.02 23:38:40.524784 [ 82 ] {} <Debug> DNSResolver: Updated DNS cache
7231 2025.01.02 23:38:40.663630 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 17446
7232 2025.01.02 23:38:40.664329 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7233 2025.01.02 23:38:40.664384 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7234 2025.01.02 23:38:40.664936 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
7235 2025.01.02 23:38:40.665213 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7236 2025.01.02 23:38:40.665482 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17446
7237 2025.01.02 23:38:41.879372 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287
7238 2025.01.02 23:38:41.900161 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7239 2025.01.02 23:38:41.900214 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7240 2025.01.02 23:38:41.907786 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
7241 2025.01.02 23:38:41.908577 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7242 2025.01.02 23:38:41.911122 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 287
7243 2025.01.02 23:38:42.438443 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7244 2025.01.02 23:38:42.438632 [ 260 ] {7fdffda9-3f57-4d00-9807-dde8b2eb16c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7245 2025.01.02 23:38:42.438703 [ 260 ] {7fdffda9-3f57-4d00-9807-dde8b2eb16c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7246 2025.01.02 23:38:42.439574 [ 260 ] {7fdffda9-3f57-4d00-9807-dde8b2eb16c2} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7247 2025.01.02 23:38:42.439627 [ 260 ] {7fdffda9-3f57-4d00-9807-dde8b2eb16c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7248 2025.01.02 23:38:42.440205 [ 260 ] {7fdffda9-3f57-4d00-9807-dde8b2eb16c2} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
7249 2025.01.02 23:38:42.440545 [ 260 ] {7fdffda9-3f57-4d00-9807-dde8b2eb16c2} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7250 2025.01.02 23:38:42.440770 [ 79 ] {} <Debug> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
7251 2025.01.02 23:38:42.440861 [ 79 ] {} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7252 2025.01.02 23:38:42.440861 [ 260 ] {7fdffda9-3f57-4d00-9807-dde8b2eb16c2} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002267 sec., 24702.2496691663 rows/sec., 1.90 MiB/sec.
7253 2025.01.02 23:38:42.440891 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7254 2025.01.02 23:38:42.441077 [ 260 ] {7fdffda9-3f57-4d00-9807-dde8b2eb16c2} <Debug> TCPHandler: Processed in 0.002756226 sec.
7255 2025.01.02 23:38:42.441172 [ 193 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full
7256 2025.01.02 23:38:42.441347 [ 193 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7257 2025.01.02 23:38:42.441396 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7258 2025.01.02 23:38:42.441416 [ 193 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1435 rows starting from the beginning of the part
7259 2025.01.02 23:38:42.441678 [ 193 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 56 rows starting from the beginning of the part
7260 2025.01.02 23:38:42.441840 [ 265 ] {73b4a917-583d-4334-93d2-806bad90c42d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7261 2025.01.02 23:38:42.442009 [ 193 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 283 rows starting from the beginning of the part
7262 2025.01.02 23:38:42.442032 [ 265 ] {73b4a917-583d-4334-93d2-806bad90c42d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7263 2025.01.02 23:38:42.442324 [ 193 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 1198 rows starting from the beginning of the part
7264 2025.01.02 23:38:42.442653 [ 193 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 283 rows starting from the beginning of the part
7265 2025.01.02 23:38:42.442985 [ 193 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 56 rows starting from the beginning of the part
7266 2025.01.02 23:38:42.444788 [ 265 ] {73b4a917-583d-4334-93d2-806bad90c42d} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7267 2025.01.02 23:38:42.444864 [ 265 ] {73b4a917-583d-4334-93d2-806bad90c42d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7268 2025.01.02 23:38:42.445822 [ 265 ] {73b4a917-583d-4334-93d2-806bad90c42d} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
7269 2025.01.02 23:38:42.446197 [ 265 ] {73b4a917-583d-4334-93d2-806bad90c42d} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7270 2025.01.02 23:38:42.446605 [ 79 ] {} <Debug> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
7271 2025.01.02 23:38:42.446735 [ 79 ] {} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7272 2025.01.02 23:38:42.446774 [ 186 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3311 rows, containing 5 columns (5 merged, 0 gathered) in 0.005761075 sec., 574719.1279405319 rows/sec., 50.37 MiB/sec.
7273 2025.01.02 23:38:42.446812 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7274 2025.01.02 23:38:42.446951 [ 265 ] {73b4a917-583d-4334-93d2-806bad90c42d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005299 sec., 12077.750518965842 rows/sec., 965.32 KiB/sec.
7275 2025.01.02 23:38:42.447286 [ 187 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full
7276 2025.01.02 23:38:42.447354 [ 186 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
7277 2025.01.02 23:38:42.447404 [ 265 ] {73b4a917-583d-4334-93d2-806bad90c42d} <Debug> TCPHandler: Processed in 0.006142551 sec.
7278 2025.01.02 23:38:42.447858 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7279 2025.01.02 23:38:42.448232 [ 187 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7280 2025.01.02 23:38:42.448455 [ 187 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 914 rows starting from the beginning of the part
7281 2025.01.02 23:38:42.448447 [ 260 ] {40047110-efbe-4d7d-95f9-2de186998615} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7282 2025.01.02 23:38:42.448801 [ 260 ] {40047110-efbe-4d7d-95f9-2de186998615} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7283 2025.01.02 23:38:42.449177 [ 187 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 64 rows starting from the beginning of the part
7284 2025.01.02 23:38:42.449236 [ 186 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_51_10} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7285 2025.01.02 23:38:42.449765 [ 187 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 422 rows starting from the beginning of the part
7286 2025.01.02 23:38:42.450035 [ 186 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_51_10} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
7287 2025.01.02 23:38:42.450401 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB.
7288 2025.01.02 23:38:42.450524 [ 187 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 524 rows starting from the beginning of the part
7289 2025.01.02 23:38:42.450906 [ 187 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 422 rows starting from the beginning of the part
7290 2025.01.02 23:38:42.451265 [ 187 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 64 rows starting from the beginning of the part
7291 2025.01.02 23:38:42.452354 [ 260 ] {40047110-efbe-4d7d-95f9-2de186998615} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7292 2025.01.02 23:38:42.452439 [ 260 ] {40047110-efbe-4d7d-95f9-2de186998615} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7293 2025.01.02 23:38:42.453832 [ 260 ] {40047110-efbe-4d7d-95f9-2de186998615} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
7294 2025.01.02 23:38:42.454283 [ 260 ] {40047110-efbe-4d7d-95f9-2de186998615} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7295 2025.01.02 23:38:42.454497 [ 79 ] {} <Debug> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
7296 2025.01.02 23:38:42.454601 [ 79 ] {} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7297 2025.01.02 23:38:42.454667 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7298 2025.01.02 23:38:42.454726 [ 260 ] {40047110-efbe-4d7d-95f9-2de186998615} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006448 sec., 24813.89578163772 rows/sec., 1.73 MiB/sec.
7299 2025.01.02 23:38:42.455135 [ 260 ] {40047110-efbe-4d7d-95f9-2de186998615} <Debug> TCPHandler: Processed in 0.007539089 sec.
7300 2025.01.02 23:38:42.455197 [ 190 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full
7301 2025.01.02 23:38:42.455440 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7302 2025.01.02 23:38:42.455628 [ 187 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2410 rows, containing 5 columns (5 merged, 0 gathered) in 0.008684795 sec., 277496.4751614747 rows/sec., 21.28 MiB/sec.
7303 2025.01.02 23:38:42.455798 [ 190 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7304 2025.01.02 23:38:42.455807 [ 265 ] {6fa1e3a4-71e2-4a93-936d-ed1903314dc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7305 2025.01.02 23:38:42.455908 [ 190 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 14716 rows starting from the beginning of the part
7306 2025.01.02 23:38:42.455933 [ 187 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
7307 2025.01.02 23:38:42.455948 [ 265 ] {6fa1e3a4-71e2-4a93-936d-ed1903314dc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7308 2025.01.02 23:38:42.456464 [ 190 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 160 rows starting from the beginning of the part
7309 2025.01.02 23:38:42.456958 [ 190 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 237 rows starting from the beginning of the part
7310 2025.01.02 23:38:42.457281 [ 187 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_51_10} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7311 2025.01.02 23:38:42.457513 [ 190 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 882 rows starting from the beginning of the part
7312 2025.01.02 23:38:42.457705 [ 187 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_51_10} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
7313 2025.01.02 23:38:42.457975 [ 190 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 237 rows starting from the beginning of the part
7314 2025.01.02 23:38:42.458120 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB.
7315 2025.01.02 23:38:42.458319 [ 190 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 160 rows starting from the beginning of the part
7316 2025.01.02 23:38:42.459360 [ 265 ] {6fa1e3a4-71e2-4a93-936d-ed1903314dc0} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7317 2025.01.02 23:38:42.459428 [ 265 ] {6fa1e3a4-71e2-4a93-936d-ed1903314dc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7318 2025.01.02 23:38:42.460005 [ 265 ] {6fa1e3a4-71e2-4a93-936d-ed1903314dc0} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
7319 2025.01.02 23:38:42.460350 [ 265 ] {6fa1e3a4-71e2-4a93-936d-ed1903314dc0} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7320 2025.01.02 23:38:42.460630 [ 79 ] {} <Debug> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
7321 2025.01.02 23:38:42.460725 [ 79 ] {} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7322 2025.01.02 23:38:42.460808 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7323 2025.01.02 23:38:42.461139 [ 265 ] {6fa1e3a4-71e2-4a93-936d-ed1903314dc0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005418 sec., 11074.197120708748 rows/sec., 764.23 KiB/sec.
7324 2025.01.02 23:38:42.461463 [ 197 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full
7325 2025.01.02 23:38:42.461693 [ 265 ] {6fa1e3a4-71e2-4a93-936d-ed1903314dc0} <Debug> TCPHandler: Processed in 0.006433484 sec.
7326 2025.01.02 23:38:42.462302 [ 197 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7327 2025.01.02 23:38:42.462436 [ 197 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2814 rows starting from the beginning of the part
7328 2025.01.02 23:38:42.462997 [ 197 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 60 rows starting from the beginning of the part
7329 2025.01.02 23:38:42.463505 [ 197 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 82 rows starting from the beginning of the part
7330 2025.01.02 23:38:42.463680 [ 197 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 60 rows starting from the beginning of the part
7331 2025.01.02 23:38:42.463811 [ 197 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 82 rows starting from the beginning of the part
7332 2025.01.02 23:38:42.463970 [ 197 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 60 rows starting from the beginning of the part
7333 2025.01.02 23:38:42.465699 [ 199 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3158 rows, containing 4 columns (4 merged, 0 gathered) in 0.004734752 sec., 666983.1915166834 rows/sec., 43.45 MiB/sec.
7334 2025.01.02 23:38:42.466015 [ 199 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
7335 2025.01.02 23:38:42.466487 [ 199 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_51_10} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7336 2025.01.02 23:38:42.466594 [ 199 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_51_10} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
7337 2025.01.02 23:38:42.466708 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB.
7338 2025.01.02 23:38:42.466913 [ 199 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16392 rows, containing 5 columns (5 merged, 0 gathered) in 0.012123379 sec., 1352098.2887691625 rows/sec., 91.06 MiB/sec.
7339 2025.01.02 23:38:42.467100 [ 202 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
7340 2025.01.02 23:38:42.467419 [ 202 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7341 2025.01.02 23:38:42.467506 [ 202 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
7342 2025.01.02 23:38:42.467603 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.44 MiB.
7343 2025.01.02 23:38:45.763037 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1020
7344 2025.01.02 23:38:45.766849 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7345 2025.01.02 23:38:45.766903 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7346 2025.01.02 23:38:45.768396 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
7347 2025.01.02 23:38:45.768717 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7348 2025.01.02 23:38:45.769320 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1020
7349 2025.01.02 23:38:47.445414 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7350 2025.01.02 23:38:47.445624 [ 260 ] {d3369770-8ec3-4a09-afbc-3ea641956d2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
7351 2025.01.02 23:38:47.445705 [ 260 ] {d3369770-8ec3-4a09-afbc-3ea641956d2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
7352 2025.01.02 23:38:47.446533 [ 260 ] {d3369770-8ec3-4a09-afbc-3ea641956d2c} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7353 2025.01.02 23:38:47.446590 [ 260 ] {d3369770-8ec3-4a09-afbc-3ea641956d2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7354 2025.01.02 23:38:47.447036 [ 260 ] {d3369770-8ec3-4a09-afbc-3ea641956d2c} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
7355 2025.01.02 23:38:47.447306 [ 260 ] {d3369770-8ec3-4a09-afbc-3ea641956d2c} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7356 2025.01.02 23:38:47.447564 [ 260 ] {d3369770-8ec3-4a09-afbc-3ea641956d2c} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001984 sec., 7056.451612903225 rows/sec., 507.97 KiB/sec.
7357 2025.01.02 23:38:47.447670 [ 260 ] {d3369770-8ec3-4a09-afbc-3ea641956d2c} <Debug> TCPHandler: Processed in 0.002396561 sec.
7358 2025.01.02 23:38:47.448068 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7359 2025.01.02 23:38:47.448326 [ 265 ] {833436a1-a61f-4c47-880b-0e389ce71407} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
7360 2025.01.02 23:38:47.448398 [ 265 ] {833436a1-a61f-4c47-880b-0e389ce71407} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
7361 2025.01.02 23:38:47.449137 [ 265 ] {833436a1-a61f-4c47-880b-0e389ce71407} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7362 2025.01.02 23:38:47.449187 [ 265 ] {833436a1-a61f-4c47-880b-0e389ce71407} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7363 2025.01.02 23:38:47.449631 [ 265 ] {833436a1-a61f-4c47-880b-0e389ce71407} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
7364 2025.01.02 23:38:47.449894 [ 265 ] {833436a1-a61f-4c47-880b-0e389ce71407} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7365 2025.01.02 23:38:47.450146 [ 265 ] {833436a1-a61f-4c47-880b-0e389ce71407} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001863 sec., 1073.5373054213633 rows/sec., 87.54 KiB/sec.
7366 2025.01.02 23:38:47.450311 [ 265 ] {833436a1-a61f-4c47-880b-0e389ce71407} <Debug> TCPHandler: Processed in 0.002478953 sec.
7367 2025.01.02 23:38:47.450509 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7368 2025.01.02 23:38:47.450653 [ 260 ] {9eb960e2-948d-425d-99f2-db81dde85227} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7369 2025.01.02 23:38:47.450712 [ 260 ] {9eb960e2-948d-425d-99f2-db81dde85227} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7370 2025.01.02 23:38:47.451454 [ 260 ] {9eb960e2-948d-425d-99f2-db81dde85227} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7371 2025.01.02 23:38:47.451494 [ 260 ] {9eb960e2-948d-425d-99f2-db81dde85227} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7372 2025.01.02 23:38:47.451891 [ 260 ] {9eb960e2-948d-425d-99f2-db81dde85227} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
7373 2025.01.02 23:38:47.452144 [ 260 ] {9eb960e2-948d-425d-99f2-db81dde85227} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7374 2025.01.02 23:38:47.452359 [ 260 ] {9eb960e2-948d-425d-99f2-db81dde85227} <Debug> executeQuery: Read 284 rows, 25.68 KiB in 0.00174 sec., 163218.3908045977 rows/sec., 14.41 MiB/sec.
7375 2025.01.02 23:38:47.452413 [ 260 ] {9eb960e2-948d-425d-99f2-db81dde85227} <Debug> TCPHandler: Processed in 0.002000227 sec.
7376 2025.01.02 23:38:47.452610 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7377 2025.01.02 23:38:47.452829 [ 265 ] {c4c900cc-e811-4b0d-9183-4f47c260dce3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7378 2025.01.02 23:38:47.452919 [ 265 ] {c4c900cc-e811-4b0d-9183-4f47c260dce3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7379 2025.01.02 23:38:47.453698 [ 265 ] {c4c900cc-e811-4b0d-9183-4f47c260dce3} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7380 2025.01.02 23:38:47.453737 [ 265 ] {c4c900cc-e811-4b0d-9183-4f47c260dce3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7381 2025.01.02 23:38:47.454106 [ 265 ] {c4c900cc-e811-4b0d-9183-4f47c260dce3} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
7382 2025.01.02 23:38:47.454350 [ 265 ] {c4c900cc-e811-4b0d-9183-4f47c260dce3} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7383 2025.01.02 23:38:47.454523 [ 265 ] {c4c900cc-e811-4b0d-9183-4f47c260dce3} <Debug> executeQuery: Read 49 rows, 3.60 KiB in 0.001749 sec., 28016.00914808462 rows/sec., 2.01 MiB/sec.
7384 2025.01.02 23:38:47.454574 [ 265 ] {c4c900cc-e811-4b0d-9183-4f47c260dce3} <Debug> TCPHandler: Processed in 0.002077107 sec.
7385 2025.01.02 23:38:47.454746 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7386 2025.01.02 23:38:47.454886 [ 260 ] {c8b6ab8d-3214-4ae0-a3e5-6b3e9a58d9cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
7387 2025.01.02 23:38:47.454944 [ 260 ] {c8b6ab8d-3214-4ae0-a3e5-6b3e9a58d9cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7388 2025.01.02 23:38:47.455557 [ 260 ] {c8b6ab8d-3214-4ae0-a3e5-6b3e9a58d9cf} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7389 2025.01.02 23:38:47.455598 [ 260 ] {c8b6ab8d-3214-4ae0-a3e5-6b3e9a58d9cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7390 2025.01.02 23:38:47.455962 [ 260 ] {c8b6ab8d-3214-4ae0-a3e5-6b3e9a58d9cf} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
7391 2025.01.02 23:38:47.456214 [ 260 ] {c8b6ab8d-3214-4ae0-a3e5-6b3e9a58d9cf} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7392 2025.01.02 23:38:47.456466 [ 260 ] {c8b6ab8d-3214-4ae0-a3e5-6b3e9a58d9cf} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001606 sec., 8717.3100871731 rows/sec., 610.50 KiB/sec.
7393 2025.01.02 23:38:47.456540 [ 260 ] {c8b6ab8d-3214-4ae0-a3e5-6b3e9a58d9cf} <Debug> TCPHandler: Processed in 0.001860755 sec.
7394 2025.01.02 23:38:47.456857 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7395 2025.01.02 23:38:47.457073 [ 265 ] {5d5a500d-51ee-4b11-9eda-65b49fcae457} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
7396 2025.01.02 23:38:47.457163 [ 265 ] {5d5a500d-51ee-4b11-9eda-65b49fcae457} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
7397 2025.01.02 23:38:47.457763 [ 265 ] {5d5a500d-51ee-4b11-9eda-65b49fcae457} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7398 2025.01.02 23:38:47.457801 [ 265 ] {5d5a500d-51ee-4b11-9eda-65b49fcae457} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7399 2025.01.02 23:38:47.458159 [ 265 ] {5d5a500d-51ee-4b11-9eda-65b49fcae457} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
7400 2025.01.02 23:38:47.458401 [ 265 ] {5d5a500d-51ee-4b11-9eda-65b49fcae457} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7401 2025.01.02 23:38:47.458586 [ 265 ] {5d5a500d-51ee-4b11-9eda-65b49fcae457} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001566 sec., 8301.404853128992 rows/sec., 517.59 KiB/sec.
7402 2025.01.02 23:38:47.458637 [ 265 ] {5d5a500d-51ee-4b11-9eda-65b49fcae457} <Debug> TCPHandler: Processed in 0.001973297 sec.
7403 2025.01.02 23:38:47.458781 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7404 2025.01.02 23:38:47.458917 [ 260 ] {1ee1e2c6-ed57-4461-8af7-9c2e2c9cd06f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7405 2025.01.02 23:38:47.458974 [ 260 ] {1ee1e2c6-ed57-4461-8af7-9c2e2c9cd06f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7406 2025.01.02 23:38:47.459760 [ 260 ] {1ee1e2c6-ed57-4461-8af7-9c2e2c9cd06f} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7407 2025.01.02 23:38:47.459801 [ 260 ] {1ee1e2c6-ed57-4461-8af7-9c2e2c9cd06f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7408 2025.01.02 23:38:47.460188 [ 260 ] {1ee1e2c6-ed57-4461-8af7-9c2e2c9cd06f} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
7409 2025.01.02 23:38:47.460430 [ 260 ] {1ee1e2c6-ed57-4461-8af7-9c2e2c9cd06f} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7410 2025.01.02 23:38:47.460652 [ 260 ] {1ee1e2c6-ed57-4461-8af7-9c2e2c9cd06f} <Debug> executeQuery: Read 424 rows, 31.05 KiB in 0.001763 sec., 240499.1491775383 rows/sec., 17.20 MiB/sec.
7411 2025.01.02 23:38:47.460731 [ 260 ] {1ee1e2c6-ed57-4461-8af7-9c2e2c9cd06f} <Debug> TCPHandler: Processed in 0.002015967 sec.
7412 2025.01.02 23:38:47.460940 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7413 2025.01.02 23:38:47.461074 [ 265 ] {5da12068-5759-4177-8d91-10951719f58f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
7414 2025.01.02 23:38:47.461135 [ 265 ] {5da12068-5759-4177-8d91-10951719f58f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
7415 2025.01.02 23:38:47.461629 [ 265 ] {5da12068-5759-4177-8d91-10951719f58f} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7416 2025.01.02 23:38:47.461666 [ 265 ] {5da12068-5759-4177-8d91-10951719f58f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7417 2025.01.02 23:38:47.462023 [ 265 ] {5da12068-5759-4177-8d91-10951719f58f} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
7418 2025.01.02 23:38:47.462266 [ 265 ] {5da12068-5759-4177-8d91-10951719f58f} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7419 2025.01.02 23:38:47.462487 [ 265 ] {5da12068-5759-4177-8d91-10951719f58f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001444 sec., 4155.124653739612 rows/sec., 217.09 KiB/sec.
7420 2025.01.02 23:38:47.462674 [ 265 ] {5da12068-5759-4177-8d91-10951719f58f} <Debug> TCPHandler: Processed in 0.001823284 sec.
7421 2025.01.02 23:38:47.462870 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7422 2025.01.02 23:38:47.463008 [ 260 ] {641482b8-8fd1-4014-9a99-bb81ece4f5a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7423 2025.01.02 23:38:47.463070 [ 260 ] {641482b8-8fd1-4014-9a99-bb81ece4f5a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7424 2025.01.02 23:38:47.463665 [ 260 ] {641482b8-8fd1-4014-9a99-bb81ece4f5a7} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7425 2025.01.02 23:38:47.463704 [ 260 ] {641482b8-8fd1-4014-9a99-bb81ece4f5a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7426 2025.01.02 23:38:47.464098 [ 260 ] {641482b8-8fd1-4014-9a99-bb81ece4f5a7} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
7427 2025.01.02 23:38:47.464337 [ 260 ] {641482b8-8fd1-4014-9a99-bb81ece4f5a7} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7428 2025.01.02 23:38:47.464544 [ 260 ] {641482b8-8fd1-4014-9a99-bb81ece4f5a7} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001567 sec., 151882.5781748564 rows/sec., 10.18 MiB/sec.
7429 2025.01.02 23:38:47.464600 [ 260 ] {641482b8-8fd1-4014-9a99-bb81ece4f5a7} <Debug> TCPHandler: Processed in 0.001824244 sec.
7430 2025.01.02 23:38:47.464755 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7431 2025.01.02 23:38:47.464891 [ 265 ] {a9a7c463-f96a-4104-8ef5-9ca2483a3193} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
7432 2025.01.02 23:38:47.464951 [ 265 ] {a9a7c463-f96a-4104-8ef5-9ca2483a3193} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
7433 2025.01.02 23:38:47.465459 [ 265 ] {a9a7c463-f96a-4104-8ef5-9ca2483a3193} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7434 2025.01.02 23:38:47.465495 [ 265 ] {a9a7c463-f96a-4104-8ef5-9ca2483a3193} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7435 2025.01.02 23:38:47.465858 [ 265 ] {a9a7c463-f96a-4104-8ef5-9ca2483a3193} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
7436 2025.01.02 23:38:47.466099 [ 265 ] {a9a7c463-f96a-4104-8ef5-9ca2483a3193} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7437 2025.01.02 23:38:47.466274 [ 265 ] {a9a7c463-f96a-4104-8ef5-9ca2483a3193} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001415 sec., 706.7137809187279 rows/sec., 47.62 KiB/sec.
7438 2025.01.02 23:38:47.466322 [ 265 ] {a9a7c463-f96a-4104-8ef5-9ca2483a3193} <Debug> TCPHandler: Processed in 0.001635981 sec.
7439 2025.01.02 23:38:47.466476 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7440 2025.01.02 23:38:47.466619 [ 260 ] {b5a518e6-5840-4a6a-98cd-4f815d4bfc75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7441 2025.01.02 23:38:47.466711 [ 260 ] {b5a518e6-5840-4a6a-98cd-4f815d4bfc75} <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
7442 2025.01.02 23:38:47.467906 [ 260 ] {b5a518e6-5840-4a6a-98cd-4f815d4bfc75} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7443 2025.01.02 23:38:47.467946 [ 260 ] {b5a518e6-5840-4a6a-98cd-4f815d4bfc75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7444 2025.01.02 23:38:47.468609 [ 260 ] {b5a518e6-5840-4a6a-98cd-4f815d4bfc75} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
7445 2025.01.02 23:38:47.468880 [ 260 ] {b5a518e6-5840-4a6a-98cd-4f815d4bfc75} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7446 2025.01.02 23:38:47.469115 [ 260 ] {b5a518e6-5840-4a6a-98cd-4f815d4bfc75} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002526 sec., 15835.312747426762 rows/sec., 28.38 MiB/sec.
7447 2025.01.02 23:38:47.469230 [ 260 ] {b5a518e6-5840-4a6a-98cd-4f815d4bfc75} <Debug> TCPHandler: Processed in 0.002823037 sec.
7448 2025.01.02 23:38:47.469447 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7449 2025.01.02 23:38:47.469665 [ 265 ] {764d9e24-ba58-403a-a893-b230a6b8702a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7450 2025.01.02 23:38:47.469758 [ 265 ] {764d9e24-ba58-403a-a893-b230a6b8702a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7451 2025.01.02 23:38:47.470451 [ 265 ] {764d9e24-ba58-403a-a893-b230a6b8702a} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7452 2025.01.02 23:38:47.470487 [ 265 ] {764d9e24-ba58-403a-a893-b230a6b8702a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7453 2025.01.02 23:38:47.470860 [ 265 ] {764d9e24-ba58-403a-a893-b230a6b8702a} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
7454 2025.01.02 23:38:47.471099 [ 265 ] {764d9e24-ba58-403a-a893-b230a6b8702a} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7455 2025.01.02 23:38:47.471317 [ 265 ] {764d9e24-ba58-403a-a893-b230a6b8702a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001701 sec., 48206.93709582598 rows/sec., 3.06 MiB/sec.
7456 2025.01.02 23:38:47.471379 [ 265 ] {764d9e24-ba58-403a-a893-b230a6b8702a} <Debug> TCPHandler: Processed in 0.002035167 sec.
7457 2025.01.02 23:38:48.165705 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17934
7458 2025.01.02 23:38:48.166346 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7459 2025.01.02 23:38:48.166388 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7460 2025.01.02 23:38:48.166921 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
7461 2025.01.02 23:38:48.167180 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7462 2025.01.02 23:38:48.167382 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17934
7463 2025.01.02 23:38:49.411280 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294
7464 2025.01.02 23:38:49.431256 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7465 2025.01.02 23:38:49.431304 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7466 2025.01.02 23:38:49.438540 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
7467 2025.01.02 23:38:49.439309 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7468 2025.01.02 23:38:49.442726 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 294
7469 2025.01.02 23:38:52.440842 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7470 2025.01.02 23:38:52.441050 [ 260 ] {02c727ef-8999-4b88-8e98-cfcd82bf3bca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7471 2025.01.02 23:38:52.441120 [ 260 ] {02c727ef-8999-4b88-8e98-cfcd82bf3bca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7472 2025.01.02 23:38:52.441919 [ 260 ] {02c727ef-8999-4b88-8e98-cfcd82bf3bca} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7473 2025.01.02 23:38:52.441964 [ 260 ] {02c727ef-8999-4b88-8e98-cfcd82bf3bca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7474 2025.01.02 23:38:52.442401 [ 260 ] {02c727ef-8999-4b88-8e98-cfcd82bf3bca} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
7475 2025.01.02 23:38:52.442657 [ 260 ] {02c727ef-8999-4b88-8e98-cfcd82bf3bca} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7476 2025.01.02 23:38:52.442859 [ 260 ] {02c727ef-8999-4b88-8e98-cfcd82bf3bca} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00186 sec., 30107.526881720427 rows/sec., 2.31 MiB/sec.
7477 2025.01.02 23:38:52.442921 [ 260 ] {02c727ef-8999-4b88-8e98-cfcd82bf3bca} <Debug> TCPHandler: Processed in 0.002210909 sec.
7478 2025.01.02 23:38:52.443187 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7479 2025.01.02 23:38:52.443385 [ 265 ] {082944e3-cc54-4ba6-9920-d2bed107f76d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7480 2025.01.02 23:38:52.443460 [ 265 ] {082944e3-cc54-4ba6-9920-d2bed107f76d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7481 2025.01.02 23:38:52.444237 [ 265 ] {082944e3-cc54-4ba6-9920-d2bed107f76d} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7482 2025.01.02 23:38:52.444286 [ 265 ] {082944e3-cc54-4ba6-9920-d2bed107f76d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7483 2025.01.02 23:38:52.444743 [ 265 ] {082944e3-cc54-4ba6-9920-d2bed107f76d} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
7484 2025.01.02 23:38:52.445010 [ 265 ] {082944e3-cc54-4ba6-9920-d2bed107f76d} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7485 2025.01.02 23:38:52.445242 [ 265 ] {082944e3-cc54-4ba6-9920-d2bed107f76d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001911 sec., 33490.31920460492 rows/sec., 2.61 MiB/sec.
7486 2025.01.02 23:38:52.445299 [ 265 ] {082944e3-cc54-4ba6-9920-d2bed107f76d} <Debug> TCPHandler: Processed in 0.002247179 sec.
7487 2025.01.02 23:38:52.445452 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7488 2025.01.02 23:38:52.445577 [ 260 ] {52cf91da-69af-4b2c-af6d-bad4fc3b2859} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7489 2025.01.02 23:38:52.445634 [ 260 ] {52cf91da-69af-4b2c-af6d-bad4fc3b2859} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7490 2025.01.02 23:38:52.446254 [ 260 ] {52cf91da-69af-4b2c-af6d-bad4fc3b2859} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7491 2025.01.02 23:38:52.446291 [ 260 ] {52cf91da-69af-4b2c-af6d-bad4fc3b2859} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7492 2025.01.02 23:38:52.446698 [ 260 ] {52cf91da-69af-4b2c-af6d-bad4fc3b2859} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
7493 2025.01.02 23:38:52.446945 [ 260 ] {52cf91da-69af-4b2c-af6d-bad4fc3b2859} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7494 2025.01.02 23:38:52.447126 [ 260 ] {52cf91da-69af-4b2c-af6d-bad4fc3b2859} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001579 sec., 101329.9556681444 rows/sec., 7.06 MiB/sec.
7495 2025.01.02 23:38:52.447177 [ 260 ] {52cf91da-69af-4b2c-af6d-bad4fc3b2859} <Debug> TCPHandler: Processed in 0.001781104 sec.
7496 2025.01.02 23:38:52.447343 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7497 2025.01.02 23:38:52.447460 [ 265 ] {f0f147d3-428b-4f24-9205-dde639872d3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7498 2025.01.02 23:38:52.447514 [ 265 ] {f0f147d3-428b-4f24-9205-dde639872d3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7499 2025.01.02 23:38:52.448030 [ 265 ] {f0f147d3-428b-4f24-9205-dde639872d3e} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7500 2025.01.02 23:38:52.448068 [ 265 ] {f0f147d3-428b-4f24-9205-dde639872d3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7501 2025.01.02 23:38:52.448446 [ 265 ] {f0f147d3-428b-4f24-9205-dde639872d3e} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
7502 2025.01.02 23:38:52.448685 [ 265 ] {f0f147d3-428b-4f24-9205-dde639872d3e} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7503 2025.01.02 23:38:52.448893 [ 265 ] {f0f147d3-428b-4f24-9205-dde639872d3e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001459 sec., 41124.057573680606 rows/sec., 2.77 MiB/sec.
7504 2025.01.02 23:38:52.448942 [ 265 ] {f0f147d3-428b-4f24-9205-dde639872d3e} <Debug> TCPHandler: Processed in 0.001655232 sec.
7505 2025.01.02 23:38:55.524829 [ 59 ] {} <Debug> DNSResolver: Updating DNS cache
7506 2025.01.02 23:38:55.524905 [ 59 ] {} <Debug> DNSResolver: Updated DNS cache
7507 2025.01.02 23:38:55.667608 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 18361
7508 2025.01.02 23:38:55.668347 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7509 2025.01.02 23:38:55.668401 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7510 2025.01.02 23:38:55.668950 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
7511 2025.01.02 23:38:55.669211 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7512 2025.01.02 23:38:55.669479 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18361
7513 2025.01.02 23:38:55.769683 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1052
7514 2025.01.02 23:38:55.773053 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7515 2025.01.02 23:38:55.773095 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7516 2025.01.02 23:38:55.774566 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
7517 2025.01.02 23:38:55.774875 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7518 2025.01.02 23:38:55.775347 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1052
7519 2025.01.02 23:38:56.942912 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302
7520 2025.01.02 23:38:56.964815 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7521 2025.01.02 23:38:56.964883 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7522 2025.01.02 23:38:56.972206 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
7523 2025.01.02 23:38:56.973006 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7524 2025.01.02 23:38:56.976862 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 302
7525 2025.01.02 23:38:57.446526 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7526 2025.01.02 23:38:57.446731 [ 260 ] {b47c362d-d26a-4a9d-a16b-35a641774439} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
7527 2025.01.02 23:38:57.446808 [ 260 ] {b47c362d-d26a-4a9d-a16b-35a641774439} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
7528 2025.01.02 23:38:57.447631 [ 260 ] {b47c362d-d26a-4a9d-a16b-35a641774439} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7529 2025.01.02 23:38:57.447673 [ 260 ] {b47c362d-d26a-4a9d-a16b-35a641774439} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7530 2025.01.02 23:38:57.448111 [ 260 ] {b47c362d-d26a-4a9d-a16b-35a641774439} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
7531 2025.01.02 23:38:57.448370 [ 260 ] {b47c362d-d26a-4a9d-a16b-35a641774439} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7532 2025.01.02 23:38:57.448572 [ 260 ] {b47c362d-d26a-4a9d-a16b-35a641774439} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001898 sec., 7376.185458377239 rows/sec., 530.99 KiB/sec.
7533 2025.01.02 23:38:57.448628 [ 260 ] {b47c362d-d26a-4a9d-a16b-35a641774439} <Debug> TCPHandler: Processed in 0.002229579 sec.
7534 2025.01.02 23:38:57.448881 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7535 2025.01.02 23:38:57.449077 [ 265 ] {c085ccc1-d069-4519-aaed-ccb5ee75087f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7536 2025.01.02 23:38:57.449151 [ 265 ] {c085ccc1-d069-4519-aaed-ccb5ee75087f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7537 2025.01.02 23:38:57.450050 [ 265 ] {c085ccc1-d069-4519-aaed-ccb5ee75087f} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7538 2025.01.02 23:38:57.450099 [ 265 ] {c085ccc1-d069-4519-aaed-ccb5ee75087f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7539 2025.01.02 23:38:57.450556 [ 265 ] {c085ccc1-d069-4519-aaed-ccb5ee75087f} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
7540 2025.01.02 23:38:57.450817 [ 265 ] {c085ccc1-d069-4519-aaed-ccb5ee75087f} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7541 2025.01.02 23:38:57.451067 [ 265 ] {c085ccc1-d069-4519-aaed-ccb5ee75087f} <Debug> executeQuery: Read 283 rows, 25.60 KiB in 0.002039 sec., 138793.52623835212 rows/sec., 12.26 MiB/sec.
7542 2025.01.02 23:38:57.451178 [ 265 ] {c085ccc1-d069-4519-aaed-ccb5ee75087f} <Debug> TCPHandler: Processed in 0.002420252 sec.
7543 2025.01.02 23:38:57.451412 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7544 2025.01.02 23:38:57.451582 [ 260 ] {c87525eb-b510-4533-88cf-3911d2329fb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7545 2025.01.02 23:38:57.451632 [ 260 ] {c87525eb-b510-4533-88cf-3911d2329fb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7546 2025.01.02 23:38:57.452253 [ 260 ] {c87525eb-b510-4533-88cf-3911d2329fb9} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7547 2025.01.02 23:38:57.452292 [ 260 ] {c87525eb-b510-4533-88cf-3911d2329fb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7548 2025.01.02 23:38:57.452685 [ 260 ] {c87525eb-b510-4533-88cf-3911d2329fb9} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
7549 2025.01.02 23:38:57.452935 [ 260 ] {c87525eb-b510-4533-88cf-3911d2329fb9} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7550 2025.01.02 23:38:57.453056 [ 56 ] {} <Debug> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470) (MergerMutator): Selected 6 parts from all_1_30_6 to all_35_35_0
7551 2025.01.02 23:38:57.453095 [ 56 ] {} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7552 2025.01.02 23:38:57.453122 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7553 2025.01.02 23:38:57.453128 [ 260 ] {c87525eb-b510-4533-88cf-3911d2329fb9} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.001573 sec., 29879.211697393515 rows/sec., 2.15 MiB/sec.
7554 2025.01.02 23:38:57.453273 [ 260 ] {c87525eb-b510-4533-88cf-3911d2329fb9} <Debug> TCPHandler: Processed in 0.001990906 sec.
7555 2025.01.02 23:38:57.453370 [ 191 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_35_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_30_6 to all_35_35_0 into Compact with storage Full
7556 2025.01.02 23:38:57.453448 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7557 2025.01.02 23:38:57.453519 [ 191 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_35_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7558 2025.01.02 23:38:57.453564 [ 191 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_30_6, total 65 rows starting from the beginning of the part
7559 2025.01.02 23:38:57.453586 [ 265 ] {30fbfddb-90eb-461a-8160-e6302acbd189} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
7560 2025.01.02 23:38:57.453670 [ 191 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 47 rows starting from the beginning of the part
7561 2025.01.02 23:38:57.453669 [ 265 ] {30fbfddb-90eb-461a-8160-e6302acbd189} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7562 2025.01.02 23:38:57.454083 [ 191 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 4 rows starting from the beginning of the part
7563 2025.01.02 23:38:57.454350 [ 191 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 47 rows starting from the beginning of the part
7564 2025.01.02 23:38:57.454673 [ 191 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 49 rows starting from the beginning of the part
7565 2025.01.02 23:38:57.454893 [ 191 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 47 rows starting from the beginning of the part
7566 2025.01.02 23:38:57.455888 [ 265 ] {30fbfddb-90eb-461a-8160-e6302acbd189} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7567 2025.01.02 23:38:57.455932 [ 265 ] {30fbfddb-90eb-461a-8160-e6302acbd189} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7568 2025.01.02 23:38:57.456464 [ 265 ] {30fbfddb-90eb-461a-8160-e6302acbd189} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
7569 2025.01.02 23:38:57.456621 [ 199 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_35_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 259 rows, containing 5 columns (5 merged, 0 gathered) in 0.003395095 sec., 76286.52511932656 rows/sec., 5.75 MiB/sec.
7570 2025.01.02 23:38:57.456847 [ 265 ] {30fbfddb-90eb-461a-8160-e6302acbd189} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7571 2025.01.02 23:38:57.456945 [ 199 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_35_7} <Trace> MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary)
7572 2025.01.02 23:38:57.457110 [ 56 ] {} <Debug> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
7573 2025.01.02 23:38:57.457229 [ 56 ] {} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7574 2025.01.02 23:38:57.457309 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7575 2025.01.02 23:38:57.457433 [ 265 ] {30fbfddb-90eb-461a-8160-e6302acbd189} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.003835 sec., 3650.5867014341593 rows/sec., 255.66 KiB/sec.
7576 2025.01.02 23:38:57.457952 [ 202 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full
7577 2025.01.02 23:38:57.458003 [ 265 ] {30fbfddb-90eb-461a-8160-e6302acbd189} <Debug> TCPHandler: Processed in 0.004606341 sec.
7578 2025.01.02 23:38:57.458260 [ 199 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_35_7} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7579 2025.01.02 23:38:57.458461 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7580 2025.01.02 23:38:57.458748 [ 199 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_35_7} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470) (MergerMutator): Merged 6 parts: [all_1_30_6, all_35_35_0] -> all_1_35_7
7581 2025.01.02 23:38:57.458844 [ 202 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7582 2025.01.02 23:38:57.459028 [ 202 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 244 rows starting from the beginning of the part
7583 2025.01.02 23:38:57.459163 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
7584 2025.01.02 23:38:57.459202 [ 260 ] {af164c79-270f-4301-aa3e-32d6c9ffda60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
7585 2025.01.02 23:38:57.459447 [ 260 ] {af164c79-270f-4301-aa3e-32d6c9ffda60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
7586 2025.01.02 23:38:57.459562 [ 202 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 14 rows starting from the beginning of the part
7587 2025.01.02 23:38:57.459944 [ 202 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 228 rows starting from the beginning of the part
7588 2025.01.02 23:38:57.460222 [ 202 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 14 rows starting from the beginning of the part
7589 2025.01.02 23:38:57.460726 [ 202 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 14 rows starting from the beginning of the part
7590 2025.01.02 23:38:57.461124 [ 202 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 14 rows starting from the beginning of the part
7591 2025.01.02 23:38:57.462105 [ 260 ] {af164c79-270f-4301-aa3e-32d6c9ffda60} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7592 2025.01.02 23:38:57.462161 [ 260 ] {af164c79-270f-4301-aa3e-32d6c9ffda60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7593 2025.01.02 23:38:57.463134 [ 260 ] {af164c79-270f-4301-aa3e-32d6c9ffda60} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
7594 2025.01.02 23:38:57.463653 [ 195 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 528 rows, containing 5 columns (5 merged, 0 gathered) in 0.006205491 sec., 85085.93437650624 rows/sec., 6.09 MiB/sec.
7595 2025.01.02 23:38:57.463691 [ 260 ] {af164c79-270f-4301-aa3e-32d6c9ffda60} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7596 2025.01.02 23:38:57.463972 [ 195 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
7597 2025.01.02 23:38:57.464159 [ 260 ] {af164c79-270f-4301-aa3e-32d6c9ffda60} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00525 sec., 2476.190476190476 rows/sec., 154.39 KiB/sec.
7598 2025.01.02 23:38:57.464442 [ 260 ] {af164c79-270f-4301-aa3e-32d6c9ffda60} <Debug> TCPHandler: Processed in 0.006273093 sec.
7599 2025.01.02 23:38:57.464952 [ 195 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_36_7} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7600 2025.01.02 23:38:57.464945 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7601 2025.01.02 23:38:57.465158 [ 195 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_36_7} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
7602 2025.01.02 23:38:57.465221 [ 265 ] {cef94acf-1294-479a-94ab-aac5d295bcdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7603 2025.01.02 23:38:57.465326 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB.
7604 2025.01.02 23:38:57.465341 [ 265 ] {cef94acf-1294-479a-94ab-aac5d295bcdf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7605 2025.01.02 23:38:57.466131 [ 265 ] {cef94acf-1294-479a-94ab-aac5d295bcdf} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7606 2025.01.02 23:38:57.466170 [ 265 ] {cef94acf-1294-479a-94ab-aac5d295bcdf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7607 2025.01.02 23:38:57.466571 [ 265 ] {cef94acf-1294-479a-94ab-aac5d295bcdf} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
7608 2025.01.02 23:38:57.466831 [ 265 ] {cef94acf-1294-479a-94ab-aac5d295bcdf} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7609 2025.01.02 23:38:57.467038 [ 265 ] {cef94acf-1294-479a-94ab-aac5d295bcdf} <Debug> executeQuery: Read 422 rows, 30.88 KiB in 0.001856 sec., 227370.6896551724 rows/sec., 16.25 MiB/sec.
7610 2025.01.02 23:38:57.467107 [ 265 ] {cef94acf-1294-479a-94ab-aac5d295bcdf} <Debug> TCPHandler: Processed in 0.002525623 sec.
7611 2025.01.02 23:38:57.467351 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7612 2025.01.02 23:38:57.467581 [ 260 ] {16bcfee1-b827-4791-b344-e69c54d15636} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
7613 2025.01.02 23:38:57.467637 [ 260 ] {16bcfee1-b827-4791-b344-e69c54d15636} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
7614 2025.01.02 23:38:57.468141 [ 260 ] {16bcfee1-b827-4791-b344-e69c54d15636} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7615 2025.01.02 23:38:57.468179 [ 260 ] {16bcfee1-b827-4791-b344-e69c54d15636} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7616 2025.01.02 23:38:57.468548 [ 260 ] {16bcfee1-b827-4791-b344-e69c54d15636} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
7617 2025.01.02 23:38:57.468794 [ 260 ] {16bcfee1-b827-4791-b344-e69c54d15636} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7618 2025.01.02 23:38:57.468991 [ 260 ] {16bcfee1-b827-4791-b344-e69c54d15636} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001467 sec., 4089.9795501022495 rows/sec., 213.69 KiB/sec.
7619 2025.01.02 23:38:57.469109 [ 260 ] {16bcfee1-b827-4791-b344-e69c54d15636} <Debug> TCPHandler: Processed in 0.001906185 sec.
7620 2025.01.02 23:38:57.469277 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7621 2025.01.02 23:38:57.469416 [ 265 ] {9c5e5e72-b15d-4e4e-8a71-de7afcb091cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7622 2025.01.02 23:38:57.469478 [ 265 ] {9c5e5e72-b15d-4e4e-8a71-de7afcb091cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7623 2025.01.02 23:38:57.470091 [ 265 ] {9c5e5e72-b15d-4e4e-8a71-de7afcb091cb} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7624 2025.01.02 23:38:57.470130 [ 265 ] {9c5e5e72-b15d-4e4e-8a71-de7afcb091cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7625 2025.01.02 23:38:57.470525 [ 265 ] {9c5e5e72-b15d-4e4e-8a71-de7afcb091cb} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
7626 2025.01.02 23:38:57.470773 [ 265 ] {9c5e5e72-b15d-4e4e-8a71-de7afcb091cb} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7627 2025.01.02 23:38:57.470997 [ 265 ] {9c5e5e72-b15d-4e4e-8a71-de7afcb091cb} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001611 sec., 147113.59404096834 rows/sec., 9.86 MiB/sec.
7628 2025.01.02 23:38:57.471069 [ 265 ] {9c5e5e72-b15d-4e4e-8a71-de7afcb091cb} <Debug> TCPHandler: Processed in 0.001857035 sec.
7629 2025.01.02 23:38:57.471274 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7630 2025.01.02 23:38:57.471417 [ 260 ] {aac2f382-fe70-4a0a-8f9a-925832c07c69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
7631 2025.01.02 23:38:57.471478 [ 260 ] {aac2f382-fe70-4a0a-8f9a-925832c07c69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
7632 2025.01.02 23:38:57.471959 [ 260 ] {aac2f382-fe70-4a0a-8f9a-925832c07c69} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7633 2025.01.02 23:38:57.471998 [ 260 ] {aac2f382-fe70-4a0a-8f9a-925832c07c69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7634 2025.01.02 23:38:57.472359 [ 260 ] {aac2f382-fe70-4a0a-8f9a-925832c07c69} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
7635 2025.01.02 23:38:57.472612 [ 260 ] {aac2f382-fe70-4a0a-8f9a-925832c07c69} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7636 2025.01.02 23:38:57.472794 [ 260 ] {aac2f382-fe70-4a0a-8f9a-925832c07c69} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001408 sec., 710.2272727272727 rows/sec., 47.86 KiB/sec.
7637 2025.01.02 23:38:57.472846 [ 260 ] {aac2f382-fe70-4a0a-8f9a-925832c07c69} <Debug> TCPHandler: Processed in 0.001684882 sec.
7638 2025.01.02 23:38:57.472990 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7639 2025.01.02 23:38:57.473126 [ 265 ] {5940d07a-2feb-48d8-b060-93fb0f742b6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7640 2025.01.02 23:38:57.473219 [ 265 ] {5940d07a-2feb-48d8-b060-93fb0f742b6f} <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
7641 2025.01.02 23:38:57.474477 [ 265 ] {5940d07a-2feb-48d8-b060-93fb0f742b6f} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7642 2025.01.02 23:38:57.474517 [ 265 ] {5940d07a-2feb-48d8-b060-93fb0f742b6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7643 2025.01.02 23:38:57.475178 [ 265 ] {5940d07a-2feb-48d8-b060-93fb0f742b6f} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
7644 2025.01.02 23:38:57.475434 [ 265 ] {5940d07a-2feb-48d8-b060-93fb0f742b6f} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7645 2025.01.02 23:38:57.475690 [ 265 ] {5940d07a-2feb-48d8-b060-93fb0f742b6f} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002594 sec., 15420.200462606013 rows/sec., 27.63 MiB/sec.
7646 2025.01.02 23:38:57.475801 [ 265 ] {5940d07a-2feb-48d8-b060-93fb0f742b6f} <Debug> TCPHandler: Processed in 0.002880068 sec.
7647 2025.01.02 23:38:57.476020 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7648 2025.01.02 23:38:57.476243 [ 260 ] {c4c4b1d9-7e0e-411e-b2de-b0f0e9fd7ead} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7649 2025.01.02 23:38:57.476338 [ 260 ] {c4c4b1d9-7e0e-411e-b2de-b0f0e9fd7ead} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7650 2025.01.02 23:38:57.476960 [ 260 ] {c4c4b1d9-7e0e-411e-b2de-b0f0e9fd7ead} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7651 2025.01.02 23:38:57.476996 [ 260 ] {c4c4b1d9-7e0e-411e-b2de-b0f0e9fd7ead} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7652 2025.01.02 23:38:57.477368 [ 260 ] {c4c4b1d9-7e0e-411e-b2de-b0f0e9fd7ead} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
7653 2025.01.02 23:38:57.477607 [ 260 ] {c4c4b1d9-7e0e-411e-b2de-b0f0e9fd7ead} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7654 2025.01.02 23:38:57.477800 [ 260 ] {c4c4b1d9-7e0e-411e-b2de-b0f0e9fd7ead} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001613 sec., 50836.94978301302 rows/sec., 3.23 MiB/sec.
7655 2025.01.02 23:38:57.477892 [ 260 ] {c4c4b1d9-7e0e-411e-b2de-b0f0e9fd7ead} <Debug> TCPHandler: Processed in 0.001983607 sec.
7656 2025.01.02 23:39:02.470268 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7657 2025.01.02 23:39:02.470598 [ 260 ] {5b18c5c9-65fe-4c61-b370-d916e7a54028} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
7658 2025.01.02 23:39:02.470717 [ 260 ] {5b18c5c9-65fe-4c61-b370-d916e7a54028} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
7659 2025.01.02 23:39:02.471506 [ 260 ] {5b18c5c9-65fe-4c61-b370-d916e7a54028} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7660 2025.01.02 23:39:02.471557 [ 260 ] {5b18c5c9-65fe-4c61-b370-d916e7a54028} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7661 2025.01.02 23:39:02.471990 [ 260 ] {5b18c5c9-65fe-4c61-b370-d916e7a54028} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
7662 2025.01.02 23:39:02.472254 [ 260 ] {5b18c5c9-65fe-4c61-b370-d916e7a54028} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7663 2025.01.02 23:39:02.472522 [ 260 ] {5b18c5c9-65fe-4c61-b370-d916e7a54028} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002003 sec., 998.502246630055 rows/sec., 81.42 KiB/sec.
7664 2025.01.02 23:39:02.472671 [ 260 ] {5b18c5c9-65fe-4c61-b370-d916e7a54028} <Debug> TCPHandler: Processed in 0.002590094 sec.
7665 2025.01.02 23:39:02.472960 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7666 2025.01.02 23:39:02.473152 [ 265 ] {399765f1-e0a3-456c-a6cc-080a582c240f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7667 2025.01.02 23:39:02.473222 [ 265 ] {399765f1-e0a3-456c-a6cc-080a582c240f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7668 2025.01.02 23:39:02.474613 [ 265 ] {399765f1-e0a3-456c-a6cc-080a582c240f} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7669 2025.01.02 23:39:02.474655 [ 265 ] {399765f1-e0a3-456c-a6cc-080a582c240f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7670 2025.01.02 23:39:02.475153 [ 265 ] {399765f1-e0a3-456c-a6cc-080a582c240f} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
7671 2025.01.02 23:39:02.475405 [ 265 ] {399765f1-e0a3-456c-a6cc-080a582c240f} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7672 2025.01.02 23:39:02.475609 [ 265 ] {399765f1-e0a3-456c-a6cc-080a582c240f} <Debug> executeQuery: Read 1197 rows, 101.04 KiB in 0.002511 sec., 476702.5089605734 rows/sec., 39.30 MiB/sec.
7673 2025.01.02 23:39:02.475711 [ 265 ] {399765f1-e0a3-456c-a6cc-080a582c240f} <Debug> TCPHandler: Processed in 0.002884808 sec.
7674 2025.01.02 23:39:02.475976 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7675 2025.01.02 23:39:02.476207 [ 260 ] {a3c58b14-f27f-4591-b336-dd8ada1fe44c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7676 2025.01.02 23:39:02.476299 [ 260 ] {a3c58b14-f27f-4591-b336-dd8ada1fe44c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7677 2025.01.02 23:39:02.477111 [ 260 ] {a3c58b14-f27f-4591-b336-dd8ada1fe44c} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7678 2025.01.02 23:39:02.477153 [ 260 ] {a3c58b14-f27f-4591-b336-dd8ada1fe44c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7679 2025.01.02 23:39:02.477515 [ 260 ] {a3c58b14-f27f-4591-b336-dd8ada1fe44c} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
7680 2025.01.02 23:39:02.477771 [ 260 ] {a3c58b14-f27f-4591-b336-dd8ada1fe44c} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7681 2025.01.02 23:39:02.477984 [ 260 ] {a3c58b14-f27f-4591-b336-dd8ada1fe44c} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001839 sec., 1087.5475802066342 rows/sec., 75.94 KiB/sec.
7682 2025.01.02 23:39:02.478039 [ 260 ] {a3c58b14-f27f-4591-b336-dd8ada1fe44c} <Debug> TCPHandler: Processed in 0.002187598 sec.
7683 2025.01.02 23:39:02.478192 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7684 2025.01.02 23:39:02.478311 [ 265 ] {ea6c68a3-a21b-49bb-bc89-8fb66d3f35de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
7685 2025.01.02 23:39:02.478360 [ 265 ] {ea6c68a3-a21b-49bb-bc89-8fb66d3f35de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7686 2025.01.02 23:39:02.479030 [ 265 ] {ea6c68a3-a21b-49bb-bc89-8fb66d3f35de} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7687 2025.01.02 23:39:02.479067 [ 265 ] {ea6c68a3-a21b-49bb-bc89-8fb66d3f35de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7688 2025.01.02 23:39:02.479425 [ 265 ] {ea6c68a3-a21b-49bb-bc89-8fb66d3f35de} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
7689 2025.01.02 23:39:02.479673 [ 265 ] {ea6c68a3-a21b-49bb-bc89-8fb66d3f35de} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7690 2025.01.02 23:39:02.479867 [ 265 ] {ea6c68a3-a21b-49bb-bc89-8fb66d3f35de} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001573 sec., 144945.96312778132 rows/sec., 9.81 MiB/sec.
7691 2025.01.02 23:39:02.479940 [ 265 ] {ea6c68a3-a21b-49bb-bc89-8fb66d3f35de} <Debug> TCPHandler: Processed in 0.001804784 sec.
7692 2025.01.02 23:39:02.480247 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7693 2025.01.02 23:39:02.480469 [ 260 ] {f444e633-3792-4317-aea5-0d2f82f23c45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7694 2025.01.02 23:39:02.480562 [ 260 ] {f444e633-3792-4317-aea5-0d2f82f23c45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7695 2025.01.02 23:39:02.481467 [ 260 ] {f444e633-3792-4317-aea5-0d2f82f23c45} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7696 2025.01.02 23:39:02.481508 [ 260 ] {f444e633-3792-4317-aea5-0d2f82f23c45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7697 2025.01.02 23:39:02.481901 [ 260 ] {f444e633-3792-4317-aea5-0d2f82f23c45} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
7698 2025.01.02 23:39:02.482143 [ 260 ] {f444e633-3792-4317-aea5-0d2f82f23c45} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7699 2025.01.02 23:39:02.482366 [ 260 ] {f444e633-3792-4317-aea5-0d2f82f23c45} <Debug> executeQuery: Read 522 rows, 39.57 KiB in 0.001953 sec., 267281.10599078337 rows/sec., 19.78 MiB/sec.
7700 2025.01.02 23:39:02.482424 [ 260 ] {f444e633-3792-4317-aea5-0d2f82f23c45} <Debug> TCPHandler: Processed in 0.002389171 sec.
7701 2025.01.02 23:39:02.482580 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7702 2025.01.02 23:39:02.482719 [ 265 ] {3abd1a7a-1d41-4dd0-8989-02c9e4965275} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7703 2025.01.02 23:39:02.482787 [ 265 ] {3abd1a7a-1d41-4dd0-8989-02c9e4965275} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7704 2025.01.02 23:39:02.483670 [ 265 ] {3abd1a7a-1d41-4dd0-8989-02c9e4965275} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7705 2025.01.02 23:39:02.483715 [ 265 ] {3abd1a7a-1d41-4dd0-8989-02c9e4965275} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7706 2025.01.02 23:39:02.484164 [ 265 ] {3abd1a7a-1d41-4dd0-8989-02c9e4965275} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
7707 2025.01.02 23:39:02.484404 [ 265 ] {3abd1a7a-1d41-4dd0-8989-02c9e4965275} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7708 2025.01.02 23:39:02.484583 [ 265 ] {3abd1a7a-1d41-4dd0-8989-02c9e4965275} <Debug> executeQuery: Read 881 rows, 60.70 KiB in 0.001895 sec., 464907.65171503957 rows/sec., 31.28 MiB/sec.
7709 2025.01.02 23:39:02.484636 [ 265 ] {3abd1a7a-1d41-4dd0-8989-02c9e4965275} <Debug> TCPHandler: Processed in 0.002124658 sec.
7710 2025.01.02 23:39:02.484822 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7711 2025.01.02 23:39:02.485046 [ 260 ] {a7431f6e-4d43-44e7-84b3-190bc6071090} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7712 2025.01.02 23:39:02.485141 [ 260 ] {a7431f6e-4d43-44e7-84b3-190bc6071090} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7713 2025.01.02 23:39:02.485932 [ 260 ] {a7431f6e-4d43-44e7-84b3-190bc6071090} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7714 2025.01.02 23:39:02.485971 [ 260 ] {a7431f6e-4d43-44e7-84b3-190bc6071090} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7715 2025.01.02 23:39:02.486348 [ 260 ] {a7431f6e-4d43-44e7-84b3-190bc6071090} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
7716 2025.01.02 23:39:02.486587 [ 260 ] {a7431f6e-4d43-44e7-84b3-190bc6071090} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7717 2025.01.02 23:39:02.486795 [ 260 ] {a7431f6e-4d43-44e7-84b3-190bc6071090} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001805 sec., 33240.997229916895 rows/sec., 2.24 MiB/sec.
7718 2025.01.02 23:39:02.486848 [ 260 ] {a7431f6e-4d43-44e7-84b3-190bc6071090} <Debug> TCPHandler: Processed in 0.002123888 sec.
7719 2025.01.02 23:39:03.169701 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 18849
7720 2025.01.02 23:39:03.170480 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7721 2025.01.02 23:39:03.170531 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7722 2025.01.02 23:39:03.171082 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
7723 2025.01.02 23:39:03.171336 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7724 2025.01.02 23:39:03.171590 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18849
7725 2025.01.02 23:39:03.171591 [ 46 ] {} <Debug> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
7726 2025.01.02 23:39:03.171671 [ 46 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7727 2025.01.02 23:39:03.171697 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7728 2025.01.02 23:39:03.172226 [ 195 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full
7729 2025.01.02 23:39:03.172846 [ 195 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7730 2025.01.02 23:39:03.172892 [ 195 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 16531 rows starting from the beginning of the part
7731 2025.01.02 23:39:03.172968 [ 195 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 488 rows starting from the beginning of the part
7732 2025.01.02 23:39:03.173066 [ 195 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 427 rows starting from the beginning of the part
7733 2025.01.02 23:39:03.173297 [ 195 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 488 rows starting from the beginning of the part
7734 2025.01.02 23:39:03.173551 [ 195 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 427 rows starting from the beginning of the part
7735 2025.01.02 23:39:03.173764 [ 195 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 488 rows starting from the beginning of the part
7736 2025.01.02 23:39:03.176101 [ 202 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18849 rows, containing 4 columns (4 merged, 0 gathered) in 0.004340577 sec., 4342510.223871158 rows/sec., 62.12 MiB/sec.
7737 2025.01.02 23:39:03.176346 [ 188 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
7738 2025.01.02 23:39:03.176641 [ 188 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_41_8} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7739 2025.01.02 23:39:03.176720 [ 188 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_41_8} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
7740 2025.01.02 23:39:03.176837 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.59 MiB.
7741 2025.01.02 23:39:04.477044 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309
7742 2025.01.02 23:39:04.509696 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7743 2025.01.02 23:39:04.509759 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7744 2025.01.02 23:39:04.519290 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
7745 2025.01.02 23:39:04.520736 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7746 2025.01.02 23:39:04.521102 [ 48 ] {} <Debug> system.metric_log (31b60859-c590-4889-866a-026624596be5) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
7747 2025.01.02 23:39:04.521169 [ 48 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7748 2025.01.02 23:39:04.521223 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7749 2025.01.02 23:39:04.521712 [ 202 ] {31b60859-c590-4889-866a-026624596be5::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full
7750 2025.01.02 23:39:04.541631 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 309
7751 2025.01.02 23:39:04.543632 [ 202 ] {31b60859-c590-4889-866a-026624596be5::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7752 2025.01.02 23:39:04.545680 [ 202 ] {31b60859-c590-4889-866a-026624596be5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 272 rows starting from the beginning of the part
7753 2025.01.02 23:39:04.551661 [ 202 ] {31b60859-c590-4889-866a-026624596be5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 7 rows starting from the beginning of the part
7754 2025.01.02 23:39:04.557212 [ 202 ] {31b60859-c590-4889-866a-026624596be5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 8 rows starting from the beginning of the part
7755 2025.01.02 23:39:04.563157 [ 202 ] {31b60859-c590-4889-866a-026624596be5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 7 rows starting from the beginning of the part
7756 2025.01.02 23:39:04.569048 [ 202 ] {31b60859-c590-4889-866a-026624596be5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 8 rows starting from the beginning of the part
7757 2025.01.02 23:39:04.573723 [ 202 ] {31b60859-c590-4889-866a-026624596be5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 7 rows starting from the beginning of the part
7758 2025.01.02 23:39:04.641500 [ 200 ] {31b60859-c590-4889-866a-026624596be5::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.120119928 sec., 2572.4291143431255 rows/sec., 13.30 MiB/sec.
7759 2025.01.02 23:39:04.644519 [ 200 ] {31b60859-c590-4889-866a-026624596be5::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
7760 2025.01.02 23:39:04.647421 [ 200 ] {31b60859-c590-4889-866a-026624596be5::all_1_41_8} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7761 2025.01.02 23:39:04.647550 [ 200 ] {31b60859-c590-4889-866a-026624596be5::all_1_41_8} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
7762 2025.01.02 23:39:04.649886 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB.
7763 2025.01.02 23:39:05.000189 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 214.23 MiB, peak 227.63 MiB, free memory in arenas 0.00 B, will set to 217.14 MiB (RSS), difference: 2.91 MiB
7764 2025.01.02 23:39:05.775675 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1088
7765 2025.01.02 23:39:05.778826 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7766 2025.01.02 23:39:05.778872 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7767 2025.01.02 23:39:05.780331 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
7768 2025.01.02 23:39:05.780650 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7769 2025.01.02 23:39:05.781761 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1088
7770 2025.01.02 23:39:07.445493 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7771 2025.01.02 23:39:07.445688 [ 260 ] {f89d4bc2-3e3c-4289-b7cc-9036d7b7e764} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
7772 2025.01.02 23:39:07.445762 [ 260 ] {f89d4bc2-3e3c-4289-b7cc-9036d7b7e764} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
7773 2025.01.02 23:39:07.446608 [ 260 ] {f89d4bc2-3e3c-4289-b7cc-9036d7b7e764} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7774 2025.01.02 23:39:07.446665 [ 260 ] {f89d4bc2-3e3c-4289-b7cc-9036d7b7e764} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7775 2025.01.02 23:39:07.447155 [ 260 ] {f89d4bc2-3e3c-4289-b7cc-9036d7b7e764} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
7776 2025.01.02 23:39:07.447422 [ 260 ] {f89d4bc2-3e3c-4289-b7cc-9036d7b7e764} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7777 2025.01.02 23:39:07.447632 [ 43 ] {} <Debug> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0
7778 2025.01.02 23:39:07.447694 [ 260 ] {f89d4bc2-3e3c-4289-b7cc-9036d7b7e764} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002043 sec., 6852.667645619187 rows/sec., 493.30 KiB/sec.
7779 2025.01.02 23:39:07.447722 [ 43 ] {} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7780 2025.01.02 23:39:07.447793 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7781 2025.01.02 23:39:07.447855 [ 260 ] {f89d4bc2-3e3c-4289-b7cc-9036d7b7e764} <Debug> TCPHandler: Processed in 0.002495343 sec.
7782 2025.01.02 23:39:07.447996 [ 201 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_29_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_25_6 to all_29_29_0 into Compact with storage Full
7783 2025.01.02 23:39:07.448126 [ 201 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7784 2025.01.02 23:39:07.448163 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7785 2025.01.02 23:39:07.448190 [ 201 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 14 rows starting from the beginning of the part
7786 2025.01.02 23:39:07.448436 [ 201 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 14 rows starting from the beginning of the part
7787 2025.01.02 23:39:07.448618 [ 265 ] {165cd0ba-e556-40a2-b298-63ce7ee8cea0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7788 2025.01.02 23:39:07.448721 [ 201 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 14 rows starting from the beginning of the part
7789 2025.01.02 23:39:07.448839 [ 265 ] {165cd0ba-e556-40a2-b298-63ce7ee8cea0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7790 2025.01.02 23:39:07.449073 [ 201 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 14 rows starting from the beginning of the part
7791 2025.01.02 23:39:07.449431 [ 201 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 14 rows starting from the beginning of the part
7792 2025.01.02 23:39:07.451765 [ 265 ] {165cd0ba-e556-40a2-b298-63ce7ee8cea0} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7793 2025.01.02 23:39:07.451855 [ 265 ] {165cd0ba-e556-40a2-b298-63ce7ee8cea0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7794 2025.01.02 23:39:07.451856 [ 201 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003946832 sec., 17735.74350263705 rows/sec., 1.31 MiB/sec.
7795 2025.01.02 23:39:07.452139 [ 201 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary)
7796 2025.01.02 23:39:07.452721 [ 265 ] {165cd0ba-e556-40a2-b298-63ce7ee8cea0} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
7797 2025.01.02 23:39:07.452891 [ 198 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_29_7} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7798 2025.01.02 23:39:07.453042 [ 198 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_29_7} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7
7799 2025.01.02 23:39:07.453102 [ 265 ] {165cd0ba-e556-40a2-b298-63ce7ee8cea0} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7800 2025.01.02 23:39:07.453172 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
7801 2025.01.02 23:39:07.453344 [ 43 ] {} <Debug> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
7802 2025.01.02 23:39:07.453417 [ 43 ] {} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7803 2025.01.02 23:39:07.453425 [ 265 ] {165cd0ba-e556-40a2-b298-63ce7ee8cea0} <Debug> executeQuery: Read 283 rows, 25.60 KiB in 0.004972 sec., 56918.744971842316 rows/sec., 5.03 MiB/sec.
7804 2025.01.02 23:39:07.453455 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7805 2025.01.02 23:39:07.453672 [ 265 ] {165cd0ba-e556-40a2-b298-63ce7ee8cea0} <Debug> TCPHandler: Processed in 0.005660594 sec.
7806 2025.01.02 23:39:07.453809 [ 192 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full
7807 2025.01.02 23:39:07.453991 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7808 2025.01.02 23:39:07.454333 [ 192 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7809 2025.01.02 23:39:07.454432 [ 260 ] {c560d0b2-e5a5-43a3-87f6-6be8f44df97e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7810 2025.01.02 23:39:07.454478 [ 192 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1435 rows starting from the beginning of the part
7811 2025.01.02 23:39:07.454609 [ 260 ] {c560d0b2-e5a5-43a3-87f6-6be8f44df97e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7812 2025.01.02 23:39:07.454904 [ 192 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 284 rows starting from the beginning of the part
7813 2025.01.02 23:39:07.455241 [ 192 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 56 rows starting from the beginning of the part
7814 2025.01.02 23:39:07.455521 [ 192 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 283 rows starting from the beginning of the part
7815 2025.01.02 23:39:07.455850 [ 192 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 1197 rows starting from the beginning of the part
7816 2025.01.02 23:39:07.456165 [ 192 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 283 rows starting from the beginning of the part
7817 2025.01.02 23:39:07.457570 [ 260 ] {c560d0b2-e5a5-43a3-87f6-6be8f44df97e} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7818 2025.01.02 23:39:07.457641 [ 260 ] {c560d0b2-e5a5-43a3-87f6-6be8f44df97e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7819 2025.01.02 23:39:07.458615 [ 260 ] {c560d0b2-e5a5-43a3-87f6-6be8f44df97e} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
7820 2025.01.02 23:39:07.459021 [ 260 ] {c560d0b2-e5a5-43a3-87f6-6be8f44df97e} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7821 2025.01.02 23:39:07.459307 [ 260 ] {c560d0b2-e5a5-43a3-87f6-6be8f44df97e} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.005048 sec., 9310.618066561014 rows/sec., 686.19 KiB/sec.
7822 2025.01.02 23:39:07.459405 [ 260 ] {c560d0b2-e5a5-43a3-87f6-6be8f44df97e} <Debug> TCPHandler: Processed in 0.005579923 sec.
7823 2025.01.02 23:39:07.459726 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7824 2025.01.02 23:39:07.459799 [ 192 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3538 rows, containing 5 columns (5 merged, 0 gathered) in 0.006198152 sec., 570815.3010768371 rows/sec., 50.30 MiB/sec.
7825 2025.01.02 23:39:07.459907 [ 265 ] {b213efba-a829-4069-9695-2307ed8cdf62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
7826 2025.01.02 23:39:07.460000 [ 265 ] {b213efba-a829-4069-9695-2307ed8cdf62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7827 2025.01.02 23:39:07.460103 [ 192 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
7828 2025.01.02 23:39:07.460736 [ 192 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_56_11} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7829 2025.01.02 23:39:07.460888 [ 192 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_56_11} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
7830 2025.01.02 23:39:07.461074 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.86 MiB.
7831 2025.01.02 23:39:07.461235 [ 265 ] {b213efba-a829-4069-9695-2307ed8cdf62} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7832 2025.01.02 23:39:07.461283 [ 265 ] {b213efba-a829-4069-9695-2307ed8cdf62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7833 2025.01.02 23:39:07.461688 [ 265 ] {b213efba-a829-4069-9695-2307ed8cdf62} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
7834 2025.01.02 23:39:07.461959 [ 265 ] {b213efba-a829-4069-9695-2307ed8cdf62} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7835 2025.01.02 23:39:07.462207 [ 265 ] {b213efba-a829-4069-9695-2307ed8cdf62} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002342 sec., 5977.796754910333 rows/sec., 418.65 KiB/sec.
7836 2025.01.02 23:39:07.462332 [ 265 ] {b213efba-a829-4069-9695-2307ed8cdf62} <Debug> TCPHandler: Processed in 0.002774956 sec.
7837 2025.01.02 23:39:07.462519 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7838 2025.01.02 23:39:07.462664 [ 260 ] {cdd5ebf4-1fc2-4083-98e2-bff9c09512d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
7839 2025.01.02 23:39:07.462727 [ 260 ] {cdd5ebf4-1fc2-4083-98e2-bff9c09512d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
7840 2025.01.02 23:39:07.463361 [ 260 ] {cdd5ebf4-1fc2-4083-98e2-bff9c09512d5} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7841 2025.01.02 23:39:07.463403 [ 260 ] {cdd5ebf4-1fc2-4083-98e2-bff9c09512d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7842 2025.01.02 23:39:07.463768 [ 260 ] {cdd5ebf4-1fc2-4083-98e2-bff9c09512d5} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
7843 2025.01.02 23:39:07.464008 [ 260 ] {cdd5ebf4-1fc2-4083-98e2-bff9c09512d5} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7844 2025.01.02 23:39:07.464182 [ 43 ] {} <Debug> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0
7845 2025.01.02 23:39:07.464249 [ 43 ] {} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7846 2025.01.02 23:39:07.464262 [ 260 ] {cdd5ebf4-1fc2-4083-98e2-bff9c09512d5} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001622 sec., 8014.796547472257 rows/sec., 499.72 KiB/sec.
7847 2025.01.02 23:39:07.464286 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7848 2025.01.02 23:39:07.464423 [ 260 ] {cdd5ebf4-1fc2-4083-98e2-bff9c09512d5} <Debug> TCPHandler: Processed in 0.001984556 sec.
7849 2025.01.02 23:39:07.464464 [ 197 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_29_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_25_6 to all_29_29_0 into Compact with storage Full
7850 2025.01.02 23:39:07.464581 [ 197 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7851 2025.01.02 23:39:07.464627 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7852 2025.01.02 23:39:07.464641 [ 197 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 13 rows starting from the beginning of the part
7853 2025.01.02 23:39:07.464848 [ 197 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 13 rows starting from the beginning of the part
7854 2025.01.02 23:39:07.465084 [ 265 ] {cfe9570b-1e59-4de5-8569-785a29dd96e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7855 2025.01.02 23:39:07.465203 [ 197 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 13 rows starting from the beginning of the part
7856 2025.01.02 23:39:07.465261 [ 265 ] {cfe9570b-1e59-4de5-8569-785a29dd96e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7857 2025.01.02 23:39:07.465452 [ 197 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 13 rows starting from the beginning of the part
7858 2025.01.02 23:39:07.465836 [ 197 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 13 rows starting from the beginning of the part
7859 2025.01.02 23:39:07.467941 [ 265 ] {cfe9570b-1e59-4de5-8569-785a29dd96e1} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7860 2025.01.02 23:39:07.468009 [ 265 ] {cfe9570b-1e59-4de5-8569-785a29dd96e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7861 2025.01.02 23:39:07.468371 [ 193 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003958962 sec., 16418.44503685562 rows/sec., 1.06 MiB/sec.
7862 2025.01.02 23:39:07.468625 [ 193 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary)
7863 2025.01.02 23:39:07.468822 [ 265 ] {cfe9570b-1e59-4de5-8569-785a29dd96e1} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
7864 2025.01.02 23:39:07.469179 [ 193 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_29_7} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7865 2025.01.02 23:39:07.469346 [ 265 ] {cfe9570b-1e59-4de5-8569-785a29dd96e1} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7866 2025.01.02 23:39:07.469383 [ 193 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_29_7} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7
7867 2025.01.02 23:39:07.469568 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
7868 2025.01.02 23:39:07.469632 [ 43 ] {} <Debug> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
7869 2025.01.02 23:39:07.469709 [ 43 ] {} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7870 2025.01.02 23:39:07.469763 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7871 2025.01.02 23:39:07.469830 [ 265 ] {cfe9570b-1e59-4de5-8569-785a29dd96e1} <Debug> executeQuery: Read 422 rows, 30.88 KiB in 0.004919 sec., 85789.79467371418 rows/sec., 6.13 MiB/sec.
7872 2025.01.02 23:39:07.469906 [ 187 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full
7873 2025.01.02 23:39:07.469937 [ 265 ] {cfe9570b-1e59-4de5-8569-785a29dd96e1} <Debug> TCPHandler: Processed in 0.005408991 sec.
7874 2025.01.02 23:39:07.470070 [ 187 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7875 2025.01.02 23:39:07.470112 [ 187 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 914 rows starting from the beginning of the part
7876 2025.01.02 23:39:07.470150 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7877 2025.01.02 23:39:07.470295 [ 187 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 424 rows starting from the beginning of the part
7878 2025.01.02 23:39:07.470569 [ 260 ] {873be233-1059-4757-b131-57fbf36c8a9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
7879 2025.01.02 23:39:07.470665 [ 187 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 64 rows starting from the beginning of the part
7880 2025.01.02 23:39:07.470727 [ 260 ] {873be233-1059-4757-b131-57fbf36c8a9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
7881 2025.01.02 23:39:07.470978 [ 187 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 422 rows starting from the beginning of the part
7882 2025.01.02 23:39:07.471409 [ 187 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 522 rows starting from the beginning of the part
7883 2025.01.02 23:39:07.471744 [ 187 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 422 rows starting from the beginning of the part
7884 2025.01.02 23:39:07.472866 [ 260 ] {873be233-1059-4757-b131-57fbf36c8a9c} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7885 2025.01.02 23:39:07.472932 [ 260 ] {873be233-1059-4757-b131-57fbf36c8a9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7886 2025.01.02 23:39:07.473829 [ 260 ] {873be233-1059-4757-b131-57fbf36c8a9c} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
7887 2025.01.02 23:39:07.474269 [ 260 ] {873be233-1059-4757-b131-57fbf36c8a9c} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7888 2025.01.02 23:39:07.474547 [ 260 ] {873be233-1059-4757-b131-57fbf36c8a9c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004153 sec., 1444.7387430772937 rows/sec., 75.48 KiB/sec.
7889 2025.01.02 23:39:07.474610 [ 260 ] {873be233-1059-4757-b131-57fbf36c8a9c} <Debug> TCPHandler: Processed in 0.00455699 sec.
7890 2025.01.02 23:39:07.474865 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7891 2025.01.02 23:39:07.475062 [ 187 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2768 rows, containing 5 columns (5 merged, 0 gathered) in 0.005230899 sec., 529163.3426682488 rows/sec., 40.40 MiB/sec.
7892 2025.01.02 23:39:07.475092 [ 265 ] {3216e789-8125-4a07-8c21-0c5cda9e4aee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7893 2025.01.02 23:39:07.475169 [ 265 ] {3216e789-8125-4a07-8c21-0c5cda9e4aee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7894 2025.01.02 23:39:07.475341 [ 190 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
7895 2025.01.02 23:39:07.475974 [ 190 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_56_11} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7896 2025.01.02 23:39:07.476183 [ 190 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_56_11} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
7897 2025.01.02 23:39:07.476363 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB.
7898 2025.01.02 23:39:07.476505 [ 265 ] {3216e789-8125-4a07-8c21-0c5cda9e4aee} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7899 2025.01.02 23:39:07.476551 [ 265 ] {3216e789-8125-4a07-8c21-0c5cda9e4aee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7900 2025.01.02 23:39:07.476966 [ 265 ] {3216e789-8125-4a07-8c21-0c5cda9e4aee} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
7901 2025.01.02 23:39:07.477234 [ 265 ] {3216e789-8125-4a07-8c21-0c5cda9e4aee} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7902 2025.01.02 23:39:07.477420 [ 43 ] {} <Debug> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
7903 2025.01.02 23:39:07.477474 [ 265 ] {3216e789-8125-4a07-8c21-0c5cda9e4aee} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00242 sec., 97933.88429752066 rows/sec., 6.56 MiB/sec.
7904 2025.01.02 23:39:07.477485 [ 43 ] {} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7905 2025.01.02 23:39:07.477567 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7906 2025.01.02 23:39:07.477624 [ 265 ] {3216e789-8125-4a07-8c21-0c5cda9e4aee} <Debug> TCPHandler: Processed in 0.002882438 sec.
7907 2025.01.02 23:39:07.477756 [ 187 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full
7908 2025.01.02 23:39:07.477828 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7909 2025.01.02 23:39:07.477901 [ 187 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7910 2025.01.02 23:39:07.477947 [ 187 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 16392 rows starting from the beginning of the part
7911 2025.01.02 23:39:07.478143 [ 260 ] {5641cd9e-835d-460d-a2ed-b48ebe837a16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
7912 2025.01.02 23:39:07.478219 [ 187 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 238 rows starting from the beginning of the part
7913 2025.01.02 23:39:07.478315 [ 260 ] {5641cd9e-835d-460d-a2ed-b48ebe837a16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
7914 2025.01.02 23:39:07.478521 [ 187 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 160 rows starting from the beginning of the part
7915 2025.01.02 23:39:07.478944 [ 187 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 237 rows starting from the beginning of the part
7916 2025.01.02 23:39:07.479265 [ 187 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 881 rows starting from the beginning of the part
7917 2025.01.02 23:39:07.479608 [ 187 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 237 rows starting from the beginning of the part
7918 2025.01.02 23:39:07.480672 [ 260 ] {5641cd9e-835d-460d-a2ed-b48ebe837a16} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7919 2025.01.02 23:39:07.480739 [ 260 ] {5641cd9e-835d-460d-a2ed-b48ebe837a16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7920 2025.01.02 23:39:07.481188 [ 260 ] {5641cd9e-835d-460d-a2ed-b48ebe837a16} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
7921 2025.01.02 23:39:07.481619 [ 260 ] {5641cd9e-835d-460d-a2ed-b48ebe837a16} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7922 2025.01.02 23:39:07.481906 [ 260 ] {5641cd9e-835d-460d-a2ed-b48ebe837a16} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003886 sec., 257.3340195573855 rows/sec., 17.34 KiB/sec.
7923 2025.01.02 23:39:07.482036 [ 260 ] {5641cd9e-835d-460d-a2ed-b48ebe837a16} <Debug> TCPHandler: Processed in 0.004268236 sec.
7924 2025.01.02 23:39:07.482237 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7925 2025.01.02 23:39:07.482393 [ 265 ] {ba24b00e-91a5-4558-810b-e0e6ee35ce9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7926 2025.01.02 23:39:07.482513 [ 265 ] {ba24b00e-91a5-4558-810b-e0e6ee35ce9f} <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
7927 2025.01.02 23:39:07.483929 [ 265 ] {ba24b00e-91a5-4558-810b-e0e6ee35ce9f} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7928 2025.01.02 23:39:07.483970 [ 265 ] {ba24b00e-91a5-4558-810b-e0e6ee35ce9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7929 2025.01.02 23:39:07.485063 [ 265 ] {ba24b00e-91a5-4558-810b-e0e6ee35ce9f} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
7930 2025.01.02 23:39:07.485410 [ 265 ] {ba24b00e-91a5-4558-810b-e0e6ee35ce9f} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7931 2025.01.02 23:39:07.485709 [ 199 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18145 rows, containing 5 columns (5 merged, 0 gathered) in 0.008013395 sec., 2264333.6563341757 rows/sec., 152.51 MiB/sec.
7932 2025.01.02 23:39:07.486086 [ 265 ] {ba24b00e-91a5-4558-810b-e0e6ee35ce9f} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.003704 sec., 10799.136069114471 rows/sec., 19.35 MiB/sec.
7933 2025.01.02 23:39:07.486194 [ 199 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
7934 2025.01.02 23:39:07.486609 [ 265 ] {ba24b00e-91a5-4558-810b-e0e6ee35ce9f} <Debug> TCPHandler: Processed in 0.004448109 sec.
7935 2025.01.02 23:39:07.486851 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7936 2025.01.02 23:39:07.486991 [ 199 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7937 2025.01.02 23:39:07.487048 [ 260 ] {fac53780-a794-4f7b-8623-3737d8c5e6e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7938 2025.01.02 23:39:07.487152 [ 260 ] {fac53780-a794-4f7b-8623-3737d8c5e6e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7939 2025.01.02 23:39:07.487183 [ 199 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
7940 2025.01.02 23:39:07.487412 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.13 MiB.
7941 2025.01.02 23:39:07.487900 [ 260 ] {fac53780-a794-4f7b-8623-3737d8c5e6e8} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7942 2025.01.02 23:39:07.487947 [ 260 ] {fac53780-a794-4f7b-8623-3737d8c5e6e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7943 2025.01.02 23:39:07.488336 [ 260 ] {fac53780-a794-4f7b-8623-3737d8c5e6e8} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
7944 2025.01.02 23:39:07.488591 [ 260 ] {fac53780-a794-4f7b-8623-3737d8c5e6e8} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7945 2025.01.02 23:39:07.488740 [ 40 ] {} <Debug> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
7946 2025.01.02 23:39:07.488787 [ 40 ] {} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7947 2025.01.02 23:39:07.488787 [ 260 ] {fac53780-a794-4f7b-8623-3737d8c5e6e8} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001797 sec., 45631.60823594881 rows/sec., 2.90 MiB/sec.
7948 2025.01.02 23:39:07.488812 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7949 2025.01.02 23:39:07.488883 [ 260 ] {fac53780-a794-4f7b-8623-3737d8c5e6e8} <Debug> TCPHandler: Processed in 0.002150198 sec.
7950 2025.01.02 23:39:07.488945 [ 190 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full
7951 2025.01.02 23:39:07.489040 [ 190 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7952 2025.01.02 23:39:07.489069 [ 190 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 3158 rows starting from the beginning of the part
7953 2025.01.02 23:39:07.489126 [ 190 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 82 rows starting from the beginning of the part
7954 2025.01.02 23:39:07.489352 [ 190 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 60 rows starting from the beginning of the part
7955 2025.01.02 23:39:07.489476 [ 190 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 82 rows starting from the beginning of the part
7956 2025.01.02 23:39:07.489674 [ 190 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 60 rows starting from the beginning of the part
7957 2025.01.02 23:39:07.489751 [ 190 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 82 rows starting from the beginning of the part
7958 2025.01.02 23:39:07.491288 [ 194 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3524 rows, containing 4 columns (4 merged, 0 gathered) in 0.002399531 sec., 1468620.3262220826 rows/sec., 95.61 MiB/sec.
7959 2025.01.02 23:39:07.491595 [ 188 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
7960 2025.01.02 23:39:07.491899 [ 188 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_56_11} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7961 2025.01.02 23:39:07.491985 [ 188 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_56_11} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
7962 2025.01.02 23:39:07.492075 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB.
7963 2025.01.02 23:39:10.524967 [ 35 ] {} <Debug> DNSResolver: Updating DNS cache
7964 2025.01.02 23:39:10.525036 [ 35 ] {} <Debug> DNSResolver: Updated DNS cache
7965 2025.01.02 23:39:10.671823 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 19276
7966 2025.01.02 23:39:10.672489 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7967 2025.01.02 23:39:10.672540 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7968 2025.01.02 23:39:10.673094 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
7969 2025.01.02 23:39:10.673367 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7970 2025.01.02 23:39:10.673653 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19276
7971 2025.01.02 23:39:12.041852 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317
7972 2025.01.02 23:39:12.060385 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7973 2025.01.02 23:39:12.060432 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7974 2025.01.02 23:39:12.067236 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
7975 2025.01.02 23:39:12.067989 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7976 2025.01.02 23:39:12.070506 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 317
7977 2025.01.02 23:39:12.439745 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7978 2025.01.02 23:39:12.439947 [ 260 ] {5cc64732-c6fe-4a06-8897-dc5749e32e27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7979 2025.01.02 23:39:12.440021 [ 260 ] {5cc64732-c6fe-4a06-8897-dc5749e32e27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7980 2025.01.02 23:39:12.440820 [ 260 ] {5cc64732-c6fe-4a06-8897-dc5749e32e27} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7981 2025.01.02 23:39:12.440873 [ 260 ] {5cc64732-c6fe-4a06-8897-dc5749e32e27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7982 2025.01.02 23:39:12.441322 [ 260 ] {5cc64732-c6fe-4a06-8897-dc5749e32e27} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
7983 2025.01.02 23:39:12.441575 [ 260 ] {5cc64732-c6fe-4a06-8897-dc5749e32e27} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7984 2025.01.02 23:39:12.441785 [ 260 ] {5cc64732-c6fe-4a06-8897-dc5749e32e27} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001893 sec., 29582.673005810884 rows/sec., 2.27 MiB/sec.
7985 2025.01.02 23:39:12.441852 [ 260 ] {5cc64732-c6fe-4a06-8897-dc5749e32e27} <Debug> TCPHandler: Processed in 0.00228134 sec.
7986 2025.01.02 23:39:12.442124 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7987 2025.01.02 23:39:12.442321 [ 265 ] {276c2c39-0513-487f-877f-e0485dbde5c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7988 2025.01.02 23:39:12.442393 [ 265 ] {276c2c39-0513-487f-877f-e0485dbde5c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7989 2025.01.02 23:39:12.443206 [ 265 ] {276c2c39-0513-487f-877f-e0485dbde5c0} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7990 2025.01.02 23:39:12.443255 [ 265 ] {276c2c39-0513-487f-877f-e0485dbde5c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
7991 2025.01.02 23:39:12.443706 [ 265 ] {276c2c39-0513-487f-877f-e0485dbde5c0} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
7992 2025.01.02 23:39:12.443963 [ 265 ] {276c2c39-0513-487f-877f-e0485dbde5c0} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7993 2025.01.02 23:39:12.444194 [ 265 ] {276c2c39-0513-487f-877f-e0485dbde5c0} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001929 sec., 33177.81233799896 rows/sec., 2.59 MiB/sec.
7994 2025.01.02 23:39:12.444261 [ 265 ] {276c2c39-0513-487f-877f-e0485dbde5c0} <Debug> TCPHandler: Processed in 0.00228009 sec.
7995 2025.01.02 23:39:12.444473 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7996 2025.01.02 23:39:12.444608 [ 260 ] {2846d6fb-a3ea-4b8e-a3db-32dd20e87369} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7997 2025.01.02 23:39:12.444665 [ 260 ] {2846d6fb-a3ea-4b8e-a3db-32dd20e87369} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7998 2025.01.02 23:39:12.445262 [ 260 ] {2846d6fb-a3ea-4b8e-a3db-32dd20e87369} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7999 2025.01.02 23:39:12.445301 [ 260 ] {2846d6fb-a3ea-4b8e-a3db-32dd20e87369} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8000 2025.01.02 23:39:12.445711 [ 260 ] {2846d6fb-a3ea-4b8e-a3db-32dd20e87369} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
8001 2025.01.02 23:39:12.445954 [ 260 ] {2846d6fb-a3ea-4b8e-a3db-32dd20e87369} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8002 2025.01.02 23:39:12.446135 [ 260 ] {2846d6fb-a3ea-4b8e-a3db-32dd20e87369} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001559 sec., 102629.89095574086 rows/sec., 7.15 MiB/sec.
8003 2025.01.02 23:39:12.446192 [ 260 ] {2846d6fb-a3ea-4b8e-a3db-32dd20e87369} <Debug> TCPHandler: Processed in 0.001824924 sec.
8004 2025.01.02 23:39:12.446351 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8005 2025.01.02 23:39:12.446469 [ 265 ] {ffa3233a-df58-426b-a50b-1b8e3c5b5cdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8006 2025.01.02 23:39:12.446523 [ 265 ] {ffa3233a-df58-426b-a50b-1b8e3c5b5cdc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8007 2025.01.02 23:39:12.447045 [ 265 ] {ffa3233a-df58-426b-a50b-1b8e3c5b5cdc} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8008 2025.01.02 23:39:12.447084 [ 265 ] {ffa3233a-df58-426b-a50b-1b8e3c5b5cdc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB.
8009 2025.01.02 23:39:12.447473 [ 265 ] {ffa3233a-df58-426b-a50b-1b8e3c5b5cdc} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
8010 2025.01.02 23:39:12.447708 [ 265 ] {ffa3233a-df58-426b-a50b-1b8e3c5b5cdc} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8011 2025.01.02 23:39:12.447938 [ 265 ] {ffa3233a-df58-426b-a50b-1b8e3c5b5cdc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001489 sec., 40295.500335795834 rows/sec., 2.72 MiB/sec.
8012 2025.01.02 23:39:12.448027 [ 265 ] {ffa3233a-df58-426b-a50b-1b8e3c5b5cdc} <Debug> TCPHandler: Processed in 0.001734403 sec.
8013 2025.01.02 23:39:15.782113 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1118
8014 2025.01.02 23:39:15.785211 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8015 2025.01.02 23:39:15.785272 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
8016 2025.01.02 23:39:15.786772 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
8017 2025.01.02 23:39:15.787104 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8018 2025.01.02 23:39:15.787765 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1118
8019 2025.01.02 23:39:17.446992 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8020 2025.01.02 23:39:17.447301 [ 260 ] {489b56a5-4862-4ff9-bb3c-469234015cb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
8021 2025.01.02 23:39:17.447397 [ 260 ] {489b56a5-4862-4ff9-bb3c-469234015cb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
8022 2025.01.02 23:39:17.448132 [ 260 ] {489b56a5-4862-4ff9-bb3c-469234015cb0} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8023 2025.01.02 23:39:17.448175 [ 260 ] {489b56a5-4862-4ff9-bb3c-469234015cb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
8024 2025.01.02 23:39:17.448606 [ 260 ] {489b56a5-4862-4ff9-bb3c-469234015cb0} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
8025 2025.01.02 23:39:17.448856 [ 260 ] {489b56a5-4862-4ff9-bb3c-469234015cb0} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8026 2025.01.02 23:39:17.449064 [ 260 ] {489b56a5-4862-4ff9-bb3c-469234015cb0} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001847 sec., 7579.859231185707 rows/sec., 545.65 KiB/sec.
8027 2025.01.02 23:39:17.449120 [ 260 ] {489b56a5-4862-4ff9-bb3c-469234015cb0} <Debug> TCPHandler: Processed in 0.00231423 sec.
8028 2025.01.02 23:39:17.449415 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8029 2025.01.02 23:39:17.449614 [ 265 ] {9440a59d-06ae-4a50-a00f-7115586aa2b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
8030 2025.01.02 23:39:17.449688 [ 265 ] {9440a59d-06ae-4a50-a00f-7115586aa2b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
8031 2025.01.02 23:39:17.450442 [ 265 ] {9440a59d-06ae-4a50-a00f-7115586aa2b7} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8032 2025.01.02 23:39:17.450495 [ 265 ] {9440a59d-06ae-4a50-a00f-7115586aa2b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
8033 2025.01.02 23:39:17.450920 [ 265 ] {9440a59d-06ae-4a50-a00f-7115586aa2b7} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
8034 2025.01.02 23:39:17.451180 [ 265 ] {9440a59d-06ae-4a50-a00f-7115586aa2b7} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8035 2025.01.02 23:39:17.451415 [ 265 ] {9440a59d-06ae-4a50-a00f-7115586aa2b7} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001855 sec., 5390.8355795148245 rows/sec., 439.58 KiB/sec.
8036 2025.01.02 23:39:17.451472 [ 265 ] {9440a59d-06ae-4a50-a00f-7115586aa2b7} <Debug> TCPHandler: Processed in 0.002229649 sec.
8037 2025.01.02 23:39:17.451632 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8038 2025.01.02 23:39:17.451769 [ 260 ] {0ac9ef8a-db54-40b2-9b6f-c1653f7de2f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8039 2025.01.02 23:39:17.451826 [ 260 ] {0ac9ef8a-db54-40b2-9b6f-c1653f7de2f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8040 2025.01.02 23:39:17.452587 [ 260 ] {0ac9ef8a-db54-40b2-9b6f-c1653f7de2f4} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8041 2025.01.02 23:39:17.452626 [ 260 ] {0ac9ef8a-db54-40b2-9b6f-c1653f7de2f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
8042 2025.01.02 23:39:17.453016 [ 260 ] {0ac9ef8a-db54-40b2-9b6f-c1653f7de2f4} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
8043 2025.01.02 23:39:17.453247 [ 260 ] {0ac9ef8a-db54-40b2-9b6f-c1653f7de2f4} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8044 2025.01.02 23:39:17.453423 [ 260 ] {0ac9ef8a-db54-40b2-9b6f-c1653f7de2f4} <Debug> executeQuery: Read 288 rows, 25.97 KiB in 0.001685 sec., 170919.88130563797 rows/sec., 15.05 MiB/sec.
8045 2025.01.02 23:39:17.453473 [ 260 ] {0ac9ef8a-db54-40b2-9b6f-c1653f7de2f4} <Debug> TCPHandler: Processed in 0.001907156 sec.
8046 2025.01.02 23:39:17.453622 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8047 2025.01.02 23:39:17.453741 [ 265 ] {b537a3bf-af40-4e94-a47e-e227d2330290} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8048 2025.01.02 23:39:17.453792 [ 265 ] {b537a3bf-af40-4e94-a47e-e227d2330290} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8049 2025.01.02 23:39:17.454408 [ 265 ] {b537a3bf-af40-4e94-a47e-e227d2330290} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8050 2025.01.02 23:39:17.454448 [ 265 ] {b537a3bf-af40-4e94-a47e-e227d2330290} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
8051 2025.01.02 23:39:17.454812 [ 265 ] {b537a3bf-af40-4e94-a47e-e227d2330290} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
8052 2025.01.02 23:39:17.455049 [ 265 ] {b537a3bf-af40-4e94-a47e-e227d2330290} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8053 2025.01.02 23:39:17.455263 [ 265 ] {b537a3bf-af40-4e94-a47e-e227d2330290} <Debug> executeQuery: Read 57 rows, 4.16 KiB in 0.001547 sec., 36845.50743374273 rows/sec., 2.63 MiB/sec.
8054 2025.01.02 23:39:17.455316 [ 265 ] {b537a3bf-af40-4e94-a47e-e227d2330290} <Debug> TCPHandler: Processed in 0.001749563 sec.
8055 2025.01.02 23:39:17.455518 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8056 2025.01.02 23:39:17.455741 [ 260 ] {cc5ccfeb-7d6c-466a-b709-5261bb5eb5f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
8057 2025.01.02 23:39:17.455830 [ 260 ] {cc5ccfeb-7d6c-466a-b709-5261bb5eb5f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8058 2025.01.02 23:39:17.456635 [ 260 ] {cc5ccfeb-7d6c-466a-b709-5261bb5eb5f4} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8059 2025.01.02 23:39:17.456672 [ 260 ] {cc5ccfeb-7d6c-466a-b709-5261bb5eb5f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
8060 2025.01.02 23:39:17.457025 [ 260 ] {cc5ccfeb-7d6c-466a-b709-5261bb5eb5f4} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
8061 2025.01.02 23:39:17.457261 [ 260 ] {cc5ccfeb-7d6c-466a-b709-5261bb5eb5f4} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8062 2025.01.02 23:39:17.457435 [ 260 ] {cc5ccfeb-7d6c-466a-b709-5261bb5eb5f4} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00175 sec., 8000 rows/sec., 560.27 KiB/sec.
8063 2025.01.02 23:39:17.457484 [ 260 ] {cc5ccfeb-7d6c-466a-b709-5261bb5eb5f4} <Debug> TCPHandler: Processed in 0.002073037 sec.
8064 2025.01.02 23:39:17.457624 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8065 2025.01.02 23:39:17.457740 [ 265 ] {68a5c528-2ec9-4ea1-9fe8-1906ba367878} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
8066 2025.01.02 23:39:17.457790 [ 265 ] {68a5c528-2ec9-4ea1-9fe8-1906ba367878} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
8067 2025.01.02 23:39:17.458373 [ 265 ] {68a5c528-2ec9-4ea1-9fe8-1906ba367878} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8068 2025.01.02 23:39:17.458412 [ 265 ] {68a5c528-2ec9-4ea1-9fe8-1906ba367878} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
8069 2025.01.02 23:39:17.458767 [ 265 ] {68a5c528-2ec9-4ea1-9fe8-1906ba367878} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
8070 2025.01.02 23:39:17.459002 [ 265 ] {68a5c528-2ec9-4ea1-9fe8-1906ba367878} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8071 2025.01.02 23:39:17.459216 [ 265 ] {68a5c528-2ec9-4ea1-9fe8-1906ba367878} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001499 sec., 8672.448298865911 rows/sec., 540.73 KiB/sec.
8072 2025.01.02 23:39:17.459268 [ 265 ] {68a5c528-2ec9-4ea1-9fe8-1906ba367878} <Debug> TCPHandler: Processed in 0.001702763 sec.
8073 2025.01.02 23:39:17.459469 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8074 2025.01.02 23:39:17.459690 [ 260 ] {be6bb6ae-f082-4ae1-9bac-73137abb42f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8075 2025.01.02 23:39:17.459776 [ 260 ] {be6bb6ae-f082-4ae1-9bac-73137abb42f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8076 2025.01.02 23:39:17.460743 [ 260 ] {be6bb6ae-f082-4ae1-9bac-73137abb42f2} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8077 2025.01.02 23:39:17.460780 [ 260 ] {be6bb6ae-f082-4ae1-9bac-73137abb42f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
8078 2025.01.02 23:39:17.461154 [ 260 ] {be6bb6ae-f082-4ae1-9bac-73137abb42f2} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
8079 2025.01.02 23:39:17.461387 [ 260 ] {be6bb6ae-f082-4ae1-9bac-73137abb42f2} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8080 2025.01.02 23:39:17.461564 [ 260 ] {be6bb6ae-f082-4ae1-9bac-73137abb42f2} <Debug> executeQuery: Read 432 rows, 31.70 KiB in 0.001928 sec., 224066.39004149378 rows/sec., 16.06 MiB/sec.
8081 2025.01.02 23:39:17.461613 [ 260 ] {be6bb6ae-f082-4ae1-9bac-73137abb42f2} <Debug> TCPHandler: Processed in 0.002252339 sec.
8082 2025.01.02 23:39:17.461763 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8083 2025.01.02 23:39:17.461899 [ 265 ] {33db2361-1c10-4ba3-b619-e6b4e92bd525} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
8084 2025.01.02 23:39:17.461959 [ 265 ] {33db2361-1c10-4ba3-b619-e6b4e92bd525} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
8085 2025.01.02 23:39:17.462504 [ 265 ] {33db2361-1c10-4ba3-b619-e6b4e92bd525} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8086 2025.01.02 23:39:17.462544 [ 265 ] {33db2361-1c10-4ba3-b619-e6b4e92bd525} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
8087 2025.01.02 23:39:17.462908 [ 265 ] {33db2361-1c10-4ba3-b619-e6b4e92bd525} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
8088 2025.01.02 23:39:17.463148 [ 265 ] {33db2361-1c10-4ba3-b619-e6b4e92bd525} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8089 2025.01.02 23:39:17.463306 [ 28 ] {} <Debug> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0
8090 2025.01.02 23:39:17.463394 [ 265 ] {33db2361-1c10-4ba3-b619-e6b4e92bd525} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001517 sec., 3955.174686882004 rows/sec., 206.64 KiB/sec.
8091 2025.01.02 23:39:17.463400 [ 28 ] {} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8092 2025.01.02 23:39:17.463506 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
8093 2025.01.02 23:39:17.463511 [ 265 ] {33db2361-1c10-4ba3-b619-e6b4e92bd525} <Debug> TCPHandler: Processed in 0.001812984 sec.
8094 2025.01.02 23:39:17.463819 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8095 2025.01.02 23:39:17.463828 [ 190 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_30_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_25_5 to all_30_30_0 into Compact with storage Full
8096 2025.01.02 23:39:17.464096 [ 260 ] {7c66b447-f908-44e5-8359-a6a6ef3506dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8097 2025.01.02 23:39:17.464122 [ 190 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_30_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8098 2025.01.02 23:39:17.464207 [ 190 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 150 rows starting from the beginning of the part
8099 2025.01.02 23:39:17.464216 [ 260 ] {7c66b447-f908-44e5-8359-a6a6ef3506dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8100 2025.01.02 23:39:17.464500 [ 190 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part
8101 2025.01.02 23:39:17.464826 [ 190 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part
8102 2025.01.02 23:39:17.465155 [ 190 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part
8103 2025.01.02 23:39:17.465433 [ 190 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 6 rows starting from the beginning of the part
8104 2025.01.02 23:39:17.465619 [ 190 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part
8105 2025.01.02 23:39:17.466352 [ 260 ] {7c66b447-f908-44e5-8359-a6a6ef3506dc} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8106 2025.01.02 23:39:17.466392 [ 260 ] {7c66b447-f908-44e5-8359-a6a6ef3506dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
8107 2025.01.02 23:39:17.467032 [ 260 ] {7c66b447-f908-44e5-8359-a6a6ef3506dc} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
8108 2025.01.02 23:39:17.467164 [ 194 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_30_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 180 rows, containing 4 columns (4 merged, 0 gathered) in 0.003459405 sec., 52032.06909858776 rows/sec., 2.65 MiB/sec.
8109 2025.01.02 23:39:17.467431 [ 194 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_30_6} <Trace> MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary)
8110 2025.01.02 23:39:17.467441 [ 260 ] {7c66b447-f908-44e5-8359-a6a6ef3506dc} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8111 2025.01.02 23:39:17.467914 [ 260 ] {7c66b447-f908-44e5-8359-a6a6ef3506dc} <Debug> executeQuery: Read 242 rows, 16.62 KiB in 0.003888 sec., 62242.798353909464 rows/sec., 4.17 MiB/sec.
8112 2025.01.02 23:39:17.468055 [ 260 ] {7c66b447-f908-44e5-8359-a6a6ef3506dc} <Debug> TCPHandler: Processed in 0.004425028 sec.
8113 2025.01.02 23:39:17.468195 [ 194 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_30_6} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8114 2025.01.02 23:39:17.468241 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8115 2025.01.02 23:39:17.468316 [ 194 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_30_6} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6
8116 2025.01.02 23:39:17.468381 [ 265 ] {a2be9acc-dc85-4aa0-9a0a-2185e0f5d9cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
8117 2025.01.02 23:39:17.468421 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
8118 2025.01.02 23:39:17.468454 [ 265 ] {a2be9acc-dc85-4aa0-9a0a-2185e0f5d9cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
8119 2025.01.02 23:39:17.468922 [ 265 ] {a2be9acc-dc85-4aa0-9a0a-2185e0f5d9cc} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8120 2025.01.02 23:39:17.468960 [ 265 ] {a2be9acc-dc85-4aa0-9a0a-2185e0f5d9cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
8121 2025.01.02 23:39:17.469317 [ 265 ] {a2be9acc-dc85-4aa0-9a0a-2185e0f5d9cc} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
8122 2025.01.02 23:39:17.469557 [ 265 ] {a2be9acc-dc85-4aa0-9a0a-2185e0f5d9cc} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8123 2025.01.02 23:39:17.469810 [ 265 ] {a2be9acc-dc85-4aa0-9a0a-2185e0f5d9cc} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001465 sec., 682.5938566552901 rows/sec., 46.00 KiB/sec.
8124 2025.01.02 23:39:17.469996 [ 265 ] {a2be9acc-dc85-4aa0-9a0a-2185e0f5d9cc} <Debug> TCPHandler: Processed in 0.001832584 sec.
8125 2025.01.02 23:39:17.470194 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8126 2025.01.02 23:39:17.470313 [ 260 ] {aa9b16a3-8c23-4ea4-898d-c2bcbcd04b85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8127 2025.01.02 23:39:17.470388 [ 260 ] {aa9b16a3-8c23-4ea4-898d-c2bcbcd04b85} <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
8128 2025.01.02 23:39:17.471504 [ 260 ] {aa9b16a3-8c23-4ea4-898d-c2bcbcd04b85} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8129 2025.01.02 23:39:17.471542 [ 260 ] {aa9b16a3-8c23-4ea4-898d-c2bcbcd04b85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
8130 2025.01.02 23:39:17.472216 [ 260 ] {aa9b16a3-8c23-4ea4-898d-c2bcbcd04b85} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
8131 2025.01.02 23:39:17.472476 [ 260 ] {aa9b16a3-8c23-4ea4-898d-c2bcbcd04b85} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8132 2025.01.02 23:39:17.472764 [ 260 ] {aa9b16a3-8c23-4ea4-898d-c2bcbcd04b85} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002472 sec., 16181.229773462785 rows/sec., 29.00 MiB/sec.
8133 2025.01.02 23:39:17.473268 [ 260 ] {aa9b16a3-8c23-4ea4-898d-c2bcbcd04b85} <Debug> TCPHandler: Processed in 0.003152442 sec.
8134 2025.01.02 23:39:17.473432 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8135 2025.01.02 23:39:17.473573 [ 265 ] {d52debd5-112d-4106-834c-c1c5d32d705a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8136 2025.01.02 23:39:17.473634 [ 265 ] {d52debd5-112d-4106-834c-c1c5d32d705a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8137 2025.01.02 23:39:17.474226 [ 265 ] {d52debd5-112d-4106-834c-c1c5d32d705a} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8138 2025.01.02 23:39:17.474272 [ 265 ] {d52debd5-112d-4106-834c-c1c5d32d705a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
8139 2025.01.02 23:39:17.474654 [ 265 ] {d52debd5-112d-4106-834c-c1c5d32d705a} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
8140 2025.01.02 23:39:17.474895 [ 265 ] {d52debd5-112d-4106-834c-c1c5d32d705a} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8141 2025.01.02 23:39:17.475112 [ 265 ] {d52debd5-112d-4106-834c-c1c5d32d705a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001571 sec., 52196.053469127946 rows/sec., 3.32 MiB/sec.
8142 2025.01.02 23:39:17.475162 [ 265 ] {d52debd5-112d-4106-834c-c1c5d32d705a} <Debug> TCPHandler: Processed in 0.001799324 sec.
8143 2025.01.02 23:39:18.173872 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 19764
8144 2025.01.02 23:39:18.174599 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8145 2025.01.02 23:39:18.174646 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
8146 2025.01.02 23:39:18.175184 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
8147 2025.01.02 23:39:18.175445 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8148 2025.01.02 23:39:18.175691 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19764
8149 2025.01.02 23:39:19.570686 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 325
8150 2025.01.02 23:39:19.591672 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8151 2025.01.02 23:39:19.591735 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
8152 2025.01.02 23:39:19.599054 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
8153 2025.01.02 23:39:19.599895 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8154 2025.01.02 23:39:19.603421 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 325
8155 2025.01.02 23:39:22.439260 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8156 2025.01.02 23:39:22.439458 [ 260 ] {8dac5f81-5d75-4f5b-8293-b6bd98e8bafc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8157 2025.01.02 23:39:22.439530 [ 260 ] {8dac5f81-5d75-4f5b-8293-b6bd98e8bafc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8158 2025.01.02 23:39:22.440280 [ 260 ] {8dac5f81-5d75-4f5b-8293-b6bd98e8bafc} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8159 2025.01.02 23:39:22.440331 [ 260 ] {8dac5f81-5d75-4f5b-8293-b6bd98e8bafc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
8160 2025.01.02 23:39:22.440782 [ 260 ] {8dac5f81-5d75-4f5b-8293-b6bd98e8bafc} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
8161 2025.01.02 23:39:22.441053 [ 260 ] {8dac5f81-5d75-4f5b-8293-b6bd98e8bafc} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8162 2025.01.02 23:39:22.441281 [ 260 ] {8dac5f81-5d75-4f5b-8293-b6bd98e8bafc} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001874 sec., 29882.604055496264 rows/sec., 2.30 MiB/sec.
8163 2025.01.02 23:39:22.441340 [ 260 ] {8dac5f81-5d75-4f5b-8293-b6bd98e8bafc} <Debug> TCPHandler: Processed in 0.002225319 sec.
8164 2025.01.02 23:39:22.441601 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8165 2025.01.02 23:39:22.441798 [ 265 ] {75690ef8-bfe3-4019-b5c2-236f7f9005dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8166 2025.01.02 23:39:22.441878 [ 265 ] {75690ef8-bfe3-4019-b5c2-236f7f9005dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8167 2025.01.02 23:39:22.442673 [ 265 ] {75690ef8-bfe3-4019-b5c2-236f7f9005dc} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8168 2025.01.02 23:39:22.442727 [ 265 ] {75690ef8-bfe3-4019-b5c2-236f7f9005dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
8169 2025.01.02 23:39:22.443205 [ 265 ] {75690ef8-bfe3-4019-b5c2-236f7f9005dc} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
8170 2025.01.02 23:39:22.443473 [ 265 ] {75690ef8-bfe3-4019-b5c2-236f7f9005dc} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8171 2025.01.02 23:39:22.443739 [ 265 ] {75690ef8-bfe3-4019-b5c2-236f7f9005dc} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001988 sec., 32193.15895372233 rows/sec., 2.51 MiB/sec.
8172 2025.01.02 23:39:22.443808 [ 265 ] {75690ef8-bfe3-4019-b5c2-236f7f9005dc} <Debug> TCPHandler: Processed in 0.00235359 sec.
8173 2025.01.02 23:39:22.444048 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8174 2025.01.02 23:39:22.444259 [ 260 ] {838219ea-607e-4b1d-87b5-79566e329b52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8175 2025.01.02 23:39:22.444323 [ 260 ] {838219ea-607e-4b1d-87b5-79566e329b52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8176 2025.01.02 23:39:22.444927 [ 260 ] {838219ea-607e-4b1d-87b5-79566e329b52} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8177 2025.01.02 23:39:22.444966 [ 260 ] {838219ea-607e-4b1d-87b5-79566e329b52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
8178 2025.01.02 23:39:22.445368 [ 260 ] {838219ea-607e-4b1d-87b5-79566e329b52} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
8179 2025.01.02 23:39:22.445618 [ 260 ] {838219ea-607e-4b1d-87b5-79566e329b52} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8180 2025.01.02 23:39:22.445828 [ 260 ] {838219ea-607e-4b1d-87b5-79566e329b52} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.0016 sec., 100000 rows/sec., 6.96 MiB/sec.
8181 2025.01.02 23:39:22.445881 [ 260 ] {838219ea-607e-4b1d-87b5-79566e329b52} <Debug> TCPHandler: Processed in 0.001958786 sec.
8182 2025.01.02 23:39:22.446096 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8183 2025.01.02 23:39:22.446321 [ 265 ] {c1c0ec80-0b50-4fe5-ac81-d772dbefbf90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8184 2025.01.02 23:39:22.446419 [ 265 ] {c1c0ec80-0b50-4fe5-ac81-d772dbefbf90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8185 2025.01.02 23:39:22.447001 [ 265 ] {c1c0ec80-0b50-4fe5-ac81-d772dbefbf90} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8186 2025.01.02 23:39:22.447041 [ 265 ] {c1c0ec80-0b50-4fe5-ac81-d772dbefbf90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
8187 2025.01.02 23:39:22.447430 [ 265 ] {c1c0ec80-0b50-4fe5-ac81-d772dbefbf90} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
8188 2025.01.02 23:39:22.447678 [ 265 ] {c1c0ec80-0b50-4fe5-ac81-d772dbefbf90} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8189 2025.01.02 23:39:22.447905 [ 265 ] {c1c0ec80-0b50-4fe5-ac81-d772dbefbf90} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00164 sec., 36585.365853658535 rows/sec., 2.47 MiB/sec.
8190 2025.01.02 23:39:22.447957 [ 265 ] {c1c0ec80-0b50-4fe5-ac81-d772dbefbf90} <Debug> TCPHandler: Processed in 0.001973166 sec.
8191 2025.01.02 23:39:25.525092 [ 124 ] {} <Debug> DNSResolver: Updating DNS cache
8192 2025.01.02 23:39:25.525184 [ 124 ] {} <Debug> DNSResolver: Updated DNS cache
8193 2025.01.02 23:39:25.675920 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 20191
8194 2025.01.02 23:39:25.676645 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8195 2025.01.02 23:39:25.676694 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
8196 2025.01.02 23:39:25.677244 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
8197 2025.01.02 23:39:25.677513 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8198 2025.01.02 23:39:25.677767 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20191
8199 2025.01.02 23:39:25.788093 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1150
8200 2025.01.02 23:39:25.791256 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8201 2025.01.02 23:39:25.791309 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
8202 2025.01.02 23:39:25.792843 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
8203 2025.01.02 23:39:25.793161 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8204 2025.01.02 23:39:25.793390 [ 170 ] {} <Debug> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
8205 2025.01.02 23:39:25.793519 [ 170 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8206 2025.01.02 23:39:25.793587 [ 170 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
8207 2025.01.02 23:39:25.794134 [ 189 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::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
8208 2025.01.02 23:39:25.795510 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1150
8209 2025.01.02 23:39:25.795788 [ 189 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8210 2025.01.02 23:39:25.795923 [ 189 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 990 rows starting from the beginning of the part
8211 2025.01.02 23:39:25.796527 [ 189 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 30 rows starting from the beginning of the part
8212 2025.01.02 23:39:25.797083 [ 189 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 32 rows starting from the beginning of the part
8213 2025.01.02 23:39:25.797644 [ 189 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 36 rows starting from the beginning of the part
8214 2025.01.02 23:39:25.798160 [ 189 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 30 rows starting from the beginning of the part
8215 2025.01.02 23:39:25.798722 [ 189 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 32 rows starting from the beginning of the part
8216 2025.01.02 23:39:25.806882 [ 195 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1150 rows, containing 72 columns (72 merged, 0 gathered) in 0.013148002 sec., 87465.76095744433 rows/sec., 69.77 MiB/sec.
8217 2025.01.02 23:39:25.808467 [ 195 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
8218 2025.01.02 23:39:25.809301 [ 195 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_31_6} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8219 2025.01.02 23:39:25.809406 [ 195 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_31_6} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
8220 2025.01.02 23:39:25.809745 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.75 MiB.
8221 2025.01.02 23:39:27.103590 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 332
8222 2025.01.02 23:39:27.124418 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8223 2025.01.02 23:39:27.124460 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
8224 2025.01.02 23:39:27.131850 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
8225 2025.01.02 23:39:27.132646 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8226 2025.01.02 23:39:27.135201 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 332
8227 2025.01.02 23:39:27.445919 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8228 2025.01.02 23:39:27.446213 [ 260 ] {1d465b41-6de5-4289-b8e3-6e2d73fd9a97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
8229 2025.01.02 23:39:27.446324 [ 260 ] {1d465b41-6de5-4289-b8e3-6e2d73fd9a97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
8230 2025.01.02 23:39:27.447241 [ 260 ] {1d465b41-6de5-4289-b8e3-6e2d73fd9a97} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8231 2025.01.02 23:39:27.447289 [ 260 ] {1d465b41-6de5-4289-b8e3-6e2d73fd9a97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
8232 2025.01.02 23:39:27.447707 [ 260 ] {1d465b41-6de5-4289-b8e3-6e2d73fd9a97} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
8233 2025.01.02 23:39:27.447965 [ 260 ] {1d465b41-6de5-4289-b8e3-6e2d73fd9a97} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8234 2025.01.02 23:39:27.448169 [ 260 ] {1d465b41-6de5-4289-b8e3-6e2d73fd9a97} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002037 sec., 6872.852233676976 rows/sec., 494.75 KiB/sec.
8235 2025.01.02 23:39:27.448223 [ 260 ] {1d465b41-6de5-4289-b8e3-6e2d73fd9a97} <Debug> TCPHandler: Processed in 0.002492673 sec.
8236 2025.01.02 23:39:27.448552 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8237 2025.01.02 23:39:27.448826 [ 265 ] {bea67375-58dc-49f1-883e-1140168b7dcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8238 2025.01.02 23:39:27.448899 [ 265 ] {bea67375-58dc-49f1-883e-1140168b7dcf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8239 2025.01.02 23:39:27.449788 [ 265 ] {bea67375-58dc-49f1-883e-1140168b7dcf} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8240 2025.01.02 23:39:27.449842 [ 265 ] {bea67375-58dc-49f1-883e-1140168b7dcf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
8241 2025.01.02 23:39:27.450315 [ 265 ] {bea67375-58dc-49f1-883e-1140168b7dcf} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
8242 2025.01.02 23:39:27.450588 [ 265 ] {bea67375-58dc-49f1-883e-1140168b7dcf} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8243 2025.01.02 23:39:27.450838 [ 265 ] {bea67375-58dc-49f1-883e-1140168b7dcf} <Debug> executeQuery: Read 283 rows, 25.60 KiB in 0.002061 sec., 137311.98447355654 rows/sec., 12.13 MiB/sec.
8244 2025.01.02 23:39:27.450941 [ 265 ] {bea67375-58dc-49f1-883e-1140168b7dcf} <Debug> TCPHandler: Processed in 0.002580883 sec.
8245 2025.01.02 23:39:27.451167 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8246 2025.01.02 23:39:27.451340 [ 260 ] {9b607a6e-f936-4e9b-a616-bd1fbae6203f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8247 2025.01.02 23:39:27.451400 [ 260 ] {9b607a6e-f936-4e9b-a616-bd1fbae6203f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8248 2025.01.02 23:39:27.452051 [ 260 ] {9b607a6e-f936-4e9b-a616-bd1fbae6203f} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8249 2025.01.02 23:39:27.452090 [ 260 ] {9b607a6e-f936-4e9b-a616-bd1fbae6203f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
8250 2025.01.02 23:39:27.452460 [ 260 ] {9b607a6e-f936-4e9b-a616-bd1fbae6203f} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
8251 2025.01.02 23:39:27.452732 [ 260 ] {9b607a6e-f936-4e9b-a616-bd1fbae6203f} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8252 2025.01.02 23:39:27.452930 [ 260 ] {9b607a6e-f936-4e9b-a616-bd1fbae6203f} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.001618 sec., 29048.207663782447 rows/sec., 2.09 MiB/sec.
8253 2025.01.02 23:39:27.453026 [ 260 ] {9b607a6e-f936-4e9b-a616-bd1fbae6203f} <Debug> TCPHandler: Processed in 0.001992016 sec.
8254 2025.01.02 23:39:27.453281 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8255 2025.01.02 23:39:27.453435 [ 265 ] {98a2275f-fe91-4404-b583-8fe001e11501} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
8256 2025.01.02 23:39:27.453493 [ 265 ] {98a2275f-fe91-4404-b583-8fe001e11501} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8257 2025.01.02 23:39:27.454107 [ 265 ] {98a2275f-fe91-4404-b583-8fe001e11501} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8258 2025.01.02 23:39:27.454148 [ 265 ] {98a2275f-fe91-4404-b583-8fe001e11501} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
8259 2025.01.02 23:39:27.454504 [ 265 ] {98a2275f-fe91-4404-b583-8fe001e11501} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
8260 2025.01.02 23:39:27.454750 [ 265 ] {98a2275f-fe91-4404-b583-8fe001e11501} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8261 2025.01.02 23:39:27.454993 [ 265 ] {98a2275f-fe91-4404-b583-8fe001e11501} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001591 sec., 8799.497171590196 rows/sec., 616.26 KiB/sec.
8262 2025.01.02 23:39:27.455045 [ 265 ] {98a2275f-fe91-4404-b583-8fe001e11501} <Debug> TCPHandler: Processed in 0.001902876 sec.
8263 2025.01.02 23:39:27.455255 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8264 2025.01.02 23:39:27.455476 [ 260 ] {b1087705-9bdf-4318-a198-26a49343b20b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
8265 2025.01.02 23:39:27.455566 [ 260 ] {b1087705-9bdf-4318-a198-26a49343b20b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
8266 2025.01.02 23:39:27.456201 [ 260 ] {b1087705-9bdf-4318-a198-26a49343b20b} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8267 2025.01.02 23:39:27.456238 [ 260 ] {b1087705-9bdf-4318-a198-26a49343b20b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
8268 2025.01.02 23:39:27.456587 [ 260 ] {b1087705-9bdf-4318-a198-26a49343b20b} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
8269 2025.01.02 23:39:27.456826 [ 260 ] {b1087705-9bdf-4318-a198-26a49343b20b} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8270 2025.01.02 23:39:27.457008 [ 260 ] {b1087705-9bdf-4318-a198-26a49343b20b} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001587 sec., 8191.556395715185 rows/sec., 510.74 KiB/sec.
8271 2025.01.02 23:39:27.457060 [ 260 ] {b1087705-9bdf-4318-a198-26a49343b20b} <Debug> TCPHandler: Processed in 0.001917105 sec.
8272 2025.01.02 23:39:27.457210 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8273 2025.01.02 23:39:27.457347 [ 265 ] {55724019-4ce9-4bad-907f-a4f4c80d2160} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8274 2025.01.02 23:39:27.457403 [ 265 ] {55724019-4ce9-4bad-907f-a4f4c80d2160} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8275 2025.01.02 23:39:27.458145 [ 265 ] {55724019-4ce9-4bad-907f-a4f4c80d2160} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8276 2025.01.02 23:39:27.458185 [ 265 ] {55724019-4ce9-4bad-907f-a4f4c80d2160} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
8277 2025.01.02 23:39:27.458568 [ 265 ] {55724019-4ce9-4bad-907f-a4f4c80d2160} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
8278 2025.01.02 23:39:27.458807 [ 265 ] {55724019-4ce9-4bad-907f-a4f4c80d2160} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8279 2025.01.02 23:39:27.459025 [ 265 ] {55724019-4ce9-4bad-907f-a4f4c80d2160} <Debug> executeQuery: Read 422 rows, 30.88 KiB in 0.001706 sec., 247362.2508792497 rows/sec., 17.68 MiB/sec.
8280 2025.01.02 23:39:27.459079 [ 265 ] {55724019-4ce9-4bad-907f-a4f4c80d2160} <Debug> TCPHandler: Processed in 0.001934566 sec.
8281 2025.01.02 23:39:27.459281 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8282 2025.01.02 23:39:27.459501 [ 260 ] {c6af1a71-818e-4dc3-9e6f-f9806ddbe2a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
8283 2025.01.02 23:39:27.459594 [ 260 ] {c6af1a71-818e-4dc3-9e6f-f9806ddbe2a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
8284 2025.01.02 23:39:27.460136 [ 260 ] {c6af1a71-818e-4dc3-9e6f-f9806ddbe2a9} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8285 2025.01.02 23:39:27.460174 [ 260 ] {c6af1a71-818e-4dc3-9e6f-f9806ddbe2a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
8286 2025.01.02 23:39:27.460537 [ 260 ] {c6af1a71-818e-4dc3-9e6f-f9806ddbe2a9} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
8287 2025.01.02 23:39:27.460775 [ 260 ] {c6af1a71-818e-4dc3-9e6f-f9806ddbe2a9} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8288 2025.01.02 23:39:27.460993 [ 260 ] {c6af1a71-818e-4dc3-9e6f-f9806ddbe2a9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001543 sec., 3888.528839922229 rows/sec., 203.16 KiB/sec.
8289 2025.01.02 23:39:27.461170 [ 260 ] {c6af1a71-818e-4dc3-9e6f-f9806ddbe2a9} <Debug> TCPHandler: Processed in 0.001991806 sec.
8290 2025.01.02 23:39:27.461372 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8291 2025.01.02 23:39:27.461490 [ 265 ] {37253920-1709-4c0d-88da-3c308006ebe8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8292 2025.01.02 23:39:27.461543 [ 265 ] {37253920-1709-4c0d-88da-3c308006ebe8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8293 2025.01.02 23:39:27.462116 [ 265 ] {37253920-1709-4c0d-88da-3c308006ebe8} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8294 2025.01.02 23:39:27.462156 [ 265 ] {37253920-1709-4c0d-88da-3c308006ebe8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
8295 2025.01.02 23:39:27.462548 [ 265 ] {37253920-1709-4c0d-88da-3c308006ebe8} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
8296 2025.01.02 23:39:27.462793 [ 265 ] {37253920-1709-4c0d-88da-3c308006ebe8} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8297 2025.01.02 23:39:27.463031 [ 265 ] {37253920-1709-4c0d-88da-3c308006ebe8} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001566 sec., 151340.99616858238 rows/sec., 10.14 MiB/sec.
8298 2025.01.02 23:39:27.463082 [ 265 ] {37253920-1709-4c0d-88da-3c308006ebe8} <Debug> TCPHandler: Processed in 0.001808344 sec.
8299 2025.01.02 23:39:27.463284 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8300 2025.01.02 23:39:27.463503 [ 260 ] {73c83fc4-dfe4-4665-bf16-af2c3f537f84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
8301 2025.01.02 23:39:27.463597 [ 260 ] {73c83fc4-dfe4-4665-bf16-af2c3f537f84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
8302 2025.01.02 23:39:27.464124 [ 260 ] {73c83fc4-dfe4-4665-bf16-af2c3f537f84} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8303 2025.01.02 23:39:27.464161 [ 260 ] {73c83fc4-dfe4-4665-bf16-af2c3f537f84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
8304 2025.01.02 23:39:27.464513 [ 260 ] {73c83fc4-dfe4-4665-bf16-af2c3f537f84} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
8305 2025.01.02 23:39:27.464771 [ 260 ] {73c83fc4-dfe4-4665-bf16-af2c3f537f84} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8306 2025.01.02 23:39:27.464901 [ 125 ] {} <Debug> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
8307 2025.01.02 23:39:27.464946 [ 125 ] {} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8308 2025.01.02 23:39:27.464965 [ 260 ] {73c83fc4-dfe4-4665-bf16-af2c3f537f84} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001515 sec., 660.06600660066 rows/sec., 44.48 KiB/sec.
8309 2025.01.02 23:39:27.464977 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
8310 2025.01.02 23:39:27.465053 [ 260 ] {73c83fc4-dfe4-4665-bf16-af2c3f537f84} <Debug> TCPHandler: Processed in 0.001874915 sec.
8311 2025.01.02 23:39:27.465285 [ 200 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::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
8312 2025.01.02 23:39:27.465294 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8313 2025.01.02 23:39:27.465616 [ 265 ] {03b8040a-2aa5-4c51-bce7-2f60eaea79a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8314 2025.01.02 23:39:27.465635 [ 200 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8315 2025.01.02 23:39:27.465731 [ 200 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 28 rows starting from the beginning of the part
8316 2025.01.02 23:39:27.465812 [ 265 ] {03b8040a-2aa5-4c51-bce7-2f60eaea79a0} <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
8317 2025.01.02 23:39:27.466062 [ 200 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 1 rows starting from the beginning of the part
8318 2025.01.02 23:39:27.466441 [ 200 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1 rows starting from the beginning of the part
8319 2025.01.02 23:39:27.466778 [ 200 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1 rows starting from the beginning of the part
8320 2025.01.02 23:39:27.467134 [ 200 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1 rows starting from the beginning of the part
8321 2025.01.02 23:39:27.467484 [ 200 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1 rows starting from the beginning of the part
8322 2025.01.02 23:39:27.471133 [ 200 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 33 rows, containing 4 columns (4 merged, 0 gathered) in 0.006036239 sec., 5466.980349850296 rows/sec., 367.09 KiB/sec.
8323 2025.01.02 23:39:27.471399 [ 200 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
8324 2025.01.02 23:39:27.471569 [ 265 ] {03b8040a-2aa5-4c51-bce7-2f60eaea79a0} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8325 2025.01.02 23:39:27.471634 [ 265 ] {03b8040a-2aa5-4c51-bce7-2f60eaea79a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
8326 2025.01.02 23:39:27.472074 [ 200 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_31_6} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8327 2025.01.02 23:39:27.472297 [ 200 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_31_6} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
8328 2025.01.02 23:39:27.472454 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB.
8329 2025.01.02 23:39:27.472851 [ 265 ] {03b8040a-2aa5-4c51-bce7-2f60eaea79a0} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
8330 2025.01.02 23:39:27.473124 [ 265 ] {03b8040a-2aa5-4c51-bce7-2f60eaea79a0} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8331 2025.01.02 23:39:27.473340 [ 125 ] {} <Debug> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
8332 2025.01.02 23:39:27.473425 [ 265 ] {03b8040a-2aa5-4c51-bce7-2f60eaea79a0} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.007898 sec., 5064.573309698658 rows/sec., 9.08 MiB/sec.
8333 2025.01.02 23:39:27.473435 [ 125 ] {} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8334 2025.01.02 23:39:27.473541 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
8335 2025.01.02 23:39:27.473865 [ 265 ] {03b8040a-2aa5-4c51-bce7-2f60eaea79a0} <Debug> TCPHandler: Processed in 0.008690814 sec.
8336 2025.01.02 23:39:27.473974 [ 198 ] {cc79507e-c368-4663-95ab-c05f18185f75::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
8337 2025.01.02 23:39:27.474219 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8338 2025.01.02 23:39:27.474746 [ 260 ] {fc5c9d59-b08f-433c-b101-f5c08432d4cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8339 2025.01.02 23:39:27.474882 [ 260 ] {fc5c9d59-b08f-433c-b101-f5c08432d4cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8340 2025.01.02 23:39:27.475237 [ 198 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8341 2025.01.02 23:39:27.475493 [ 198 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 950 rows starting from the beginning of the part
8342 2025.01.02 23:39:27.476192 [ 198 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 40 rows starting from the beginning of the part
8343 2025.01.02 23:39:27.476923 [ 198 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 40 rows starting from the beginning of the part
8344 2025.01.02 23:39:27.477044 [ 260 ] {fc5c9d59-b08f-433c-b101-f5c08432d4cc} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8345 2025.01.02 23:39:27.477144 [ 260 ] {fc5c9d59-b08f-433c-b101-f5c08432d4cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
8346 2025.01.02 23:39:27.477567 [ 198 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 40 rows starting from the beginning of the part
8347 2025.01.02 23:39:27.478227 [ 198 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 40 rows starting from the beginning of the part
8348 2025.01.02 23:39:27.478833 [ 198 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 40 rows starting from the beginning of the part
8349 2025.01.02 23:39:27.478917 [ 260 ] {fc5c9d59-b08f-433c-b101-f5c08432d4cc} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
8350 2025.01.02 23:39:27.479732 [ 260 ] {fc5c9d59-b08f-433c-b101-f5c08432d4cc} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8351 2025.01.02 23:39:27.480250 [ 260 ] {fc5c9d59-b08f-433c-b101-f5c08432d4cc} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005694 sec., 14401.123990165086 rows/sec., 936.60 KiB/sec.
8352 2025.01.02 23:39:27.480593 [ 260 ] {fc5c9d59-b08f-433c-b101-f5c08432d4cc} <Debug> TCPHandler: Processed in 0.006592927 sec.
8353 2025.01.02 23:39:27.489112 [ 186 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1150 rows, containing 19 columns (19 merged, 0 gathered) in 0.015403562 sec., 74658.05636384623 rows/sec., 133.78 MiB/sec.
8354 2025.01.02 23:39:27.490494 [ 186 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
8355 2025.01.02 23:39:27.490915 [ 186 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8356 2025.01.02 23:39:27.491009 [ 186 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
8357 2025.01.02 23:39:27.491166 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.64 MiB.
8358 2025.01.02 23:39:28.000226 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 219.36 MiB, peak 227.95 MiB, free memory in arenas 0.00 B, will set to 222.30 MiB (RSS), difference: 2.94 MiB
8359 2025.01.02 23:39:28.704885 [ 102 ] {} <Debug> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0
8360 2025.01.02 23:39:28.704958 [ 102 ] {} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8361 2025.01.02 23:39:28.704983 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
8362 2025.01.02 23:39:28.705217 [ 199 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::all_1_17_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_13_3 to all_17_17_0 into Compact with storage Full
8363 2025.01.02 23:39:28.705424 [ 199 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8364 2025.01.02 23:39:28.705466 [ 199 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 18 rows starting from the beginning of the part
8365 2025.01.02 23:39:28.705558 [ 199 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 4 rows starting from the beginning of the part
8366 2025.01.02 23:39:28.705797 [ 199 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 2 rows starting from the beginning of the part
8367 2025.01.02 23:39:28.706043 [ 199 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 2 rows starting from the beginning of the part
8368 2025.01.02 23:39:28.706176 [ 199 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 10 rows starting from the beginning of the part
8369 2025.01.02 23:39:28.707308 [ 186 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002233719 sec., 16116.619861316487 rows/sec., 1.34 MiB/sec.
8370 2025.01.02 23:39:28.707511 [ 186 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary)
8371 2025.01.02 23:39:28.707866 [ 186 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::all_1_17_4} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8372 2025.01.02 23:39:28.707971 [ 186 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::all_1_17_4} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4
8373 2025.01.02 23:39:28.708075 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
8374 2025.01.02 23:39:32.468975 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8375 2025.01.02 23:39:32.469282 [ 260 ] {eef6fe16-2591-426a-a4b9-7bb34a3d3fd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
8376 2025.01.02 23:39:32.469392 [ 260 ] {eef6fe16-2591-426a-a4b9-7bb34a3d3fd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
8377 2025.01.02 23:39:32.470333 [ 260 ] {eef6fe16-2591-426a-a4b9-7bb34a3d3fd2} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8378 2025.01.02 23:39:32.470385 [ 260 ] {eef6fe16-2591-426a-a4b9-7bb34a3d3fd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
8379 2025.01.02 23:39:32.470804 [ 260 ] {eef6fe16-2591-426a-a4b9-7bb34a3d3fd2} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
8380 2025.01.02 23:39:32.471063 [ 260 ] {eef6fe16-2591-426a-a4b9-7bb34a3d3fd2} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8381 2025.01.02 23:39:32.471298 [ 260 ] {eef6fe16-2591-426a-a4b9-7bb34a3d3fd2} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002099 sec., 1905.6693663649355 rows/sec., 155.39 KiB/sec.
8382 2025.01.02 23:39:32.471364 [ 260 ] {eef6fe16-2591-426a-a4b9-7bb34a3d3fd2} <Debug> TCPHandler: Processed in 0.002561344 sec.
8383 2025.01.02 23:39:32.471642 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8384 2025.01.02 23:39:32.471860 [ 265 ] {1febe18b-2579-4c61-b5b3-c69015011fe2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8385 2025.01.02 23:39:32.471940 [ 265 ] {1febe18b-2579-4c61-b5b3-c69015011fe2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8386 2025.01.02 23:39:32.473309 [ 265 ] {1febe18b-2579-4c61-b5b3-c69015011fe2} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8387 2025.01.02 23:39:32.473360 [ 265 ] {1febe18b-2579-4c61-b5b3-c69015011fe2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
8388 2025.01.02 23:39:32.473871 [ 265 ] {1febe18b-2579-4c61-b5b3-c69015011fe2} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
8389 2025.01.02 23:39:32.474131 [ 265 ] {1febe18b-2579-4c61-b5b3-c69015011fe2} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8390 2025.01.02 23:39:32.474317 [ 78 ] {} <Debug> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
8391 2025.01.02 23:39:32.474384 [ 265 ] {1febe18b-2579-4c61-b5b3-c69015011fe2} <Debug> executeQuery: Read 1198 rows, 101.11 KiB in 0.002582 sec., 463981.409759876 rows/sec., 38.24 MiB/sec.
8392 2025.01.02 23:39:32.474403 [ 78 ] {} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8393 2025.01.02 23:39:32.474490 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
8394 2025.01.02 23:39:32.474530 [ 265 ] {1febe18b-2579-4c61-b5b3-c69015011fe2} <Debug> TCPHandler: Processed in 0.003027799 sec.
8395 2025.01.02 23:39:32.474750 [ 199 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full
8396 2025.01.02 23:39:32.474764 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8397 2025.01.02 23:39:32.474994 [ 199 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8398 2025.01.02 23:39:32.475026 [ 260 ] {d7df7446-4e81-4a87-b3cf-ad61d5289451} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8399 2025.01.02 23:39:32.475054 [ 199 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1435 rows starting from the beginning of the part
8400 2025.01.02 23:39:32.475139 [ 260 ] {d7df7446-4e81-4a87-b3cf-ad61d5289451} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8401 2025.01.02 23:39:32.475264 [ 199 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 56 rows starting from the beginning of the part
8402 2025.01.02 23:39:32.475613 [ 199 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 288 rows starting from the beginning of the part
8403 2025.01.02 23:39:32.475974 [ 199 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 56 rows starting from the beginning of the part
8404 2025.01.02 23:39:32.476332 [ 199 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 283 rows starting from the beginning of the part
8405 2025.01.02 23:39:32.476682 [ 199 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 1198 rows starting from the beginning of the part
8406 2025.01.02 23:39:32.478222 [ 260 ] {d7df7446-4e81-4a87-b3cf-ad61d5289451} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8407 2025.01.02 23:39:32.478288 [ 260 ] {d7df7446-4e81-4a87-b3cf-ad61d5289451} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
8408 2025.01.02 23:39:32.479310 [ 260 ] {d7df7446-4e81-4a87-b3cf-ad61d5289451} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
8409 2025.01.02 23:39:32.479659 [ 260 ] {d7df7446-4e81-4a87-b3cf-ad61d5289451} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8410 2025.01.02 23:39:32.479862 [ 78 ] {} <Debug> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470) (MergerMutator): Selected 6 parts from all_1_35_7 to all_40_40_0
8411 2025.01.02 23:39:32.479944 [ 78 ] {} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8412 2025.01.02 23:39:32.480044 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
8413 2025.01.02 23:39:32.480035 [ 260 ] {d7df7446-4e81-4a87-b3cf-ad61d5289451} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.005037 sec., 794.1234862021045 rows/sec., 55.45 KiB/sec.
8414 2025.01.02 23:39:32.480469 [ 260 ] {d7df7446-4e81-4a87-b3cf-ad61d5289451} <Debug> TCPHandler: Processed in 0.005809436 sec.
8415 2025.01.02 23:39:32.480579 [ 186 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_40_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_35_7 to all_40_40_0 into Compact with storage Full
8416 2025.01.02 23:39:32.480981 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8417 2025.01.02 23:39:32.481042 [ 199 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3316 rows, containing 5 columns (5 merged, 0 gathered) in 0.006442525 sec., 514705.0263677673 rows/sec., 45.10 MiB/sec.
8418 2025.01.02 23:39:32.481093 [ 186 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_40_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8419 2025.01.02 23:39:32.481168 [ 186 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_35_7, total 65 rows starting from the beginning of the part
8420 2025.01.02 23:39:32.481351 [ 265 ] {8ede8068-dc58-4630-ad6d-67517f0a1e81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
8421 2025.01.02 23:39:32.481452 [ 199 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
8422 2025.01.02 23:39:32.481607 [ 186 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 2 rows starting from the beginning of the part
8423 2025.01.02 23:39:32.481671 [ 265 ] {8ede8068-dc58-4630-ad6d-67517f0a1e81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8424 2025.01.02 23:39:32.482183 [ 186 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 47 rows starting from the beginning of the part
8425 2025.01.02 23:39:32.482529 [ 193 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_61_12} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8426 2025.01.02 23:39:32.482563 [ 186 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 57 rows starting from the beginning of the part
8427 2025.01.02 23:39:32.482945 [ 186 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 47 rows starting from the beginning of the part
8428 2025.01.02 23:39:32.483008 [ 193 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_61_12} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
8429 2025.01.02 23:39:32.483361 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB.
8430 2025.01.02 23:39:32.483398 [ 186 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 4 rows starting from the beginning of the part
8431 2025.01.02 23:39:32.485267 [ 265 ] {8ede8068-dc58-4630-ad6d-67517f0a1e81} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8432 2025.01.02 23:39:32.485340 [ 265 ] {8ede8068-dc58-4630-ad6d-67517f0a1e81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
8433 2025.01.02 23:39:32.486180 [ 186 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_40_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 222 rows, containing 5 columns (5 merged, 0 gathered) in 0.005996768 sec., 37019.94140843867 rows/sec., 2.78 MiB/sec.
8434 2025.01.02 23:39:32.486334 [ 265 ] {8ede8068-dc58-4630-ad6d-67517f0a1e81} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
8435 2025.01.02 23:39:32.486344 [ 186 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_40_8} <Trace> MergedBlockOutputStream: filled checksums all_1_40_8 (state Temporary)
8436 2025.01.02 23:39:32.486832 [ 265 ] {8ede8068-dc58-4630-ad6d-67517f0a1e81} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8437 2025.01.02 23:39:32.486856 [ 186 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_40_8} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_merge_all_1_40_8 to all_1_40_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8438 2025.01.02 23:39:32.487047 [ 186 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_40_8} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470) (MergerMutator): Merged 6 parts: [all_1_35_7, all_40_40_0] -> all_1_40_8
8439 2025.01.02 23:39:32.487112 [ 78 ] {} <Debug> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
8440 2025.01.02 23:39:32.487201 [ 78 ] {} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8441 2025.01.02 23:39:32.487276 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
8442 2025.01.02 23:39:32.487343 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
8443 2025.01.02 23:39:32.487400 [ 265 ] {8ede8068-dc58-4630-ad6d-67517f0a1e81} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.006197 sec., 36791.9961271583 rows/sec., 2.49 MiB/sec.
8444 2025.01.02 23:39:32.487640 [ 265 ] {8ede8068-dc58-4630-ad6d-67517f0a1e81} <Debug> TCPHandler: Processed in 0.007013342 sec.
8445 2025.01.02 23:39:32.487673 [ 193 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full
8446 2025.01.02 23:39:32.487850 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8447 2025.01.02 23:39:32.487893 [ 193 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8448 2025.01.02 23:39:32.487938 [ 193 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 244 rows starting from the beginning of the part
8449 2025.01.02 23:39:32.488176 [ 260 ] {5a6576fd-0277-45cc-a721-beef487bab1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8450 2025.01.02 23:39:32.488216 [ 193 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 228 rows starting from the beginning of the part
8451 2025.01.02 23:39:32.488402 [ 260 ] {5a6576fd-0277-45cc-a721-beef487bab1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8452 2025.01.02 23:39:32.488527 [ 193 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 14 rows starting from the beginning of the part
8453 2025.01.02 23:39:32.488903 [ 193 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 14 rows starting from the beginning of the part
8454 2025.01.02 23:39:32.489202 [ 193 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 14 rows starting from the beginning of the part
8455 2025.01.02 23:39:32.489594 [ 193 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 228 rows starting from the beginning of the part
8456 2025.01.02 23:39:32.491410 [ 260 ] {5a6576fd-0277-45cc-a721-beef487bab1f} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8457 2025.01.02 23:39:32.491494 [ 260 ] {5a6576fd-0277-45cc-a721-beef487bab1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
8458 2025.01.02 23:39:32.492455 [ 201 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 742 rows, containing 5 columns (5 merged, 0 gathered) in 0.004998136 sec., 148455.34415229998 rows/sec., 10.62 MiB/sec.
8459 2025.01.02 23:39:32.492487 [ 260 ] {5a6576fd-0277-45cc-a721-beef487bab1f} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
8460 2025.01.02 23:39:32.492654 [ 192 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
8461 2025.01.02 23:39:32.492930 [ 260 ] {5a6576fd-0277-45cc-a721-beef487bab1f} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8462 2025.01.02 23:39:32.493194 [ 78 ] {} <Debug> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
8463 2025.01.02 23:39:32.493282 [ 188 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_41_8} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8464 2025.01.02 23:39:32.493326 [ 78 ] {} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8465 2025.01.02 23:39:32.493428 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
8466 2025.01.02 23:39:32.493573 [ 260 ] {5a6576fd-0277-45cc-a721-beef487bab1f} <Debug> executeQuery: Read 524 rows, 39.73 KiB in 0.005482 sec., 95585.55271798614 rows/sec., 7.08 MiB/sec.
8467 2025.01.02 23:39:32.493627 [ 188 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_41_8} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
8468 2025.01.02 23:39:32.494086 [ 192 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full
8469 2025.01.02 23:39:32.494098 [ 260 ] {5a6576fd-0277-45cc-a721-beef487bab1f} <Debug> TCPHandler: Processed in 0.006338193 sec.
8470 2025.01.02 23:39:32.494142 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB.
8471 2025.01.02 23:39:32.494583 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8472 2025.01.02 23:39:32.494681 [ 192 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8473 2025.01.02 23:39:32.494761 [ 192 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 914 rows starting from the beginning of the part
8474 2025.01.02 23:39:32.495188 [ 192 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 64 rows starting from the beginning of the part
8475 2025.01.02 23:39:32.495529 [ 265 ] {38a3c6d5-933c-42ca-9253-c6bd32f75247} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8476 2025.01.02 23:39:32.495610 [ 192 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 432 rows starting from the beginning of the part
8477 2025.01.02 23:39:32.495813 [ 265 ] {38a3c6d5-933c-42ca-9253-c6bd32f75247} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8478 2025.01.02 23:39:32.495911 [ 192 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 64 rows starting from the beginning of the part
8479 2025.01.02 23:39:32.496222 [ 192 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 422 rows starting from the beginning of the part
8480 2025.01.02 23:39:32.496642 [ 192 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 524 rows starting from the beginning of the part
8481 2025.01.02 23:39:32.498657 [ 265 ] {38a3c6d5-933c-42ca-9253-c6bd32f75247} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8482 2025.01.02 23:39:32.498729 [ 265 ] {38a3c6d5-933c-42ca-9253-c6bd32f75247} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
8483 2025.01.02 23:39:32.499583 [ 265 ] {38a3c6d5-933c-42ca-9253-c6bd32f75247} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
8484 2025.01.02 23:39:32.499597 [ 188 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2420 rows, containing 5 columns (5 merged, 0 gathered) in 0.006039249 sec., 400712.07529280544 rows/sec., 30.74 MiB/sec.
8485 2025.01.02 23:39:32.499945 [ 201 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
8486 2025.01.02 23:39:32.500040 [ 265 ] {38a3c6d5-933c-42ca-9253-c6bd32f75247} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8487 2025.01.02 23:39:32.500325 [ 78 ] {} <Debug> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
8488 2025.01.02 23:39:32.500404 [ 78 ] {} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8489 2025.01.02 23:39:32.500484 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
8490 2025.01.02 23:39:32.500553 [ 265 ] {38a3c6d5-933c-42ca-9253-c6bd32f75247} <Debug> executeQuery: Read 882 rows, 60.77 KiB in 0.005615 sec., 157079.25200356188 rows/sec., 10.57 MiB/sec.
8491 2025.01.02 23:39:32.501061 [ 201 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_61_12} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8492 2025.01.02 23:39:32.501057 [ 188 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full
8493 2025.01.02 23:39:32.501226 [ 265 ] {38a3c6d5-933c-42ca-9253-c6bd32f75247} <Debug> TCPHandler: Processed in 0.006927821 sec.
8494 2025.01.02 23:39:32.501474 [ 201 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_61_12} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
8495 2025.01.02 23:39:32.501751 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB.
8496 2025.01.02 23:39:32.501841 [ 188 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8497 2025.01.02 23:39:32.502014 [ 188 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_56_11, total 18145 rows starting from the beginning of the part
8498 2025.01.02 23:39:32.502109 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8499 2025.01.02 23:39:32.502376 [ 188 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 160 rows starting from the beginning of the part
8500 2025.01.02 23:39:32.502507 [ 260 ] {9259f2fb-1573-4d7e-abee-d26b890523be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8501 2025.01.02 23:39:32.502695 [ 260 ] {9259f2fb-1573-4d7e-abee-d26b890523be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8502 2025.01.02 23:39:32.502722 [ 188 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 242 rows starting from the beginning of the part
8503 2025.01.02 23:39:32.503115 [ 188 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 160 rows starting from the beginning of the part
8504 2025.01.02 23:39:32.503537 [ 188 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 237 rows starting from the beginning of the part
8505 2025.01.02 23:39:32.503816 [ 188 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 882 rows starting from the beginning of the part
8506 2025.01.02 23:39:32.504923 [ 260 ] {9259f2fb-1573-4d7e-abee-d26b890523be} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8507 2025.01.02 23:39:32.504994 [ 260 ] {9259f2fb-1573-4d7e-abee-d26b890523be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
8508 2025.01.02 23:39:32.505581 [ 260 ] {9259f2fb-1573-4d7e-abee-d26b890523be} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
8509 2025.01.02 23:39:32.505872 [ 260 ] {9259f2fb-1573-4d7e-abee-d26b890523be} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8510 2025.01.02 23:39:32.506122 [ 78 ] {} <Debug> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
8511 2025.01.02 23:39:32.506210 [ 78 ] {} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8512 2025.01.02 23:39:32.506305 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
8513 2025.01.02 23:39:32.506540 [ 260 ] {9259f2fb-1573-4d7e-abee-d26b890523be} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004108 sec., 14605.647517039923 rows/sec., 1007.94 KiB/sec.
8514 2025.01.02 23:39:32.506874 [ 260 ] {9259f2fb-1573-4d7e-abee-d26b890523be} <Debug> TCPHandler: Processed in 0.004906244 sec.
8515 2025.01.02 23:39:32.506971 [ 194 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full
8516 2025.01.02 23:39:32.507388 [ 194 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8517 2025.01.02 23:39:32.507458 [ 194 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3524 rows starting from the beginning of the part
8518 2025.01.02 23:39:32.507738 [ 194 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 60 rows starting from the beginning of the part
8519 2025.01.02 23:39:32.507881 [ 194 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 82 rows starting from the beginning of the part
8520 2025.01.02 23:39:32.508039 [ 194 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 60 rows starting from the beginning of the part
8521 2025.01.02 23:39:32.508247 [ 194 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 82 rows starting from the beginning of the part
8522 2025.01.02 23:39:32.508390 [ 194 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 60 rows starting from the beginning of the part
8523 2025.01.02 23:39:32.510879 [ 201 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3868 rows, containing 4 columns (4 merged, 0 gathered) in 0.004382348 sec., 882631.8676654615 rows/sec., 57.50 MiB/sec.
8524 2025.01.02 23:39:32.511201 [ 190 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
8525 2025.01.02 23:39:32.511838 [ 190 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_61_12} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8526 2025.01.02 23:39:32.511899 [ 191 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 19826 rows, containing 5 columns (5 merged, 0 gathered) in 0.011287189 sec., 1756504.6531957602 rows/sec., 118.36 MiB/sec.
8527 2025.01.02 23:39:32.511992 [ 190 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_61_12} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
8528 2025.01.02 23:39:32.512117 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB.
8529 2025.01.02 23:39:32.512308 [ 191 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
8530 2025.01.02 23:39:32.512620 [ 191 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8531 2025.01.02 23:39:32.512702 [ 191 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
8532 2025.01.02 23:39:32.512795 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.30 MiB.
8533 2025.01.02 23:39:33.178023 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 20679
8534 2025.01.02 23:39:33.179129 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8535 2025.01.02 23:39:33.179217 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
8536 2025.01.02 23:39:33.179935 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
8537 2025.01.02 23:39:33.180287 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8538 2025.01.02 23:39:33.180532 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20679
8539 2025.01.02 23:39:34.635366 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 340
8540 2025.01.02 23:39:34.656951 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8541 2025.01.02 23:39:34.657032 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
8542 2025.01.02 23:39:34.664896 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
8543 2025.01.02 23:39:34.665777 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8544 2025.01.02 23:39:34.669735 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 340
8545 2025.01.02 23:39:35.795843 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1186
8546 2025.01.02 23:39:35.799143 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8547 2025.01.02 23:39:35.799189 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
8548 2025.01.02 23:39:35.800689 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
8549 2025.01.02 23:39:35.801030 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8550 2025.01.02 23:39:35.801592 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1186
8551 2025.01.02 23:39:37.445803 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8552 2025.01.02 23:39:37.445988 [ 260 ] {ec5839a2-5a84-4652-adb3-e83db73b4a61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
8553 2025.01.02 23:39:37.446060 [ 260 ] {ec5839a2-5a84-4652-adb3-e83db73b4a61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
8554 2025.01.02 23:39:37.446828 [ 260 ] {ec5839a2-5a84-4652-adb3-e83db73b4a61} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8555 2025.01.02 23:39:37.446878 [ 260 ] {ec5839a2-5a84-4652-adb3-e83db73b4a61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
8556 2025.01.02 23:39:37.447321 [ 260 ] {ec5839a2-5a84-4652-adb3-e83db73b4a61} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
8557 2025.01.02 23:39:37.447586 [ 260 ] {ec5839a2-5a84-4652-adb3-e83db73b4a61} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8558 2025.01.02 23:39:37.447834 [ 260 ] {ec5839a2-5a84-4652-adb3-e83db73b4a61} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001894 sec., 7391.763463569166 rows/sec., 532.11 KiB/sec.
8559 2025.01.02 23:39:37.447955 [ 260 ] {ec5839a2-5a84-4652-adb3-e83db73b4a61} <Debug> TCPHandler: Processed in 0.00227904 sec.
8560 2025.01.02 23:39:37.448228 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8561 2025.01.02 23:39:37.448423 [ 265 ] {6e3f1131-9b80-49e1-9c36-c3e7115d4048} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8562 2025.01.02 23:39:37.448494 [ 265 ] {6e3f1131-9b80-49e1-9c36-c3e7115d4048} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8563 2025.01.02 23:39:37.449398 [ 265 ] {6e3f1131-9b80-49e1-9c36-c3e7115d4048} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8564 2025.01.02 23:39:37.449440 [ 265 ] {6e3f1131-9b80-49e1-9c36-c3e7115d4048} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
8565 2025.01.02 23:39:37.449907 [ 265 ] {6e3f1131-9b80-49e1-9c36-c3e7115d4048} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
8566 2025.01.02 23:39:37.450177 [ 265 ] {6e3f1131-9b80-49e1-9c36-c3e7115d4048} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8567 2025.01.02 23:39:37.450374 [ 265 ] {6e3f1131-9b80-49e1-9c36-c3e7115d4048} <Debug> executeQuery: Read 283 rows, 25.60 KiB in 0.002005 sec., 141147.13216957607 rows/sec., 12.47 MiB/sec.
8568 2025.01.02 23:39:37.450433 [ 265 ] {6e3f1131-9b80-49e1-9c36-c3e7115d4048} <Debug> TCPHandler: Processed in 0.002338351 sec.
8569 2025.01.02 23:39:37.450585 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8570 2025.01.02 23:39:37.450732 [ 260 ] {f2a91f23-334e-4866-ae4a-1826d0a02da6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8571 2025.01.02 23:39:37.450793 [ 260 ] {f2a91f23-334e-4866-ae4a-1826d0a02da6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8572 2025.01.02 23:39:37.451442 [ 260 ] {f2a91f23-334e-4866-ae4a-1826d0a02da6} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8573 2025.01.02 23:39:37.451484 [ 260 ] {f2a91f23-334e-4866-ae4a-1826d0a02da6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
8574 2025.01.02 23:39:37.451864 [ 260 ] {f2a91f23-334e-4866-ae4a-1826d0a02da6} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
8575 2025.01.02 23:39:37.452117 [ 260 ] {f2a91f23-334e-4866-ae4a-1826d0a02da6} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8576 2025.01.02 23:39:37.452327 [ 260 ] {f2a91f23-334e-4866-ae4a-1826d0a02da6} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.001632 sec., 28799.019607843136 rows/sec., 2.07 MiB/sec.
8577 2025.01.02 23:39:37.452384 [ 260 ] {f2a91f23-334e-4866-ae4a-1826d0a02da6} <Debug> TCPHandler: Processed in 0.001865424 sec.
8578 2025.01.02 23:39:37.452545 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8579 2025.01.02 23:39:37.452662 [ 265 ] {94e7ecdf-0e46-4dda-8fb5-14e2211b2562} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
8580 2025.01.02 23:39:37.452714 [ 265 ] {94e7ecdf-0e46-4dda-8fb5-14e2211b2562} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8581 2025.01.02 23:39:37.453314 [ 265 ] {94e7ecdf-0e46-4dda-8fb5-14e2211b2562} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8582 2025.01.02 23:39:37.453353 [ 265 ] {94e7ecdf-0e46-4dda-8fb5-14e2211b2562} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
8583 2025.01.02 23:39:37.453721 [ 265 ] {94e7ecdf-0e46-4dda-8fb5-14e2211b2562} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
8584 2025.01.02 23:39:37.453981 [ 265 ] {94e7ecdf-0e46-4dda-8fb5-14e2211b2562} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8585 2025.01.02 23:39:37.454160 [ 265 ] {94e7ecdf-0e46-4dda-8fb5-14e2211b2562} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001522 sec., 9198.423127463864 rows/sec., 644.20 KiB/sec.
8586 2025.01.02 23:39:37.454211 [ 265 ] {94e7ecdf-0e46-4dda-8fb5-14e2211b2562} <Debug> TCPHandler: Processed in 0.001727042 sec.
8587 2025.01.02 23:39:37.454383 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8588 2025.01.02 23:39:37.454523 [ 260 ] {9dc58785-cab0-4f5d-8752-1599949a0212} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
8589 2025.01.02 23:39:37.454582 [ 260 ] {9dc58785-cab0-4f5d-8752-1599949a0212} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
8590 2025.01.02 23:39:37.455242 [ 260 ] {9dc58785-cab0-4f5d-8752-1599949a0212} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8591 2025.01.02 23:39:37.455281 [ 260 ] {9dc58785-cab0-4f5d-8752-1599949a0212} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
8592 2025.01.02 23:39:37.455647 [ 260 ] {9dc58785-cab0-4f5d-8752-1599949a0212} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
8593 2025.01.02 23:39:37.455917 [ 260 ] {9dc58785-cab0-4f5d-8752-1599949a0212} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8594 2025.01.02 23:39:37.456148 [ 260 ] {9dc58785-cab0-4f5d-8752-1599949a0212} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001649 sec., 7883.565797453001 rows/sec., 491.54 KiB/sec.
8595 2025.01.02 23:39:37.456232 [ 260 ] {9dc58785-cab0-4f5d-8752-1599949a0212} <Debug> TCPHandler: Processed in 0.001911085 sec.
8596 2025.01.02 23:39:37.456487 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8597 2025.01.02 23:39:37.456620 [ 265 ] {16072959-3a8e-495d-85e8-62debe205b0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8598 2025.01.02 23:39:37.456671 [ 265 ] {16072959-3a8e-495d-85e8-62debe205b0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8599 2025.01.02 23:39:37.457471 [ 265 ] {16072959-3a8e-495d-85e8-62debe205b0b} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8600 2025.01.02 23:39:37.457512 [ 265 ] {16072959-3a8e-495d-85e8-62debe205b0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
8601 2025.01.02 23:39:37.457916 [ 265 ] {16072959-3a8e-495d-85e8-62debe205b0b} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
8602 2025.01.02 23:39:37.458172 [ 265 ] {16072959-3a8e-495d-85e8-62debe205b0b} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8603 2025.01.02 23:39:37.458366 [ 265 ] {16072959-3a8e-495d-85e8-62debe205b0b} <Debug> executeQuery: Read 422 rows, 30.88 KiB in 0.001768 sec., 238687.78280542986 rows/sec., 17.06 MiB/sec.
8604 2025.01.02 23:39:37.458442 [ 265 ] {16072959-3a8e-495d-85e8-62debe205b0b} <Debug> TCPHandler: Processed in 0.002093177 sec.
8605 2025.01.02 23:39:37.458643 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8606 2025.01.02 23:39:37.458795 [ 260 ] {9fae6b50-8d3d-44ce-b741-763da365f3f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
8607 2025.01.02 23:39:37.458854 [ 260 ] {9fae6b50-8d3d-44ce-b741-763da365f3f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
8608 2025.01.02 23:39:37.459367 [ 260 ] {9fae6b50-8d3d-44ce-b741-763da365f3f3} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8609 2025.01.02 23:39:37.459404 [ 260 ] {9fae6b50-8d3d-44ce-b741-763da365f3f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
8610 2025.01.02 23:39:37.459756 [ 260 ] {9fae6b50-8d3d-44ce-b741-763da365f3f3} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
8611 2025.01.02 23:39:37.459984 [ 260 ] {9fae6b50-8d3d-44ce-b741-763da365f3f3} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8612 2025.01.02 23:39:37.460187 [ 260 ] {9fae6b50-8d3d-44ce-b741-763da365f3f3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001481 sec., 4051.3166779203243 rows/sec., 211.67 KiB/sec.
8613 2025.01.02 23:39:37.460301 [ 260 ] {9fae6b50-8d3d-44ce-b741-763da365f3f3} <Debug> TCPHandler: Processed in 0.001759204 sec.
8614 2025.01.02 23:39:37.460460 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8615 2025.01.02 23:39:37.460599 [ 265 ] {87d47371-ebb0-4ee6-9677-6755459b7286} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8616 2025.01.02 23:39:37.460662 [ 265 ] {87d47371-ebb0-4ee6-9677-6755459b7286} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8617 2025.01.02 23:39:37.461306 [ 265 ] {87d47371-ebb0-4ee6-9677-6755459b7286} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8618 2025.01.02 23:39:37.461344 [ 265 ] {87d47371-ebb0-4ee6-9677-6755459b7286} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
8619 2025.01.02 23:39:37.461762 [ 265 ] {87d47371-ebb0-4ee6-9677-6755459b7286} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
8620 2025.01.02 23:39:37.462013 [ 265 ] {87d47371-ebb0-4ee6-9677-6755459b7286} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8621 2025.01.02 23:39:37.462192 [ 265 ] {87d47371-ebb0-4ee6-9677-6755459b7286} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001624 sec., 145935.960591133 rows/sec., 9.78 MiB/sec.
8622 2025.01.02 23:39:37.462247 [ 265 ] {87d47371-ebb0-4ee6-9677-6755459b7286} <Debug> TCPHandler: Processed in 0.001853204 sec.
8623 2025.01.02 23:39:37.462411 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8624 2025.01.02 23:39:37.462550 [ 260 ] {82ef81e1-19aa-4610-a029-53168c47dc26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
8625 2025.01.02 23:39:37.462612 [ 260 ] {82ef81e1-19aa-4610-a029-53168c47dc26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
8626 2025.01.02 23:39:37.463156 [ 260 ] {82ef81e1-19aa-4610-a029-53168c47dc26} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8627 2025.01.02 23:39:37.463195 [ 260 ] {82ef81e1-19aa-4610-a029-53168c47dc26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
8628 2025.01.02 23:39:37.463562 [ 260 ] {82ef81e1-19aa-4610-a029-53168c47dc26} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
8629 2025.01.02 23:39:37.463807 [ 260 ] {82ef81e1-19aa-4610-a029-53168c47dc26} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8630 2025.01.02 23:39:37.464054 [ 260 ] {82ef81e1-19aa-4610-a029-53168c47dc26} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001528 sec., 654.4502617801047 rows/sec., 44.10 KiB/sec.
8631 2025.01.02 23:39:37.464218 [ 260 ] {82ef81e1-19aa-4610-a029-53168c47dc26} <Debug> TCPHandler: Processed in 0.001870965 sec.
8632 2025.01.02 23:39:37.464469 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8633 2025.01.02 23:39:37.464608 [ 265 ] {8e252e83-6242-4597-8677-d1cf94d30061} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8634 2025.01.02 23:39:37.464702 [ 265 ] {8e252e83-6242-4597-8677-d1cf94d30061} <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
8635 2025.01.02 23:39:37.465992 [ 265 ] {8e252e83-6242-4597-8677-d1cf94d30061} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8636 2025.01.02 23:39:37.466032 [ 265 ] {8e252e83-6242-4597-8677-d1cf94d30061} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
8637 2025.01.02 23:39:37.466740 [ 265 ] {8e252e83-6242-4597-8677-d1cf94d30061} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
8638 2025.01.02 23:39:37.467008 [ 265 ] {8e252e83-6242-4597-8677-d1cf94d30061} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8639 2025.01.02 23:39:37.467256 [ 265 ] {8e252e83-6242-4597-8677-d1cf94d30061} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002677 sec., 14942.099364960777 rows/sec., 26.78 MiB/sec.
8640 2025.01.02 23:39:37.467746 [ 265 ] {8e252e83-6242-4597-8677-d1cf94d30061} <Debug> TCPHandler: Processed in 0.003411805 sec.
8641 2025.01.02 23:39:37.467920 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8642 2025.01.02 23:39:37.468057 [ 260 ] {1868e45c-2954-4ee4-836f-c1ef8a7533a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8643 2025.01.02 23:39:37.468116 [ 260 ] {1868e45c-2954-4ee4-836f-c1ef8a7533a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8644 2025.01.02 23:39:37.468684 [ 260 ] {1868e45c-2954-4ee4-836f-c1ef8a7533a1} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8645 2025.01.02 23:39:37.468731 [ 260 ] {1868e45c-2954-4ee4-836f-c1ef8a7533a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
8646 2025.01.02 23:39:37.469165 [ 260 ] {1868e45c-2954-4ee4-836f-c1ef8a7533a1} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
8647 2025.01.02 23:39:37.469408 [ 260 ] {1868e45c-2954-4ee4-836f-c1ef8a7533a1} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8648 2025.01.02 23:39:37.469613 [ 260 ] {1868e45c-2954-4ee4-836f-c1ef8a7533a1} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001586 sec., 51702.39596469105 rows/sec., 3.28 MiB/sec.
8649 2025.01.02 23:39:37.469664 [ 260 ] {1868e45c-2954-4ee4-836f-c1ef8a7533a1} <Debug> TCPHandler: Processed in 0.001810923 sec.
8650 2025.01.02 23:39:40.525441 [ 171 ] {} <Debug> DNSResolver: Updating DNS cache
8651 2025.01.02 23:39:40.525509 [ 171 ] {} <Debug> DNSResolver: Updated DNS cache
8652 2025.01.02 23:39:40.680769 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 21106
8653 2025.01.02 23:39:40.681473 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8654 2025.01.02 23:39:40.681529 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
8655 2025.01.02 23:39:40.682090 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
8656 2025.01.02 23:39:40.682368 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8657 2025.01.02 23:39:40.682601 [ 171 ] {} <Debug> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
8658 2025.01.02 23:39:40.682640 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21106
8659 2025.01.02 23:39:40.682685 [ 171 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8660 2025.01.02 23:39:40.682720 [ 171 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
8661 2025.01.02 23:39:40.682916 [ 201 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full
8662 2025.01.02 23:39:40.683156 [ 201 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8663 2025.01.02 23:39:40.683226 [ 201 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_41_8, total 18849 rows starting from the beginning of the part
8664 2025.01.02 23:39:40.683307 [ 201 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 427 rows starting from the beginning of the part
8665 2025.01.02 23:39:40.683484 [ 201 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 488 rows starting from the beginning of the part
8666 2025.01.02 23:39:40.683711 [ 201 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 427 rows starting from the beginning of the part
8667 2025.01.02 23:39:40.683815 [ 201 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 488 rows starting from the beginning of the part
8668 2025.01.02 23:39:40.683937 [ 201 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 427 rows starting from the beginning of the part
8669 2025.01.02 23:39:40.686329 [ 202 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21106 rows, containing 4 columns (4 merged, 0 gathered) in 0.003521527 sec., 5993422.739624033 rows/sec., 85.74 MiB/sec.
8670 2025.01.02 23:39:40.686765 [ 189 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
8671 2025.01.02 23:39:40.687153 [ 189 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_46_9} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8672 2025.01.02 23:39:40.687248 [ 189 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_46_9} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
8673 2025.01.02 23:39:40.687362 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.67 MiB.
8674 2025.01.02 23:39:42.169894 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 347
8675 2025.01.02 23:39:42.190816 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8676 2025.01.02 23:39:42.190862 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
8677 2025.01.02 23:39:42.198424 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
8678 2025.01.02 23:39:42.199195 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8679 2025.01.02 23:39:42.199604 [ 53 ] {} <Debug> system.metric_log (31b60859-c590-4889-866a-026624596be5) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
8680 2025.01.02 23:39:42.199761 [ 53 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8681 2025.01.02 23:39:42.199854 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
8682 2025.01.02 23:39:42.200296 [ 189 ] {31b60859-c590-4889-866a-026624596be5::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full
8683 2025.01.02 23:39:42.215555 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 347
8684 2025.01.02 23:39:42.217253 [ 189 ] {31b60859-c590-4889-866a-026624596be5::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8685 2025.01.02 23:39:42.218474 [ 189 ] {31b60859-c590-4889-866a-026624596be5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 309 rows starting from the beginning of the part
8686 2025.01.02 23:39:42.223737 [ 189 ] {31b60859-c590-4889-866a-026624596be5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 8 rows starting from the beginning of the part
8687 2025.01.02 23:39:42.229106 [ 189 ] {31b60859-c590-4889-866a-026624596be5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 8 rows starting from the beginning of the part
8688 2025.01.02 23:39:42.234519 [ 189 ] {31b60859-c590-4889-866a-026624596be5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 7 rows starting from the beginning of the part
8689 2025.01.02 23:39:42.240362 [ 189 ] {31b60859-c590-4889-866a-026624596be5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 8 rows starting from the beginning of the part
8690 2025.01.02 23:39:42.245042 [ 189 ] {31b60859-c590-4889-866a-026624596be5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 7 rows starting from the beginning of the part
8691 2025.01.02 23:39:42.303759 [ 202 ] {31b60859-c590-4889-866a-026624596be5::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.103734324 sec., 3345.083735254302 rows/sec., 17.30 MiB/sec.
8692 2025.01.02 23:39:42.306938 [ 202 ] {31b60859-c590-4889-866a-026624596be5::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
8693 2025.01.02 23:39:42.309969 [ 202 ] {31b60859-c590-4889-866a-026624596be5::all_1_46_9} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8694 2025.01.02 23:39:42.310092 [ 202 ] {31b60859-c590-4889-866a-026624596be5::all_1_46_9} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
8695 2025.01.02 23:39:42.312761 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB.
8696 2025.01.02 23:39:42.439656 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8697 2025.01.02 23:39:42.439814 [ 260 ] {774a233b-50e6-4fb9-be8d-20fca6361634} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8698 2025.01.02 23:39:42.439877 [ 260 ] {774a233b-50e6-4fb9-be8d-20fca6361634} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8699 2025.01.02 23:39:42.440597 [ 260 ] {774a233b-50e6-4fb9-be8d-20fca6361634} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8700 2025.01.02 23:39:42.440641 [ 260 ] {774a233b-50e6-4fb9-be8d-20fca6361634} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
8701 2025.01.02 23:39:42.441067 [ 260 ] {774a233b-50e6-4fb9-be8d-20fca6361634} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
8702 2025.01.02 23:39:42.441330 [ 260 ] {774a233b-50e6-4fb9-be8d-20fca6361634} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8703 2025.01.02 23:39:42.441554 [ 260 ] {774a233b-50e6-4fb9-be8d-20fca6361634} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001784 sec., 31390.13452914798 rows/sec., 2.41 MiB/sec.
8704 2025.01.02 23:39:42.441608 [ 260 ] {774a233b-50e6-4fb9-be8d-20fca6361634} <Debug> TCPHandler: Processed in 0.002070507 sec.
8705 2025.01.02 23:39:42.441872 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8706 2025.01.02 23:39:42.442079 [ 265 ] {8f1a6307-09c3-49ba-a90c-df99c51b99b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8707 2025.01.02 23:39:42.442154 [ 265 ] {8f1a6307-09c3-49ba-a90c-df99c51b99b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8708 2025.01.02 23:39:42.442959 [ 265 ] {8f1a6307-09c3-49ba-a90c-df99c51b99b2} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8709 2025.01.02 23:39:42.443002 [ 265 ] {8f1a6307-09c3-49ba-a90c-df99c51b99b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
8710 2025.01.02 23:39:42.443468 [ 265 ] {8f1a6307-09c3-49ba-a90c-df99c51b99b2} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
8711 2025.01.02 23:39:42.443742 [ 265 ] {8f1a6307-09c3-49ba-a90c-df99c51b99b2} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8712 2025.01.02 23:39:42.443941 [ 265 ] {8f1a6307-09c3-49ba-a90c-df99c51b99b2} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001923 sec., 33281.33125325013 rows/sec., 2.60 MiB/sec.
8713 2025.01.02 23:39:42.444000 [ 265 ] {8f1a6307-09c3-49ba-a90c-df99c51b99b2} <Debug> TCPHandler: Processed in 0.00226113 sec.
8714 2025.01.02 23:39:42.444198 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8715 2025.01.02 23:39:42.444327 [ 260 ] {8adb5eac-479c-4eb6-bd6f-5c75f669a471} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8716 2025.01.02 23:39:42.444391 [ 260 ] {8adb5eac-479c-4eb6-bd6f-5c75f669a471} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8717 2025.01.02 23:39:42.444989 [ 260 ] {8adb5eac-479c-4eb6-bd6f-5c75f669a471} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8718 2025.01.02 23:39:42.445030 [ 260 ] {8adb5eac-479c-4eb6-bd6f-5c75f669a471} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
8719 2025.01.02 23:39:42.445459 [ 260 ] {8adb5eac-479c-4eb6-bd6f-5c75f669a471} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
8720 2025.01.02 23:39:42.445737 [ 260 ] {8adb5eac-479c-4eb6-bd6f-5c75f669a471} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8721 2025.01.02 23:39:42.445991 [ 260 ] {8adb5eac-479c-4eb6-bd6f-5c75f669a471} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001687 sec., 94842.91641967991 rows/sec., 6.61 MiB/sec.
8722 2025.01.02 23:39:42.446096 [ 260 ] {8adb5eac-479c-4eb6-bd6f-5c75f669a471} <Debug> TCPHandler: Processed in 0.001959826 sec.
8723 2025.01.02 23:39:42.446357 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8724 2025.01.02 23:39:42.446525 [ 265 ] {af9efe48-9954-4fbc-a493-eaded7035aed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8725 2025.01.02 23:39:42.446580 [ 265 ] {af9efe48-9954-4fbc-a493-eaded7035aed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8726 2025.01.02 23:39:42.447120 [ 265 ] {af9efe48-9954-4fbc-a493-eaded7035aed} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8727 2025.01.02 23:39:42.447166 [ 265 ] {af9efe48-9954-4fbc-a493-eaded7035aed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB.
8728 2025.01.02 23:39:42.447562 [ 265 ] {af9efe48-9954-4fbc-a493-eaded7035aed} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
8729 2025.01.02 23:39:42.447817 [ 265 ] {af9efe48-9954-4fbc-a493-eaded7035aed} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8730 2025.01.02 23:39:42.448003 [ 265 ] {af9efe48-9954-4fbc-a493-eaded7035aed} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001504 sec., 39893.6170212766 rows/sec., 2.69 MiB/sec.
8731 2025.01.02 23:39:42.448057 [ 265 ] {af9efe48-9954-4fbc-a493-eaded7035aed} <Debug> TCPHandler: Processed in 0.001849844 sec.
8732 2025.01.02 23:39:45.802042 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1216
8733 2025.01.02 23:39:45.805212 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8734 2025.01.02 23:39:45.805265 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8735 2025.01.02 23:39:45.806750 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
8736 2025.01.02 23:39:45.807064 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8737 2025.01.02 23:39:45.807602 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1216
8738 2025.01.02 23:39:47.445934 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8739 2025.01.02 23:39:47.446139 [ 260 ] {77dfe34e-f39e-4484-9cd0-525af56c41ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
8740 2025.01.02 23:39:47.446216 [ 260 ] {77dfe34e-f39e-4484-9cd0-525af56c41ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
8741 2025.01.02 23:39:47.447011 [ 260 ] {77dfe34e-f39e-4484-9cd0-525af56c41ac} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8742 2025.01.02 23:39:47.447059 [ 260 ] {77dfe34e-f39e-4484-9cd0-525af56c41ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8743 2025.01.02 23:39:47.447494 [ 260 ] {77dfe34e-f39e-4484-9cd0-525af56c41ac} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
8744 2025.01.02 23:39:47.447749 [ 260 ] {77dfe34e-f39e-4484-9cd0-525af56c41ac} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8745 2025.01.02 23:39:47.447943 [ 153 ] {} <Debug> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0
8746 2025.01.02 23:39:47.448006 [ 260 ] {77dfe34e-f39e-4484-9cd0-525af56c41ac} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001915 sec., 7310.704960835509 rows/sec., 526.27 KiB/sec.
8747 2025.01.02 23:39:47.448035 [ 153 ] {} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8748 2025.01.02 23:39:47.448112 [ 153 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8749 2025.01.02 23:39:47.448130 [ 260 ] {77dfe34e-f39e-4484-9cd0-525af56c41ac} <Debug> TCPHandler: Processed in 0.00233511 sec.
8750 2025.01.02 23:39:47.448338 [ 198 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_33_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_7 to all_33_33_0 into Compact with storage Full
8751 2025.01.02 23:39:47.448425 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8752 2025.01.02 23:39:47.448483 [ 198 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8753 2025.01.02 23:39:47.448531 [ 198 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 14 rows starting from the beginning of the part
8754 2025.01.02 23:39:47.448647 [ 265 ] {1638a254-06f3-46fe-9934-284c4ce2a09c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
8755 2025.01.02 23:39:47.448733 [ 198 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 14 rows starting from the beginning of the part
8756 2025.01.02 23:39:47.448841 [ 265 ] {1638a254-06f3-46fe-9934-284c4ce2a09c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
8757 2025.01.02 23:39:47.449092 [ 198 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 14 rows starting from the beginning of the part
8758 2025.01.02 23:39:47.449565 [ 198 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 14 rows starting from the beginning of the part
8759 2025.01.02 23:39:47.449805 [ 198 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 14 rows starting from the beginning of the part
8760 2025.01.02 23:39:47.451063 [ 265 ] {1638a254-06f3-46fe-9934-284c4ce2a09c} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8761 2025.01.02 23:39:47.451103 [ 265 ] {1638a254-06f3-46fe-9934-284c4ce2a09c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8762 2025.01.02 23:39:47.451668 [ 200 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003446545 sec., 20310.194702230783 rows/sec., 1.51 MiB/sec.
8763 2025.01.02 23:39:47.451770 [ 265 ] {1638a254-06f3-46fe-9934-284c4ce2a09c} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
8764 2025.01.02 23:39:47.451949 [ 200 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary)
8765 2025.01.02 23:39:47.452263 [ 265 ] {1638a254-06f3-46fe-9934-284c4ce2a09c} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8766 2025.01.02 23:39:47.452645 [ 200 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_33_8} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8767 2025.01.02 23:39:47.452798 [ 265 ] {1638a254-06f3-46fe-9934-284c4ce2a09c} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.004164 sec., 480.3073967339097 rows/sec., 39.17 KiB/sec.
8768 2025.01.02 23:39:47.452965 [ 200 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_33_8} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8
8769 2025.01.02 23:39:47.453207 [ 265 ] {1638a254-06f3-46fe-9934-284c4ce2a09c} <Debug> TCPHandler: Processed in 0.004919405 sec.
8770 2025.01.02 23:39:47.453268 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
8771 2025.01.02 23:39:47.453442 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8772 2025.01.02 23:39:47.453581 [ 260 ] {448ef405-f616-407c-9d64-b9a5bd9a7858} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8773 2025.01.02 23:39:47.453639 [ 260 ] {448ef405-f616-407c-9d64-b9a5bd9a7858} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8774 2025.01.02 23:39:47.454511 [ 260 ] {448ef405-f616-407c-9d64-b9a5bd9a7858} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8775 2025.01.02 23:39:47.454551 [ 260 ] {448ef405-f616-407c-9d64-b9a5bd9a7858} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8776 2025.01.02 23:39:47.454936 [ 260 ] {448ef405-f616-407c-9d64-b9a5bd9a7858} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
8777 2025.01.02 23:39:47.455198 [ 260 ] {448ef405-f616-407c-9d64-b9a5bd9a7858} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8778 2025.01.02 23:39:47.455386 [ 260 ] {448ef405-f616-407c-9d64-b9a5bd9a7858} <Debug> executeQuery: Read 284 rows, 25.68 KiB in 0.001825 sec., 155616.43835616438 rows/sec., 13.74 MiB/sec.
8779 2025.01.02 23:39:47.455493 [ 260 ] {448ef405-f616-407c-9d64-b9a5bd9a7858} <Debug> TCPHandler: Processed in 0.002133848 sec.
8780 2025.01.02 23:39:47.455710 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8781 2025.01.02 23:39:47.455862 [ 265 ] {985ad552-8960-44fb-9b50-925abe220abd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8782 2025.01.02 23:39:47.455919 [ 265 ] {985ad552-8960-44fb-9b50-925abe220abd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8783 2025.01.02 23:39:47.456608 [ 265 ] {985ad552-8960-44fb-9b50-925abe220abd} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8784 2025.01.02 23:39:47.456648 [ 265 ] {985ad552-8960-44fb-9b50-925abe220abd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8785 2025.01.02 23:39:47.457013 [ 265 ] {985ad552-8960-44fb-9b50-925abe220abd} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
8786 2025.01.02 23:39:47.457252 [ 265 ] {985ad552-8960-44fb-9b50-925abe220abd} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8787 2025.01.02 23:39:47.457459 [ 265 ] {985ad552-8960-44fb-9b50-925abe220abd} <Debug> executeQuery: Read 49 rows, 3.60 KiB in 0.001628 sec., 30098.280098280095 rows/sec., 2.16 MiB/sec.
8788 2025.01.02 23:39:47.457513 [ 265 ] {985ad552-8960-44fb-9b50-925abe220abd} <Debug> TCPHandler: Processed in 0.001913095 sec.
8789 2025.01.02 23:39:47.457658 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8790 2025.01.02 23:39:47.457774 [ 260 ] {ac1660b7-8ffd-41ec-b7d0-5698cca0cc1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
8791 2025.01.02 23:39:47.457823 [ 260 ] {ac1660b7-8ffd-41ec-b7d0-5698cca0cc1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8792 2025.01.02 23:39:47.458385 [ 260 ] {ac1660b7-8ffd-41ec-b7d0-5698cca0cc1b} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8793 2025.01.02 23:39:47.458423 [ 260 ] {ac1660b7-8ffd-41ec-b7d0-5698cca0cc1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8794 2025.01.02 23:39:47.458776 [ 260 ] {ac1660b7-8ffd-41ec-b7d0-5698cca0cc1b} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
8795 2025.01.02 23:39:47.459015 [ 260 ] {ac1660b7-8ffd-41ec-b7d0-5698cca0cc1b} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8796 2025.01.02 23:39:47.459190 [ 260 ] {ac1660b7-8ffd-41ec-b7d0-5698cca0cc1b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001439 sec., 9728.978457261988 rows/sec., 681.35 KiB/sec.
8797 2025.01.02 23:39:47.459239 [ 260 ] {ac1660b7-8ffd-41ec-b7d0-5698cca0cc1b} <Debug> TCPHandler: Processed in 0.001637852 sec.
8798 2025.01.02 23:39:47.459379 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8799 2025.01.02 23:39:47.459506 [ 265 ] {49876008-4f57-4454-9084-429cdb14f0d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
8800 2025.01.02 23:39:47.459565 [ 265 ] {49876008-4f57-4454-9084-429cdb14f0d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
8801 2025.01.02 23:39:47.460271 [ 265 ] {49876008-4f57-4454-9084-429cdb14f0d7} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8802 2025.01.02 23:39:47.460318 [ 265 ] {49876008-4f57-4454-9084-429cdb14f0d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8803 2025.01.02 23:39:47.460705 [ 265 ] {49876008-4f57-4454-9084-429cdb14f0d7} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
8804 2025.01.02 23:39:47.460945 [ 265 ] {49876008-4f57-4454-9084-429cdb14f0d7} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8805 2025.01.02 23:39:47.461099 [ 152 ] {} <Debug> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0
8806 2025.01.02 23:39:47.461157 [ 152 ] {} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8807 2025.01.02 23:39:47.461191 [ 265 ] {49876008-4f57-4454-9084-429cdb14f0d7} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001704 sec., 7629.107981220657 rows/sec., 475.67 KiB/sec.
8808 2025.01.02 23:39:47.461198 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8809 2025.01.02 23:39:47.461329 [ 265 ] {49876008-4f57-4454-9084-429cdb14f0d7} <Debug> TCPHandler: Processed in 0.002005446 sec.
8810 2025.01.02 23:39:47.461390 [ 187 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_33_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_7 to all_33_33_0 into Compact with storage Full
8811 2025.01.02 23:39:47.461536 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8812 2025.01.02 23:39:47.461555 [ 187 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8813 2025.01.02 23:39:47.461610 [ 187 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 13 rows starting from the beginning of the part
8814 2025.01.02 23:39:47.461906 [ 260 ] {8ced7a17-10d8-41af-88c5-bf77cd696d95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8815 2025.01.02 23:39:47.461916 [ 187 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 13 rows starting from the beginning of the part
8816 2025.01.02 23:39:47.462031 [ 260 ] {8ced7a17-10d8-41af-88c5-bf77cd696d95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8817 2025.01.02 23:39:47.462236 [ 187 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 13 rows starting from the beginning of the part
8818 2025.01.02 23:39:47.462603 [ 187 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 13 rows starting from the beginning of the part
8819 2025.01.02 23:39:47.462899 [ 187 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 13 rows starting from the beginning of the part
8820 2025.01.02 23:39:47.464765 [ 260 ] {8ced7a17-10d8-41af-88c5-bf77cd696d95} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8821 2025.01.02 23:39:47.464845 [ 260 ] {8ced7a17-10d8-41af-88c5-bf77cd696d95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8822 2025.01.02 23:39:47.465371 [ 187 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004032343 sec., 16119.660455472167 rows/sec., 1.04 MiB/sec.
8823 2025.01.02 23:39:47.465575 [ 187 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary)
8824 2025.01.02 23:39:47.465808 [ 260 ] {8ced7a17-10d8-41af-88c5-bf77cd696d95} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
8825 2025.01.02 23:39:47.466074 [ 187 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_33_8} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8826 2025.01.02 23:39:47.466218 [ 187 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_33_8} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8
8827 2025.01.02 23:39:47.466285 [ 260 ] {8ced7a17-10d8-41af-88c5-bf77cd696d95} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8828 2025.01.02 23:39:47.466370 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
8829 2025.01.02 23:39:47.466560 [ 260 ] {8ced7a17-10d8-41af-88c5-bf77cd696d95} <Debug> executeQuery: Read 424 rows, 31.05 KiB in 0.004845 sec., 87512.89989680082 rows/sec., 6.26 MiB/sec.
8830 2025.01.02 23:39:47.466624 [ 260 ] {8ced7a17-10d8-41af-88c5-bf77cd696d95} <Debug> TCPHandler: Processed in 0.005193608 sec.
8831 2025.01.02 23:39:47.466775 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8832 2025.01.02 23:39:47.466890 [ 265 ] {a66e687a-4862-4ffa-aa86-032fa7a7924f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
8833 2025.01.02 23:39:47.466941 [ 265 ] {a66e687a-4862-4ffa-aa86-032fa7a7924f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
8834 2025.01.02 23:39:47.467434 [ 265 ] {a66e687a-4862-4ffa-aa86-032fa7a7924f} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8835 2025.01.02 23:39:47.467474 [ 265 ] {a66e687a-4862-4ffa-aa86-032fa7a7924f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8836 2025.01.02 23:39:47.467833 [ 265 ] {a66e687a-4862-4ffa-aa86-032fa7a7924f} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
8837 2025.01.02 23:39:47.468077 [ 265 ] {a66e687a-4862-4ffa-aa86-032fa7a7924f} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8838 2025.01.02 23:39:47.468284 [ 265 ] {a66e687a-4862-4ffa-aa86-032fa7a7924f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001417 sec., 4234.297812279464 rows/sec., 221.23 KiB/sec.
8839 2025.01.02 23:39:47.468334 [ 265 ] {a66e687a-4862-4ffa-aa86-032fa7a7924f} <Debug> TCPHandler: Processed in 0.001614321 sec.
8840 2025.01.02 23:39:47.468485 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8841 2025.01.02 23:39:47.468623 [ 260 ] {3c0b32b0-bf21-4c8f-888b-bc3d52f2a1dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8842 2025.01.02 23:39:47.468684 [ 260 ] {3c0b32b0-bf21-4c8f-888b-bc3d52f2a1dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8843 2025.01.02 23:39:47.469356 [ 260 ] {3c0b32b0-bf21-4c8f-888b-bc3d52f2a1dd} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8844 2025.01.02 23:39:47.469401 [ 260 ] {3c0b32b0-bf21-4c8f-888b-bc3d52f2a1dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8845 2025.01.02 23:39:47.469804 [ 260 ] {3c0b32b0-bf21-4c8f-888b-bc3d52f2a1dd} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
8846 2025.01.02 23:39:47.470038 [ 260 ] {3c0b32b0-bf21-4c8f-888b-bc3d52f2a1dd} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8847 2025.01.02 23:39:47.470230 [ 260 ] {3c0b32b0-bf21-4c8f-888b-bc3d52f2a1dd} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001635 sec., 145565.749235474 rows/sec., 9.76 MiB/sec.
8848 2025.01.02 23:39:47.470315 [ 260 ] {3c0b32b0-bf21-4c8f-888b-bc3d52f2a1dd} <Debug> TCPHandler: Processed in 0.001891805 sec.
8849 2025.01.02 23:39:47.470581 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8850 2025.01.02 23:39:47.470767 [ 265 ] {d167e340-2724-442e-b2e2-34c64fc8ae3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
8851 2025.01.02 23:39:47.470829 [ 265 ] {d167e340-2724-442e-b2e2-34c64fc8ae3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
8852 2025.01.02 23:39:47.471393 [ 265 ] {d167e340-2724-442e-b2e2-34c64fc8ae3f} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8853 2025.01.02 23:39:47.471440 [ 265 ] {d167e340-2724-442e-b2e2-34c64fc8ae3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8854 2025.01.02 23:39:47.471800 [ 265 ] {d167e340-2724-442e-b2e2-34c64fc8ae3f} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
8855 2025.01.02 23:39:47.472033 [ 265 ] {d167e340-2724-442e-b2e2-34c64fc8ae3f} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8856 2025.01.02 23:39:47.472238 [ 265 ] {d167e340-2724-442e-b2e2-34c64fc8ae3f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001502 sec., 665.7789613848201 rows/sec., 44.86 KiB/sec.
8857 2025.01.02 23:39:47.472287 [ 265 ] {d167e340-2724-442e-b2e2-34c64fc8ae3f} <Debug> TCPHandler: Processed in 0.001867804 sec.
8858 2025.01.02 23:39:47.472434 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8859 2025.01.02 23:39:47.472573 [ 260 ] {1d2b02a4-3380-4c2c-82ed-2dd062d1afae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8860 2025.01.02 23:39:47.472663 [ 260 ] {1d2b02a4-3380-4c2c-82ed-2dd062d1afae} <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
8861 2025.01.02 23:39:47.473918 [ 260 ] {1d2b02a4-3380-4c2c-82ed-2dd062d1afae} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8862 2025.01.02 23:39:47.473957 [ 260 ] {1d2b02a4-3380-4c2c-82ed-2dd062d1afae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8863 2025.01.02 23:39:47.474627 [ 260 ] {1d2b02a4-3380-4c2c-82ed-2dd062d1afae} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
8864 2025.01.02 23:39:47.474893 [ 260 ] {1d2b02a4-3380-4c2c-82ed-2dd062d1afae} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8865 2025.01.02 23:39:47.475090 [ 260 ] {1d2b02a4-3380-4c2c-82ed-2dd062d1afae} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002549 sec., 15692.42840329541 rows/sec., 28.12 MiB/sec.
8866 2025.01.02 23:39:47.475181 [ 260 ] {1d2b02a4-3380-4c2c-82ed-2dd062d1afae} <Debug> TCPHandler: Processed in 0.002807377 sec.
8867 2025.01.02 23:39:47.475328 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8868 2025.01.02 23:39:47.475441 [ 265 ] {57656102-af0a-4f17-8a62-3cda3dc281b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8869 2025.01.02 23:39:47.475501 [ 265 ] {57656102-af0a-4f17-8a62-3cda3dc281b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8870 2025.01.02 23:39:47.476083 [ 265 ] {57656102-af0a-4f17-8a62-3cda3dc281b2} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8871 2025.01.02 23:39:47.476129 [ 265 ] {57656102-af0a-4f17-8a62-3cda3dc281b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8872 2025.01.02 23:39:47.476542 [ 265 ] {57656102-af0a-4f17-8a62-3cda3dc281b2} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
8873 2025.01.02 23:39:47.476782 [ 265 ] {57656102-af0a-4f17-8a62-3cda3dc281b2} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8874 2025.01.02 23:39:47.477023 [ 265 ] {57656102-af0a-4f17-8a62-3cda3dc281b2} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001598 sec., 51314.14267834793 rows/sec., 3.26 MiB/sec.
8875 2025.01.02 23:39:47.477086 [ 265 ] {57656102-af0a-4f17-8a62-3cda3dc281b2} <Debug> TCPHandler: Processed in 0.001814374 sec.
8876 2025.01.02 23:39:48.182878 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 21594
8877 2025.01.02 23:39:48.183637 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8878 2025.01.02 23:39:48.183688 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8879 2025.01.02 23:39:48.184242 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
8880 2025.01.02 23:39:48.184513 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8881 2025.01.02 23:39:48.184712 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21594
8882 2025.01.02 23:39:49.715732 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 355
8883 2025.01.02 23:39:49.734582 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8884 2025.01.02 23:39:49.734643 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8885 2025.01.02 23:39:49.741785 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
8886 2025.01.02 23:39:49.742598 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8887 2025.01.02 23:39:49.746454 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 355
8888 2025.01.02 23:39:52.440659 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8889 2025.01.02 23:39:52.440883 [ 260 ] {867e9c08-efd7-4e38-b9f6-212ef952e326} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8890 2025.01.02 23:39:52.440964 [ 260 ] {867e9c08-efd7-4e38-b9f6-212ef952e326} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8891 2025.01.02 23:39:52.441816 [ 260 ] {867e9c08-efd7-4e38-b9f6-212ef952e326} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8892 2025.01.02 23:39:52.441868 [ 260 ] {867e9c08-efd7-4e38-b9f6-212ef952e326} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8893 2025.01.02 23:39:52.442306 [ 260 ] {867e9c08-efd7-4e38-b9f6-212ef952e326} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
8894 2025.01.02 23:39:52.442574 [ 260 ] {867e9c08-efd7-4e38-b9f6-212ef952e326} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8895 2025.01.02 23:39:52.442835 [ 260 ] {867e9c08-efd7-4e38-b9f6-212ef952e326} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002008 sec., 27888.446215139444 rows/sec., 2.14 MiB/sec.
8896 2025.01.02 23:39:52.442891 [ 260 ] {867e9c08-efd7-4e38-b9f6-212ef952e326} <Debug> TCPHandler: Processed in 0.002427542 sec.
8897 2025.01.02 23:39:52.443155 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8898 2025.01.02 23:39:52.443367 [ 265 ] {d2caee54-2d84-4297-89f8-214935dd3a87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8899 2025.01.02 23:39:52.443448 [ 265 ] {d2caee54-2d84-4297-89f8-214935dd3a87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8900 2025.01.02 23:39:52.444245 [ 265 ] {d2caee54-2d84-4297-89f8-214935dd3a87} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8901 2025.01.02 23:39:52.444288 [ 265 ] {d2caee54-2d84-4297-89f8-214935dd3a87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8902 2025.01.02 23:39:52.444746 [ 265 ] {d2caee54-2d84-4297-89f8-214935dd3a87} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
8903 2025.01.02 23:39:52.445011 [ 265 ] {d2caee54-2d84-4297-89f8-214935dd3a87} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8904 2025.01.02 23:39:52.445224 [ 265 ] {d2caee54-2d84-4297-89f8-214935dd3a87} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001918 sec., 33368.09176225235 rows/sec., 2.60 MiB/sec.
8905 2025.01.02 23:39:52.445291 [ 265 ] {d2caee54-2d84-4297-89f8-214935dd3a87} <Debug> TCPHandler: Processed in 0.002278589 sec.
8906 2025.01.02 23:39:52.445444 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8907 2025.01.02 23:39:52.445582 [ 260 ] {ad7df8a5-c027-4713-80bd-c26e767e9539} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8908 2025.01.02 23:39:52.445638 [ 260 ] {ad7df8a5-c027-4713-80bd-c26e767e9539} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8909 2025.01.02 23:39:52.446220 [ 260 ] {ad7df8a5-c027-4713-80bd-c26e767e9539} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8910 2025.01.02 23:39:52.446260 [ 260 ] {ad7df8a5-c027-4713-80bd-c26e767e9539} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8911 2025.01.02 23:39:52.446679 [ 260 ] {ad7df8a5-c027-4713-80bd-c26e767e9539} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
8912 2025.01.02 23:39:52.446926 [ 260 ] {ad7df8a5-c027-4713-80bd-c26e767e9539} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8913 2025.01.02 23:39:52.447176 [ 260 ] {ad7df8a5-c027-4713-80bd-c26e767e9539} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001621 sec., 98704.50339296731 rows/sec., 6.87 MiB/sec.
8914 2025.01.02 23:39:52.447282 [ 260 ] {ad7df8a5-c027-4713-80bd-c26e767e9539} <Debug> TCPHandler: Processed in 0.001891575 sec.
8915 2025.01.02 23:39:52.447485 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8916 2025.01.02 23:39:52.447649 [ 265 ] {6973e1c1-a3c6-4e55-a650-26e25503f0bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8917 2025.01.02 23:39:52.447715 [ 265 ] {6973e1c1-a3c6-4e55-a650-26e25503f0bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8918 2025.01.02 23:39:52.448332 [ 265 ] {6973e1c1-a3c6-4e55-a650-26e25503f0bc} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8919 2025.01.02 23:39:52.448379 [ 265 ] {6973e1c1-a3c6-4e55-a650-26e25503f0bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8920 2025.01.02 23:39:52.448811 [ 265 ] {6973e1c1-a3c6-4e55-a650-26e25503f0bc} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
8921 2025.01.02 23:39:52.449050 [ 265 ] {6973e1c1-a3c6-4e55-a650-26e25503f0bc} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8922 2025.01.02 23:39:52.449235 [ 265 ] {6973e1c1-a3c6-4e55-a650-26e25503f0bc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001621 sec., 37014.18877236274 rows/sec., 2.49 MiB/sec.
8923 2025.01.02 23:39:52.449285 [ 265 ] {6973e1c1-a3c6-4e55-a650-26e25503f0bc} <Debug> TCPHandler: Processed in 0.001911655 sec.
8924 2025.01.02 23:39:55.525559 [ 150 ] {} <Debug> DNSResolver: Updating DNS cache
8925 2025.01.02 23:39:55.525629 [ 150 ] {} <Debug> DNSResolver: Updated DNS cache
8926 2025.01.02 23:39:55.684990 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22021
8927 2025.01.02 23:39:55.686000 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8928 2025.01.02 23:39:55.686049 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8929 2025.01.02 23:39:55.686659 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
8930 2025.01.02 23:39:55.686931 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8931 2025.01.02 23:39:55.687187 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22021
8932 2025.01.02 23:39:55.807912 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1248
8933 2025.01.02 23:39:55.811021 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8934 2025.01.02 23:39:55.811078 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8935 2025.01.02 23:39:55.812564 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
8936 2025.01.02 23:39:55.812897 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8937 2025.01.02 23:39:55.813848 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1248
8938 2025.01.02 23:39:56.001606 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001056234 sec.
8939 2025.01.02 23:39:57.246624 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 362
8940 2025.01.02 23:39:57.266506 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8941 2025.01.02 23:39:57.266566 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8942 2025.01.02 23:39:57.273905 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
8943 2025.01.02 23:39:57.274755 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8944 2025.01.02 23:39:57.277875 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 362
8945 2025.01.02 23:39:57.446900 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8946 2025.01.02 23:39:57.447075 [ 260 ] {795f7a59-506d-4851-9c9c-860889429be6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
8947 2025.01.02 23:39:57.447144 [ 260 ] {795f7a59-506d-4851-9c9c-860889429be6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
8948 2025.01.02 23:39:57.447854 [ 260 ] {795f7a59-506d-4851-9c9c-860889429be6} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8949 2025.01.02 23:39:57.447907 [ 260 ] {795f7a59-506d-4851-9c9c-860889429be6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8950 2025.01.02 23:39:57.448348 [ 260 ] {795f7a59-506d-4851-9c9c-860889429be6} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
8951 2025.01.02 23:39:57.448609 [ 260 ] {795f7a59-506d-4851-9c9c-860889429be6} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8952 2025.01.02 23:39:57.448824 [ 260 ] {795f7a59-506d-4851-9c9c-860889429be6} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001792 sec., 7812.5 rows/sec., 562.40 KiB/sec.
8953 2025.01.02 23:39:57.448908 [ 260 ] {795f7a59-506d-4851-9c9c-860889429be6} <Debug> TCPHandler: Processed in 0.002135338 sec.
8954 2025.01.02 23:39:57.449227 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8955 2025.01.02 23:39:57.449440 [ 265 ] {47fcedcb-61ae-479a-bda6-3e8a1266ab6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8956 2025.01.02 23:39:57.449519 [ 265 ] {47fcedcb-61ae-479a-bda6-3e8a1266ab6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8957 2025.01.02 23:39:57.450407 [ 265 ] {47fcedcb-61ae-479a-bda6-3e8a1266ab6b} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8958 2025.01.02 23:39:57.450451 [ 265 ] {47fcedcb-61ae-479a-bda6-3e8a1266ab6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8959 2025.01.02 23:39:57.450930 [ 265 ] {47fcedcb-61ae-479a-bda6-3e8a1266ab6b} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
8960 2025.01.02 23:39:57.451180 [ 265 ] {47fcedcb-61ae-479a-bda6-3e8a1266ab6b} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8961 2025.01.02 23:39:57.451389 [ 148 ] {} <Debug> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
8962 2025.01.02 23:39:57.451416 [ 265 ] {47fcedcb-61ae-479a-bda6-3e8a1266ab6b} <Debug> executeQuery: Read 283 rows, 25.60 KiB in 0.002033 sec., 139203.14805705854 rows/sec., 12.30 MiB/sec.
8963 2025.01.02 23:39:57.451477 [ 148 ] {} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8964 2025.01.02 23:39:57.451534 [ 265 ] {47fcedcb-61ae-479a-bda6-3e8a1266ab6b} <Debug> TCPHandler: Processed in 0.002503733 sec.
8965 2025.01.02 23:39:57.451561 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8966 2025.01.02 23:39:57.451811 [ 199 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full
8967 2025.01.02 23:39:57.451819 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8968 2025.01.02 23:39:57.452131 [ 260 ] {29cfd3d9-9a00-44a2-a5ed-7b215deca856} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8969 2025.01.02 23:39:57.452147 [ 199 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8970 2025.01.02 23:39:57.452241 [ 199 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1435 rows starting from the beginning of the part
8971 2025.01.02 23:39:57.452245 [ 260 ] {29cfd3d9-9a00-44a2-a5ed-7b215deca856} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8972 2025.01.02 23:39:57.452598 [ 199 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 283 rows starting from the beginning of the part
8973 2025.01.02 23:39:57.452990 [ 199 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 56 rows starting from the beginning of the part
8974 2025.01.02 23:39:57.453369 [ 199 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 284 rows starting from the beginning of the part
8975 2025.01.02 23:39:57.453707 [ 199 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 56 rows starting from the beginning of the part
8976 2025.01.02 23:39:57.454064 [ 199 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 283 rows starting from the beginning of the part
8977 2025.01.02 23:39:57.454984 [ 260 ] {29cfd3d9-9a00-44a2-a5ed-7b215deca856} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8978 2025.01.02 23:39:57.455041 [ 260 ] {29cfd3d9-9a00-44a2-a5ed-7b215deca856} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8979 2025.01.02 23:39:57.455954 [ 260 ] {29cfd3d9-9a00-44a2-a5ed-7b215deca856} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
8980 2025.01.02 23:39:57.456524 [ 260 ] {29cfd3d9-9a00-44a2-a5ed-7b215deca856} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8981 2025.01.02 23:39:57.456806 [ 260 ] {29cfd3d9-9a00-44a2-a5ed-7b215deca856} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.004773 sec., 9847.056358684265 rows/sec., 725.72 KiB/sec.
8982 2025.01.02 23:39:57.456893 [ 260 ] {29cfd3d9-9a00-44a2-a5ed-7b215deca856} <Debug> TCPHandler: Processed in 0.005230429 sec.
8983 2025.01.02 23:39:57.457137 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8984 2025.01.02 23:39:57.457367 [ 199 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2397 rows, containing 5 columns (5 merged, 0 gathered) in 0.005639814 sec., 425014.01641969045 rows/sec., 37.77 MiB/sec.
8985 2025.01.02 23:39:57.457405 [ 265 ] {432744a5-d866-42ec-b391-e9189772842a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
8986 2025.01.02 23:39:57.457481 [ 265 ] {432744a5-d866-42ec-b391-e9189772842a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8987 2025.01.02 23:39:57.457689 [ 192 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
8988 2025.01.02 23:39:57.458325 [ 192 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_66_13} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8989 2025.01.02 23:39:57.458500 [ 192 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_66_13} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
8990 2025.01.02 23:39:57.458770 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB.
8991 2025.01.02 23:39:57.458848 [ 265 ] {432744a5-d866-42ec-b391-e9189772842a} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8992 2025.01.02 23:39:57.458891 [ 265 ] {432744a5-d866-42ec-b391-e9189772842a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
8993 2025.01.02 23:39:57.459253 [ 265 ] {432744a5-d866-42ec-b391-e9189772842a} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
8994 2025.01.02 23:39:57.459499 [ 265 ] {432744a5-d866-42ec-b391-e9189772842a} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8995 2025.01.02 23:39:57.459712 [ 265 ] {432744a5-d866-42ec-b391-e9189772842a} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00237 sec., 5907.17299578059 rows/sec., 413.70 KiB/sec.
8996 2025.01.02 23:39:57.459766 [ 265 ] {432744a5-d866-42ec-b391-e9189772842a} <Debug> TCPHandler: Processed in 0.002779067 sec.
8997 2025.01.02 23:39:57.459928 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8998 2025.01.02 23:39:57.460070 [ 260 ] {fb89a21a-4a3c-4b30-8601-e6a285a02763} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
8999 2025.01.02 23:39:57.460131 [ 260 ] {fb89a21a-4a3c-4b30-8601-e6a285a02763} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
9000 2025.01.02 23:39:57.460831 [ 260 ] {fb89a21a-4a3c-4b30-8601-e6a285a02763} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9001 2025.01.02 23:39:57.460871 [ 260 ] {fb89a21a-4a3c-4b30-8601-e6a285a02763} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
9002 2025.01.02 23:39:57.461235 [ 260 ] {fb89a21a-4a3c-4b30-8601-e6a285a02763} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
9003 2025.01.02 23:39:57.461478 [ 260 ] {fb89a21a-4a3c-4b30-8601-e6a285a02763} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9004 2025.01.02 23:39:57.461673 [ 260 ] {fb89a21a-4a3c-4b30-8601-e6a285a02763} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001635 sec., 7951.070336391437 rows/sec., 495.75 KiB/sec.
9005 2025.01.02 23:39:57.461732 [ 260 ] {fb89a21a-4a3c-4b30-8601-e6a285a02763} <Debug> TCPHandler: Processed in 0.001871474 sec.
9006 2025.01.02 23:39:57.461906 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9007 2025.01.02 23:39:57.462043 [ 265 ] {f318f89f-4c5b-44be-b740-59f22d779531} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9008 2025.01.02 23:39:57.462099 [ 265 ] {f318f89f-4c5b-44be-b740-59f22d779531} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9009 2025.01.02 23:39:57.463020 [ 265 ] {f318f89f-4c5b-44be-b740-59f22d779531} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9010 2025.01.02 23:39:57.463059 [ 265 ] {f318f89f-4c5b-44be-b740-59f22d779531} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
9011 2025.01.02 23:39:57.463471 [ 265 ] {f318f89f-4c5b-44be-b740-59f22d779531} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
9012 2025.01.02 23:39:57.463716 [ 265 ] {f318f89f-4c5b-44be-b740-59f22d779531} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9013 2025.01.02 23:39:57.463883 [ 148 ] {} <Debug> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
9014 2025.01.02 23:39:57.463944 [ 148 ] {} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9015 2025.01.02 23:39:57.463957 [ 265 ] {f318f89f-4c5b-44be-b740-59f22d779531} <Debug> executeQuery: Read 422 rows, 30.88 KiB in 0.001933 sec., 218313.50232798757 rows/sec., 15.60 MiB/sec.
9016 2025.01.02 23:39:57.463984 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
9017 2025.01.02 23:39:57.464117 [ 265 ] {f318f89f-4c5b-44be-b740-59f22d779531} <Debug> TCPHandler: Processed in 0.00227753 sec.
9018 2025.01.02 23:39:57.464413 [ 195 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full
9019 2025.01.02 23:39:57.464425 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9020 2025.01.02 23:39:57.464905 [ 260 ] {099a3173-8d6e-4bba-af8c-4099313f1344} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
9021 2025.01.02 23:39:57.464935 [ 195 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9022 2025.01.02 23:39:57.465064 [ 195 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 914 rows starting from the beginning of the part
9023 2025.01.02 23:39:57.465131 [ 260 ] {099a3173-8d6e-4bba-af8c-4099313f1344} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
9024 2025.01.02 23:39:57.465524 [ 195 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 422 rows starting from the beginning of the part
9025 2025.01.02 23:39:57.465954 [ 195 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 64 rows starting from the beginning of the part
9026 2025.01.02 23:39:57.466471 [ 195 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 424 rows starting from the beginning of the part
9027 2025.01.02 23:39:57.466882 [ 195 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 64 rows starting from the beginning of the part
9028 2025.01.02 23:39:57.467216 [ 195 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 422 rows starting from the beginning of the part
9029 2025.01.02 23:39:57.468026 [ 260 ] {099a3173-8d6e-4bba-af8c-4099313f1344} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9030 2025.01.02 23:39:57.468083 [ 260 ] {099a3173-8d6e-4bba-af8c-4099313f1344} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
9031 2025.01.02 23:39:57.469005 [ 260 ] {099a3173-8d6e-4bba-af8c-4099313f1344} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
9032 2025.01.02 23:39:57.469506 [ 260 ] {099a3173-8d6e-4bba-af8c-4099313f1344} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9033 2025.01.02 23:39:57.469784 [ 260 ] {099a3173-8d6e-4bba-af8c-4099313f1344} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005051 sec., 1187.883587408434 rows/sec., 62.06 KiB/sec.
9034 2025.01.02 23:39:57.470242 [ 260 ] {099a3173-8d6e-4bba-af8c-4099313f1344} <Debug> TCPHandler: Processed in 0.005959518 sec.
9035 2025.01.02 23:39:57.470689 [ 195 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2310 rows, containing 5 columns (5 merged, 0 gathered) in 0.006576726 sec., 351238.59500912763 rows/sec., 26.75 MiB/sec.
9036 2025.01.02 23:39:57.470786 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9037 2025.01.02 23:39:57.470918 [ 195 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
9038 2025.01.02 23:39:57.470987 [ 265 ] {5cf3f8ef-afeb-43a2-a132-99aa06d8bbf8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9039 2025.01.02 23:39:57.471087 [ 265 ] {5cf3f8ef-afeb-43a2-a132-99aa06d8bbf8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9040 2025.01.02 23:39:57.471557 [ 195 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_66_13} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9041 2025.01.02 23:39:57.471750 [ 195 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_66_13} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
9042 2025.01.02 23:39:57.471869 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB.
9043 2025.01.02 23:39:57.472161 [ 265 ] {5cf3f8ef-afeb-43a2-a132-99aa06d8bbf8} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9044 2025.01.02 23:39:57.472204 [ 265 ] {5cf3f8ef-afeb-43a2-a132-99aa06d8bbf8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
9045 2025.01.02 23:39:57.472622 [ 265 ] {5cf3f8ef-afeb-43a2-a132-99aa06d8bbf8} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
9046 2025.01.02 23:39:57.472869 [ 265 ] {5cf3f8ef-afeb-43a2-a132-99aa06d8bbf8} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9047 2025.01.02 23:39:57.473046 [ 148 ] {} <Debug> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
9048 2025.01.02 23:39:57.473104 [ 148 ] {} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9049 2025.01.02 23:39:57.473117 [ 265 ] {5cf3f8ef-afeb-43a2-a132-99aa06d8bbf8} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002187 sec., 108367.6268861454 rows/sec., 7.26 MiB/sec.
9050 2025.01.02 23:39:57.473145 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
9051 2025.01.02 23:39:57.473281 [ 265 ] {5cf3f8ef-afeb-43a2-a132-99aa06d8bbf8} <Debug> TCPHandler: Processed in 0.002892298 sec.
9052 2025.01.02 23:39:57.473386 [ 192 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full
9053 2025.01.02 23:39:57.473492 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9054 2025.01.02 23:39:57.473561 [ 192 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9055 2025.01.02 23:39:57.473610 [ 192 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 19826 rows starting from the beginning of the part
9056 2025.01.02 23:39:57.473783 [ 260 ] {2e7bb1b3-f5f4-4f03-ae3b-2f4cd2a9658f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
9057 2025.01.02 23:39:57.473906 [ 192 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 237 rows starting from the beginning of the part
9058 2025.01.02 23:39:57.473938 [ 260 ] {2e7bb1b3-f5f4-4f03-ae3b-2f4cd2a9658f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
9059 2025.01.02 23:39:57.474282 [ 192 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 160 rows starting from the beginning of the part
9060 2025.01.02 23:39:57.474639 [ 192 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 238 rows starting from the beginning of the part
9061 2025.01.02 23:39:57.474987 [ 192 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 160 rows starting from the beginning of the part
9062 2025.01.02 23:39:57.475386 [ 192 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 237 rows starting from the beginning of the part
9063 2025.01.02 23:39:57.476340 [ 260 ] {2e7bb1b3-f5f4-4f03-ae3b-2f4cd2a9658f} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9064 2025.01.02 23:39:57.476413 [ 260 ] {2e7bb1b3-f5f4-4f03-ae3b-2f4cd2a9658f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
9065 2025.01.02 23:39:57.477003 [ 260 ] {2e7bb1b3-f5f4-4f03-ae3b-2f4cd2a9658f} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
9066 2025.01.02 23:39:57.477513 [ 260 ] {2e7bb1b3-f5f4-4f03-ae3b-2f4cd2a9658f} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9067 2025.01.02 23:39:57.477735 [ 260 ] {2e7bb1b3-f5f4-4f03-ae3b-2f4cd2a9658f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004074 sec., 245.45900834560626 rows/sec., 16.54 KiB/sec.
9068 2025.01.02 23:39:57.477868 [ 260 ] {2e7bb1b3-f5f4-4f03-ae3b-2f4cd2a9658f} <Debug> TCPHandler: Processed in 0.004477448 sec.
9069 2025.01.02 23:39:57.478089 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9070 2025.01.02 23:39:57.478385 [ 265 ] {7387dd36-c98d-42b1-8fe1-997dcebac361} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9071 2025.01.02 23:39:57.478631 [ 265 ] {7387dd36-c98d-42b1-8fe1-997dcebac361} <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
9072 2025.01.02 23:39:57.480741 [ 265 ] {7387dd36-c98d-42b1-8fe1-997dcebac361} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9073 2025.01.02 23:39:57.480781 [ 265 ] {7387dd36-c98d-42b1-8fe1-997dcebac361} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
9074 2025.01.02 23:39:57.483028 [ 265 ] {7387dd36-c98d-42b1-8fe1-997dcebac361} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
9075 2025.01.02 23:39:57.483315 [ 265 ] {7387dd36-c98d-42b1-8fe1-997dcebac361} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9076 2025.01.02 23:39:57.483661 [ 265 ] {7387dd36-c98d-42b1-8fe1-997dcebac361} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.005386 sec., 7426.6617155588565 rows/sec., 13.31 MiB/sec.
9077 2025.01.02 23:39:57.484062 [ 265 ] {7387dd36-c98d-42b1-8fe1-997dcebac361} <Debug> TCPHandler: Processed in 0.00608616 sec.
9078 2025.01.02 23:39:57.484311 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9079 2025.01.02 23:39:57.484493 [ 260 ] {3256cb54-ec9b-45fc-9590-652399e944f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9080 2025.01.02 23:39:57.484557 [ 260 ] {3256cb54-ec9b-45fc-9590-652399e944f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9081 2025.01.02 23:39:57.485405 [ 260 ] {3256cb54-ec9b-45fc-9590-652399e944f6} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9082 2025.01.02 23:39:57.485510 [ 260 ] {3256cb54-ec9b-45fc-9590-652399e944f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
9083 2025.01.02 23:39:57.485674 [ 191 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20858 rows, containing 5 columns (5 merged, 0 gathered) in 0.012396333 sec., 1682594.3607678174 rows/sec., 113.41 MiB/sec.
9084 2025.01.02 23:39:57.486047 [ 260 ] {3256cb54-ec9b-45fc-9590-652399e944f6} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
9085 2025.01.02 23:39:57.486145 [ 191 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
9086 2025.01.02 23:39:57.486547 [ 260 ] {3256cb54-ec9b-45fc-9590-652399e944f6} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9087 2025.01.02 23:39:57.486776 [ 148 ] {} <Debug> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
9088 2025.01.02 23:39:57.486861 [ 148 ] {} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9089 2025.01.02 23:39:57.486866 [ 191 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9090 2025.01.02 23:39:57.486929 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
9091 2025.01.02 23:39:57.487024 [ 260 ] {3256cb54-ec9b-45fc-9590-652399e944f6} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002534 sec., 32359.905288082085 rows/sec., 2.06 MiB/sec.
9092 2025.01.02 23:39:57.487227 [ 191 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
9093 2025.01.02 23:39:57.487351 [ 260 ] {3256cb54-ec9b-45fc-9590-652399e944f6} <Debug> TCPHandler: Processed in 0.003176652 sec.
9094 2025.01.02 23:39:57.487349 [ 194 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full
9095 2025.01.02 23:39:57.487492 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB.
9096 2025.01.02 23:39:57.487612 [ 194 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9097 2025.01.02 23:39:57.487644 [ 194 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3868 rows starting from the beginning of the part
9098 2025.01.02 23:39:57.487806 [ 194 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 82 rows starting from the beginning of the part
9099 2025.01.02 23:39:57.487923 [ 194 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 60 rows starting from the beginning of the part
9100 2025.01.02 23:39:57.488172 [ 194 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 82 rows starting from the beginning of the part
9101 2025.01.02 23:39:57.488287 [ 194 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 60 rows starting from the beginning of the part
9102 2025.01.02 23:39:57.488454 [ 194 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 82 rows starting from the beginning of the part
9103 2025.01.02 23:39:57.490198 [ 186 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4234 rows, containing 4 columns (4 merged, 0 gathered) in 0.003140052 sec., 1348385.3133642373 rows/sec., 87.80 MiB/sec.
9104 2025.01.02 23:39:57.490528 [ 194 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
9105 2025.01.02 23:39:57.490810 [ 194 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_66_13} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9106 2025.01.02 23:39:57.490973 [ 194 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_66_13} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
9107 2025.01.02 23:39:57.491048 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.94 MiB.
9108 2025.01.02 23:40:02.468201 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9109 2025.01.02 23:40:02.468424 [ 260 ] {33180625-1b2a-4584-8a00-d6e15d2c43db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
9110 2025.01.02 23:40:02.468507 [ 260 ] {33180625-1b2a-4584-8a00-d6e15d2c43db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
9111 2025.01.02 23:40:02.469319 [ 260 ] {33180625-1b2a-4584-8a00-d6e15d2c43db} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9112 2025.01.02 23:40:02.469374 [ 260 ] {33180625-1b2a-4584-8a00-d6e15d2c43db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
9113 2025.01.02 23:40:02.469802 [ 260 ] {33180625-1b2a-4584-8a00-d6e15d2c43db} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
9114 2025.01.02 23:40:02.470084 [ 260 ] {33180625-1b2a-4584-8a00-d6e15d2c43db} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9115 2025.01.02 23:40:02.470335 [ 260 ] {33180625-1b2a-4584-8a00-d6e15d2c43db} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001968 sec., 1016.2601626016259 rows/sec., 82.87 KiB/sec.
9116 2025.01.02 23:40:02.470402 [ 260 ] {33180625-1b2a-4584-8a00-d6e15d2c43db} <Debug> TCPHandler: Processed in 0.002341011 sec.
9117 2025.01.02 23:40:02.470714 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9118 2025.01.02 23:40:02.471021 [ 265 ] {5051e091-db96-4eeb-a95b-8c870aa05c4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9119 2025.01.02 23:40:02.471120 [ 265 ] {5051e091-db96-4eeb-a95b-8c870aa05c4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9120 2025.01.02 23:40:02.472477 [ 265 ] {5051e091-db96-4eeb-a95b-8c870aa05c4f} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9121 2025.01.02 23:40:02.472520 [ 265 ] {5051e091-db96-4eeb-a95b-8c870aa05c4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
9122 2025.01.02 23:40:02.473039 [ 265 ] {5051e091-db96-4eeb-a95b-8c870aa05c4f} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
9123 2025.01.02 23:40:02.473297 [ 265 ] {5051e091-db96-4eeb-a95b-8c870aa05c4f} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9124 2025.01.02 23:40:02.473525 [ 265 ] {5051e091-db96-4eeb-a95b-8c870aa05c4f} <Debug> executeQuery: Read 1197 rows, 101.04 KiB in 0.00259 sec., 462162.1621621622 rows/sec., 38.10 MiB/sec.
9125 2025.01.02 23:40:02.473580 [ 265 ] {5051e091-db96-4eeb-a95b-8c870aa05c4f} <Debug> TCPHandler: Processed in 0.0030535 sec.
9126 2025.01.02 23:40:02.473755 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9127 2025.01.02 23:40:02.473902 [ 260 ] {439169c6-3d27-4f7f-9892-6aa9367a7cba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9128 2025.01.02 23:40:02.473964 [ 260 ] {439169c6-3d27-4f7f-9892-6aa9367a7cba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9129 2025.01.02 23:40:02.474567 [ 260 ] {439169c6-3d27-4f7f-9892-6aa9367a7cba} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9130 2025.01.02 23:40:02.474608 [ 260 ] {439169c6-3d27-4f7f-9892-6aa9367a7cba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
9131 2025.01.02 23:40:02.474965 [ 260 ] {439169c6-3d27-4f7f-9892-6aa9367a7cba} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
9132 2025.01.02 23:40:02.475204 [ 260 ] {439169c6-3d27-4f7f-9892-6aa9367a7cba} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9133 2025.01.02 23:40:02.475439 [ 260 ] {439169c6-3d27-4f7f-9892-6aa9367a7cba} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001572 sec., 1272.264631043257 rows/sec., 88.83 KiB/sec.
9134 2025.01.02 23:40:02.475502 [ 260 ] {439169c6-3d27-4f7f-9892-6aa9367a7cba} <Debug> TCPHandler: Processed in 0.001818833 sec.
9135 2025.01.02 23:40:02.475701 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9136 2025.01.02 23:40:02.475839 [ 265 ] {eae08759-e1ee-4cf3-b416-c4eeb923f76a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
9137 2025.01.02 23:40:02.475889 [ 265 ] {eae08759-e1ee-4cf3-b416-c4eeb923f76a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
9138 2025.01.02 23:40:02.476557 [ 265 ] {eae08759-e1ee-4cf3-b416-c4eeb923f76a} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9139 2025.01.02 23:40:02.476597 [ 265 ] {eae08759-e1ee-4cf3-b416-c4eeb923f76a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
9140 2025.01.02 23:40:02.476993 [ 265 ] {eae08759-e1ee-4cf3-b416-c4eeb923f76a} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
9141 2025.01.02 23:40:02.477236 [ 265 ] {eae08759-e1ee-4cf3-b416-c4eeb923f76a} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9142 2025.01.02 23:40:02.477499 [ 265 ] {eae08759-e1ee-4cf3-b416-c4eeb923f76a} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001677 sec., 135957.0661896243 rows/sec., 9.21 MiB/sec.
9143 2025.01.02 23:40:02.477684 [ 265 ] {eae08759-e1ee-4cf3-b416-c4eeb923f76a} <Debug> TCPHandler: Processed in 0.002084608 sec.
9144 2025.01.02 23:40:02.477910 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9145 2025.01.02 23:40:02.478059 [ 260 ] {9a56a65e-b019-4d47-8e7d-a51b6371510d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9146 2025.01.02 23:40:02.478116 [ 260 ] {9a56a65e-b019-4d47-8e7d-a51b6371510d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9147 2025.01.02 23:40:02.479055 [ 260 ] {9a56a65e-b019-4d47-8e7d-a51b6371510d} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9148 2025.01.02 23:40:02.479095 [ 260 ] {9a56a65e-b019-4d47-8e7d-a51b6371510d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
9149 2025.01.02 23:40:02.479488 [ 260 ] {9a56a65e-b019-4d47-8e7d-a51b6371510d} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
9150 2025.01.02 23:40:02.479732 [ 260 ] {9a56a65e-b019-4d47-8e7d-a51b6371510d} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9151 2025.01.02 23:40:02.479949 [ 260 ] {9a56a65e-b019-4d47-8e7d-a51b6371510d} <Debug> executeQuery: Read 522 rows, 39.57 KiB in 0.001919 sec., 272016.67535174574 rows/sec., 20.14 MiB/sec.
9152 2025.01.02 23:40:02.480028 [ 260 ] {9a56a65e-b019-4d47-8e7d-a51b6371510d} <Debug> TCPHandler: Processed in 0.00223741 sec.
9153 2025.01.02 23:40:02.480286 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9154 2025.01.02 23:40:02.480506 [ 265 ] {25545934-7306-4ff6-a43a-1929eac897ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9155 2025.01.02 23:40:02.480604 [ 265 ] {25545934-7306-4ff6-a43a-1929eac897ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9156 2025.01.02 23:40:02.481585 [ 265 ] {25545934-7306-4ff6-a43a-1929eac897ef} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9157 2025.01.02 23:40:02.481624 [ 265 ] {25545934-7306-4ff6-a43a-1929eac897ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
9158 2025.01.02 23:40:02.482238 [ 265 ] {25545934-7306-4ff6-a43a-1929eac897ef} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
9159 2025.01.02 23:40:02.482497 [ 265 ] {25545934-7306-4ff6-a43a-1929eac897ef} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9160 2025.01.02 23:40:02.482710 [ 265 ] {25545934-7306-4ff6-a43a-1929eac897ef} <Debug> executeQuery: Read 881 rows, 60.70 KiB in 0.00226 sec., 389823.00884955755 rows/sec., 26.23 MiB/sec.
9161 2025.01.02 23:40:02.482768 [ 265 ] {25545934-7306-4ff6-a43a-1929eac897ef} <Debug> TCPHandler: Processed in 0.002640015 sec.
9162 2025.01.02 23:40:02.482913 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9163 2025.01.02 23:40:02.483036 [ 260 ] {3166b249-c3fb-4ea0-bfc1-59d609cccee3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9164 2025.01.02 23:40:02.483091 [ 260 ] {3166b249-c3fb-4ea0-bfc1-59d609cccee3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9165 2025.01.02 23:40:02.483607 [ 260 ] {3166b249-c3fb-4ea0-bfc1-59d609cccee3} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9166 2025.01.02 23:40:02.483648 [ 260 ] {3166b249-c3fb-4ea0-bfc1-59d609cccee3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
9167 2025.01.02 23:40:02.484037 [ 260 ] {3166b249-c3fb-4ea0-bfc1-59d609cccee3} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
9168 2025.01.02 23:40:02.484305 [ 260 ] {3166b249-c3fb-4ea0-bfc1-59d609cccee3} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9169 2025.01.02 23:40:02.484537 [ 260 ] {3166b249-c3fb-4ea0-bfc1-59d609cccee3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001528 sec., 39267.01570680628 rows/sec., 2.65 MiB/sec.
9170 2025.01.02 23:40:02.484608 [ 260 ] {3166b249-c3fb-4ea0-bfc1-59d609cccee3} <Debug> TCPHandler: Processed in 0.001754543 sec.
9171 2025.01.02 23:40:03.187407 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22509
9172 2025.01.02 23:40:03.188073 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9173 2025.01.02 23:40:03.188120 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
9174 2025.01.02 23:40:03.188655 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
9175 2025.01.02 23:40:03.188920 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9176 2025.01.02 23:40:03.189199 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22509
9177 2025.01.02 23:40:04.778042 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 370
9178 2025.01.02 23:40:04.802100 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9179 2025.01.02 23:40:04.802160 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
9180 2025.01.02 23:40:04.809573 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
9181 2025.01.02 23:40:04.810386 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9182 2025.01.02 23:40:04.814083 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 370
9183 2025.01.02 23:40:05.814184 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1284
9184 2025.01.02 23:40:05.817453 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9185 2025.01.02 23:40:05.817496 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
9186 2025.01.02 23:40:05.818981 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
9187 2025.01.02 23:40:05.819297 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9188 2025.01.02 23:40:05.820434 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1284
9189 2025.01.02 23:40:07.446616 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9190 2025.01.02 23:40:07.446852 [ 260 ] {c90fe9d0-b584-4888-94f1-48cf918c0617} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
9191 2025.01.02 23:40:07.446952 [ 260 ] {c90fe9d0-b584-4888-94f1-48cf918c0617} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
9192 2025.01.02 23:40:07.447837 [ 260 ] {c90fe9d0-b584-4888-94f1-48cf918c0617} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9193 2025.01.02 23:40:07.447894 [ 260 ] {c90fe9d0-b584-4888-94f1-48cf918c0617} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
9194 2025.01.02 23:40:07.448339 [ 260 ] {c90fe9d0-b584-4888-94f1-48cf918c0617} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
9195 2025.01.02 23:40:07.448602 [ 260 ] {c90fe9d0-b584-4888-94f1-48cf918c0617} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9196 2025.01.02 23:40:07.448845 [ 260 ] {c90fe9d0-b584-4888-94f1-48cf918c0617} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00206 sec., 6796.116504854368 rows/sec., 489.23 KiB/sec.
9197 2025.01.02 23:40:07.448911 [ 260 ] {c90fe9d0-b584-4888-94f1-48cf918c0617} <Debug> TCPHandler: Processed in 0.002427302 sec.
9198 2025.01.02 23:40:07.449150 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9199 2025.01.02 23:40:07.449340 [ 265 ] {bedb86de-abad-488a-b315-1423b08c0c5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9200 2025.01.02 23:40:07.449411 [ 265 ] {bedb86de-abad-488a-b315-1423b08c0c5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9201 2025.01.02 23:40:07.450247 [ 265 ] {bedb86de-abad-488a-b315-1423b08c0c5c} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9202 2025.01.02 23:40:07.450287 [ 265 ] {bedb86de-abad-488a-b315-1423b08c0c5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
9203 2025.01.02 23:40:07.450792 [ 265 ] {bedb86de-abad-488a-b315-1423b08c0c5c} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
9204 2025.01.02 23:40:07.451053 [ 265 ] {bedb86de-abad-488a-b315-1423b08c0c5c} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9205 2025.01.02 23:40:07.451249 [ 265 ] {bedb86de-abad-488a-b315-1423b08c0c5c} <Debug> executeQuery: Read 283 rows, 25.60 KiB in 0.001962 sec., 144240.57084607542 rows/sec., 12.74 MiB/sec.
9206 2025.01.02 23:40:07.451305 [ 265 ] {bedb86de-abad-488a-b315-1423b08c0c5c} <Debug> TCPHandler: Processed in 0.00228622 sec.
9207 2025.01.02 23:40:07.451451 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9208 2025.01.02 23:40:07.451599 [ 260 ] {12c90ff7-01b4-4b02-a39f-eec2cf9fd12c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9209 2025.01.02 23:40:07.451663 [ 260 ] {12c90ff7-01b4-4b02-a39f-eec2cf9fd12c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9210 2025.01.02 23:40:07.452352 [ 260 ] {12c90ff7-01b4-4b02-a39f-eec2cf9fd12c} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9211 2025.01.02 23:40:07.452395 [ 260 ] {12c90ff7-01b4-4b02-a39f-eec2cf9fd12c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
9212 2025.01.02 23:40:07.452775 [ 260 ] {12c90ff7-01b4-4b02-a39f-eec2cf9fd12c} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
9213 2025.01.02 23:40:07.453020 [ 260 ] {12c90ff7-01b4-4b02-a39f-eec2cf9fd12c} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9214 2025.01.02 23:40:07.453188 [ 141 ] {} <Debug> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470) (MergerMutator): Selected 6 parts from all_1_40_8 to all_45_45_0
9215 2025.01.02 23:40:07.453271 [ 141 ] {} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9216 2025.01.02 23:40:07.453274 [ 260 ] {12c90ff7-01b4-4b02-a39f-eec2cf9fd12c} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.0017 sec., 27647.058823529413 rows/sec., 1.99 MiB/sec.
9217 2025.01.02 23:40:07.453315 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
9218 2025.01.02 23:40:07.453429 [ 260 ] {12c90ff7-01b4-4b02-a39f-eec2cf9fd12c} <Debug> TCPHandler: Processed in 0.002039756 sec.
9219 2025.01.02 23:40:07.453527 [ 191 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_45_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_40_8 to all_45_45_0 into Compact with storage Full
9220 2025.01.02 23:40:07.453617 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9221 2025.01.02 23:40:07.453663 [ 191 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_45_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9222 2025.01.02 23:40:07.453697 [ 191 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_40_8, total 65 rows starting from the beginning of the part
9223 2025.01.02 23:40:07.453787 [ 265 ] {666196de-9f58-413b-a65d-ec3f51aacf08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
9224 2025.01.02 23:40:07.453800 [ 191 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 47 rows starting from the beginning of the part
9225 2025.01.02 23:40:07.453986 [ 265 ] {666196de-9f58-413b-a65d-ec3f51aacf08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
9226 2025.01.02 23:40:07.454174 [ 191 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 49 rows starting from the beginning of the part
9227 2025.01.02 23:40:07.454478 [ 191 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 47 rows starting from the beginning of the part
9228 2025.01.02 23:40:07.454711 [ 191 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 2 rows starting from the beginning of the part
9229 2025.01.02 23:40:07.454943 [ 191 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 47 rows starting from the beginning of the part
9230 2025.01.02 23:40:07.455839 [ 265 ] {666196de-9f58-413b-a65d-ec3f51aacf08} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9231 2025.01.02 23:40:07.455885 [ 265 ] {666196de-9f58-413b-a65d-ec3f51aacf08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
9232 2025.01.02 23:40:07.456478 [ 265 ] {666196de-9f58-413b-a65d-ec3f51aacf08} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
9233 2025.01.02 23:40:07.456550 [ 186 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_45_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 257 rows, containing 5 columns (5 merged, 0 gathered) in 0.003114261 sec., 82523.59066886173 rows/sec., 6.23 MiB/sec.
9234 2025.01.02 23:40:07.456782 [ 186 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_45_9} <Trace> MergedBlockOutputStream: filled checksums all_1_45_9 (state Temporary)
9235 2025.01.02 23:40:07.456945 [ 265 ] {666196de-9f58-413b-a65d-ec3f51aacf08} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9236 2025.01.02 23:40:07.457185 [ 141 ] {} <Debug> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
9237 2025.01.02 23:40:07.457251 [ 141 ] {} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9238 2025.01.02 23:40:07.457317 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
9239 2025.01.02 23:40:07.457389 [ 265 ] {666196de-9f58-413b-a65d-ec3f51aacf08} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.003622 sec., 3865.267807840972 rows/sec., 270.70 KiB/sec.
9240 2025.01.02 23:40:07.457673 [ 186 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_45_9} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_merge_all_1_45_9 to all_1_45_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9241 2025.01.02 23:40:07.457759 [ 265 ] {666196de-9f58-413b-a65d-ec3f51aacf08} <Debug> TCPHandler: Processed in 0.004207815 sec.
9242 2025.01.02 23:40:07.457800 [ 188 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full
9243 2025.01.02 23:40:07.457956 [ 186 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_45_9} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470) (MergerMutator): Merged 6 parts: [all_1_40_8, all_45_45_0] -> all_1_45_9
9244 2025.01.02 23:40:07.458056 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9245 2025.01.02 23:40:07.458198 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
9246 2025.01.02 23:40:07.458346 [ 188 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9247 2025.01.02 23:40:07.458375 [ 260 ] {184fc381-4b22-4cd8-8532-13e2a60c152b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
9248 2025.01.02 23:40:07.458406 [ 188 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 244 rows starting from the beginning of the part
9249 2025.01.02 23:40:07.458468 [ 260 ] {184fc381-4b22-4cd8-8532-13e2a60c152b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
9250 2025.01.02 23:40:07.458834 [ 188 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 14 rows starting from the beginning of the part
9251 2025.01.02 23:40:07.459245 [ 188 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 14 rows starting from the beginning of the part
9252 2025.01.02 23:40:07.459632 [ 188 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 14 rows starting from the beginning of the part
9253 2025.01.02 23:40:07.459985 [ 188 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 228 rows starting from the beginning of the part
9254 2025.01.02 23:40:07.460259 [ 188 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 14 rows starting from the beginning of the part
9255 2025.01.02 23:40:07.461089 [ 260 ] {184fc381-4b22-4cd8-8532-13e2a60c152b} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9256 2025.01.02 23:40:07.461162 [ 260 ] {184fc381-4b22-4cd8-8532-13e2a60c152b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
9257 2025.01.02 23:40:07.462109 [ 260 ] {184fc381-4b22-4cd8-8532-13e2a60c152b} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
9258 2025.01.02 23:40:07.462666 [ 260 ] {184fc381-4b22-4cd8-8532-13e2a60c152b} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9259 2025.01.02 23:40:07.463266 [ 260 ] {184fc381-4b22-4cd8-8532-13e2a60c152b} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.004905 sec., 2650.356778797146 rows/sec., 165.25 KiB/sec.
9260 2025.01.02 23:40:07.463465 [ 191 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 528 rows, containing 5 columns (5 merged, 0 gathered) in 0.006001099 sec., 87983.88428519509 rows/sec., 6.30 MiB/sec.
9261 2025.01.02 23:40:07.463636 [ 260 ] {184fc381-4b22-4cd8-8532-13e2a60c152b} <Debug> TCPHandler: Processed in 0.005700575 sec.
9262 2025.01.02 23:40:07.463801 [ 191 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
9263 2025.01.02 23:40:07.463918 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9264 2025.01.02 23:40:07.464070 [ 265 ] {cffffd0a-4c50-40d7-9073-57db1a49ab4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9265 2025.01.02 23:40:07.464127 [ 265 ] {cffffd0a-4c50-40d7-9073-57db1a49ab4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9266 2025.01.02 23:40:07.464259 [ 191 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_46_9} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9267 2025.01.02 23:40:07.464381 [ 191 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_46_9} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
9268 2025.01.02 23:40:07.464495 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB.
9269 2025.01.02 23:40:07.464974 [ 265 ] {cffffd0a-4c50-40d7-9073-57db1a49ab4f} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9270 2025.01.02 23:40:07.465015 [ 265 ] {cffffd0a-4c50-40d7-9073-57db1a49ab4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
9271 2025.01.02 23:40:07.465430 [ 265 ] {cffffd0a-4c50-40d7-9073-57db1a49ab4f} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
9272 2025.01.02 23:40:07.465689 [ 265 ] {cffffd0a-4c50-40d7-9073-57db1a49ab4f} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9273 2025.01.02 23:40:07.465869 [ 265 ] {cffffd0a-4c50-40d7-9073-57db1a49ab4f} <Debug> executeQuery: Read 422 rows, 30.88 KiB in 0.001827 sec., 230979.74822112752 rows/sec., 16.51 MiB/sec.
9274 2025.01.02 23:40:07.465923 [ 265 ] {cffffd0a-4c50-40d7-9073-57db1a49ab4f} <Debug> TCPHandler: Processed in 0.002127888 sec.
9275 2025.01.02 23:40:07.466088 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9276 2025.01.02 23:40:07.466228 [ 260 ] {4d1d9c3c-0289-409d-8208-f59343c1fe47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
9277 2025.01.02 23:40:07.466281 [ 260 ] {4d1d9c3c-0289-409d-8208-f59343c1fe47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
9278 2025.01.02 23:40:07.466780 [ 260 ] {4d1d9c3c-0289-409d-8208-f59343c1fe47} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9279 2025.01.02 23:40:07.466821 [ 260 ] {4d1d9c3c-0289-409d-8208-f59343c1fe47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
9280 2025.01.02 23:40:07.467208 [ 260 ] {4d1d9c3c-0289-409d-8208-f59343c1fe47} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
9281 2025.01.02 23:40:07.467451 [ 260 ] {4d1d9c3c-0289-409d-8208-f59343c1fe47} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9282 2025.01.02 23:40:07.467611 [ 141 ] {} <Debug> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65) (MergerMutator): Selected 6 parts from all_1_30_6 to all_35_35_0
9283 2025.01.02 23:40:07.467668 [ 141 ] {} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9284 2025.01.02 23:40:07.467704 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
9285 2025.01.02 23:40:07.467699 [ 260 ] {4d1d9c3c-0289-409d-8208-f59343c1fe47} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001492 sec., 4021.4477211796243 rows/sec., 210.10 KiB/sec.
9286 2025.01.02 23:40:07.467982 [ 260 ] {4d1d9c3c-0289-409d-8208-f59343c1fe47} <Debug> TCPHandler: Processed in 0.001950846 sec.
9287 2025.01.02 23:40:07.468035 [ 190 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_35_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_30_6 to all_35_35_0 into Compact with storage Full
9288 2025.01.02 23:40:07.468249 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9289 2025.01.02 23:40:07.468631 [ 265 ] {ad52bac1-76c2-44a6-92c7-0c370fac148b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9290 2025.01.02 23:40:07.468685 [ 190 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_35_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9291 2025.01.02 23:40:07.468789 [ 265 ] {ad52bac1-76c2-44a6-92c7-0c370fac148b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9292 2025.01.02 23:40:07.468806 [ 190 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_30_6, total 180 rows starting from the beginning of the part
9293 2025.01.02 23:40:07.469086 [ 190 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 6 rows starting from the beginning of the part
9294 2025.01.02 23:40:07.469405 [ 190 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 6 rows starting from the beginning of the part
9295 2025.01.02 23:40:07.469757 [ 190 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 6 rows starting from the beginning of the part
9296 2025.01.02 23:40:07.470050 [ 190 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 6 rows starting from the beginning of the part
9297 2025.01.02 23:40:07.470394 [ 190 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 6 rows starting from the beginning of the part
9298 2025.01.02 23:40:07.471790 [ 265 ] {ad52bac1-76c2-44a6-92c7-0c370fac148b} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9299 2025.01.02 23:40:07.471852 [ 265 ] {ad52bac1-76c2-44a6-92c7-0c370fac148b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
9300 2025.01.02 23:40:07.472978 [ 201 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_35_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 210 rows, containing 4 columns (4 merged, 0 gathered) in 0.005189928 sec., 40462.98908192946 rows/sec., 2.06 MiB/sec.
9301 2025.01.02 23:40:07.472989 [ 265 ] {ad52bac1-76c2-44a6-92c7-0c370fac148b} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
9302 2025.01.02 23:40:07.473132 [ 201 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_35_7} <Trace> MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary)
9303 2025.01.02 23:40:07.473478 [ 265 ] {ad52bac1-76c2-44a6-92c7-0c370fac148b} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9304 2025.01.02 23:40:07.473672 [ 201 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_35_7} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9305 2025.01.02 23:40:07.473874 [ 265 ] {ad52bac1-76c2-44a6-92c7-0c370fac148b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005368 sec., 44150.521609538 rows/sec., 2.96 MiB/sec.
9306 2025.01.02 23:40:07.473875 [ 201 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_35_7} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65) (MergerMutator): Merged 6 parts: [all_1_30_6, all_35_35_0] -> all_1_35_7
9307 2025.01.02 23:40:07.474039 [ 265 ] {ad52bac1-76c2-44a6-92c7-0c370fac148b} <Debug> TCPHandler: Processed in 0.005945898 sec.
9308 2025.01.02 23:40:07.474090 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
9309 2025.01.02 23:40:07.474237 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9310 2025.01.02 23:40:07.474354 [ 260 ] {bb334a2c-7f41-4a4d-9be2-7164d3bc5599} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
9311 2025.01.02 23:40:07.474406 [ 260 ] {bb334a2c-7f41-4a4d-9be2-7164d3bc5599} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
9312 2025.01.02 23:40:07.474876 [ 260 ] {bb334a2c-7f41-4a4d-9be2-7164d3bc5599} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9313 2025.01.02 23:40:07.474916 [ 260 ] {bb334a2c-7f41-4a4d-9be2-7164d3bc5599} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
9314 2025.01.02 23:40:07.475284 [ 260 ] {bb334a2c-7f41-4a4d-9be2-7164d3bc5599} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
9315 2025.01.02 23:40:07.475529 [ 260 ] {bb334a2c-7f41-4a4d-9be2-7164d3bc5599} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9316 2025.01.02 23:40:07.475785 [ 260 ] {bb334a2c-7f41-4a4d-9be2-7164d3bc5599} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001447 sec., 691.0850034554251 rows/sec., 46.57 KiB/sec.
9317 2025.01.02 23:40:07.475874 [ 260 ] {bb334a2c-7f41-4a4d-9be2-7164d3bc5599} <Debug> TCPHandler: Processed in 0.001697132 sec.
9318 2025.01.02 23:40:07.476129 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9319 2025.01.02 23:40:07.476260 [ 265 ] {bd584ccf-7a37-42d3-8acd-0ee126c61c71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9320 2025.01.02 23:40:07.476356 [ 265 ] {bd584ccf-7a37-42d3-8acd-0ee126c61c71} <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
9321 2025.01.02 23:40:07.477698 [ 265 ] {bd584ccf-7a37-42d3-8acd-0ee126c61c71} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9322 2025.01.02 23:40:07.477737 [ 265 ] {bd584ccf-7a37-42d3-8acd-0ee126c61c71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
9323 2025.01.02 23:40:07.478425 [ 265 ] {bd584ccf-7a37-42d3-8acd-0ee126c61c71} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
9324 2025.01.02 23:40:07.478700 [ 265 ] {bd584ccf-7a37-42d3-8acd-0ee126c61c71} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9325 2025.01.02 23:40:07.478953 [ 265 ] {bd584ccf-7a37-42d3-8acd-0ee126c61c71} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002721 sec., 14700.477765527381 rows/sec., 26.34 MiB/sec.
9326 2025.01.02 23:40:07.479452 [ 265 ] {bd584ccf-7a37-42d3-8acd-0ee126c61c71} <Debug> TCPHandler: Processed in 0.003459555 sec.
9327 2025.01.02 23:40:07.479650 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9328 2025.01.02 23:40:07.479791 [ 260 ] {0cb24ca3-bc61-4d2f-bbe0-07bdb4ee462e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9329 2025.01.02 23:40:07.479851 [ 260 ] {0cb24ca3-bc61-4d2f-bbe0-07bdb4ee462e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9330 2025.01.02 23:40:07.480396 [ 260 ] {0cb24ca3-bc61-4d2f-bbe0-07bdb4ee462e} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9331 2025.01.02 23:40:07.480437 [ 260 ] {0cb24ca3-bc61-4d2f-bbe0-07bdb4ee462e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
9332 2025.01.02 23:40:07.480821 [ 260 ] {0cb24ca3-bc61-4d2f-bbe0-07bdb4ee462e} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
9333 2025.01.02 23:40:07.481067 [ 260 ] {0cb24ca3-bc61-4d2f-bbe0-07bdb4ee462e} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9334 2025.01.02 23:40:07.481305 [ 260 ] {0cb24ca3-bc61-4d2f-bbe0-07bdb4ee462e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001546 sec., 53040.10349288486 rows/sec., 3.37 MiB/sec.
9335 2025.01.02 23:40:07.481360 [ 260 ] {0cb24ca3-bc61-4d2f-bbe0-07bdb4ee462e} <Debug> TCPHandler: Processed in 0.001794414 sec.
9336 2025.01.02 23:40:10.525873 [ 134 ] {} <Debug> DNSResolver: Updating DNS cache
9337 2025.01.02 23:40:10.525940 [ 134 ] {} <Debug> DNSResolver: Updated DNS cache
9338 2025.01.02 23:40:10.689453 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22936
9339 2025.01.02 23:40:10.690200 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9340 2025.01.02 23:40:10.690261 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
9341 2025.01.02 23:40:10.690812 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
9342 2025.01.02 23:40:10.691080 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9343 2025.01.02 23:40:10.691348 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22936
9344 2025.01.02 23:40:12.314254 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 377
9345 2025.01.02 23:40:12.334947 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9346 2025.01.02 23:40:12.334999 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
9347 2025.01.02 23:40:12.342579 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
9348 2025.01.02 23:40:12.343382 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9349 2025.01.02 23:40:12.346563 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 377
9350 2025.01.02 23:40:12.439650 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9351 2025.01.02 23:40:12.439840 [ 260 ] {77bb699b-cd78-456e-bee6-6ecf12def758} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9352 2025.01.02 23:40:12.439913 [ 260 ] {77bb699b-cd78-456e-bee6-6ecf12def758} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9353 2025.01.02 23:40:12.440678 [ 260 ] {77bb699b-cd78-456e-bee6-6ecf12def758} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9354 2025.01.02 23:40:12.440734 [ 260 ] {77bb699b-cd78-456e-bee6-6ecf12def758} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
9355 2025.01.02 23:40:12.441184 [ 260 ] {77bb699b-cd78-456e-bee6-6ecf12def758} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
9356 2025.01.02 23:40:12.441446 [ 260 ] {77bb699b-cd78-456e-bee6-6ecf12def758} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9357 2025.01.02 23:40:12.441659 [ 260 ] {77bb699b-cd78-456e-bee6-6ecf12def758} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001876 sec., 29850.746268656716 rows/sec., 2.29 MiB/sec.
9358 2025.01.02 23:40:12.441730 [ 260 ] {77bb699b-cd78-456e-bee6-6ecf12def758} <Debug> TCPHandler: Processed in 0.00221064 sec.
9359 2025.01.02 23:40:12.442008 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9360 2025.01.02 23:40:12.442197 [ 265 ] {c5796bb7-95cb-4082-9ee5-e529a82cf519} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9361 2025.01.02 23:40:12.442268 [ 265 ] {c5796bb7-95cb-4082-9ee5-e529a82cf519} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9362 2025.01.02 23:40:12.443012 [ 265 ] {c5796bb7-95cb-4082-9ee5-e529a82cf519} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9363 2025.01.02 23:40:12.443057 [ 265 ] {c5796bb7-95cb-4082-9ee5-e529a82cf519} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
9364 2025.01.02 23:40:12.443481 [ 265 ] {c5796bb7-95cb-4082-9ee5-e529a82cf519} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
9365 2025.01.02 23:40:12.443736 [ 265 ] {c5796bb7-95cb-4082-9ee5-e529a82cf519} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9366 2025.01.02 23:40:12.444028 [ 265 ] {c5796bb7-95cb-4082-9ee5-e529a82cf519} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001884 sec., 33970.27600849257 rows/sec., 2.65 MiB/sec.
9367 2025.01.02 23:40:12.444084 [ 265 ] {c5796bb7-95cb-4082-9ee5-e529a82cf519} <Debug> TCPHandler: Processed in 0.002242159 sec.
9368 2025.01.02 23:40:12.444232 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9369 2025.01.02 23:40:12.444381 [ 260 ] {cb6a1407-a02b-4fb3-9101-c84440bcc6d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9370 2025.01.02 23:40:12.444448 [ 260 ] {cb6a1407-a02b-4fb3-9101-c84440bcc6d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9371 2025.01.02 23:40:12.445141 [ 260 ] {cb6a1407-a02b-4fb3-9101-c84440bcc6d0} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9372 2025.01.02 23:40:12.445188 [ 260 ] {cb6a1407-a02b-4fb3-9101-c84440bcc6d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
9373 2025.01.02 23:40:12.445625 [ 260 ] {cb6a1407-a02b-4fb3-9101-c84440bcc6d0} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
9374 2025.01.02 23:40:12.445867 [ 260 ] {cb6a1407-a02b-4fb3-9101-c84440bcc6d0} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9375 2025.01.02 23:40:12.446049 [ 260 ] {cb6a1407-a02b-4fb3-9101-c84440bcc6d0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001706 sec., 93786.63540445486 rows/sec., 6.53 MiB/sec.
9376 2025.01.02 23:40:12.446103 [ 260 ] {cb6a1407-a02b-4fb3-9101-c84440bcc6d0} <Debug> TCPHandler: Processed in 0.001937115 sec.
9377 2025.01.02 23:40:12.446240 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9378 2025.01.02 23:40:12.446357 [ 265 ] {b76919d1-87b6-453f-a1cd-be515e3c9b26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9379 2025.01.02 23:40:12.446410 [ 265 ] {b76919d1-87b6-453f-a1cd-be515e3c9b26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9380 2025.01.02 23:40:12.447025 [ 265 ] {b76919d1-87b6-453f-a1cd-be515e3c9b26} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9381 2025.01.02 23:40:12.447072 [ 265 ] {b76919d1-87b6-453f-a1cd-be515e3c9b26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
9382 2025.01.02 23:40:12.447516 [ 265 ] {b76919d1-87b6-453f-a1cd-be515e3c9b26} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
9383 2025.01.02 23:40:12.447762 [ 265 ] {b76919d1-87b6-453f-a1cd-be515e3c9b26} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9384 2025.01.02 23:40:12.447973 [ 265 ] {b76919d1-87b6-453f-a1cd-be515e3c9b26} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001641 sec., 36563.07129798903 rows/sec., 2.46 MiB/sec.
9385 2025.01.02 23:40:12.448031 [ 265 ] {b76919d1-87b6-453f-a1cd-be515e3c9b26} <Debug> TCPHandler: Processed in 0.001844374 sec.
9386 2025.01.02 23:40:15.820796 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1314
9387 2025.01.02 23:40:15.823939 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9388 2025.01.02 23:40:15.823996 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
9389 2025.01.02 23:40:15.825523 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
9390 2025.01.02 23:40:15.825847 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9391 2025.01.02 23:40:15.826104 [ 129 ] {} <Debug> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
9392 2025.01.02 23:40:15.826221 [ 129 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9393 2025.01.02 23:40:15.826285 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
9394 2025.01.02 23:40:15.827260 [ 189 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full
9395 2025.01.02 23:40:15.827945 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1314
9396 2025.01.02 23:40:15.828449 [ 189 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9397 2025.01.02 23:40:15.828610 [ 189 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1150 rows starting from the beginning of the part
9398 2025.01.02 23:40:15.829138 [ 189 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 36 rows starting from the beginning of the part
9399 2025.01.02 23:40:15.829740 [ 189 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 30 rows starting from the beginning of the part
9400 2025.01.02 23:40:15.830298 [ 189 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 32 rows starting from the beginning of the part
9401 2025.01.02 23:40:15.830804 [ 189 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 36 rows starting from the beginning of the part
9402 2025.01.02 23:40:15.831369 [ 189 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 30 rows starting from the beginning of the part
9403 2025.01.02 23:40:15.839632 [ 187 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1314 rows, containing 72 columns (72 merged, 0 gathered) in 0.013089682 sec., 100384.40964417622 rows/sec., 78.94 MiB/sec.
9404 2025.01.02 23:40:15.841389 [ 187 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
9405 2025.01.02 23:40:15.842218 [ 187 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_36_7} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9406 2025.01.02 23:40:15.842318 [ 187 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_36_7} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
9407 2025.01.02 23:40:15.842681 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.89 MiB.
9408 2025.01.02 23:40:17.448016 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9409 2025.01.02 23:40:17.448309 [ 260 ] {f4d3d8f3-bf82-49ab-82b4-8cf625002286} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
9410 2025.01.02 23:40:17.448422 [ 260 ] {f4d3d8f3-bf82-49ab-82b4-8cf625002286} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
9411 2025.01.02 23:40:17.449252 [ 260 ] {f4d3d8f3-bf82-49ab-82b4-8cf625002286} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9412 2025.01.02 23:40:17.449296 [ 260 ] {f4d3d8f3-bf82-49ab-82b4-8cf625002286} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
9413 2025.01.02 23:40:17.449737 [ 260 ] {f4d3d8f3-bf82-49ab-82b4-8cf625002286} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
9414 2025.01.02 23:40:17.450000 [ 260 ] {f4d3d8f3-bf82-49ab-82b4-8cf625002286} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9415 2025.01.02 23:40:17.450217 [ 260 ] {f4d3d8f3-bf82-49ab-82b4-8cf625002286} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001987 sec., 7045.797684952189 rows/sec., 507.20 KiB/sec.
9416 2025.01.02 23:40:17.450316 [ 260 ] {f4d3d8f3-bf82-49ab-82b4-8cf625002286} <Debug> TCPHandler: Processed in 0.002491232 sec.
9417 2025.01.02 23:40:17.450682 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9418 2025.01.02 23:40:17.450884 [ 265 ] {08500cda-eaac-48b5-9995-4ee0f31a50fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
9419 2025.01.02 23:40:17.450964 [ 265 ] {08500cda-eaac-48b5-9995-4ee0f31a50fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
9420 2025.01.02 23:40:17.451720 [ 265 ] {08500cda-eaac-48b5-9995-4ee0f31a50fa} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9421 2025.01.02 23:40:17.451771 [ 265 ] {08500cda-eaac-48b5-9995-4ee0f31a50fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
9422 2025.01.02 23:40:17.452218 [ 265 ] {08500cda-eaac-48b5-9995-4ee0f31a50fa} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
9423 2025.01.02 23:40:17.452497 [ 265 ] {08500cda-eaac-48b5-9995-4ee0f31a50fa} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9424 2025.01.02 23:40:17.452768 [ 265 ] {08500cda-eaac-48b5-9995-4ee0f31a50fa} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001942 sec., 5149.330587023687 rows/sec., 419.89 KiB/sec.
9425 2025.01.02 23:40:17.452833 [ 265 ] {08500cda-eaac-48b5-9995-4ee0f31a50fa} <Debug> TCPHandler: Processed in 0.002353591 sec.
9426 2025.01.02 23:40:17.453054 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9427 2025.01.02 23:40:17.453288 [ 260 ] {2e23572b-5700-4f21-8cc2-1c00b5c0b80b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9428 2025.01.02 23:40:17.453382 [ 260 ] {2e23572b-5700-4f21-8cc2-1c00b5c0b80b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9429 2025.01.02 23:40:17.454193 [ 260 ] {2e23572b-5700-4f21-8cc2-1c00b5c0b80b} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9430 2025.01.02 23:40:17.454231 [ 260 ] {2e23572b-5700-4f21-8cc2-1c00b5c0b80b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
9431 2025.01.02 23:40:17.454624 [ 260 ] {2e23572b-5700-4f21-8cc2-1c00b5c0b80b} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
9432 2025.01.02 23:40:17.454872 [ 260 ] {2e23572b-5700-4f21-8cc2-1c00b5c0b80b} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9433 2025.01.02 23:40:17.455060 [ 260 ] {2e23572b-5700-4f21-8cc2-1c00b5c0b80b} <Debug> executeQuery: Read 288 rows, 25.97 KiB in 0.001831 sec., 157291.09776078645 rows/sec., 13.85 MiB/sec.
9434 2025.01.02 23:40:17.455114 [ 260 ] {2e23572b-5700-4f21-8cc2-1c00b5c0b80b} <Debug> TCPHandler: Processed in 0.002170528 sec.
9435 2025.01.02 23:40:17.455328 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9436 2025.01.02 23:40:17.455558 [ 265 ] {cd2ede41-2094-4444-aee2-526716e4dc75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9437 2025.01.02 23:40:17.455652 [ 265 ] {cd2ede41-2094-4444-aee2-526716e4dc75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9438 2025.01.02 23:40:17.456280 [ 265 ] {cd2ede41-2094-4444-aee2-526716e4dc75} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9439 2025.01.02 23:40:17.456321 [ 265 ] {cd2ede41-2094-4444-aee2-526716e4dc75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
9440 2025.01.02 23:40:17.456702 [ 265 ] {cd2ede41-2094-4444-aee2-526716e4dc75} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
9441 2025.01.02 23:40:17.456959 [ 265 ] {cd2ede41-2094-4444-aee2-526716e4dc75} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9442 2025.01.02 23:40:17.457187 [ 265 ] {cd2ede41-2094-4444-aee2-526716e4dc75} <Debug> executeQuery: Read 57 rows, 4.16 KiB in 0.001688 sec., 33767.77251184834 rows/sec., 2.41 MiB/sec.
9443 2025.01.02 23:40:17.457243 [ 265 ] {cd2ede41-2094-4444-aee2-526716e4dc75} <Debug> TCPHandler: Processed in 0.002027586 sec.
9444 2025.01.02 23:40:17.457450 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9445 2025.01.02 23:40:17.457655 [ 260 ] {8d93f6fe-a11d-4570-8e9b-e37b2807ee74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
9446 2025.01.02 23:40:17.457714 [ 260 ] {8d93f6fe-a11d-4570-8e9b-e37b2807ee74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
9447 2025.01.02 23:40:17.458917 [ 260 ] {8d93f6fe-a11d-4570-8e9b-e37b2807ee74} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9448 2025.01.02 23:40:17.458957 [ 260 ] {8d93f6fe-a11d-4570-8e9b-e37b2807ee74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
9449 2025.01.02 23:40:17.459315 [ 260 ] {8d93f6fe-a11d-4570-8e9b-e37b2807ee74} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
9450 2025.01.02 23:40:17.459557 [ 260 ] {8d93f6fe-a11d-4570-8e9b-e37b2807ee74} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9451 2025.01.02 23:40:17.459777 [ 260 ] {8d93f6fe-a11d-4570-8e9b-e37b2807ee74} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002152 sec., 6505.576208178439 rows/sec., 455.61 KiB/sec.
9452 2025.01.02 23:40:17.459931 [ 260 ] {8d93f6fe-a11d-4570-8e9b-e37b2807ee74} <Debug> TCPHandler: Processed in 0.002586934 sec.
9453 2025.01.02 23:40:17.460225 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9454 2025.01.02 23:40:17.460446 [ 265 ] {c56a0b1d-01c9-4a99-89b4-4e9ef53dd3e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
9455 2025.01.02 23:40:17.460536 [ 265 ] {c56a0b1d-01c9-4a99-89b4-4e9ef53dd3e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
9456 2025.01.02 23:40:17.461184 [ 265 ] {c56a0b1d-01c9-4a99-89b4-4e9ef53dd3e5} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9457 2025.01.02 23:40:17.461225 [ 265 ] {c56a0b1d-01c9-4a99-89b4-4e9ef53dd3e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
9458 2025.01.02 23:40:17.461590 [ 265 ] {c56a0b1d-01c9-4a99-89b4-4e9ef53dd3e5} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
9459 2025.01.02 23:40:17.461836 [ 265 ] {c56a0b1d-01c9-4a99-89b4-4e9ef53dd3e5} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9460 2025.01.02 23:40:17.462069 [ 265 ] {c56a0b1d-01c9-4a99-89b4-4e9ef53dd3e5} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001678 sec., 7747.3182359952325 rows/sec., 483.04 KiB/sec.
9461 2025.01.02 23:40:17.462122 [ 265 ] {c56a0b1d-01c9-4a99-89b4-4e9ef53dd3e5} <Debug> TCPHandler: Processed in 0.002070297 sec.
9462 2025.01.02 23:40:17.462334 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9463 2025.01.02 23:40:17.462556 [ 260 ] {8bb282f8-8c06-431b-84f7-938265011b62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9464 2025.01.02 23:40:17.462639 [ 260 ] {8bb282f8-8c06-431b-84f7-938265011b62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9465 2025.01.02 23:40:17.463339 [ 260 ] {8bb282f8-8c06-431b-84f7-938265011b62} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9466 2025.01.02 23:40:17.463377 [ 260 ] {8bb282f8-8c06-431b-84f7-938265011b62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
9467 2025.01.02 23:40:17.463758 [ 260 ] {8bb282f8-8c06-431b-84f7-938265011b62} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
9468 2025.01.02 23:40:17.463993 [ 260 ] {8bb282f8-8c06-431b-84f7-938265011b62} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9469 2025.01.02 23:40:17.464178 [ 260 ] {8bb282f8-8c06-431b-84f7-938265011b62} <Debug> executeQuery: Read 432 rows, 31.70 KiB in 0.001677 sec., 257602.86225402504 rows/sec., 18.46 MiB/sec.
9470 2025.01.02 23:40:17.464231 [ 260 ] {8bb282f8-8c06-431b-84f7-938265011b62} <Debug> TCPHandler: Processed in 0.002008466 sec.
9471 2025.01.02 23:40:17.464378 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9472 2025.01.02 23:40:17.464515 [ 265 ] {bc32397b-9ffc-4961-8a52-71e342b98266} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
9473 2025.01.02 23:40:17.464575 [ 265 ] {bc32397b-9ffc-4961-8a52-71e342b98266} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
9474 2025.01.02 23:40:17.465165 [ 265 ] {bc32397b-9ffc-4961-8a52-71e342b98266} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9475 2025.01.02 23:40:17.465212 [ 265 ] {bc32397b-9ffc-4961-8a52-71e342b98266} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
9476 2025.01.02 23:40:17.465647 [ 265 ] {bc32397b-9ffc-4961-8a52-71e342b98266} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
9477 2025.01.02 23:40:17.465894 [ 265 ] {bc32397b-9ffc-4961-8a52-71e342b98266} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9478 2025.01.02 23:40:17.466093 [ 265 ] {bc32397b-9ffc-4961-8a52-71e342b98266} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001609 sec., 3729.0242386575515 rows/sec., 194.83 KiB/sec.
9479 2025.01.02 23:40:17.466147 [ 265 ] {bc32397b-9ffc-4961-8a52-71e342b98266} <Debug> TCPHandler: Processed in 0.001837554 sec.
9480 2025.01.02 23:40:17.466285 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9481 2025.01.02 23:40:17.466401 [ 260 ] {6429879b-0b3d-45b0-b464-3df1f1b7c554} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9482 2025.01.02 23:40:17.466455 [ 260 ] {6429879b-0b3d-45b0-b464-3df1f1b7c554} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9483 2025.01.02 23:40:17.467023 [ 260 ] {6429879b-0b3d-45b0-b464-3df1f1b7c554} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9484 2025.01.02 23:40:17.467063 [ 260 ] {6429879b-0b3d-45b0-b464-3df1f1b7c554} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
9485 2025.01.02 23:40:17.467455 [ 260 ] {6429879b-0b3d-45b0-b464-3df1f1b7c554} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
9486 2025.01.02 23:40:17.467702 [ 260 ] {6429879b-0b3d-45b0-b464-3df1f1b7c554} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9487 2025.01.02 23:40:17.467935 [ 260 ] {6429879b-0b3d-45b0-b464-3df1f1b7c554} <Debug> executeQuery: Read 242 rows, 16.62 KiB in 0.001556 sec., 155526.99228791773 rows/sec., 10.43 MiB/sec.
9488 2025.01.02 23:40:17.468001 [ 260 ] {6429879b-0b3d-45b0-b464-3df1f1b7c554} <Debug> TCPHandler: Processed in 0.001773404 sec.
9489 2025.01.02 23:40:17.468199 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9490 2025.01.02 23:40:17.468376 [ 265 ] {c7f6d114-92bb-4766-b082-aef34f478076} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
9491 2025.01.02 23:40:17.468438 [ 265 ] {c7f6d114-92bb-4766-b082-aef34f478076} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
9492 2025.01.02 23:40:17.468941 [ 265 ] {c7f6d114-92bb-4766-b082-aef34f478076} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9493 2025.01.02 23:40:17.468982 [ 265 ] {c7f6d114-92bb-4766-b082-aef34f478076} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
9494 2025.01.02 23:40:17.469359 [ 265 ] {c7f6d114-92bb-4766-b082-aef34f478076} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
9495 2025.01.02 23:40:17.469603 [ 265 ] {c7f6d114-92bb-4766-b082-aef34f478076} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9496 2025.01.02 23:40:17.469778 [ 127 ] {} <Debug> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
9497 2025.01.02 23:40:17.469846 [ 265 ] {c7f6d114-92bb-4766-b082-aef34f478076} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.0015 sec., 666.6666666666666 rows/sec., 44.92 KiB/sec.
9498 2025.01.02 23:40:17.469874 [ 127 ] {} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9499 2025.01.02 23:40:17.469953 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
9500 2025.01.02 23:40:17.469961 [ 265 ] {c7f6d114-92bb-4766-b082-aef34f478076} <Debug> TCPHandler: Processed in 0.001885884 sec.
9501 2025.01.02 23:40:17.470274 [ 200 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full
9502 2025.01.02 23:40:17.470412 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9503 2025.01.02 23:40:17.470694 [ 200 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9504 2025.01.02 23:40:17.470735 [ 260 ] {423028dd-0ae4-4f2b-8413-fa1c0be793a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9505 2025.01.02 23:40:17.470763 [ 200 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 33 rows starting from the beginning of the part
9506 2025.01.02 23:40:17.471038 [ 260 ] {423028dd-0ae4-4f2b-8413-fa1c0be793a3} <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
9507 2025.01.02 23:40:17.471047 [ 200 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1 rows starting from the beginning of the part
9508 2025.01.02 23:40:17.471356 [ 200 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 1 rows starting from the beginning of the part
9509 2025.01.02 23:40:17.471725 [ 200 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 1 rows starting from the beginning of the part
9510 2025.01.02 23:40:17.471994 [ 200 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1 rows starting from the beginning of the part
9511 2025.01.02 23:40:17.472372 [ 200 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 1 rows starting from the beginning of the part
9512 2025.01.02 23:40:17.476267 [ 197 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 4 columns (4 merged, 0 gathered) in 0.006218642 sec., 6110.658886618654 rows/sec., 410.50 KiB/sec.
9513 2025.01.02 23:40:17.476459 [ 260 ] {423028dd-0ae4-4f2b-8413-fa1c0be793a3} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9514 2025.01.02 23:40:17.476465 [ 197 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
9515 2025.01.02 23:40:17.476503 [ 260 ] {423028dd-0ae4-4f2b-8413-fa1c0be793a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
9516 2025.01.02 23:40:17.476886 [ 197 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_36_7} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9517 2025.01.02 23:40:17.477020 [ 197 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_36_7} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
9518 2025.01.02 23:40:17.477139 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
9519 2025.01.02 23:40:17.477409 [ 260 ] {423028dd-0ae4-4f2b-8413-fa1c0be793a3} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
9520 2025.01.02 23:40:17.477670 [ 260 ] {423028dd-0ae4-4f2b-8413-fa1c0be793a3} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9521 2025.01.02 23:40:17.477858 [ 127 ] {} <Debug> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
9522 2025.01.02 23:40:17.477928 [ 127 ] {} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9523 2025.01.02 23:40:17.477962 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
9524 2025.01.02 23:40:17.478003 [ 260 ] {423028dd-0ae4-4f2b-8413-fa1c0be793a3} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.007315 sec., 5468.2159945317835 rows/sec., 9.80 MiB/sec.
9525 2025.01.02 23:40:17.478586 [ 193 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full
9526 2025.01.02 23:40:17.479064 [ 260 ] {423028dd-0ae4-4f2b-8413-fa1c0be793a3} <Debug> TCPHandler: Processed in 0.008967198 sec.
9527 2025.01.02 23:40:17.479378 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9528 2025.01.02 23:40:17.479639 [ 193 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9529 2025.01.02 23:40:17.479653 [ 265 ] {d8dd7519-ee99-4eb7-91d2-a7ef4dc1a0ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9530 2025.01.02 23:40:17.479798 [ 193 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1150 rows starting from the beginning of the part
9531 2025.01.02 23:40:17.479807 [ 265 ] {d8dd7519-ee99-4eb7-91d2-a7ef4dc1a0ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9532 2025.01.02 23:40:17.480721 [ 193 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 40 rows starting from the beginning of the part
9533 2025.01.02 23:40:17.481436 [ 193 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 40 rows starting from the beginning of the part
9534 2025.01.02 23:40:17.482234 [ 193 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 40 rows starting from the beginning of the part
9535 2025.01.02 23:40:17.482239 [ 265 ] {d8dd7519-ee99-4eb7-91d2-a7ef4dc1a0ac} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9536 2025.01.02 23:40:17.482320 [ 265 ] {d8dd7519-ee99-4eb7-91d2-a7ef4dc1a0ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
9537 2025.01.02 23:40:17.482833 [ 193 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 40 rows starting from the beginning of the part
9538 2025.01.02 23:40:17.483541 [ 193 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 40 rows starting from the beginning of the part
9539 2025.01.02 23:40:17.483807 [ 265 ] {d8dd7519-ee99-4eb7-91d2-a7ef4dc1a0ac} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
9540 2025.01.02 23:40:17.484567 [ 265 ] {d8dd7519-ee99-4eb7-91d2-a7ef4dc1a0ac} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9541 2025.01.02 23:40:17.485118 [ 265 ] {d8dd7519-ee99-4eb7-91d2-a7ef4dc1a0ac} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00549 sec., 14936.247723132969 rows/sec., 971.40 KiB/sec.
9542 2025.01.02 23:40:17.485715 [ 265 ] {d8dd7519-ee99-4eb7-91d2-a7ef4dc1a0ac} <Debug> TCPHandler: Processed in 0.006532206 sec.
9543 2025.01.02 23:40:17.493807 [ 199 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1350 rows, containing 19 columns (19 merged, 0 gathered) in 0.015755067 sec., 85686.71907266404 rows/sec., 153.55 MiB/sec.
9544 2025.01.02 23:40:17.495295 [ 199 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
9545 2025.01.02 23:40:17.495752 [ 199 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9546 2025.01.02 23:40:17.495843 [ 199 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
9547 2025.01.02 23:40:17.496022 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.49 MiB.
9548 2025.01.02 23:40:18.000250 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 227.40 MiB, peak 238.84 MiB, free memory in arenas 0.00 B, will set to 231.25 MiB (RSS), difference: 3.85 MiB
9549 2025.01.02 23:40:18.191608 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 23424
9550 2025.01.02 23:40:18.192769 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9551 2025.01.02 23:40:18.192822 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
9552 2025.01.02 23:40:18.193359 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
9553 2025.01.02 23:40:18.193636 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9554 2025.01.02 23:40:18.193917 [ 127 ] {} <Debug> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
9555 2025.01.02 23:40:18.193948 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23424
9556 2025.01.02 23:40:18.194050 [ 127 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9557 2025.01.02 23:40:18.194099 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
9558 2025.01.02 23:40:18.194377 [ 195 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full
9559 2025.01.02 23:40:18.194862 [ 195 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9560 2025.01.02 23:40:18.194958 [ 195 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_46_9, total 21106 rows starting from the beginning of the part
9561 2025.01.02 23:40:18.195045 [ 195 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 488 rows starting from the beginning of the part
9562 2025.01.02 23:40:18.195133 [ 195 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 427 rows starting from the beginning of the part
9563 2025.01.02 23:40:18.195367 [ 195 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 488 rows starting from the beginning of the part
9564 2025.01.02 23:40:18.195550 [ 195 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 427 rows starting from the beginning of the part
9565 2025.01.02 23:40:18.195657 [ 195 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 488 rows starting from the beginning of the part
9566 2025.01.02 23:40:18.198146 [ 194 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23424 rows, containing 4 columns (4 merged, 0 gathered) in 0.003941621 sec., 5942732.698044789 rows/sec., 85.01 MiB/sec.
9567 2025.01.02 23:40:18.198480 [ 188 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
9568 2025.01.02 23:40:18.198799 [ 188 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_51_10} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9569 2025.01.02 23:40:18.198891 [ 188 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_51_10} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
9570 2025.01.02 23:40:18.199001 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.72 MiB.
9571 2025.01.02 23:40:19.846755 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 385
9572 2025.01.02 23:40:19.868238 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9573 2025.01.02 23:40:19.868294 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
9574 2025.01.02 23:40:19.875952 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
9575 2025.01.02 23:40:19.876732 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9576 2025.01.02 23:40:19.877104 [ 122 ] {} <Debug> system.metric_log (31b60859-c590-4889-866a-026624596be5) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
9577 2025.01.02 23:40:19.877237 [ 122 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9578 2025.01.02 23:40:19.877309 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
9579 2025.01.02 23:40:19.878422 [ 194 ] {31b60859-c590-4889-866a-026624596be5::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full
9580 2025.01.02 23:40:19.893220 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 385
9581 2025.01.02 23:40:19.894846 [ 194 ] {31b60859-c590-4889-866a-026624596be5::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9582 2025.01.02 23:40:19.896157 [ 194 ] {31b60859-c590-4889-866a-026624596be5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 347 rows starting from the beginning of the part
9583 2025.01.02 23:40:19.901690 [ 194 ] {31b60859-c590-4889-866a-026624596be5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 8 rows starting from the beginning of the part
9584 2025.01.02 23:40:19.907311 [ 194 ] {31b60859-c590-4889-866a-026624596be5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 7 rows starting from the beginning of the part
9585 2025.01.02 23:40:19.912919 [ 194 ] {31b60859-c590-4889-866a-026624596be5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 8 rows starting from the beginning of the part
9586 2025.01.02 23:40:19.918826 [ 194 ] {31b60859-c590-4889-866a-026624596be5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 7 rows starting from the beginning of the part
9587 2025.01.02 23:40:19.923413 [ 194 ] {31b60859-c590-4889-866a-026624596be5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 8 rows starting from the beginning of the part
9588 2025.01.02 23:40:19.984725 [ 201 ] {31b60859-c590-4889-866a-026624596be5::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 385 rows, containing 679 columns (679 merged, 0 gathered) in 0.107282151 sec., 3588.6677924643773 rows/sec., 18.56 MiB/sec.
9589 2025.01.02 23:40:19.986994 [ 191 ] {31b60859-c590-4889-866a-026624596be5::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
9590 2025.01.02 23:40:19.989434 [ 191 ] {31b60859-c590-4889-866a-026624596be5::all_1_51_10} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9591 2025.01.02 23:40:19.989554 [ 191 ] {31b60859-c590-4889-866a-026624596be5::all_1_51_10} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
9592 2025.01.02 23:40:19.991110 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB.
9593 2025.01.02 23:40:22.440665 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9594 2025.01.02 23:40:22.440866 [ 260 ] {8846b165-46bd-405f-97ae-f39d7e8e0c5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9595 2025.01.02 23:40:22.440935 [ 260 ] {8846b165-46bd-405f-97ae-f39d7e8e0c5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9596 2025.01.02 23:40:22.441703 [ 260 ] {8846b165-46bd-405f-97ae-f39d7e8e0c5c} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9597 2025.01.02 23:40:22.441745 [ 260 ] {8846b165-46bd-405f-97ae-f39d7e8e0c5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
9598 2025.01.02 23:40:22.442184 [ 260 ] {8846b165-46bd-405f-97ae-f39d7e8e0c5c} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
9599 2025.01.02 23:40:22.442441 [ 260 ] {8846b165-46bd-405f-97ae-f39d7e8e0c5c} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9600 2025.01.02 23:40:22.442598 [ 121 ] {} <Debug> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
9601 2025.01.02 23:40:22.442646 [ 121 ] {} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9602 2025.01.02 23:40:22.442651 [ 260 ] {8846b165-46bd-405f-97ae-f39d7e8e0c5c} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001834 sec., 30534.35114503817 rows/sec., 2.35 MiB/sec.
9603 2025.01.02 23:40:22.442674 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
9604 2025.01.02 23:40:22.442740 [ 260 ] {8846b165-46bd-405f-97ae-f39d7e8e0c5c} <Debug> TCPHandler: Processed in 0.002200779 sec.
9605 2025.01.02 23:40:22.442806 [ 186 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full
9606 2025.01.02 23:40:22.442922 [ 186 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9607 2025.01.02 23:40:22.442953 [ 186 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1435 rows starting from the beginning of the part
9608 2025.01.02 23:40:22.443034 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9609 2025.01.02 23:40:22.443096 [ 186 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 1197 rows starting from the beginning of the part
9610 2025.01.02 23:40:22.443426 [ 186 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 283 rows starting from the beginning of the part
9611 2025.01.02 23:40:22.443699 [ 186 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 56 rows starting from the beginning of the part
9612 2025.01.02 23:40:22.443707 [ 265 ] {bf4681e8-eb5f-45ea-9de1-e2d14afcdedf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9613 2025.01.02 23:40:22.443966 [ 186 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 288 rows starting from the beginning of the part
9614 2025.01.02 23:40:22.443981 [ 265 ] {bf4681e8-eb5f-45ea-9de1-e2d14afcdedf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9615 2025.01.02 23:40:22.444235 [ 186 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 56 rows starting from the beginning of the part
9616 2025.01.02 23:40:22.446471 [ 265 ] {bf4681e8-eb5f-45ea-9de1-e2d14afcdedf} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9617 2025.01.02 23:40:22.446560 [ 265 ] {bf4681e8-eb5f-45ea-9de1-e2d14afcdedf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
9618 2025.01.02 23:40:22.447290 [ 265 ] {bf4681e8-eb5f-45ea-9de1-e2d14afcdedf} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
9619 2025.01.02 23:40:22.447845 [ 265 ] {bf4681e8-eb5f-45ea-9de1-e2d14afcdedf} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9620 2025.01.02 23:40:22.447871 [ 186 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3315 rows, containing 5 columns (5 merged, 0 gathered) in 0.005118547 sec., 647644.7319913248 rows/sec., 56.75 MiB/sec.
9621 2025.01.02 23:40:22.448115 [ 121 ] {} <Debug> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
9622 2025.01.02 23:40:22.448188 [ 121 ] {} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9623 2025.01.02 23:40:22.448255 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
9624 2025.01.02 23:40:22.448254 [ 186 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
9625 2025.01.02 23:40:22.448374 [ 265 ] {bf4681e8-eb5f-45ea-9de1-e2d14afcdedf} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00488 sec., 13114.754098360656 rows/sec., 1.02 MiB/sec.
9626 2025.01.02 23:40:22.448648 [ 201 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full
9627 2025.01.02 23:40:22.448691 [ 265 ] {bf4681e8-eb5f-45ea-9de1-e2d14afcdedf} <Debug> TCPHandler: Processed in 0.005813717 sec.
9628 2025.01.02 23:40:22.448969 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9629 2025.01.02 23:40:22.449009 [ 201 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9630 2025.01.02 23:40:22.449047 [ 201 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 914 rows starting from the beginning of the part
9631 2025.01.02 23:40:22.449112 [ 186 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_71_14} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9632 2025.01.02 23:40:22.449217 [ 260 ] {8500e87d-1ce9-4af6-a985-1aed49192f83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9633 2025.01.02 23:40:22.449360 [ 201 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 522 rows starting from the beginning of the part
9634 2025.01.02 23:40:22.449499 [ 260 ] {8500e87d-1ce9-4af6-a985-1aed49192f83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9635 2025.01.02 23:40:22.449606 [ 186 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_71_14} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
9636 2025.01.02 23:40:22.450041 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB.
9637 2025.01.02 23:40:22.450068 [ 201 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 422 rows starting from the beginning of the part
9638 2025.01.02 23:40:22.450376 [ 201 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 64 rows starting from the beginning of the part
9639 2025.01.02 23:40:22.450729 [ 201 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 432 rows starting from the beginning of the part
9640 2025.01.02 23:40:22.451122 [ 201 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 64 rows starting from the beginning of the part
9641 2025.01.02 23:40:22.452099 [ 260 ] {8500e87d-1ce9-4af6-a985-1aed49192f83} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9642 2025.01.02 23:40:22.452149 [ 260 ] {8500e87d-1ce9-4af6-a985-1aed49192f83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
9643 2025.01.02 23:40:22.452775 [ 260 ] {8500e87d-1ce9-4af6-a985-1aed49192f83} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
9644 2025.01.02 23:40:22.453447 [ 260 ] {8500e87d-1ce9-4af6-a985-1aed49192f83} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9645 2025.01.02 23:40:22.453615 [ 202 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2418 rows, containing 5 columns (5 merged, 0 gathered) in 0.005253749 sec., 460242.77140000404 rows/sec., 35.30 MiB/sec.
9646 2025.01.02 23:40:22.453687 [ 121 ] {} <Debug> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
9647 2025.01.02 23:40:22.453771 [ 121 ] {} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9648 2025.01.02 23:40:22.453806 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
9649 2025.01.02 23:40:22.453924 [ 260 ] {8500e87d-1ce9-4af6-a985-1aed49192f83} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004769 sec., 33550.010484378276 rows/sec., 2.34 MiB/sec.
9650 2025.01.02 23:40:22.454031 [ 202 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
9651 2025.01.02 23:40:22.454152 [ 198 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full
9652 2025.01.02 23:40:22.454285 [ 260 ] {8500e87d-1ce9-4af6-a985-1aed49192f83} <Debug> TCPHandler: Processed in 0.005445511 sec.
9653 2025.01.02 23:40:22.454540 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9654 2025.01.02 23:40:22.454556 [ 198 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9655 2025.01.02 23:40:22.454601 [ 198 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 20858 rows starting from the beginning of the part
9656 2025.01.02 23:40:22.454790 [ 265 ] {69679ef3-3a22-4172-b88b-bd5ee80672ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9657 2025.01.02 23:40:22.454907 [ 202 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_71_14} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9658 2025.01.02 23:40:22.455007 [ 198 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 881 rows starting from the beginning of the part
9659 2025.01.02 23:40:22.455037 [ 265 ] {69679ef3-3a22-4172-b88b-bd5ee80672ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9660 2025.01.02 23:40:22.455435 [ 202 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_71_14} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
9661 2025.01.02 23:40:22.455452 [ 198 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 237 rows starting from the beginning of the part
9662 2025.01.02 23:40:22.455731 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB.
9663 2025.01.02 23:40:22.455784 [ 198 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 160 rows starting from the beginning of the part
9664 2025.01.02 23:40:22.456048 [ 198 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 242 rows starting from the beginning of the part
9665 2025.01.02 23:40:22.456236 [ 198 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 160 rows starting from the beginning of the part
9666 2025.01.02 23:40:22.456806 [ 265 ] {69679ef3-3a22-4172-b88b-bd5ee80672ba} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9667 2025.01.02 23:40:22.456849 [ 265 ] {69679ef3-3a22-4172-b88b-bd5ee80672ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
9668 2025.01.02 23:40:22.457366 [ 265 ] {69679ef3-3a22-4172-b88b-bd5ee80672ba} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
9669 2025.01.02 23:40:22.457815 [ 265 ] {69679ef3-3a22-4172-b88b-bd5ee80672ba} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9670 2025.01.02 23:40:22.458032 [ 121 ] {} <Debug> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
9671 2025.01.02 23:40:22.458142 [ 121 ] {} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9672 2025.01.02 23:40:22.458214 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB.
9673 2025.01.02 23:40:22.458211 [ 265 ] {69679ef3-3a22-4172-b88b-bd5ee80672ba} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003526 sec., 17016.449234259784 rows/sec., 1.15 MiB/sec.
9674 2025.01.02 23:40:22.458642 [ 265 ] {69679ef3-3a22-4172-b88b-bd5ee80672ba} <Debug> TCPHandler: Processed in 0.004211256 sec.
9675 2025.01.02 23:40:22.458994 [ 202 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full
9676 2025.01.02 23:40:22.459621 [ 202 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9677 2025.01.02 23:40:22.459752 [ 202 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 4234 rows starting from the beginning of the part
9678 2025.01.02 23:40:22.460354 [ 202 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 60 rows starting from the beginning of the part
9679 2025.01.02 23:40:22.461001 [ 202 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 82 rows starting from the beginning of the part
9680 2025.01.02 23:40:22.461338 [ 202 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 60 rows starting from the beginning of the part
9681 2025.01.02 23:40:22.461480 [ 202 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 82 rows starting from the beginning of the part
9682 2025.01.02 23:40:22.461765 [ 202 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 60 rows starting from the beginning of the part
9683 2025.01.02 23:40:22.468829 [ 201 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4578 rows, containing 4 columns (4 merged, 0 gathered) in 0.010466217 sec., 437407.3268306973 rows/sec., 28.49 MiB/sec.
9684 2025.01.02 23:40:22.469298 [ 202 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
9685 2025.01.02 23:40:22.469614 [ 202 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_71_14} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9686 2025.01.02 23:40:22.469711 [ 202 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_71_14} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
9687 2025.01.02 23:40:22.469796 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.05 MiB.
9688 2025.01.02 23:40:22.470657 [ 201 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22538 rows, containing 5 columns (5 merged, 0 gathered) in 0.01675098 sec., 1345473.518564287 rows/sec., 90.72 MiB/sec.
9689 2025.01.02 23:40:22.471035 [ 202 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
9690 2025.01.02 23:40:22.471316 [ 202 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9691 2025.01.02 23:40:22.471393 [ 202 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
9692 2025.01.02 23:40:22.471472 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB.
9693 2025.01.02 23:40:23.000235 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 232.50 MiB, peak 245.75 MiB, free memory in arenas 0.00 B, will set to 234.16 MiB (RSS), difference: 1.67 MiB
9694 2025.01.02 23:40:25.526196 [ 113 ] {} <Debug> DNSResolver: Updating DNS cache
9695 2025.01.02 23:40:25.526260 [ 113 ] {} <Debug> DNSResolver: Updated DNS cache
9696 2025.01.02 23:40:25.694290 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 23851
9697 2025.01.02 23:40:25.695228 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9698 2025.01.02 23:40:25.695272 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9699 2025.01.02 23:40:25.695834 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
9700 2025.01.02 23:40:25.696118 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9701 2025.01.02 23:40:25.696383 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23851
9702 2025.01.02 23:40:25.828287 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1346
9703 2025.01.02 23:40:25.831394 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9704 2025.01.02 23:40:25.831448 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9705 2025.01.02 23:40:25.832943 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
9706 2025.01.02 23:40:25.833268 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9707 2025.01.02 23:40:25.835071 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1346
9708 2025.01.02 23:40:27.393425 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 392
9709 2025.01.02 23:40:27.413753 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9710 2025.01.02 23:40:27.413801 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9711 2025.01.02 23:40:27.420633 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
9712 2025.01.02 23:40:27.421384 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9713 2025.01.02 23:40:27.423871 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 392
9714 2025.01.02 23:40:27.447065 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9715 2025.01.02 23:40:27.447328 [ 260 ] {f4fa6476-a7bb-4a49-bc94-bb939bf3b009} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
9716 2025.01.02 23:40:27.447428 [ 260 ] {f4fa6476-a7bb-4a49-bc94-bb939bf3b009} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
9717 2025.01.02 23:40:27.448317 [ 260 ] {f4fa6476-a7bb-4a49-bc94-bb939bf3b009} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9718 2025.01.02 23:40:27.448356 [ 260 ] {f4fa6476-a7bb-4a49-bc94-bb939bf3b009} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9719 2025.01.02 23:40:27.448726 [ 260 ] {f4fa6476-a7bb-4a49-bc94-bb939bf3b009} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
9720 2025.01.02 23:40:27.448976 [ 260 ] {f4fa6476-a7bb-4a49-bc94-bb939bf3b009} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9721 2025.01.02 23:40:27.449126 [ 113 ] {} <Debug> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0
9722 2025.01.02 23:40:27.449173 [ 113 ] {} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9723 2025.01.02 23:40:27.449179 [ 260 ] {f4fa6476-a7bb-4a49-bc94-bb939bf3b009} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001923 sec., 7280.291211648466 rows/sec., 524.08 KiB/sec.
9724 2025.01.02 23:40:27.449200 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9725 2025.01.02 23:40:27.449256 [ 260 ] {f4fa6476-a7bb-4a49-bc94-bb939bf3b009} <Debug> TCPHandler: Processed in 0.002345291 sec.
9726 2025.01.02 23:40:27.449346 [ 201 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_37_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_33_8 to all_37_37_0 into Compact with storage Full
9727 2025.01.02 23:40:27.449485 [ 201 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9728 2025.01.02 23:40:27.449521 [ 201 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 14 rows starting from the beginning of the part
9729 2025.01.02 23:40:27.449662 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9730 2025.01.02 23:40:27.449705 [ 201 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 14 rows starting from the beginning of the part
9731 2025.01.02 23:40:27.449902 [ 201 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 14 rows starting from the beginning of the part
9732 2025.01.02 23:40:27.450211 [ 201 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 14 rows starting from the beginning of the part
9733 2025.01.02 23:40:27.450247 [ 265 ] {eec9ab36-1378-484b-8b90-c841564092fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9734 2025.01.02 23:40:27.450536 [ 265 ] {eec9ab36-1378-484b-8b90-c841564092fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9735 2025.01.02 23:40:27.450547 [ 201 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 14 rows starting from the beginning of the part
9736 2025.01.02 23:40:27.453062 [ 201 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.00378878 sec., 18475.6042842287 rows/sec., 1.37 MiB/sec.
9737 2025.01.02 23:40:27.453220 [ 265 ] {eec9ab36-1378-484b-8b90-c841564092fd} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9738 2025.01.02 23:40:27.453226 [ 201 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary)
9739 2025.01.02 23:40:27.453292 [ 265 ] {eec9ab36-1378-484b-8b90-c841564092fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9740 2025.01.02 23:40:27.453728 [ 201 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_37_9} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9741 2025.01.02 23:40:27.453901 [ 201 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_37_9} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9
9742 2025.01.02 23:40:27.454047 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
9743 2025.01.02 23:40:27.454221 [ 265 ] {eec9ab36-1378-484b-8b90-c841564092fd} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
9744 2025.01.02 23:40:27.454496 [ 265 ] {eec9ab36-1378-484b-8b90-c841564092fd} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9745 2025.01.02 23:40:27.454734 [ 265 ] {eec9ab36-1378-484b-8b90-c841564092fd} <Debug> executeQuery: Read 283 rows, 25.60 KiB in 0.004667 sec., 60638.52581958431 rows/sec., 5.36 MiB/sec.
9746 2025.01.02 23:40:27.454802 [ 265 ] {eec9ab36-1378-484b-8b90-c841564092fd} <Debug> TCPHandler: Processed in 0.005408241 sec.
9747 2025.01.02 23:40:27.454976 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9748 2025.01.02 23:40:27.455120 [ 260 ] {f614b102-bf60-4e39-a436-c6ba576b2093} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9749 2025.01.02 23:40:27.455178 [ 260 ] {f614b102-bf60-4e39-a436-c6ba576b2093} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9750 2025.01.02 23:40:27.455907 [ 260 ] {f614b102-bf60-4e39-a436-c6ba576b2093} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9751 2025.01.02 23:40:27.455956 [ 260 ] {f614b102-bf60-4e39-a436-c6ba576b2093} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9752 2025.01.02 23:40:27.456331 [ 260 ] {f614b102-bf60-4e39-a436-c6ba576b2093} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
9753 2025.01.02 23:40:27.456576 [ 260 ] {f614b102-bf60-4e39-a436-c6ba576b2093} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9754 2025.01.02 23:40:27.456787 [ 260 ] {f614b102-bf60-4e39-a436-c6ba576b2093} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.001702 sec., 27614.571092831964 rows/sec., 1.99 MiB/sec.
9755 2025.01.02 23:40:27.456841 [ 260 ] {f614b102-bf60-4e39-a436-c6ba576b2093} <Debug> TCPHandler: Processed in 0.001935725 sec.
9756 2025.01.02 23:40:27.456998 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9757 2025.01.02 23:40:27.457221 [ 265 ] {b57605fa-bd85-44ba-8ed9-13d13d85db1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
9758 2025.01.02 23:40:27.457313 [ 265 ] {b57605fa-bd85-44ba-8ed9-13d13d85db1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
9759 2025.01.02 23:40:27.458220 [ 265 ] {b57605fa-bd85-44ba-8ed9-13d13d85db1f} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9760 2025.01.02 23:40:27.458262 [ 265 ] {b57605fa-bd85-44ba-8ed9-13d13d85db1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9761 2025.01.02 23:40:27.458637 [ 265 ] {b57605fa-bd85-44ba-8ed9-13d13d85db1f} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
9762 2025.01.02 23:40:27.458889 [ 265 ] {b57605fa-bd85-44ba-8ed9-13d13d85db1f} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9763 2025.01.02 23:40:27.459138 [ 265 ] {b57605fa-bd85-44ba-8ed9-13d13d85db1f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001962 sec., 7135.575942915391 rows/sec., 499.73 KiB/sec.
9764 2025.01.02 23:40:27.459229 [ 265 ] {b57605fa-bd85-44ba-8ed9-13d13d85db1f} <Debug> TCPHandler: Processed in 0.00229061 sec.
9765 2025.01.02 23:40:27.459470 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9766 2025.01.02 23:40:27.459625 [ 260 ] {84cd74cc-d297-4bd4-b680-afcb5b9d9111} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
9767 2025.01.02 23:40:27.459683 [ 260 ] {84cd74cc-d297-4bd4-b680-afcb5b9d9111} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
9768 2025.01.02 23:40:27.460312 [ 260 ] {84cd74cc-d297-4bd4-b680-afcb5b9d9111} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9769 2025.01.02 23:40:27.460352 [ 260 ] {84cd74cc-d297-4bd4-b680-afcb5b9d9111} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9770 2025.01.02 23:40:27.460708 [ 260 ] {84cd74cc-d297-4bd4-b680-afcb5b9d9111} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
9771 2025.01.02 23:40:27.460948 [ 260 ] {84cd74cc-d297-4bd4-b680-afcb5b9d9111} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9772 2025.01.02 23:40:27.461139 [ 111 ] {} <Debug> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0
9773 2025.01.02 23:40:27.461202 [ 260 ] {84cd74cc-d297-4bd4-b680-afcb5b9d9111} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001602 sec., 8114.8564294631715 rows/sec., 505.96 KiB/sec.
9774 2025.01.02 23:40:27.461230 [ 111 ] {} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9775 2025.01.02 23:40:27.461303 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9776 2025.01.02 23:40:27.461315 [ 260 ] {84cd74cc-d297-4bd4-b680-afcb5b9d9111} <Debug> TCPHandler: Processed in 0.001974856 sec.
9777 2025.01.02 23:40:27.461566 [ 197 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_37_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_33_8 to all_37_37_0 into Compact with storage Full
9778 2025.01.02 23:40:27.461641 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9779 2025.01.02 23:40:27.461744 [ 197 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9780 2025.01.02 23:40:27.461785 [ 197 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 13 rows starting from the beginning of the part
9781 2025.01.02 23:40:27.462078 [ 197 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 13 rows starting from the beginning of the part
9782 2025.01.02 23:40:27.462096 [ 265 ] {808152f2-df39-44aa-8be5-ae075d94a05f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9783 2025.01.02 23:40:27.462332 [ 265 ] {808152f2-df39-44aa-8be5-ae075d94a05f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9784 2025.01.02 23:40:27.462332 [ 197 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 13 rows starting from the beginning of the part
9785 2025.01.02 23:40:27.462701 [ 197 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 13 rows starting from the beginning of the part
9786 2025.01.02 23:40:27.463000 [ 197 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 13 rows starting from the beginning of the part
9787 2025.01.02 23:40:27.464992 [ 265 ] {808152f2-df39-44aa-8be5-ae075d94a05f} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9788 2025.01.02 23:40:27.465069 [ 265 ] {808152f2-df39-44aa-8be5-ae075d94a05f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9789 2025.01.02 23:40:27.465439 [ 192 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004026123 sec., 16144.563889379433 rows/sec., 1.04 MiB/sec.
9790 2025.01.02 23:40:27.465718 [ 192 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary)
9791 2025.01.02 23:40:27.465932 [ 265 ] {808152f2-df39-44aa-8be5-ae075d94a05f} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
9792 2025.01.02 23:40:27.466306 [ 192 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_37_9} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9793 2025.01.02 23:40:27.466475 [ 265 ] {808152f2-df39-44aa-8be5-ae075d94a05f} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9794 2025.01.02 23:40:27.466507 [ 192 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_37_9} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9
9795 2025.01.02 23:40:27.466693 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
9796 2025.01.02 23:40:27.466848 [ 265 ] {808152f2-df39-44aa-8be5-ae075d94a05f} <Debug> executeQuery: Read 422 rows, 30.88 KiB in 0.004964 sec., 85012.08702659147 rows/sec., 6.08 MiB/sec.
9797 2025.01.02 23:40:27.466919 [ 265 ] {808152f2-df39-44aa-8be5-ae075d94a05f} <Debug> TCPHandler: Processed in 0.005493313 sec.
9798 2025.01.02 23:40:27.467089 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9799 2025.01.02 23:40:27.467229 [ 260 ] {38137af7-cb22-4b89-8d6b-850c91a0639b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
9800 2025.01.02 23:40:27.467289 [ 260 ] {38137af7-cb22-4b89-8d6b-850c91a0639b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
9801 2025.01.02 23:40:27.467853 [ 260 ] {38137af7-cb22-4b89-8d6b-850c91a0639b} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9802 2025.01.02 23:40:27.467899 [ 260 ] {38137af7-cb22-4b89-8d6b-850c91a0639b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9803 2025.01.02 23:40:27.468298 [ 260 ] {38137af7-cb22-4b89-8d6b-850c91a0639b} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
9804 2025.01.02 23:40:27.468540 [ 260 ] {38137af7-cb22-4b89-8d6b-850c91a0639b} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9805 2025.01.02 23:40:27.468782 [ 260 ] {38137af7-cb22-4b89-8d6b-850c91a0639b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001578 sec., 3802.2813688212927 rows/sec., 198.65 KiB/sec.
9806 2025.01.02 23:40:27.468935 [ 260 ] {38137af7-cb22-4b89-8d6b-850c91a0639b} <Debug> TCPHandler: Processed in 0.001905975 sec.
9807 2025.01.02 23:40:27.469146 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9808 2025.01.02 23:40:27.469288 [ 265 ] {4b4f12f4-0d7a-454d-b0b9-483a807e66d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9809 2025.01.02 23:40:27.469349 [ 265 ] {4b4f12f4-0d7a-454d-b0b9-483a807e66d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9810 2025.01.02 23:40:27.470010 [ 265 ] {4b4f12f4-0d7a-454d-b0b9-483a807e66d7} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9811 2025.01.02 23:40:27.470049 [ 265 ] {4b4f12f4-0d7a-454d-b0b9-483a807e66d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9812 2025.01.02 23:40:27.470428 [ 265 ] {4b4f12f4-0d7a-454d-b0b9-483a807e66d7} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
9813 2025.01.02 23:40:27.470659 [ 265 ] {4b4f12f4-0d7a-454d-b0b9-483a807e66d7} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9814 2025.01.02 23:40:27.470899 [ 265 ] {4b4f12f4-0d7a-454d-b0b9-483a807e66d7} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001689 sec., 140319.71580817053 rows/sec., 9.41 MiB/sec.
9815 2025.01.02 23:40:27.470974 [ 265 ] {4b4f12f4-0d7a-454d-b0b9-483a807e66d7} <Debug> TCPHandler: Processed in 0.002003937 sec.
9816 2025.01.02 23:40:27.471371 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9817 2025.01.02 23:40:27.471604 [ 260 ] {ca778102-a8fb-45c5-986c-1ad9c7dd9bbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
9818 2025.01.02 23:40:27.471697 [ 260 ] {ca778102-a8fb-45c5-986c-1ad9c7dd9bbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
9819 2025.01.02 23:40:27.472308 [ 260 ] {ca778102-a8fb-45c5-986c-1ad9c7dd9bbb} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9820 2025.01.02 23:40:27.472347 [ 260 ] {ca778102-a8fb-45c5-986c-1ad9c7dd9bbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9821 2025.01.02 23:40:27.472705 [ 260 ] {ca778102-a8fb-45c5-986c-1ad9c7dd9bbb} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
9822 2025.01.02 23:40:27.472945 [ 260 ] {ca778102-a8fb-45c5-986c-1ad9c7dd9bbb} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9823 2025.01.02 23:40:27.473172 [ 260 ] {ca778102-a8fb-45c5-986c-1ad9c7dd9bbb} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001621 sec., 616.9031462060457 rows/sec., 41.57 KiB/sec.
9824 2025.01.02 23:40:27.473282 [ 260 ] {ca778102-a8fb-45c5-986c-1ad9c7dd9bbb} <Debug> TCPHandler: Processed in 0.002119147 sec.
9825 2025.01.02 23:40:27.473478 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9826 2025.01.02 23:40:27.473615 [ 265 ] {fcc27884-c727-458b-8648-ce290d76d185} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9827 2025.01.02 23:40:27.473708 [ 265 ] {fcc27884-c727-458b-8648-ce290d76d185} <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
9828 2025.01.02 23:40:27.474977 [ 265 ] {fcc27884-c727-458b-8648-ce290d76d185} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9829 2025.01.02 23:40:27.475017 [ 265 ] {fcc27884-c727-458b-8648-ce290d76d185} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9830 2025.01.02 23:40:27.475713 [ 265 ] {fcc27884-c727-458b-8648-ce290d76d185} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
9831 2025.01.02 23:40:27.475983 [ 265 ] {fcc27884-c727-458b-8648-ce290d76d185} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9832 2025.01.02 23:40:27.476229 [ 265 ] {fcc27884-c727-458b-8648-ce290d76d185} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002646 sec., 15117.157974300831 rows/sec., 27.09 MiB/sec.
9833 2025.01.02 23:40:27.476322 [ 265 ] {fcc27884-c727-458b-8648-ce290d76d185} <Debug> TCPHandler: Processed in 0.002956528 sec.
9834 2025.01.02 23:40:27.476521 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9835 2025.01.02 23:40:27.476739 [ 260 ] {c92097a6-dc48-4627-a693-e748a9d658ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9836 2025.01.02 23:40:27.476831 [ 260 ] {c92097a6-dc48-4627-a693-e748a9d658ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9837 2025.01.02 23:40:27.477398 [ 260 ] {c92097a6-dc48-4627-a693-e748a9d658ca} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9838 2025.01.02 23:40:27.477439 [ 260 ] {c92097a6-dc48-4627-a693-e748a9d658ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9839 2025.01.02 23:40:27.477814 [ 260 ] {c92097a6-dc48-4627-a693-e748a9d658ca} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
9840 2025.01.02 23:40:27.478062 [ 260 ] {c92097a6-dc48-4627-a693-e748a9d658ca} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9841 2025.01.02 23:40:27.478265 [ 260 ] {c92097a6-dc48-4627-a693-e748a9d658ca} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001579 sec., 51931.602279924 rows/sec., 3.30 MiB/sec.
9842 2025.01.02 23:40:27.478316 [ 260 ] {c92097a6-dc48-4627-a693-e748a9d658ca} <Debug> TCPHandler: Processed in 0.001902185 sec.
9843 2025.01.02 23:40:28.000184 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 235.54 MiB, peak 245.75 MiB, free memory in arenas 0.00 B, will set to 234.29 MiB (RSS), difference: -1.26 MiB
9844 2025.01.02 23:40:30.507678 [ 107 ] {} <Debug> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0
9845 2025.01.02 23:40:30.507761 [ 107 ] {} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9846 2025.01.02 23:40:30.507788 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9847 2025.01.02 23:40:30.507940 [ 192 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::all_1_21_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_17_4 to all_21_21_0 into Compact with storage Full
9848 2025.01.02 23:40:30.508122 [ 192 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9849 2025.01.02 23:40:30.508165 [ 192 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 18 rows starting from the beginning of the part
9850 2025.01.02 23:40:30.508263 [ 192 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 4 rows starting from the beginning of the part
9851 2025.01.02 23:40:30.508492 [ 192 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 2 rows starting from the beginning of the part
9852 2025.01.02 23:40:30.508973 [ 192 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 2 rows starting from the beginning of the part
9853 2025.01.02 23:40:30.509103 [ 192 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 10 rows starting from the beginning of the part
9854 2025.01.02 23:40:30.510142 [ 193 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.00228511 sec., 15754.165007373826 rows/sec., 1.31 MiB/sec.
9855 2025.01.02 23:40:30.510327 [ 193 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary)
9856 2025.01.02 23:40:30.510639 [ 193 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::all_1_21_5} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9857 2025.01.02 23:40:30.510730 [ 193 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::all_1_21_5} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5
9858 2025.01.02 23:40:30.510837 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
9859 2025.01.02 23:40:32.469281 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9860 2025.01.02 23:40:32.469529 [ 260 ] {80b6bb63-d6b3-4d5d-9735-90de8bb003ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
9861 2025.01.02 23:40:32.469625 [ 260 ] {80b6bb63-d6b3-4d5d-9735-90de8bb003ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
9862 2025.01.02 23:40:32.470502 [ 260 ] {80b6bb63-d6b3-4d5d-9735-90de8bb003ad} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9863 2025.01.02 23:40:32.470556 [ 260 ] {80b6bb63-d6b3-4d5d-9735-90de8bb003ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9864 2025.01.02 23:40:32.470996 [ 260 ] {80b6bb63-d6b3-4d5d-9735-90de8bb003ad} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
9865 2025.01.02 23:40:32.471279 [ 260 ] {80b6bb63-d6b3-4d5d-9735-90de8bb003ad} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9866 2025.01.02 23:40:32.471575 [ 260 ] {80b6bb63-d6b3-4d5d-9735-90de8bb003ad} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002112 sec., 1893.9393939393938 rows/sec., 154.44 KiB/sec.
9867 2025.01.02 23:40:32.471678 [ 260 ] {80b6bb63-d6b3-4d5d-9735-90de8bb003ad} <Debug> TCPHandler: Processed in 0.002553463 sec.
9868 2025.01.02 23:40:32.471996 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9869 2025.01.02 23:40:32.472247 [ 265 ] {c7bd89c2-9bed-4fbe-90d8-af74d5135030} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9870 2025.01.02 23:40:32.472325 [ 265 ] {c7bd89c2-9bed-4fbe-90d8-af74d5135030} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9871 2025.01.02 23:40:32.473599 [ 265 ] {c7bd89c2-9bed-4fbe-90d8-af74d5135030} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9872 2025.01.02 23:40:32.473654 [ 265 ] {c7bd89c2-9bed-4fbe-90d8-af74d5135030} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9873 2025.01.02 23:40:32.474198 [ 265 ] {c7bd89c2-9bed-4fbe-90d8-af74d5135030} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
9874 2025.01.02 23:40:32.474485 [ 265 ] {c7bd89c2-9bed-4fbe-90d8-af74d5135030} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9875 2025.01.02 23:40:32.474738 [ 265 ] {c7bd89c2-9bed-4fbe-90d8-af74d5135030} <Debug> executeQuery: Read 1198 rows, 101.11 KiB in 0.002547 sec., 470357.28307813115 rows/sec., 38.77 MiB/sec.
9876 2025.01.02 23:40:32.474847 [ 265 ] {c7bd89c2-9bed-4fbe-90d8-af74d5135030} <Debug> TCPHandler: Processed in 0.00301591 sec.
9877 2025.01.02 23:40:32.475051 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9878 2025.01.02 23:40:32.475223 [ 260 ] {4dc23f18-5996-4e0d-9397-6bf85cbf8e4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9879 2025.01.02 23:40:32.475277 [ 260 ] {4dc23f18-5996-4e0d-9397-6bf85cbf8e4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9880 2025.01.02 23:40:32.475875 [ 260 ] {4dc23f18-5996-4e0d-9397-6bf85cbf8e4b} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9881 2025.01.02 23:40:32.475916 [ 260 ] {4dc23f18-5996-4e0d-9397-6bf85cbf8e4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9882 2025.01.02 23:40:32.476285 [ 260 ] {4dc23f18-5996-4e0d-9397-6bf85cbf8e4b} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
9883 2025.01.02 23:40:32.476531 [ 260 ] {4dc23f18-5996-4e0d-9397-6bf85cbf8e4b} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9884 2025.01.02 23:40:32.476759 [ 260 ] {4dc23f18-5996-4e0d-9397-6bf85cbf8e4b} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001565 sec., 2555.9105431309904 rows/sec., 178.46 KiB/sec.
9885 2025.01.02 23:40:32.476855 [ 260 ] {4dc23f18-5996-4e0d-9397-6bf85cbf8e4b} <Debug> TCPHandler: Processed in 0.001915375 sec.
9886 2025.01.02 23:40:32.477042 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9887 2025.01.02 23:40:32.477161 [ 265 ] {3f06a27b-59e9-4352-a667-d184386d7683} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
9888 2025.01.02 23:40:32.477221 [ 265 ] {3f06a27b-59e9-4352-a667-d184386d7683} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
9889 2025.01.02 23:40:32.478035 [ 265 ] {3f06a27b-59e9-4352-a667-d184386d7683} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9890 2025.01.02 23:40:32.478083 [ 265 ] {3f06a27b-59e9-4352-a667-d184386d7683} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9891 2025.01.02 23:40:32.478474 [ 265 ] {3f06a27b-59e9-4352-a667-d184386d7683} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
9892 2025.01.02 23:40:32.478717 [ 265 ] {3f06a27b-59e9-4352-a667-d184386d7683} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9893 2025.01.02 23:40:32.478935 [ 265 ] {3f06a27b-59e9-4352-a667-d184386d7683} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.0018 sec., 126666.66666666667 rows/sec., 8.58 MiB/sec.
9894 2025.01.02 23:40:32.478990 [ 265 ] {3f06a27b-59e9-4352-a667-d184386d7683} <Debug> TCPHandler: Processed in 0.002039406 sec.
9895 2025.01.02 23:40:32.479162 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9896 2025.01.02 23:40:32.479305 [ 260 ] {01ff2711-6068-418a-a414-78a1f61a5845} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9897 2025.01.02 23:40:32.479363 [ 260 ] {01ff2711-6068-418a-a414-78a1f61a5845} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9898 2025.01.02 23:40:32.480303 [ 260 ] {01ff2711-6068-418a-a414-78a1f61a5845} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9899 2025.01.02 23:40:32.480344 [ 260 ] {01ff2711-6068-418a-a414-78a1f61a5845} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9900 2025.01.02 23:40:32.480744 [ 260 ] {01ff2711-6068-418a-a414-78a1f61a5845} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
9901 2025.01.02 23:40:32.480988 [ 260 ] {01ff2711-6068-418a-a414-78a1f61a5845} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9902 2025.01.02 23:40:32.481226 [ 260 ] {01ff2711-6068-418a-a414-78a1f61a5845} <Debug> executeQuery: Read 524 rows, 39.73 KiB in 0.001949 sec., 268855.8234992304 rows/sec., 19.91 MiB/sec.
9903 2025.01.02 23:40:32.481312 [ 260 ] {01ff2711-6068-418a-a414-78a1f61a5845} <Debug> TCPHandler: Processed in 0.002209889 sec.
9904 2025.01.02 23:40:32.481576 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9905 2025.01.02 23:40:32.481746 [ 265 ] {aeb07e06-6467-4ee8-8807-0cb3368c25e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9906 2025.01.02 23:40:32.481809 [ 265 ] {aeb07e06-6467-4ee8-8807-0cb3368c25e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9907 2025.01.02 23:40:32.482617 [ 265 ] {aeb07e06-6467-4ee8-8807-0cb3368c25e9} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9908 2025.01.02 23:40:32.482657 [ 265 ] {aeb07e06-6467-4ee8-8807-0cb3368c25e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9909 2025.01.02 23:40:32.483104 [ 265 ] {aeb07e06-6467-4ee8-8807-0cb3368c25e9} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
9910 2025.01.02 23:40:32.483352 [ 265 ] {aeb07e06-6467-4ee8-8807-0cb3368c25e9} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9911 2025.01.02 23:40:32.483563 [ 265 ] {aeb07e06-6467-4ee8-8807-0cb3368c25e9} <Debug> executeQuery: Read 882 rows, 60.77 KiB in 0.001849 sec., 477014.60248783126 rows/sec., 32.10 MiB/sec.
9912 2025.01.02 23:40:32.483615 [ 265 ] {aeb07e06-6467-4ee8-8807-0cb3368c25e9} <Debug> TCPHandler: Processed in 0.002200469 sec.
9913 2025.01.02 23:40:32.483769 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9914 2025.01.02 23:40:32.483909 [ 260 ] {8795ac0c-12f6-4a4c-a4d2-a4278a70bfc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9915 2025.01.02 23:40:32.483971 [ 260 ] {8795ac0c-12f6-4a4c-a4d2-a4278a70bfc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9916 2025.01.02 23:40:32.484502 [ 260 ] {8795ac0c-12f6-4a4c-a4d2-a4278a70bfc5} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9917 2025.01.02 23:40:32.484542 [ 260 ] {8795ac0c-12f6-4a4c-a4d2-a4278a70bfc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9918 2025.01.02 23:40:32.484919 [ 260 ] {8795ac0c-12f6-4a4c-a4d2-a4278a70bfc5} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
9919 2025.01.02 23:40:32.485172 [ 260 ] {8795ac0c-12f6-4a4c-a4d2-a4278a70bfc5} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9920 2025.01.02 23:40:32.485379 [ 260 ] {8795ac0c-12f6-4a4c-a4d2-a4278a70bfc5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001502 sec., 39946.73768308921 rows/sec., 2.69 MiB/sec.
9921 2025.01.02 23:40:32.485431 [ 260 ] {8795ac0c-12f6-4a4c-a4d2-a4278a70bfc5} <Debug> TCPHandler: Processed in 0.001726073 sec.
9922 2025.01.02 23:40:33.196612 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 24339
9923 2025.01.02 23:40:33.197373 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9924 2025.01.02 23:40:33.197424 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9925 2025.01.02 23:40:33.197963 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
9926 2025.01.02 23:40:33.198239 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9927 2025.01.02 23:40:33.198487 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24339
9928 2025.01.02 23:40:34.924043 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 400
9929 2025.01.02 23:40:34.943562 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9930 2025.01.02 23:40:34.943620 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9931 2025.01.02 23:40:34.951144 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
9932 2025.01.02 23:40:34.951916 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9933 2025.01.02 23:40:34.954661 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 400
9934 2025.01.02 23:40:35.835407 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1382
9935 2025.01.02 23:40:35.838624 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9936 2025.01.02 23:40:35.838689 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9937 2025.01.02 23:40:35.840217 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
9938 2025.01.02 23:40:35.840556 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9939 2025.01.02 23:40:35.841220 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1382
9940 2025.01.02 23:40:37.446940 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9941 2025.01.02 23:40:37.447147 [ 260 ] {daadc87e-73a0-4e04-ac87-2c9603521c47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
9942 2025.01.02 23:40:37.447224 [ 260 ] {daadc87e-73a0-4e04-ac87-2c9603521c47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
9943 2025.01.02 23:40:37.447972 [ 260 ] {daadc87e-73a0-4e04-ac87-2c9603521c47} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9944 2025.01.02 23:40:37.448018 [ 260 ] {daadc87e-73a0-4e04-ac87-2c9603521c47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9945 2025.01.02 23:40:37.448449 [ 260 ] {daadc87e-73a0-4e04-ac87-2c9603521c47} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
9946 2025.01.02 23:40:37.448701 [ 260 ] {daadc87e-73a0-4e04-ac87-2c9603521c47} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9947 2025.01.02 23:40:37.448927 [ 260 ] {daadc87e-73a0-4e04-ac87-2c9603521c47} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001839 sec., 7612.8330614464385 rows/sec., 548.02 KiB/sec.
9948 2025.01.02 23:40:37.448984 [ 260 ] {daadc87e-73a0-4e04-ac87-2c9603521c47} <Debug> TCPHandler: Processed in 0.002182339 sec.
9949 2025.01.02 23:40:37.449234 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9950 2025.01.02 23:40:37.449425 [ 265 ] {82e60b0a-3f00-46c2-9dad-2837219383f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9951 2025.01.02 23:40:37.449497 [ 265 ] {82e60b0a-3f00-46c2-9dad-2837219383f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9952 2025.01.02 23:40:37.450414 [ 265 ] {82e60b0a-3f00-46c2-9dad-2837219383f1} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9953 2025.01.02 23:40:37.450460 [ 265 ] {82e60b0a-3f00-46c2-9dad-2837219383f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9954 2025.01.02 23:40:37.450926 [ 265 ] {82e60b0a-3f00-46c2-9dad-2837219383f1} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
9955 2025.01.02 23:40:37.451206 [ 265 ] {82e60b0a-3f00-46c2-9dad-2837219383f1} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9956 2025.01.02 23:40:37.451440 [ 265 ] {82e60b0a-3f00-46c2-9dad-2837219383f1} <Debug> executeQuery: Read 283 rows, 25.60 KiB in 0.00207 sec., 136714.97584541063 rows/sec., 12.08 MiB/sec.
9957 2025.01.02 23:40:37.451497 [ 265 ] {82e60b0a-3f00-46c2-9dad-2837219383f1} <Debug> TCPHandler: Processed in 0.002396312 sec.
9958 2025.01.02 23:40:37.451654 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9959 2025.01.02 23:40:37.451791 [ 260 ] {ac479bdf-4532-4cd0-9aba-22618f044641} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9960 2025.01.02 23:40:37.451848 [ 260 ] {ac479bdf-4532-4cd0-9aba-22618f044641} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9961 2025.01.02 23:40:37.452520 [ 260 ] {ac479bdf-4532-4cd0-9aba-22618f044641} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9962 2025.01.02 23:40:37.452561 [ 260 ] {ac479bdf-4532-4cd0-9aba-22618f044641} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9963 2025.01.02 23:40:37.452919 [ 260 ] {ac479bdf-4532-4cd0-9aba-22618f044641} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
9964 2025.01.02 23:40:37.453169 [ 260 ] {ac479bdf-4532-4cd0-9aba-22618f044641} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9965 2025.01.02 23:40:37.453378 [ 260 ] {ac479bdf-4532-4cd0-9aba-22618f044641} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.001618 sec., 29048.207663782447 rows/sec., 2.09 MiB/sec.
9966 2025.01.02 23:40:37.453430 [ 260 ] {ac479bdf-4532-4cd0-9aba-22618f044641} <Debug> TCPHandler: Processed in 0.001840724 sec.
9967 2025.01.02 23:40:37.453589 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9968 2025.01.02 23:40:37.453729 [ 265 ] {20aaf2a8-d8d7-45ba-bdae-731456cddc7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
9969 2025.01.02 23:40:37.453789 [ 265 ] {20aaf2a8-d8d7-45ba-bdae-731456cddc7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
9970 2025.01.02 23:40:37.454472 [ 265 ] {20aaf2a8-d8d7-45ba-bdae-731456cddc7f} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9971 2025.01.02 23:40:37.454513 [ 265 ] {20aaf2a8-d8d7-45ba-bdae-731456cddc7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9972 2025.01.02 23:40:37.454889 [ 265 ] {20aaf2a8-d8d7-45ba-bdae-731456cddc7f} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
9973 2025.01.02 23:40:37.455138 [ 265 ] {20aaf2a8-d8d7-45ba-bdae-731456cddc7f} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9974 2025.01.02 23:40:37.455360 [ 265 ] {20aaf2a8-d8d7-45ba-bdae-731456cddc7f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001662 sec., 8423.58604091456 rows/sec., 589.93 KiB/sec.
9975 2025.01.02 23:40:37.455412 [ 265 ] {20aaf2a8-d8d7-45ba-bdae-731456cddc7f} <Debug> TCPHandler: Processed in 0.001890185 sec.
9976 2025.01.02 23:40:37.455558 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9977 2025.01.02 23:40:37.455674 [ 260 ] {cd1c5630-4cb4-404a-a8ca-689228603292} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
9978 2025.01.02 23:40:37.455721 [ 260 ] {cd1c5630-4cb4-404a-a8ca-689228603292} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
9979 2025.01.02 23:40:37.456296 [ 260 ] {cd1c5630-4cb4-404a-a8ca-689228603292} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9980 2025.01.02 23:40:37.456336 [ 260 ] {cd1c5630-4cb4-404a-a8ca-689228603292} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9981 2025.01.02 23:40:37.456691 [ 260 ] {cd1c5630-4cb4-404a-a8ca-689228603292} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
9982 2025.01.02 23:40:37.456931 [ 260 ] {cd1c5630-4cb4-404a-a8ca-689228603292} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9983 2025.01.02 23:40:37.457132 [ 260 ] {cd1c5630-4cb4-404a-a8ca-689228603292} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001482 sec., 8771.929824561403 rows/sec., 546.93 KiB/sec.
9984 2025.01.02 23:40:37.457183 [ 260 ] {cd1c5630-4cb4-404a-a8ca-689228603292} <Debug> TCPHandler: Processed in 0.001678782 sec.
9985 2025.01.02 23:40:37.457312 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9986 2025.01.02 23:40:37.457437 [ 265 ] {5302bfa7-9a90-47dc-8ba9-e485b034f6bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9987 2025.01.02 23:40:37.457492 [ 265 ] {5302bfa7-9a90-47dc-8ba9-e485b034f6bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9988 2025.01.02 23:40:37.458390 [ 265 ] {5302bfa7-9a90-47dc-8ba9-e485b034f6bd} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9989 2025.01.02 23:40:37.458431 [ 265 ] {5302bfa7-9a90-47dc-8ba9-e485b034f6bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9990 2025.01.02 23:40:37.458821 [ 265 ] {5302bfa7-9a90-47dc-8ba9-e485b034f6bd} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
9991 2025.01.02 23:40:37.459065 [ 265 ] {5302bfa7-9a90-47dc-8ba9-e485b034f6bd} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9992 2025.01.02 23:40:37.459286 [ 265 ] {5302bfa7-9a90-47dc-8ba9-e485b034f6bd} <Debug> executeQuery: Read 422 rows, 30.88 KiB in 0.001863 sec., 226516.37144390767 rows/sec., 16.19 MiB/sec.
9993 2025.01.02 23:40:37.459344 [ 265 ] {5302bfa7-9a90-47dc-8ba9-e485b034f6bd} <Debug> TCPHandler: Processed in 0.002079777 sec.
9994 2025.01.02 23:40:37.459555 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9995 2025.01.02 23:40:37.459708 [ 260 ] {418fc944-1d0b-4678-acbf-9d1360415add} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
9996 2025.01.02 23:40:37.459768 [ 260 ] {418fc944-1d0b-4678-acbf-9d1360415add} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
9997 2025.01.02 23:40:37.460341 [ 260 ] {418fc944-1d0b-4678-acbf-9d1360415add} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9998 2025.01.02 23:40:37.460385 [ 260 ] {418fc944-1d0b-4678-acbf-9d1360415add} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
9999 2025.01.02 23:40:37.460747 [ 260 ] {418fc944-1d0b-4678-acbf-9d1360415add} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
10000 2025.01.02 23:40:37.460984 [ 260 ] {418fc944-1d0b-4678-acbf-9d1360415add} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10001 2025.01.02 23:40:37.461193 [ 260 ] {418fc944-1d0b-4678-acbf-9d1360415add} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001515 sec., 3960.39603960396 rows/sec., 206.92 KiB/sec.
10002 2025.01.02 23:40:37.461243 [ 260 ] {418fc944-1d0b-4678-acbf-9d1360415add} <Debug> TCPHandler: Processed in 0.001806664 sec.
10003 2025.01.02 23:40:37.461397 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10004 2025.01.02 23:40:37.461536 [ 265 ] {97df44d4-0dc2-441f-827c-97179bb6bc68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10005 2025.01.02 23:40:37.461599 [ 265 ] {97df44d4-0dc2-441f-827c-97179bb6bc68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10006 2025.01.02 23:40:37.462297 [ 265 ] {97df44d4-0dc2-441f-827c-97179bb6bc68} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10007 2025.01.02 23:40:37.462344 [ 265 ] {97df44d4-0dc2-441f-827c-97179bb6bc68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
10008 2025.01.02 23:40:37.462749 [ 265 ] {97df44d4-0dc2-441f-827c-97179bb6bc68} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
10009 2025.01.02 23:40:37.462994 [ 265 ] {97df44d4-0dc2-441f-827c-97179bb6bc68} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10010 2025.01.02 23:40:37.463227 [ 265 ] {97df44d4-0dc2-441f-827c-97179bb6bc68} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001722 sec., 137630.66202090593 rows/sec., 9.22 MiB/sec.
10011 2025.01.02 23:40:37.463299 [ 265 ] {97df44d4-0dc2-441f-827c-97179bb6bc68} <Debug> TCPHandler: Processed in 0.001967086 sec.
10012 2025.01.02 23:40:37.463490 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10013 2025.01.02 23:40:37.463644 [ 260 ] {1337906b-6c8d-4d14-913c-4c0338eb964d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
10014 2025.01.02 23:40:37.463701 [ 260 ] {1337906b-6c8d-4d14-913c-4c0338eb964d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
10015 2025.01.02 23:40:37.464240 [ 260 ] {1337906b-6c8d-4d14-913c-4c0338eb964d} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10016 2025.01.02 23:40:37.464286 [ 260 ] {1337906b-6c8d-4d14-913c-4c0338eb964d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
10017 2025.01.02 23:40:37.464655 [ 260 ] {1337906b-6c8d-4d14-913c-4c0338eb964d} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
10018 2025.01.02 23:40:37.464898 [ 260 ] {1337906b-6c8d-4d14-913c-4c0338eb964d} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10019 2025.01.02 23:40:37.465124 [ 260 ] {1337906b-6c8d-4d14-913c-4c0338eb964d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001509 sec., 662.6905235255136 rows/sec., 44.65 KiB/sec.
10020 2025.01.02 23:40:37.465228 [ 260 ] {1337906b-6c8d-4d14-913c-4c0338eb964d} <Debug> TCPHandler: Processed in 0.001837554 sec.
10021 2025.01.02 23:40:37.465393 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10022 2025.01.02 23:40:37.465531 [ 265 ] {a3b8fde4-16d3-4217-ab5f-1794ec6689b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10023 2025.01.02 23:40:37.465624 [ 265 ] {a3b8fde4-16d3-4217-ab5f-1794ec6689b4} <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
10024 2025.01.02 23:40:37.466901 [ 265 ] {a3b8fde4-16d3-4217-ab5f-1794ec6689b4} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10025 2025.01.02 23:40:37.466942 [ 265 ] {a3b8fde4-16d3-4217-ab5f-1794ec6689b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
10026 2025.01.02 23:40:37.467619 [ 265 ] {a3b8fde4-16d3-4217-ab5f-1794ec6689b4} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
10027 2025.01.02 23:40:37.467880 [ 265 ] {a3b8fde4-16d3-4217-ab5f-1794ec6689b4} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10028 2025.01.02 23:40:37.468106 [ 265 ] {a3b8fde4-16d3-4217-ab5f-1794ec6689b4} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002604 sec., 15360.983102918586 rows/sec., 27.53 MiB/sec.
10029 2025.01.02 23:40:37.468199 [ 265 ] {a3b8fde4-16d3-4217-ab5f-1794ec6689b4} <Debug> TCPHandler: Processed in 0.002883618 sec.
10030 2025.01.02 23:40:37.468357 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10031 2025.01.02 23:40:37.468495 [ 260 ] {6c44c3d8-572c-45bb-953a-0c26f9b7cd2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10032 2025.01.02 23:40:37.468554 [ 260 ] {6c44c3d8-572c-45bb-953a-0c26f9b7cd2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10033 2025.01.02 23:40:37.469115 [ 260 ] {6c44c3d8-572c-45bb-953a-0c26f9b7cd2b} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10034 2025.01.02 23:40:37.469160 [ 260 ] {6c44c3d8-572c-45bb-953a-0c26f9b7cd2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
10035 2025.01.02 23:40:37.469559 [ 260 ] {6c44c3d8-572c-45bb-953a-0c26f9b7cd2b} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
10036 2025.01.02 23:40:37.469793 [ 260 ] {6c44c3d8-572c-45bb-953a-0c26f9b7cd2b} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10037 2025.01.02 23:40:37.470002 [ 260 ] {6c44c3d8-572c-45bb-953a-0c26f9b7cd2b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001537 sec., 53350.68314899154 rows/sec., 3.39 MiB/sec.
10038 2025.01.02 23:40:37.470052 [ 260 ] {6c44c3d8-572c-45bb-953a-0c26f9b7cd2b} <Debug> TCPHandler: Processed in 0.001764063 sec.
10039 2025.01.02 23:40:40.526306 [ 90 ] {} <Debug> DNSResolver: Updating DNS cache
10040 2025.01.02 23:40:40.526374 [ 90 ] {} <Debug> DNSResolver: Updated DNS cache
10041 2025.01.02 23:40:40.698731 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 24766
10042 2025.01.02 23:40:40.699476 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10043 2025.01.02 23:40:40.699531 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
10044 2025.01.02 23:40:40.700105 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
10045 2025.01.02 23:40:40.700389 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10046 2025.01.02 23:40:40.700672 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24766
10047 2025.01.02 23:40:42.441064 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10048 2025.01.02 23:40:42.441253 [ 260 ] {d0369fc7-8b62-4c27-bd74-1cd890b7817d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10049 2025.01.02 23:40:42.441328 [ 260 ] {d0369fc7-8b62-4c27-bd74-1cd890b7817d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10050 2025.01.02 23:40:42.442114 [ 260 ] {d0369fc7-8b62-4c27-bd74-1cd890b7817d} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10051 2025.01.02 23:40:42.442166 [ 260 ] {d0369fc7-8b62-4c27-bd74-1cd890b7817d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
10052 2025.01.02 23:40:42.442602 [ 260 ] {d0369fc7-8b62-4c27-bd74-1cd890b7817d} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
10053 2025.01.02 23:40:42.442865 [ 260 ] {d0369fc7-8b62-4c27-bd74-1cd890b7817d} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10054 2025.01.02 23:40:42.443134 [ 260 ] {d0369fc7-8b62-4c27-bd74-1cd890b7817d} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001924 sec., 29106.029106029106 rows/sec., 2.24 MiB/sec.
10055 2025.01.02 23:40:42.443254 [ 260 ] {d0369fc7-8b62-4c27-bd74-1cd890b7817d} <Debug> TCPHandler: Processed in 0.002319971 sec.
10056 2025.01.02 23:40:42.443542 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10057 2025.01.02 23:40:42.443727 [ 265 ] {5c923fa7-664f-46c2-88a7-5d80931a4e5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10058 2025.01.02 23:40:42.443796 [ 265 ] {5c923fa7-664f-46c2-88a7-5d80931a4e5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10059 2025.01.02 23:40:42.444550 [ 265 ] {5c923fa7-664f-46c2-88a7-5d80931a4e5a} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10060 2025.01.02 23:40:42.444595 [ 265 ] {5c923fa7-664f-46c2-88a7-5d80931a4e5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
10061 2025.01.02 23:40:42.445042 [ 265 ] {5c923fa7-664f-46c2-88a7-5d80931a4e5a} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
10062 2025.01.02 23:40:42.445300 [ 265 ] {5c923fa7-664f-46c2-88a7-5d80931a4e5a} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10063 2025.01.02 23:40:42.445548 [ 265 ] {5c923fa7-664f-46c2-88a7-5d80931a4e5a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001872 sec., 34188.03418803419 rows/sec., 2.67 MiB/sec.
10064 2025.01.02 23:40:42.445605 [ 265 ] {5c923fa7-664f-46c2-88a7-5d80931a4e5a} <Debug> TCPHandler: Processed in 0.00222307 sec.
10065 2025.01.02 23:40:42.445812 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10066 2025.01.02 23:40:42.446049 [ 260 ] {375341f0-39e5-49eb-b8c5-f1ca93d49cb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10067 2025.01.02 23:40:42.446151 [ 260 ] {375341f0-39e5-49eb-b8c5-f1ca93d49cb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10068 2025.01.02 23:40:42.446946 [ 260 ] {375341f0-39e5-49eb-b8c5-f1ca93d49cb8} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10069 2025.01.02 23:40:42.446987 [ 260 ] {375341f0-39e5-49eb-b8c5-f1ca93d49cb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
10070 2025.01.02 23:40:42.447407 [ 260 ] {375341f0-39e5-49eb-b8c5-f1ca93d49cb8} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
10071 2025.01.02 23:40:42.447656 [ 260 ] {375341f0-39e5-49eb-b8c5-f1ca93d49cb8} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10072 2025.01.02 23:40:42.447896 [ 260 ] {375341f0-39e5-49eb-b8c5-f1ca93d49cb8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001909 sec., 83813.51492928235 rows/sec., 5.84 MiB/sec.
10073 2025.01.02 23:40:42.447960 [ 260 ] {375341f0-39e5-49eb-b8c5-f1ca93d49cb8} <Debug> TCPHandler: Processed in 0.002259179 sec.
10074 2025.01.02 23:40:42.448103 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10075 2025.01.02 23:40:42.448223 [ 265 ] {407ea6ed-4b76-476b-a96c-d50706fed0e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10076 2025.01.02 23:40:42.448277 [ 265 ] {407ea6ed-4b76-476b-a96c-d50706fed0e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10077 2025.01.02 23:40:42.448793 [ 265 ] {407ea6ed-4b76-476b-a96c-d50706fed0e6} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10078 2025.01.02 23:40:42.448834 [ 265 ] {407ea6ed-4b76-476b-a96c-d50706fed0e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
10079 2025.01.02 23:40:42.449221 [ 265 ] {407ea6ed-4b76-476b-a96c-d50706fed0e6} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
10080 2025.01.02 23:40:42.449464 [ 265 ] {407ea6ed-4b76-476b-a96c-d50706fed0e6} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10081 2025.01.02 23:40:42.449699 [ 265 ] {407ea6ed-4b76-476b-a96c-d50706fed0e6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001502 sec., 39946.73768308921 rows/sec., 2.69 MiB/sec.
10082 2025.01.02 23:40:42.449786 [ 265 ] {407ea6ed-4b76-476b-a96c-d50706fed0e6} <Debug> TCPHandler: Processed in 0.001740452 sec.
10083 2025.01.02 23:40:42.454821 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 407
10084 2025.01.02 23:40:42.476158 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10085 2025.01.02 23:40:42.476205 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
10086 2025.01.02 23:40:42.483757 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
10087 2025.01.02 23:40:42.484524 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10088 2025.01.02 23:40:42.487671 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 407
10089 2025.01.02 23:40:45.841614 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1412
10090 2025.01.02 23:40:45.844593 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10091 2025.01.02 23:40:45.844634 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
10092 2025.01.02 23:40:45.846118 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
10093 2025.01.02 23:40:45.846430 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10094 2025.01.02 23:40:45.847684 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1412
10095 2025.01.02 23:40:47.446887 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10096 2025.01.02 23:40:47.447193 [ 260 ] {7bca066e-6ee4-4d93-8f0a-a92cec912d37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
10097 2025.01.02 23:40:47.447306 [ 260 ] {7bca066e-6ee4-4d93-8f0a-a92cec912d37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
10098 2025.01.02 23:40:47.448235 [ 260 ] {7bca066e-6ee4-4d93-8f0a-a92cec912d37} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10099 2025.01.02 23:40:47.448290 [ 260 ] {7bca066e-6ee4-4d93-8f0a-a92cec912d37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
10100 2025.01.02 23:40:47.448728 [ 260 ] {7bca066e-6ee4-4d93-8f0a-a92cec912d37} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
10101 2025.01.02 23:40:47.448991 [ 260 ] {7bca066e-6ee4-4d93-8f0a-a92cec912d37} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10102 2025.01.02 23:40:47.449264 [ 260 ] {7bca066e-6ee4-4d93-8f0a-a92cec912d37} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002154 sec., 6499.535747446611 rows/sec., 467.88 KiB/sec.
10103 2025.01.02 23:40:47.449371 [ 260 ] {7bca066e-6ee4-4d93-8f0a-a92cec912d37} <Debug> TCPHandler: Processed in 0.002673475 sec.
10104 2025.01.02 23:40:47.449742 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10105 2025.01.02 23:40:47.449953 [ 265 ] {9b84c719-dfcb-4bdc-98c1-a3d3d467478d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
10106 2025.01.02 23:40:47.450022 [ 265 ] {9b84c719-dfcb-4bdc-98c1-a3d3d467478d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
10107 2025.01.02 23:40:47.450739 [ 265 ] {9b84c719-dfcb-4bdc-98c1-a3d3d467478d} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10108 2025.01.02 23:40:47.450786 [ 265 ] {9b84c719-dfcb-4bdc-98c1-a3d3d467478d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
10109 2025.01.02 23:40:47.451236 [ 265 ] {9b84c719-dfcb-4bdc-98c1-a3d3d467478d} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
10110 2025.01.02 23:40:47.451505 [ 265 ] {9b84c719-dfcb-4bdc-98c1-a3d3d467478d} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10111 2025.01.02 23:40:47.451784 [ 265 ] {9b84c719-dfcb-4bdc-98c1-a3d3d467478d} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001878 sec., 1064.9627263045793 rows/sec., 86.84 KiB/sec.
10112 2025.01.02 23:40:47.451988 [ 265 ] {9b84c719-dfcb-4bdc-98c1-a3d3d467478d} <Debug> TCPHandler: Processed in 0.002483252 sec.
10113 2025.01.02 23:40:47.452155 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10114 2025.01.02 23:40:47.452280 [ 260 ] {5e55cc3b-a21e-48ba-ae50-0db50b57a76a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10115 2025.01.02 23:40:47.452332 [ 260 ] {5e55cc3b-a21e-48ba-ae50-0db50b57a76a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10116 2025.01.02 23:40:47.453030 [ 260 ] {5e55cc3b-a21e-48ba-ae50-0db50b57a76a} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10117 2025.01.02 23:40:47.453072 [ 260 ] {5e55cc3b-a21e-48ba-ae50-0db50b57a76a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
10118 2025.01.02 23:40:47.453469 [ 260 ] {5e55cc3b-a21e-48ba-ae50-0db50b57a76a} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
10119 2025.01.02 23:40:47.453710 [ 260 ] {5e55cc3b-a21e-48ba-ae50-0db50b57a76a} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10120 2025.01.02 23:40:47.453876 [ 82 ] {} <Debug> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
10121 2025.01.02 23:40:47.453945 [ 260 ] {5e55cc3b-a21e-48ba-ae50-0db50b57a76a} <Debug> executeQuery: Read 284 rows, 25.68 KiB in 0.001691 sec., 167947.9597871082 rows/sec., 14.83 MiB/sec.
10122 2025.01.02 23:40:47.453970 [ 82 ] {} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10123 2025.01.02 23:40:47.454037 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
10124 2025.01.02 23:40:47.454069 [ 260 ] {5e55cc3b-a21e-48ba-ae50-0db50b57a76a} <Debug> TCPHandler: Processed in 0.001976136 sec.
10125 2025.01.02 23:40:47.454286 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10126 2025.01.02 23:40:47.454285 [ 200 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full
10127 2025.01.02 23:40:47.454510 [ 265 ] {61650b7e-75fb-448d-8ee3-38b47fff68b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10128 2025.01.02 23:40:47.454588 [ 200 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10129 2025.01.02 23:40:47.454616 [ 265 ] {61650b7e-75fb-448d-8ee3-38b47fff68b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10130 2025.01.02 23:40:47.454661 [ 200 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1435 rows starting from the beginning of the part
10131 2025.01.02 23:40:47.454958 [ 200 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 283 rows starting from the beginning of the part
10132 2025.01.02 23:40:47.455251 [ 200 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 1198 rows starting from the beginning of the part
10133 2025.01.02 23:40:47.455540 [ 200 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 283 rows starting from the beginning of the part
10134 2025.01.02 23:40:47.455879 [ 200 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 56 rows starting from the beginning of the part
10135 2025.01.02 23:40:47.456240 [ 200 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 284 rows starting from the beginning of the part
10136 2025.01.02 23:40:47.457805 [ 265 ] {61650b7e-75fb-448d-8ee3-38b47fff68b3} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10137 2025.01.02 23:40:47.457871 [ 265 ] {61650b7e-75fb-448d-8ee3-38b47fff68b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10138 2025.01.02 23:40:47.458829 [ 265 ] {61650b7e-75fb-448d-8ee3-38b47fff68b3} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
10139 2025.01.02 23:40:47.459256 [ 265 ] {61650b7e-75fb-448d-8ee3-38b47fff68b3} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10140 2025.01.02 23:40:47.459443 [ 82 ] {} <Debug> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470) (MergerMutator): Selected 6 parts from all_1_45_9 to all_50_50_0
10141 2025.01.02 23:40:47.459529 [ 82 ] {} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10142 2025.01.02 23:40:47.459563 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10143 2025.01.02 23:40:47.459586 [ 265 ] {61650b7e-75fb-448d-8ee3-38b47fff68b3} <Debug> executeQuery: Read 49 rows, 3.60 KiB in 0.005153 sec., 9509.02386959053 rows/sec., 699.30 KiB/sec.
10144 2025.01.02 23:40:47.460023 [ 265 ] {61650b7e-75fb-448d-8ee3-38b47fff68b3} <Debug> TCPHandler: Processed in 0.005852587 sec.
10145 2025.01.02 23:40:47.460059 [ 193 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_50_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_45_9 to all_50_50_0 into Compact with storage Full
10146 2025.01.02 23:40:47.460337 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10147 2025.01.02 23:40:47.460679 [ 193 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_50_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10148 2025.01.02 23:40:47.460732 [ 192 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3539 rows, containing 5 columns (5 merged, 0 gathered) in 0.006571306 sec., 538553.5234548505 rows/sec., 47.45 MiB/sec.
10149 2025.01.02 23:40:47.460811 [ 193 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_9, total 65 rows starting from the beginning of the part
10150 2025.01.02 23:40:47.460881 [ 260 ] {b256fe5c-3272-46dd-8588-cf6007dee6df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
10151 2025.01.02 23:40:47.461206 [ 260 ] {b256fe5c-3272-46dd-8588-cf6007dee6df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
10152 2025.01.02 23:40:47.461249 [ 193 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 57 rows starting from the beginning of the part
10153 2025.01.02 23:40:47.461271 [ 192 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
10154 2025.01.02 23:40:47.461794 [ 193 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 47 rows starting from the beginning of the part
10155 2025.01.02 23:40:47.462207 [ 193 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 4 rows starting from the beginning of the part
10156 2025.01.02 23:40:47.462589 [ 192 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_76_15} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10157 2025.01.02 23:40:47.462628 [ 193 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 47 rows starting from the beginning of the part
10158 2025.01.02 23:40:47.463008 [ 193 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 49 rows starting from the beginning of the part
10159 2025.01.02 23:40:47.463062 [ 192 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_76_15} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
10160 2025.01.02 23:40:47.463473 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.88 MiB.
10161 2025.01.02 23:40:47.465071 [ 260 ] {b256fe5c-3272-46dd-8588-cf6007dee6df} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10162 2025.01.02 23:40:47.465159 [ 260 ] {b256fe5c-3272-46dd-8588-cf6007dee6df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10163 2025.01.02 23:40:47.466180 [ 193 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_50_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 269 rows, containing 5 columns (5 merged, 0 gathered) in 0.006517506 sec., 41273.456441773895 rows/sec., 3.11 MiB/sec.
10164 2025.01.02 23:40:47.466192 [ 260 ] {b256fe5c-3272-46dd-8588-cf6007dee6df} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
10165 2025.01.02 23:40:47.466350 [ 193 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_50_10} <Trace> MergedBlockOutputStream: filled checksums all_1_50_10 (state Temporary)
10166 2025.01.02 23:40:47.466632 [ 260 ] {b256fe5c-3272-46dd-8588-cf6007dee6df} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10167 2025.01.02 23:40:47.466902 [ 82 ] {} <Debug> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
10168 2025.01.02 23:40:47.466939 [ 193 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_50_10} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_merge_all_1_50_10 to all_1_50_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10169 2025.01.02 23:40:47.466984 [ 82 ] {} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10170 2025.01.02 23:40:47.467077 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10171 2025.01.02 23:40:47.467244 [ 260 ] {b256fe5c-3272-46dd-8588-cf6007dee6df} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.006501 sec., 2153.514843870174 rows/sec., 150.82 KiB/sec.
10172 2025.01.02 23:40:47.467285 [ 193 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_50_10} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470) (MergerMutator): Merged 6 parts: [all_1_45_9, all_50_50_0] -> all_1_50_10
10173 2025.01.02 23:40:47.467498 [ 188 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full
10174 2025.01.02 23:40:47.467568 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
10175 2025.01.02 23:40:47.467705 [ 260 ] {b256fe5c-3272-46dd-8588-cf6007dee6df} <Debug> TCPHandler: Processed in 0.007542659 sec.
10176 2025.01.02 23:40:47.467944 [ 188 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10177 2025.01.02 23:40:47.468071 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10178 2025.01.02 23:40:47.468089 [ 188 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 244 rows starting from the beginning of the part
10179 2025.01.02 23:40:47.468569 [ 188 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 14 rows starting from the beginning of the part
10180 2025.01.02 23:40:47.468625 [ 265 ] {d991847c-78b1-4c32-b82b-414151582738} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
10181 2025.01.02 23:40:47.468869 [ 265 ] {d991847c-78b1-4c32-b82b-414151582738} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
10182 2025.01.02 23:40:47.469029 [ 188 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 14 rows starting from the beginning of the part
10183 2025.01.02 23:40:47.469455 [ 188 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 228 rows starting from the beginning of the part
10184 2025.01.02 23:40:47.469810 [ 188 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 14 rows starting from the beginning of the part
10185 2025.01.02 23:40:47.470188 [ 188 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 14 rows starting from the beginning of the part
10186 2025.01.02 23:40:47.471663 [ 265 ] {d991847c-78b1-4c32-b82b-414151582738} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10187 2025.01.02 23:40:47.471746 [ 265 ] {d991847c-78b1-4c32-b82b-414151582738} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10188 2025.01.02 23:40:47.472806 [ 265 ] {d991847c-78b1-4c32-b82b-414151582738} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
10189 2025.01.02 23:40:47.473320 [ 192 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 528 rows, containing 5 columns (5 merged, 0 gathered) in 0.00610506 sec., 86485.63650480093 rows/sec., 6.19 MiB/sec.
10190 2025.01.02 23:40:47.473335 [ 265 ] {d991847c-78b1-4c32-b82b-414151582738} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10191 2025.01.02 23:40:47.473549 [ 192 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
10192 2025.01.02 23:40:47.473805 [ 265 ] {d991847c-78b1-4c32-b82b-414151582738} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005398 sec., 2408.299370137088 rows/sec., 150.16 KiB/sec.
10193 2025.01.02 23:40:47.473972 [ 265 ] {d991847c-78b1-4c32-b82b-414151582738} <Debug> TCPHandler: Processed in 0.00613281 sec.
10194 2025.01.02 23:40:47.474198 [ 191 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_51_10} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10195 2025.01.02 23:40:47.474248 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10196 2025.01.02 23:40:47.474370 [ 191 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_51_10} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
10197 2025.01.02 23:40:47.474561 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB.
10198 2025.01.02 23:40:47.474624 [ 260 ] {4fe2ed6e-adb4-4f40-89e2-6afb238f939e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10199 2025.01.02 23:40:47.474718 [ 260 ] {4fe2ed6e-adb4-4f40-89e2-6afb238f939e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10200 2025.01.02 23:40:47.475488 [ 260 ] {4fe2ed6e-adb4-4f40-89e2-6afb238f939e} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10201 2025.01.02 23:40:47.475529 [ 260 ] {4fe2ed6e-adb4-4f40-89e2-6afb238f939e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
10202 2025.01.02 23:40:47.475917 [ 260 ] {4fe2ed6e-adb4-4f40-89e2-6afb238f939e} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
10203 2025.01.02 23:40:47.476165 [ 260 ] {4fe2ed6e-adb4-4f40-89e2-6afb238f939e} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10204 2025.01.02 23:40:47.476325 [ 82 ] {} <Debug> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
10205 2025.01.02 23:40:47.476378 [ 82 ] {} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10206 2025.01.02 23:40:47.476413 [ 260 ] {4fe2ed6e-adb4-4f40-89e2-6afb238f939e} <Debug> executeQuery: Read 424 rows, 31.05 KiB in 0.001902 sec., 222923.23869610936 rows/sec., 15.94 MiB/sec.
10207 2025.01.02 23:40:47.476420 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
10208 2025.01.02 23:40:47.476550 [ 260 ] {4fe2ed6e-adb4-4f40-89e2-6afb238f939e} <Debug> TCPHandler: Processed in 0.002456272 sec.
10209 2025.01.02 23:40:47.476663 [ 194 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full
10210 2025.01.02 23:40:47.476741 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10211 2025.01.02 23:40:47.476802 [ 194 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10212 2025.01.02 23:40:47.476849 [ 194 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 914 rows starting from the beginning of the part
10213 2025.01.02 23:40:47.476900 [ 265 ] {bbac631a-3f52-4549-bfb8-db421c266dbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
10214 2025.01.02 23:40:47.476979 [ 194 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 422 rows starting from the beginning of the part
10215 2025.01.02 23:40:47.477013 [ 265 ] {bbac631a-3f52-4549-bfb8-db421c266dbe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
10216 2025.01.02 23:40:47.477299 [ 194 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 524 rows starting from the beginning of the part
10217 2025.01.02 23:40:47.477614 [ 194 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 422 rows starting from the beginning of the part
10218 2025.01.02 23:40:47.477845 [ 194 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 64 rows starting from the beginning of the part
10219 2025.01.02 23:40:47.478055 [ 194 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 424 rows starting from the beginning of the part
10220 2025.01.02 23:40:47.478622 [ 265 ] {bbac631a-3f52-4549-bfb8-db421c266dbe} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10221 2025.01.02 23:40:47.478666 [ 265 ] {bbac631a-3f52-4549-bfb8-db421c266dbe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10222 2025.01.02 23:40:47.479186 [ 265 ] {bbac631a-3f52-4549-bfb8-db421c266dbe} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
10223 2025.01.02 23:40:47.479491 [ 265 ] {bbac631a-3f52-4549-bfb8-db421c266dbe} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10224 2025.01.02 23:40:47.479814 [ 265 ] {bbac631a-3f52-4549-bfb8-db421c266dbe} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002925 sec., 2051.2820512820513 rows/sec., 107.17 KiB/sec.
10225 2025.01.02 23:40:47.480113 [ 265 ] {bbac631a-3f52-4549-bfb8-db421c266dbe} <Debug> TCPHandler: Processed in 0.003446936 sec.
10226 2025.01.02 23:40:47.480653 [ 194 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2770 rows, containing 5 columns (5 merged, 0 gathered) in 0.004090614 sec., 677159.9569160033 rows/sec., 51.70 MiB/sec.
10227 2025.01.02 23:40:47.480780 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10228 2025.01.02 23:40:47.480916 [ 194 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
10229 2025.01.02 23:40:47.480990 [ 260 ] {766d07a1-e0fb-4a9b-9021-40a242626ecc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10230 2025.01.02 23:40:47.481078 [ 260 ] {766d07a1-e0fb-4a9b-9021-40a242626ecc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10231 2025.01.02 23:40:47.481510 [ 194 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_76_15} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10232 2025.01.02 23:40:47.481689 [ 194 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_76_15} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
10233 2025.01.02 23:40:47.481786 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB.
10234 2025.01.02 23:40:47.482080 [ 260 ] {766d07a1-e0fb-4a9b-9021-40a242626ecc} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10235 2025.01.02 23:40:47.482124 [ 260 ] {766d07a1-e0fb-4a9b-9021-40a242626ecc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
10236 2025.01.02 23:40:47.482533 [ 260 ] {766d07a1-e0fb-4a9b-9021-40a242626ecc} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
10237 2025.01.02 23:40:47.482780 [ 260 ] {766d07a1-e0fb-4a9b-9021-40a242626ecc} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10238 2025.01.02 23:40:47.482952 [ 82 ] {} <Debug> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
10239 2025.01.02 23:40:47.483004 [ 82 ] {} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10240 2025.01.02 23:40:47.483026 [ 260 ] {766d07a1-e0fb-4a9b-9021-40a242626ecc} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.002108 sec., 112903.2258064516 rows/sec., 7.57 MiB/sec.
10241 2025.01.02 23:40:47.483042 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
10242 2025.01.02 23:40:47.483207 [ 260 ] {766d07a1-e0fb-4a9b-9021-40a242626ecc} <Debug> TCPHandler: Processed in 0.002962389 sec.
10243 2025.01.02 23:40:47.483266 [ 190 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full
10244 2025.01.02 23:40:47.483399 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10245 2025.01.02 23:40:47.483418 [ 190 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10246 2025.01.02 23:40:47.483474 [ 190 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_71_14, total 22538 rows starting from the beginning of the part
10247 2025.01.02 23:40:47.483708 [ 265 ] {f3240f58-6b94-4adb-9fd2-87f045f507b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
10248 2025.01.02 23:40:47.483738 [ 190 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 237 rows starting from the beginning of the part
10249 2025.01.02 23:40:47.483853 [ 265 ] {f3240f58-6b94-4adb-9fd2-87f045f507b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
10250 2025.01.02 23:40:47.484101 [ 190 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 882 rows starting from the beginning of the part
10251 2025.01.02 23:40:47.484436 [ 190 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 237 rows starting from the beginning of the part
10252 2025.01.02 23:40:47.484792 [ 190 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 160 rows starting from the beginning of the part
10253 2025.01.02 23:40:47.485151 [ 190 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 238 rows starting from the beginning of the part
10254 2025.01.02 23:40:47.486057 [ 265 ] {f3240f58-6b94-4adb-9fd2-87f045f507b0} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10255 2025.01.02 23:40:47.486142 [ 265 ] {f3240f58-6b94-4adb-9fd2-87f045f507b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10256 2025.01.02 23:40:47.487003 [ 265 ] {f3240f58-6b94-4adb-9fd2-87f045f507b0} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
10257 2025.01.02 23:40:47.487342 [ 265 ] {f3240f58-6b94-4adb-9fd2-87f045f507b0} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10258 2025.01.02 23:40:47.487810 [ 265 ] {f3240f58-6b94-4adb-9fd2-87f045f507b0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004246 sec., 235.51577955723036 rows/sec., 15.87 KiB/sec.
10259 2025.01.02 23:40:47.487954 [ 265 ] {f3240f58-6b94-4adb-9fd2-87f045f507b0} <Debug> TCPHandler: Processed in 0.004651191 sec.
10260 2025.01.02 23:40:47.488162 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10261 2025.01.02 23:40:47.488335 [ 260 ] {e67d37d3-9748-4944-b7cb-639515292d9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10262 2025.01.02 23:40:47.488436 [ 260 ] {e67d37d3-9748-4944-b7cb-639515292d9a} <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
10263 2025.01.02 23:40:47.489726 [ 260 ] {e67d37d3-9748-4944-b7cb-639515292d9a} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10264 2025.01.02 23:40:47.489765 [ 260 ] {e67d37d3-9748-4944-b7cb-639515292d9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10265 2025.01.02 23:40:47.496323 [ 260 ] {e67d37d3-9748-4944-b7cb-639515292d9a} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
10266 2025.01.02 23:40:47.496844 [ 260 ] {e67d37d3-9748-4944-b7cb-639515292d9a} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10267 2025.01.02 23:40:47.497163 [ 260 ] {e67d37d3-9748-4944-b7cb-639515292d9a} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.008876 sec., 4506.534474988734 rows/sec., 8.08 MiB/sec.
10268 2025.01.02 23:40:47.497933 [ 260 ] {e67d37d3-9748-4944-b7cb-639515292d9a} <Debug> TCPHandler: Processed in 0.009864959 sec.
10269 2025.01.02 23:40:47.498158 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10270 2025.01.02 23:40:47.498300 [ 265 ] {09461292-0055-437c-b7c4-26a80badd3ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10271 2025.01.02 23:40:47.498361 [ 265 ] {09461292-0055-437c-b7c4-26a80badd3ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10272 2025.01.02 23:40:47.499083 [ 265 ] {09461292-0055-437c-b7c4-26a80badd3ce} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10273 2025.01.02 23:40:47.499123 [ 265 ] {09461292-0055-437c-b7c4-26a80badd3ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10274 2025.01.02 23:40:47.499550 [ 265 ] {09461292-0055-437c-b7c4-26a80badd3ce} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
10275 2025.01.02 23:40:47.499804 [ 265 ] {09461292-0055-437c-b7c4-26a80badd3ce} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10276 2025.01.02 23:40:47.499971 [ 82 ] {} <Debug> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
10277 2025.01.02 23:40:47.500079 [ 82 ] {} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10278 2025.01.02 23:40:47.500109 [ 265 ] {09461292-0055-437c-b7c4-26a80badd3ce} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001828 sec., 44857.76805251641 rows/sec., 2.85 MiB/sec.
10279 2025.01.02 23:40:47.500130 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10280 2025.01.02 23:40:47.500345 [ 265 ] {09461292-0055-437c-b7c4-26a80badd3ce} <Debug> TCPHandler: Processed in 0.0022511 sec.
10281 2025.01.02 23:40:47.500579 [ 187 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full
10282 2025.01.02 23:40:47.500723 [ 194 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24292 rows, containing 5 columns (5 merged, 0 gathered) in 0.017551781 sec., 1384019.0918517045 rows/sec., 93.31 MiB/sec.
10283 2025.01.02 23:40:47.500752 [ 187 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10284 2025.01.02 23:40:47.500784 [ 187 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 4578 rows starting from the beginning of the part
10285 2025.01.02 23:40:47.500841 [ 187 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 82 rows starting from the beginning of the part
10286 2025.01.02 23:40:47.500955 [ 187 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 60 rows starting from the beginning of the part
10287 2025.01.02 23:40:47.501232 [ 187 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 82 rows starting from the beginning of the part
10288 2025.01.02 23:40:47.501351 [ 194 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
10289 2025.01.02 23:40:47.501500 [ 187 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 60 rows starting from the beginning of the part
10290 2025.01.02 23:40:47.501859 [ 187 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 82 rows starting from the beginning of the part
10291 2025.01.02 23:40:47.502368 [ 194 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10292 2025.01.02 23:40:47.502470 [ 194 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
10293 2025.01.02 23:40:47.502575 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.34 MiB.
10294 2025.01.02 23:40:47.503911 [ 202 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4944 rows, containing 4 columns (4 merged, 0 gathered) in 0.003597337 sec., 1374349.970547658 rows/sec., 89.49 MiB/sec.
10295 2025.01.02 23:40:47.504286 [ 202 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
10296 2025.01.02 23:40:47.504566 [ 202 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_76_15} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10297 2025.01.02 23:40:47.504642 [ 202 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_76_15} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
10298 2025.01.02 23:40:47.504711 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.08 MiB.
10299 2025.01.02 23:40:48.200933 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 25254
10300 2025.01.02 23:40:48.202112 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10301 2025.01.02 23:40:48.202190 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
10302 2025.01.02 23:40:48.202742 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
10303 2025.01.02 23:40:48.203021 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10304 2025.01.02 23:40:48.203295 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25254
10305 2025.01.02 23:40:49.987850 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 415
10306 2025.01.02 23:40:50.009261 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10307 2025.01.02 23:40:50.009304 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB.
10308 2025.01.02 23:40:50.016609 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
10309 2025.01.02 23:40:50.017373 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10310 2025.01.02 23:40:50.019905 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 415
10311 2025.01.02 23:40:52.440316 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10312 2025.01.02 23:40:52.440518 [ 260 ] {b40ca78f-257e-4e94-8c1d-eb962e186e1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10313 2025.01.02 23:40:52.440588 [ 260 ] {b40ca78f-257e-4e94-8c1d-eb962e186e1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10314 2025.01.02 23:40:52.441351 [ 260 ] {b40ca78f-257e-4e94-8c1d-eb962e186e1b} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10315 2025.01.02 23:40:52.441398 [ 260 ] {b40ca78f-257e-4e94-8c1d-eb962e186e1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10316 2025.01.02 23:40:52.441844 [ 260 ] {b40ca78f-257e-4e94-8c1d-eb962e186e1b} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
10317 2025.01.02 23:40:52.442111 [ 260 ] {b40ca78f-257e-4e94-8c1d-eb962e186e1b} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10318 2025.01.02 23:40:52.442342 [ 260 ] {b40ca78f-257e-4e94-8c1d-eb962e186e1b} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001874 sec., 29882.604055496264 rows/sec., 2.30 MiB/sec.
10319 2025.01.02 23:40:52.442399 [ 260 ] {b40ca78f-257e-4e94-8c1d-eb962e186e1b} <Debug> TCPHandler: Processed in 0.00221606 sec.
10320 2025.01.02 23:40:52.442652 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10321 2025.01.02 23:40:52.442844 [ 265 ] {5fdf0c48-c019-4e82-a7ed-ef40c3144d8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10322 2025.01.02 23:40:52.442918 [ 265 ] {5fdf0c48-c019-4e82-a7ed-ef40c3144d8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10323 2025.01.02 23:40:52.443711 [ 265 ] {5fdf0c48-c019-4e82-a7ed-ef40c3144d8f} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10324 2025.01.02 23:40:52.443755 [ 265 ] {5fdf0c48-c019-4e82-a7ed-ef40c3144d8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10325 2025.01.02 23:40:52.444214 [ 265 ] {5fdf0c48-c019-4e82-a7ed-ef40c3144d8f} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
10326 2025.01.02 23:40:52.444493 [ 265 ] {5fdf0c48-c019-4e82-a7ed-ef40c3144d8f} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10327 2025.01.02 23:40:52.444692 [ 265 ] {5fdf0c48-c019-4e82-a7ed-ef40c3144d8f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001902 sec., 33648.79074658254 rows/sec., 2.63 MiB/sec.
10328 2025.01.02 23:40:52.444747 [ 265 ] {5fdf0c48-c019-4e82-a7ed-ef40c3144d8f} <Debug> TCPHandler: Processed in 0.002227289 sec.
10329 2025.01.02 23:40:52.444898 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10330 2025.01.02 23:40:52.445033 [ 260 ] {151ac3c6-da5d-4b36-823e-f255b0ba3f0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10331 2025.01.02 23:40:52.445097 [ 260 ] {151ac3c6-da5d-4b36-823e-f255b0ba3f0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10332 2025.01.02 23:40:52.445778 [ 260 ] {151ac3c6-da5d-4b36-823e-f255b0ba3f0b} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10333 2025.01.02 23:40:52.445825 [ 260 ] {151ac3c6-da5d-4b36-823e-f255b0ba3f0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10334 2025.01.02 23:40:52.446248 [ 260 ] {151ac3c6-da5d-4b36-823e-f255b0ba3f0b} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
10335 2025.01.02 23:40:52.446491 [ 260 ] {151ac3c6-da5d-4b36-823e-f255b0ba3f0b} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10336 2025.01.02 23:40:52.446706 [ 260 ] {151ac3c6-da5d-4b36-823e-f255b0ba3f0b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001704 sec., 93896.71361502347 rows/sec., 6.54 MiB/sec.
10337 2025.01.02 23:40:52.446758 [ 260 ] {151ac3c6-da5d-4b36-823e-f255b0ba3f0b} <Debug> TCPHandler: Processed in 0.001915445 sec.
10338 2025.01.02 23:40:52.446902 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10339 2025.01.02 23:40:52.447019 [ 265 ] {180f9676-c882-4cf6-a129-90b0bb855ee8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10340 2025.01.02 23:40:52.447072 [ 265 ] {180f9676-c882-4cf6-a129-90b0bb855ee8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10341 2025.01.02 23:40:52.447584 [ 265 ] {180f9676-c882-4cf6-a129-90b0bb855ee8} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10342 2025.01.02 23:40:52.447622 [ 265 ] {180f9676-c882-4cf6-a129-90b0bb855ee8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10343 2025.01.02 23:40:52.448008 [ 265 ] {180f9676-c882-4cf6-a129-90b0bb855ee8} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
10344 2025.01.02 23:40:52.448251 [ 265 ] {180f9676-c882-4cf6-a129-90b0bb855ee8} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10345 2025.01.02 23:40:52.448433 [ 265 ] {180f9676-c882-4cf6-a129-90b0bb855ee8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001438 sec., 41724.61752433936 rows/sec., 2.81 MiB/sec.
10346 2025.01.02 23:40:52.448482 [ 265 ] {180f9676-c882-4cf6-a129-90b0bb855ee8} <Debug> TCPHandler: Processed in 0.001636231 sec.
10347 2025.01.02 23:40:55.526433 [ 68 ] {} <Debug> DNSResolver: Updating DNS cache
10348 2025.01.02 23:40:55.526522 [ 68 ] {} <Debug> DNSResolver: Updated DNS cache
10349 2025.01.02 23:40:55.703528 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 25681
10350 2025.01.02 23:40:55.704188 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10351 2025.01.02 23:40:55.704232 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10352 2025.01.02 23:40:55.704775 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
10353 2025.01.02 23:40:55.705039 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10354 2025.01.02 23:40:55.705265 [ 68 ] {} <Debug> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
10355 2025.01.02 23:40:55.705297 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25681
10356 2025.01.02 23:40:55.705352 [ 68 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10357 2025.01.02 23:40:55.705387 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10358 2025.01.02 23:40:55.705509 [ 187 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full
10359 2025.01.02 23:40:55.705615 [ 187 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10360 2025.01.02 23:40:55.705650 [ 187 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 23424 rows starting from the beginning of the part
10361 2025.01.02 23:40:55.705724 [ 187 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 427 rows starting from the beginning of the part
10362 2025.01.02 23:40:55.705923 [ 187 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 488 rows starting from the beginning of the part
10363 2025.01.02 23:40:55.706204 [ 187 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 427 rows starting from the beginning of the part
10364 2025.01.02 23:40:55.706400 [ 187 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 488 rows starting from the beginning of the part
10365 2025.01.02 23:40:55.706566 [ 187 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 427 rows starting from the beginning of the part
10366 2025.01.02 23:40:55.709246 [ 189 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25681 rows, containing 4 columns (4 merged, 0 gathered) in 0.003788389 sec., 6778870.913203475 rows/sec., 96.97 MiB/sec.
10367 2025.01.02 23:40:55.709589 [ 186 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
10368 2025.01.02 23:40:55.709966 [ 186 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_56_11} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10369 2025.01.02 23:40:55.710072 [ 186 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_56_11} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
10370 2025.01.02 23:40:55.710189 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB.
10371 2025.01.02 23:40:55.848003 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1444
10372 2025.01.02 23:40:55.851833 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10373 2025.01.02 23:40:55.851890 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10374 2025.01.02 23:40:55.853414 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
10375 2025.01.02 23:40:55.853746 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10376 2025.01.02 23:40:55.854457 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1444
10377 2025.01.02 23:40:57.447170 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10378 2025.01.02 23:40:57.447359 [ 260 ] {36c2544f-5e8b-48d0-88f0-6d21881be60f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
10379 2025.01.02 23:40:57.447429 [ 260 ] {36c2544f-5e8b-48d0-88f0-6d21881be60f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
10380 2025.01.02 23:40:57.448159 [ 260 ] {36c2544f-5e8b-48d0-88f0-6d21881be60f} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10381 2025.01.02 23:40:57.448211 [ 260 ] {36c2544f-5e8b-48d0-88f0-6d21881be60f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10382 2025.01.02 23:40:57.448643 [ 260 ] {36c2544f-5e8b-48d0-88f0-6d21881be60f} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
10383 2025.01.02 23:40:57.448899 [ 260 ] {36c2544f-5e8b-48d0-88f0-6d21881be60f} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10384 2025.01.02 23:40:57.449151 [ 260 ] {36c2544f-5e8b-48d0-88f0-6d21881be60f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001841 sec., 7604.5627376425855 rows/sec., 547.43 KiB/sec.
10385 2025.01.02 23:40:57.449276 [ 260 ] {36c2544f-5e8b-48d0-88f0-6d21881be60f} <Debug> TCPHandler: Processed in 0.002234919 sec.
10386 2025.01.02 23:40:57.449620 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10387 2025.01.02 23:40:57.449927 [ 265 ] {3d6621a6-2a28-49f8-8323-2c691e8b0e00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10388 2025.01.02 23:40:57.450042 [ 265 ] {3d6621a6-2a28-49f8-8323-2c691e8b0e00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10389 2025.01.02 23:40:57.450985 [ 265 ] {3d6621a6-2a28-49f8-8323-2c691e8b0e00} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10390 2025.01.02 23:40:57.451031 [ 265 ] {3d6621a6-2a28-49f8-8323-2c691e8b0e00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10391 2025.01.02 23:40:57.451481 [ 265 ] {3d6621a6-2a28-49f8-8323-2c691e8b0e00} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
10392 2025.01.02 23:40:57.451743 [ 265 ] {3d6621a6-2a28-49f8-8323-2c691e8b0e00} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10393 2025.01.02 23:40:57.452014 [ 265 ] {3d6621a6-2a28-49f8-8323-2c691e8b0e00} <Debug> executeQuery: Read 283 rows, 25.60 KiB in 0.002169 sec., 130474.87321346243 rows/sec., 11.53 MiB/sec.
10394 2025.01.02 23:40:57.452119 [ 265 ] {3d6621a6-2a28-49f8-8323-2c691e8b0e00} <Debug> TCPHandler: Processed in 0.002702915 sec.
10395 2025.01.02 23:40:57.452425 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10396 2025.01.02 23:40:57.452653 [ 260 ] {adf5ce8b-fe6f-4e27-8f0b-d5b71d8206a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10397 2025.01.02 23:40:57.452743 [ 260 ] {adf5ce8b-fe6f-4e27-8f0b-d5b71d8206a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10398 2025.01.02 23:40:57.453547 [ 260 ] {adf5ce8b-fe6f-4e27-8f0b-d5b71d8206a8} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10399 2025.01.02 23:40:57.453587 [ 260 ] {adf5ce8b-fe6f-4e27-8f0b-d5b71d8206a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10400 2025.01.02 23:40:57.453947 [ 260 ] {adf5ce8b-fe6f-4e27-8f0b-d5b71d8206a8} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
10401 2025.01.02 23:40:57.454186 [ 260 ] {adf5ce8b-fe6f-4e27-8f0b-d5b71d8206a8} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10402 2025.01.02 23:40:57.454421 [ 260 ] {adf5ce8b-fe6f-4e27-8f0b-d5b71d8206a8} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.001821 sec., 25809.99450851181 rows/sec., 1.86 MiB/sec.
10403 2025.01.02 23:40:57.454483 [ 260 ] {adf5ce8b-fe6f-4e27-8f0b-d5b71d8206a8} <Debug> TCPHandler: Processed in 0.002227719 sec.
10404 2025.01.02 23:40:57.454695 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10405 2025.01.02 23:40:57.454845 [ 265 ] {7eb58c1f-d7ef-42c2-a98c-e4b80f6bb45b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
10406 2025.01.02 23:40:57.454903 [ 265 ] {7eb58c1f-d7ef-42c2-a98c-e4b80f6bb45b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
10407 2025.01.02 23:40:57.455518 [ 265 ] {7eb58c1f-d7ef-42c2-a98c-e4b80f6bb45b} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10408 2025.01.02 23:40:57.455558 [ 265 ] {7eb58c1f-d7ef-42c2-a98c-e4b80f6bb45b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10409 2025.01.02 23:40:57.455914 [ 265 ] {7eb58c1f-d7ef-42c2-a98c-e4b80f6bb45b} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
10410 2025.01.02 23:40:57.456157 [ 265 ] {7eb58c1f-d7ef-42c2-a98c-e4b80f6bb45b} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10411 2025.01.02 23:40:57.456416 [ 265 ] {7eb58c1f-d7ef-42c2-a98c-e4b80f6bb45b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00159 sec., 8805.031446540881 rows/sec., 616.65 KiB/sec.
10412 2025.01.02 23:40:57.456531 [ 265 ] {7eb58c1f-d7ef-42c2-a98c-e4b80f6bb45b} <Debug> TCPHandler: Processed in 0.001941205 sec.
10413 2025.01.02 23:40:57.456772 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10414 2025.01.02 23:40:57.456918 [ 260 ] {2998b7f1-6cfd-48f2-9473-66bf30eaaaa6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
10415 2025.01.02 23:40:57.456976 [ 260 ] {2998b7f1-6cfd-48f2-9473-66bf30eaaaa6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
10416 2025.01.02 23:40:57.457563 [ 260 ] {2998b7f1-6cfd-48f2-9473-66bf30eaaaa6} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10417 2025.01.02 23:40:57.457602 [ 260 ] {2998b7f1-6cfd-48f2-9473-66bf30eaaaa6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10418 2025.01.02 23:40:57.457957 [ 260 ] {2998b7f1-6cfd-48f2-9473-66bf30eaaaa6} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
10419 2025.01.02 23:40:57.458209 [ 260 ] {2998b7f1-6cfd-48f2-9473-66bf30eaaaa6} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10420 2025.01.02 23:40:57.458464 [ 260 ] {2998b7f1-6cfd-48f2-9473-66bf30eaaaa6} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001569 sec., 8285.5321861058 rows/sec., 516.60 KiB/sec.
10421 2025.01.02 23:40:57.458529 [ 260 ] {2998b7f1-6cfd-48f2-9473-66bf30eaaaa6} <Debug> TCPHandler: Processed in 0.001870704 sec.
10422 2025.01.02 23:40:57.458794 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10423 2025.01.02 23:40:57.458944 [ 265 ] {27d6e86d-509f-406d-af86-b7017313e4f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10424 2025.01.02 23:40:57.459002 [ 265 ] {27d6e86d-509f-406d-af86-b7017313e4f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10425 2025.01.02 23:40:57.459751 [ 265 ] {27d6e86d-509f-406d-af86-b7017313e4f8} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10426 2025.01.02 23:40:57.459791 [ 265 ] {27d6e86d-509f-406d-af86-b7017313e4f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10427 2025.01.02 23:40:57.460175 [ 265 ] {27d6e86d-509f-406d-af86-b7017313e4f8} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
10428 2025.01.02 23:40:57.460417 [ 265 ] {27d6e86d-509f-406d-af86-b7017313e4f8} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10429 2025.01.02 23:40:57.460628 [ 265 ] {27d6e86d-509f-406d-af86-b7017313e4f8} <Debug> executeQuery: Read 422 rows, 30.88 KiB in 0.001714 sec., 246207.70128354724 rows/sec., 17.60 MiB/sec.
10430 2025.01.02 23:40:57.460682 [ 265 ] {27d6e86d-509f-406d-af86-b7017313e4f8} <Debug> TCPHandler: Processed in 0.002042577 sec.
10431 2025.01.02 23:40:57.460844 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10432 2025.01.02 23:40:57.460980 [ 260 ] {6b540a31-18c8-4910-8dd1-e5de81c505ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
10433 2025.01.02 23:40:57.461040 [ 260 ] {6b540a31-18c8-4910-8dd1-e5de81c505ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
10434 2025.01.02 23:40:57.461529 [ 260 ] {6b540a31-18c8-4910-8dd1-e5de81c505ff} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10435 2025.01.02 23:40:57.461564 [ 260 ] {6b540a31-18c8-4910-8dd1-e5de81c505ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10436 2025.01.02 23:40:57.461927 [ 260 ] {6b540a31-18c8-4910-8dd1-e5de81c505ff} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
10437 2025.01.02 23:40:57.462163 [ 260 ] {6b540a31-18c8-4910-8dd1-e5de81c505ff} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10438 2025.01.02 23:40:57.462306 [ 64 ] {} <Debug> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65) (MergerMutator): Selected 6 parts from all_1_35_7 to all_40_40_0
10439 2025.01.02 23:40:57.462350 [ 64 ] {} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10440 2025.01.02 23:40:57.462354 [ 260 ] {6b540a31-18c8-4910-8dd1-e5de81c505ff} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001401 sec., 4282.655246252677 rows/sec., 223.75 KiB/sec.
10441 2025.01.02 23:40:57.462377 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10442 2025.01.02 23:40:57.462422 [ 260 ] {6b540a31-18c8-4910-8dd1-e5de81c505ff} <Debug> TCPHandler: Processed in 0.001648512 sec.
10443 2025.01.02 23:40:57.462709 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10444 2025.01.02 23:40:57.462881 [ 194 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_40_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_35_7 to all_40_40_0 into Compact with storage Full
10445 2025.01.02 23:40:57.463132 [ 265 ] {23cc8fbc-3819-49d8-ac36-a6ba972d0b3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10446 2025.01.02 23:40:57.463315 [ 265 ] {23cc8fbc-3819-49d8-ac36-a6ba972d0b3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10447 2025.01.02 23:40:57.463442 [ 194 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_40_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10448 2025.01.02 23:40:57.463567 [ 194 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_35_7, total 210 rows starting from the beginning of the part
10449 2025.01.02 23:40:57.463987 [ 194 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 6 rows starting from the beginning of the part
10450 2025.01.02 23:40:57.464363 [ 194 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 6 rows starting from the beginning of the part
10451 2025.01.02 23:40:57.464707 [ 194 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 6 rows starting from the beginning of the part
10452 2025.01.02 23:40:57.464934 [ 194 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 6 rows starting from the beginning of the part
10453 2025.01.02 23:40:57.465237 [ 194 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 6 rows starting from the beginning of the part
10454 2025.01.02 23:40:57.465951 [ 265 ] {23cc8fbc-3819-49d8-ac36-a6ba972d0b3c} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10455 2025.01.02 23:40:57.465994 [ 265 ] {23cc8fbc-3819-49d8-ac36-a6ba972d0b3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10456 2025.01.02 23:40:57.466601 [ 265 ] {23cc8fbc-3819-49d8-ac36-a6ba972d0b3c} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
10457 2025.01.02 23:40:57.466854 [ 186 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_40_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 240 rows, containing 4 columns (4 merged, 0 gathered) in 0.004378238 sec., 54816.57232886837 rows/sec., 2.80 MiB/sec.
10458 2025.01.02 23:40:57.467060 [ 265 ] {23cc8fbc-3819-49d8-ac36-a6ba972d0b3c} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10459 2025.01.02 23:40:57.467124 [ 186 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_40_8} <Trace> MergedBlockOutputStream: filled checksums all_1_40_8 (state Temporary)
10460 2025.01.02 23:40:57.467564 [ 265 ] {23cc8fbc-3819-49d8-ac36-a6ba972d0b3c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.004593 sec., 51600.26126714566 rows/sec., 3.46 MiB/sec.
10461 2025.01.02 23:40:57.467915 [ 186 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_40_8} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Renaming temporary part tmp_merge_all_1_40_8 to all_1_40_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10462 2025.01.02 23:40:57.468029 [ 265 ] {23cc8fbc-3819-49d8-ac36-a6ba972d0b3c} <Debug> TCPHandler: Processed in 0.005489102 sec.
10463 2025.01.02 23:40:57.468357 [ 186 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_40_8} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65) (MergerMutator): Merged 6 parts: [all_1_35_7, all_40_40_0] -> all_1_40_8
10464 2025.01.02 23:40:57.468385 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10465 2025.01.02 23:40:57.468734 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
10466 2025.01.02 23:40:57.468853 [ 260 ] {dc0977e3-4ccc-4cdf-a91d-a8f4ff8e084b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
10467 2025.01.02 23:40:57.468967 [ 260 ] {dc0977e3-4ccc-4cdf-a91d-a8f4ff8e084b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
10468 2025.01.02 23:40:57.469436 [ 260 ] {dc0977e3-4ccc-4cdf-a91d-a8f4ff8e084b} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10469 2025.01.02 23:40:57.469473 [ 260 ] {dc0977e3-4ccc-4cdf-a91d-a8f4ff8e084b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10470 2025.01.02 23:40:57.469833 [ 260 ] {dc0977e3-4ccc-4cdf-a91d-a8f4ff8e084b} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
10471 2025.01.02 23:40:57.470068 [ 260 ] {dc0977e3-4ccc-4cdf-a91d-a8f4ff8e084b} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10472 2025.01.02 23:40:57.470314 [ 260 ] {dc0977e3-4ccc-4cdf-a91d-a8f4ff8e084b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001594 sec., 627.3525721455459 rows/sec., 42.27 KiB/sec.
10473 2025.01.02 23:40:57.470481 [ 260 ] {dc0977e3-4ccc-4cdf-a91d-a8f4ff8e084b} <Debug> TCPHandler: Processed in 0.00228635 sec.
10474 2025.01.02 23:40:57.470751 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10475 2025.01.02 23:40:57.470892 [ 265 ] {7280ac9f-1615-4e5e-899a-906b31ea5eef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10476 2025.01.02 23:40:57.470987 [ 265 ] {7280ac9f-1615-4e5e-899a-906b31ea5eef} <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
10477 2025.01.02 23:40:57.472181 [ 265 ] {7280ac9f-1615-4e5e-899a-906b31ea5eef} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10478 2025.01.02 23:40:57.472220 [ 265 ] {7280ac9f-1615-4e5e-899a-906b31ea5eef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10479 2025.01.02 23:40:57.472893 [ 265 ] {7280ac9f-1615-4e5e-899a-906b31ea5eef} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
10480 2025.01.02 23:40:57.473162 [ 265 ] {7280ac9f-1615-4e5e-899a-906b31ea5eef} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10481 2025.01.02 23:40:57.473466 [ 265 ] {7280ac9f-1615-4e5e-899a-906b31ea5eef} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002592 sec., 15432.098765432098 rows/sec., 27.65 MiB/sec.
10482 2025.01.02 23:40:57.473893 [ 265 ] {7280ac9f-1615-4e5e-899a-906b31ea5eef} <Debug> TCPHandler: Processed in 0.003286343 sec.
10483 2025.01.02 23:40:57.474201 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10484 2025.01.02 23:40:57.474337 [ 260 ] {faf28fd7-d9cd-4351-9d3a-577c136b6a02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10485 2025.01.02 23:40:57.474396 [ 260 ] {faf28fd7-d9cd-4351-9d3a-577c136b6a02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10486 2025.01.02 23:40:57.474968 [ 260 ] {faf28fd7-d9cd-4351-9d3a-577c136b6a02} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10487 2025.01.02 23:40:57.475012 [ 260 ] {faf28fd7-d9cd-4351-9d3a-577c136b6a02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10488 2025.01.02 23:40:57.475394 [ 260 ] {faf28fd7-d9cd-4351-9d3a-577c136b6a02} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
10489 2025.01.02 23:40:57.475642 [ 260 ] {faf28fd7-d9cd-4351-9d3a-577c136b6a02} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10490 2025.01.02 23:40:57.475852 [ 260 ] {faf28fd7-d9cd-4351-9d3a-577c136b6a02} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001544 sec., 53108.80829015544 rows/sec., 3.37 MiB/sec.
10491 2025.01.02 23:40:57.475913 [ 260 ] {faf28fd7-d9cd-4351-9d3a-577c136b6a02} <Debug> TCPHandler: Processed in 0.001896255 sec.
10492 2025.01.02 23:40:57.520063 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 422
10493 2025.01.02 23:40:57.541128 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10494 2025.01.02 23:40:57.541174 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10495 2025.01.02 23:40:57.551555 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
10496 2025.01.02 23:40:57.552552 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10497 2025.01.02 23:40:57.552867 [ 64 ] {} <Debug> system.metric_log (31b60859-c590-4889-866a-026624596be5) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
10498 2025.01.02 23:40:57.552930 [ 64 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10499 2025.01.02 23:40:57.552967 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10500 2025.01.02 23:40:57.553340 [ 194 ] {31b60859-c590-4889-866a-026624596be5::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full
10501 2025.01.02 23:40:57.570257 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 422
10502 2025.01.02 23:40:57.571695 [ 194 ] {31b60859-c590-4889-866a-026624596be5::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10503 2025.01.02 23:40:57.573363 [ 194 ] {31b60859-c590-4889-866a-026624596be5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 385 rows starting from the beginning of the part
10504 2025.01.02 23:40:57.579193 [ 194 ] {31b60859-c590-4889-866a-026624596be5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 7 rows starting from the beginning of the part
10505 2025.01.02 23:40:57.584943 [ 194 ] {31b60859-c590-4889-866a-026624596be5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 8 rows starting from the beginning of the part
10506 2025.01.02 23:40:57.590485 [ 194 ] {31b60859-c590-4889-866a-026624596be5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 7 rows starting from the beginning of the part
10507 2025.01.02 23:40:57.596356 [ 194 ] {31b60859-c590-4889-866a-026624596be5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 8 rows starting from the beginning of the part
10508 2025.01.02 23:40:57.601206 [ 194 ] {31b60859-c590-4889-866a-026624596be5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 7 rows starting from the beginning of the part
10509 2025.01.02 23:40:57.662135 [ 199 ] {31b60859-c590-4889-866a-026624596be5::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 422 rows, containing 679 columns (679 merged, 0 gathered) in 0.109038184 sec., 3870.2038544589113 rows/sec., 20.01 MiB/sec.
10510 2025.01.02 23:40:57.665639 [ 197 ] {31b60859-c590-4889-866a-026624596be5::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
10511 2025.01.02 23:40:57.668605 [ 197 ] {31b60859-c590-4889-866a-026624596be5::all_1_56_11} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10512 2025.01.02 23:40:57.668700 [ 197 ] {31b60859-c590-4889-866a-026624596be5::all_1_56_11} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
10513 2025.01.02 23:40:57.671060 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB.
10514 2025.01.02 23:40:58.000180 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 237.49 MiB, peak 250.91 MiB, free memory in arenas 0.00 B, will set to 239.32 MiB (RSS), difference: 1.83 MiB
10515 2025.01.02 23:41:02.468915 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10516 2025.01.02 23:41:02.469120 [ 260 ] {664b8f40-f316-4e2e-8e14-1ef3d0c22d54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
10517 2025.01.02 23:41:02.469193 [ 260 ] {664b8f40-f316-4e2e-8e14-1ef3d0c22d54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
10518 2025.01.02 23:41:02.469929 [ 260 ] {664b8f40-f316-4e2e-8e14-1ef3d0c22d54} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10519 2025.01.02 23:41:02.469980 [ 260 ] {664b8f40-f316-4e2e-8e14-1ef3d0c22d54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10520 2025.01.02 23:41:02.470413 [ 260 ] {664b8f40-f316-4e2e-8e14-1ef3d0c22d54} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
10521 2025.01.02 23:41:02.470676 [ 260 ] {664b8f40-f316-4e2e-8e14-1ef3d0c22d54} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10522 2025.01.02 23:41:02.470940 [ 260 ] {664b8f40-f316-4e2e-8e14-1ef3d0c22d54} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001859 sec., 1075.8472296933835 rows/sec., 87.73 KiB/sec.
10523 2025.01.02 23:41:02.471070 [ 260 ] {664b8f40-f316-4e2e-8e14-1ef3d0c22d54} <Debug> TCPHandler: Processed in 0.00227939 sec.
10524 2025.01.02 23:41:02.471372 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10525 2025.01.02 23:41:02.471589 [ 265 ] {ab524f88-9044-4935-8744-5fa33cbe2699} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10526 2025.01.02 23:41:02.471672 [ 265 ] {ab524f88-9044-4935-8744-5fa33cbe2699} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10527 2025.01.02 23:41:02.473164 [ 265 ] {ab524f88-9044-4935-8744-5fa33cbe2699} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10528 2025.01.02 23:41:02.473213 [ 265 ] {ab524f88-9044-4935-8744-5fa33cbe2699} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10529 2025.01.02 23:41:02.473737 [ 265 ] {ab524f88-9044-4935-8744-5fa33cbe2699} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
10530 2025.01.02 23:41:02.474016 [ 265 ] {ab524f88-9044-4935-8744-5fa33cbe2699} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10531 2025.01.02 23:41:02.474267 [ 265 ] {ab524f88-9044-4935-8744-5fa33cbe2699} <Debug> executeQuery: Read 1197 rows, 101.04 KiB in 0.00274 sec., 436861.31386861316 rows/sec., 36.01 MiB/sec.
10532 2025.01.02 23:41:02.474337 [ 265 ] {ab524f88-9044-4935-8744-5fa33cbe2699} <Debug> TCPHandler: Processed in 0.003124071 sec.
10533 2025.01.02 23:41:02.474564 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10534 2025.01.02 23:41:02.474803 [ 260 ] {b6fc2051-ff02-4462-95c4-03d96233be97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10535 2025.01.02 23:41:02.474894 [ 260 ] {b6fc2051-ff02-4462-95c4-03d96233be97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10536 2025.01.02 23:41:02.475724 [ 260 ] {b6fc2051-ff02-4462-95c4-03d96233be97} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10537 2025.01.02 23:41:02.475766 [ 260 ] {b6fc2051-ff02-4462-95c4-03d96233be97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10538 2025.01.02 23:41:02.476127 [ 260 ] {b6fc2051-ff02-4462-95c4-03d96233be97} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
10539 2025.01.02 23:41:02.476372 [ 260 ] {b6fc2051-ff02-4462-95c4-03d96233be97} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10540 2025.01.02 23:41:02.476595 [ 260 ] {b6fc2051-ff02-4462-95c4-03d96233be97} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.00185 sec., 1081.081081081081 rows/sec., 75.49 KiB/sec.
10541 2025.01.02 23:41:02.476648 [ 260 ] {b6fc2051-ff02-4462-95c4-03d96233be97} <Debug> TCPHandler: Processed in 0.002195479 sec.
10542 2025.01.02 23:41:02.476870 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10543 2025.01.02 23:41:02.477081 [ 265 ] {c18980f6-30ca-4eb5-b913-fd1e71c5b2f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
10544 2025.01.02 23:41:02.477169 [ 265 ] {c18980f6-30ca-4eb5-b913-fd1e71c5b2f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
10545 2025.01.02 23:41:02.477931 [ 265 ] {c18980f6-30ca-4eb5-b913-fd1e71c5b2f5} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10546 2025.01.02 23:41:02.477972 [ 265 ] {c18980f6-30ca-4eb5-b913-fd1e71c5b2f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10547 2025.01.02 23:41:02.478355 [ 265 ] {c18980f6-30ca-4eb5-b913-fd1e71c5b2f5} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
10548 2025.01.02 23:41:02.478600 [ 265 ] {c18980f6-30ca-4eb5-b913-fd1e71c5b2f5} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10549 2025.01.02 23:41:02.478828 [ 265 ] {c18980f6-30ca-4eb5-b913-fd1e71c5b2f5} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001804 sec., 126385.80931263858 rows/sec., 8.56 MiB/sec.
10550 2025.01.02 23:41:02.478886 [ 265 ] {c18980f6-30ca-4eb5-b913-fd1e71c5b2f5} <Debug> TCPHandler: Processed in 0.002120058 sec.
10551 2025.01.02 23:41:02.479093 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10552 2025.01.02 23:41:02.479247 [ 260 ] {81cb4ef5-5370-48b0-9b30-8eb5f684c87d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10553 2025.01.02 23:41:02.479305 [ 260 ] {81cb4ef5-5370-48b0-9b30-8eb5f684c87d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10554 2025.01.02 23:41:02.480144 [ 260 ] {81cb4ef5-5370-48b0-9b30-8eb5f684c87d} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10555 2025.01.02 23:41:02.480185 [ 260 ] {81cb4ef5-5370-48b0-9b30-8eb5f684c87d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10556 2025.01.02 23:41:02.480577 [ 260 ] {81cb4ef5-5370-48b0-9b30-8eb5f684c87d} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
10557 2025.01.02 23:41:02.480826 [ 260 ] {81cb4ef5-5370-48b0-9b30-8eb5f684c87d} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10558 2025.01.02 23:41:02.481011 [ 260 ] {81cb4ef5-5370-48b0-9b30-8eb5f684c87d} <Debug> executeQuery: Read 522 rows, 39.57 KiB in 0.001795 sec., 290807.79944289697 rows/sec., 21.53 MiB/sec.
10559 2025.01.02 23:41:02.481062 [ 260 ] {81cb4ef5-5370-48b0-9b30-8eb5f684c87d} <Debug> TCPHandler: Processed in 0.002086918 sec.
10560 2025.01.02 23:41:02.481210 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10561 2025.01.02 23:41:02.481333 [ 265 ] {32599561-75d6-4a62-b562-74c991d1e5f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10562 2025.01.02 23:41:02.481398 [ 265 ] {32599561-75d6-4a62-b562-74c991d1e5f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10563 2025.01.02 23:41:02.482320 [ 265 ] {32599561-75d6-4a62-b562-74c991d1e5f8} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10564 2025.01.02 23:41:02.482359 [ 265 ] {32599561-75d6-4a62-b562-74c991d1e5f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10565 2025.01.02 23:41:02.482806 [ 265 ] {32599561-75d6-4a62-b562-74c991d1e5f8} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
10566 2025.01.02 23:41:02.483067 [ 265 ] {32599561-75d6-4a62-b562-74c991d1e5f8} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10567 2025.01.02 23:41:02.483283 [ 265 ] {32599561-75d6-4a62-b562-74c991d1e5f8} <Debug> executeQuery: Read 881 rows, 60.70 KiB in 0.00198 sec., 444949.49494949495 rows/sec., 29.94 MiB/sec.
10568 2025.01.02 23:41:02.483336 [ 265 ] {32599561-75d6-4a62-b562-74c991d1e5f8} <Debug> TCPHandler: Processed in 0.002183569 sec.
10569 2025.01.02 23:41:02.483536 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10570 2025.01.02 23:41:02.483758 [ 260 ] {1661b9ea-1581-472e-b25a-3e026cd7f1f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10571 2025.01.02 23:41:02.483852 [ 260 ] {1661b9ea-1581-472e-b25a-3e026cd7f1f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10572 2025.01.02 23:41:02.484575 [ 260 ] {1661b9ea-1581-472e-b25a-3e026cd7f1f1} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10573 2025.01.02 23:41:02.484612 [ 260 ] {1661b9ea-1581-472e-b25a-3e026cd7f1f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10574 2025.01.02 23:41:02.484981 [ 260 ] {1661b9ea-1581-472e-b25a-3e026cd7f1f1} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
10575 2025.01.02 23:41:02.485213 [ 260 ] {1661b9ea-1581-472e-b25a-3e026cd7f1f1} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10576 2025.01.02 23:41:02.485392 [ 260 ] {1661b9ea-1581-472e-b25a-3e026cd7f1f1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00169 sec., 35502.958579881655 rows/sec., 2.39 MiB/sec.
10577 2025.01.02 23:41:02.485440 [ 260 ] {1661b9ea-1581-472e-b25a-3e026cd7f1f1} <Debug> TCPHandler: Processed in 0.002013586 sec.
10578 2025.01.02 23:41:03.205582 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 26169
10579 2025.01.02 23:41:03.206320 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10580 2025.01.02 23:41:03.206364 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10581 2025.01.02 23:41:03.206890 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
10582 2025.01.02 23:41:03.207152 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10583 2025.01.02 23:41:03.207424 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26169
10584 2025.01.02 23:41:05.070433 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 430
10585 2025.01.02 23:41:05.088826 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10586 2025.01.02 23:41:05.088881 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10587 2025.01.02 23:41:05.095710 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
10588 2025.01.02 23:41:05.096457 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10589 2025.01.02 23:41:05.099999 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 430
10590 2025.01.02 23:41:05.854785 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1480
10591 2025.01.02 23:41:05.858597 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10592 2025.01.02 23:41:05.858654 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10593 2025.01.02 23:41:05.860169 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
10594 2025.01.02 23:41:05.860486 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10595 2025.01.02 23:41:05.860714 [ 52 ] {} <Debug> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
10596 2025.01.02 23:41:05.860837 [ 52 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10597 2025.01.02 23:41:05.860906 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10598 2025.01.02 23:41:05.861687 [ 201 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full
10599 2025.01.02 23:41:05.863173 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1480
10600 2025.01.02 23:41:05.863563 [ 201 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10601 2025.01.02 23:41:05.863745 [ 201 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1314 rows starting from the beginning of the part
10602 2025.01.02 23:41:05.864405 [ 201 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 32 rows starting from the beginning of the part
10603 2025.01.02 23:41:05.864997 [ 201 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 36 rows starting from the beginning of the part
10604 2025.01.02 23:41:05.865587 [ 201 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 30 rows starting from the beginning of the part
10605 2025.01.02 23:41:05.866187 [ 201 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 32 rows starting from the beginning of the part
10606 2025.01.02 23:41:05.866823 [ 201 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 36 rows starting from the beginning of the part
10607 2025.01.02 23:41:05.875229 [ 199 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1480 rows, containing 72 columns (72 merged, 0 gathered) in 0.014159806 sec., 104521.20601087331 rows/sec., 81.26 MiB/sec.
10608 2025.01.02 23:41:05.876911 [ 199 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
10609 2025.01.02 23:41:05.877717 [ 199 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_41_8} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10610 2025.01.02 23:41:05.877817 [ 199 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_41_8} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
10611 2025.01.02 23:41:05.878153 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.90 MiB.
10612 2025.01.02 23:41:07.448844 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10613 2025.01.02 23:41:07.449028 [ 260 ] {3a345e09-e4b5-4cf8-a846-089599040782} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
10614 2025.01.02 23:41:07.449099 [ 260 ] {3a345e09-e4b5-4cf8-a846-089599040782} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
10615 2025.01.02 23:41:07.449858 [ 260 ] {3a345e09-e4b5-4cf8-a846-089599040782} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10616 2025.01.02 23:41:07.449908 [ 260 ] {3a345e09-e4b5-4cf8-a846-089599040782} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10617 2025.01.02 23:41:07.450339 [ 260 ] {3a345e09-e4b5-4cf8-a846-089599040782} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
10618 2025.01.02 23:41:07.450600 [ 260 ] {3a345e09-e4b5-4cf8-a846-089599040782} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10619 2025.01.02 23:41:07.450802 [ 50 ] {} <Debug> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0
10620 2025.01.02 23:41:07.450875 [ 260 ] {3a345e09-e4b5-4cf8-a846-089599040782} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001896 sec., 7383.966244725739 rows/sec., 531.55 KiB/sec.
10621 2025.01.02 23:41:07.450895 [ 50 ] {} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10622 2025.01.02 23:41:07.450975 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10623 2025.01.02 23:41:07.451021 [ 260 ] {3a345e09-e4b5-4cf8-a846-089599040782} <Debug> TCPHandler: Processed in 0.00230207 sec.
10624 2025.01.02 23:41:07.451210 [ 200 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_41_10} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_37_9 to all_41_41_0 into Compact with storage Full
10625 2025.01.02 23:41:07.451325 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10626 2025.01.02 23:41:07.451423 [ 200 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10627 2025.01.02 23:41:07.451492 [ 200 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_37_9, total 14 rows starting from the beginning of the part
10628 2025.01.02 23:41:07.451662 [ 265 ] {4cc65e96-c1df-4d41-aca1-db668e407bb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10629 2025.01.02 23:41:07.451742 [ 200 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 14 rows starting from the beginning of the part
10630 2025.01.02 23:41:07.451875 [ 265 ] {4cc65e96-c1df-4d41-aca1-db668e407bb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10631 2025.01.02 23:41:07.451989 [ 200 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 14 rows starting from the beginning of the part
10632 2025.01.02 23:41:07.452422 [ 200 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 14 rows starting from the beginning of the part
10633 2025.01.02 23:41:07.452708 [ 200 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 14 rows starting from the beginning of the part
10634 2025.01.02 23:41:07.454797 [ 265 ] {4cc65e96-c1df-4d41-aca1-db668e407bb8} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10635 2025.01.02 23:41:07.454884 [ 265 ] {4cc65e96-c1df-4d41-aca1-db668e407bb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10636 2025.01.02 23:41:07.455306 [ 191 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004203315 sec., 16653.522279438967 rows/sec., 1.23 MiB/sec.
10637 2025.01.02 23:41:07.455475 [ 191 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary)
10638 2025.01.02 23:41:07.455710 [ 265 ] {4cc65e96-c1df-4d41-aca1-db668e407bb8} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
10639 2025.01.02 23:41:07.455905 [ 191 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_41_10} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10640 2025.01.02 23:41:07.456027 [ 191 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_41_10} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10
10641 2025.01.02 23:41:07.456031 [ 265 ] {4cc65e96-c1df-4d41-aca1-db668e407bb8} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10642 2025.01.02 23:41:07.456144 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
10643 2025.01.02 23:41:07.456358 [ 265 ] {4cc65e96-c1df-4d41-aca1-db668e407bb8} <Debug> executeQuery: Read 283 rows, 25.60 KiB in 0.00483 sec., 58592.132505175985 rows/sec., 5.18 MiB/sec.
10644 2025.01.02 23:41:07.456459 [ 265 ] {4cc65e96-c1df-4d41-aca1-db668e407bb8} <Debug> TCPHandler: Processed in 0.005292299 sec.
10645 2025.01.02 23:41:07.456721 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10646 2025.01.02 23:41:07.456919 [ 260 ] {93bbe9cf-95f4-45d6-b653-330f0fbc3970} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10647 2025.01.02 23:41:07.456982 [ 260 ] {93bbe9cf-95f4-45d6-b653-330f0fbc3970} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10648 2025.01.02 23:41:07.457683 [ 260 ] {93bbe9cf-95f4-45d6-b653-330f0fbc3970} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10649 2025.01.02 23:41:07.457726 [ 260 ] {93bbe9cf-95f4-45d6-b653-330f0fbc3970} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10650 2025.01.02 23:41:07.458099 [ 260 ] {93bbe9cf-95f4-45d6-b653-330f0fbc3970} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
10651 2025.01.02 23:41:07.458363 [ 260 ] {93bbe9cf-95f4-45d6-b653-330f0fbc3970} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10652 2025.01.02 23:41:07.458576 [ 260 ] {93bbe9cf-95f4-45d6-b653-330f0fbc3970} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.001693 sec., 27761.370348493798 rows/sec., 2.00 MiB/sec.
10653 2025.01.02 23:41:07.458634 [ 260 ] {93bbe9cf-95f4-45d6-b653-330f0fbc3970} <Debug> TCPHandler: Processed in 0.002073047 sec.
10654 2025.01.02 23:41:07.458804 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10655 2025.01.02 23:41:07.458951 [ 265 ] {85626c35-9655-4202-9637-908a8efdfb9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
10656 2025.01.02 23:41:07.459014 [ 265 ] {85626c35-9655-4202-9637-908a8efdfb9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
10657 2025.01.02 23:41:07.459692 [ 265 ] {85626c35-9655-4202-9637-908a8efdfb9b} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10658 2025.01.02 23:41:07.459734 [ 265 ] {85626c35-9655-4202-9637-908a8efdfb9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10659 2025.01.02 23:41:07.460094 [ 265 ] {85626c35-9655-4202-9637-908a8efdfb9b} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
10660 2025.01.02 23:41:07.460333 [ 265 ] {85626c35-9655-4202-9637-908a8efdfb9b} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10661 2025.01.02 23:41:07.460552 [ 265 ] {85626c35-9655-4202-9637-908a8efdfb9b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001635 sec., 8562.691131498472 rows/sec., 599.68 KiB/sec.
10662 2025.01.02 23:41:07.460609 [ 265 ] {85626c35-9655-4202-9637-908a8efdfb9b} <Debug> TCPHandler: Processed in 0.001875035 sec.
10663 2025.01.02 23:41:07.460833 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10664 2025.01.02 23:41:07.460970 [ 260 ] {4ff7187d-295a-49a8-ba50-890891dd284b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
10665 2025.01.02 23:41:07.461028 [ 260 ] {4ff7187d-295a-49a8-ba50-890891dd284b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
10666 2025.01.02 23:41:07.461907 [ 260 ] {4ff7187d-295a-49a8-ba50-890891dd284b} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10667 2025.01.02 23:41:07.461995 [ 260 ] {4ff7187d-295a-49a8-ba50-890891dd284b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10668 2025.01.02 23:41:07.462530 [ 260 ] {4ff7187d-295a-49a8-ba50-890891dd284b} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
10669 2025.01.02 23:41:07.462778 [ 260 ] {4ff7187d-295a-49a8-ba50-890891dd284b} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10670 2025.01.02 23:41:07.462946 [ 50 ] {} <Debug> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0
10671 2025.01.02 23:41:07.463003 [ 50 ] {} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10672 2025.01.02 23:41:07.463034 [ 260 ] {4ff7187d-295a-49a8-ba50-890891dd284b} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.002087 sec., 6229.036895064686 rows/sec., 388.38 KiB/sec.
10673 2025.01.02 23:41:07.463042 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10674 2025.01.02 23:41:07.463218 [ 260 ] {4ff7187d-295a-49a8-ba50-890891dd284b} <Debug> TCPHandler: Processed in 0.002500353 sec.
10675 2025.01.02 23:41:07.463336 [ 190 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_41_10} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_37_9 to all_41_41_0 into Compact with storage Full
10676 2025.01.02 23:41:07.463530 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10677 2025.01.02 23:41:07.463827 [ 190 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10678 2025.01.02 23:41:07.463899 [ 265 ] {feca199c-32f5-42de-bebc-1f4a9bad800c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10679 2025.01.02 23:41:07.463991 [ 190 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_37_9, total 13 rows starting from the beginning of the part
10680 2025.01.02 23:41:07.464049 [ 265 ] {feca199c-32f5-42de-bebc-1f4a9bad800c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10681 2025.01.02 23:41:07.464448 [ 190 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 13 rows starting from the beginning of the part
10682 2025.01.02 23:41:07.464775 [ 190 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 13 rows starting from the beginning of the part
10683 2025.01.02 23:41:07.465082 [ 190 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 13 rows starting from the beginning of the part
10684 2025.01.02 23:41:07.465461 [ 190 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 13 rows starting from the beginning of the part
10685 2025.01.02 23:41:07.467273 [ 265 ] {feca199c-32f5-42de-bebc-1f4a9bad800c} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10686 2025.01.02 23:41:07.467355 [ 265 ] {feca199c-32f5-42de-bebc-1f4a9bad800c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10687 2025.01.02 23:41:07.467798 [ 190 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004627621 sec., 14046.094094568245 rows/sec., 930.64 KiB/sec.
10688 2025.01.02 23:41:07.468075 [ 200 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary)
10689 2025.01.02 23:41:07.468228 [ 265 ] {feca199c-32f5-42de-bebc-1f4a9bad800c} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
10690 2025.01.02 23:41:07.468720 [ 200 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_41_10} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10691 2025.01.02 23:41:07.468849 [ 265 ] {feca199c-32f5-42de-bebc-1f4a9bad800c} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10692 2025.01.02 23:41:07.468918 [ 200 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_41_10} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10
10693 2025.01.02 23:41:07.469178 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
10694 2025.01.02 23:41:07.469343 [ 265 ] {feca199c-32f5-42de-bebc-1f4a9bad800c} <Debug> executeQuery: Read 422 rows, 30.88 KiB in 0.005543 sec., 76132.05845210174 rows/sec., 5.44 MiB/sec.
10695 2025.01.02 23:41:07.469573 [ 265 ] {feca199c-32f5-42de-bebc-1f4a9bad800c} <Debug> TCPHandler: Processed in 0.006164851 sec.
10696 2025.01.02 23:41:07.469867 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10697 2025.01.02 23:41:07.470023 [ 260 ] {3bfe5016-8d62-400a-a948-7d70fdbd855b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
10698 2025.01.02 23:41:07.470085 [ 260 ] {3bfe5016-8d62-400a-a948-7d70fdbd855b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
10699 2025.01.02 23:41:07.470664 [ 260 ] {3bfe5016-8d62-400a-a948-7d70fdbd855b} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10700 2025.01.02 23:41:07.470704 [ 260 ] {3bfe5016-8d62-400a-a948-7d70fdbd855b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10701 2025.01.02 23:41:07.471079 [ 260 ] {3bfe5016-8d62-400a-a948-7d70fdbd855b} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
10702 2025.01.02 23:41:07.471324 [ 260 ] {3bfe5016-8d62-400a-a948-7d70fdbd855b} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10703 2025.01.02 23:41:07.471561 [ 260 ] {3bfe5016-8d62-400a-a948-7d70fdbd855b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001555 sec., 3858.5209003215436 rows/sec., 201.59 KiB/sec.
10704 2025.01.02 23:41:07.471658 [ 260 ] {3bfe5016-8d62-400a-a948-7d70fdbd855b} <Debug> TCPHandler: Processed in 0.001954366 sec.
10705 2025.01.02 23:41:07.471901 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10706 2025.01.02 23:41:07.472048 [ 265 ] {791850e2-d8a6-4047-b93e-b9d141dff196} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10707 2025.01.02 23:41:07.472112 [ 265 ] {791850e2-d8a6-4047-b93e-b9d141dff196} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10708 2025.01.02 23:41:07.472756 [ 265 ] {791850e2-d8a6-4047-b93e-b9d141dff196} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10709 2025.01.02 23:41:07.472796 [ 265 ] {791850e2-d8a6-4047-b93e-b9d141dff196} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10710 2025.01.02 23:41:07.473223 [ 265 ] {791850e2-d8a6-4047-b93e-b9d141dff196} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
10711 2025.01.02 23:41:07.473467 [ 265 ] {791850e2-d8a6-4047-b93e-b9d141dff196} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10712 2025.01.02 23:41:07.473716 [ 265 ] {791850e2-d8a6-4047-b93e-b9d141dff196} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001697 sec., 139658.22038892162 rows/sec., 9.36 MiB/sec.
10713 2025.01.02 23:41:07.473798 [ 265 ] {791850e2-d8a6-4047-b93e-b9d141dff196} <Debug> TCPHandler: Processed in 0.002005596 sec.
10714 2025.01.02 23:41:07.474034 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10715 2025.01.02 23:41:07.474246 [ 260 ] {795bde28-968c-4170-bc81-17f5bb5dd66a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
10716 2025.01.02 23:41:07.474298 [ 260 ] {795bde28-968c-4170-bc81-17f5bb5dd66a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
10717 2025.01.02 23:41:07.474782 [ 260 ] {795bde28-968c-4170-bc81-17f5bb5dd66a} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10718 2025.01.02 23:41:07.474822 [ 260 ] {795bde28-968c-4170-bc81-17f5bb5dd66a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10719 2025.01.02 23:41:07.475194 [ 260 ] {795bde28-968c-4170-bc81-17f5bb5dd66a} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
10720 2025.01.02 23:41:07.475432 [ 260 ] {795bde28-968c-4170-bc81-17f5bb5dd66a} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10721 2025.01.02 23:41:07.475592 [ 50 ] {} <Debug> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
10722 2025.01.02 23:41:07.475653 [ 50 ] {} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10723 2025.01.02 23:41:07.475680 [ 260 ] {795bde28-968c-4170-bc81-17f5bb5dd66a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001478 sec., 676.5899864682003 rows/sec., 45.59 KiB/sec.
10724 2025.01.02 23:41:07.475696 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10725 2025.01.02 23:41:07.475845 [ 260 ] {795bde28-968c-4170-bc81-17f5bb5dd66a} <Debug> TCPHandler: Processed in 0.001938235 sec.
10726 2025.01.02 23:41:07.475981 [ 202 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full
10727 2025.01.02 23:41:07.476040 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10728 2025.01.02 23:41:07.476155 [ 202 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10729 2025.01.02 23:41:07.476206 [ 202 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 38 rows starting from the beginning of the part
10730 2025.01.02 23:41:07.476207 [ 265 ] {7b2e1207-2d79-428e-85f8-a91d94852238} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10731 2025.01.02 23:41:07.476416 [ 202 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 1 rows starting from the beginning of the part
10732 2025.01.02 23:41:07.476545 [ 265 ] {7b2e1207-2d79-428e-85f8-a91d94852238} <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
10733 2025.01.02 23:41:07.476769 [ 202 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 1 rows starting from the beginning of the part
10734 2025.01.02 23:41:07.477196 [ 202 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 1 rows starting from the beginning of the part
10735 2025.01.02 23:41:07.477489 [ 202 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 1 rows starting from the beginning of the part
10736 2025.01.02 23:41:07.477811 [ 202 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 1 rows starting from the beginning of the part
10737 2025.01.02 23:41:07.479994 [ 202 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 43 rows, containing 4 columns (4 merged, 0 gathered) in 0.004160295 sec., 10335.80551379169 rows/sec., 694.58 KiB/sec.
10738 2025.01.02 23:41:07.480261 [ 188 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
10739 2025.01.02 23:41:07.480477 [ 265 ] {7b2e1207-2d79-428e-85f8-a91d94852238} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10740 2025.01.02 23:41:07.480531 [ 265 ] {7b2e1207-2d79-428e-85f8-a91d94852238} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10741 2025.01.02 23:41:07.481034 [ 188 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_41_8} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10742 2025.01.02 23:41:07.481226 [ 188 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_41_8} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
10743 2025.01.02 23:41:07.481407 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB.
10744 2025.01.02 23:41:07.481752 [ 265 ] {7b2e1207-2d79-428e-85f8-a91d94852238} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
10745 2025.01.02 23:41:07.482024 [ 265 ] {7b2e1207-2d79-428e-85f8-a91d94852238} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10746 2025.01.02 23:41:07.482219 [ 50 ] {} <Debug> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
10747 2025.01.02 23:41:07.482293 [ 50 ] {} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10748 2025.01.02 23:41:07.482340 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10749 2025.01.02 23:41:07.482362 [ 265 ] {7b2e1207-2d79-428e-85f8-a91d94852238} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.006187 sec., 6465.168902537579 rows/sec., 11.59 MiB/sec.
10750 2025.01.02 23:41:07.482862 [ 193 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full
10751 2025.01.02 23:41:07.483410 [ 265 ] {7b2e1207-2d79-428e-85f8-a91d94852238} <Debug> TCPHandler: Processed in 0.007454838 sec.
10752 2025.01.02 23:41:07.483775 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10753 2025.01.02 23:41:07.484094 [ 260 ] {ac370245-facc-4dd9-9c49-179effa596df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10754 2025.01.02 23:41:07.484215 [ 193 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10755 2025.01.02 23:41:07.484227 [ 260 ] {ac370245-facc-4dd9-9c49-179effa596df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10756 2025.01.02 23:41:07.484440 [ 193 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1350 rows starting from the beginning of the part
10757 2025.01.02 23:41:07.485359 [ 193 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 40 rows starting from the beginning of the part
10758 2025.01.02 23:41:07.486039 [ 193 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 40 rows starting from the beginning of the part
10759 2025.01.02 23:41:07.486666 [ 260 ] {ac370245-facc-4dd9-9c49-179effa596df} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10760 2025.01.02 23:41:07.486749 [ 260 ] {ac370245-facc-4dd9-9c49-179effa596df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10761 2025.01.02 23:41:07.486828 [ 193 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 40 rows starting from the beginning of the part
10762 2025.01.02 23:41:07.487505 [ 193 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 40 rows starting from the beginning of the part
10763 2025.01.02 23:41:07.488040 [ 193 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 40 rows starting from the beginning of the part
10764 2025.01.02 23:41:07.488509 [ 260 ] {ac370245-facc-4dd9-9c49-179effa596df} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
10765 2025.01.02 23:41:07.489133 [ 260 ] {ac370245-facc-4dd9-9c49-179effa596df} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10766 2025.01.02 23:41:07.489874 [ 260 ] {ac370245-facc-4dd9-9c49-179effa596df} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005786 sec., 14172.139647424818 rows/sec., 921.71 KiB/sec.
10767 2025.01.02 23:41:07.490530 [ 260 ] {ac370245-facc-4dd9-9c49-179effa596df} <Debug> TCPHandler: Processed in 0.006980762 sec.
10768 2025.01.02 23:41:07.498996 [ 189 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1550 rows, containing 19 columns (19 merged, 0 gathered) in 0.016556537 sec., 93618.61118662677 rows/sec., 167.76 MiB/sec.
10769 2025.01.02 23:41:07.500343 [ 189 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
10770 2025.01.02 23:41:07.500749 [ 189 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10771 2025.01.02 23:41:07.500827 [ 189 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
10772 2025.01.02 23:41:07.500936 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.75 MiB.
10773 2025.01.02 23:41:08.000187 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 240.28 MiB, peak 251.99 MiB, free memory in arenas 0.00 B, will set to 244.01 MiB (RSS), difference: 3.73 MiB
10774 2025.01.02 23:41:10.526582 [ 42 ] {} <Debug> DNSResolver: Updating DNS cache
10775 2025.01.02 23:41:10.526654 [ 42 ] {} <Debug> DNSResolver: Updated DNS cache
10776 2025.01.02 23:41:10.707654 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 26596
10777 2025.01.02 23:41:10.708305 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10778 2025.01.02 23:41:10.708353 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10779 2025.01.02 23:41:10.708895 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
10780 2025.01.02 23:41:10.709180 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10781 2025.01.02 23:41:10.709434 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26596
10782 2025.01.02 23:41:12.441135 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10783 2025.01.02 23:41:12.441324 [ 260 ] {d4391eec-6524-4a68-9cb9-0c5b949b974e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10784 2025.01.02 23:41:12.441398 [ 260 ] {d4391eec-6524-4a68-9cb9-0c5b949b974e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10785 2025.01.02 23:41:12.442357 [ 260 ] {d4391eec-6524-4a68-9cb9-0c5b949b974e} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10786 2025.01.02 23:41:12.442415 [ 260 ] {d4391eec-6524-4a68-9cb9-0c5b949b974e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10787 2025.01.02 23:41:12.442954 [ 260 ] {d4391eec-6524-4a68-9cb9-0c5b949b974e} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
10788 2025.01.02 23:41:12.443266 [ 260 ] {d4391eec-6524-4a68-9cb9-0c5b949b974e} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10789 2025.01.02 23:41:12.443540 [ 260 ] {d4391eec-6524-4a68-9cb9-0c5b949b974e} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002263 sec., 24745.912505523644 rows/sec., 1.90 MiB/sec.
10790 2025.01.02 23:41:12.443537 [ 43 ] {} <Debug> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
10791 2025.01.02 23:41:12.443652 [ 260 ] {d4391eec-6524-4a68-9cb9-0c5b949b974e} <Debug> TCPHandler: Processed in 0.002655375 sec.
10792 2025.01.02 23:41:12.443678 [ 43 ] {} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10793 2025.01.02 23:41:12.443749 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10794 2025.01.02 23:41:12.443923 [ 187 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full
10795 2025.01.02 23:41:12.443993 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10796 2025.01.02 23:41:12.444121 [ 187 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10797 2025.01.02 23:41:12.444164 [ 187 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1435 rows starting from the beginning of the part
10798 2025.01.02 23:41:12.444189 [ 265 ] {3dce95a5-3698-4319-88f7-f549e0a3da3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10799 2025.01.02 23:41:12.444283 [ 265 ] {3dce95a5-3698-4319-88f7-f549e0a3da3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10800 2025.01.02 23:41:12.444287 [ 187 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 56 rows starting from the beginning of the part
10801 2025.01.02 23:41:12.444714 [ 187 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 283 rows starting from the beginning of the part
10802 2025.01.02 23:41:12.444934 [ 187 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 1197 rows starting from the beginning of the part
10803 2025.01.02 23:41:12.445246 [ 187 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 283 rows starting from the beginning of the part
10804 2025.01.02 23:41:12.445543 [ 187 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 56 rows starting from the beginning of the part
10805 2025.01.02 23:41:12.446655 [ 265 ] {3dce95a5-3698-4319-88f7-f549e0a3da3f} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10806 2025.01.02 23:41:12.446705 [ 265 ] {3dce95a5-3698-4319-88f7-f549e0a3da3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10807 2025.01.02 23:41:12.447316 [ 265 ] {3dce95a5-3698-4319-88f7-f549e0a3da3f} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
10808 2025.01.02 23:41:12.447586 [ 265 ] {3dce95a5-3698-4319-88f7-f549e0a3da3f} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10809 2025.01.02 23:41:12.447814 [ 43 ] {} <Debug> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
10810 2025.01.02 23:41:12.447913 [ 43 ] {} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10811 2025.01.02 23:41:12.448027 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10812 2025.01.02 23:41:12.448034 [ 265 ] {3dce95a5-3698-4319-88f7-f549e0a3da3f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003856 sec., 16597.510373443984 rows/sec., 1.30 MiB/sec.
10813 2025.01.02 23:41:12.448547 [ 265 ] {3dce95a5-3698-4319-88f7-f549e0a3da3f} <Debug> TCPHandler: Processed in 0.004700602 sec.
10814 2025.01.02 23:41:12.448733 [ 187 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3310 rows, containing 5 columns (5 merged, 0 gathered) in 0.004887514 sec., 677235.9117539101 rows/sec., 59.36 MiB/sec.
10815 2025.01.02 23:41:12.448790 [ 189 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full
10816 2025.01.02 23:41:12.448867 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10817 2025.01.02 23:41:12.449150 [ 187 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
10818 2025.01.02 23:41:12.449207 [ 189 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10819 2025.01.02 23:41:12.449225 [ 260 ] {6f7ad1cf-4a63-4bbc-97b1-7478ad7001bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10820 2025.01.02 23:41:12.449325 [ 189 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 914 rows starting from the beginning of the part
10821 2025.01.02 23:41:12.449411 [ 260 ] {6f7ad1cf-4a63-4bbc-97b1-7478ad7001bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10822 2025.01.02 23:41:12.449678 [ 189 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 64 rows starting from the beginning of the part
10823 2025.01.02 23:41:12.450043 [ 189 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 422 rows starting from the beginning of the part
10824 2025.01.02 23:41:12.450443 [ 189 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 522 rows starting from the beginning of the part
10825 2025.01.02 23:41:12.450863 [ 189 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 422 rows starting from the beginning of the part
10826 2025.01.02 23:41:12.451183 [ 189 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 64 rows starting from the beginning of the part
10827 2025.01.02 23:41:12.451885 [ 187 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_81_16} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10828 2025.01.02 23:41:12.452329 [ 187 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_81_16} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
10829 2025.01.02 23:41:12.452712 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB.
10830 2025.01.02 23:41:12.453137 [ 260 ] {6f7ad1cf-4a63-4bbc-97b1-7478ad7001bb} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10831 2025.01.02 23:41:12.453214 [ 260 ] {6f7ad1cf-4a63-4bbc-97b1-7478ad7001bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10832 2025.01.02 23:41:12.454363 [ 260 ] {6f7ad1cf-4a63-4bbc-97b1-7478ad7001bb} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
10833 2025.01.02 23:41:12.454730 [ 260 ] {6f7ad1cf-4a63-4bbc-97b1-7478ad7001bb} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10834 2025.01.02 23:41:12.455122 [ 43 ] {} <Debug> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
10835 2025.01.02 23:41:12.455138 [ 189 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2408 rows, containing 5 columns (5 merged, 0 gathered) in 0.006927822 sec., 347583.98815673956 rows/sec., 26.65 MiB/sec.
10836 2025.01.02 23:41:12.455230 [ 43 ] {} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10837 2025.01.02 23:41:12.455293 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10838 2025.01.02 23:41:12.455388 [ 260 ] {6f7ad1cf-4a63-4bbc-97b1-7478ad7001bb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006278 sec., 25485.82351067219 rows/sec., 1.78 MiB/sec.
10839 2025.01.02 23:41:12.455513 [ 189 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
10840 2025.01.02 23:41:12.455714 [ 186 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full
10841 2025.01.02 23:41:12.455754 [ 260 ] {6f7ad1cf-4a63-4bbc-97b1-7478ad7001bb} <Debug> TCPHandler: Processed in 0.007013732 sec.
10842 2025.01.02 23:41:12.456121 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10843 2025.01.02 23:41:12.456165 [ 186 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10844 2025.01.02 23:41:12.456241 [ 186 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_76_15, total 24292 rows starting from the beginning of the part
10845 2025.01.02 23:41:12.456491 [ 189 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_81_16} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10846 2025.01.02 23:41:12.456648 [ 186 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 160 rows starting from the beginning of the part
10847 2025.01.02 23:41:12.456830 [ 189 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_81_16} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
10848 2025.01.02 23:41:12.457049 [ 186 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 237 rows starting from the beginning of the part
10849 2025.01.02 23:41:12.457216 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB.
10850 2025.01.02 23:41:12.457205 [ 265 ] {ce7d0076-3055-403f-a652-6ce4dafcce6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10851 2025.01.02 23:41:12.457488 [ 186 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 881 rows starting from the beginning of the part
10852 2025.01.02 23:41:12.457510 [ 265 ] {ce7d0076-3055-403f-a652-6ce4dafcce6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10853 2025.01.02 23:41:12.457852 [ 186 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 237 rows starting from the beginning of the part
10854 2025.01.02 23:41:12.458222 [ 186 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 160 rows starting from the beginning of the part
10855 2025.01.02 23:41:12.459532 [ 265 ] {ce7d0076-3055-403f-a652-6ce4dafcce6e} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10856 2025.01.02 23:41:12.459591 [ 265 ] {ce7d0076-3055-403f-a652-6ce4dafcce6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10857 2025.01.02 23:41:12.460126 [ 265 ] {ce7d0076-3055-403f-a652-6ce4dafcce6e} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
10858 2025.01.02 23:41:12.460585 [ 265 ] {ce7d0076-3055-403f-a652-6ce4dafcce6e} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10859 2025.01.02 23:41:12.460872 [ 43 ] {} <Debug> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
10860 2025.01.02 23:41:12.460954 [ 43 ] {} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10861 2025.01.02 23:41:12.461035 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10862 2025.01.02 23:41:12.461608 [ 197 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full
10863 2025.01.02 23:41:12.461764 [ 265 ] {ce7d0076-3055-403f-a652-6ce4dafcce6e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005112 sec., 11737.089201877934 rows/sec., 809.98 KiB/sec.
10864 2025.01.02 23:41:12.462133 [ 197 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10865 2025.01.02 23:41:12.462236 [ 197 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 4944 rows starting from the beginning of the part
10866 2025.01.02 23:41:12.462783 [ 197 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 60 rows starting from the beginning of the part
10867 2025.01.02 23:41:12.463001 [ 265 ] {ce7d0076-3055-403f-a652-6ce4dafcce6e} <Debug> TCPHandler: Processed in 0.007109353 sec.
10868 2025.01.02 23:41:12.463266 [ 197 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 82 rows starting from the beginning of the part
10869 2025.01.02 23:41:12.463693 [ 197 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 60 rows starting from the beginning of the part
10870 2025.01.02 23:41:12.464226 [ 197 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 82 rows starting from the beginning of the part
10871 2025.01.02 23:41:12.464380 [ 197 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 60 rows starting from the beginning of the part
10872 2025.01.02 23:41:12.466165 [ 195 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5288 rows, containing 4 columns (4 merged, 0 gathered) in 0.004980086 sec., 1061829.0527512978 rows/sec., 69.17 MiB/sec.
10873 2025.01.02 23:41:12.466502 [ 197 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
10874 2025.01.02 23:41:12.466870 [ 197 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_81_16} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10875 2025.01.02 23:41:12.466893 [ 199 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25967 rows, containing 5 columns (5 merged, 0 gathered) in 0.011498721 sec., 2258251.1568025695 rows/sec., 152.29 MiB/sec.
10876 2025.01.02 23:41:12.466988 [ 197 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_81_16} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
10877 2025.01.02 23:41:12.467095 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.12 MiB.
10878 2025.01.02 23:41:12.467280 [ 199 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
10879 2025.01.02 23:41:12.467679 [ 199 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10880 2025.01.02 23:41:12.467780 [ 199 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
10881 2025.01.02 23:41:12.467891 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB.
10882 2025.01.02 23:41:12.600178 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 438
10883 2025.01.02 23:41:12.619992 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10884 2025.01.02 23:41:12.620048 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB.
10885 2025.01.02 23:41:12.627382 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
10886 2025.01.02 23:41:12.628143 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10887 2025.01.02 23:41:12.630727 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 438
10888 2025.01.02 23:41:15.863534 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1510
10889 2025.01.02 23:41:15.866620 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10890 2025.01.02 23:41:15.866676 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
10891 2025.01.02 23:41:15.868204 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
10892 2025.01.02 23:41:15.868529 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10893 2025.01.02 23:41:15.870203 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1510
10894 2025.01.02 23:41:17.447224 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10895 2025.01.02 23:41:17.447428 [ 260 ] {7bc01fd3-beed-4275-8d8c-708481c6b648} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
10896 2025.01.02 23:41:17.447505 [ 260 ] {7bc01fd3-beed-4275-8d8c-708481c6b648} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
10897 2025.01.02 23:41:17.448295 [ 260 ] {7bc01fd3-beed-4275-8d8c-708481c6b648} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10898 2025.01.02 23:41:17.448342 [ 260 ] {7bc01fd3-beed-4275-8d8c-708481c6b648} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
10899 2025.01.02 23:41:17.448782 [ 260 ] {7bc01fd3-beed-4275-8d8c-708481c6b648} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
10900 2025.01.02 23:41:17.449036 [ 260 ] {7bc01fd3-beed-4275-8d8c-708481c6b648} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10901 2025.01.02 23:41:17.449301 [ 260 ] {7bc01fd3-beed-4275-8d8c-708481c6b648} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001923 sec., 7280.291211648466 rows/sec., 524.08 KiB/sec.
10902 2025.01.02 23:41:17.449390 [ 260 ] {7bc01fd3-beed-4275-8d8c-708481c6b648} <Debug> TCPHandler: Processed in 0.00229378 sec.
10903 2025.01.02 23:41:17.449785 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10904 2025.01.02 23:41:17.450032 [ 265 ] {19b665ef-f571-45f3-9786-6467e28a5900} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
10905 2025.01.02 23:41:17.450103 [ 265 ] {19b665ef-f571-45f3-9786-6467e28a5900} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
10906 2025.01.02 23:41:17.450847 [ 265 ] {19b665ef-f571-45f3-9786-6467e28a5900} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10907 2025.01.02 23:41:17.450895 [ 265 ] {19b665ef-f571-45f3-9786-6467e28a5900} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
10908 2025.01.02 23:41:17.451311 [ 265 ] {19b665ef-f571-45f3-9786-6467e28a5900} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
10909 2025.01.02 23:41:17.451564 [ 265 ] {19b665ef-f571-45f3-9786-6467e28a5900} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10910 2025.01.02 23:41:17.451843 [ 265 ] {19b665ef-f571-45f3-9786-6467e28a5900} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001858 sec., 5382.1313240043055 rows/sec., 438.87 KiB/sec.
10911 2025.01.02 23:41:17.452044 [ 265 ] {19b665ef-f571-45f3-9786-6467e28a5900} <Debug> TCPHandler: Processed in 0.002492993 sec.
10912 2025.01.02 23:41:17.452308 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10913 2025.01.02 23:41:17.452528 [ 260 ] {2442d637-b768-48e4-b81e-2169bc751743} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10914 2025.01.02 23:41:17.452617 [ 260 ] {2442d637-b768-48e4-b81e-2169bc751743} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10915 2025.01.02 23:41:17.453536 [ 260 ] {2442d637-b768-48e4-b81e-2169bc751743} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10916 2025.01.02 23:41:17.453575 [ 260 ] {2442d637-b768-48e4-b81e-2169bc751743} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
10917 2025.01.02 23:41:17.453966 [ 260 ] {2442d637-b768-48e4-b81e-2169bc751743} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
10918 2025.01.02 23:41:17.454201 [ 260 ] {2442d637-b768-48e4-b81e-2169bc751743} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10919 2025.01.02 23:41:17.454413 [ 260 ] {2442d637-b768-48e4-b81e-2169bc751743} <Debug> executeQuery: Read 288 rows, 25.97 KiB in 0.00194 sec., 148453.60824742267 rows/sec., 13.07 MiB/sec.
10920 2025.01.02 23:41:17.454464 [ 260 ] {2442d637-b768-48e4-b81e-2169bc751743} <Debug> TCPHandler: Processed in 0.00230163 sec.
10921 2025.01.02 23:41:17.454690 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10922 2025.01.02 23:41:17.454917 [ 265 ] {22f1f8a9-7aa7-4d6a-b849-77cb32fd0b1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10923 2025.01.02 23:41:17.454980 [ 265 ] {22f1f8a9-7aa7-4d6a-b849-77cb32fd0b1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10924 2025.01.02 23:41:17.455682 [ 265 ] {22f1f8a9-7aa7-4d6a-b849-77cb32fd0b1b} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10925 2025.01.02 23:41:17.455728 [ 265 ] {22f1f8a9-7aa7-4d6a-b849-77cb32fd0b1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
10926 2025.01.02 23:41:17.456109 [ 265 ] {22f1f8a9-7aa7-4d6a-b849-77cb32fd0b1b} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
10927 2025.01.02 23:41:17.456342 [ 265 ] {22f1f8a9-7aa7-4d6a-b849-77cb32fd0b1b} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10928 2025.01.02 23:41:17.456533 [ 265 ] {22f1f8a9-7aa7-4d6a-b849-77cb32fd0b1b} <Debug> executeQuery: Read 57 rows, 4.16 KiB in 0.001662 sec., 34296.028880866426 rows/sec., 2.45 MiB/sec.
10929 2025.01.02 23:41:17.456626 [ 265 ] {22f1f8a9-7aa7-4d6a-b849-77cb32fd0b1b} <Debug> TCPHandler: Processed in 0.002045847 sec.
10930 2025.01.02 23:41:17.456835 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10931 2025.01.02 23:41:17.457023 [ 260 ] {c570c2c5-995d-4a1e-9a6c-e9f440d0a7b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
10932 2025.01.02 23:41:17.457081 [ 260 ] {c570c2c5-995d-4a1e-9a6c-e9f440d0a7b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
10933 2025.01.02 23:41:17.457776 [ 260 ] {c570c2c5-995d-4a1e-9a6c-e9f440d0a7b7} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10934 2025.01.02 23:41:17.457825 [ 260 ] {c570c2c5-995d-4a1e-9a6c-e9f440d0a7b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
10935 2025.01.02 23:41:17.458188 [ 260 ] {c570c2c5-995d-4a1e-9a6c-e9f440d0a7b7} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
10936 2025.01.02 23:41:17.458427 [ 260 ] {c570c2c5-995d-4a1e-9a6c-e9f440d0a7b7} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10937 2025.01.02 23:41:17.458646 [ 260 ] {c570c2c5-995d-4a1e-9a6c-e9f440d0a7b7} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001654 sec., 8464.328899637243 rows/sec., 592.79 KiB/sec.
10938 2025.01.02 23:41:17.458697 [ 260 ] {c570c2c5-995d-4a1e-9a6c-e9f440d0a7b7} <Debug> TCPHandler: Processed in 0.001983847 sec.
10939 2025.01.02 23:41:17.458844 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10940 2025.01.02 23:41:17.458971 [ 265 ] {0cbedaea-0a9e-4518-9710-3dd8fceb8994} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
10941 2025.01.02 23:41:17.459027 [ 265 ] {0cbedaea-0a9e-4518-9710-3dd8fceb8994} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
10942 2025.01.02 23:41:17.459703 [ 265 ] {0cbedaea-0a9e-4518-9710-3dd8fceb8994} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10943 2025.01.02 23:41:17.459747 [ 265 ] {0cbedaea-0a9e-4518-9710-3dd8fceb8994} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
10944 2025.01.02 23:41:17.460119 [ 265 ] {0cbedaea-0a9e-4518-9710-3dd8fceb8994} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
10945 2025.01.02 23:41:17.460350 [ 265 ] {0cbedaea-0a9e-4518-9710-3dd8fceb8994} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10946 2025.01.02 23:41:17.460528 [ 265 ] {0cbedaea-0a9e-4518-9710-3dd8fceb8994} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001586 sec., 8196.72131147541 rows/sec., 511.06 KiB/sec.
10947 2025.01.02 23:41:17.460578 [ 265 ] {0cbedaea-0a9e-4518-9710-3dd8fceb8994} <Debug> TCPHandler: Processed in 0.001792383 sec.
10948 2025.01.02 23:41:17.460726 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10949 2025.01.02 23:41:17.460846 [ 260 ] {c7e4a049-17e9-4671-aa39-0a2005121478} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10950 2025.01.02 23:41:17.460906 [ 260 ] {c7e4a049-17e9-4671-aa39-0a2005121478} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10951 2025.01.02 23:41:17.462090 [ 260 ] {c7e4a049-17e9-4671-aa39-0a2005121478} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10952 2025.01.02 23:41:17.462130 [ 260 ] {c7e4a049-17e9-4671-aa39-0a2005121478} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
10953 2025.01.02 23:41:17.462515 [ 260 ] {c7e4a049-17e9-4671-aa39-0a2005121478} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
10954 2025.01.02 23:41:17.462749 [ 260 ] {c7e4a049-17e9-4671-aa39-0a2005121478} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10955 2025.01.02 23:41:17.462955 [ 260 ] {c7e4a049-17e9-4671-aa39-0a2005121478} <Debug> executeQuery: Read 432 rows, 31.70 KiB in 0.002134 sec., 202436.73851921275 rows/sec., 14.51 MiB/sec.
10956 2025.01.02 23:41:17.463006 [ 260 ] {c7e4a049-17e9-4671-aa39-0a2005121478} <Debug> TCPHandler: Processed in 0.002337101 sec.
10957 2025.01.02 23:41:17.463146 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10958 2025.01.02 23:41:17.463260 [ 265 ] {08c836fd-56f0-4551-97c4-0ea37e3559f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
10959 2025.01.02 23:41:17.463309 [ 265 ] {08c836fd-56f0-4551-97c4-0ea37e3559f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
10960 2025.01.02 23:41:17.463792 [ 265 ] {08c836fd-56f0-4551-97c4-0ea37e3559f3} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10961 2025.01.02 23:41:17.463833 [ 265 ] {08c836fd-56f0-4551-97c4-0ea37e3559f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
10962 2025.01.02 23:41:17.464188 [ 265 ] {08c836fd-56f0-4551-97c4-0ea37e3559f3} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
10963 2025.01.02 23:41:17.464421 [ 265 ] {08c836fd-56f0-4551-97c4-0ea37e3559f3} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10964 2025.01.02 23:41:17.464598 [ 265 ] {08c836fd-56f0-4551-97c4-0ea37e3559f3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001362 sec., 4405.286343612335 rows/sec., 230.16 KiB/sec.
10965 2025.01.02 23:41:17.464646 [ 265 ] {08c836fd-56f0-4551-97c4-0ea37e3559f3} <Debug> TCPHandler: Processed in 0.0015541 sec.
10966 2025.01.02 23:41:17.464789 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10967 2025.01.02 23:41:17.464933 [ 260 ] {5a4c20af-6abd-4585-9cbc-4d9232fcfece} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10968 2025.01.02 23:41:17.465029 [ 260 ] {5a4c20af-6abd-4585-9cbc-4d9232fcfece} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10969 2025.01.02 23:41:17.466000 [ 260 ] {5a4c20af-6abd-4585-9cbc-4d9232fcfece} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10970 2025.01.02 23:41:17.466038 [ 260 ] {5a4c20af-6abd-4585-9cbc-4d9232fcfece} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
10971 2025.01.02 23:41:17.466430 [ 260 ] {5a4c20af-6abd-4585-9cbc-4d9232fcfece} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
10972 2025.01.02 23:41:17.466667 [ 260 ] {5a4c20af-6abd-4585-9cbc-4d9232fcfece} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10973 2025.01.02 23:41:17.466895 [ 260 ] {5a4c20af-6abd-4585-9cbc-4d9232fcfece} <Debug> executeQuery: Read 242 rows, 16.62 KiB in 0.002011 sec., 120338.1402287419 rows/sec., 8.07 MiB/sec.
10974 2025.01.02 23:41:17.466993 [ 260 ] {5a4c20af-6abd-4585-9cbc-4d9232fcfece} <Debug> TCPHandler: Processed in 0.0022564 sec.
10975 2025.01.02 23:41:17.467188 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10976 2025.01.02 23:41:17.467419 [ 265 ] {57e29b61-8b00-4044-9c3c-a45ed480d1f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
10977 2025.01.02 23:41:17.467474 [ 265 ] {57e29b61-8b00-4044-9c3c-a45ed480d1f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
10978 2025.01.02 23:41:17.467939 [ 265 ] {57e29b61-8b00-4044-9c3c-a45ed480d1f9} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10979 2025.01.02 23:41:17.467976 [ 265 ] {57e29b61-8b00-4044-9c3c-a45ed480d1f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
10980 2025.01.02 23:41:17.468323 [ 265 ] {57e29b61-8b00-4044-9c3c-a45ed480d1f9} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
10981 2025.01.02 23:41:17.468558 [ 265 ] {57e29b61-8b00-4044-9c3c-a45ed480d1f9} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10982 2025.01.02 23:41:17.468768 [ 265 ] {57e29b61-8b00-4044-9c3c-a45ed480d1f9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001407 sec., 710.7320540156361 rows/sec., 47.89 KiB/sec.
10983 2025.01.02 23:41:17.468926 [ 265 ] {57e29b61-8b00-4044-9c3c-a45ed480d1f9} <Debug> TCPHandler: Processed in 0.001841274 sec.
10984 2025.01.02 23:41:17.469164 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10985 2025.01.02 23:41:17.469301 [ 260 ] {6c9bc116-4ea0-4a02-835a-cbc7cb3d1277} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10986 2025.01.02 23:41:17.469394 [ 260 ] {6c9bc116-4ea0-4a02-835a-cbc7cb3d1277} <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
10987 2025.01.02 23:41:17.470695 [ 260 ] {6c9bc116-4ea0-4a02-835a-cbc7cb3d1277} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10988 2025.01.02 23:41:17.470735 [ 260 ] {6c9bc116-4ea0-4a02-835a-cbc7cb3d1277} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
10989 2025.01.02 23:41:17.471392 [ 260 ] {6c9bc116-4ea0-4a02-835a-cbc7cb3d1277} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
10990 2025.01.02 23:41:17.471647 [ 260 ] {6c9bc116-4ea0-4a02-835a-cbc7cb3d1277} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10991 2025.01.02 23:41:17.471886 [ 260 ] {6c9bc116-4ea0-4a02-835a-cbc7cb3d1277} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002616 sec., 15290.519877675843 rows/sec., 27.40 MiB/sec.
10992 2025.01.02 23:41:17.471984 [ 260 ] {6c9bc116-4ea0-4a02-835a-cbc7cb3d1277} <Debug> TCPHandler: Processed in 0.002948969 sec.
10993 2025.01.02 23:41:17.472159 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10994 2025.01.02 23:41:17.472298 [ 265 ] {88856581-0bba-4393-80e3-60af98df1f25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10995 2025.01.02 23:41:17.472356 [ 265 ] {88856581-0bba-4393-80e3-60af98df1f25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10996 2025.01.02 23:41:17.472923 [ 265 ] {88856581-0bba-4393-80e3-60af98df1f25} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10997 2025.01.02 23:41:17.472959 [ 265 ] {88856581-0bba-4393-80e3-60af98df1f25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
10998 2025.01.02 23:41:17.473324 [ 265 ] {88856581-0bba-4393-80e3-60af98df1f25} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
10999 2025.01.02 23:41:17.473553 [ 265 ] {88856581-0bba-4393-80e3-60af98df1f25} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11000 2025.01.02 23:41:17.473723 [ 265 ] {88856581-0bba-4393-80e3-60af98df1f25} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001456 sec., 56318.681318681316 rows/sec., 3.58 MiB/sec.
11001 2025.01.02 23:41:17.473770 [ 265 ] {88856581-0bba-4393-80e3-60af98df1f25} <Debug> TCPHandler: Processed in 0.001680702 sec.
11002 2025.01.02 23:41:18.209674 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 27084
11003 2025.01.02 23:41:18.210646 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11004 2025.01.02 23:41:18.210689 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
11005 2025.01.02 23:41:18.211221 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
11006 2025.01.02 23:41:18.211482 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11007 2025.01.02 23:41:18.211738 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27084
11008 2025.01.02 23:41:20.130889 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 445
11009 2025.01.02 23:41:20.152262 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11010 2025.01.02 23:41:20.152319 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
11011 2025.01.02 23:41:20.159649 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
11012 2025.01.02 23:41:20.160436 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11013 2025.01.02 23:41:20.163753 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 445
11014 2025.01.02 23:41:22.440767 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11015 2025.01.02 23:41:22.440995 [ 260 ] {71b5029f-5a5a-41fb-849b-7a77584c543b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11016 2025.01.02 23:41:22.441076 [ 260 ] {71b5029f-5a5a-41fb-849b-7a77584c543b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11017 2025.01.02 23:41:22.441864 [ 260 ] {71b5029f-5a5a-41fb-849b-7a77584c543b} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11018 2025.01.02 23:41:22.441916 [ 260 ] {71b5029f-5a5a-41fb-849b-7a77584c543b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
11019 2025.01.02 23:41:22.442359 [ 260 ] {71b5029f-5a5a-41fb-849b-7a77584c543b} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
11020 2025.01.02 23:41:22.442641 [ 260 ] {71b5029f-5a5a-41fb-849b-7a77584c543b} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11021 2025.01.02 23:41:22.442909 [ 260 ] {71b5029f-5a5a-41fb-849b-7a77584c543b} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00197 sec., 28426.395939086295 rows/sec., 2.18 MiB/sec.
11022 2025.01.02 23:41:22.442974 [ 260 ] {71b5029f-5a5a-41fb-849b-7a77584c543b} <Debug> TCPHandler: Processed in 0.002353871 sec.
11023 2025.01.02 23:41:22.443241 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11024 2025.01.02 23:41:22.443434 [ 265 ] {06309786-cbac-4146-9080-2467f9cd57fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11025 2025.01.02 23:41:22.443515 [ 265 ] {06309786-cbac-4146-9080-2467f9cd57fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11026 2025.01.02 23:41:22.444308 [ 265 ] {06309786-cbac-4146-9080-2467f9cd57fa} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11027 2025.01.02 23:41:22.444362 [ 265 ] {06309786-cbac-4146-9080-2467f9cd57fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
11028 2025.01.02 23:41:22.444815 [ 265 ] {06309786-cbac-4146-9080-2467f9cd57fa} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
11029 2025.01.02 23:41:22.445114 [ 265 ] {06309786-cbac-4146-9080-2467f9cd57fa} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11030 2025.01.02 23:41:22.445381 [ 265 ] {06309786-cbac-4146-9080-2467f9cd57fa} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002 sec., 32000 rows/sec., 2.50 MiB/sec.
11031 2025.01.02 23:41:22.445509 [ 265 ] {06309786-cbac-4146-9080-2467f9cd57fa} <Debug> TCPHandler: Processed in 0.002396651 sec.
11032 2025.01.02 23:41:22.445729 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11033 2025.01.02 23:41:22.445892 [ 260 ] {f8c3d9ba-52cf-4b65-9786-d14829ed6b6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11034 2025.01.02 23:41:22.445949 [ 260 ] {f8c3d9ba-52cf-4b65-9786-d14829ed6b6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11035 2025.01.02 23:41:22.446572 [ 260 ] {f8c3d9ba-52cf-4b65-9786-d14829ed6b6e} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11036 2025.01.02 23:41:22.446612 [ 260 ] {f8c3d9ba-52cf-4b65-9786-d14829ed6b6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
11037 2025.01.02 23:41:22.447026 [ 260 ] {f8c3d9ba-52cf-4b65-9786-d14829ed6b6e} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
11038 2025.01.02 23:41:22.447263 [ 260 ] {f8c3d9ba-52cf-4b65-9786-d14829ed6b6e} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11039 2025.01.02 23:41:22.447446 [ 260 ] {f8c3d9ba-52cf-4b65-9786-d14829ed6b6e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001586 sec., 100882.72383354351 rows/sec., 7.03 MiB/sec.
11040 2025.01.02 23:41:22.447496 [ 260 ] {f8c3d9ba-52cf-4b65-9786-d14829ed6b6e} <Debug> TCPHandler: Processed in 0.001884025 sec.
11041 2025.01.02 23:41:22.447670 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11042 2025.01.02 23:41:22.447796 [ 265 ] {eaf76203-14d6-4734-a81e-9acecffca41e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11043 2025.01.02 23:41:22.447854 [ 265 ] {eaf76203-14d6-4734-a81e-9acecffca41e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11044 2025.01.02 23:41:22.448397 [ 265 ] {eaf76203-14d6-4734-a81e-9acecffca41e} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11045 2025.01.02 23:41:22.448438 [ 265 ] {eaf76203-14d6-4734-a81e-9acecffca41e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
11046 2025.01.02 23:41:22.448838 [ 265 ] {eaf76203-14d6-4734-a81e-9acecffca41e} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
11047 2025.01.02 23:41:22.449085 [ 265 ] {eaf76203-14d6-4734-a81e-9acecffca41e} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11048 2025.01.02 23:41:22.449309 [ 265 ] {eaf76203-14d6-4734-a81e-9acecffca41e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001543 sec., 38885.28839922229 rows/sec., 2.62 MiB/sec.
11049 2025.01.02 23:41:22.449363 [ 265 ] {eaf76203-14d6-4734-a81e-9acecffca41e} <Debug> TCPHandler: Processed in 0.001753163 sec.
11050 2025.01.02 23:41:25.526738 [ 24 ] {} <Debug> DNSResolver: Updating DNS cache
11051 2025.01.02 23:41:25.526802 [ 24 ] {} <Debug> DNSResolver: Updated DNS cache
11052 2025.01.02 23:41:25.711980 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27511
11053 2025.01.02 23:41:25.712656 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11054 2025.01.02 23:41:25.712709 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
11055 2025.01.02 23:41:25.713236 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
11056 2025.01.02 23:41:25.713500 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11057 2025.01.02 23:41:25.713758 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27511
11058 2025.01.02 23:41:25.870528 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1542
11059 2025.01.02 23:41:25.873818 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11060 2025.01.02 23:41:25.873884 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
11061 2025.01.02 23:41:25.875365 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
11062 2025.01.02 23:41:25.876056 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11063 2025.01.02 23:41:25.877029 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1542
11064 2025.01.02 23:41:27.448414 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11065 2025.01.02 23:41:27.448717 [ 260 ] {b8bef29b-5bb8-4ea6-95ec-eeb800dcd540} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
11066 2025.01.02 23:41:27.448831 [ 260 ] {b8bef29b-5bb8-4ea6-95ec-eeb800dcd540} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
11067 2025.01.02 23:41:27.449710 [ 260 ] {b8bef29b-5bb8-4ea6-95ec-eeb800dcd540} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11068 2025.01.02 23:41:27.449757 [ 260 ] {b8bef29b-5bb8-4ea6-95ec-eeb800dcd540} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
11069 2025.01.02 23:41:27.450256 [ 260 ] {b8bef29b-5bb8-4ea6-95ec-eeb800dcd540} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
11070 2025.01.02 23:41:27.450517 [ 260 ] {b8bef29b-5bb8-4ea6-95ec-eeb800dcd540} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11071 2025.01.02 23:41:27.450768 [ 260 ] {b8bef29b-5bb8-4ea6-95ec-eeb800dcd540} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002138 sec., 6548.175865294667 rows/sec., 471.38 KiB/sec.
11072 2025.01.02 23:41:27.450827 [ 260 ] {b8bef29b-5bb8-4ea6-95ec-eeb800dcd540} <Debug> TCPHandler: Processed in 0.002606994 sec.
11073 2025.01.02 23:41:27.451134 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11074 2025.01.02 23:41:27.451394 [ 265 ] {9be1e164-9eb7-47ed-ac3e-dcdc6f5e27a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11075 2025.01.02 23:41:27.451463 [ 265 ] {9be1e164-9eb7-47ed-ac3e-dcdc6f5e27a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11076 2025.01.02 23:41:27.452312 [ 265 ] {9be1e164-9eb7-47ed-ac3e-dcdc6f5e27a8} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11077 2025.01.02 23:41:27.452357 [ 265 ] {9be1e164-9eb7-47ed-ac3e-dcdc6f5e27a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
11078 2025.01.02 23:41:27.452809 [ 265 ] {9be1e164-9eb7-47ed-ac3e-dcdc6f5e27a8} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
11079 2025.01.02 23:41:27.453060 [ 265 ] {9be1e164-9eb7-47ed-ac3e-dcdc6f5e27a8} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11080 2025.01.02 23:41:27.453281 [ 265 ] {9be1e164-9eb7-47ed-ac3e-dcdc6f5e27a8} <Debug> executeQuery: Read 283 rows, 25.60 KiB in 0.00194 sec., 145876.28865979382 rows/sec., 12.89 MiB/sec.
11081 2025.01.02 23:41:27.453338 [ 265 ] {9be1e164-9eb7-47ed-ac3e-dcdc6f5e27a8} <Debug> TCPHandler: Processed in 0.002395531 sec.
11082 2025.01.02 23:41:27.453488 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11083 2025.01.02 23:41:27.453626 [ 260 ] {7e12f4b8-8e54-4dbb-b068-2609ee900d43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11084 2025.01.02 23:41:27.453685 [ 260 ] {7e12f4b8-8e54-4dbb-b068-2609ee900d43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11085 2025.01.02 23:41:27.454371 [ 260 ] {7e12f4b8-8e54-4dbb-b068-2609ee900d43} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11086 2025.01.02 23:41:27.454412 [ 260 ] {7e12f4b8-8e54-4dbb-b068-2609ee900d43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
11087 2025.01.02 23:41:27.454777 [ 260 ] {7e12f4b8-8e54-4dbb-b068-2609ee900d43} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
11088 2025.01.02 23:41:27.455017 [ 260 ] {7e12f4b8-8e54-4dbb-b068-2609ee900d43} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11089 2025.01.02 23:41:27.455192 [ 71 ] {} <Debug> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470) (MergerMutator): Selected 6 parts from all_1_50_10 to all_55_55_0
11090 2025.01.02 23:41:27.455258 [ 260 ] {7e12f4b8-8e54-4dbb-b068-2609ee900d43} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.001659 sec., 28330.319469559974 rows/sec., 2.04 MiB/sec.
11091 2025.01.02 23:41:27.455278 [ 71 ] {} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11092 2025.01.02 23:41:27.455351 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
11093 2025.01.02 23:41:27.455383 [ 260 ] {7e12f4b8-8e54-4dbb-b068-2609ee900d43} <Debug> TCPHandler: Processed in 0.001957756 sec.
11094 2025.01.02 23:41:27.455753 [ 195 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_55_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_50_10 to all_55_55_0 into Compact with storage Full
11095 2025.01.02 23:41:27.455828 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11096 2025.01.02 23:41:27.456358 [ 195 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_55_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11097 2025.01.02 23:41:27.456476 [ 195 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_50_10, total 65 rows starting from the beginning of the part
11098 2025.01.02 23:41:27.456510 [ 265 ] {0ca53572-bda0-4b60-b9ba-ab297474a3b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
11099 2025.01.02 23:41:27.456695 [ 195 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 47 rows starting from the beginning of the part
11100 2025.01.02 23:41:27.456713 [ 265 ] {0ca53572-bda0-4b60-b9ba-ab297474a3b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
11101 2025.01.02 23:41:27.457023 [ 195 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 2 rows starting from the beginning of the part
11102 2025.01.02 23:41:27.457352 [ 195 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 47 rows starting from the beginning of the part
11103 2025.01.02 23:41:27.457663 [ 195 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 57 rows starting from the beginning of the part
11104 2025.01.02 23:41:27.457934 [ 195 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 47 rows starting from the beginning of the part
11105 2025.01.02 23:41:27.459762 [ 265 ] {0ca53572-bda0-4b60-b9ba-ab297474a3b3} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11106 2025.01.02 23:41:27.459842 [ 265 ] {0ca53572-bda0-4b60-b9ba-ab297474a3b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
11107 2025.01.02 23:41:27.460902 [ 265 ] {0ca53572-bda0-4b60-b9ba-ab297474a3b3} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
11108 2025.01.02 23:41:27.460927 [ 195 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_55_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 265 rows, containing 5 columns (5 merged, 0 gathered) in 0.005449682 sec., 48626.69051148306 rows/sec., 3.66 MiB/sec.
11109 2025.01.02 23:41:27.461097 [ 195 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_55_11} <Trace> MergedBlockOutputStream: filled checksums all_1_55_11 (state Temporary)
11110 2025.01.02 23:41:27.461350 [ 265 ] {0ca53572-bda0-4b60-b9ba-ab297474a3b3} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11111 2025.01.02 23:41:27.461742 [ 71 ] {} <Debug> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
11112 2025.01.02 23:41:27.461764 [ 195 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_55_11} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_merge_all_1_55_11 to all_1_55_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11113 2025.01.02 23:41:27.461873 [ 71 ] {} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11114 2025.01.02 23:41:27.461927 [ 265 ] {0ca53572-bda0-4b60-b9ba-ab297474a3b3} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005514 sec., 2538.9916575988395 rows/sec., 177.81 KiB/sec.
11115 2025.01.02 23:41:27.461987 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
11116 2025.01.02 23:41:27.462028 [ 195 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_55_11} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470) (MergerMutator): Merged 6 parts: [all_1_50_10, all_55_55_0] -> all_1_55_11
11117 2025.01.02 23:41:27.462179 [ 265 ] {0ca53572-bda0-4b60-b9ba-ab297474a3b3} <Debug> TCPHandler: Processed in 0.006679808 sec.
11118 2025.01.02 23:41:27.462494 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB.
11119 2025.01.02 23:41:27.462506 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11120 2025.01.02 23:41:27.462567 [ 191 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full
11121 2025.01.02 23:41:27.462725 [ 260 ] {d2155dde-e693-4019-a4c1-4ed5cdba1b50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
11122 2025.01.02 23:41:27.462801 [ 191 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11123 2025.01.02 23:41:27.462825 [ 260 ] {d2155dde-e693-4019-a4c1-4ed5cdba1b50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
11124 2025.01.02 23:41:27.462865 [ 191 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 244 rows starting from the beginning of the part
11125 2025.01.02 23:41:27.463227 [ 191 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 14 rows starting from the beginning of the part
11126 2025.01.02 23:41:27.463597 [ 191 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 228 rows starting from the beginning of the part
11127 2025.01.02 23:41:27.464013 [ 191 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 14 rows starting from the beginning of the part
11128 2025.01.02 23:41:27.464379 [ 191 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 14 rows starting from the beginning of the part
11129 2025.01.02 23:41:27.464750 [ 191 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 14 rows starting from the beginning of the part
11130 2025.01.02 23:41:27.465683 [ 260 ] {d2155dde-e693-4019-a4c1-4ed5cdba1b50} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11131 2025.01.02 23:41:27.465760 [ 260 ] {d2155dde-e693-4019-a4c1-4ed5cdba1b50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
11132 2025.01.02 23:41:27.466750 [ 260 ] {d2155dde-e693-4019-a4c1-4ed5cdba1b50} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
11133 2025.01.02 23:41:27.467328 [ 260 ] {d2155dde-e693-4019-a4c1-4ed5cdba1b50} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11134 2025.01.02 23:41:27.467556 [ 197 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 528 rows, containing 5 columns (5 merged, 0 gathered) in 0.00534569 sec., 98771.15956967202 rows/sec., 7.07 MiB/sec.
11135 2025.01.02 23:41:27.467879 [ 260 ] {d2155dde-e693-4019-a4c1-4ed5cdba1b50} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005184 sec., 2507.716049382716 rows/sec., 156.36 KiB/sec.
11136 2025.01.02 23:41:27.467910 [ 188 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
11137 2025.01.02 23:41:27.468165 [ 260 ] {d2155dde-e693-4019-a4c1-4ed5cdba1b50} <Debug> TCPHandler: Processed in 0.005794876 sec.
11138 2025.01.02 23:41:27.468481 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11139 2025.01.02 23:41:27.468811 [ 265 ] {66a05537-15c5-4a3a-81fb-2ee55c2d04b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11140 2025.01.02 23:41:27.468888 [ 188 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_56_11} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11141 2025.01.02 23:41:27.468910 [ 265 ] {66a05537-15c5-4a3a-81fb-2ee55c2d04b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11142 2025.01.02 23:41:27.469155 [ 188 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_56_11} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
11143 2025.01.02 23:41:27.469318 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB.
11144 2025.01.02 23:41:27.469979 [ 265 ] {66a05537-15c5-4a3a-81fb-2ee55c2d04b8} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11145 2025.01.02 23:41:27.470023 [ 265 ] {66a05537-15c5-4a3a-81fb-2ee55c2d04b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
11146 2025.01.02 23:41:27.470429 [ 265 ] {66a05537-15c5-4a3a-81fb-2ee55c2d04b8} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
11147 2025.01.02 23:41:27.470672 [ 265 ] {66a05537-15c5-4a3a-81fb-2ee55c2d04b8} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11148 2025.01.02 23:41:27.470925 [ 265 ] {66a05537-15c5-4a3a-81fb-2ee55c2d04b8} <Debug> executeQuery: Read 422 rows, 30.88 KiB in 0.002206 sec., 191296.46418857662 rows/sec., 13.67 MiB/sec.
11149 2025.01.02 23:41:27.470980 [ 265 ] {66a05537-15c5-4a3a-81fb-2ee55c2d04b8} <Debug> TCPHandler: Processed in 0.002667965 sec.
11150 2025.01.02 23:41:27.471183 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11151 2025.01.02 23:41:27.471407 [ 260 ] {686e37a5-8d7f-4826-962f-8b8a73b13178} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
11152 2025.01.02 23:41:27.471501 [ 260 ] {686e37a5-8d7f-4826-962f-8b8a73b13178} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
11153 2025.01.02 23:41:27.472372 [ 260 ] {686e37a5-8d7f-4826-962f-8b8a73b13178} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11154 2025.01.02 23:41:27.472413 [ 260 ] {686e37a5-8d7f-4826-962f-8b8a73b13178} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
11155 2025.01.02 23:41:27.472800 [ 260 ] {686e37a5-8d7f-4826-962f-8b8a73b13178} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
11156 2025.01.02 23:41:27.473073 [ 260 ] {686e37a5-8d7f-4826-962f-8b8a73b13178} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11157 2025.01.02 23:41:27.473302 [ 260 ] {686e37a5-8d7f-4826-962f-8b8a73b13178} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001951 sec., 3075.3459764223476 rows/sec., 160.67 KiB/sec.
11158 2025.01.02 23:41:27.473353 [ 260 ] {686e37a5-8d7f-4826-962f-8b8a73b13178} <Debug> TCPHandler: Processed in 0.00228141 sec.
11159 2025.01.02 23:41:27.473501 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11160 2025.01.02 23:41:27.473637 [ 265 ] {fc02627a-3949-43fd-8653-fdd72f829f9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11161 2025.01.02 23:41:27.473699 [ 265 ] {fc02627a-3949-43fd-8653-fdd72f829f9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11162 2025.01.02 23:41:27.474361 [ 265 ] {fc02627a-3949-43fd-8653-fdd72f829f9c} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11163 2025.01.02 23:41:27.474399 [ 265 ] {fc02627a-3949-43fd-8653-fdd72f829f9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
11164 2025.01.02 23:41:27.474802 [ 265 ] {fc02627a-3949-43fd-8653-fdd72f829f9c} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
11165 2025.01.02 23:41:27.475037 [ 265 ] {fc02627a-3949-43fd-8653-fdd72f829f9c} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11166 2025.01.02 23:41:27.475276 [ 265 ] {fc02627a-3949-43fd-8653-fdd72f829f9c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001668 sec., 142086.3309352518 rows/sec., 9.52 MiB/sec.
11167 2025.01.02 23:41:27.475344 [ 265 ] {fc02627a-3949-43fd-8653-fdd72f829f9c} <Debug> TCPHandler: Processed in 0.001910374 sec.
11168 2025.01.02 23:41:27.475688 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11169 2025.01.02 23:41:27.475951 [ 260 ] {2b6fc204-0eca-43e8-a2cb-7ee13a136f2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
11170 2025.01.02 23:41:27.476045 [ 260 ] {2b6fc204-0eca-43e8-a2cb-7ee13a136f2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
11171 2025.01.02 23:41:27.476643 [ 260 ] {2b6fc204-0eca-43e8-a2cb-7ee13a136f2f} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11172 2025.01.02 23:41:27.476683 [ 260 ] {2b6fc204-0eca-43e8-a2cb-7ee13a136f2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
11173 2025.01.02 23:41:27.477054 [ 260 ] {2b6fc204-0eca-43e8-a2cb-7ee13a136f2f} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
11174 2025.01.02 23:41:27.477298 [ 260 ] {2b6fc204-0eca-43e8-a2cb-7ee13a136f2f} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11175 2025.01.02 23:41:27.477516 [ 260 ] {2b6fc204-0eca-43e8-a2cb-7ee13a136f2f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001621 sec., 616.9031462060457 rows/sec., 41.57 KiB/sec.
11176 2025.01.02 23:41:27.477567 [ 260 ] {2b6fc204-0eca-43e8-a2cb-7ee13a136f2f} <Debug> TCPHandler: Processed in 0.002138018 sec.
11177 2025.01.02 23:41:27.477763 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11178 2025.01.02 23:41:27.477980 [ 265 ] {2f4abc13-fd54-4d3d-a784-a83890f2604d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11179 2025.01.02 23:41:27.478118 [ 265 ] {2f4abc13-fd54-4d3d-a784-a83890f2604d} <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
11180 2025.01.02 23:41:27.479381 [ 265 ] {2f4abc13-fd54-4d3d-a784-a83890f2604d} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11181 2025.01.02 23:41:27.479419 [ 265 ] {2f4abc13-fd54-4d3d-a784-a83890f2604d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
11182 2025.01.02 23:41:27.480077 [ 265 ] {2f4abc13-fd54-4d3d-a784-a83890f2604d} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
11183 2025.01.02 23:41:27.480338 [ 265 ] {2f4abc13-fd54-4d3d-a784-a83890f2604d} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11184 2025.01.02 23:41:27.480576 [ 265 ] {2f4abc13-fd54-4d3d-a784-a83890f2604d} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002651 sec., 15088.645794039983 rows/sec., 27.04 MiB/sec.
11185 2025.01.02 23:41:27.480672 [ 265 ] {2f4abc13-fd54-4d3d-a784-a83890f2604d} <Debug> TCPHandler: Processed in 0.00301896 sec.
11186 2025.01.02 23:41:27.480874 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11187 2025.01.02 23:41:27.481100 [ 260 ] {475877ad-da32-4a7d-b8b6-7da0c751ef24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11188 2025.01.02 23:41:27.481195 [ 260 ] {475877ad-da32-4a7d-b8b6-7da0c751ef24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11189 2025.01.02 23:41:27.481748 [ 260 ] {475877ad-da32-4a7d-b8b6-7da0c751ef24} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11190 2025.01.02 23:41:27.481788 [ 260 ] {475877ad-da32-4a7d-b8b6-7da0c751ef24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
11191 2025.01.02 23:41:27.482165 [ 260 ] {475877ad-da32-4a7d-b8b6-7da0c751ef24} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
11192 2025.01.02 23:41:27.482402 [ 260 ] {475877ad-da32-4a7d-b8b6-7da0c751ef24} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11193 2025.01.02 23:41:27.482616 [ 260 ] {475877ad-da32-4a7d-b8b6-7da0c751ef24} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001573 sec., 52129.68849332486 rows/sec., 3.31 MiB/sec.
11194 2025.01.02 23:41:27.482666 [ 260 ] {475877ad-da32-4a7d-b8b6-7da0c751ef24} <Debug> TCPHandler: Processed in 0.001904235 sec.
11195 2025.01.02 23:41:27.663914 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 453
11196 2025.01.02 23:41:27.684908 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11197 2025.01.02 23:41:27.684966 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
11198 2025.01.02 23:41:27.692301 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
11199 2025.01.02 23:41:27.693088 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11200 2025.01.02 23:41:27.695751 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 453
11201 2025.01.02 23:41:28.000172 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 245.38 MiB, peak 254.53 MiB, free memory in arenas 0.00 B, will set to 244.01 MiB (RSS), difference: -1.37 MiB
11202 2025.01.02 23:41:30.296747 [ 135 ] {} <Debug> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0
11203 2025.01.02 23:41:30.296832 [ 135 ] {} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11204 2025.01.02 23:41:30.296861 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
11205 2025.01.02 23:41:30.297141 [ 192 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::all_1_25_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_21_5 to all_25_25_0 into Compact with storage Full
11206 2025.01.02 23:41:30.297399 [ 192 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11207 2025.01.02 23:41:30.297472 [ 192 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 18 rows starting from the beginning of the part
11208 2025.01.02 23:41:30.297570 [ 192 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 4 rows starting from the beginning of the part
11209 2025.01.02 23:41:30.297805 [ 192 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 2 rows starting from the beginning of the part
11210 2025.01.02 23:41:30.297984 [ 192 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 2 rows starting from the beginning of the part
11211 2025.01.02 23:41:30.298165 [ 192 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 10 rows starting from the beginning of the part
11212 2025.01.02 23:41:30.299220 [ 201 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.00226036 sec., 15926.666548691359 rows/sec., 1.33 MiB/sec.
11213 2025.01.02 23:41:30.299460 [ 202 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary)
11214 2025.01.02 23:41:30.300059 [ 202 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::all_1_25_6} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11215 2025.01.02 23:41:30.300224 [ 202 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::all_1_25_6} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6
11216 2025.01.02 23:41:30.300393 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
11217 2025.01.02 23:41:32.472194 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11218 2025.01.02 23:41:32.472501 [ 260 ] {b51ccd51-62b7-4567-9ddc-37e3eb7ba0ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
11219 2025.01.02 23:41:32.472578 [ 260 ] {b51ccd51-62b7-4567-9ddc-37e3eb7ba0ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
11220 2025.01.02 23:41:32.473302 [ 260 ] {b51ccd51-62b7-4567-9ddc-37e3eb7ba0ab} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11221 2025.01.02 23:41:32.473353 [ 260 ] {b51ccd51-62b7-4567-9ddc-37e3eb7ba0ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
11222 2025.01.02 23:41:32.473780 [ 260 ] {b51ccd51-62b7-4567-9ddc-37e3eb7ba0ab} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
11223 2025.01.02 23:41:32.474038 [ 260 ] {b51ccd51-62b7-4567-9ddc-37e3eb7ba0ab} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11224 2025.01.02 23:41:32.474283 [ 260 ] {b51ccd51-62b7-4567-9ddc-37e3eb7ba0ab} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001866 sec., 2143.6227224008576 rows/sec., 174.80 KiB/sec.
11225 2025.01.02 23:41:32.474349 [ 260 ] {b51ccd51-62b7-4567-9ddc-37e3eb7ba0ab} <Debug> TCPHandler: Processed in 0.002350751 sec.
11226 2025.01.02 23:41:32.474594 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11227 2025.01.02 23:41:32.474805 [ 265 ] {715e5148-ba52-4207-873f-2785febd2a87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11228 2025.01.02 23:41:32.474886 [ 265 ] {715e5148-ba52-4207-873f-2785febd2a87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11229 2025.01.02 23:41:32.476160 [ 265 ] {715e5148-ba52-4207-873f-2785febd2a87} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11230 2025.01.02 23:41:32.476206 [ 265 ] {715e5148-ba52-4207-873f-2785febd2a87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
11231 2025.01.02 23:41:32.476698 [ 265 ] {715e5148-ba52-4207-873f-2785febd2a87} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
11232 2025.01.02 23:41:32.476958 [ 265 ] {715e5148-ba52-4207-873f-2785febd2a87} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11233 2025.01.02 23:41:32.477229 [ 265 ] {715e5148-ba52-4207-873f-2785febd2a87} <Debug> executeQuery: Read 1198 rows, 101.11 KiB in 0.002474 sec., 484236.0549717057 rows/sec., 39.91 MiB/sec.
11234 2025.01.02 23:41:32.477324 [ 265 ] {715e5148-ba52-4207-873f-2785febd2a87} <Debug> TCPHandler: Processed in 0.002869398 sec.
11235 2025.01.02 23:41:32.477591 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11236 2025.01.02 23:41:32.477861 [ 260 ] {f5ee0d3b-d1e3-487c-bc02-3ef8b67739dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11237 2025.01.02 23:41:32.477957 [ 260 ] {f5ee0d3b-d1e3-487c-bc02-3ef8b67739dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11238 2025.01.02 23:41:32.478789 [ 260 ] {f5ee0d3b-d1e3-487c-bc02-3ef8b67739dd} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11239 2025.01.02 23:41:32.478832 [ 260 ] {f5ee0d3b-d1e3-487c-bc02-3ef8b67739dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
11240 2025.01.02 23:41:32.479196 [ 260 ] {f5ee0d3b-d1e3-487c-bc02-3ef8b67739dd} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
11241 2025.01.02 23:41:32.479439 [ 260 ] {f5ee0d3b-d1e3-487c-bc02-3ef8b67739dd} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11242 2025.01.02 23:41:32.479652 [ 260 ] {f5ee0d3b-d1e3-487c-bc02-3ef8b67739dd} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.00185 sec., 2162.162162162162 rows/sec., 150.97 KiB/sec.
11243 2025.01.02 23:41:32.479710 [ 260 ] {f5ee0d3b-d1e3-487c-bc02-3ef8b67739dd} <Debug> TCPHandler: Processed in 0.00229454 sec.
11244 2025.01.02 23:41:32.479912 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11245 2025.01.02 23:41:32.480132 [ 265 ] {8716b4f6-03b6-4000-845d-5be0f8352723} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
11246 2025.01.02 23:41:32.480222 [ 265 ] {8716b4f6-03b6-4000-845d-5be0f8352723} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
11247 2025.01.02 23:41:32.481034 [ 265 ] {8716b4f6-03b6-4000-845d-5be0f8352723} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11248 2025.01.02 23:41:32.481072 [ 265 ] {8716b4f6-03b6-4000-845d-5be0f8352723} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
11249 2025.01.02 23:41:32.481440 [ 265 ] {8716b4f6-03b6-4000-845d-5be0f8352723} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
11250 2025.01.02 23:41:32.481676 [ 265 ] {8716b4f6-03b6-4000-845d-5be0f8352723} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11251 2025.01.02 23:41:32.481883 [ 265 ] {8716b4f6-03b6-4000-845d-5be0f8352723} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001807 sec., 126175.9822910902 rows/sec., 8.54 MiB/sec.
11252 2025.01.02 23:41:32.481934 [ 265 ] {8716b4f6-03b6-4000-845d-5be0f8352723} <Debug> TCPHandler: Processed in 0.002129238 sec.
11253 2025.01.02 23:41:32.482110 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11254 2025.01.02 23:41:32.482251 [ 260 ] {8c106961-e301-4292-950a-e4b6d3cc7808} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11255 2025.01.02 23:41:32.482308 [ 260 ] {8c106961-e301-4292-950a-e4b6d3cc7808} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11256 2025.01.02 23:41:32.483135 [ 260 ] {8c106961-e301-4292-950a-e4b6d3cc7808} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11257 2025.01.02 23:41:32.483174 [ 260 ] {8c106961-e301-4292-950a-e4b6d3cc7808} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
11258 2025.01.02 23:41:32.483569 [ 260 ] {8c106961-e301-4292-950a-e4b6d3cc7808} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
11259 2025.01.02 23:41:32.483816 [ 260 ] {8c106961-e301-4292-950a-e4b6d3cc7808} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11260 2025.01.02 23:41:32.484007 [ 260 ] {8c106961-e301-4292-950a-e4b6d3cc7808} <Debug> executeQuery: Read 524 rows, 39.73 KiB in 0.001788 sec., 293064.8769574944 rows/sec., 21.70 MiB/sec.
11261 2025.01.02 23:41:32.484064 [ 260 ] {8c106961-e301-4292-950a-e4b6d3cc7808} <Debug> TCPHandler: Processed in 0.002018746 sec.
11262 2025.01.02 23:41:32.484210 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11263 2025.01.02 23:41:32.484325 [ 265 ] {fae6cb3b-45f7-4a22-9b22-b041b1f6c755} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11264 2025.01.02 23:41:32.484378 [ 265 ] {fae6cb3b-45f7-4a22-9b22-b041b1f6c755} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11265 2025.01.02 23:41:32.485245 [ 265 ] {fae6cb3b-45f7-4a22-9b22-b041b1f6c755} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11266 2025.01.02 23:41:32.485290 [ 265 ] {fae6cb3b-45f7-4a22-9b22-b041b1f6c755} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
11267 2025.01.02 23:41:32.485761 [ 265 ] {fae6cb3b-45f7-4a22-9b22-b041b1f6c755} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
11268 2025.01.02 23:41:32.486015 [ 265 ] {fae6cb3b-45f7-4a22-9b22-b041b1f6c755} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11269 2025.01.02 23:41:32.486259 [ 265 ] {fae6cb3b-45f7-4a22-9b22-b041b1f6c755} <Debug> executeQuery: Read 882 rows, 60.77 KiB in 0.001952 sec., 451844.262295082 rows/sec., 30.40 MiB/sec.
11270 2025.01.02 23:41:32.486351 [ 265 ] {fae6cb3b-45f7-4a22-9b22-b041b1f6c755} <Debug> TCPHandler: Processed in 0.002192288 sec.
11271 2025.01.02 23:41:32.486551 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11272 2025.01.02 23:41:32.486756 [ 260 ] {e79dc5c5-781c-4d6f-a8f2-056741a06bdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11273 2025.01.02 23:41:32.486808 [ 260 ] {e79dc5c5-781c-4d6f-a8f2-056741a06bdd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11274 2025.01.02 23:41:32.487290 [ 260 ] {e79dc5c5-781c-4d6f-a8f2-056741a06bdd} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11275 2025.01.02 23:41:32.487326 [ 260 ] {e79dc5c5-781c-4d6f-a8f2-056741a06bdd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
11276 2025.01.02 23:41:32.487681 [ 260 ] {e79dc5c5-781c-4d6f-a8f2-056741a06bdd} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
11277 2025.01.02 23:41:32.487912 [ 260 ] {e79dc5c5-781c-4d6f-a8f2-056741a06bdd} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11278 2025.01.02 23:41:32.488169 [ 260 ] {e79dc5c5-781c-4d6f-a8f2-056741a06bdd} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001445 sec., 41522.491349480966 rows/sec., 2.80 MiB/sec.
11279 2025.01.02 23:41:32.488272 [ 260 ] {e79dc5c5-781c-4d6f-a8f2-056741a06bdd} <Debug> TCPHandler: Processed in 0.001833775 sec.
11280 2025.01.02 23:41:33.214012 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 27999
11281 2025.01.02 23:41:33.214903 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11282 2025.01.02 23:41:33.214954 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
11283 2025.01.02 23:41:33.215478 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
11284 2025.01.02 23:41:33.215750 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11285 2025.01.02 23:41:33.215973 [ 96 ] {} <Debug> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
11286 2025.01.02 23:41:33.216003 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27999
11287 2025.01.02 23:41:33.216061 [ 96 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11288 2025.01.02 23:41:33.216094 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
11289 2025.01.02 23:41:33.216325 [ 192 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full
11290 2025.01.02 23:41:33.216755 [ 192 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11291 2025.01.02 23:41:33.216832 [ 192 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_56_11, total 25681 rows starting from the beginning of the part
11292 2025.01.02 23:41:33.216906 [ 192 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 488 rows starting from the beginning of the part
11293 2025.01.02 23:41:33.217006 [ 192 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 427 rows starting from the beginning of the part
11294 2025.01.02 23:41:33.217264 [ 192 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 488 rows starting from the beginning of the part
11295 2025.01.02 23:41:33.217466 [ 192 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 427 rows starting from the beginning of the part
11296 2025.01.02 23:41:33.217658 [ 192 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 488 rows starting from the beginning of the part
11297 2025.01.02 23:41:33.220375 [ 201 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27999 rows, containing 4 columns (4 merged, 0 gathered) in 0.004194685 sec., 6674875.467406969 rows/sec., 95.48 MiB/sec.
11298 2025.01.02 23:41:33.220922 [ 200 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
11299 2025.01.02 23:41:33.221502 [ 200 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_61_12} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11300 2025.01.02 23:41:33.221610 [ 200 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_61_12} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
11301 2025.01.02 23:41:33.221734 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.89 MiB.
11302 2025.01.02 23:41:35.195931 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 460
11303 2025.01.02 23:41:35.217773 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11304 2025.01.02 23:41:35.217844 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
11305 2025.01.02 23:41:35.225230 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
11306 2025.01.02 23:41:35.225989 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11307 2025.01.02 23:41:35.226367 [ 102 ] {} <Debug> system.metric_log (31b60859-c590-4889-866a-026624596be5) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
11308 2025.01.02 23:41:35.226501 [ 102 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11309 2025.01.02 23:41:35.226571 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
11310 2025.01.02 23:41:35.227028 [ 201 ] {31b60859-c590-4889-866a-026624596be5::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full
11311 2025.01.02 23:41:35.236604 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 460
11312 2025.01.02 23:41:35.237814 [ 201 ] {31b60859-c590-4889-866a-026624596be5::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11313 2025.01.02 23:41:35.238726 [ 201 ] {31b60859-c590-4889-866a-026624596be5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 422 rows starting from the beginning of the part
11314 2025.01.02 23:41:35.243468 [ 201 ] {31b60859-c590-4889-866a-026624596be5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 8 rows starting from the beginning of the part
11315 2025.01.02 23:41:35.248255 [ 201 ] {31b60859-c590-4889-866a-026624596be5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 8 rows starting from the beginning of the part
11316 2025.01.02 23:41:35.253464 [ 201 ] {31b60859-c590-4889-866a-026624596be5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 7 rows starting from the beginning of the part
11317 2025.01.02 23:41:35.258858 [ 201 ] {31b60859-c590-4889-866a-026624596be5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 8 rows starting from the beginning of the part
11318 2025.01.02 23:41:35.263566 [ 201 ] {31b60859-c590-4889-866a-026624596be5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 7 rows starting from the beginning of the part
11319 2025.01.02 23:41:35.323642 [ 200 ] {31b60859-c590-4889-866a-026624596be5::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 460 rows, containing 679 columns (679 merged, 0 gathered) in 0.096933884 sec., 4745.502614957634 rows/sec., 24.54 MiB/sec.
11320 2025.01.02 23:41:35.327101 [ 200 ] {31b60859-c590-4889-866a-026624596be5::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
11321 2025.01.02 23:41:35.330133 [ 200 ] {31b60859-c590-4889-866a-026624596be5::all_1_61_12} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11322 2025.01.02 23:41:35.330264 [ 200 ] {31b60859-c590-4889-866a-026624596be5::all_1_61_12} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
11323 2025.01.02 23:41:35.332985 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB.
11324 2025.01.02 23:41:35.877423 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1578
11325 2025.01.02 23:41:35.880649 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11326 2025.01.02 23:41:35.880698 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
11327 2025.01.02 23:41:35.882183 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
11328 2025.01.02 23:41:35.882495 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11329 2025.01.02 23:41:35.883927 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1578
11330 2025.01.02 23:41:36.000195 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 245.08 MiB, peak 258.50 MiB, free memory in arenas 0.00 B, will set to 246.52 MiB (RSS), difference: 1.44 MiB
11331 2025.01.02 23:41:37.447235 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11332 2025.01.02 23:41:37.447423 [ 260 ] {c3ffaecb-e063-47f2-8c47-75de2c38137b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
11333 2025.01.02 23:41:37.447494 [ 260 ] {c3ffaecb-e063-47f2-8c47-75de2c38137b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
11334 2025.01.02 23:41:37.448260 [ 260 ] {c3ffaecb-e063-47f2-8c47-75de2c38137b} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11335 2025.01.02 23:41:37.448312 [ 260 ] {c3ffaecb-e063-47f2-8c47-75de2c38137b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
11336 2025.01.02 23:41:37.448751 [ 260 ] {c3ffaecb-e063-47f2-8c47-75de2c38137b} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
11337 2025.01.02 23:41:37.449011 [ 260 ] {c3ffaecb-e063-47f2-8c47-75de2c38137b} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11338 2025.01.02 23:41:37.449253 [ 260 ] {c3ffaecb-e063-47f2-8c47-75de2c38137b} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001882 sec., 7438.894792773645 rows/sec., 535.50 KiB/sec.
11339 2025.01.02 23:41:37.449321 [ 260 ] {c3ffaecb-e063-47f2-8c47-75de2c38137b} <Debug> TCPHandler: Processed in 0.002215979 sec.
11340 2025.01.02 23:41:37.449595 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11341 2025.01.02 23:41:37.449794 [ 265 ] {ea57f121-b851-47de-9fd0-686bd52ca95d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11342 2025.01.02 23:41:37.449870 [ 265 ] {ea57f121-b851-47de-9fd0-686bd52ca95d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11343 2025.01.02 23:41:37.450791 [ 265 ] {ea57f121-b851-47de-9fd0-686bd52ca95d} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11344 2025.01.02 23:41:37.450844 [ 265 ] {ea57f121-b851-47de-9fd0-686bd52ca95d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
11345 2025.01.02 23:41:37.451306 [ 265 ] {ea57f121-b851-47de-9fd0-686bd52ca95d} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
11346 2025.01.02 23:41:37.451560 [ 265 ] {ea57f121-b851-47de-9fd0-686bd52ca95d} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11347 2025.01.02 23:41:37.451772 [ 87 ] {} <Debug> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
11348 2025.01.02 23:41:37.451833 [ 265 ] {ea57f121-b851-47de-9fd0-686bd52ca95d} <Debug> executeQuery: Read 283 rows, 25.60 KiB in 0.002083 sec., 135861.73787806046 rows/sec., 12.00 MiB/sec.
11349 2025.01.02 23:41:37.451863 [ 87 ] {} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11350 2025.01.02 23:41:37.451939 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
11351 2025.01.02 23:41:37.451962 [ 265 ] {ea57f121-b851-47de-9fd0-686bd52ca95d} <Debug> TCPHandler: Processed in 0.002502003 sec.
11352 2025.01.02 23:41:37.452231 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11353 2025.01.02 23:41:37.452248 [ 198 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full
11354 2025.01.02 23:41:37.452613 [ 260 ] {f21af5b6-1e57-45f9-96e0-a8401d1c6308} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11355 2025.01.02 23:41:37.452798 [ 260 ] {f21af5b6-1e57-45f9-96e0-a8401d1c6308} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11356 2025.01.02 23:41:37.452885 [ 198 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11357 2025.01.02 23:41:37.453083 [ 198 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1435 rows starting from the beginning of the part
11358 2025.01.02 23:41:37.453624 [ 198 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 288 rows starting from the beginning of the part
11359 2025.01.02 23:41:37.454093 [ 198 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 56 rows starting from the beginning of the part
11360 2025.01.02 23:41:37.454586 [ 198 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 283 rows starting from the beginning of the part
11361 2025.01.02 23:41:37.454985 [ 198 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 1198 rows starting from the beginning of the part
11362 2025.01.02 23:41:37.455661 [ 198 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 283 rows starting from the beginning of the part
11363 2025.01.02 23:41:37.457182 [ 260 ] {f21af5b6-1e57-45f9-96e0-a8401d1c6308} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11364 2025.01.02 23:41:37.457271 [ 260 ] {f21af5b6-1e57-45f9-96e0-a8401d1c6308} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
11365 2025.01.02 23:41:37.458318 [ 260 ] {f21af5b6-1e57-45f9-96e0-a8401d1c6308} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
11366 2025.01.02 23:41:37.458687 [ 260 ] {f21af5b6-1e57-45f9-96e0-a8401d1c6308} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11367 2025.01.02 23:41:37.458964 [ 260 ] {f21af5b6-1e57-45f9-96e0-a8401d1c6308} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.006484 sec., 7248.611967921036 rows/sec., 534.22 KiB/sec.
11368 2025.01.02 23:41:37.459213 [ 260 ] {f21af5b6-1e57-45f9-96e0-a8401d1c6308} <Debug> TCPHandler: Processed in 0.007126253 sec.
11369 2025.01.02 23:41:37.459483 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11370 2025.01.02 23:41:37.459511 [ 198 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3543 rows, containing 5 columns (5 merged, 0 gathered) in 0.007464178 sec., 474667.1368233716 rows/sec., 41.82 MiB/sec.
11371 2025.01.02 23:41:37.459637 [ 265 ] {375d54b9-9895-4d53-84ce-73141f959ff0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
11372 2025.01.02 23:41:37.459723 [ 265 ] {375d54b9-9895-4d53-84ce-73141f959ff0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
11373 2025.01.02 23:41:37.459792 [ 186 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
11374 2025.01.02 23:41:37.460471 [ 186 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_86_17} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11375 2025.01.02 23:41:37.460589 [ 186 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_86_17} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
11376 2025.01.02 23:41:37.460747 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.88 MiB.
11377 2025.01.02 23:41:37.460973 [ 265 ] {375d54b9-9895-4d53-84ce-73141f959ff0} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11378 2025.01.02 23:41:37.461017 [ 265 ] {375d54b9-9895-4d53-84ce-73141f959ff0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
11379 2025.01.02 23:41:37.461388 [ 265 ] {375d54b9-9895-4d53-84ce-73141f959ff0} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
11380 2025.01.02 23:41:37.461631 [ 265 ] {375d54b9-9895-4d53-84ce-73141f959ff0} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11381 2025.01.02 23:41:37.461861 [ 265 ] {375d54b9-9895-4d53-84ce-73141f959ff0} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002264 sec., 6183.745583038869 rows/sec., 433.07 KiB/sec.
11382 2025.01.02 23:41:37.461916 [ 265 ] {375d54b9-9895-4d53-84ce-73141f959ff0} <Debug> TCPHandler: Processed in 0.002568824 sec.
11383 2025.01.02 23:41:37.462087 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11384 2025.01.02 23:41:37.462235 [ 260 ] {af55dd84-5fcb-4171-ab88-64eecba6f002} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
11385 2025.01.02 23:41:37.462293 [ 260 ] {af55dd84-5fcb-4171-ab88-64eecba6f002} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
11386 2025.01.02 23:41:37.462936 [ 260 ] {af55dd84-5fcb-4171-ab88-64eecba6f002} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11387 2025.01.02 23:41:37.462977 [ 260 ] {af55dd84-5fcb-4171-ab88-64eecba6f002} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
11388 2025.01.02 23:41:37.463344 [ 260 ] {af55dd84-5fcb-4171-ab88-64eecba6f002} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
11389 2025.01.02 23:41:37.463585 [ 260 ] {af55dd84-5fcb-4171-ab88-64eecba6f002} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11390 2025.01.02 23:41:37.463818 [ 260 ] {af55dd84-5fcb-4171-ab88-64eecba6f002} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001617 sec., 8039.579468150897 rows/sec., 501.27 KiB/sec.
11391 2025.01.02 23:41:37.463918 [ 260 ] {af55dd84-5fcb-4171-ab88-64eecba6f002} <Debug> TCPHandler: Processed in 0.001899534 sec.
11392 2025.01.02 23:41:37.464115 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11393 2025.01.02 23:41:37.464248 [ 265 ] {53e465fd-d838-4440-881a-7782036c73e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11394 2025.01.02 23:41:37.464307 [ 265 ] {53e465fd-d838-4440-881a-7782036c73e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11395 2025.01.02 23:41:37.465142 [ 265 ] {53e465fd-d838-4440-881a-7782036c73e9} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11396 2025.01.02 23:41:37.465185 [ 265 ] {53e465fd-d838-4440-881a-7782036c73e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
11397 2025.01.02 23:41:37.465576 [ 265 ] {53e465fd-d838-4440-881a-7782036c73e9} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
11398 2025.01.02 23:41:37.465815 [ 265 ] {53e465fd-d838-4440-881a-7782036c73e9} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11399 2025.01.02 23:41:37.465985 [ 87 ] {} <Debug> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
11400 2025.01.02 23:41:37.466045 [ 87 ] {} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11401 2025.01.02 23:41:37.466060 [ 265 ] {53e465fd-d838-4440-881a-7782036c73e9} <Debug> executeQuery: Read 422 rows, 30.88 KiB in 0.00183 sec., 230601.09289617487 rows/sec., 16.48 MiB/sec.
11402 2025.01.02 23:41:37.466090 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
11403 2025.01.02 23:41:37.466220 [ 265 ] {53e465fd-d838-4440-881a-7782036c73e9} <Debug> TCPHandler: Processed in 0.002203079 sec.
11404 2025.01.02 23:41:37.466274 [ 194 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full
11405 2025.01.02 23:41:37.466423 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11406 2025.01.02 23:41:37.466425 [ 194 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11407 2025.01.02 23:41:37.466488 [ 194 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 914 rows starting from the beginning of the part
11408 2025.01.02 23:41:37.466711 [ 260 ] {d65e6881-6b16-447c-b1fc-86f1217efd58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
11409 2025.01.02 23:41:37.466757 [ 194 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 432 rows starting from the beginning of the part
11410 2025.01.02 23:41:37.466880 [ 260 ] {d65e6881-6b16-447c-b1fc-86f1217efd58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
11411 2025.01.02 23:41:37.467123 [ 194 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 64 rows starting from the beginning of the part
11412 2025.01.02 23:41:37.467433 [ 194 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 422 rows starting from the beginning of the part
11413 2025.01.02 23:41:37.467799 [ 194 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 524 rows starting from the beginning of the part
11414 2025.01.02 23:41:37.468131 [ 194 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 422 rows starting from the beginning of the part
11415 2025.01.02 23:41:37.469183 [ 260 ] {d65e6881-6b16-447c-b1fc-86f1217efd58} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11416 2025.01.02 23:41:37.469250 [ 260 ] {d65e6881-6b16-447c-b1fc-86f1217efd58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
11417 2025.01.02 23:41:37.470327 [ 260 ] {d65e6881-6b16-447c-b1fc-86f1217efd58} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
11418 2025.01.02 23:41:37.470675 [ 260 ] {d65e6881-6b16-447c-b1fc-86f1217efd58} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11419 2025.01.02 23:41:37.471109 [ 260 ] {d65e6881-6b16-447c-b1fc-86f1217efd58} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004523 sec., 1326.5531726730046 rows/sec., 69.31 KiB/sec.
11420 2025.01.02 23:41:37.471411 [ 260 ] {d65e6881-6b16-447c-b1fc-86f1217efd58} <Debug> TCPHandler: Processed in 0.005097777 sec.
11421 2025.01.02 23:41:37.471734 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11422 2025.01.02 23:41:37.472166 [ 198 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2778 rows, containing 5 columns (5 merged, 0 gathered) in 0.005943719 sec., 467384.1411412619 rows/sec., 35.70 MiB/sec.
11423 2025.01.02 23:41:37.472227 [ 265 ] {5e0725dc-cf40-40b8-95e9-0badd3959b9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11424 2025.01.02 23:41:37.472306 [ 265 ] {5e0725dc-cf40-40b8-95e9-0badd3959b9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11425 2025.01.02 23:41:37.472381 [ 198 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
11426 2025.01.02 23:41:37.472795 [ 194 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_86_17} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11427 2025.01.02 23:41:37.472934 [ 194 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_86_17} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
11428 2025.01.02 23:41:37.473040 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB.
11429 2025.01.02 23:41:37.473159 [ 265 ] {5e0725dc-cf40-40b8-95e9-0badd3959b9a} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11430 2025.01.02 23:41:37.473197 [ 265 ] {5e0725dc-cf40-40b8-95e9-0badd3959b9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
11431 2025.01.02 23:41:37.473591 [ 265 ] {5e0725dc-cf40-40b8-95e9-0badd3959b9a} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
11432 2025.01.02 23:41:37.473849 [ 265 ] {5e0725dc-cf40-40b8-95e9-0badd3959b9a} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11433 2025.01.02 23:41:37.474032 [ 87 ] {} <Debug> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
11434 2025.01.02 23:41:37.474084 [ 87 ] {} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11435 2025.01.02 23:41:37.474099 [ 265 ] {5e0725dc-cf40-40b8-95e9-0badd3959b9a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001977 sec., 119878.60394537177 rows/sec., 8.04 MiB/sec.
11436 2025.01.02 23:41:37.474121 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
11437 2025.01.02 23:41:37.474269 [ 265 ] {5e0725dc-cf40-40b8-95e9-0badd3959b9a} <Debug> TCPHandler: Processed in 0.002703785 sec.
11438 2025.01.02 23:41:37.474480 [ 194 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full
11439 2025.01.02 23:41:37.474552 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11440 2025.01.02 23:41:37.474992 [ 260 ] {cef632f5-d168-43a8-8229-967d12fa1e85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
11441 2025.01.02 23:41:37.475073 [ 194 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11442 2025.01.02 23:41:37.475244 [ 194 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_81_16, total 25967 rows starting from the beginning of the part
11443 2025.01.02 23:41:37.475260 [ 260 ] {cef632f5-d168-43a8-8229-967d12fa1e85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
11444 2025.01.02 23:41:37.475889 [ 194 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 242 rows starting from the beginning of the part
11445 2025.01.02 23:41:37.476499 [ 194 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 160 rows starting from the beginning of the part
11446 2025.01.02 23:41:37.476952 [ 194 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 237 rows starting from the beginning of the part
11447 2025.01.02 23:41:37.477262 [ 194 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 882 rows starting from the beginning of the part
11448 2025.01.02 23:41:37.477495 [ 194 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 237 rows starting from the beginning of the part
11449 2025.01.02 23:41:37.478451 [ 260 ] {cef632f5-d168-43a8-8229-967d12fa1e85} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11450 2025.01.02 23:41:37.478517 [ 260 ] {cef632f5-d168-43a8-8229-967d12fa1e85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
11451 2025.01.02 23:41:37.479074 [ 260 ] {cef632f5-d168-43a8-8229-967d12fa1e85} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
11452 2025.01.02 23:41:37.479491 [ 260 ] {cef632f5-d168-43a8-8229-967d12fa1e85} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11453 2025.01.02 23:41:37.480013 [ 260 ] {cef632f5-d168-43a8-8229-967d12fa1e85} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.005114 sec., 195.54165037152916 rows/sec., 13.18 KiB/sec.
11454 2025.01.02 23:41:37.480450 [ 260 ] {cef632f5-d168-43a8-8229-967d12fa1e85} <Debug> TCPHandler: Processed in 0.00605742 sec.
11455 2025.01.02 23:41:37.480790 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11456 2025.01.02 23:41:37.480955 [ 265 ] {fa85aed9-51c1-4ee9-839b-1d78c10a49ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11457 2025.01.02 23:41:37.481093 [ 265 ] {fa85aed9-51c1-4ee9-839b-1d78c10a49ad} <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
11458 2025.01.02 23:41:37.482610 [ 265 ] {fa85aed9-51c1-4ee9-839b-1d78c10a49ad} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11459 2025.01.02 23:41:37.482651 [ 265 ] {fa85aed9-51c1-4ee9-839b-1d78c10a49ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
11460 2025.01.02 23:41:37.483553 [ 265 ] {fa85aed9-51c1-4ee9-839b-1d78c10a49ad} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
11461 2025.01.02 23:41:37.483851 [ 265 ] {fa85aed9-51c1-4ee9-839b-1d78c10a49ad} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11462 2025.01.02 23:41:37.484192 [ 265 ] {fa85aed9-51c1-4ee9-839b-1d78c10a49ad} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.003277 sec., 12206.286237412267 rows/sec., 21.87 MiB/sec.
11463 2025.01.02 23:41:37.484861 [ 265 ] {fa85aed9-51c1-4ee9-839b-1d78c10a49ad} <Debug> TCPHandler: Processed in 0.004278776 sec.
11464 2025.01.02 23:41:37.485143 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11465 2025.01.02 23:41:37.485287 [ 260 ] {87cc72a4-b113-40cb-9b89-0c9ca987eab0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11466 2025.01.02 23:41:37.485340 [ 260 ] {87cc72a4-b113-40cb-9b89-0c9ca987eab0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11467 2025.01.02 23:41:37.485937 [ 194 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27725 rows, containing 5 columns (5 merged, 0 gathered) in 0.011669254 sec., 2375901.664322329 rows/sec., 160.22 MiB/sec.
11468 2025.01.02 23:41:37.486212 [ 260 ] {87cc72a4-b113-40cb-9b89-0c9ca987eab0} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11469 2025.01.02 23:41:37.486272 [ 260 ] {87cc72a4-b113-40cb-9b89-0c9ca987eab0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
11470 2025.01.02 23:41:37.486289 [ 194 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
11471 2025.01.02 23:41:37.486916 [ 194 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11472 2025.01.02 23:41:37.487092 [ 194 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
11473 2025.01.02 23:41:37.487128 [ 260 ] {87cc72a4-b113-40cb-9b89-0c9ca987eab0} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
11474 2025.01.02 23:41:37.487223 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB.
11475 2025.01.02 23:41:37.487456 [ 260 ] {87cc72a4-b113-40cb-9b89-0c9ca987eab0} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11476 2025.01.02 23:41:37.487653 [ 87 ] {} <Debug> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
11477 2025.01.02 23:41:37.487709 [ 87 ] {} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11478 2025.01.02 23:41:37.487726 [ 260 ] {87cc72a4-b113-40cb-9b89-0c9ca987eab0} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002455 sec., 33401.22199592668 rows/sec., 2.12 MiB/sec.
11479 2025.01.02 23:41:37.487755 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
11480 2025.01.02 23:41:37.487894 [ 260 ] {87cc72a4-b113-40cb-9b89-0c9ca987eab0} <Debug> TCPHandler: Processed in 0.002916918 sec.
11481 2025.01.02 23:41:37.487979 [ 187 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full
11482 2025.01.02 23:41:37.488104 [ 187 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11483 2025.01.02 23:41:37.488131 [ 187 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 5288 rows starting from the beginning of the part
11484 2025.01.02 23:41:37.488207 [ 187 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 82 rows starting from the beginning of the part
11485 2025.01.02 23:41:37.488412 [ 187 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 60 rows starting from the beginning of the part
11486 2025.01.02 23:41:37.488594 [ 187 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 82 rows starting from the beginning of the part
11487 2025.01.02 23:41:37.488688 [ 187 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 60 rows starting from the beginning of the part
11488 2025.01.02 23:41:37.488938 [ 187 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 82 rows starting from the beginning of the part
11489 2025.01.02 23:41:37.490732 [ 194 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5654 rows, containing 4 columns (4 merged, 0 gathered) in 0.002838237 sec., 1992081.7042410483 rows/sec., 129.73 MiB/sec.
11490 2025.01.02 23:41:37.491043 [ 187 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
11491 2025.01.02 23:41:37.491326 [ 187 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_86_17} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11492 2025.01.02 23:41:37.491404 [ 187 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_86_17} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
11493 2025.01.02 23:41:37.491476 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.14 MiB.
11494 2025.01.02 23:41:40.527041 [ 61 ] {} <Debug> DNSResolver: Updating DNS cache
11495 2025.01.02 23:41:40.527106 [ 61 ] {} <Debug> DNSResolver: Updated DNS cache
11496 2025.01.02 23:41:40.716258 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 28426
11497 2025.01.02 23:41:40.716948 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11498 2025.01.02 23:41:40.716987 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
11499 2025.01.02 23:41:40.717520 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
11500 2025.01.02 23:41:40.717788 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11501 2025.01.02 23:41:40.717968 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28426
11502 2025.01.02 23:41:42.441501 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11503 2025.01.02 23:41:42.441688 [ 260 ] {a485fba8-9414-49ff-94e2-9e7945aa4fbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11504 2025.01.02 23:41:42.441759 [ 260 ] {a485fba8-9414-49ff-94e2-9e7945aa4fbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11505 2025.01.02 23:41:42.442542 [ 260 ] {a485fba8-9414-49ff-94e2-9e7945aa4fbb} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11506 2025.01.02 23:41:42.442593 [ 260 ] {a485fba8-9414-49ff-94e2-9e7945aa4fbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
11507 2025.01.02 23:41:42.443054 [ 260 ] {a485fba8-9414-49ff-94e2-9e7945aa4fbb} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
11508 2025.01.02 23:41:42.443332 [ 260 ] {a485fba8-9414-49ff-94e2-9e7945aa4fbb} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11509 2025.01.02 23:41:42.443546 [ 260 ] {a485fba8-9414-49ff-94e2-9e7945aa4fbb} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00191 sec., 29319.37172774869 rows/sec., 2.25 MiB/sec.
11510 2025.01.02 23:41:42.443615 [ 260 ] {a485fba8-9414-49ff-94e2-9e7945aa4fbb} <Debug> TCPHandler: Processed in 0.00224798 sec.
11511 2025.01.02 23:41:42.443886 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11512 2025.01.02 23:41:42.444082 [ 265 ] {3cb0bb01-dfeb-43d4-a97d-6be740e2fc62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11513 2025.01.02 23:41:42.444160 [ 265 ] {3cb0bb01-dfeb-43d4-a97d-6be740e2fc62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11514 2025.01.02 23:41:42.444963 [ 265 ] {3cb0bb01-dfeb-43d4-a97d-6be740e2fc62} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11515 2025.01.02 23:41:42.445017 [ 265 ] {3cb0bb01-dfeb-43d4-a97d-6be740e2fc62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
11516 2025.01.02 23:41:42.445464 [ 265 ] {3cb0bb01-dfeb-43d4-a97d-6be740e2fc62} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
11517 2025.01.02 23:41:42.445727 [ 265 ] {3cb0bb01-dfeb-43d4-a97d-6be740e2fc62} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11518 2025.01.02 23:41:42.445956 [ 265 ] {3cb0bb01-dfeb-43d4-a97d-6be740e2fc62} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001931 sec., 33143.44899016054 rows/sec., 2.59 MiB/sec.
11519 2025.01.02 23:41:42.446013 [ 265 ] {3cb0bb01-dfeb-43d4-a97d-6be740e2fc62} <Debug> TCPHandler: Processed in 0.00226764 sec.
11520 2025.01.02 23:41:42.446190 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11521 2025.01.02 23:41:42.446336 [ 260 ] {982a4e79-1aa3-4a33-8126-9d7569a579a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11522 2025.01.02 23:41:42.446401 [ 260 ] {982a4e79-1aa3-4a33-8126-9d7569a579a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11523 2025.01.02 23:41:42.447051 [ 260 ] {982a4e79-1aa3-4a33-8126-9d7569a579a7} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11524 2025.01.02 23:41:42.447090 [ 260 ] {982a4e79-1aa3-4a33-8126-9d7569a579a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
11525 2025.01.02 23:41:42.447520 [ 260 ] {982a4e79-1aa3-4a33-8126-9d7569a579a7} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
11526 2025.01.02 23:41:42.447761 [ 260 ] {982a4e79-1aa3-4a33-8126-9d7569a579a7} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11527 2025.01.02 23:41:42.447944 [ 260 ] {982a4e79-1aa3-4a33-8126-9d7569a579a7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001645 sec., 97264.4376899696 rows/sec., 6.77 MiB/sec.
11528 2025.01.02 23:41:42.448001 [ 260 ] {982a4e79-1aa3-4a33-8126-9d7569a579a7} <Debug> TCPHandler: Processed in 0.001879225 sec.
11529 2025.01.02 23:41:42.448166 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11530 2025.01.02 23:41:42.448296 [ 265 ] {4dc2dc38-eec7-4c88-a1f7-4e7ae08562d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11531 2025.01.02 23:41:42.448354 [ 265 ] {4dc2dc38-eec7-4c88-a1f7-4e7ae08562d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11532 2025.01.02 23:41:42.448872 [ 265 ] {4dc2dc38-eec7-4c88-a1f7-4e7ae08562d7} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11533 2025.01.02 23:41:42.448913 [ 265 ] {4dc2dc38-eec7-4c88-a1f7-4e7ae08562d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
11534 2025.01.02 23:41:42.449295 [ 265 ] {4dc2dc38-eec7-4c88-a1f7-4e7ae08562d7} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
11535 2025.01.02 23:41:42.449540 [ 265 ] {4dc2dc38-eec7-4c88-a1f7-4e7ae08562d7} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11536 2025.01.02 23:41:42.449746 [ 265 ] {4dc2dc38-eec7-4c88-a1f7-4e7ae08562d7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001482 sec., 40485.82995951417 rows/sec., 2.73 MiB/sec.
11537 2025.01.02 23:41:42.449796 [ 265 ] {4dc2dc38-eec7-4c88-a1f7-4e7ae08562d7} <Debug> TCPHandler: Processed in 0.001692743 sec.
11538 2025.01.02 23:41:42.736775 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 468
11539 2025.01.02 23:41:42.755118 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11540 2025.01.02 23:41:42.755171 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
11541 2025.01.02 23:41:42.762111 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
11542 2025.01.02 23:41:42.762891 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11543 2025.01.02 23:41:42.765812 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 468
11544 2025.01.02 23:41:45.884316 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1608
11545 2025.01.02 23:41:45.887610 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11546 2025.01.02 23:41:45.887654 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
11547 2025.01.02 23:41:45.889122 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
11548 2025.01.02 23:41:45.889424 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11549 2025.01.02 23:41:45.890460 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1608
11550 2025.01.02 23:41:46.000256 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 242.71 MiB, peak 258.50 MiB, free memory in arenas 0.00 B, will set to 246.71 MiB (RSS), difference: 4.01 MiB
11551 2025.01.02 23:41:47.447816 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11552 2025.01.02 23:41:47.448094 [ 260 ] {7d7f9cb6-013d-4d4d-9464-5fa13da054ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
11553 2025.01.02 23:41:47.448161 [ 260 ] {7d7f9cb6-013d-4d4d-9464-5fa13da054ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
11554 2025.01.02 23:41:47.448912 [ 260 ] {7d7f9cb6-013d-4d4d-9464-5fa13da054ff} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11555 2025.01.02 23:41:47.448957 [ 260 ] {7d7f9cb6-013d-4d4d-9464-5fa13da054ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
11556 2025.01.02 23:41:47.449384 [ 260 ] {7d7f9cb6-013d-4d4d-9464-5fa13da054ff} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
11557 2025.01.02 23:41:47.449633 [ 260 ] {7d7f9cb6-013d-4d4d-9464-5fa13da054ff} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11558 2025.01.02 23:41:47.449840 [ 169 ] {} <Debug> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0
11559 2025.01.02 23:41:47.449910 [ 260 ] {7d7f9cb6-013d-4d4d-9464-5fa13da054ff} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00188 sec., 7446.808510638298 rows/sec., 536.07 KiB/sec.
11560 2025.01.02 23:41:47.449937 [ 169 ] {} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11561 2025.01.02 23:41:47.450006 [ 169 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
11562 2025.01.02 23:41:47.450042 [ 260 ] {7d7f9cb6-013d-4d4d-9464-5fa13da054ff} <Debug> TCPHandler: Processed in 0.002406731 sec.
11563 2025.01.02 23:41:47.450262 [ 199 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_45_11} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_41_10 to all_45_45_0 into Compact with storage Full
11564 2025.01.02 23:41:47.450355 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11565 2025.01.02 23:41:47.450539 [ 199 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_45_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11566 2025.01.02 23:41:47.450618 [ 199 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_10, total 14 rows starting from the beginning of the part
11567 2025.01.02 23:41:47.450661 [ 265 ] {b3af9b83-4788-4658-82ea-810744d7c700} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
11568 2025.01.02 23:41:47.450854 [ 199 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 14 rows starting from the beginning of the part
11569 2025.01.02 23:41:47.450874 [ 265 ] {b3af9b83-4788-4658-82ea-810744d7c700} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
11570 2025.01.02 23:41:47.451183 [ 199 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 14 rows starting from the beginning of the part
11571 2025.01.02 23:41:47.451487 [ 199 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 14 rows starting from the beginning of the part
11572 2025.01.02 23:41:47.451764 [ 199 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 14 rows starting from the beginning of the part
11573 2025.01.02 23:41:47.453704 [ 265 ] {b3af9b83-4788-4658-82ea-810744d7c700} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11574 2025.01.02 23:41:47.453787 [ 265 ] {b3af9b83-4788-4658-82ea-810744d7c700} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
11575 2025.01.02 23:41:47.454497 [ 199 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_45_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004363128 sec., 16043.53573858021 rows/sec., 1.19 MiB/sec.
11576 2025.01.02 23:41:47.454719 [ 187 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_45_11} <Trace> MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary)
11577 2025.01.02 23:41:47.454725 [ 265 ] {b3af9b83-4788-4658-82ea-810744d7c700} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
11578 2025.01.02 23:41:47.455093 [ 265 ] {b3af9b83-4788-4658-82ea-810744d7c700} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11579 2025.01.02 23:41:47.455110 [ 187 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_45_11} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11580 2025.01.02 23:41:47.455214 [ 187 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_45_11} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11
11581 2025.01.02 23:41:47.455336 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
11582 2025.01.02 23:41:47.455377 [ 265 ] {b3af9b83-4788-4658-82ea-810744d7c700} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.004809 sec., 415.88687876897484 rows/sec., 33.91 KiB/sec.
11583 2025.01.02 23:41:47.455451 [ 265 ] {b3af9b83-4788-4658-82ea-810744d7c700} <Debug> TCPHandler: Processed in 0.005272599 sec.
11584 2025.01.02 23:41:47.455662 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11585 2025.01.02 23:41:47.455887 [ 260 ] {f1bb358a-d1cc-4263-80d9-c97aeb536347} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11586 2025.01.02 23:41:47.455981 [ 260 ] {f1bb358a-d1cc-4263-80d9-c97aeb536347} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11587 2025.01.02 23:41:47.456721 [ 260 ] {f1bb358a-d1cc-4263-80d9-c97aeb536347} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11588 2025.01.02 23:41:47.456761 [ 260 ] {f1bb358a-d1cc-4263-80d9-c97aeb536347} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
11589 2025.01.02 23:41:47.457150 [ 260 ] {f1bb358a-d1cc-4263-80d9-c97aeb536347} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
11590 2025.01.02 23:41:47.457393 [ 260 ] {f1bb358a-d1cc-4263-80d9-c97aeb536347} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11591 2025.01.02 23:41:47.457635 [ 260 ] {f1bb358a-d1cc-4263-80d9-c97aeb536347} <Debug> executeQuery: Read 284 rows, 25.68 KiB in 0.001804 sec., 157427.93791574278 rows/sec., 13.90 MiB/sec.
11592 2025.01.02 23:41:47.457702 [ 260 ] {f1bb358a-d1cc-4263-80d9-c97aeb536347} <Debug> TCPHandler: Processed in 0.002146368 sec.
11593 2025.01.02 23:41:47.457972 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11594 2025.01.02 23:41:47.458161 [ 265 ] {9b906a67-ecdb-4d2e-8315-1014070e8a37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11595 2025.01.02 23:41:47.458215 [ 265 ] {9b906a67-ecdb-4d2e-8315-1014070e8a37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11596 2025.01.02 23:41:47.458861 [ 265 ] {9b906a67-ecdb-4d2e-8315-1014070e8a37} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11597 2025.01.02 23:41:47.458900 [ 265 ] {9b906a67-ecdb-4d2e-8315-1014070e8a37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
11598 2025.01.02 23:41:47.459276 [ 265 ] {9b906a67-ecdb-4d2e-8315-1014070e8a37} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
11599 2025.01.02 23:41:47.459519 [ 265 ] {9b906a67-ecdb-4d2e-8315-1014070e8a37} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11600 2025.01.02 23:41:47.459703 [ 265 ] {9b906a67-ecdb-4d2e-8315-1014070e8a37} <Debug> executeQuery: Read 49 rows, 3.60 KiB in 0.001571 sec., 31190.32463399109 rows/sec., 2.24 MiB/sec.
11601 2025.01.02 23:41:47.459757 [ 265 ] {9b906a67-ecdb-4d2e-8315-1014070e8a37} <Debug> TCPHandler: Processed in 0.001956886 sec.
11602 2025.01.02 23:41:47.459907 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11603 2025.01.02 23:41:47.460024 [ 260 ] {9b1966d0-71a4-45fc-a76c-adc6827f6f53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
11604 2025.01.02 23:41:47.460081 [ 260 ] {9b1966d0-71a4-45fc-a76c-adc6827f6f53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
11605 2025.01.02 23:41:47.460723 [ 260 ] {9b1966d0-71a4-45fc-a76c-adc6827f6f53} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11606 2025.01.02 23:41:47.460767 [ 260 ] {9b1966d0-71a4-45fc-a76c-adc6827f6f53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
11607 2025.01.02 23:41:47.461129 [ 260 ] {9b1966d0-71a4-45fc-a76c-adc6827f6f53} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
11608 2025.01.02 23:41:47.461440 [ 260 ] {9b1966d0-71a4-45fc-a76c-adc6827f6f53} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11609 2025.01.02 23:41:47.461644 [ 260 ] {9b1966d0-71a4-45fc-a76c-adc6827f6f53} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001645 sec., 8510.638297872341 rows/sec., 596.03 KiB/sec.
11610 2025.01.02 23:41:47.461697 [ 260 ] {9b1966d0-71a4-45fc-a76c-adc6827f6f53} <Debug> TCPHandler: Processed in 0.001843434 sec.
11611 2025.01.02 23:41:47.461846 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11612 2025.01.02 23:41:47.461963 [ 265 ] {de6c83e6-6ce9-47d4-9e6f-b13d208472e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
11613 2025.01.02 23:41:47.462013 [ 265 ] {de6c83e6-6ce9-47d4-9e6f-b13d208472e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
11614 2025.01.02 23:41:47.462699 [ 265 ] {de6c83e6-6ce9-47d4-9e6f-b13d208472e8} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11615 2025.01.02 23:41:47.462744 [ 265 ] {de6c83e6-6ce9-47d4-9e6f-b13d208472e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
11616 2025.01.02 23:41:47.463143 [ 265 ] {de6c83e6-6ce9-47d4-9e6f-b13d208472e8} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
11617 2025.01.02 23:41:47.463384 [ 265 ] {de6c83e6-6ce9-47d4-9e6f-b13d208472e8} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11618 2025.01.02 23:41:47.463574 [ 171 ] {} <Debug> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0
11619 2025.01.02 23:41:47.463599 [ 265 ] {de6c83e6-6ce9-47d4-9e6f-b13d208472e8} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00166 sec., 7831.325301204819 rows/sec., 488.28 KiB/sec.
11620 2025.01.02 23:41:47.463648 [ 171 ] {} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11621 2025.01.02 23:41:47.463724 [ 171 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
11622 2025.01.02 23:41:47.463731 [ 265 ] {de6c83e6-6ce9-47d4-9e6f-b13d208472e8} <Debug> TCPHandler: Processed in 0.001939165 sec.
11623 2025.01.02 23:41:47.463934 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11624 2025.01.02 23:41:47.463956 [ 197 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_45_11} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_41_10 to all_45_45_0 into Compact with storage Full
11625 2025.01.02 23:41:47.464140 [ 260 ] {352ea0a4-0dc2-428e-9636-15a7b5c82622} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11626 2025.01.02 23:41:47.464163 [ 197 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_45_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11627 2025.01.02 23:41:47.464239 [ 197 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_10, total 13 rows starting from the beginning of the part
11628 2025.01.02 23:41:47.464248 [ 260 ] {352ea0a4-0dc2-428e-9636-15a7b5c82622} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11629 2025.01.02 23:41:47.464596 [ 197 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 13 rows starting from the beginning of the part
11630 2025.01.02 23:41:47.465067 [ 197 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 13 rows starting from the beginning of the part
11631 2025.01.02 23:41:47.465394 [ 197 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 13 rows starting from the beginning of the part
11632 2025.01.02 23:41:47.465678 [ 197 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 13 rows starting from the beginning of the part
11633 2025.01.02 23:41:47.466671 [ 260 ] {352ea0a4-0dc2-428e-9636-15a7b5c82622} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11634 2025.01.02 23:41:47.466719 [ 260 ] {352ea0a4-0dc2-428e-9636-15a7b5c82622} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
11635 2025.01.02 23:41:47.467069 [ 187 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_45_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003243333 sec., 20041.112028891264 rows/sec., 1.30 MiB/sec.
11636 2025.01.02 23:41:47.467256 [ 187 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_45_11} <Trace> MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary)
11637 2025.01.02 23:41:47.467373 [ 260 ] {352ea0a4-0dc2-428e-9636-15a7b5c82622} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
11638 2025.01.02 23:41:47.467699 [ 187 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_45_11} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11639 2025.01.02 23:41:47.467799 [ 260 ] {352ea0a4-0dc2-428e-9636-15a7b5c82622} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11640 2025.01.02 23:41:47.467863 [ 187 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_45_11} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11
11641 2025.01.02 23:41:47.468078 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
11642 2025.01.02 23:41:47.468221 [ 260 ] {352ea0a4-0dc2-428e-9636-15a7b5c82622} <Debug> executeQuery: Read 424 rows, 31.05 KiB in 0.004156 sec., 102021.17420596728 rows/sec., 7.30 MiB/sec.
11643 2025.01.02 23:41:47.468371 [ 260 ] {352ea0a4-0dc2-428e-9636-15a7b5c82622} <Debug> TCPHandler: Processed in 0.004531789 sec.
11644 2025.01.02 23:41:47.468568 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11645 2025.01.02 23:41:47.468705 [ 265 ] {6947f483-87d1-4a57-9f69-b9c5c7f3569b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
11646 2025.01.02 23:41:47.468756 [ 265 ] {6947f483-87d1-4a57-9f69-b9c5c7f3569b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
11647 2025.01.02 23:41:47.469234 [ 265 ] {6947f483-87d1-4a57-9f69-b9c5c7f3569b} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11648 2025.01.02 23:41:47.469272 [ 265 ] {6947f483-87d1-4a57-9f69-b9c5c7f3569b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
11649 2025.01.02 23:41:47.469650 [ 265 ] {6947f483-87d1-4a57-9f69-b9c5c7f3569b} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
11650 2025.01.02 23:41:47.469891 [ 265 ] {6947f483-87d1-4a57-9f69-b9c5c7f3569b} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11651 2025.01.02 23:41:47.470067 [ 171 ] {} <Debug> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65) (MergerMutator): Selected 6 parts from all_1_40_8 to all_45_45_0
11652 2025.01.02 23:41:47.470130 [ 171 ] {} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11653 2025.01.02 23:41:47.470150 [ 265 ] {6947f483-87d1-4a57-9f69-b9c5c7f3569b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001455 sec., 4123.711340206186 rows/sec., 215.45 KiB/sec.
11654 2025.01.02 23:41:47.470167 [ 171 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
11655 2025.01.02 23:41:47.470309 [ 265 ] {6947f483-87d1-4a57-9f69-b9c5c7f3569b} <Debug> TCPHandler: Processed in 0.001835404 sec.
11656 2025.01.02 23:41:47.470544 [ 197 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_45_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_40_8 to all_45_45_0 into Compact with storage Full
11657 2025.01.02 23:41:47.470594 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11658 2025.01.02 23:41:47.470785 [ 197 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_45_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11659 2025.01.02 23:41:47.470854 [ 260 ] {ef2a72ec-b6bd-48da-bc0f-18897f0cb0d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11660 2025.01.02 23:41:47.470857 [ 197 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_40_8, total 240 rows starting from the beginning of the part
11661 2025.01.02 23:41:47.470980 [ 260 ] {ef2a72ec-b6bd-48da-bc0f-18897f0cb0d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11662 2025.01.02 23:41:47.471102 [ 197 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 6 rows starting from the beginning of the part
11663 2025.01.02 23:41:47.471381 [ 197 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 6 rows starting from the beginning of the part
11664 2025.01.02 23:41:47.471723 [ 197 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 6 rows starting from the beginning of the part
11665 2025.01.02 23:41:47.471921 [ 197 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 6 rows starting from the beginning of the part
11666 2025.01.02 23:41:47.472190 [ 197 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 6 rows starting from the beginning of the part
11667 2025.01.02 23:41:47.473046 [ 260 ] {ef2a72ec-b6bd-48da-bc0f-18897f0cb0d6} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11668 2025.01.02 23:41:47.473091 [ 260 ] {ef2a72ec-b6bd-48da-bc0f-18897f0cb0d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
11669 2025.01.02 23:41:47.473735 [ 260 ] {ef2a72ec-b6bd-48da-bc0f-18897f0cb0d6} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
11670 2025.01.02 23:41:47.473752 [ 188 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_45_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 270 rows, containing 4 columns (4 merged, 0 gathered) in 0.003440475 sec., 78477.53580537571 rows/sec., 4.00 MiB/sec.
11671 2025.01.02 23:41:47.473978 [ 188 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_45_9} <Trace> MergedBlockOutputStream: filled checksums all_1_45_9 (state Temporary)
11672 2025.01.02 23:41:47.474135 [ 260 ] {ef2a72ec-b6bd-48da-bc0f-18897f0cb0d6} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11673 2025.01.02 23:41:47.474560 [ 260 ] {ef2a72ec-b6bd-48da-bc0f-18897f0cb0d6} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.003763 sec., 63247.40898219506 rows/sec., 4.24 MiB/sec.
11674 2025.01.02 23:41:47.474624 [ 188 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_45_9} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Renaming temporary part tmp_merge_all_1_45_9 to all_1_45_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11675 2025.01.02 23:41:47.474719 [ 260 ] {ef2a72ec-b6bd-48da-bc0f-18897f0cb0d6} <Debug> TCPHandler: Processed in 0.004289216 sec.
11676 2025.01.02 23:41:47.474840 [ 188 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_45_9} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65) (MergerMutator): Merged 6 parts: [all_1_40_8, all_45_45_0] -> all_1_45_9
11677 2025.01.02 23:41:47.474936 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11678 2025.01.02 23:41:47.474995 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
11679 2025.01.02 23:41:47.475107 [ 265 ] {be39fe16-8ac8-48cb-be22-c11187598473} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
11680 2025.01.02 23:41:47.475170 [ 265 ] {be39fe16-8ac8-48cb-be22-c11187598473} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
11681 2025.01.02 23:41:47.475725 [ 265 ] {be39fe16-8ac8-48cb-be22-c11187598473} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11682 2025.01.02 23:41:47.475772 [ 265 ] {be39fe16-8ac8-48cb-be22-c11187598473} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
11683 2025.01.02 23:41:47.476171 [ 265 ] {be39fe16-8ac8-48cb-be22-c11187598473} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
11684 2025.01.02 23:41:47.476419 [ 265 ] {be39fe16-8ac8-48cb-be22-c11187598473} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11685 2025.01.02 23:41:47.476636 [ 265 ] {be39fe16-8ac8-48cb-be22-c11187598473} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00156 sec., 641.025641025641 rows/sec., 43.19 KiB/sec.
11686 2025.01.02 23:41:47.476689 [ 265 ] {be39fe16-8ac8-48cb-be22-c11187598473} <Debug> TCPHandler: Processed in 0.001861005 sec.
11687 2025.01.02 23:41:47.476836 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11688 2025.01.02 23:41:47.476952 [ 260 ] {66e4b8f1-6c92-44e0-a901-2ed1cde9feb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11689 2025.01.02 23:41:47.477044 [ 260 ] {66e4b8f1-6c92-44e0-a901-2ed1cde9feb5} <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
11690 2025.01.02 23:41:47.478684 [ 260 ] {66e4b8f1-6c92-44e0-a901-2ed1cde9feb5} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11691 2025.01.02 23:41:47.478724 [ 260 ] {66e4b8f1-6c92-44e0-a901-2ed1cde9feb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
11692 2025.01.02 23:41:47.479392 [ 260 ] {66e4b8f1-6c92-44e0-a901-2ed1cde9feb5} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
11693 2025.01.02 23:41:47.479658 [ 260 ] {66e4b8f1-6c92-44e0-a901-2ed1cde9feb5} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11694 2025.01.02 23:41:47.479914 [ 260 ] {66e4b8f1-6c92-44e0-a901-2ed1cde9feb5} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002985 sec., 13400.33500837521 rows/sec., 24.01 MiB/sec.
11695 2025.01.02 23:41:47.480017 [ 260 ] {66e4b8f1-6c92-44e0-a901-2ed1cde9feb5} <Debug> TCPHandler: Processed in 0.003234162 sec.
11696 2025.01.02 23:41:47.480179 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11697 2025.01.02 23:41:47.480320 [ 265 ] {b8a83a36-c39c-4fc5-95f5-42bac6933d36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11698 2025.01.02 23:41:47.480381 [ 265 ] {b8a83a36-c39c-4fc5-95f5-42bac6933d36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11699 2025.01.02 23:41:47.480947 [ 265 ] {b8a83a36-c39c-4fc5-95f5-42bac6933d36} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11700 2025.01.02 23:41:47.480993 [ 265 ] {b8a83a36-c39c-4fc5-95f5-42bac6933d36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
11701 2025.01.02 23:41:47.481373 [ 265 ] {b8a83a36-c39c-4fc5-95f5-42bac6933d36} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
11702 2025.01.02 23:41:47.481616 [ 265 ] {b8a83a36-c39c-4fc5-95f5-42bac6933d36} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11703 2025.01.02 23:41:47.481841 [ 265 ] {b8a83a36-c39c-4fc5-95f5-42bac6933d36} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001553 sec., 52801.03026400515 rows/sec., 3.35 MiB/sec.
11704 2025.01.02 23:41:47.481935 [ 265 ] {b8a83a36-c39c-4fc5-95f5-42bac6933d36} <Debug> TCPHandler: Processed in 0.001823344 sec.
11705 2025.01.02 23:41:48.218189 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 28914
11706 2025.01.02 23:41:48.218933 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11707 2025.01.02 23:41:48.218987 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
11708 2025.01.02 23:41:48.219521 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
11709 2025.01.02 23:41:48.219788 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11710 2025.01.02 23:41:48.220056 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28914
11711 2025.01.02 23:41:50.265986 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 475
11712 2025.01.02 23:41:50.285772 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11713 2025.01.02 23:41:50.285826 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
11714 2025.01.02 23:41:50.293050 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
11715 2025.01.02 23:41:50.293810 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11716 2025.01.02 23:41:50.296401 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 475
11717 2025.01.02 23:41:52.441549 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11718 2025.01.02 23:41:52.441762 [ 260 ] {54e0ef5a-07e5-4496-8923-7525e407ae93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11719 2025.01.02 23:41:52.441842 [ 260 ] {54e0ef5a-07e5-4496-8923-7525e407ae93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11720 2025.01.02 23:41:52.442672 [ 260 ] {54e0ef5a-07e5-4496-8923-7525e407ae93} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11721 2025.01.02 23:41:52.442719 [ 260 ] {54e0ef5a-07e5-4496-8923-7525e407ae93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
11722 2025.01.02 23:41:52.443159 [ 260 ] {54e0ef5a-07e5-4496-8923-7525e407ae93} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
11723 2025.01.02 23:41:52.443414 [ 260 ] {54e0ef5a-07e5-4496-8923-7525e407ae93} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11724 2025.01.02 23:41:52.443660 [ 260 ] {54e0ef5a-07e5-4496-8923-7525e407ae93} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001955 sec., 28644.501278772375 rows/sec., 2.20 MiB/sec.
11725 2025.01.02 23:41:52.443718 [ 260 ] {54e0ef5a-07e5-4496-8923-7525e407ae93} <Debug> TCPHandler: Processed in 0.00231167 sec.
11726 2025.01.02 23:41:52.443985 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11727 2025.01.02 23:41:52.444187 [ 265 ] {fed7064b-7d57-4837-9791-2bebfa493ccd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11728 2025.01.02 23:41:52.444267 [ 265 ] {fed7064b-7d57-4837-9791-2bebfa493ccd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11729 2025.01.02 23:41:52.445108 [ 265 ] {fed7064b-7d57-4837-9791-2bebfa493ccd} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11730 2025.01.02 23:41:52.445166 [ 265 ] {fed7064b-7d57-4837-9791-2bebfa493ccd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
11731 2025.01.02 23:41:52.445632 [ 265 ] {fed7064b-7d57-4837-9791-2bebfa493ccd} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
11732 2025.01.02 23:41:52.445919 [ 265 ] {fed7064b-7d57-4837-9791-2bebfa493ccd} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11733 2025.01.02 23:41:52.446172 [ 265 ] {fed7064b-7d57-4837-9791-2bebfa493ccd} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002039 sec., 31387.935262383522 rows/sec., 2.45 MiB/sec.
11734 2025.01.02 23:41:52.446242 [ 265 ] {fed7064b-7d57-4837-9791-2bebfa493ccd} <Debug> TCPHandler: Processed in 0.002400671 sec.
11735 2025.01.02 23:41:52.446388 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11736 2025.01.02 23:41:52.446525 [ 260 ] {059a94af-24d0-4acd-9cfb-195df8405add} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11737 2025.01.02 23:41:52.446588 [ 260 ] {059a94af-24d0-4acd-9cfb-195df8405add} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11738 2025.01.02 23:41:52.447253 [ 260 ] {059a94af-24d0-4acd-9cfb-195df8405add} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11739 2025.01.02 23:41:52.447293 [ 260 ] {059a94af-24d0-4acd-9cfb-195df8405add} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
11740 2025.01.02 23:41:52.447688 [ 260 ] {059a94af-24d0-4acd-9cfb-195df8405add} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
11741 2025.01.02 23:41:52.447927 [ 260 ] {059a94af-24d0-4acd-9cfb-195df8405add} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11742 2025.01.02 23:41:52.448139 [ 260 ] {059a94af-24d0-4acd-9cfb-195df8405add} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001645 sec., 97264.4376899696 rows/sec., 6.77 MiB/sec.
11743 2025.01.02 23:41:52.448190 [ 260 ] {059a94af-24d0-4acd-9cfb-195df8405add} <Debug> TCPHandler: Processed in 0.001865505 sec.
11744 2025.01.02 23:41:52.448326 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11745 2025.01.02 23:41:52.448461 [ 265 ] {cefb96cc-fc8e-4707-8c4f-cc8eedb7985b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11746 2025.01.02 23:41:52.448519 [ 265 ] {cefb96cc-fc8e-4707-8c4f-cc8eedb7985b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11747 2025.01.02 23:41:52.449061 [ 265 ] {cefb96cc-fc8e-4707-8c4f-cc8eedb7985b} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11748 2025.01.02 23:41:52.449104 [ 265 ] {cefb96cc-fc8e-4707-8c4f-cc8eedb7985b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
11749 2025.01.02 23:41:52.449515 [ 265 ] {cefb96cc-fc8e-4707-8c4f-cc8eedb7985b} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
11750 2025.01.02 23:41:52.449774 [ 265 ] {cefb96cc-fc8e-4707-8c4f-cc8eedb7985b} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11751 2025.01.02 23:41:52.450001 [ 265 ] {cefb96cc-fc8e-4707-8c4f-cc8eedb7985b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001572 sec., 38167.93893129771 rows/sec., 2.57 MiB/sec.
11752 2025.01.02 23:41:52.450053 [ 265 ] {cefb96cc-fc8e-4707-8c4f-cc8eedb7985b} <Debug> TCPHandler: Processed in 0.001786954 sec.
11753 2025.01.02 23:41:55.527151 [ 152 ] {} <Debug> DNSResolver: Updating DNS cache
11754 2025.01.02 23:41:55.527215 [ 152 ] {} <Debug> DNSResolver: Updated DNS cache
11755 2025.01.02 23:41:55.720324 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 29341
11756 2025.01.02 23:41:55.721445 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11757 2025.01.02 23:41:55.721535 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
11758 2025.01.02 23:41:55.722150 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
11759 2025.01.02 23:41:55.722410 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11760 2025.01.02 23:41:55.722660 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29341
11761 2025.01.02 23:41:55.890784 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1640
11762 2025.01.02 23:41:55.893926 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11763 2025.01.02 23:41:55.893987 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
11764 2025.01.02 23:41:55.895494 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
11765 2025.01.02 23:41:55.895812 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11766 2025.01.02 23:41:55.896073 [ 89 ] {} <Debug> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
11767 2025.01.02 23:41:55.896195 [ 89 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11768 2025.01.02 23:41:55.896268 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
11769 2025.01.02 23:41:55.896684 [ 191 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full
11770 2025.01.02 23:41:55.897426 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1640
11771 2025.01.02 23:41:55.897867 [ 191 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11772 2025.01.02 23:41:55.898035 [ 191 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1480 rows starting from the beginning of the part
11773 2025.01.02 23:41:55.898733 [ 191 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 30 rows starting from the beginning of the part
11774 2025.01.02 23:41:55.899404 [ 191 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 32 rows starting from the beginning of the part
11775 2025.01.02 23:41:55.900004 [ 191 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 36 rows starting from the beginning of the part
11776 2025.01.02 23:41:55.900694 [ 191 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 30 rows starting from the beginning of the part
11777 2025.01.02 23:41:55.901323 [ 191 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 32 rows starting from the beginning of the part
11778 2025.01.02 23:41:55.909509 [ 195 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1640 rows, containing 72 columns (72 merged, 0 gathered) in 0.013096043 sec., 125228.66639946128 rows/sec., 96.49 MiB/sec.
11779 2025.01.02 23:41:55.911947 [ 202 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
11780 2025.01.02 23:41:55.913413 [ 202 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_46_9} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11781 2025.01.02 23:41:55.913532 [ 202 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_46_9} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
11782 2025.01.02 23:41:55.913772 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.91 MiB.
11783 2025.01.02 23:41:56.001854 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001291077 sec.
11784 2025.01.02 23:41:57.448493 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11785 2025.01.02 23:41:57.448674 [ 260 ] {690a63bb-83b4-4015-967e-ae947daccb93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
11786 2025.01.02 23:41:57.448742 [ 260 ] {690a63bb-83b4-4015-967e-ae947daccb93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
11787 2025.01.02 23:41:57.449455 [ 260 ] {690a63bb-83b4-4015-967e-ae947daccb93} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11788 2025.01.02 23:41:57.449501 [ 260 ] {690a63bb-83b4-4015-967e-ae947daccb93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
11789 2025.01.02 23:41:57.449927 [ 260 ] {690a63bb-83b4-4015-967e-ae947daccb93} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
11790 2025.01.02 23:41:57.450197 [ 260 ] {690a63bb-83b4-4015-967e-ae947daccb93} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11791 2025.01.02 23:41:57.450441 [ 260 ] {690a63bb-83b4-4015-967e-ae947daccb93} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001814 sec., 7717.750826901874 rows/sec., 555.57 KiB/sec.
11792 2025.01.02 23:41:57.450523 [ 260 ] {690a63bb-83b4-4015-967e-ae947daccb93} <Debug> TCPHandler: Processed in 0.002156778 sec.
11793 2025.01.02 23:41:57.450824 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11794 2025.01.02 23:41:57.451037 [ 265 ] {3db47f6f-244f-4080-95d3-1ac9f00d3490} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11795 2025.01.02 23:41:57.451117 [ 265 ] {3db47f6f-244f-4080-95d3-1ac9f00d3490} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11796 2025.01.02 23:41:57.452055 [ 265 ] {3db47f6f-244f-4080-95d3-1ac9f00d3490} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11797 2025.01.02 23:41:57.452107 [ 265 ] {3db47f6f-244f-4080-95d3-1ac9f00d3490} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
11798 2025.01.02 23:41:57.452572 [ 265 ] {3db47f6f-244f-4080-95d3-1ac9f00d3490} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
11799 2025.01.02 23:41:57.452828 [ 265 ] {3db47f6f-244f-4080-95d3-1ac9f00d3490} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11800 2025.01.02 23:41:57.453067 [ 265 ] {3db47f6f-244f-4080-95d3-1ac9f00d3490} <Debug> executeQuery: Read 283 rows, 25.60 KiB in 0.002088 sec., 135536.39846743294 rows/sec., 11.97 MiB/sec.
11801 2025.01.02 23:41:57.453125 [ 265 ] {3db47f6f-244f-4080-95d3-1ac9f00d3490} <Debug> TCPHandler: Processed in 0.002471863 sec.
11802 2025.01.02 23:41:57.453285 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11803 2025.01.02 23:41:57.453423 [ 260 ] {bced3000-fde7-4f4d-8dc6-8e9ef5b4cfaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11804 2025.01.02 23:41:57.453477 [ 260 ] {bced3000-fde7-4f4d-8dc6-8e9ef5b4cfaa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11805 2025.01.02 23:41:57.454159 [ 260 ] {bced3000-fde7-4f4d-8dc6-8e9ef5b4cfaa} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11806 2025.01.02 23:41:57.454204 [ 260 ] {bced3000-fde7-4f4d-8dc6-8e9ef5b4cfaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
11807 2025.01.02 23:41:57.454650 [ 260 ] {bced3000-fde7-4f4d-8dc6-8e9ef5b4cfaa} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
11808 2025.01.02 23:41:57.454896 [ 260 ] {bced3000-fde7-4f4d-8dc6-8e9ef5b4cfaa} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11809 2025.01.02 23:41:57.455138 [ 260 ] {bced3000-fde7-4f4d-8dc6-8e9ef5b4cfaa} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.001738 sec., 27042.57767548907 rows/sec., 1.95 MiB/sec.
11810 2025.01.02 23:41:57.455235 [ 260 ] {bced3000-fde7-4f4d-8dc6-8e9ef5b4cfaa} <Debug> TCPHandler: Processed in 0.002017456 sec.
11811 2025.01.02 23:41:57.455423 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11812 2025.01.02 23:41:57.455580 [ 265 ] {5a65458c-f346-4da5-9685-5e1b8ad063e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
11813 2025.01.02 23:41:57.455637 [ 265 ] {5a65458c-f346-4da5-9685-5e1b8ad063e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
11814 2025.01.02 23:41:57.456321 [ 265 ] {5a65458c-f346-4da5-9685-5e1b8ad063e4} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11815 2025.01.02 23:41:57.456367 [ 265 ] {5a65458c-f346-4da5-9685-5e1b8ad063e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
11816 2025.01.02 23:41:57.456731 [ 265 ] {5a65458c-f346-4da5-9685-5e1b8ad063e4} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
11817 2025.01.02 23:41:57.456979 [ 265 ] {5a65458c-f346-4da5-9685-5e1b8ad063e4} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11818 2025.01.02 23:41:57.457214 [ 265 ] {5a65458c-f346-4da5-9685-5e1b8ad063e4} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001663 sec., 8418.52074564041 rows/sec., 589.58 KiB/sec.
11819 2025.01.02 23:41:57.457279 [ 265 ] {5a65458c-f346-4da5-9685-5e1b8ad063e4} <Debug> TCPHandler: Processed in 0.001946935 sec.
11820 2025.01.02 23:41:57.457563 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11821 2025.01.02 23:41:57.457804 [ 260 ] {65845df3-84cc-40e4-ae93-4d7888a28b41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
11822 2025.01.02 23:41:57.457893 [ 260 ] {65845df3-84cc-40e4-ae93-4d7888a28b41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
11823 2025.01.02 23:41:57.458714 [ 260 ] {65845df3-84cc-40e4-ae93-4d7888a28b41} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11824 2025.01.02 23:41:57.458754 [ 260 ] {65845df3-84cc-40e4-ae93-4d7888a28b41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
11825 2025.01.02 23:41:57.459108 [ 260 ] {65845df3-84cc-40e4-ae93-4d7888a28b41} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
11826 2025.01.02 23:41:57.459346 [ 260 ] {65845df3-84cc-40e4-ae93-4d7888a28b41} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11827 2025.01.02 23:41:57.459596 [ 260 ] {65845df3-84cc-40e4-ae93-4d7888a28b41} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001838 sec., 7072.905331882481 rows/sec., 440.99 KiB/sec.
11828 2025.01.02 23:41:57.459692 [ 260 ] {65845df3-84cc-40e4-ae93-4d7888a28b41} <Debug> TCPHandler: Processed in 0.0023014 sec.
11829 2025.01.02 23:41:57.459957 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11830 2025.01.02 23:41:57.460198 [ 265 ] {e090c854-8691-40b8-b4be-c61a3f7f99ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11831 2025.01.02 23:41:57.460287 [ 265 ] {e090c854-8691-40b8-b4be-c61a3f7f99ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11832 2025.01.02 23:41:57.461111 [ 265 ] {e090c854-8691-40b8-b4be-c61a3f7f99ec} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11833 2025.01.02 23:41:57.461149 [ 265 ] {e090c854-8691-40b8-b4be-c61a3f7f99ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
11834 2025.01.02 23:41:57.461537 [ 265 ] {e090c854-8691-40b8-b4be-c61a3f7f99ec} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
11835 2025.01.02 23:41:57.461791 [ 265 ] {e090c854-8691-40b8-b4be-c61a3f7f99ec} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11836 2025.01.02 23:41:57.462021 [ 265 ] {e090c854-8691-40b8-b4be-c61a3f7f99ec} <Debug> executeQuery: Read 422 rows, 30.88 KiB in 0.001876 sec., 224946.69509594882 rows/sec., 16.08 MiB/sec.
11837 2025.01.02 23:41:57.462074 [ 265 ] {e090c854-8691-40b8-b4be-c61a3f7f99ec} <Debug> TCPHandler: Processed in 0.00228924 sec.
11838 2025.01.02 23:41:57.462278 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11839 2025.01.02 23:41:57.462498 [ 260 ] {80220164-6ab9-419c-b6d9-d93edfe86166} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
11840 2025.01.02 23:41:57.462629 [ 260 ] {80220164-6ab9-419c-b6d9-d93edfe86166} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
11841 2025.01.02 23:41:57.463466 [ 260 ] {80220164-6ab9-419c-b6d9-d93edfe86166} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11842 2025.01.02 23:41:57.463506 [ 260 ] {80220164-6ab9-419c-b6d9-d93edfe86166} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
11843 2025.01.02 23:41:57.463866 [ 260 ] {80220164-6ab9-419c-b6d9-d93edfe86166} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
11844 2025.01.02 23:41:57.464103 [ 260 ] {80220164-6ab9-419c-b6d9-d93edfe86166} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11845 2025.01.02 23:41:57.464315 [ 260 ] {80220164-6ab9-419c-b6d9-d93edfe86166} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001867 sec., 3213.7118371719334 rows/sec., 167.90 KiB/sec.
11846 2025.01.02 23:41:57.464388 [ 260 ] {80220164-6ab9-419c-b6d9-d93edfe86166} <Debug> TCPHandler: Processed in 0.00221699 sec.
11847 2025.01.02 23:41:57.464585 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11848 2025.01.02 23:41:57.464724 [ 265 ] {774631a9-f80f-4838-a5dc-1273eb4a402f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11849 2025.01.02 23:41:57.464786 [ 265 ] {774631a9-f80f-4838-a5dc-1273eb4a402f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11850 2025.01.02 23:41:57.465487 [ 265 ] {774631a9-f80f-4838-a5dc-1273eb4a402f} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11851 2025.01.02 23:41:57.465531 [ 265 ] {774631a9-f80f-4838-a5dc-1273eb4a402f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
11852 2025.01.02 23:41:57.465942 [ 265 ] {774631a9-f80f-4838-a5dc-1273eb4a402f} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
11853 2025.01.02 23:41:57.466181 [ 265 ] {774631a9-f80f-4838-a5dc-1273eb4a402f} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11854 2025.01.02 23:41:57.466429 [ 265 ] {774631a9-f80f-4838-a5dc-1273eb4a402f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001736 sec., 136520.73732718895 rows/sec., 9.15 MiB/sec.
11855 2025.01.02 23:41:57.466496 [ 265 ] {774631a9-f80f-4838-a5dc-1273eb4a402f} <Debug> TCPHandler: Processed in 0.002006156 sec.
11856 2025.01.02 23:41:57.466705 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11857 2025.01.02 23:41:57.466893 [ 260 ] {b90daa87-e790-468c-b70c-7db4c331a33b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
11858 2025.01.02 23:41:57.466954 [ 260 ] {b90daa87-e790-468c-b70c-7db4c331a33b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
11859 2025.01.02 23:41:57.467488 [ 260 ] {b90daa87-e790-468c-b70c-7db4c331a33b} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11860 2025.01.02 23:41:57.467527 [ 260 ] {b90daa87-e790-468c-b70c-7db4c331a33b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
11861 2025.01.02 23:41:57.467902 [ 260 ] {b90daa87-e790-468c-b70c-7db4c331a33b} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
11862 2025.01.02 23:41:57.468137 [ 260 ] {b90daa87-e790-468c-b70c-7db4c331a33b} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11863 2025.01.02 23:41:57.468311 [ 108 ] {} <Debug> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
11864 2025.01.02 23:41:57.468370 [ 260 ] {b90daa87-e790-468c-b70c-7db4c331a33b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001501 sec., 666.2225183211193 rows/sec., 44.89 KiB/sec.
11865 2025.01.02 23:41:57.468403 [ 108 ] {} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11866 2025.01.02 23:41:57.468470 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
11867 2025.01.02 23:41:57.468484 [ 260 ] {b90daa87-e790-468c-b70c-7db4c331a33b} <Debug> TCPHandler: Processed in 0.001894556 sec.
11868 2025.01.02 23:41:57.468663 [ 190 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full
11869 2025.01.02 23:41:57.468717 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11870 2025.01.02 23:41:57.468804 [ 190 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11871 2025.01.02 23:41:57.468871 [ 190 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 43 rows starting from the beginning of the part
11872 2025.01.02 23:41:57.468947 [ 265 ] {e0075205-565f-4967-8af1-ab2110355574} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11873 2025.01.02 23:41:57.469044 [ 190 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1 rows starting from the beginning of the part
11874 2025.01.02 23:41:57.469417 [ 190 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 1 rows starting from the beginning of the part
11875 2025.01.02 23:41:57.469435 [ 265 ] {e0075205-565f-4967-8af1-ab2110355574} <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
11876 2025.01.02 23:41:57.469773 [ 190 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 1 rows starting from the beginning of the part
11877 2025.01.02 23:41:57.470141 [ 190 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 1 rows starting from the beginning of the part
11878 2025.01.02 23:41:57.470388 [ 190 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 1 rows starting from the beginning of the part
11879 2025.01.02 23:41:57.473749 [ 190 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 48 rows, containing 4 columns (4 merged, 0 gathered) in 0.005185248 sec., 9257.030714827912 rows/sec., 622.26 KiB/sec.
11880 2025.01.02 23:41:57.473972 [ 190 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
11881 2025.01.02 23:41:57.474598 [ 265 ] {e0075205-565f-4967-8af1-ab2110355574} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11882 2025.01.02 23:41:57.474640 [ 190 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_46_9} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11883 2025.01.02 23:41:57.474667 [ 265 ] {e0075205-565f-4967-8af1-ab2110355574} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
11884 2025.01.02 23:41:57.474792 [ 190 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_46_9} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
11885 2025.01.02 23:41:57.474966 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
11886 2025.01.02 23:41:57.475595 [ 265 ] {e0075205-565f-4967-8af1-ab2110355574} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
11887 2025.01.02 23:41:57.475856 [ 265 ] {e0075205-565f-4967-8af1-ab2110355574} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11888 2025.01.02 23:41:57.476005 [ 114 ] {} <Debug> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
11889 2025.01.02 23:41:57.476051 [ 114 ] {} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11890 2025.01.02 23:41:57.476073 [ 265 ] {e0075205-565f-4967-8af1-ab2110355574} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.007206 sec., 5550.929780738274 rows/sec., 9.95 MiB/sec.
11891 2025.01.02 23:41:57.476077 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
11892 2025.01.02 23:41:57.476459 [ 265 ] {e0075205-565f-4967-8af1-ab2110355574} <Debug> TCPHandler: Processed in 0.007864173 sec.
11893 2025.01.02 23:41:57.476495 [ 192 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full
11894 2025.01.02 23:41:57.476639 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11895 2025.01.02 23:41:57.476894 [ 260 ] {cd539756-4c9b-4457-aba8-1a8205f93301} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11896 2025.01.02 23:41:57.477015 [ 260 ] {cd539756-4c9b-4457-aba8-1a8205f93301} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11897 2025.01.02 23:41:57.477461 [ 192 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11898 2025.01.02 23:41:57.477713 [ 192 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1550 rows starting from the beginning of the part
11899 2025.01.02 23:41:57.478375 [ 192 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 40 rows starting from the beginning of the part
11900 2025.01.02 23:41:57.479115 [ 192 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 40 rows starting from the beginning of the part
11901 2025.01.02 23:41:57.479186 [ 260 ] {cd539756-4c9b-4457-aba8-1a8205f93301} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11902 2025.01.02 23:41:57.479269 [ 260 ] {cd539756-4c9b-4457-aba8-1a8205f93301} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
11903 2025.01.02 23:41:57.479781 [ 192 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 40 rows starting from the beginning of the part
11904 2025.01.02 23:41:57.480532 [ 192 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 40 rows starting from the beginning of the part
11905 2025.01.02 23:41:57.480671 [ 260 ] {cd539756-4c9b-4457-aba8-1a8205f93301} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
11906 2025.01.02 23:41:57.481068 [ 192 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 40 rows starting from the beginning of the part
11907 2025.01.02 23:41:57.481489 [ 260 ] {cd539756-4c9b-4457-aba8-1a8205f93301} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11908 2025.01.02 23:41:57.482161 [ 260 ] {cd539756-4c9b-4457-aba8-1a8205f93301} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005304 sec., 15460.03016591252 rows/sec., 1005.47 KiB/sec.
11909 2025.01.02 23:41:57.482526 [ 260 ] {cd539756-4c9b-4457-aba8-1a8205f93301} <Debug> TCPHandler: Processed in 0.005966248 sec.
11910 2025.01.02 23:41:57.491704 [ 193 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1750 rows, containing 19 columns (19 merged, 0 gathered) in 0.015485794 sec., 113006.79835983869 rows/sec., 202.50 MiB/sec.
11911 2025.01.02 23:41:57.493519 [ 193 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
11912 2025.01.02 23:41:57.493978 [ 193 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11913 2025.01.02 23:41:57.494073 [ 193 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
11914 2025.01.02 23:41:57.494237 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.70 MiB.
11915 2025.01.02 23:41:57.796563 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 483
11916 2025.01.02 23:41:57.817510 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11917 2025.01.02 23:41:57.817567 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
11918 2025.01.02 23:41:57.825013 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
11919 2025.01.02 23:41:57.825791 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11920 2025.01.02 23:41:57.829779 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 483
11921 2025.01.02 23:41:58.000170 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 248.13 MiB, peak 259.24 MiB, free memory in arenas 0.00 B, will set to 252.24 MiB (RSS), difference: 4.11 MiB
11922 2025.01.02 23:42:02.470145 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11923 2025.01.02 23:42:02.470361 [ 260 ] {13ecd892-1412-4362-bbcc-42a7308bf6aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
11924 2025.01.02 23:42:02.470442 [ 260 ] {13ecd892-1412-4362-bbcc-42a7308bf6aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
11925 2025.01.02 23:42:02.471191 [ 260 ] {13ecd892-1412-4362-bbcc-42a7308bf6aa} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11926 2025.01.02 23:42:02.471238 [ 260 ] {13ecd892-1412-4362-bbcc-42a7308bf6aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
11927 2025.01.02 23:42:02.471659 [ 260 ] {13ecd892-1412-4362-bbcc-42a7308bf6aa} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
11928 2025.01.02 23:42:02.471920 [ 260 ] {13ecd892-1412-4362-bbcc-42a7308bf6aa} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11929 2025.01.02 23:42:02.472180 [ 260 ] {13ecd892-1412-4362-bbcc-42a7308bf6aa} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001866 sec., 1071.8113612004288 rows/sec., 87.40 KiB/sec.
11930 2025.01.02 23:42:02.472266 [ 260 ] {13ecd892-1412-4362-bbcc-42a7308bf6aa} <Debug> TCPHandler: Processed in 0.00225383 sec.
11931 2025.01.02 23:42:02.472634 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11932 2025.01.02 23:42:02.472825 [ 265 ] {d1dcab7d-0100-42eb-98dc-8752e5cdba7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11933 2025.01.02 23:42:02.472902 [ 265 ] {d1dcab7d-0100-42eb-98dc-8752e5cdba7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11934 2025.01.02 23:42:02.474159 [ 265 ] {d1dcab7d-0100-42eb-98dc-8752e5cdba7a} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11935 2025.01.02 23:42:02.474213 [ 265 ] {d1dcab7d-0100-42eb-98dc-8752e5cdba7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
11936 2025.01.02 23:42:02.474716 [ 265 ] {d1dcab7d-0100-42eb-98dc-8752e5cdba7a} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
11937 2025.01.02 23:42:02.474974 [ 265 ] {d1dcab7d-0100-42eb-98dc-8752e5cdba7a} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11938 2025.01.02 23:42:02.475182 [ 120 ] {} <Debug> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
11939 2025.01.02 23:42:02.475247 [ 265 ] {d1dcab7d-0100-42eb-98dc-8752e5cdba7a} <Debug> executeQuery: Read 1197 rows, 101.04 KiB in 0.002466 sec., 485401.4598540146 rows/sec., 40.01 MiB/sec.
11940 2025.01.02 23:42:02.475276 [ 120 ] {} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11941 2025.01.02 23:42:02.475351 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
11942 2025.01.02 23:42:02.475385 [ 265 ] {d1dcab7d-0100-42eb-98dc-8752e5cdba7a} <Debug> TCPHandler: Processed in 0.002970429 sec.
11943 2025.01.02 23:42:02.475660 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11944 2025.01.02 23:42:02.475828 [ 200 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full
11945 2025.01.02 23:42:02.476007 [ 260 ] {3777fe7f-9006-47d1-9e65-3f966d8cc208} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11946 2025.01.02 23:42:02.476162 [ 260 ] {3777fe7f-9006-47d1-9e65-3f966d8cc208} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11947 2025.01.02 23:42:02.476635 [ 200 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11948 2025.01.02 23:42:02.476822 [ 200 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1435 rows starting from the beginning of the part
11949 2025.01.02 23:42:02.477455 [ 200 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 56 rows starting from the beginning of the part
11950 2025.01.02 23:42:02.478119 [ 200 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 284 rows starting from the beginning of the part
11951 2025.01.02 23:42:02.478513 [ 200 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 56 rows starting from the beginning of the part
11952 2025.01.02 23:42:02.478866 [ 200 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 283 rows starting from the beginning of the part
11953 2025.01.02 23:42:02.479126 [ 200 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 1197 rows starting from the beginning of the part
11954 2025.01.02 23:42:02.479800 [ 260 ] {3777fe7f-9006-47d1-9e65-3f966d8cc208} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11955 2025.01.02 23:42:02.479868 [ 260 ] {3777fe7f-9006-47d1-9e65-3f966d8cc208} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
11956 2025.01.02 23:42:02.480760 [ 260 ] {3777fe7f-9006-47d1-9e65-3f966d8cc208} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
11957 2025.01.02 23:42:02.481316 [ 260 ] {3777fe7f-9006-47d1-9e65-3f966d8cc208} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11958 2025.01.02 23:42:02.481607 [ 120 ] {} <Debug> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470) (MergerMutator): Selected 6 parts from all_1_55_11 to all_60_60_0
11959 2025.01.02 23:42:02.481683 [ 120 ] {} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11960 2025.01.02 23:42:02.481719 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
11961 2025.01.02 23:42:02.481731 [ 260 ] {3777fe7f-9006-47d1-9e65-3f966d8cc208} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.005827 sec., 343.2297923459756 rows/sec., 23.97 KiB/sec.
11962 2025.01.02 23:42:02.481979 [ 260 ] {3777fe7f-9006-47d1-9e65-3f966d8cc208} <Debug> TCPHandler: Processed in 0.006474455 sec.
11963 2025.01.02 23:42:02.482021 [ 193 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_60_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_55_11 to all_60_60_0 into Compact with storage Full
11964 2025.01.02 23:42:02.482334 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11965 2025.01.02 23:42:02.482473 [ 193 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_60_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11966 2025.01.02 23:42:02.482630 [ 193 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_55_11, total 65 rows starting from the beginning of the part
11967 2025.01.02 23:42:02.482891 [ 265 ] {045100f8-4b27-43dd-a598-310833ffb45d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
11968 2025.01.02 23:42:02.482893 [ 200 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3311 rows, containing 5 columns (5 merged, 0 gathered) in 0.007416728 sec., 446423.2745221343 rows/sec., 39.12 MiB/sec.
11969 2025.01.02 23:42:02.483076 [ 193 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 4 rows starting from the beginning of the part
11970 2025.01.02 23:42:02.483163 [ 265 ] {045100f8-4b27-43dd-a598-310833ffb45d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
11971 2025.01.02 23:42:02.483406 [ 200 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
11972 2025.01.02 23:42:02.483521 [ 193 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 47 rows starting from the beginning of the part
11973 2025.01.02 23:42:02.484194 [ 193 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 49 rows starting from the beginning of the part
11974 2025.01.02 23:42:02.484719 [ 193 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 47 rows starting from the beginning of the part
11975 2025.01.02 23:42:02.485251 [ 193 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 2 rows starting from the beginning of the part
11976 2025.01.02 23:42:02.485294 [ 186 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_91_18} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11977 2025.01.02 23:42:02.486104 [ 186 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_91_18} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
11978 2025.01.02 23:42:02.486411 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB.
11979 2025.01.02 23:42:02.487495 [ 265 ] {045100f8-4b27-43dd-a598-310833ffb45d} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11980 2025.01.02 23:42:02.487585 [ 265 ] {045100f8-4b27-43dd-a598-310833ffb45d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
11981 2025.01.02 23:42:02.488357 [ 198 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_60_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 214 rows, containing 5 columns (5 merged, 0 gathered) in 0.006553847 sec., 32652.577943915992 rows/sec., 2.46 MiB/sec.
11982 2025.01.02 23:42:02.488494 [ 265 ] {045100f8-4b27-43dd-a598-310833ffb45d} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
11983 2025.01.02 23:42:02.488529 [ 198 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_60_12} <Trace> MergedBlockOutputStream: filled checksums all_1_60_12 (state Temporary)
11984 2025.01.02 23:42:02.488815 [ 265 ] {045100f8-4b27-43dd-a598-310833ffb45d} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11985 2025.01.02 23:42:02.488902 [ 198 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_60_12} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_merge_all_1_60_12 to all_1_60_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11986 2025.01.02 23:42:02.489043 [ 120 ] {} <Debug> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
11987 2025.01.02 23:42:02.489137 [ 120 ] {} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11988 2025.01.02 23:42:02.489168 [ 198 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_60_12} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470) (MergerMutator): Merged 6 parts: [all_1_55_11, all_60_60_0] -> all_1_60_12
11989 2025.01.02 23:42:02.489216 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
11990 2025.01.02 23:42:02.489231 [ 265 ] {045100f8-4b27-43dd-a598-310833ffb45d} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.006549 sec., 34814.47549244159 rows/sec., 2.36 MiB/sec.
11991 2025.01.02 23:42:02.489555 [ 265 ] {045100f8-4b27-43dd-a598-310833ffb45d} <Debug> TCPHandler: Processed in 0.007428968 sec.
11992 2025.01.02 23:42:02.489594 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
11993 2025.01.02 23:42:02.489660 [ 186 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full
11994 2025.01.02 23:42:02.489727 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11995 2025.01.02 23:42:02.489785 [ 186 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11996 2025.01.02 23:42:02.489821 [ 186 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 244 rows starting from the beginning of the part
11997 2025.01.02 23:42:02.489897 [ 260 ] {bc9d0530-5669-4431-8c74-cc07de9c3e60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11998 2025.01.02 23:42:02.490027 [ 186 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 228 rows starting from the beginning of the part
11999 2025.01.02 23:42:02.490061 [ 260 ] {bc9d0530-5669-4431-8c74-cc07de9c3e60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12000 2025.01.02 23:42:02.490333 [ 186 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 14 rows starting from the beginning of the part
12001 2025.01.02 23:42:02.490548 [ 186 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 14 rows starting from the beginning of the part
12002 2025.01.02 23:42:02.490922 [ 186 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 14 rows starting from the beginning of the part
12003 2025.01.02 23:42:02.491283 [ 186 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 228 rows starting from the beginning of the part
12004 2025.01.02 23:42:02.492708 [ 260 ] {bc9d0530-5669-4431-8c74-cc07de9c3e60} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12005 2025.01.02 23:42:02.492757 [ 260 ] {bc9d0530-5669-4431-8c74-cc07de9c3e60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
12006 2025.01.02 23:42:02.493232 [ 189 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 742 rows, containing 5 columns (5 merged, 0 gathered) in 0.00382666 sec., 193902.776834106 rows/sec., 13.88 MiB/sec.
12007 2025.01.02 23:42:02.493399 [ 260 ] {bc9d0530-5669-4431-8c74-cc07de9c3e60} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
12008 2025.01.02 23:42:02.493446 [ 189 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
12009 2025.01.02 23:42:02.493905 [ 260 ] {bc9d0530-5669-4431-8c74-cc07de9c3e60} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12010 2025.01.02 23:42:02.494170 [ 189 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_61_12} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12011 2025.01.02 23:42:02.494222 [ 120 ] {} <Debug> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
12012 2025.01.02 23:42:02.494337 [ 120 ] {} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12013 2025.01.02 23:42:02.494418 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
12014 2025.01.02 23:42:02.494560 [ 189 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_61_12} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
12015 2025.01.02 23:42:02.494572 [ 260 ] {bc9d0530-5669-4431-8c74-cc07de9c3e60} <Debug> executeQuery: Read 522 rows, 39.57 KiB in 0.004683 sec., 111467.00832799489 rows/sec., 8.25 MiB/sec.
12016 2025.01.02 23:42:02.494920 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB.
12017 2025.01.02 23:42:02.494951 [ 260 ] {bc9d0530-5669-4431-8c74-cc07de9c3e60} <Debug> TCPHandler: Processed in 0.005291929 sec.
12018 2025.01.02 23:42:02.495017 [ 187 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full
12019 2025.01.02 23:42:02.495186 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12020 2025.01.02 23:42:02.495267 [ 187 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12021 2025.01.02 23:42:02.495319 [ 187 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 914 rows starting from the beginning of the part
12022 2025.01.02 23:42:02.495334 [ 265 ] {c9cd85a3-643e-47b6-ad82-196c42b300c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12023 2025.01.02 23:42:02.495407 [ 265 ] {c9cd85a3-643e-47b6-ad82-196c42b300c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12024 2025.01.02 23:42:02.495434 [ 187 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 64 rows starting from the beginning of the part
12025 2025.01.02 23:42:02.495613 [ 187 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 424 rows starting from the beginning of the part
12026 2025.01.02 23:42:02.496078 [ 187 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 64 rows starting from the beginning of the part
12027 2025.01.02 23:42:02.496530 [ 187 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 422 rows starting from the beginning of the part
12028 2025.01.02 23:42:02.496680 [ 187 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 522 rows starting from the beginning of the part
12029 2025.01.02 23:42:02.498022 [ 265 ] {c9cd85a3-643e-47b6-ad82-196c42b300c0} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12030 2025.01.02 23:42:02.498070 [ 265 ] {c9cd85a3-643e-47b6-ad82-196c42b300c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
12031 2025.01.02 23:42:02.498619 [ 265 ] {c9cd85a3-643e-47b6-ad82-196c42b300c0} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
12032 2025.01.02 23:42:02.498898 [ 186 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2410 rows, containing 5 columns (5 merged, 0 gathered) in 0.004326667 sec., 557010.7429113449 rows/sec., 42.71 MiB/sec.
12033 2025.01.02 23:42:02.498986 [ 265 ] {c9cd85a3-643e-47b6-ad82-196c42b300c0} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12034 2025.01.02 23:42:02.499231 [ 186 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
12035 2025.01.02 23:42:02.499283 [ 150 ] {} <Debug> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
12036 2025.01.02 23:42:02.499417 [ 150 ] {} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12037 2025.01.02 23:42:02.499495 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
12038 2025.01.02 23:42:02.499492 [ 265 ] {c9cd85a3-643e-47b6-ad82-196c42b300c0} <Debug> executeQuery: Read 881 rows, 60.70 KiB in 0.004172 sec., 211169.702780441 rows/sec., 14.21 MiB/sec.
12039 2025.01.02 23:42:02.499933 [ 189 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full
12040 2025.01.02 23:42:02.499953 [ 265 ] {c9cd85a3-643e-47b6-ad82-196c42b300c0} <Debug> TCPHandler: Processed in 0.004849094 sec.
12041 2025.01.02 23:42:02.500180 [ 186 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_91_18} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12042 2025.01.02 23:42:02.500261 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12043 2025.01.02 23:42:02.500364 [ 189 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12044 2025.01.02 23:42:02.500473 [ 186 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_91_18} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
12045 2025.01.02 23:42:02.500503 [ 189 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_86_17, total 27725 rows starting from the beginning of the part
12046 2025.01.02 23:42:02.500541 [ 260 ] {3ea86d35-9499-4b0a-8cee-f87c2113e3fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12047 2025.01.02 23:42:02.500846 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB.
12048 2025.01.02 23:42:02.500848 [ 260 ] {3ea86d35-9499-4b0a-8cee-f87c2113e3fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12049 2025.01.02 23:42:02.501008 [ 189 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 160 rows starting from the beginning of the part
12050 2025.01.02 23:42:02.501386 [ 189 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 238 rows starting from the beginning of the part
12051 2025.01.02 23:42:02.501761 [ 189 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 160 rows starting from the beginning of the part
12052 2025.01.02 23:42:02.502132 [ 189 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 237 rows starting from the beginning of the part
12053 2025.01.02 23:42:02.502463 [ 189 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 881 rows starting from the beginning of the part
12054 2025.01.02 23:42:02.503381 [ 260 ] {3ea86d35-9499-4b0a-8cee-f87c2113e3fd} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12055 2025.01.02 23:42:02.503453 [ 260 ] {3ea86d35-9499-4b0a-8cee-f87c2113e3fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
12056 2025.01.02 23:42:02.504182 [ 260 ] {3ea86d35-9499-4b0a-8cee-f87c2113e3fd} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
12057 2025.01.02 23:42:02.504532 [ 260 ] {3ea86d35-9499-4b0a-8cee-f87c2113e3fd} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12058 2025.01.02 23:42:02.504844 [ 150 ] {} <Debug> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
12059 2025.01.02 23:42:02.504958 [ 150 ] {} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12060 2025.01.02 23:42:02.505034 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
12061 2025.01.02 23:42:02.505213 [ 260 ] {3ea86d35-9499-4b0a-8cee-f87c2113e3fd} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004712 sec., 12733.446519524618 rows/sec., 878.74 KiB/sec.
12062 2025.01.02 23:42:02.505563 [ 197 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full
12063 2025.01.02 23:42:02.505583 [ 260 ] {3ea86d35-9499-4b0a-8cee-f87c2113e3fd} <Debug> TCPHandler: Processed in 0.005478682 sec.
12064 2025.01.02 23:42:02.505962 [ 197 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12065 2025.01.02 23:42:02.506028 [ 197 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 5654 rows starting from the beginning of the part
12066 2025.01.02 23:42:02.506376 [ 197 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 60 rows starting from the beginning of the part
12067 2025.01.02 23:42:02.506689 [ 197 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 82 rows starting from the beginning of the part
12068 2025.01.02 23:42:02.506883 [ 197 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 60 rows starting from the beginning of the part
12069 2025.01.02 23:42:02.507001 [ 197 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 82 rows starting from the beginning of the part
12070 2025.01.02 23:42:02.507186 [ 197 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 60 rows starting from the beginning of the part
12071 2025.01.02 23:42:02.509632 [ 199 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5998 rows, containing 4 columns (4 merged, 0 gathered) in 0.004444868 sec., 1349421.4001405665 rows/sec., 87.91 MiB/sec.
12072 2025.01.02 23:42:02.510119 [ 202 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
12073 2025.01.02 23:42:02.510530 [ 202 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_91_18} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12074 2025.01.02 23:42:02.510647 [ 202 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_91_18} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
12075 2025.01.02 23:42:02.510747 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.18 MiB.
12076 2025.01.02 23:42:02.512052 [ 195 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 29401 rows, containing 5 columns (5 merged, 0 gathered) in 0.012417013 sec., 2367799.727680079 rows/sec., 159.70 MiB/sec.
12077 2025.01.02 23:42:02.512498 [ 202 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
12078 2025.01.02 23:42:02.512823 [ 202 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12079 2025.01.02 23:42:02.512909 [ 202 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
12080 2025.01.02 23:42:02.513009 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB.
12081 2025.01.02 23:42:03.222890 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 29829
12082 2025.01.02 23:42:03.223665 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12083 2025.01.02 23:42:03.223719 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
12084 2025.01.02 23:42:03.224274 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
12085 2025.01.02 23:42:03.224547 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12086 2025.01.02 23:42:03.224860 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29829
12087 2025.01.02 23:42:05.329950 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 490
12088 2025.01.02 23:42:05.351055 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12089 2025.01.02 23:42:05.351113 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
12090 2025.01.02 23:42:05.358498 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
12091 2025.01.02 23:42:05.359250 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12092 2025.01.02 23:42:05.364216 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 490
12093 2025.01.02 23:42:05.897777 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1676
12094 2025.01.02 23:42:05.901087 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12095 2025.01.02 23:42:05.901142 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
12096 2025.01.02 23:42:05.902652 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
12097 2025.01.02 23:42:05.902971 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12098 2025.01.02 23:42:05.905331 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1676
12099 2025.01.02 23:42:07.449217 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12100 2025.01.02 23:42:07.449501 [ 260 ] {0b337370-56b0-4f31-9d2c-b3ee5cb07df3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
12101 2025.01.02 23:42:07.449609 [ 260 ] {0b337370-56b0-4f31-9d2c-b3ee5cb07df3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
12102 2025.01.02 23:42:07.450404 [ 260 ] {0b337370-56b0-4f31-9d2c-b3ee5cb07df3} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12103 2025.01.02 23:42:07.450454 [ 260 ] {0b337370-56b0-4f31-9d2c-b3ee5cb07df3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
12104 2025.01.02 23:42:07.450878 [ 260 ] {0b337370-56b0-4f31-9d2c-b3ee5cb07df3} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
12105 2025.01.02 23:42:07.451127 [ 260 ] {0b337370-56b0-4f31-9d2c-b3ee5cb07df3} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12106 2025.01.02 23:42:07.451366 [ 260 ] {0b337370-56b0-4f31-9d2c-b3ee5cb07df3} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001948 sec., 7186.858316221766 rows/sec., 517.36 KiB/sec.
12107 2025.01.02 23:42:07.451423 [ 260 ] {0b337370-56b0-4f31-9d2c-b3ee5cb07df3} <Debug> TCPHandler: Processed in 0.002377081 sec.
12108 2025.01.02 23:42:07.451681 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12109 2025.01.02 23:42:07.451901 [ 265 ] {5b5babd1-29c3-4c9a-82c0-3b833277dd36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12110 2025.01.02 23:42:07.451987 [ 265 ] {5b5babd1-29c3-4c9a-82c0-3b833277dd36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12111 2025.01.02 23:42:07.452960 [ 265 ] {5b5babd1-29c3-4c9a-82c0-3b833277dd36} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12112 2025.01.02 23:42:07.453013 [ 265 ] {5b5babd1-29c3-4c9a-82c0-3b833277dd36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
12113 2025.01.02 23:42:07.453472 [ 265 ] {5b5babd1-29c3-4c9a-82c0-3b833277dd36} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
12114 2025.01.02 23:42:07.453719 [ 265 ] {5b5babd1-29c3-4c9a-82c0-3b833277dd36} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12115 2025.01.02 23:42:07.453942 [ 265 ] {5b5babd1-29c3-4c9a-82c0-3b833277dd36} <Debug> executeQuery: Read 283 rows, 25.60 KiB in 0.00213 sec., 132863.84976525823 rows/sec., 11.74 MiB/sec.
12116 2025.01.02 23:42:07.454003 [ 265 ] {5b5babd1-29c3-4c9a-82c0-3b833277dd36} <Debug> TCPHandler: Processed in 0.002503283 sec.
12117 2025.01.02 23:42:07.454167 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12118 2025.01.02 23:42:07.454339 [ 260 ] {2819ad5f-599e-481c-b536-5f19555bc822} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12119 2025.01.02 23:42:07.454406 [ 260 ] {2819ad5f-599e-481c-b536-5f19555bc822} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12120 2025.01.02 23:42:07.455184 [ 260 ] {2819ad5f-599e-481c-b536-5f19555bc822} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12121 2025.01.02 23:42:07.455224 [ 260 ] {2819ad5f-599e-481c-b536-5f19555bc822} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
12122 2025.01.02 23:42:07.455624 [ 260 ] {2819ad5f-599e-481c-b536-5f19555bc822} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
12123 2025.01.02 23:42:07.455892 [ 260 ] {2819ad5f-599e-481c-b536-5f19555bc822} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12124 2025.01.02 23:42:07.456107 [ 260 ] {2819ad5f-599e-481c-b536-5f19555bc822} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.001755 sec., 26780.62678062678 rows/sec., 1.93 MiB/sec.
12125 2025.01.02 23:42:07.456159 [ 260 ] {2819ad5f-599e-481c-b536-5f19555bc822} <Debug> TCPHandler: Processed in 0.002035917 sec.
12126 2025.01.02 23:42:07.456358 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12127 2025.01.02 23:42:07.456569 [ 265 ] {04c325f2-b83f-47af-b210-f129529f13a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
12128 2025.01.02 23:42:07.456656 [ 265 ] {04c325f2-b83f-47af-b210-f129529f13a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
12129 2025.01.02 23:42:07.457327 [ 265 ] {04c325f2-b83f-47af-b210-f129529f13a5} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12130 2025.01.02 23:42:07.457368 [ 265 ] {04c325f2-b83f-47af-b210-f129529f13a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
12131 2025.01.02 23:42:07.457733 [ 265 ] {04c325f2-b83f-47af-b210-f129529f13a5} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
12132 2025.01.02 23:42:07.457976 [ 265 ] {04c325f2-b83f-47af-b210-f129529f13a5} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12133 2025.01.02 23:42:07.458189 [ 265 ] {04c325f2-b83f-47af-b210-f129529f13a5} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001674 sec., 8363.201911589009 rows/sec., 585.70 KiB/sec.
12134 2025.01.02 23:42:07.458241 [ 265 ] {04c325f2-b83f-47af-b210-f129529f13a5} <Debug> TCPHandler: Processed in 0.001987166 sec.
12135 2025.01.02 23:42:07.458408 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12136 2025.01.02 23:42:07.458546 [ 260 ] {13f6a97f-262e-464e-8298-c7276c247bdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
12137 2025.01.02 23:42:07.458603 [ 260 ] {13f6a97f-262e-464e-8298-c7276c247bdc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
12138 2025.01.02 23:42:07.459203 [ 260 ] {13f6a97f-262e-464e-8298-c7276c247bdc} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12139 2025.01.02 23:42:07.459243 [ 260 ] {13f6a97f-262e-464e-8298-c7276c247bdc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
12140 2025.01.02 23:42:07.459598 [ 260 ] {13f6a97f-262e-464e-8298-c7276c247bdc} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
12141 2025.01.02 23:42:07.459835 [ 260 ] {13f6a97f-262e-464e-8298-c7276c247bdc} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12142 2025.01.02 23:42:07.460070 [ 260 ] {13f6a97f-262e-464e-8298-c7276c247bdc} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001541 sec., 8436.080467229072 rows/sec., 525.99 KiB/sec.
12143 2025.01.02 23:42:07.460130 [ 260 ] {13f6a97f-262e-464e-8298-c7276c247bdc} <Debug> TCPHandler: Processed in 0.001787904 sec.
12144 2025.01.02 23:42:07.460419 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12145 2025.01.02 23:42:07.460625 [ 265 ] {ea69035b-823e-4c6d-b8db-d2f772680544} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12146 2025.01.02 23:42:07.460706 [ 265 ] {ea69035b-823e-4c6d-b8db-d2f772680544} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12147 2025.01.02 23:42:07.461473 [ 265 ] {ea69035b-823e-4c6d-b8db-d2f772680544} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12148 2025.01.02 23:42:07.461513 [ 265 ] {ea69035b-823e-4c6d-b8db-d2f772680544} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
12149 2025.01.02 23:42:07.461911 [ 265 ] {ea69035b-823e-4c6d-b8db-d2f772680544} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
12150 2025.01.02 23:42:07.462154 [ 265 ] {ea69035b-823e-4c6d-b8db-d2f772680544} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12151 2025.01.02 23:42:07.462367 [ 265 ] {ea69035b-823e-4c6d-b8db-d2f772680544} <Debug> executeQuery: Read 422 rows, 30.88 KiB in 0.001792 sec., 235491.07142857142 rows/sec., 16.83 MiB/sec.
12152 2025.01.02 23:42:07.462420 [ 265 ] {ea69035b-823e-4c6d-b8db-d2f772680544} <Debug> TCPHandler: Processed in 0.002175118 sec.
12153 2025.01.02 23:42:07.462600 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12154 2025.01.02 23:42:07.462770 [ 260 ] {5839da12-94a8-4e75-adf4-fbfba527b87e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
12155 2025.01.02 23:42:07.462840 [ 260 ] {5839da12-94a8-4e75-adf4-fbfba527b87e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
12156 2025.01.02 23:42:07.463411 [ 260 ] {5839da12-94a8-4e75-adf4-fbfba527b87e} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12157 2025.01.02 23:42:07.463456 [ 260 ] {5839da12-94a8-4e75-adf4-fbfba527b87e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
12158 2025.01.02 23:42:07.463868 [ 260 ] {5839da12-94a8-4e75-adf4-fbfba527b87e} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
12159 2025.01.02 23:42:07.464098 [ 260 ] {5839da12-94a8-4e75-adf4-fbfba527b87e} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12160 2025.01.02 23:42:07.464279 [ 260 ] {5839da12-94a8-4e75-adf4-fbfba527b87e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001549 sec., 3873.4667527437055 rows/sec., 202.37 KiB/sec.
12161 2025.01.02 23:42:07.464329 [ 260 ] {5839da12-94a8-4e75-adf4-fbfba527b87e} <Debug> TCPHandler: Processed in 0.001813594 sec.
12162 2025.01.02 23:42:07.464475 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12163 2025.01.02 23:42:07.464594 [ 265 ] {5ceb8fc8-2aec-4a71-b409-6209915379dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12164 2025.01.02 23:42:07.464648 [ 265 ] {5ceb8fc8-2aec-4a71-b409-6209915379dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12165 2025.01.02 23:42:07.465227 [ 265 ] {5ceb8fc8-2aec-4a71-b409-6209915379dc} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12166 2025.01.02 23:42:07.465266 [ 265 ] {5ceb8fc8-2aec-4a71-b409-6209915379dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
12167 2025.01.02 23:42:07.465666 [ 265 ] {5ceb8fc8-2aec-4a71-b409-6209915379dc} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
12168 2025.01.02 23:42:07.465904 [ 265 ] {5ceb8fc8-2aec-4a71-b409-6209915379dc} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12169 2025.01.02 23:42:07.466123 [ 265 ] {5ceb8fc8-2aec-4a71-b409-6209915379dc} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001555 sec., 152411.57556270098 rows/sec., 10.22 MiB/sec.
12170 2025.01.02 23:42:07.466175 [ 265 ] {5ceb8fc8-2aec-4a71-b409-6209915379dc} <Debug> TCPHandler: Processed in 0.001758093 sec.
12171 2025.01.02 23:42:07.466339 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12172 2025.01.02 23:42:07.466508 [ 260 ] {fd0e12bb-fc50-40af-84f9-e628880e773d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
12173 2025.01.02 23:42:07.466589 [ 260 ] {fd0e12bb-fc50-40af-84f9-e628880e773d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
12174 2025.01.02 23:42:07.467122 [ 260 ] {fd0e12bb-fc50-40af-84f9-e628880e773d} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12175 2025.01.02 23:42:07.467159 [ 260 ] {fd0e12bb-fc50-40af-84f9-e628880e773d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
12176 2025.01.02 23:42:07.467511 [ 260 ] {fd0e12bb-fc50-40af-84f9-e628880e773d} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
12177 2025.01.02 23:42:07.467756 [ 260 ] {fd0e12bb-fc50-40af-84f9-e628880e773d} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12178 2025.01.02 23:42:07.467947 [ 260 ] {fd0e12bb-fc50-40af-84f9-e628880e773d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001475 sec., 677.9661016949153 rows/sec., 45.68 KiB/sec.
12179 2025.01.02 23:42:07.468025 [ 260 ] {fd0e12bb-fc50-40af-84f9-e628880e773d} <Debug> TCPHandler: Processed in 0.001764944 sec.
12180 2025.01.02 23:42:07.468208 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12181 2025.01.02 23:42:07.468346 [ 265 ] {2d50d19e-b6ca-47ad-84ae-7c0cf4463251} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
12182 2025.01.02 23:42:07.468420 [ 265 ] {2d50d19e-b6ca-47ad-84ae-7c0cf4463251} <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
12183 2025.01.02 23:42:07.470566 [ 265 ] {2d50d19e-b6ca-47ad-84ae-7c0cf4463251} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12184 2025.01.02 23:42:07.470606 [ 265 ] {2d50d19e-b6ca-47ad-84ae-7c0cf4463251} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
12185 2025.01.02 23:42:07.471276 [ 265 ] {2d50d19e-b6ca-47ad-84ae-7c0cf4463251} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
12186 2025.01.02 23:42:07.471529 [ 265 ] {2d50d19e-b6ca-47ad-84ae-7c0cf4463251} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12187 2025.01.02 23:42:07.471818 [ 265 ] {2d50d19e-b6ca-47ad-84ae-7c0cf4463251} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.003491 sec., 11458.034947006588 rows/sec., 20.53 MiB/sec.
12188 2025.01.02 23:42:07.472198 [ 265 ] {2d50d19e-b6ca-47ad-84ae-7c0cf4463251} <Debug> TCPHandler: Processed in 0.004092674 sec.
12189 2025.01.02 23:42:07.472428 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12190 2025.01.02 23:42:07.472572 [ 260 ] {c20657e9-1519-4b80-84bd-2f4428979bc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12191 2025.01.02 23:42:07.472631 [ 260 ] {c20657e9-1519-4b80-84bd-2f4428979bc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12192 2025.01.02 23:42:07.473119 [ 260 ] {c20657e9-1519-4b80-84bd-2f4428979bc0} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12193 2025.01.02 23:42:07.473156 [ 260 ] {c20657e9-1519-4b80-84bd-2f4428979bc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
12194 2025.01.02 23:42:07.473518 [ 260 ] {c20657e9-1519-4b80-84bd-2f4428979bc0} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
12195 2025.01.02 23:42:07.473754 [ 260 ] {c20657e9-1519-4b80-84bd-2f4428979bc0} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12196 2025.01.02 23:42:07.473932 [ 260 ] {c20657e9-1519-4b80-84bd-2f4428979bc0} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001391 sec., 58950.395398993525 rows/sec., 3.74 MiB/sec.
12197 2025.01.02 23:42:07.473980 [ 260 ] {c20657e9-1519-4b80-84bd-2f4428979bc0} <Debug> TCPHandler: Processed in 0.001686322 sec.
12198 2025.01.02 23:42:10.527263 [ 142 ] {} <Debug> DNSResolver: Updating DNS cache
12199 2025.01.02 23:42:10.527335 [ 142 ] {} <Debug> DNSResolver: Updated DNS cache
12200 2025.01.02 23:42:10.725145 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 30256
12201 2025.01.02 23:42:10.726276 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12202 2025.01.02 23:42:10.726335 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
12203 2025.01.02 23:42:10.726869 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
12204 2025.01.02 23:42:10.727138 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12205 2025.01.02 23:42:10.727372 [ 142 ] {} <Debug> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
12206 2025.01.02 23:42:10.727412 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30256
12207 2025.01.02 23:42:10.727462 [ 142 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12208 2025.01.02 23:42:10.727496 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
12209 2025.01.02 23:42:10.727627 [ 195 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full
12210 2025.01.02 23:42:10.727777 [ 195 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12211 2025.01.02 23:42:10.727824 [ 195 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_61_12, total 27999 rows starting from the beginning of the part
12212 2025.01.02 23:42:10.727912 [ 195 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 427 rows starting from the beginning of the part
12213 2025.01.02 23:42:10.728105 [ 195 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 488 rows starting from the beginning of the part
12214 2025.01.02 23:42:10.728287 [ 195 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 427 rows starting from the beginning of the part
12215 2025.01.02 23:42:10.728550 [ 195 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 488 rows starting from the beginning of the part
12216 2025.01.02 23:42:10.728672 [ 195 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 427 rows starting from the beginning of the part
12217 2025.01.02 23:42:10.731460 [ 202 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30256 rows, containing 4 columns (4 merged, 0 gathered) in 0.003896111 sec., 7765692.507220662 rows/sec., 111.09 MiB/sec.
12218 2025.01.02 23:42:10.731994 [ 202 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
12219 2025.01.02 23:42:10.732289 [ 202 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_66_13} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12220 2025.01.02 23:42:10.732371 [ 202 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_66_13} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
12221 2025.01.02 23:42:10.732480 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.93 MiB.
12222 2025.01.02 23:42:12.442274 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12223 2025.01.02 23:42:12.442481 [ 260 ] {68945ad2-5a85-4426-9c51-105bb1891d2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12224 2025.01.02 23:42:12.442563 [ 260 ] {68945ad2-5a85-4426-9c51-105bb1891d2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12225 2025.01.02 23:42:12.443384 [ 260 ] {68945ad2-5a85-4426-9c51-105bb1891d2e} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12226 2025.01.02 23:42:12.443436 [ 260 ] {68945ad2-5a85-4426-9c51-105bb1891d2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
12227 2025.01.02 23:42:12.443872 [ 260 ] {68945ad2-5a85-4426-9c51-105bb1891d2e} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
12228 2025.01.02 23:42:12.444134 [ 260 ] {68945ad2-5a85-4426-9c51-105bb1891d2e} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12229 2025.01.02 23:42:12.444377 [ 260 ] {68945ad2-5a85-4426-9c51-105bb1891d2e} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001954 sec., 28659.160696008188 rows/sec., 2.20 MiB/sec.
12230 2025.01.02 23:42:12.444446 [ 260 ] {68945ad2-5a85-4426-9c51-105bb1891d2e} <Debug> TCPHandler: Processed in 0.002313931 sec.
12231 2025.01.02 23:42:12.444692 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12232 2025.01.02 23:42:12.444884 [ 265 ] {d8d49ba4-d73d-4105-906a-d6303f144e20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12233 2025.01.02 23:42:12.444960 [ 265 ] {d8d49ba4-d73d-4105-906a-d6303f144e20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12234 2025.01.02 23:42:12.445746 [ 265 ] {d8d49ba4-d73d-4105-906a-d6303f144e20} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12235 2025.01.02 23:42:12.445801 [ 265 ] {d8d49ba4-d73d-4105-906a-d6303f144e20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
12236 2025.01.02 23:42:12.446240 [ 265 ] {d8d49ba4-d73d-4105-906a-d6303f144e20} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
12237 2025.01.02 23:42:12.446501 [ 265 ] {d8d49ba4-d73d-4105-906a-d6303f144e20} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12238 2025.01.02 23:42:12.446762 [ 265 ] {d8d49ba4-d73d-4105-906a-d6303f144e20} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001931 sec., 33143.44899016054 rows/sec., 2.59 MiB/sec.
12239 2025.01.02 23:42:12.446833 [ 265 ] {d8d49ba4-d73d-4105-906a-d6303f144e20} <Debug> TCPHandler: Processed in 0.00227867 sec.
12240 2025.01.02 23:42:12.446979 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12241 2025.01.02 23:42:12.447127 [ 260 ] {5233e456-145e-46e2-b692-d9a025eec557} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12242 2025.01.02 23:42:12.447196 [ 260 ] {5233e456-145e-46e2-b692-d9a025eec557} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12243 2025.01.02 23:42:12.447879 [ 260 ] {5233e456-145e-46e2-b692-d9a025eec557} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12244 2025.01.02 23:42:12.447929 [ 260 ] {5233e456-145e-46e2-b692-d9a025eec557} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
12245 2025.01.02 23:42:12.448341 [ 260 ] {5233e456-145e-46e2-b692-d9a025eec557} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
12246 2025.01.02 23:42:12.448581 [ 260 ] {5233e456-145e-46e2-b692-d9a025eec557} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12247 2025.01.02 23:42:12.448820 [ 260 ] {5233e456-145e-46e2-b692-d9a025eec557} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001726 sec., 92699.88412514483 rows/sec., 6.46 MiB/sec.
12248 2025.01.02 23:42:12.448916 [ 260 ] {5233e456-145e-46e2-b692-d9a025eec557} <Debug> TCPHandler: Processed in 0.001997056 sec.
12249 2025.01.02 23:42:12.449133 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12250 2025.01.02 23:42:12.449371 [ 265 ] {4208c474-834a-4f7b-840a-c9133feff781} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12251 2025.01.02 23:42:12.449434 [ 265 ] {4208c474-834a-4f7b-840a-c9133feff781} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12252 2025.01.02 23:42:12.449980 [ 265 ] {4208c474-834a-4f7b-840a-c9133feff781} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12253 2025.01.02 23:42:12.450021 [ 265 ] {4208c474-834a-4f7b-840a-c9133feff781} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
12254 2025.01.02 23:42:12.450404 [ 265 ] {4208c474-834a-4f7b-840a-c9133feff781} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
12255 2025.01.02 23:42:12.450649 [ 265 ] {4208c474-834a-4f7b-840a-c9133feff781} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12256 2025.01.02 23:42:12.450874 [ 265 ] {4208c474-834a-4f7b-840a-c9133feff781} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001571 sec., 38192.234245703374 rows/sec., 2.57 MiB/sec.
12257 2025.01.02 23:42:12.450932 [ 265 ] {4208c474-834a-4f7b-840a-c9133feff781} <Debug> TCPHandler: Processed in 0.001914515 sec.
12258 2025.01.02 23:42:12.864384 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 498
12259 2025.01.02 23:42:12.885583 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12260 2025.01.02 23:42:12.885645 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
12261 2025.01.02 23:42:12.892835 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
12262 2025.01.02 23:42:12.893603 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12263 2025.01.02 23:42:12.893982 [ 139 ] {} <Debug> system.metric_log (31b60859-c590-4889-866a-026624596be5) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
12264 2025.01.02 23:42:12.894131 [ 139 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12265 2025.01.02 23:42:12.894208 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
12266 2025.01.02 23:42:12.894524 [ 190 ] {31b60859-c590-4889-866a-026624596be5::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full
12267 2025.01.02 23:42:12.902800 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 498
12268 2025.01.02 23:42:12.904004 [ 190 ] {31b60859-c590-4889-866a-026624596be5::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12269 2025.01.02 23:42:12.904881 [ 190 ] {31b60859-c590-4889-866a-026624596be5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 460 rows starting from the beginning of the part
12270 2025.01.02 23:42:12.909419 [ 190 ] {31b60859-c590-4889-866a-026624596be5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 8 rows starting from the beginning of the part
12271 2025.01.02 23:42:12.913972 [ 190 ] {31b60859-c590-4889-866a-026624596be5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 7 rows starting from the beginning of the part
12272 2025.01.02 23:42:12.918993 [ 190 ] {31b60859-c590-4889-866a-026624596be5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 8 rows starting from the beginning of the part
12273 2025.01.02 23:42:12.924298 [ 190 ] {31b60859-c590-4889-866a-026624596be5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 7 rows starting from the beginning of the part
12274 2025.01.02 23:42:12.928637 [ 190 ] {31b60859-c590-4889-866a-026624596be5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 8 rows starting from the beginning of the part
12275 2025.01.02 23:42:12.989710 [ 202 ] {31b60859-c590-4889-866a-026624596be5::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 498 rows, containing 679 columns (679 merged, 0 gathered) in 0.095352923 sec., 5222.703031348079 rows/sec., 27.01 MiB/sec.
12276 2025.01.02 23:42:12.993309 [ 192 ] {31b60859-c590-4889-866a-026624596be5::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
12277 2025.01.02 23:42:12.996329 [ 192 ] {31b60859-c590-4889-866a-026624596be5::all_1_66_13} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12278 2025.01.02 23:42:12.996458 [ 192 ] {31b60859-c590-4889-866a-026624596be5::all_1_66_13} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
12279 2025.01.02 23:42:12.998953 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 14.28 MiB.
12280 2025.01.02 23:42:15.905746 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1706
12281 2025.01.02 23:42:15.908924 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12282 2025.01.02 23:42:15.908976 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
12283 2025.01.02 23:42:15.910445 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
12284 2025.01.02 23:42:15.910756 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12285 2025.01.02 23:42:15.911868 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1706
12286 2025.01.02 23:42:17.448623 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12287 2025.01.02 23:42:17.448845 [ 260 ] {995d369e-008a-4a22-84bf-667ecfec033c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
12288 2025.01.02 23:42:17.448926 [ 260 ] {995d369e-008a-4a22-84bf-667ecfec033c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
12289 2025.01.02 23:42:17.449753 [ 260 ] {995d369e-008a-4a22-84bf-667ecfec033c} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12290 2025.01.02 23:42:17.449807 [ 260 ] {995d369e-008a-4a22-84bf-667ecfec033c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
12291 2025.01.02 23:42:17.450250 [ 260 ] {995d369e-008a-4a22-84bf-667ecfec033c} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
12292 2025.01.02 23:42:17.450499 [ 260 ] {995d369e-008a-4a22-84bf-667ecfec033c} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12293 2025.01.02 23:42:17.450750 [ 260 ] {995d369e-008a-4a22-84bf-667ecfec033c} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001963 sec., 7131.940906775344 rows/sec., 513.40 KiB/sec.
12294 2025.01.02 23:42:17.450817 [ 260 ] {995d369e-008a-4a22-84bf-667ecfec033c} <Debug> TCPHandler: Processed in 0.002337971 sec.
12295 2025.01.02 23:42:17.451084 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12296 2025.01.02 23:42:17.451285 [ 265 ] {21eda124-e942-441f-9ff4-2d432e50f16e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
12297 2025.01.02 23:42:17.451355 [ 265 ] {21eda124-e942-441f-9ff4-2d432e50f16e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
12298 2025.01.02 23:42:17.452099 [ 265 ] {21eda124-e942-441f-9ff4-2d432e50f16e} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12299 2025.01.02 23:42:17.452142 [ 265 ] {21eda124-e942-441f-9ff4-2d432e50f16e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
12300 2025.01.02 23:42:17.452573 [ 265 ] {21eda124-e942-441f-9ff4-2d432e50f16e} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
12301 2025.01.02 23:42:17.452843 [ 265 ] {21eda124-e942-441f-9ff4-2d432e50f16e} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12302 2025.01.02 23:42:17.453083 [ 265 ] {21eda124-e942-441f-9ff4-2d432e50f16e} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001851 sec., 5402.485143165856 rows/sec., 440.53 KiB/sec.
12303 2025.01.02 23:42:17.453225 [ 265 ] {21eda124-e942-441f-9ff4-2d432e50f16e} <Debug> TCPHandler: Processed in 0.00228076 sec.
12304 2025.01.02 23:42:17.453533 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12305 2025.01.02 23:42:17.453764 [ 260 ] {b4e60b4b-83ac-4bcf-9d89-5f6b6a9a6389} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12306 2025.01.02 23:42:17.453860 [ 260 ] {b4e60b4b-83ac-4bcf-9d89-5f6b6a9a6389} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12307 2025.01.02 23:42:17.454770 [ 260 ] {b4e60b4b-83ac-4bcf-9d89-5f6b6a9a6389} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12308 2025.01.02 23:42:17.454812 [ 260 ] {b4e60b4b-83ac-4bcf-9d89-5f6b6a9a6389} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
12309 2025.01.02 23:42:17.455198 [ 260 ] {b4e60b4b-83ac-4bcf-9d89-5f6b6a9a6389} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
12310 2025.01.02 23:42:17.455439 [ 260 ] {b4e60b4b-83ac-4bcf-9d89-5f6b6a9a6389} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12311 2025.01.02 23:42:17.455663 [ 260 ] {b4e60b4b-83ac-4bcf-9d89-5f6b6a9a6389} <Debug> executeQuery: Read 288 rows, 25.97 KiB in 0.001958 sec., 147088.86618998979 rows/sec., 12.95 MiB/sec.
12312 2025.01.02 23:42:17.455750 [ 260 ] {b4e60b4b-83ac-4bcf-9d89-5f6b6a9a6389} <Debug> TCPHandler: Processed in 0.002404121 sec.
12313 2025.01.02 23:42:17.455973 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12314 2025.01.02 23:42:17.456201 [ 265 ] {4d65389b-11d4-4a49-83d9-9e4aa6a959a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12315 2025.01.02 23:42:17.456261 [ 265 ] {4d65389b-11d4-4a49-83d9-9e4aa6a959a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12316 2025.01.02 23:42:17.456994 [ 265 ] {4d65389b-11d4-4a49-83d9-9e4aa6a959a0} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12317 2025.01.02 23:42:17.457040 [ 265 ] {4d65389b-11d4-4a49-83d9-9e4aa6a959a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
12318 2025.01.02 23:42:17.457427 [ 265 ] {4d65389b-11d4-4a49-83d9-9e4aa6a959a0} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
12319 2025.01.02 23:42:17.457662 [ 265 ] {4d65389b-11d4-4a49-83d9-9e4aa6a959a0} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12320 2025.01.02 23:42:17.457842 [ 265 ] {4d65389b-11d4-4a49-83d9-9e4aa6a959a0} <Debug> executeQuery: Read 57 rows, 4.16 KiB in 0.001698 sec., 33568.90459363958 rows/sec., 2.39 MiB/sec.
12321 2025.01.02 23:42:17.457896 [ 265 ] {4d65389b-11d4-4a49-83d9-9e4aa6a959a0} <Debug> TCPHandler: Processed in 0.002037817 sec.
12322 2025.01.02 23:42:17.458037 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12323 2025.01.02 23:42:17.458162 [ 260 ] {9414937d-d7af-46f1-a763-f313df8565cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
12324 2025.01.02 23:42:17.458213 [ 260 ] {9414937d-d7af-46f1-a763-f313df8565cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
12325 2025.01.02 23:42:17.458899 [ 260 ] {9414937d-d7af-46f1-a763-f313df8565cc} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12326 2025.01.02 23:42:17.458942 [ 260 ] {9414937d-d7af-46f1-a763-f313df8565cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
12327 2025.01.02 23:42:17.459323 [ 260 ] {9414937d-d7af-46f1-a763-f313df8565cc} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
12328 2025.01.02 23:42:17.459571 [ 260 ] {9414937d-d7af-46f1-a763-f313df8565cc} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12329 2025.01.02 23:42:17.459805 [ 260 ] {9414937d-d7af-46f1-a763-f313df8565cc} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001669 sec., 8388.256440982625 rows/sec., 587.46 KiB/sec.
12330 2025.01.02 23:42:17.459875 [ 260 ] {9414937d-d7af-46f1-a763-f313df8565cc} <Debug> TCPHandler: Processed in 0.001897405 sec.
12331 2025.01.02 23:42:17.460076 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12332 2025.01.02 23:42:17.460248 [ 265 ] {3cd032ea-9e6d-421a-a37a-7bd6a92332d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
12333 2025.01.02 23:42:17.460300 [ 265 ] {3cd032ea-9e6d-421a-a37a-7bd6a92332d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
12334 2025.01.02 23:42:17.460887 [ 265 ] {3cd032ea-9e6d-421a-a37a-7bd6a92332d8} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12335 2025.01.02 23:42:17.460927 [ 265 ] {3cd032ea-9e6d-421a-a37a-7bd6a92332d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
12336 2025.01.02 23:42:17.461289 [ 265 ] {3cd032ea-9e6d-421a-a37a-7bd6a92332d8} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
12337 2025.01.02 23:42:17.461530 [ 265 ] {3cd032ea-9e6d-421a-a37a-7bd6a92332d8} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12338 2025.01.02 23:42:17.461713 [ 265 ] {3cd032ea-9e6d-421a-a37a-7bd6a92332d8} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001491 sec., 8718.980549966465 rows/sec., 543.63 KiB/sec.
12339 2025.01.02 23:42:17.461770 [ 265 ] {3cd032ea-9e6d-421a-a37a-7bd6a92332d8} <Debug> TCPHandler: Processed in 0.001808594 sec.
12340 2025.01.02 23:42:17.461908 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12341 2025.01.02 23:42:17.462040 [ 260 ] {98635c97-7252-4066-b626-063d877e5c94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12342 2025.01.02 23:42:17.462092 [ 260 ] {98635c97-7252-4066-b626-063d877e5c94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12343 2025.01.02 23:42:17.462948 [ 260 ] {98635c97-7252-4066-b626-063d877e5c94} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12344 2025.01.02 23:42:17.462997 [ 260 ] {98635c97-7252-4066-b626-063d877e5c94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
12345 2025.01.02 23:42:17.463423 [ 260 ] {98635c97-7252-4066-b626-063d877e5c94} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
12346 2025.01.02 23:42:17.463668 [ 260 ] {98635c97-7252-4066-b626-063d877e5c94} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12347 2025.01.02 23:42:17.463873 [ 260 ] {98635c97-7252-4066-b626-063d877e5c94} <Debug> executeQuery: Read 432 rows, 31.70 KiB in 0.001852 sec., 233261.33909287257 rows/sec., 16.72 MiB/sec.
12348 2025.01.02 23:42:17.463927 [ 260 ] {98635c97-7252-4066-b626-063d877e5c94} <Debug> TCPHandler: Processed in 0.002076157 sec.
12349 2025.01.02 23:42:17.464068 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12350 2025.01.02 23:42:17.464193 [ 265 ] {b7b9f0fa-99af-4116-9127-ffedd24fa7dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
12351 2025.01.02 23:42:17.464254 [ 265 ] {b7b9f0fa-99af-4116-9127-ffedd24fa7dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
12352 2025.01.02 23:42:17.464824 [ 265 ] {b7b9f0fa-99af-4116-9127-ffedd24fa7dc} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12353 2025.01.02 23:42:17.464871 [ 265 ] {b7b9f0fa-99af-4116-9127-ffedd24fa7dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
12354 2025.01.02 23:42:17.465286 [ 265 ] {b7b9f0fa-99af-4116-9127-ffedd24fa7dc} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
12355 2025.01.02 23:42:17.465540 [ 265 ] {b7b9f0fa-99af-4116-9127-ffedd24fa7dc} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12356 2025.01.02 23:42:17.465760 [ 265 ] {b7b9f0fa-99af-4116-9127-ffedd24fa7dc} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001604 sec., 3740.6483790523694 rows/sec., 195.43 KiB/sec.
12357 2025.01.02 23:42:17.465813 [ 265 ] {b7b9f0fa-99af-4116-9127-ffedd24fa7dc} <Debug> TCPHandler: Processed in 0.001808464 sec.
12358 2025.01.02 23:42:17.465943 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12359 2025.01.02 23:42:17.466065 [ 260 ] {3fb64f1a-6faa-45b7-9af9-73ba6fee287f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12360 2025.01.02 23:42:17.466117 [ 260 ] {3fb64f1a-6faa-45b7-9af9-73ba6fee287f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12361 2025.01.02 23:42:17.466766 [ 260 ] {3fb64f1a-6faa-45b7-9af9-73ba6fee287f} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12362 2025.01.02 23:42:17.466806 [ 260 ] {3fb64f1a-6faa-45b7-9af9-73ba6fee287f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
12363 2025.01.02 23:42:17.467208 [ 260 ] {3fb64f1a-6faa-45b7-9af9-73ba6fee287f} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
12364 2025.01.02 23:42:17.467447 [ 260 ] {3fb64f1a-6faa-45b7-9af9-73ba6fee287f} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12365 2025.01.02 23:42:17.467666 [ 260 ] {3fb64f1a-6faa-45b7-9af9-73ba6fee287f} <Debug> executeQuery: Read 242 rows, 16.62 KiB in 0.001609 sec., 150403.97762585458 rows/sec., 10.09 MiB/sec.
12366 2025.01.02 23:42:17.467723 [ 260 ] {3fb64f1a-6faa-45b7-9af9-73ba6fee287f} <Debug> TCPHandler: Processed in 0.001819094 sec.
12367 2025.01.02 23:42:17.467869 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12368 2025.01.02 23:42:17.467986 [ 265 ] {60d72f25-e6c9-41e4-aff9-0a6972f9659e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
12369 2025.01.02 23:42:17.468039 [ 265 ] {60d72f25-e6c9-41e4-aff9-0a6972f9659e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
12370 2025.01.02 23:42:17.468508 [ 265 ] {60d72f25-e6c9-41e4-aff9-0a6972f9659e} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12371 2025.01.02 23:42:17.468546 [ 265 ] {60d72f25-e6c9-41e4-aff9-0a6972f9659e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
12372 2025.01.02 23:42:17.468906 [ 265 ] {60d72f25-e6c9-41e4-aff9-0a6972f9659e} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
12373 2025.01.02 23:42:17.469148 [ 265 ] {60d72f25-e6c9-41e4-aff9-0a6972f9659e} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12374 2025.01.02 23:42:17.469367 [ 265 ] {60d72f25-e6c9-41e4-aff9-0a6972f9659e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001405 sec., 711.7437722419929 rows/sec., 47.96 KiB/sec.
12375 2025.01.02 23:42:17.469420 [ 265 ] {60d72f25-e6c9-41e4-aff9-0a6972f9659e} <Debug> TCPHandler: Processed in 0.001609251 sec.
12376 2025.01.02 23:42:17.469549 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12377 2025.01.02 23:42:17.469665 [ 260 ] {49dc3eb2-842b-4a42-9a7c-1e909f7a15c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
12378 2025.01.02 23:42:17.469746 [ 260 ] {49dc3eb2-842b-4a42-9a7c-1e909f7a15c0} <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
12379 2025.01.02 23:42:17.470915 [ 260 ] {49dc3eb2-842b-4a42-9a7c-1e909f7a15c0} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12380 2025.01.02 23:42:17.470955 [ 260 ] {49dc3eb2-842b-4a42-9a7c-1e909f7a15c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
12381 2025.01.02 23:42:17.471624 [ 260 ] {49dc3eb2-842b-4a42-9a7c-1e909f7a15c0} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
12382 2025.01.02 23:42:17.471894 [ 260 ] {49dc3eb2-842b-4a42-9a7c-1e909f7a15c0} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12383 2025.01.02 23:42:17.472167 [ 260 ] {49dc3eb2-842b-4a42-9a7c-1e909f7a15c0} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002514 sec., 15910.898965791566 rows/sec., 28.51 MiB/sec.
12384 2025.01.02 23:42:17.472598 [ 260 ] {49dc3eb2-842b-4a42-9a7c-1e909f7a15c0} <Debug> TCPHandler: Processed in 0.003097751 sec.
12385 2025.01.02 23:42:17.472870 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12386 2025.01.02 23:42:17.473007 [ 265 ] {43e00d47-bdab-49e6-a87d-715c1ae3aae4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12387 2025.01.02 23:42:17.473065 [ 265 ] {43e00d47-bdab-49e6-a87d-715c1ae3aae4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12388 2025.01.02 23:42:17.473568 [ 265 ] {43e00d47-bdab-49e6-a87d-715c1ae3aae4} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12389 2025.01.02 23:42:17.473606 [ 265 ] {43e00d47-bdab-49e6-a87d-715c1ae3aae4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
12390 2025.01.02 23:42:17.473985 [ 265 ] {43e00d47-bdab-49e6-a87d-715c1ae3aae4} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
12391 2025.01.02 23:42:17.474228 [ 265 ] {43e00d47-bdab-49e6-a87d-715c1ae3aae4} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12392 2025.01.02 23:42:17.474452 [ 265 ] {43e00d47-bdab-49e6-a87d-715c1ae3aae4} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001467 sec., 55896.387184730746 rows/sec., 3.55 MiB/sec.
12393 2025.01.02 23:42:17.474547 [ 265 ] {43e00d47-bdab-49e6-a87d-715c1ae3aae4} <Debug> TCPHandler: Processed in 0.001815484 sec.
12394 2025.01.02 23:42:18.227647 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 30744
12395 2025.01.02 23:42:18.228339 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12396 2025.01.02 23:42:18.228393 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
12397 2025.01.02 23:42:18.228922 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
12398 2025.01.02 23:42:18.229194 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12399 2025.01.02 23:42:18.229446 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30744
12400 2025.01.02 23:42:20.402979 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 505
12401 2025.01.02 23:42:20.421566 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12402 2025.01.02 23:42:20.421609 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
12403 2025.01.02 23:42:20.428429 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
12404 2025.01.02 23:42:20.429160 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12405 2025.01.02 23:42:20.431675 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 505
12406 2025.01.02 23:42:22.441886 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12407 2025.01.02 23:42:22.442096 [ 260 ] {1621c6c5-fd3f-4883-a87d-b77a6f8a2bc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12408 2025.01.02 23:42:22.442177 [ 260 ] {1621c6c5-fd3f-4883-a87d-b77a6f8a2bc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12409 2025.01.02 23:42:22.442994 [ 260 ] {1621c6c5-fd3f-4883-a87d-b77a6f8a2bc8} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12410 2025.01.02 23:42:22.443048 [ 260 ] {1621c6c5-fd3f-4883-a87d-b77a6f8a2bc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
12411 2025.01.02 23:42:22.443591 [ 260 ] {1621c6c5-fd3f-4883-a87d-b77a6f8a2bc8} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
12412 2025.01.02 23:42:22.444005 [ 260 ] {1621c6c5-fd3f-4883-a87d-b77a6f8a2bc8} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12413 2025.01.02 23:42:22.444269 [ 260 ] {1621c6c5-fd3f-4883-a87d-b77a6f8a2bc8} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00223 sec., 25112.107623318385 rows/sec., 1.93 MiB/sec.
12414 2025.01.02 23:42:22.444336 [ 260 ] {1621c6c5-fd3f-4883-a87d-b77a6f8a2bc8} <Debug> TCPHandler: Processed in 0.002591384 sec.
12415 2025.01.02 23:42:22.444596 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12416 2025.01.02 23:42:22.444798 [ 265 ] {0e3230fd-a475-4627-812d-07aca71add01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12417 2025.01.02 23:42:22.444873 [ 265 ] {0e3230fd-a475-4627-812d-07aca71add01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12418 2025.01.02 23:42:22.445658 [ 265 ] {0e3230fd-a475-4627-812d-07aca71add01} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12419 2025.01.02 23:42:22.445713 [ 265 ] {0e3230fd-a475-4627-812d-07aca71add01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
12420 2025.01.02 23:42:22.446166 [ 265 ] {0e3230fd-a475-4627-812d-07aca71add01} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
12421 2025.01.02 23:42:22.446434 [ 265 ] {0e3230fd-a475-4627-812d-07aca71add01} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12422 2025.01.02 23:42:22.446698 [ 265 ] {0e3230fd-a475-4627-812d-07aca71add01} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001955 sec., 32736.572890025574 rows/sec., 2.56 MiB/sec.
12423 2025.01.02 23:42:22.446824 [ 265 ] {0e3230fd-a475-4627-812d-07aca71add01} <Debug> TCPHandler: Processed in 0.002366711 sec.
12424 2025.01.02 23:42:22.447107 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12425 2025.01.02 23:42:22.447373 [ 260 ] {1ceb72ac-4b5a-4678-9186-64c3fca2a2a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12426 2025.01.02 23:42:22.447432 [ 260 ] {1ceb72ac-4b5a-4678-9186-64c3fca2a2a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12427 2025.01.02 23:42:22.448033 [ 260 ] {1ceb72ac-4b5a-4678-9186-64c3fca2a2a1} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12428 2025.01.02 23:42:22.448075 [ 260 ] {1ceb72ac-4b5a-4678-9186-64c3fca2a2a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
12429 2025.01.02 23:42:22.448477 [ 260 ] {1ceb72ac-4b5a-4678-9186-64c3fca2a2a1} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
12430 2025.01.02 23:42:22.448719 [ 260 ] {1ceb72ac-4b5a-4678-9186-64c3fca2a2a1} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12431 2025.01.02 23:42:22.448945 [ 260 ] {1ceb72ac-4b5a-4678-9186-64c3fca2a2a1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001633 sec., 97979.17942437233 rows/sec., 6.82 MiB/sec.
12432 2025.01.02 23:42:22.449000 [ 260 ] {1ceb72ac-4b5a-4678-9186-64c3fca2a2a1} <Debug> TCPHandler: Processed in 0.002072018 sec.
12433 2025.01.02 23:42:22.449247 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12434 2025.01.02 23:42:22.449436 [ 265 ] {b28840bd-e873-434a-92b5-229a486b2668} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12435 2025.01.02 23:42:22.449501 [ 265 ] {b28840bd-e873-434a-92b5-229a486b2668} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12436 2025.01.02 23:42:22.450096 [ 265 ] {b28840bd-e873-434a-92b5-229a486b2668} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12437 2025.01.02 23:42:22.450145 [ 265 ] {b28840bd-e873-434a-92b5-229a486b2668} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
12438 2025.01.02 23:42:22.450560 [ 265 ] {b28840bd-e873-434a-92b5-229a486b2668} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
12439 2025.01.02 23:42:22.450803 [ 265 ] {b28840bd-e873-434a-92b5-229a486b2668} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12440 2025.01.02 23:42:22.451025 [ 265 ] {b28840bd-e873-434a-92b5-229a486b2668} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001625 sec., 36923.07692307692 rows/sec., 2.49 MiB/sec.
12441 2025.01.02 23:42:22.451079 [ 265 ] {b28840bd-e873-434a-92b5-229a486b2668} <Debug> TCPHandler: Processed in 0.001932405 sec.
12442 2025.01.02 23:42:25.527575 [ 127 ] {} <Debug> DNSResolver: Updating DNS cache
12443 2025.01.02 23:42:25.527637 [ 127 ] {} <Debug> DNSResolver: Updated DNS cache
12444 2025.01.02 23:42:25.729675 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 31171
12445 2025.01.02 23:42:25.730417 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12446 2025.01.02 23:42:25.730471 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
12447 2025.01.02 23:42:25.731134 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
12448 2025.01.02 23:42:25.731396 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12449 2025.01.02 23:42:25.731643 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31171
12450 2025.01.02 23:42:25.912192 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1738
12451 2025.01.02 23:42:25.915387 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12452 2025.01.02 23:42:25.915451 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
12453 2025.01.02 23:42:25.917008 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
12454 2025.01.02 23:42:25.917352 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12455 2025.01.02 23:42:25.917996 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1738
12456 2025.01.02 23:42:27.448695 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12457 2025.01.02 23:42:27.448997 [ 260 ] {9c1322de-9f4c-4977-94f1-c6041e205276} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
12458 2025.01.02 23:42:27.449113 [ 260 ] {9c1322de-9f4c-4977-94f1-c6041e205276} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
12459 2025.01.02 23:42:27.450036 [ 260 ] {9c1322de-9f4c-4977-94f1-c6041e205276} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12460 2025.01.02 23:42:27.450088 [ 260 ] {9c1322de-9f4c-4977-94f1-c6041e205276} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
12461 2025.01.02 23:42:27.450525 [ 260 ] {9c1322de-9f4c-4977-94f1-c6041e205276} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
12462 2025.01.02 23:42:27.450779 [ 260 ] {9c1322de-9f4c-4977-94f1-c6041e205276} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12463 2025.01.02 23:42:27.451000 [ 126 ] {} <Debug> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4) (MergerMutator): Selected 5 parts from all_1_45_11 to all_49_49_0
12464 2025.01.02 23:42:27.451028 [ 260 ] {9c1322de-9f4c-4977-94f1-c6041e205276} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002113 sec., 6625.650733554189 rows/sec., 476.96 KiB/sec.
12465 2025.01.02 23:42:27.451093 [ 126 ] {} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12466 2025.01.02 23:42:27.451156 [ 260 ] {9c1322de-9f4c-4977-94f1-c6041e205276} <Debug> TCPHandler: Processed in 0.002644045 sec.
12467 2025.01.02 23:42:27.451162 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
12468 2025.01.02 23:42:27.451379 [ 201 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_49_12} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_45_11 to all_49_49_0 into Compact with storage Full
12469 2025.01.02 23:42:27.451520 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12470 2025.01.02 23:42:27.451550 [ 201 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_49_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12471 2025.01.02 23:42:27.451647 [ 201 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_11, total 14 rows starting from the beginning of the part
12472 2025.01.02 23:42:27.451903 [ 201 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 14 rows starting from the beginning of the part
12473 2025.01.02 23:42:27.451952 [ 265 ] {6e19a8c8-8b74-478d-953b-0b717bc9b955} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12474 2025.01.02 23:42:27.452086 [ 201 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 14 rows starting from the beginning of the part
12475 2025.01.02 23:42:27.452180 [ 265 ] {6e19a8c8-8b74-478d-953b-0b717bc9b955} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12476 2025.01.02 23:42:27.452564 [ 201 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 14 rows starting from the beginning of the part
12477 2025.01.02 23:42:27.452969 [ 201 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 14 rows starting from the beginning of the part
12478 2025.01.02 23:42:27.455234 [ 265 ] {6e19a8c8-8b74-478d-953b-0b717bc9b955} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12479 2025.01.02 23:42:27.455334 [ 265 ] {6e19a8c8-8b74-478d-953b-0b717bc9b955} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
12480 2025.01.02 23:42:27.455360 [ 201 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_49_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004071053 sec., 17194.568579677052 rows/sec., 1.27 MiB/sec.
12481 2025.01.02 23:42:27.455560 [ 201 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_49_12} <Trace> MergedBlockOutputStream: filled checksums all_1_49_12 (state Temporary)
12482 2025.01.02 23:42:27.456058 [ 201 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_49_12} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Renaming temporary part tmp_merge_all_1_49_12 to all_1_49_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12483 2025.01.02 23:42:27.456153 [ 265 ] {6e19a8c8-8b74-478d-953b-0b717bc9b955} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
12484 2025.01.02 23:42:27.456193 [ 201 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_49_12} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4) (MergerMutator): Merged 5 parts: [all_1_45_11, all_49_49_0] -> all_1_49_12
12485 2025.01.02 23:42:27.456325 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
12486 2025.01.02 23:42:27.456529 [ 265 ] {6e19a8c8-8b74-478d-953b-0b717bc9b955} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12487 2025.01.02 23:42:27.456740 [ 126 ] {} <Debug> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0
12488 2025.01.02 23:42:27.456793 [ 126 ] {} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12489 2025.01.02 23:42:27.456813 [ 265 ] {6e19a8c8-8b74-478d-953b-0b717bc9b955} <Debug> executeQuery: Read 283 rows, 25.60 KiB in 0.005065 sec., 55873.642645607106 rows/sec., 4.94 MiB/sec.
12490 2025.01.02 23:42:27.456828 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
12491 2025.01.02 23:42:27.456997 [ 265 ] {6e19a8c8-8b74-478d-953b-0b717bc9b955} <Debug> TCPHandler: Processed in 0.005712205 sec.
12492 2025.01.02 23:42:27.457036 [ 194 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full
12493 2025.01.02 23:42:27.457175 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12494 2025.01.02 23:42:27.457189 [ 194 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12495 2025.01.02 23:42:27.457235 [ 194 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1435 rows starting from the beginning of the part
12496 2025.01.02 23:42:27.457418 [ 260 ] {f288a183-156a-401a-ab23-7d037afd300b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12497 2025.01.02 23:42:27.457515 [ 194 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 283 rows starting from the beginning of the part
12498 2025.01.02 23:42:27.457561 [ 260 ] {f288a183-156a-401a-ab23-7d037afd300b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12499 2025.01.02 23:42:27.457897 [ 194 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 56 rows starting from the beginning of the part
12500 2025.01.02 23:42:27.458173 [ 194 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 288 rows starting from the beginning of the part
12501 2025.01.02 23:42:27.458559 [ 194 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 56 rows starting from the beginning of the part
12502 2025.01.02 23:42:27.458928 [ 194 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 283 rows starting from the beginning of the part
12503 2025.01.02 23:42:27.460258 [ 260 ] {f288a183-156a-401a-ab23-7d037afd300b} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12504 2025.01.02 23:42:27.460333 [ 260 ] {f288a183-156a-401a-ab23-7d037afd300b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
12505 2025.01.02 23:42:27.461414 [ 260 ] {f288a183-156a-401a-ab23-7d037afd300b} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
12506 2025.01.02 23:42:27.461749 [ 260 ] {f288a183-156a-401a-ab23-7d037afd300b} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12507 2025.01.02 23:42:27.462312 [ 260 ] {f288a183-156a-401a-ab23-7d037afd300b} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.004951 sec., 9493.031710765503 rows/sec., 699.63 KiB/sec.
12508 2025.01.02 23:42:27.462688 [ 194 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2401 rows, containing 5 columns (5 merged, 0 gathered) in 0.005727565 sec., 419200.82967194606 rows/sec., 37.24 MiB/sec.
12509 2025.01.02 23:42:27.462755 [ 260 ] {f288a183-156a-401a-ab23-7d037afd300b} <Debug> TCPHandler: Processed in 0.005653374 sec.
12510 2025.01.02 23:42:27.463022 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12511 2025.01.02 23:42:27.463061 [ 194 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary)
12512 2025.01.02 23:42:27.463183 [ 265 ] {cc25d6ab-e458-485d-8df2-7830d9d2962d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
12513 2025.01.02 23:42:27.463247 [ 265 ] {cc25d6ab-e458-485d-8df2-7830d9d2962d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
12514 2025.01.02 23:42:27.463369 [ 194 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_96_19} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12515 2025.01.02 23:42:27.463506 [ 194 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_96_19} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19
12516 2025.01.02 23:42:27.463608 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB.
12517 2025.01.02 23:42:27.463985 [ 265 ] {cc25d6ab-e458-485d-8df2-7830d9d2962d} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12518 2025.01.02 23:42:27.464023 [ 265 ] {cc25d6ab-e458-485d-8df2-7830d9d2962d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
12519 2025.01.02 23:42:27.464370 [ 265 ] {cc25d6ab-e458-485d-8df2-7830d9d2962d} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
12520 2025.01.02 23:42:27.464612 [ 265 ] {cc25d6ab-e458-485d-8df2-7830d9d2962d} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12521 2025.01.02 23:42:27.464826 [ 265 ] {cc25d6ab-e458-485d-8df2-7830d9d2962d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001681 sec., 8328.375966686495 rows/sec., 583.27 KiB/sec.
12522 2025.01.02 23:42:27.464895 [ 265 ] {cc25d6ab-e458-485d-8df2-7830d9d2962d} <Debug> TCPHandler: Processed in 0.002006857 sec.
12523 2025.01.02 23:42:27.465138 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12524 2025.01.02 23:42:27.465292 [ 260 ] {17489400-4dd9-492a-8d40-fd5e097215ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
12525 2025.01.02 23:42:27.465348 [ 260 ] {17489400-4dd9-492a-8d40-fd5e097215ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
12526 2025.01.02 23:42:27.465958 [ 260 ] {17489400-4dd9-492a-8d40-fd5e097215ea} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12527 2025.01.02 23:42:27.465998 [ 260 ] {17489400-4dd9-492a-8d40-fd5e097215ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
12528 2025.01.02 23:42:27.466354 [ 260 ] {17489400-4dd9-492a-8d40-fd5e097215ea} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
12529 2025.01.02 23:42:27.466601 [ 260 ] {17489400-4dd9-492a-8d40-fd5e097215ea} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12530 2025.01.02 23:42:27.466798 [ 122 ] {} <Debug> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94) (MergerMutator): Selected 5 parts from all_1_45_11 to all_49_49_0
12531 2025.01.02 23:42:27.466823 [ 260 ] {17489400-4dd9-492a-8d40-fd5e097215ea} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001559 sec., 8338.678640153945 rows/sec., 519.91 KiB/sec.
12532 2025.01.02 23:42:27.466899 [ 122 ] {} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12533 2025.01.02 23:42:27.466960 [ 260 ] {17489400-4dd9-492a-8d40-fd5e097215ea} <Debug> TCPHandler: Processed in 0.001936236 sec.
12534 2025.01.02 23:42:27.466986 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
12535 2025.01.02 23:42:27.467280 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12536 2025.01.02 23:42:27.467299 [ 199 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_49_12} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_45_11 to all_49_49_0 into Compact with storage Full
12537 2025.01.02 23:42:27.467849 [ 199 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_49_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12538 2025.01.02 23:42:27.467966 [ 265 ] {e851afeb-64aa-413b-8635-f353dac5549c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12539 2025.01.02 23:42:27.467975 [ 199 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_11, total 13 rows starting from the beginning of the part
12540 2025.01.02 23:42:27.468076 [ 265 ] {e851afeb-64aa-413b-8635-f353dac5549c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12541 2025.01.02 23:42:27.468282 [ 199 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 13 rows starting from the beginning of the part
12542 2025.01.02 23:42:27.468633 [ 199 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 13 rows starting from the beginning of the part
12543 2025.01.02 23:42:27.468922 [ 199 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 13 rows starting from the beginning of the part
12544 2025.01.02 23:42:27.469213 [ 199 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 13 rows starting from the beginning of the part
12545 2025.01.02 23:42:27.471043 [ 265 ] {e851afeb-64aa-413b-8635-f353dac5549c} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12546 2025.01.02 23:42:27.471117 [ 265 ] {e851afeb-64aa-413b-8635-f353dac5549c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
12547 2025.01.02 23:42:27.471844 [ 189 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_49_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004700772 sec., 13827.515990990416 rows/sec., 916.16 KiB/sec.
12548 2025.01.02 23:42:27.472028 [ 265 ] {e851afeb-64aa-413b-8635-f353dac5549c} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
12549 2025.01.02 23:42:27.472103 [ 189 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_49_12} <Trace> MergedBlockOutputStream: filled checksums all_1_49_12 (state Temporary)
12550 2025.01.02 23:42:27.472581 [ 265 ] {e851afeb-64aa-413b-8635-f353dac5549c} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12551 2025.01.02 23:42:27.472677 [ 189 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_49_12} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Renaming temporary part tmp_merge_all_1_49_12 to all_1_49_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12552 2025.01.02 23:42:27.472874 [ 122 ] {} <Debug> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0
12553 2025.01.02 23:42:27.472948 [ 122 ] {} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12554 2025.01.02 23:42:27.472963 [ 189 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_49_12} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94) (MergerMutator): Merged 5 parts: [all_1_45_11, all_49_49_0] -> all_1_49_12
12555 2025.01.02 23:42:27.473015 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
12556 2025.01.02 23:42:27.473142 [ 265 ] {e851afeb-64aa-413b-8635-f353dac5549c} <Debug> executeQuery: Read 422 rows, 30.88 KiB in 0.005385 sec., 78365.83101207057 rows/sec., 5.60 MiB/sec.
12557 2025.01.02 23:42:27.473375 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
12558 2025.01.02 23:42:27.473407 [ 265 ] {e851afeb-64aa-413b-8635-f353dac5549c} <Debug> TCPHandler: Processed in 0.006319763 sec.
12559 2025.01.02 23:42:27.473467 [ 197 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full
12560 2025.01.02 23:42:27.473606 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12561 2025.01.02 23:42:27.473634 [ 197 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12562 2025.01.02 23:42:27.473666 [ 197 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 914 rows starting from the beginning of the part
12563 2025.01.02 23:42:27.473861 [ 260 ] {f5f415e4-3e52-4a1c-95f8-900474cc7e9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
12564 2025.01.02 23:42:27.473881 [ 197 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 422 rows starting from the beginning of the part
12565 2025.01.02 23:42:27.474059 [ 260 ] {f5f415e4-3e52-4a1c-95f8-900474cc7e9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
12566 2025.01.02 23:42:27.474137 [ 197 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 64 rows starting from the beginning of the part
12567 2025.01.02 23:42:27.474513 [ 197 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 432 rows starting from the beginning of the part
12568 2025.01.02 23:42:27.474910 [ 197 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 64 rows starting from the beginning of the part
12569 2025.01.02 23:42:27.475392 [ 197 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 422 rows starting from the beginning of the part
12570 2025.01.02 23:42:27.476330 [ 260 ] {f5f415e4-3e52-4a1c-95f8-900474cc7e9d} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12571 2025.01.02 23:42:27.476370 [ 260 ] {f5f415e4-3e52-4a1c-95f8-900474cc7e9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
12572 2025.01.02 23:42:27.476911 [ 260 ] {f5f415e4-3e52-4a1c-95f8-900474cc7e9d} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
12573 2025.01.02 23:42:27.477198 [ 260 ] {f5f415e4-3e52-4a1c-95f8-900474cc7e9d} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12574 2025.01.02 23:42:27.477553 [ 260 ] {f5f415e4-3e52-4a1c-95f8-900474cc7e9d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003814 sec., 1573.1515469323544 rows/sec., 82.19 KiB/sec.
12575 2025.01.02 23:42:27.477993 [ 260 ] {f5f415e4-3e52-4a1c-95f8-900474cc7e9d} <Debug> TCPHandler: Processed in 0.004457229 sec.
12576 2025.01.02 23:42:27.478458 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12577 2025.01.02 23:42:27.478470 [ 197 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2318 rows, containing 5 columns (5 merged, 0 gathered) in 0.00531071 sec., 436476.47866292833 rows/sec., 33.25 MiB/sec.
12578 2025.01.02 23:42:27.478787 [ 265 ] {b3f149d4-ddbf-4a67-8a62-43120be22ad1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12579 2025.01.02 23:42:27.478898 [ 197 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary)
12580 2025.01.02 23:42:27.478914 [ 265 ] {b3f149d4-ddbf-4a67-8a62-43120be22ad1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12581 2025.01.02 23:42:27.479505 [ 197 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_96_19} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12582 2025.01.02 23:42:27.479600 [ 197 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_96_19} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19
12583 2025.01.02 23:42:27.479770 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB.
12584 2025.01.02 23:42:27.480013 [ 265 ] {b3f149d4-ddbf-4a67-8a62-43120be22ad1} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12585 2025.01.02 23:42:27.480056 [ 265 ] {b3f149d4-ddbf-4a67-8a62-43120be22ad1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
12586 2025.01.02 23:42:27.480460 [ 265 ] {b3f149d4-ddbf-4a67-8a62-43120be22ad1} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
12587 2025.01.02 23:42:27.480706 [ 265 ] {b3f149d4-ddbf-4a67-8a62-43120be22ad1} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12588 2025.01.02 23:42:27.480845 [ 122 ] {} <Debug> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0
12589 2025.01.02 23:42:27.480879 [ 122 ] {} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12590 2025.01.02 23:42:27.480896 [ 265 ] {b3f149d4-ddbf-4a67-8a62-43120be22ad1} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002209 sec., 107288.36577636939 rows/sec., 7.19 MiB/sec.
12591 2025.01.02 23:42:27.480904 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
12592 2025.01.02 23:42:27.481029 [ 265 ] {b3f149d4-ddbf-4a67-8a62-43120be22ad1} <Debug> TCPHandler: Processed in 0.002875128 sec.
12593 2025.01.02 23:42:27.481142 [ 199 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full
12594 2025.01.02 23:42:27.481251 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12595 2025.01.02 23:42:27.481324 [ 199 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12596 2025.01.02 23:42:27.481391 [ 199 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_91_18, total 29401 rows starting from the beginning of the part
12597 2025.01.02 23:42:27.481496 [ 260 ] {a69f4f60-bb6f-4249-a8ed-19f9e820268d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
12598 2025.01.02 23:42:27.481665 [ 199 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 237 rows starting from the beginning of the part
12599 2025.01.02 23:42:27.481716 [ 260 ] {a69f4f60-bb6f-4249-a8ed-19f9e820268d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
12600 2025.01.02 23:42:27.482090 [ 199 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 160 rows starting from the beginning of the part
12601 2025.01.02 23:42:27.482492 [ 199 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 242 rows starting from the beginning of the part
12602 2025.01.02 23:42:27.482913 [ 199 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 160 rows starting from the beginning of the part
12603 2025.01.02 23:42:27.483213 [ 199 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 237 rows starting from the beginning of the part
12604 2025.01.02 23:42:27.484189 [ 260 ] {a69f4f60-bb6f-4249-a8ed-19f9e820268d} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12605 2025.01.02 23:42:27.484267 [ 260 ] {a69f4f60-bb6f-4249-a8ed-19f9e820268d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
12606 2025.01.02 23:42:27.484864 [ 260 ] {a69f4f60-bb6f-4249-a8ed-19f9e820268d} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
12607 2025.01.02 23:42:27.485397 [ 260 ] {a69f4f60-bb6f-4249-a8ed-19f9e820268d} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12608 2025.01.02 23:42:27.485689 [ 260 ] {a69f4f60-bb6f-4249-a8ed-19f9e820268d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004254 sec., 235.07287259050307 rows/sec., 15.84 KiB/sec.
12609 2025.01.02 23:42:27.485973 [ 260 ] {a69f4f60-bb6f-4249-a8ed-19f9e820268d} <Debug> TCPHandler: Processed in 0.004812984 sec.
12610 2025.01.02 23:42:27.486377 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12611 2025.01.02 23:42:27.486955 [ 265 ] {1e527310-ba82-424c-a274-18ffcec01df8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
12612 2025.01.02 23:42:27.487188 [ 265 ] {1e527310-ba82-424c-a274-18ffcec01df8} <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
12613 2025.01.02 23:42:27.489522 [ 265 ] {1e527310-ba82-424c-a274-18ffcec01df8} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12614 2025.01.02 23:42:27.489565 [ 265 ] {1e527310-ba82-424c-a274-18ffcec01df8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
12615 2025.01.02 23:42:27.491055 [ 265 ] {1e527310-ba82-424c-a274-18ffcec01df8} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
12616 2025.01.02 23:42:27.491429 [ 265 ] {1e527310-ba82-424c-a274-18ffcec01df8} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12617 2025.01.02 23:42:27.491709 [ 265 ] {1e527310-ba82-424c-a274-18ffcec01df8} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.00491 sec., 8146.639511201629 rows/sec., 14.60 MiB/sec.
12618 2025.01.02 23:42:27.491921 [ 265 ] {1e527310-ba82-424c-a274-18ffcec01df8} <Debug> TCPHandler: Processed in 0.005817967 sec.
12619 2025.01.02 23:42:27.492080 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12620 2025.01.02 23:42:27.492263 [ 260 ] {995f27b6-d78d-4aee-8eaf-30bc66f333a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12621 2025.01.02 23:42:27.492341 [ 260 ] {995f27b6-d78d-4aee-8eaf-30bc66f333a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12622 2025.01.02 23:42:27.493047 [ 260 ] {995f27b6-d78d-4aee-8eaf-30bc66f333a7} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12623 2025.01.02 23:42:27.493089 [ 260 ] {995f27b6-d78d-4aee-8eaf-30bc66f333a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
12624 2025.01.02 23:42:27.493601 [ 260 ] {995f27b6-d78d-4aee-8eaf-30bc66f333a7} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
12625 2025.01.02 23:42:27.494112 [ 199 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30437 rows, containing 5 columns (5 merged, 0 gathered) in 0.013094112 sec., 2324479.8883650913 rows/sec., 156.81 MiB/sec.
12626 2025.01.02 23:42:27.494116 [ 260 ] {995f27b6-d78d-4aee-8eaf-30bc66f333a7} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12627 2025.01.02 23:42:27.494373 [ 122 ] {} <Debug> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0
12628 2025.01.02 23:42:27.494455 [ 122 ] {} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12629 2025.01.02 23:42:27.494494 [ 260 ] {995f27b6-d78d-4aee-8eaf-30bc66f333a7} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002296 sec., 35714.28571428572 rows/sec., 2.27 MiB/sec.
12630 2025.01.02 23:42:27.494517 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
12631 2025.01.02 23:42:27.494682 [ 199 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary)
12632 2025.01.02 23:42:27.494783 [ 260 ] {995f27b6-d78d-4aee-8eaf-30bc66f333a7} <Debug> TCPHandler: Processed in 0.002764576 sec.
12633 2025.01.02 23:42:27.495207 [ 198 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full
12634 2025.01.02 23:42:27.495677 [ 198 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12635 2025.01.02 23:42:27.495790 [ 198 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 5998 rows starting from the beginning of the part
12636 2025.01.02 23:42:27.496004 [ 193 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12637 2025.01.02 23:42:27.496232 [ 198 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 82 rows starting from the beginning of the part
12638 2025.01.02 23:42:27.496594 [ 193 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19
12639 2025.01.02 23:42:27.496655 [ 198 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 60 rows starting from the beginning of the part
12640 2025.01.02 23:42:27.497107 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB.
12641 2025.01.02 23:42:27.497215 [ 198 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 82 rows starting from the beginning of the part
12642 2025.01.02 23:42:27.497389 [ 198 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 60 rows starting from the beginning of the part
12643 2025.01.02 23:42:27.497500 [ 198 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 82 rows starting from the beginning of the part
12644 2025.01.02 23:42:27.499921 [ 200 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6364 rows, containing 4 columns (4 merged, 0 gathered) in 0.005240909 sec., 1214293.1693719544 rows/sec., 79.08 MiB/sec.
12645 2025.01.02 23:42:27.500504 [ 200 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary)
12646 2025.01.02 23:42:27.500818 [ 200 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_96_19} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12647 2025.01.02 23:42:27.500905 [ 200 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_96_19} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19
12648 2025.01.02 23:42:27.500995 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.19 MiB.
12649 2025.01.02 23:42:27.931853 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 513
12650 2025.01.02 23:42:27.952644 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12651 2025.01.02 23:42:27.952712 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
12652 2025.01.02 23:42:27.960121 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
12653 2025.01.02 23:42:27.960878 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12654 2025.01.02 23:42:27.963650 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 513
12655 2025.01.02 23:42:29.148059 [ 119 ] {} <Debug> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0
12656 2025.01.02 23:42:29.148129 [ 119 ] {} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12657 2025.01.02 23:42:29.148155 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
12658 2025.01.02 23:42:29.148362 [ 187 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::all_1_29_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_25_6 to all_29_29_0 into Compact with storage Full
12659 2025.01.02 23:42:29.148635 [ 187 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12660 2025.01.02 23:42:29.148676 [ 187 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 18 rows starting from the beginning of the part
12661 2025.01.02 23:42:29.148763 [ 187 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 4 rows starting from the beginning of the part
12662 2025.01.02 23:42:29.148978 [ 187 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 2 rows starting from the beginning of the part
12663 2025.01.02 23:42:29.149129 [ 187 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 2 rows starting from the beginning of the part
12664 2025.01.02 23:42:29.149317 [ 187 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 10 rows starting from the beginning of the part
12665 2025.01.02 23:42:29.150409 [ 200 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002167399 sec., 16609.77051295124 rows/sec., 1.39 MiB/sec.
12666 2025.01.02 23:42:29.150602 [ 200 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary)
12667 2025.01.02 23:42:29.150930 [ 200 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::all_1_29_7} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12668 2025.01.02 23:42:29.151020 [ 200 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::all_1_29_7} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7
12669 2025.01.02 23:42:29.151124 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
12670 2025.01.02 23:42:32.471434 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12671 2025.01.02 23:42:32.471640 [ 260 ] {4e81d8b6-34b6-4f4c-b49f-66cfac962b51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
12672 2025.01.02 23:42:32.471713 [ 260 ] {4e81d8b6-34b6-4f4c-b49f-66cfac962b51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
12673 2025.01.02 23:42:32.472471 [ 260 ] {4e81d8b6-34b6-4f4c-b49f-66cfac962b51} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12674 2025.01.02 23:42:32.472526 [ 260 ] {4e81d8b6-34b6-4f4c-b49f-66cfac962b51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
12675 2025.01.02 23:42:32.472964 [ 260 ] {4e81d8b6-34b6-4f4c-b49f-66cfac962b51} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
12676 2025.01.02 23:42:32.473229 [ 260 ] {4e81d8b6-34b6-4f4c-b49f-66cfac962b51} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12677 2025.01.02 23:42:32.473490 [ 260 ] {4e81d8b6-34b6-4f4c-b49f-66cfac962b51} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.0019 sec., 2105.2631578947367 rows/sec., 171.67 KiB/sec.
12678 2025.01.02 23:42:32.473561 [ 260 ] {4e81d8b6-34b6-4f4c-b49f-66cfac962b51} <Debug> TCPHandler: Processed in 0.00225744 sec.
12679 2025.01.02 23:42:32.473840 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12680 2025.01.02 23:42:32.474037 [ 265 ] {0f40f9aa-4a6f-4aad-a13a-72a7be86607b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12681 2025.01.02 23:42:32.474114 [ 265 ] {0f40f9aa-4a6f-4aad-a13a-72a7be86607b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12682 2025.01.02 23:42:32.475593 [ 265 ] {0f40f9aa-4a6f-4aad-a13a-72a7be86607b} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12683 2025.01.02 23:42:32.475650 [ 265 ] {0f40f9aa-4a6f-4aad-a13a-72a7be86607b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
12684 2025.01.02 23:42:32.476199 [ 265 ] {0f40f9aa-4a6f-4aad-a13a-72a7be86607b} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
12685 2025.01.02 23:42:32.476538 [ 265 ] {0f40f9aa-4a6f-4aad-a13a-72a7be86607b} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12686 2025.01.02 23:42:32.476826 [ 265 ] {0f40f9aa-4a6f-4aad-a13a-72a7be86607b} <Debug> executeQuery: Read 1198 rows, 101.11 KiB in 0.00284 sec., 421830.9859154929 rows/sec., 34.77 MiB/sec.
12687 2025.01.02 23:42:32.476916 [ 265 ] {0f40f9aa-4a6f-4aad-a13a-72a7be86607b} <Debug> TCPHandler: Processed in 0.003228403 sec.
12688 2025.01.02 23:42:32.477109 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12689 2025.01.02 23:42:32.477271 [ 260 ] {b2928eec-7b94-45c3-9be2-629e37e7c52a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12690 2025.01.02 23:42:32.477339 [ 260 ] {b2928eec-7b94-45c3-9be2-629e37e7c52a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12691 2025.01.02 23:42:32.478014 [ 260 ] {b2928eec-7b94-45c3-9be2-629e37e7c52a} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12692 2025.01.02 23:42:32.478060 [ 260 ] {b2928eec-7b94-45c3-9be2-629e37e7c52a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
12693 2025.01.02 23:42:32.478444 [ 260 ] {b2928eec-7b94-45c3-9be2-629e37e7c52a} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
12694 2025.01.02 23:42:32.478693 [ 260 ] {b2928eec-7b94-45c3-9be2-629e37e7c52a} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12695 2025.01.02 23:42:32.478944 [ 260 ] {b2928eec-7b94-45c3-9be2-629e37e7c52a} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001705 sec., 2346.041055718475 rows/sec., 163.81 KiB/sec.
12696 2025.01.02 23:42:32.479005 [ 260 ] {b2928eec-7b94-45c3-9be2-629e37e7c52a} <Debug> TCPHandler: Processed in 0.001961396 sec.
12697 2025.01.02 23:42:32.479204 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12698 2025.01.02 23:42:32.479360 [ 265 ] {09542df5-a5e8-43ca-8c6e-5254d56750e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
12699 2025.01.02 23:42:32.479424 [ 265 ] {09542df5-a5e8-43ca-8c6e-5254d56750e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
12700 2025.01.02 23:42:32.480172 [ 265 ] {09542df5-a5e8-43ca-8c6e-5254d56750e4} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12701 2025.01.02 23:42:32.480215 [ 265 ] {09542df5-a5e8-43ca-8c6e-5254d56750e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
12702 2025.01.02 23:42:32.480607 [ 265 ] {09542df5-a5e8-43ca-8c6e-5254d56750e4} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
12703 2025.01.02 23:42:32.480859 [ 265 ] {09542df5-a5e8-43ca-8c6e-5254d56750e4} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12704 2025.01.02 23:42:32.481107 [ 265 ] {09542df5-a5e8-43ca-8c6e-5254d56750e4} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001785 sec., 127731.0924369748 rows/sec., 8.65 MiB/sec.
12705 2025.01.02 23:42:32.481165 [ 265 ] {09542df5-a5e8-43ca-8c6e-5254d56750e4} <Debug> TCPHandler: Processed in 0.002034897 sec.
12706 2025.01.02 23:42:32.481326 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12707 2025.01.02 23:42:32.481475 [ 260 ] {3ff4cae0-e840-46b9-a548-fcd551c613ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12708 2025.01.02 23:42:32.481534 [ 260 ] {3ff4cae0-e840-46b9-a548-fcd551c613ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12709 2025.01.02 23:42:32.482387 [ 260 ] {3ff4cae0-e840-46b9-a548-fcd551c613ee} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12710 2025.01.02 23:42:32.482428 [ 260 ] {3ff4cae0-e840-46b9-a548-fcd551c613ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
12711 2025.01.02 23:42:32.482838 [ 260 ] {3ff4cae0-e840-46b9-a548-fcd551c613ee} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
12712 2025.01.02 23:42:32.483092 [ 260 ] {3ff4cae0-e840-46b9-a548-fcd551c613ee} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12713 2025.01.02 23:42:32.483326 [ 260 ] {3ff4cae0-e840-46b9-a548-fcd551c613ee} <Debug> executeQuery: Read 524 rows, 39.73 KiB in 0.00188 sec., 278723.40425531915 rows/sec., 20.64 MiB/sec.
12714 2025.01.02 23:42:32.483431 [ 260 ] {3ff4cae0-e840-46b9-a548-fcd551c613ee} <Debug> TCPHandler: Processed in 0.002172949 sec.
12715 2025.01.02 23:42:32.483627 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12716 2025.01.02 23:42:32.483893 [ 265 ] {e9921352-467a-4ca1-8fe2-75516c0b83a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12717 2025.01.02 23:42:32.483951 [ 265 ] {e9921352-467a-4ca1-8fe2-75516c0b83a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12718 2025.01.02 23:42:32.484729 [ 265 ] {e9921352-467a-4ca1-8fe2-75516c0b83a7} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12719 2025.01.02 23:42:32.484770 [ 265 ] {e9921352-467a-4ca1-8fe2-75516c0b83a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
12720 2025.01.02 23:42:32.485228 [ 265 ] {e9921352-467a-4ca1-8fe2-75516c0b83a7} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
12721 2025.01.02 23:42:32.485486 [ 265 ] {e9921352-467a-4ca1-8fe2-75516c0b83a7} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12722 2025.01.02 23:42:32.485717 [ 265 ] {e9921352-467a-4ca1-8fe2-75516c0b83a7} <Debug> executeQuery: Read 882 rows, 60.77 KiB in 0.001899 sec., 464454.9763033175 rows/sec., 31.25 MiB/sec.
12723 2025.01.02 23:42:32.485815 [ 265 ] {e9921352-467a-4ca1-8fe2-75516c0b83a7} <Debug> TCPHandler: Processed in 0.00229223 sec.
12724 2025.01.02 23:42:32.485985 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12725 2025.01.02 23:42:32.486136 [ 260 ] {8fd1d282-537c-4e12-9413-070a0a198253} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12726 2025.01.02 23:42:32.486197 [ 260 ] {8fd1d282-537c-4e12-9413-070a0a198253} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12727 2025.01.02 23:42:32.486774 [ 260 ] {8fd1d282-537c-4e12-9413-070a0a198253} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12728 2025.01.02 23:42:32.486812 [ 260 ] {8fd1d282-537c-4e12-9413-070a0a198253} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
12729 2025.01.02 23:42:32.487199 [ 260 ] {8fd1d282-537c-4e12-9413-070a0a198253} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
12730 2025.01.02 23:42:32.487444 [ 260 ] {8fd1d282-537c-4e12-9413-070a0a198253} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12731 2025.01.02 23:42:32.487651 [ 260 ] {8fd1d282-537c-4e12-9413-070a0a198253} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001544 sec., 38860.103626943004 rows/sec., 2.62 MiB/sec.
12732 2025.01.02 23:42:32.487701 [ 260 ] {8fd1d282-537c-4e12-9413-070a0a198253} <Debug> TCPHandler: Processed in 0.001807323 sec.
12733 2025.01.02 23:42:33.231860 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 31659
12734 2025.01.02 23:42:33.232532 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12735 2025.01.02 23:42:33.232576 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
12736 2025.01.02 23:42:33.233119 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
12737 2025.01.02 23:42:33.233379 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12738 2025.01.02 23:42:33.233620 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31659
12739 2025.01.02 23:42:35.463811 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 520
12740 2025.01.02 23:42:35.485287 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12741 2025.01.02 23:42:35.485331 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
12742 2025.01.02 23:42:35.492662 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
12743 2025.01.02 23:42:35.493441 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12744 2025.01.02 23:42:35.495948 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 520
12745 2025.01.02 23:42:35.918332 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1774
12746 2025.01.02 23:42:35.921500 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12747 2025.01.02 23:42:35.921551 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
12748 2025.01.02 23:42:35.923010 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
12749 2025.01.02 23:42:35.923318 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12750 2025.01.02 23:42:35.923883 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1774
12751 2025.01.02 23:42:37.448942 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12752 2025.01.02 23:42:37.449148 [ 260 ] {d4b57c7a-bf69-45be-afac-7c4e9d568adc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
12753 2025.01.02 23:42:37.449227 [ 260 ] {d4b57c7a-bf69-45be-afac-7c4e9d568adc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
12754 2025.01.02 23:42:37.450029 [ 260 ] {d4b57c7a-bf69-45be-afac-7c4e9d568adc} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12755 2025.01.02 23:42:37.450074 [ 260 ] {d4b57c7a-bf69-45be-afac-7c4e9d568adc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
12756 2025.01.02 23:42:37.450506 [ 260 ] {d4b57c7a-bf69-45be-afac-7c4e9d568adc} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
12757 2025.01.02 23:42:37.450772 [ 260 ] {d4b57c7a-bf69-45be-afac-7c4e9d568adc} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12758 2025.01.02 23:42:37.450968 [ 260 ] {d4b57c7a-bf69-45be-afac-7c4e9d568adc} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001876 sec., 7462.686567164179 rows/sec., 537.21 KiB/sec.
12759 2025.01.02 23:42:37.451022 [ 260 ] {d4b57c7a-bf69-45be-afac-7c4e9d568adc} <Debug> TCPHandler: Processed in 0.002219839 sec.
12760 2025.01.02 23:42:37.451269 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12761 2025.01.02 23:42:37.451469 [ 265 ] {d1466923-fb2c-4ddc-aa61-a2ae5287c2a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12762 2025.01.02 23:42:37.451547 [ 265 ] {d1466923-fb2c-4ddc-aa61-a2ae5287c2a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12763 2025.01.02 23:42:37.452432 [ 265 ] {d1466923-fb2c-4ddc-aa61-a2ae5287c2a6} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12764 2025.01.02 23:42:37.452487 [ 265 ] {d1466923-fb2c-4ddc-aa61-a2ae5287c2a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
12765 2025.01.02 23:42:37.452957 [ 265 ] {d1466923-fb2c-4ddc-aa61-a2ae5287c2a6} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
12766 2025.01.02 23:42:37.453224 [ 265 ] {d1466923-fb2c-4ddc-aa61-a2ae5287c2a6} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12767 2025.01.02 23:42:37.453472 [ 265 ] {d1466923-fb2c-4ddc-aa61-a2ae5287c2a6} <Debug> executeQuery: Read 283 rows, 25.60 KiB in 0.002058 sec., 137512.14771622934 rows/sec., 12.15 MiB/sec.
12768 2025.01.02 23:42:37.453539 [ 265 ] {d1466923-fb2c-4ddc-aa61-a2ae5287c2a6} <Debug> TCPHandler: Processed in 0.002408242 sec.
12769 2025.01.02 23:42:37.453683 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12770 2025.01.02 23:42:37.453821 [ 260 ] {70ae817e-f22b-43dc-9437-5cdfc82b8800} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12771 2025.01.02 23:42:37.453879 [ 260 ] {70ae817e-f22b-43dc-9437-5cdfc82b8800} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12772 2025.01.02 23:42:37.454578 [ 260 ] {70ae817e-f22b-43dc-9437-5cdfc82b8800} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12773 2025.01.02 23:42:37.454624 [ 260 ] {70ae817e-f22b-43dc-9437-5cdfc82b8800} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
12774 2025.01.02 23:42:37.455025 [ 260 ] {70ae817e-f22b-43dc-9437-5cdfc82b8800} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
12775 2025.01.02 23:42:37.455263 [ 260 ] {70ae817e-f22b-43dc-9437-5cdfc82b8800} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12776 2025.01.02 23:42:37.455399 [ 105 ] {} <Debug> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470) (MergerMutator): Selected 6 parts from all_1_60_12 to all_65_65_0
12777 2025.01.02 23:42:37.455448 [ 260 ] {70ae817e-f22b-43dc-9437-5cdfc82b8800} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.001656 sec., 28381.642512077295 rows/sec., 2.04 MiB/sec.
12778 2025.01.02 23:42:37.455451 [ 105 ] {} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12779 2025.01.02 23:42:37.455504 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
12780 2025.01.02 23:42:37.455521 [ 260 ] {70ae817e-f22b-43dc-9437-5cdfc82b8800} <Debug> TCPHandler: Processed in 0.001901595 sec.
12781 2025.01.02 23:42:37.455705 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12782 2025.01.02 23:42:37.455722 [ 187 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_65_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_60_12 to all_65_65_0 into Compact with storage Full
12783 2025.01.02 23:42:37.455849 [ 265 ] {73c06d12-c927-4875-b1ca-caca3dd8e151} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
12784 2025.01.02 23:42:37.455883 [ 187 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_65_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12785 2025.01.02 23:42:37.455913 [ 265 ] {73c06d12-c927-4875-b1ca-caca3dd8e151} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
12786 2025.01.02 23:42:37.455929 [ 187 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_60_12, total 65 rows starting from the beginning of the part
12787 2025.01.02 23:42:37.456118 [ 187 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 47 rows starting from the beginning of the part
12788 2025.01.02 23:42:37.456520 [ 187 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 57 rows starting from the beginning of the part
12789 2025.01.02 23:42:37.456880 [ 187 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 47 rows starting from the beginning of the part
12790 2025.01.02 23:42:37.457202 [ 187 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 4 rows starting from the beginning of the part
12791 2025.01.02 23:42:37.457441 [ 187 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 47 rows starting from the beginning of the part
12792 2025.01.02 23:42:37.458136 [ 265 ] {73c06d12-c927-4875-b1ca-caca3dd8e151} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12793 2025.01.02 23:42:37.458183 [ 265 ] {73c06d12-c927-4875-b1ca-caca3dd8e151} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
12794 2025.01.02 23:42:37.458752 [ 265 ] {73c06d12-c927-4875-b1ca-caca3dd8e151} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
12795 2025.01.02 23:42:37.458960 [ 187 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_65_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 267 rows, containing 5 columns (5 merged, 0 gathered) in 0.003355944 sec., 79560.3263940042 rows/sec., 5.99 MiB/sec.
12796 2025.01.02 23:42:37.459099 [ 187 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_65_13} <Trace> MergedBlockOutputStream: filled checksums all_1_65_13 (state Temporary)
12797 2025.01.02 23:42:37.459105 [ 265 ] {73c06d12-c927-4875-b1ca-caca3dd8e151} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12798 2025.01.02 23:42:37.459335 [ 105 ] {} <Debug> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
12799 2025.01.02 23:42:37.459439 [ 105 ] {} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12800 2025.01.02 23:42:37.459485 [ 265 ] {73c06d12-c927-4875-b1ca-caca3dd8e151} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.003663 sec., 3822.003822003822 rows/sec., 267.67 KiB/sec.
12801 2025.01.02 23:42:37.459501 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
12802 2025.01.02 23:42:37.459686 [ 187 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_65_13} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_merge_all_1_65_13 to all_1_65_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12803 2025.01.02 23:42:37.459755 [ 265 ] {73c06d12-c927-4875-b1ca-caca3dd8e151} <Debug> TCPHandler: Processed in 0.004138874 sec.
12804 2025.01.02 23:42:37.459839 [ 191 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full
12805 2025.01.02 23:42:37.459886 [ 187 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_65_13} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470) (MergerMutator): Merged 6 parts: [all_1_60_12, all_65_65_0] -> all_1_65_13
12806 2025.01.02 23:42:37.460032 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12807 2025.01.02 23:42:37.460084 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB.
12808 2025.01.02 23:42:37.460093 [ 191 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12809 2025.01.02 23:42:37.460149 [ 191 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 244 rows starting from the beginning of the part
12810 2025.01.02 23:42:37.460376 [ 260 ] {1a06c77d-a1fb-4bc4-b865-0aee5498ab22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
12811 2025.01.02 23:42:37.460398 [ 191 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 14 rows starting from the beginning of the part
12812 2025.01.02 23:42:37.460515 [ 260 ] {1a06c77d-a1fb-4bc4-b865-0aee5498ab22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
12813 2025.01.02 23:42:37.460698 [ 191 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 14 rows starting from the beginning of the part
12814 2025.01.02 23:42:37.461090 [ 191 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 14 rows starting from the beginning of the part
12815 2025.01.02 23:42:37.461444 [ 191 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 228 rows starting from the beginning of the part
12816 2025.01.02 23:42:37.461809 [ 191 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 14 rows starting from the beginning of the part
12817 2025.01.02 23:42:37.463255 [ 260 ] {1a06c77d-a1fb-4bc4-b865-0aee5498ab22} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12818 2025.01.02 23:42:37.463332 [ 260 ] {1a06c77d-a1fb-4bc4-b865-0aee5498ab22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
12819 2025.01.02 23:42:37.464341 [ 260 ] {1a06c77d-a1fb-4bc4-b865-0aee5498ab22} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
12820 2025.01.02 23:42:37.464761 [ 195 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 528 rows, containing 5 columns (5 merged, 0 gathered) in 0.005089977 sec., 103733.27816608995 rows/sec., 7.43 MiB/sec.
12821 2025.01.02 23:42:37.464869 [ 260 ] {1a06c77d-a1fb-4bc4-b865-0aee5498ab22} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12822 2025.01.02 23:42:37.465132 [ 192 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
12823 2025.01.02 23:42:37.465207 [ 260 ] {1a06c77d-a1fb-4bc4-b865-0aee5498ab22} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.004978 sec., 2611.490558457212 rows/sec., 162.83 KiB/sec.
12824 2025.01.02 23:42:37.465343 [ 260 ] {1a06c77d-a1fb-4bc4-b865-0aee5498ab22} <Debug> TCPHandler: Processed in 0.005448682 sec.
12825 2025.01.02 23:42:37.465541 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12826 2025.01.02 23:42:37.465748 [ 265 ] {1256fe7d-3fe0-4903-a5db-1189f2a9f2f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12827 2025.01.02 23:42:37.465758 [ 192 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_66_13} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12828 2025.01.02 23:42:37.465841 [ 265 ] {1256fe7d-3fe0-4903-a5db-1189f2a9f2f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12829 2025.01.02 23:42:37.466017 [ 192 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_66_13} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
12830 2025.01.02 23:42:37.466211 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB.
12831 2025.01.02 23:42:37.466841 [ 265 ] {1256fe7d-3fe0-4903-a5db-1189f2a9f2f2} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12832 2025.01.02 23:42:37.466888 [ 265 ] {1256fe7d-3fe0-4903-a5db-1189f2a9f2f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
12833 2025.01.02 23:42:37.467294 [ 265 ] {1256fe7d-3fe0-4903-a5db-1189f2a9f2f2} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
12834 2025.01.02 23:42:37.467540 [ 265 ] {1256fe7d-3fe0-4903-a5db-1189f2a9f2f2} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12835 2025.01.02 23:42:37.467761 [ 265 ] {1256fe7d-3fe0-4903-a5db-1189f2a9f2f2} <Debug> executeQuery: Read 422 rows, 30.88 KiB in 0.002078 sec., 203079.8845043311 rows/sec., 14.51 MiB/sec.
12836 2025.01.02 23:42:37.467815 [ 265 ] {1256fe7d-3fe0-4903-a5db-1189f2a9f2f2} <Debug> TCPHandler: Processed in 0.002372161 sec.
12837 2025.01.02 23:42:37.467975 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12838 2025.01.02 23:42:37.468112 [ 260 ] {1215f550-a490-4b98-8962-b55645122117} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
12839 2025.01.02 23:42:37.468171 [ 260 ] {1215f550-a490-4b98-8962-b55645122117} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
12840 2025.01.02 23:42:37.468736 [ 260 ] {1215f550-a490-4b98-8962-b55645122117} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12841 2025.01.02 23:42:37.468781 [ 260 ] {1215f550-a490-4b98-8962-b55645122117} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
12842 2025.01.02 23:42:37.469171 [ 260 ] {1215f550-a490-4b98-8962-b55645122117} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
12843 2025.01.02 23:42:37.469418 [ 260 ] {1215f550-a490-4b98-8962-b55645122117} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12844 2025.01.02 23:42:37.469541 [ 105 ] {} <Debug> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65) (MergerMutator): Selected 6 parts from all_1_45_9 to all_50_50_0
12845 2025.01.02 23:42:37.469574 [ 105 ] {} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12846 2025.01.02 23:42:37.469602 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
12847 2025.01.02 23:42:37.469603 [ 260 ] {1215f550-a490-4b98-8962-b55645122117} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001517 sec., 3955.174686882004 rows/sec., 206.64 KiB/sec.
12848 2025.01.02 23:42:37.469796 [ 260 ] {1215f550-a490-4b98-8962-b55645122117} <Debug> TCPHandler: Processed in 0.001884965 sec.
12849 2025.01.02 23:42:37.469876 [ 195 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_50_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_45_9 to all_50_50_0 into Compact with storage Full
12850 2025.01.02 23:42:37.469993 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12851 2025.01.02 23:42:37.470081 [ 195 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_50_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12852 2025.01.02 23:42:37.470162 [ 195 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_9, total 270 rows starting from the beginning of the part
12853 2025.01.02 23:42:37.470221 [ 265 ] {6d99425f-9c79-4b75-8059-9905114dc149} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12854 2025.01.02 23:42:37.470381 [ 195 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 6 rows starting from the beginning of the part
12855 2025.01.02 23:42:37.470478 [ 265 ] {6d99425f-9c79-4b75-8059-9905114dc149} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12856 2025.01.02 23:42:37.470716 [ 195 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 6 rows starting from the beginning of the part
12857 2025.01.02 23:42:37.471012 [ 195 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 6 rows starting from the beginning of the part
12858 2025.01.02 23:42:37.471298 [ 195 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 6 rows starting from the beginning of the part
12859 2025.01.02 23:42:37.471620 [ 195 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 6 rows starting from the beginning of the part
12860 2025.01.02 23:42:37.473277 [ 265 ] {6d99425f-9c79-4b75-8059-9905114dc149} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12861 2025.01.02 23:42:37.473349 [ 265 ] {6d99425f-9c79-4b75-8059-9905114dc149} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
12862 2025.01.02 23:42:37.474482 [ 265 ] {6d99425f-9c79-4b75-8059-9905114dc149} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
12863 2025.01.02 23:42:37.474508 [ 190 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_50_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 300 rows, containing 4 columns (4 merged, 0 gathered) in 0.004833333 sec., 62068.96979785998 rows/sec., 3.17 MiB/sec.
12864 2025.01.02 23:42:37.474719 [ 190 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_50_10} <Trace> MergedBlockOutputStream: filled checksums all_1_50_10 (state Temporary)
12865 2025.01.02 23:42:37.474907 [ 265 ] {6d99425f-9c79-4b75-8059-9905114dc149} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12866 2025.01.02 23:42:37.475309 [ 190 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_50_10} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Renaming temporary part tmp_merge_all_1_50_10 to all_1_50_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12867 2025.01.02 23:42:37.475319 [ 265 ] {6d99425f-9c79-4b75-8059-9905114dc149} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005169 sec., 45850.261172373765 rows/sec., 3.07 MiB/sec.
12868 2025.01.02 23:42:37.475493 [ 265 ] {6d99425f-9c79-4b75-8059-9905114dc149} <Debug> TCPHandler: Processed in 0.005589453 sec.
12869 2025.01.02 23:42:37.475511 [ 190 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_50_10} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65) (MergerMutator): Merged 6 parts: [all_1_45_9, all_50_50_0] -> all_1_50_10
12870 2025.01.02 23:42:37.475669 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB.
12871 2025.01.02 23:42:37.475701 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12872 2025.01.02 23:42:37.475831 [ 260 ] {0c6b3bca-2d3f-4b27-8bc2-d648fb21bbc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
12873 2025.01.02 23:42:37.475888 [ 260 ] {0c6b3bca-2d3f-4b27-8bc2-d648fb21bbc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
12874 2025.01.02 23:42:37.476411 [ 260 ] {0c6b3bca-2d3f-4b27-8bc2-d648fb21bbc1} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12875 2025.01.02 23:42:37.476456 [ 260 ] {0c6b3bca-2d3f-4b27-8bc2-d648fb21bbc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
12876 2025.01.02 23:42:37.476870 [ 260 ] {0c6b3bca-2d3f-4b27-8bc2-d648fb21bbc1} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
12877 2025.01.02 23:42:37.477118 [ 260 ] {0c6b3bca-2d3f-4b27-8bc2-d648fb21bbc1} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12878 2025.01.02 23:42:37.477311 [ 260 ] {0c6b3bca-2d3f-4b27-8bc2-d648fb21bbc1} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001505 sec., 664.4518272425249 rows/sec., 44.77 KiB/sec.
12879 2025.01.02 23:42:37.477397 [ 260 ] {0c6b3bca-2d3f-4b27-8bc2-d648fb21bbc1} <Debug> TCPHandler: Processed in 0.001790253 sec.
12880 2025.01.02 23:42:37.477620 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12881 2025.01.02 23:42:37.477788 [ 265 ] {336602ed-2c7d-4bd1-a3c7-7e997e50fe84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
12882 2025.01.02 23:42:37.477870 [ 265 ] {336602ed-2c7d-4bd1-a3c7-7e997e50fe84} <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
12883 2025.01.02 23:42:37.479047 [ 265 ] {336602ed-2c7d-4bd1-a3c7-7e997e50fe84} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12884 2025.01.02 23:42:37.479087 [ 265 ] {336602ed-2c7d-4bd1-a3c7-7e997e50fe84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
12885 2025.01.02 23:42:37.479756 [ 265 ] {336602ed-2c7d-4bd1-a3c7-7e997e50fe84} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
12886 2025.01.02 23:42:37.480009 [ 265 ] {336602ed-2c7d-4bd1-a3c7-7e997e50fe84} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12887 2025.01.02 23:42:37.480314 [ 265 ] {336602ed-2c7d-4bd1-a3c7-7e997e50fe84} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002544 sec., 15723.270440251574 rows/sec., 28.18 MiB/sec.
12888 2025.01.02 23:42:37.480761 [ 265 ] {336602ed-2c7d-4bd1-a3c7-7e997e50fe84} <Debug> TCPHandler: Processed in 0.003265843 sec.
12889 2025.01.02 23:42:37.481012 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12890 2025.01.02 23:42:37.481146 [ 260 ] {95352463-be66-4a78-a371-d846a2b1e006} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12891 2025.01.02 23:42:37.481206 [ 260 ] {95352463-be66-4a78-a371-d846a2b1e006} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12892 2025.01.02 23:42:37.481766 [ 260 ] {95352463-be66-4a78-a371-d846a2b1e006} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12893 2025.01.02 23:42:37.481811 [ 260 ] {95352463-be66-4a78-a371-d846a2b1e006} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
12894 2025.01.02 23:42:37.482201 [ 260 ] {95352463-be66-4a78-a371-d846a2b1e006} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
12895 2025.01.02 23:42:37.482448 [ 260 ] {95352463-be66-4a78-a371-d846a2b1e006} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12896 2025.01.02 23:42:37.482624 [ 260 ] {95352463-be66-4a78-a371-d846a2b1e006} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001507 sec., 54412.7405441274 rows/sec., 3.46 MiB/sec.
12897 2025.01.02 23:42:37.482671 [ 260 ] {95352463-be66-4a78-a371-d846a2b1e006} <Debug> TCPHandler: Processed in 0.001800174 sec.
12898 2025.01.02 23:42:40.433187 [ 220 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
12899 2025.01.02 23:42:40.433249 [ 220 ] {} <Debug> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
12900 2025.01.02 23:42:40.439867 [ 220 ] {} <Debug> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
12901 2025.01.02 23:42:40.527677 [ 100 ] {} <Debug> DNSResolver: Updating DNS cache
12902 2025.01.02 23:42:40.527727 [ 100 ] {} <Debug> DNSResolver: Updated DNS cache
12903 2025.01.02 23:42:40.535295 [ 222 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
12904 2025.01.02 23:42:40.535382 [ 222 ] {} <Debug> system.metric_log (31b60859-c590-4889-866a-026624596be5): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
12905 2025.01.02 23:42:40.537004 [ 222 ] {} <Debug> system.metric_log (31b60859-c590-4889-866a-026624596be5): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
12906 2025.01.02 23:42:40.733843 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 32086
12907 2025.01.02 23:42:40.734540 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12908 2025.01.02 23:42:40.734596 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
12909 2025.01.02 23:42:40.735210 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
12910 2025.01.02 23:42:40.735486 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12911 2025.01.02 23:42:40.735746 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32086
12912 2025.01.02 23:42:42.442476 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12913 2025.01.02 23:42:42.442716 [ 260 ] {3ab1d24f-3a02-4c32-9e1c-fb9193b2df05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12914 2025.01.02 23:42:42.442814 [ 260 ] {3ab1d24f-3a02-4c32-9e1c-fb9193b2df05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12915 2025.01.02 23:42:42.443696 [ 260 ] {3ab1d24f-3a02-4c32-9e1c-fb9193b2df05} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12916 2025.01.02 23:42:42.443747 [ 260 ] {3ab1d24f-3a02-4c32-9e1c-fb9193b2df05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
12917 2025.01.02 23:42:42.444193 [ 260 ] {3ab1d24f-3a02-4c32-9e1c-fb9193b2df05} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
12918 2025.01.02 23:42:42.444459 [ 260 ] {3ab1d24f-3a02-4c32-9e1c-fb9193b2df05} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12919 2025.01.02 23:42:42.444691 [ 260 ] {3ab1d24f-3a02-4c32-9e1c-fb9193b2df05} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002049 sec., 27330.405075646657 rows/sec., 2.10 MiB/sec.
12920 2025.01.02 23:42:42.444747 [ 260 ] {3ab1d24f-3a02-4c32-9e1c-fb9193b2df05} <Debug> TCPHandler: Processed in 0.002470483 sec.
12921 2025.01.02 23:42:42.444993 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12922 2025.01.02 23:42:42.445193 [ 265 ] {f0dfc272-00b5-49d1-adbf-2d0b55032586} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12923 2025.01.02 23:42:42.445270 [ 265 ] {f0dfc272-00b5-49d1-adbf-2d0b55032586} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12924 2025.01.02 23:42:42.446076 [ 265 ] {f0dfc272-00b5-49d1-adbf-2d0b55032586} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12925 2025.01.02 23:42:42.446131 [ 265 ] {f0dfc272-00b5-49d1-adbf-2d0b55032586} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
12926 2025.01.02 23:42:42.446759 [ 265 ] {f0dfc272-00b5-49d1-adbf-2d0b55032586} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
12927 2025.01.02 23:42:42.447158 [ 265 ] {f0dfc272-00b5-49d1-adbf-2d0b55032586} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12928 2025.01.02 23:42:42.447483 [ 265 ] {f0dfc272-00b5-49d1-adbf-2d0b55032586} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00234 sec., 27350.427350427348 rows/sec., 2.13 MiB/sec.
12929 2025.01.02 23:42:42.447593 [ 265 ] {f0dfc272-00b5-49d1-adbf-2d0b55032586} <Debug> TCPHandler: Processed in 0.002734146 sec.
12930 2025.01.02 23:42:42.447832 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12931 2025.01.02 23:42:42.447971 [ 260 ] {55e29d3e-b987-40e3-81e9-6f7ac2a51a62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12932 2025.01.02 23:42:42.448024 [ 260 ] {55e29d3e-b987-40e3-81e9-6f7ac2a51a62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12933 2025.01.02 23:42:42.448598 [ 260 ] {55e29d3e-b987-40e3-81e9-6f7ac2a51a62} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12934 2025.01.02 23:42:42.448638 [ 260 ] {55e29d3e-b987-40e3-81e9-6f7ac2a51a62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
12935 2025.01.02 23:42:42.449045 [ 260 ] {55e29d3e-b987-40e3-81e9-6f7ac2a51a62} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
12936 2025.01.02 23:42:42.449287 [ 260 ] {55e29d3e-b987-40e3-81e9-6f7ac2a51a62} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12937 2025.01.02 23:42:42.449481 [ 260 ] {55e29d3e-b987-40e3-81e9-6f7ac2a51a62} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001565 sec., 102236.42172523962 rows/sec., 7.12 MiB/sec.
12938 2025.01.02 23:42:42.449528 [ 260 ] {55e29d3e-b987-40e3-81e9-6f7ac2a51a62} <Debug> TCPHandler: Processed in 0.001856764 sec.
12939 2025.01.02 23:42:42.449671 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12940 2025.01.02 23:42:42.449796 [ 265 ] {75c1ec20-6997-4484-8bf3-6a97c0adbeaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12941 2025.01.02 23:42:42.449849 [ 265 ] {75c1ec20-6997-4484-8bf3-6a97c0adbeaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12942 2025.01.02 23:42:42.450451 [ 265 ] {75c1ec20-6997-4484-8bf3-6a97c0adbeaf} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12943 2025.01.02 23:42:42.450494 [ 265 ] {75c1ec20-6997-4484-8bf3-6a97c0adbeaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
12944 2025.01.02 23:42:42.450918 [ 265 ] {75c1ec20-6997-4484-8bf3-6a97c0adbeaf} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
12945 2025.01.02 23:42:42.451169 [ 265 ] {75c1ec20-6997-4484-8bf3-6a97c0adbeaf} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12946 2025.01.02 23:42:42.451390 [ 265 ] {75c1ec20-6997-4484-8bf3-6a97c0adbeaf} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001576 sec., 38071.06598984772 rows/sec., 2.57 MiB/sec.
12947 2025.01.02 23:42:42.451442 [ 265 ] {75c1ec20-6997-4484-8bf3-6a97c0adbeaf} <Debug> TCPHandler: Processed in 0.001789294 sec.
12948 2025.01.02 23:42:42.996134 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 528
12949 2025.01.02 23:42:43.017713 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12950 2025.01.02 23:42:43.017768 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
12951 2025.01.02 23:42:43.024641 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
12952 2025.01.02 23:42:43.025415 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12953 2025.01.02 23:42:43.029798 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 528
12954 2025.01.02 23:42:45.924248 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1804
12955 2025.01.02 23:42:45.927765 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12956 2025.01.02 23:42:45.927828 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
12957 2025.01.02 23:42:45.929381 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
12958 2025.01.02 23:42:45.929704 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12959 2025.01.02 23:42:45.929931 [ 94 ] {} <Debug> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
12960 2025.01.02 23:42:45.930067 [ 94 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12961 2025.01.02 23:42:45.930139 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
12962 2025.01.02 23:42:45.930548 [ 188 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full
12963 2025.01.02 23:42:45.931299 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1804
12964 2025.01.02 23:42:45.931739 [ 188 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12965 2025.01.02 23:42:45.931924 [ 188 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1640 rows starting from the beginning of the part
12966 2025.01.02 23:42:45.932621 [ 188 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 36 rows starting from the beginning of the part
12967 2025.01.02 23:42:45.933239 [ 188 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 30 rows starting from the beginning of the part
12968 2025.01.02 23:42:45.933821 [ 188 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 32 rows starting from the beginning of the part
12969 2025.01.02 23:42:45.934419 [ 188 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 36 rows starting from the beginning of the part
12970 2025.01.02 23:42:45.935008 [ 188 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 30 rows starting from the beginning of the part
12971 2025.01.02 23:42:45.943778 [ 189 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1804 rows, containing 72 columns (72 merged, 0 gathered) in 0.013494887 sec., 133680.259790245 rows/sec., 102.23 MiB/sec.
12972 2025.01.02 23:42:45.945712 [ 189 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
12973 2025.01.02 23:42:45.946494 [ 189 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_51_10} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12974 2025.01.02 23:42:45.946582 [ 189 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_51_10} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
12975 2025.01.02 23:42:45.946915 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.90 MiB.
12976 2025.01.02 23:42:47.449265 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12977 2025.01.02 23:42:47.449450 [ 260 ] {b6bd573a-9af7-4c08-a3c6-543b428e175f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
12978 2025.01.02 23:42:47.449520 [ 260 ] {b6bd573a-9af7-4c08-a3c6-543b428e175f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
12979 2025.01.02 23:42:47.450231 [ 260 ] {b6bd573a-9af7-4c08-a3c6-543b428e175f} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12980 2025.01.02 23:42:47.450281 [ 260 ] {b6bd573a-9af7-4c08-a3c6-543b428e175f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
12981 2025.01.02 23:42:47.450714 [ 260 ] {b6bd573a-9af7-4c08-a3c6-543b428e175f} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
12982 2025.01.02 23:42:47.450984 [ 260 ] {b6bd573a-9af7-4c08-a3c6-543b428e175f} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12983 2025.01.02 23:42:47.451195 [ 260 ] {b6bd573a-9af7-4c08-a3c6-543b428e175f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001794 sec., 7803.790412486064 rows/sec., 561.77 KiB/sec.
12984 2025.01.02 23:42:47.451252 [ 260 ] {b6bd573a-9af7-4c08-a3c6-543b428e175f} <Debug> TCPHandler: Processed in 0.002118008 sec.
12985 2025.01.02 23:42:47.451502 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12986 2025.01.02 23:42:47.451696 [ 265 ] {b457ed70-dd50-4b1a-9680-13d4b05f644d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
12987 2025.01.02 23:42:47.451772 [ 265 ] {b457ed70-dd50-4b1a-9680-13d4b05f644d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
12988 2025.01.02 23:42:47.452510 [ 265 ] {b457ed70-dd50-4b1a-9680-13d4b05f644d} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12989 2025.01.02 23:42:47.452560 [ 265 ] {b457ed70-dd50-4b1a-9680-13d4b05f644d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
12990 2025.01.02 23:42:47.452989 [ 265 ] {b457ed70-dd50-4b1a-9680-13d4b05f644d} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
12991 2025.01.02 23:42:47.453250 [ 265 ] {b457ed70-dd50-4b1a-9680-13d4b05f644d} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12992 2025.01.02 23:42:47.453493 [ 265 ] {b457ed70-dd50-4b1a-9680-13d4b05f644d} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001851 sec., 1080.4970286331713 rows/sec., 88.11 KiB/sec.
12993 2025.01.02 23:42:47.453552 [ 265 ] {b457ed70-dd50-4b1a-9680-13d4b05f644d} <Debug> TCPHandler: Processed in 0.002194889 sec.
12994 2025.01.02 23:42:47.453690 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12995 2025.01.02 23:42:47.453809 [ 260 ] {07b34cc5-688a-4acd-8a48-64e0337c8157} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12996 2025.01.02 23:42:47.453859 [ 260 ] {07b34cc5-688a-4acd-8a48-64e0337c8157} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12997 2025.01.02 23:42:47.454539 [ 260 ] {07b34cc5-688a-4acd-8a48-64e0337c8157} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12998 2025.01.02 23:42:47.454580 [ 260 ] {07b34cc5-688a-4acd-8a48-64e0337c8157} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
12999 2025.01.02 23:42:47.454973 [ 260 ] {07b34cc5-688a-4acd-8a48-64e0337c8157} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
13000 2025.01.02 23:42:47.455234 [ 260 ] {07b34cc5-688a-4acd-8a48-64e0337c8157} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13001 2025.01.02 23:42:47.455449 [ 260 ] {07b34cc5-688a-4acd-8a48-64e0337c8157} <Debug> executeQuery: Read 284 rows, 25.68 KiB in 0.001663 sec., 170775.70655441974 rows/sec., 15.08 MiB/sec.
13002 2025.01.02 23:42:47.455501 [ 260 ] {07b34cc5-688a-4acd-8a48-64e0337c8157} <Debug> TCPHandler: Processed in 0.001863825 sec.
13003 2025.01.02 23:42:47.455661 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13004 2025.01.02 23:42:47.455803 [ 265 ] {ef5c4747-5ba9-490d-850c-a18ebdc84920} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
13005 2025.01.02 23:42:47.455861 [ 265 ] {ef5c4747-5ba9-490d-850c-a18ebdc84920} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13006 2025.01.02 23:42:47.456565 [ 265 ] {ef5c4747-5ba9-490d-850c-a18ebdc84920} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13007 2025.01.02 23:42:47.456605 [ 265 ] {ef5c4747-5ba9-490d-850c-a18ebdc84920} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
13008 2025.01.02 23:42:47.456991 [ 265 ] {ef5c4747-5ba9-490d-850c-a18ebdc84920} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
13009 2025.01.02 23:42:47.457241 [ 265 ] {ef5c4747-5ba9-490d-850c-a18ebdc84920} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13010 2025.01.02 23:42:47.457453 [ 265 ] {ef5c4747-5ba9-490d-850c-a18ebdc84920} <Debug> executeQuery: Read 49 rows, 3.60 KiB in 0.001682 sec., 29131.985731272296 rows/sec., 2.09 MiB/sec.
13011 2025.01.02 23:42:47.457511 [ 265 ] {ef5c4747-5ba9-490d-850c-a18ebdc84920} <Debug> TCPHandler: Processed in 0.001921965 sec.
13012 2025.01.02 23:42:47.457673 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13013 2025.01.02 23:42:47.457789 [ 260 ] {40733716-e2ed-4460-86c7-6787f61791ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
13014 2025.01.02 23:42:47.457842 [ 260 ] {40733716-e2ed-4460-86c7-6787f61791ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
13015 2025.01.02 23:42:47.458397 [ 260 ] {40733716-e2ed-4460-86c7-6787f61791ae} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13016 2025.01.02 23:42:47.458436 [ 260 ] {40733716-e2ed-4460-86c7-6787f61791ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
13017 2025.01.02 23:42:47.458793 [ 260 ] {40733716-e2ed-4460-86c7-6787f61791ae} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
13018 2025.01.02 23:42:47.459038 [ 260 ] {40733716-e2ed-4460-86c7-6787f61791ae} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13019 2025.01.02 23:42:47.459257 [ 260 ] {40733716-e2ed-4460-86c7-6787f61791ae} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001483 sec., 9440.323668240055 rows/sec., 661.14 KiB/sec.
13020 2025.01.02 23:42:47.459365 [ 260 ] {40733716-e2ed-4460-86c7-6787f61791ae} <Debug> TCPHandler: Processed in 0.001745363 sec.
13021 2025.01.02 23:42:47.459600 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13022 2025.01.02 23:42:47.459772 [ 265 ] {12e75ab7-2b78-43f2-85c4-fa99471a61a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
13023 2025.01.02 23:42:47.459833 [ 265 ] {12e75ab7-2b78-43f2-85c4-fa99471a61a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
13024 2025.01.02 23:42:47.460596 [ 265 ] {12e75ab7-2b78-43f2-85c4-fa99471a61a9} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13025 2025.01.02 23:42:47.460647 [ 265 ] {12e75ab7-2b78-43f2-85c4-fa99471a61a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
13026 2025.01.02 23:42:47.461073 [ 265 ] {12e75ab7-2b78-43f2-85c4-fa99471a61a9} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
13027 2025.01.02 23:42:47.461355 [ 265 ] {12e75ab7-2b78-43f2-85c4-fa99471a61a9} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13028 2025.01.02 23:42:47.461586 [ 265 ] {12e75ab7-2b78-43f2-85c4-fa99471a61a9} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001838 sec., 7072.905331882481 rows/sec., 440.99 KiB/sec.
13029 2025.01.02 23:42:47.461658 [ 265 ] {12e75ab7-2b78-43f2-85c4-fa99471a61a9} <Debug> TCPHandler: Processed in 0.002187268 sec.
13030 2025.01.02 23:42:47.461878 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13031 2025.01.02 23:42:47.462042 [ 260 ] {c9c573c5-5713-40ec-8825-f969e48cd51c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13032 2025.01.02 23:42:47.462090 [ 260 ] {c9c573c5-5713-40ec-8825-f969e48cd51c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13033 2025.01.02 23:42:47.462826 [ 260 ] {c9c573c5-5713-40ec-8825-f969e48cd51c} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13034 2025.01.02 23:42:47.462867 [ 260 ] {c9c573c5-5713-40ec-8825-f969e48cd51c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
13035 2025.01.02 23:42:47.463256 [ 260 ] {c9c573c5-5713-40ec-8825-f969e48cd51c} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
13036 2025.01.02 23:42:47.463495 [ 260 ] {c9c573c5-5713-40ec-8825-f969e48cd51c} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13037 2025.01.02 23:42:47.463707 [ 260 ] {c9c573c5-5713-40ec-8825-f969e48cd51c} <Debug> executeQuery: Read 424 rows, 31.05 KiB in 0.001682 sec., 252080.85612366232 rows/sec., 18.03 MiB/sec.
13038 2025.01.02 23:42:47.463775 [ 260 ] {c9c573c5-5713-40ec-8825-f969e48cd51c} <Debug> TCPHandler: Processed in 0.002017956 sec.
13039 2025.01.02 23:42:47.464002 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13040 2025.01.02 23:42:47.464226 [ 265 ] {7dd63ed5-c85b-41e6-b9ac-b49e8f59c07a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
13041 2025.01.02 23:42:47.464286 [ 265 ] {7dd63ed5-c85b-41e6-b9ac-b49e8f59c07a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
13042 2025.01.02 23:42:47.464777 [ 265 ] {7dd63ed5-c85b-41e6-b9ac-b49e8f59c07a} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13043 2025.01.02 23:42:47.464815 [ 265 ] {7dd63ed5-c85b-41e6-b9ac-b49e8f59c07a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
13044 2025.01.02 23:42:47.465190 [ 265 ] {7dd63ed5-c85b-41e6-b9ac-b49e8f59c07a} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
13045 2025.01.02 23:42:47.465438 [ 265 ] {7dd63ed5-c85b-41e6-b9ac-b49e8f59c07a} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13046 2025.01.02 23:42:47.465653 [ 265 ] {7dd63ed5-c85b-41e6-b9ac-b49e8f59c07a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001458 sec., 4115.226337448559 rows/sec., 215.00 KiB/sec.
13047 2025.01.02 23:42:47.465703 [ 265 ] {7dd63ed5-c85b-41e6-b9ac-b49e8f59c07a} <Debug> TCPHandler: Processed in 0.001828295 sec.
13048 2025.01.02 23:42:47.465852 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13049 2025.01.02 23:42:47.465968 [ 260 ] {efec2dd9-f828-435b-8386-5cc350c1fd52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13050 2025.01.02 23:42:47.466019 [ 260 ] {efec2dd9-f828-435b-8386-5cc350c1fd52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13051 2025.01.02 23:42:47.466613 [ 260 ] {efec2dd9-f828-435b-8386-5cc350c1fd52} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13052 2025.01.02 23:42:47.466652 [ 260 ] {efec2dd9-f828-435b-8386-5cc350c1fd52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
13053 2025.01.02 23:42:47.467067 [ 260 ] {efec2dd9-f828-435b-8386-5cc350c1fd52} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
13054 2025.01.02 23:42:47.467326 [ 260 ] {efec2dd9-f828-435b-8386-5cc350c1fd52} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13055 2025.01.02 23:42:47.467550 [ 260 ] {efec2dd9-f828-435b-8386-5cc350c1fd52} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001605 sec., 148286.6043613707 rows/sec., 9.94 MiB/sec.
13056 2025.01.02 23:42:47.467602 [ 260 ] {efec2dd9-f828-435b-8386-5cc350c1fd52} <Debug> TCPHandler: Processed in 0.001805933 sec.
13057 2025.01.02 23:42:47.467762 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13058 2025.01.02 23:42:47.467889 [ 265 ] {406402a6-14c3-40e5-88d1-adf2ef68fdbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
13059 2025.01.02 23:42:47.467943 [ 265 ] {406402a6-14c3-40e5-88d1-adf2ef68fdbd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
13060 2025.01.02 23:42:47.468437 [ 265 ] {406402a6-14c3-40e5-88d1-adf2ef68fdbd} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13061 2025.01.02 23:42:47.468477 [ 265 ] {406402a6-14c3-40e5-88d1-adf2ef68fdbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
13062 2025.01.02 23:42:47.468860 [ 265 ] {406402a6-14c3-40e5-88d1-adf2ef68fdbd} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
13063 2025.01.02 23:42:47.469113 [ 265 ] {406402a6-14c3-40e5-88d1-adf2ef68fdbd} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13064 2025.01.02 23:42:47.469301 [ 90 ] {} <Debug> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
13065 2025.01.02 23:42:47.469363 [ 265 ] {406402a6-14c3-40e5-88d1-adf2ef68fdbd} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001498 sec., 667.5567423230975 rows/sec., 44.98 KiB/sec.
13066 2025.01.02 23:42:47.469388 [ 90 ] {} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13067 2025.01.02 23:42:47.469451 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
13068 2025.01.02 23:42:47.469474 [ 265 ] {406402a6-14c3-40e5-88d1-adf2ef68fdbd} <Debug> TCPHandler: Processed in 0.001769833 sec.
13069 2025.01.02 23:42:47.469666 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13070 2025.01.02 23:42:47.469678 [ 190 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full
13071 2025.01.02 23:42:47.469806 [ 260 ] {b2d39ebf-0600-44e7-93ef-014ad910e27c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
13072 2025.01.02 23:42:47.469826 [ 190 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13073 2025.01.02 23:42:47.469872 [ 190 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 48 rows starting from the beginning of the part
13074 2025.01.02 23:42:47.469914 [ 260 ] {b2d39ebf-0600-44e7-93ef-014ad910e27c} <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
13075 2025.01.02 23:42:47.470063 [ 190 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 1 rows starting from the beginning of the part
13076 2025.01.02 23:42:47.470416 [ 190 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 1 rows starting from the beginning of the part
13077 2025.01.02 23:42:47.470833 [ 190 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 1 rows starting from the beginning of the part
13078 2025.01.02 23:42:47.471242 [ 190 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 1 rows starting from the beginning of the part
13079 2025.01.02 23:42:47.471516 [ 190 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 1 rows starting from the beginning of the part
13080 2025.01.02 23:42:47.473526 [ 190 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 53 rows, containing 4 columns (4 merged, 0 gathered) in 0.003981592 sec., 13311.25841120838 rows/sec., 894.99 KiB/sec.
13081 2025.01.02 23:42:47.473785 [ 198 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
13082 2025.01.02 23:42:47.474180 [ 260 ] {b2d39ebf-0600-44e7-93ef-014ad910e27c} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13083 2025.01.02 23:42:47.474245 [ 260 ] {b2d39ebf-0600-44e7-93ef-014ad910e27c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
13084 2025.01.02 23:42:47.474453 [ 198 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_51_10} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13085 2025.01.02 23:42:47.474677 [ 198 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_51_10} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
13086 2025.01.02 23:42:47.474846 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
13087 2025.01.02 23:42:47.475331 [ 260 ] {b2d39ebf-0600-44e7-93ef-014ad910e27c} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
13088 2025.01.02 23:42:47.475611 [ 260 ] {b2d39ebf-0600-44e7-93ef-014ad910e27c} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13089 2025.01.02 23:42:47.475814 [ 90 ] {} <Debug> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
13090 2025.01.02 23:42:47.475881 [ 90 ] {} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13091 2025.01.02 23:42:47.475914 [ 260 ] {b2d39ebf-0600-44e7-93ef-014ad910e27c} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.006136 sec., 6518.90482398957 rows/sec., 11.68 MiB/sec.
13092 2025.01.02 23:42:47.475922 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
13093 2025.01.02 23:42:47.476369 [ 197 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full
13094 2025.01.02 23:42:47.476659 [ 260 ] {b2d39ebf-0600-44e7-93ef-014ad910e27c} <Debug> TCPHandler: Processed in 0.007109983 sec.
13095 2025.01.02 23:42:47.477313 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13096 2025.01.02 23:42:47.477751 [ 265 ] {99d3193e-3024-45ac-a545-86d7d02e14b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13097 2025.01.02 23:42:47.477798 [ 197 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13098 2025.01.02 23:42:47.477864 [ 265 ] {99d3193e-3024-45ac-a545-86d7d02e14b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13099 2025.01.02 23:42:47.477962 [ 197 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1750 rows starting from the beginning of the part
13100 2025.01.02 23:42:47.478873 [ 197 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 40 rows starting from the beginning of the part
13101 2025.01.02 23:42:47.479482 [ 197 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 40 rows starting from the beginning of the part
13102 2025.01.02 23:42:47.480221 [ 265 ] {99d3193e-3024-45ac-a545-86d7d02e14b1} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13103 2025.01.02 23:42:47.480248 [ 197 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 40 rows starting from the beginning of the part
13104 2025.01.02 23:42:47.480295 [ 265 ] {99d3193e-3024-45ac-a545-86d7d02e14b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
13105 2025.01.02 23:42:47.480808 [ 197 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 40 rows starting from the beginning of the part
13106 2025.01.02 23:42:47.481447 [ 197 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 40 rows starting from the beginning of the part
13107 2025.01.02 23:42:47.481739 [ 265 ] {99d3193e-3024-45ac-a545-86d7d02e14b1} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
13108 2025.01.02 23:42:47.482351 [ 265 ] {99d3193e-3024-45ac-a545-86d7d02e14b1} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13109 2025.01.02 23:42:47.482855 [ 265 ] {99d3193e-3024-45ac-a545-86d7d02e14b1} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005183 sec., 15820.95311595601 rows/sec., 1.00 MiB/sec.
13110 2025.01.02 23:42:47.483065 [ 265 ] {99d3193e-3024-45ac-a545-86d7d02e14b1} <Debug> TCPHandler: Processed in 0.006236922 sec.
13111 2025.01.02 23:42:47.494334 [ 198 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1950 rows, containing 19 columns (19 merged, 0 gathered) in 0.01827705 sec., 106691.1782809589 rows/sec., 191.19 MiB/sec.
13112 2025.01.02 23:42:47.495869 [ 190 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
13113 2025.01.02 23:42:47.496344 [ 190 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13114 2025.01.02 23:42:47.496444 [ 190 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
13115 2025.01.02 23:42:47.496597 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.54 MiB.
13116 2025.01.02 23:42:48.000181 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 255.48 MiB, peak 272.99 MiB, free memory in arenas 0.00 B, will set to 262.42 MiB (RSS), difference: 6.94 MiB
13117 2025.01.02 23:42:48.235971 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 32574
13118 2025.01.02 23:42:48.236656 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13119 2025.01.02 23:42:48.236706 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
13120 2025.01.02 23:42:48.237259 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
13121 2025.01.02 23:42:48.237514 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13122 2025.01.02 23:42:48.237734 [ 90 ] {} <Debug> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
13123 2025.01.02 23:42:48.237773 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32574
13124 2025.01.02 23:42:48.237818 [ 90 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13125 2025.01.02 23:42:48.237848 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
13126 2025.01.02 23:42:48.238060 [ 194 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full
13127 2025.01.02 23:42:48.238452 [ 194 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13128 2025.01.02 23:42:48.238560 [ 194 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_66_13, total 30256 rows starting from the beginning of the part
13129 2025.01.02 23:42:48.238701 [ 194 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 488 rows starting from the beginning of the part
13130 2025.01.02 23:42:48.238902 [ 194 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 427 rows starting from the beginning of the part
13131 2025.01.02 23:42:48.239100 [ 194 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 488 rows starting from the beginning of the part
13132 2025.01.02 23:42:48.239233 [ 194 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 427 rows starting from the beginning of the part
13133 2025.01.02 23:42:48.239298 [ 194 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 488 rows starting from the beginning of the part
13134 2025.01.02 23:42:48.242415 [ 199 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32574 rows, containing 4 columns (4 merged, 0 gathered) in 0.004494919 sec., 7246849.164578939 rows/sec., 103.67 MiB/sec.
13135 2025.01.02 23:42:48.242727 [ 198 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
13136 2025.01.02 23:42:48.243037 [ 198 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_71_14} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13137 2025.01.02 23:42:48.243116 [ 198 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_71_14} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
13138 2025.01.02 23:42:48.243200 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.98 MiB.
13139 2025.01.02 23:42:50.529971 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 535
13140 2025.01.02 23:42:50.551505 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13141 2025.01.02 23:42:50.551566 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
13142 2025.01.02 23:42:50.558741 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
13143 2025.01.02 23:42:50.559538 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13144 2025.01.02 23:42:50.559835 [ 84 ] {} <Debug> system.metric_log (31b60859-c590-4889-866a-026624596be5) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
13145 2025.01.02 23:42:50.559894 [ 84 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13146 2025.01.02 23:42:50.559934 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
13147 2025.01.02 23:42:50.560417 [ 200 ] {31b60859-c590-4889-866a-026624596be5::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full
13148 2025.01.02 23:42:50.575068 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 535
13149 2025.01.02 23:42:50.576787 [ 200 ] {31b60859-c590-4889-866a-026624596be5::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13150 2025.01.02 23:42:50.577956 [ 200 ] {31b60859-c590-4889-866a-026624596be5::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 498 rows starting from the beginning of the part
13151 2025.01.02 23:42:50.583025 [ 200 ] {31b60859-c590-4889-866a-026624596be5::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 7 rows starting from the beginning of the part
13152 2025.01.02 23:42:50.588544 [ 200 ] {31b60859-c590-4889-866a-026624596be5::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 8 rows starting from the beginning of the part
13153 2025.01.02 23:42:50.594172 [ 200 ] {31b60859-c590-4889-866a-026624596be5::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 7 rows starting from the beginning of the part
13154 2025.01.02 23:42:50.600422 [ 200 ] {31b60859-c590-4889-866a-026624596be5::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 8 rows starting from the beginning of the part
13155 2025.01.02 23:42:50.606362 [ 200 ] {31b60859-c590-4889-866a-026624596be5::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 7 rows starting from the beginning of the part
13156 2025.01.02 23:42:50.669400 [ 198 ] {31b60859-c590-4889-866a-026624596be5::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 535 rows, containing 679 columns (679 merged, 0 gathered) in 0.109307786 sec., 4894.436339603475 rows/sec., 25.31 MiB/sec.
13157 2025.01.02 23:42:50.672922 [ 191 ] {31b60859-c590-4889-866a-026624596be5::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
13158 2025.01.02 23:42:50.676054 [ 191 ] {31b60859-c590-4889-866a-026624596be5::all_1_71_14} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13159 2025.01.02 23:42:50.676176 [ 191 ] {31b60859-c590-4889-866a-026624596be5::all_1_71_14} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
13160 2025.01.02 23:42:50.678809 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.96 MiB.
13161 2025.01.02 23:42:52.442819 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13162 2025.01.02 23:42:52.443027 [ 260 ] {aba7bf8c-fb91-49bc-a134-9e55f9ca794c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13163 2025.01.02 23:42:52.443109 [ 260 ] {aba7bf8c-fb91-49bc-a134-9e55f9ca794c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13164 2025.01.02 23:42:52.443950 [ 260 ] {aba7bf8c-fb91-49bc-a134-9e55f9ca794c} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13165 2025.01.02 23:42:52.444004 [ 260 ] {aba7bf8c-fb91-49bc-a134-9e55f9ca794c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
13166 2025.01.02 23:42:52.444446 [ 260 ] {aba7bf8c-fb91-49bc-a134-9e55f9ca794c} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
13167 2025.01.02 23:42:52.444730 [ 260 ] {aba7bf8c-fb91-49bc-a134-9e55f9ca794c} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13168 2025.01.02 23:42:52.444905 [ 80 ] {} <Debug> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0
13169 2025.01.02 23:42:52.444948 [ 80 ] {} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13170 2025.01.02 23:42:52.444948 [ 260 ] {aba7bf8c-fb91-49bc-a134-9e55f9ca794c} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001979 sec., 28297.11975745326 rows/sec., 2.17 MiB/sec.
13171 2025.01.02 23:42:52.444973 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
13172 2025.01.02 23:42:52.445068 [ 260 ] {aba7bf8c-fb91-49bc-a134-9e55f9ca794c} <Debug> TCPHandler: Processed in 0.002389701 sec.
13173 2025.01.02 23:42:52.445267 [ 202 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full
13174 2025.01.02 23:42:52.445364 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13175 2025.01.02 23:42:52.445434 [ 202 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13176 2025.01.02 23:42:52.445474 [ 202 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1435 rows starting from the beginning of the part
13177 2025.01.02 23:42:52.445575 [ 265 ] {73b1cc3c-9aa3-4842-a979-4632db6a16d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13178 2025.01.02 23:42:52.445588 [ 202 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 1198 rows starting from the beginning of the part
13179 2025.01.02 23:42:52.445702 [ 265 ] {73b1cc3c-9aa3-4842-a979-4632db6a16d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13180 2025.01.02 23:42:52.445811 [ 202 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 283 rows starting from the beginning of the part
13181 2025.01.02 23:42:52.446251 [ 202 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 56 rows starting from the beginning of the part
13182 2025.01.02 23:42:52.446376 [ 202 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 284 rows starting from the beginning of the part
13183 2025.01.02 23:42:52.446698 [ 202 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 56 rows starting from the beginning of the part
13184 2025.01.02 23:42:52.448025 [ 265 ] {73b1cc3c-9aa3-4842-a979-4632db6a16d0} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13185 2025.01.02 23:42:52.448074 [ 265 ] {73b1cc3c-9aa3-4842-a979-4632db6a16d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
13186 2025.01.02 23:42:52.448663 [ 265 ] {73b1cc3c-9aa3-4842-a979-4632db6a16d0} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
13187 2025.01.02 23:42:52.448942 [ 265 ] {73b1cc3c-9aa3-4842-a979-4632db6a16d0} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13188 2025.01.02 23:42:52.449215 [ 80 ] {} <Debug> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0
13189 2025.01.02 23:42:52.449336 [ 80 ] {} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13190 2025.01.02 23:42:52.449478 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
13191 2025.01.02 23:42:52.449499 [ 265 ] {73b1cc3c-9aa3-4842-a979-4632db6a16d0} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003969 sec., 16124.968505920886 rows/sec., 1.26 MiB/sec.
13192 2025.01.02 23:42:52.449735 [ 195 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3312 rows, containing 5 columns (5 merged, 0 gathered) in 0.00460554 sec., 719133.9126356519 rows/sec., 63.02 MiB/sec.
13193 2025.01.02 23:42:52.449881 [ 265 ] {73b1cc3c-9aa3-4842-a979-4632db6a16d0} <Debug> TCPHandler: Processed in 0.004682241 sec.
13194 2025.01.02 23:42:52.449943 [ 198 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full
13195 2025.01.02 23:42:52.450404 [ 195 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary)
13196 2025.01.02 23:42:52.450924 [ 198 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13197 2025.01.02 23:42:52.451088 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13198 2025.01.02 23:42:52.451309 [ 198 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 914 rows starting from the beginning of the part
13199 2025.01.02 23:42:52.451455 [ 195 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_101_20} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13200 2025.01.02 23:42:52.451864 [ 260 ] {b7c0b5ec-0fcb-4329-9117-77f6e5533bbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13201 2025.01.02 23:42:52.452024 [ 195 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_101_20} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20
13202 2025.01.02 23:42:52.452122 [ 198 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 524 rows starting from the beginning of the part
13203 2025.01.02 23:42:52.452129 [ 260 ] {b7c0b5ec-0fcb-4329-9117-77f6e5533bbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13204 2025.01.02 23:42:52.452357 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB.
13205 2025.01.02 23:42:52.452647 [ 198 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 422 rows starting from the beginning of the part
13206 2025.01.02 23:42:52.453025 [ 198 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 64 rows starting from the beginning of the part
13207 2025.01.02 23:42:52.453357 [ 198 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 424 rows starting from the beginning of the part
13208 2025.01.02 23:42:52.453658 [ 198 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 64 rows starting from the beginning of the part
13209 2025.01.02 23:42:52.454945 [ 260 ] {b7c0b5ec-0fcb-4329-9117-77f6e5533bbf} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13210 2025.01.02 23:42:52.455087 [ 260 ] {b7c0b5ec-0fcb-4329-9117-77f6e5533bbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
13211 2025.01.02 23:42:52.456754 [ 260 ] {b7c0b5ec-0fcb-4329-9117-77f6e5533bbf} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
13212 2025.01.02 23:42:52.457140 [ 260 ] {b7c0b5ec-0fcb-4329-9117-77f6e5533bbf} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13213 2025.01.02 23:42:52.457369 [ 80 ] {} <Debug> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0
13214 2025.01.02 23:42:52.457485 [ 80 ] {} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13215 2025.01.02 23:42:52.457562 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
13216 2025.01.02 23:42:52.457735 [ 260 ] {b7c0b5ec-0fcb-4329-9117-77f6e5533bbf} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006109 sec., 26190.865935504993 rows/sec., 1.82 MiB/sec.
13217 2025.01.02 23:42:52.458115 [ 198 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2412 rows, containing 5 columns (5 merged, 0 gathered) in 0.008475062 sec., 284599.6878842892 rows/sec., 21.82 MiB/sec.
13218 2025.01.02 23:42:52.458173 [ 260 ] {b7c0b5ec-0fcb-4329-9117-77f6e5533bbf} <Debug> TCPHandler: Processed in 0.008120957 sec.
13219 2025.01.02 23:42:52.458176 [ 187 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full
13220 2025.01.02 23:42:52.458433 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13221 2025.01.02 23:42:52.458502 [ 187 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13222 2025.01.02 23:42:52.458513 [ 186 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary)
13223 2025.01.02 23:42:52.458593 [ 187 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_96_19, total 30437 rows starting from the beginning of the part
13224 2025.01.02 23:42:52.458777 [ 265 ] {74e6cf63-fab0-4e5b-a18b-d898e63e764e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13225 2025.01.02 23:42:52.459058 [ 187 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 882 rows starting from the beginning of the part
13226 2025.01.02 23:42:52.459070 [ 265 ] {74e6cf63-fab0-4e5b-a18b-d898e63e764e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13227 2025.01.02 23:42:52.459686 [ 187 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 237 rows starting from the beginning of the part
13228 2025.01.02 23:42:52.459979 [ 189 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_101_20} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13229 2025.01.02 23:42:52.460154 [ 187 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 160 rows starting from the beginning of the part
13230 2025.01.02 23:42:52.460652 [ 189 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_101_20} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20
13231 2025.01.02 23:42:52.460679 [ 187 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 238 rows starting from the beginning of the part
13232 2025.01.02 23:42:52.461103 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB.
13233 2025.01.02 23:42:52.461267 [ 187 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 160 rows starting from the beginning of the part
13234 2025.01.02 23:42:52.462010 [ 265 ] {74e6cf63-fab0-4e5b-a18b-d898e63e764e} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13235 2025.01.02 23:42:52.462059 [ 265 ] {74e6cf63-fab0-4e5b-a18b-d898e63e764e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
13236 2025.01.02 23:42:52.462505 [ 265 ] {74e6cf63-fab0-4e5b-a18b-d898e63e764e} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
13237 2025.01.02 23:42:52.462753 [ 265 ] {74e6cf63-fab0-4e5b-a18b-d898e63e764e} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13238 2025.01.02 23:42:52.462981 [ 80 ] {} <Debug> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0
13239 2025.01.02 23:42:52.463079 [ 80 ] {} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13240 2025.01.02 23:42:52.463149 [ 265 ] {74e6cf63-fab0-4e5b-a18b-d898e63e764e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004483 sec., 13383.894713361587 rows/sec., 923.63 KiB/sec.
13241 2025.01.02 23:42:52.463157 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
13242 2025.01.02 23:42:52.463527 [ 265 ] {74e6cf63-fab0-4e5b-a18b-d898e63e764e} <Debug> TCPHandler: Processed in 0.005201148 sec.
13243 2025.01.02 23:42:52.463964 [ 189 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full
13244 2025.01.02 23:42:52.464640 [ 189 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13245 2025.01.02 23:42:52.464765 [ 189 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 6364 rows starting from the beginning of the part
13246 2025.01.02 23:42:52.465136 [ 189 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 60 rows starting from the beginning of the part
13247 2025.01.02 23:42:52.465512 [ 189 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 82 rows starting from the beginning of the part
13248 2025.01.02 23:42:52.465976 [ 189 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 60 rows starting from the beginning of the part
13249 2025.01.02 23:42:52.466371 [ 189 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 82 rows starting from the beginning of the part
13250 2025.01.02 23:42:52.466643 [ 189 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 60 rows starting from the beginning of the part
13251 2025.01.02 23:42:52.469370 [ 190 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6708 rows, containing 4 columns (4 merged, 0 gathered) in 0.00604232 sec., 1110169.603728369 rows/sec., 72.32 MiB/sec.
13252 2025.01.02 23:42:52.470045 [ 190 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary)
13253 2025.01.02 23:42:52.470653 [ 190 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_101_20} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13254 2025.01.02 23:42:52.470773 [ 190 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_101_20} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20
13255 2025.01.02 23:42:52.470870 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.21 MiB.
13256 2025.01.02 23:42:52.472211 [ 193 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32114 rows, containing 5 columns (5 merged, 0 gathered) in 0.01448779 sec., 2216625.1719551426 rows/sec., 149.56 MiB/sec.
13257 2025.01.02 23:42:52.473015 [ 193 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary)
13258 2025.01.02 23:42:52.473423 [ 193 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_101_20} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13259 2025.01.02 23:42:52.473521 [ 193 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_101_20} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20
13260 2025.01.02 23:42:52.473616 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.36 MiB.
13261 2025.01.02 23:42:55.527973 [ 77 ] {} <Debug> DNSResolver: Updating DNS cache
13262 2025.01.02 23:42:55.528039 [ 77 ] {} <Debug> DNSResolver: Updated DNS cache
13263 2025.01.02 23:42:55.738029 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 33001
13264 2025.01.02 23:42:55.739087 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13265 2025.01.02 23:42:55.739123 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
13266 2025.01.02 23:42:55.739642 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
13267 2025.01.02 23:42:55.739893 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13268 2025.01.02 23:42:55.740126 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33001
13269 2025.01.02 23:42:55.931682 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1836
13270 2025.01.02 23:42:55.935397 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13271 2025.01.02 23:42:55.935445 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
13272 2025.01.02 23:42:55.936927 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
13273 2025.01.02 23:42:55.937241 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13274 2025.01.02 23:42:55.937819 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1836
13275 2025.01.02 23:42:57.448856 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13276 2025.01.02 23:42:57.449044 [ 260 ] {bfba1942-f81d-48ea-a5dd-89b9995e397d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
13277 2025.01.02 23:42:57.449112 [ 260 ] {bfba1942-f81d-48ea-a5dd-89b9995e397d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
13278 2025.01.02 23:42:57.449843 [ 260 ] {bfba1942-f81d-48ea-a5dd-89b9995e397d} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13279 2025.01.02 23:42:57.449887 [ 260 ] {bfba1942-f81d-48ea-a5dd-89b9995e397d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
13280 2025.01.02 23:42:57.450315 [ 260 ] {bfba1942-f81d-48ea-a5dd-89b9995e397d} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
13281 2025.01.02 23:42:57.450576 [ 260 ] {bfba1942-f81d-48ea-a5dd-89b9995e397d} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13282 2025.01.02 23:42:57.450806 [ 260 ] {bfba1942-f81d-48ea-a5dd-89b9995e397d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001811 sec., 7730.535615681944 rows/sec., 556.50 KiB/sec.
13283 2025.01.02 23:42:57.450863 [ 260 ] {bfba1942-f81d-48ea-a5dd-89b9995e397d} <Debug> TCPHandler: Processed in 0.002132738 sec.
13284 2025.01.02 23:42:57.451137 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13285 2025.01.02 23:42:57.451359 [ 265 ] {88efe0b1-4780-4457-af89-d0859c32f31c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13286 2025.01.02 23:42:57.451440 [ 265 ] {88efe0b1-4780-4457-af89-d0859c32f31c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13287 2025.01.02 23:42:57.452390 [ 265 ] {88efe0b1-4780-4457-af89-d0859c32f31c} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13288 2025.01.02 23:42:57.452444 [ 265 ] {88efe0b1-4780-4457-af89-d0859c32f31c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
13289 2025.01.02 23:42:57.452921 [ 265 ] {88efe0b1-4780-4457-af89-d0859c32f31c} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary)
13290 2025.01.02 23:42:57.453210 [ 265 ] {88efe0b1-4780-4457-af89-d0859c32f31c} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13291 2025.01.02 23:42:57.453446 [ 265 ] {88efe0b1-4780-4457-af89-d0859c32f31c} <Debug> executeQuery: Read 283 rows, 25.60 KiB in 0.00215 sec., 131627.90697674418 rows/sec., 11.63 MiB/sec.
13292 2025.01.02 23:42:57.453502 [ 265 ] {88efe0b1-4780-4457-af89-d0859c32f31c} <Debug> TCPHandler: Processed in 0.002507213 sec.
13293 2025.01.02 23:42:57.453714 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13294 2025.01.02 23:42:57.453935 [ 260 ] {6e410978-6a26-4397-bd37-4c2ed05fe288} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
13295 2025.01.02 23:42:57.454022 [ 260 ] {6e410978-6a26-4397-bd37-4c2ed05fe288} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13296 2025.01.02 23:42:57.454922 [ 260 ] {6e410978-6a26-4397-bd37-4c2ed05fe288} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13297 2025.01.02 23:42:57.454961 [ 260 ] {6e410978-6a26-4397-bd37-4c2ed05fe288} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
13298 2025.01.02 23:42:57.455336 [ 260 ] {6e410978-6a26-4397-bd37-4c2ed05fe288} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
13299 2025.01.02 23:42:57.455583 [ 260 ] {6e410978-6a26-4397-bd37-4c2ed05fe288} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13300 2025.01.02 23:42:57.455791 [ 260 ] {6e410978-6a26-4397-bd37-4c2ed05fe288} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.00191 sec., 24607.329842931937 rows/sec., 1.77 MiB/sec.
13301 2025.01.02 23:42:57.455842 [ 260 ] {6e410978-6a26-4397-bd37-4c2ed05fe288} <Debug> TCPHandler: Processed in 0.002234729 sec.
13302 2025.01.02 23:42:57.456007 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13303 2025.01.02 23:42:57.456125 [ 265 ] {45700a03-3de6-4e37-b157-a8e08f9d1875} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
13304 2025.01.02 23:42:57.456175 [ 265 ] {45700a03-3de6-4e37-b157-a8e08f9d1875} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
13305 2025.01.02 23:42:57.456761 [ 265 ] {45700a03-3de6-4e37-b157-a8e08f9d1875} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13306 2025.01.02 23:42:57.456801 [ 265 ] {45700a03-3de6-4e37-b157-a8e08f9d1875} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
13307 2025.01.02 23:42:57.457170 [ 265 ] {45700a03-3de6-4e37-b157-a8e08f9d1875} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
13308 2025.01.02 23:42:57.457423 [ 265 ] {45700a03-3de6-4e37-b157-a8e08f9d1875} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13309 2025.01.02 23:42:57.457631 [ 265 ] {45700a03-3de6-4e37-b157-a8e08f9d1875} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00153 sec., 9150.326797385622 rows/sec., 640.83 KiB/sec.
13310 2025.01.02 23:42:57.457683 [ 265 ] {45700a03-3de6-4e37-b157-a8e08f9d1875} <Debug> TCPHandler: Processed in 0.001732172 sec.
13311 2025.01.02 23:42:57.457840 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13312 2025.01.02 23:42:57.457976 [ 260 ] {a4af74bf-3919-40c5-a15c-7e539f7a1d5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
13313 2025.01.02 23:42:57.458032 [ 260 ] {a4af74bf-3919-40c5-a15c-7e539f7a1d5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
13314 2025.01.02 23:42:57.458708 [ 260 ] {a4af74bf-3919-40c5-a15c-7e539f7a1d5b} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13315 2025.01.02 23:42:57.458748 [ 260 ] {a4af74bf-3919-40c5-a15c-7e539f7a1d5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
13316 2025.01.02 23:42:57.459110 [ 260 ] {a4af74bf-3919-40c5-a15c-7e539f7a1d5b} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
13317 2025.01.02 23:42:57.459378 [ 260 ] {a4af74bf-3919-40c5-a15c-7e539f7a1d5b} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13318 2025.01.02 23:42:57.459625 [ 260 ] {a4af74bf-3919-40c5-a15c-7e539f7a1d5b} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001668 sec., 7793.764988009592 rows/sec., 485.94 KiB/sec.
13319 2025.01.02 23:42:57.459692 [ 260 ] {a4af74bf-3919-40c5-a15c-7e539f7a1d5b} <Debug> TCPHandler: Processed in 0.001919445 sec.
13320 2025.01.02 23:42:57.459945 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13321 2025.01.02 23:42:57.460109 [ 265 ] {fb48ca16-003f-411d-b16a-cd5ede014633} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13322 2025.01.02 23:42:57.460168 [ 265 ] {fb48ca16-003f-411d-b16a-cd5ede014633} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13323 2025.01.02 23:42:57.460936 [ 265 ] {fb48ca16-003f-411d-b16a-cd5ede014633} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13324 2025.01.02 23:42:57.460974 [ 265 ] {fb48ca16-003f-411d-b16a-cd5ede014633} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
13325 2025.01.02 23:42:57.461417 [ 265 ] {fb48ca16-003f-411d-b16a-cd5ede014633} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary)
13326 2025.01.02 23:42:57.461660 [ 265 ] {fb48ca16-003f-411d-b16a-cd5ede014633} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13327 2025.01.02 23:42:57.461863 [ 265 ] {fb48ca16-003f-411d-b16a-cd5ede014633} <Debug> executeQuery: Read 422 rows, 30.88 KiB in 0.001784 sec., 236547.08520179373 rows/sec., 16.91 MiB/sec.
13328 2025.01.02 23:42:57.461915 [ 265 ] {fb48ca16-003f-411d-b16a-cd5ede014633} <Debug> TCPHandler: Processed in 0.002125368 sec.
13329 2025.01.02 23:42:57.462120 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13330 2025.01.02 23:42:57.462340 [ 260 ] {e2a941cb-9e4f-496e-8708-feebef1b2371} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
13331 2025.01.02 23:42:57.462433 [ 260 ] {e2a941cb-9e4f-496e-8708-feebef1b2371} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
13332 2025.01.02 23:42:57.463036 [ 260 ] {e2a941cb-9e4f-496e-8708-feebef1b2371} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13333 2025.01.02 23:42:57.463075 [ 260 ] {e2a941cb-9e4f-496e-8708-feebef1b2371} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
13334 2025.01.02 23:42:57.463441 [ 260 ] {e2a941cb-9e4f-496e-8708-feebef1b2371} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
13335 2025.01.02 23:42:57.463680 [ 260 ] {e2a941cb-9e4f-496e-8708-feebef1b2371} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13336 2025.01.02 23:42:57.463910 [ 260 ] {e2a941cb-9e4f-496e-8708-feebef1b2371} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001625 sec., 3692.3076923076924 rows/sec., 192.91 KiB/sec.
13337 2025.01.02 23:42:57.463965 [ 260 ] {e2a941cb-9e4f-496e-8708-feebef1b2371} <Debug> TCPHandler: Processed in 0.001952876 sec.
13338 2025.01.02 23:42:57.464176 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13339 2025.01.02 23:42:57.464330 [ 265 ] {89c177c5-a62e-4f3d-9674-84e2f50de2bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13340 2025.01.02 23:42:57.464393 [ 265 ] {89c177c5-a62e-4f3d-9674-84e2f50de2bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13341 2025.01.02 23:42:57.465033 [ 265 ] {89c177c5-a62e-4f3d-9674-84e2f50de2bb} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13342 2025.01.02 23:42:57.465073 [ 265 ] {89c177c5-a62e-4f3d-9674-84e2f50de2bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
13343 2025.01.02 23:42:57.465480 [ 265 ] {89c177c5-a62e-4f3d-9674-84e2f50de2bb} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary)
13344 2025.01.02 23:42:57.465743 [ 265 ] {89c177c5-a62e-4f3d-9674-84e2f50de2bb} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13345 2025.01.02 23:42:57.465985 [ 265 ] {89c177c5-a62e-4f3d-9674-84e2f50de2bb} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001684 sec., 140736.34204275534 rows/sec., 9.43 MiB/sec.
13346 2025.01.02 23:42:57.466056 [ 265 ] {89c177c5-a62e-4f3d-9674-84e2f50de2bb} <Debug> TCPHandler: Processed in 0.002007146 sec.
13347 2025.01.02 23:42:57.466320 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13348 2025.01.02 23:42:57.466587 [ 260 ] {dc27bc84-d0f3-4e64-90ec-47aa6c3cd677} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
13349 2025.01.02 23:42:57.466680 [ 260 ] {dc27bc84-d0f3-4e64-90ec-47aa6c3cd677} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
13350 2025.01.02 23:42:57.467152 [ 260 ] {dc27bc84-d0f3-4e64-90ec-47aa6c3cd677} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13351 2025.01.02 23:42:57.467191 [ 260 ] {dc27bc84-d0f3-4e64-90ec-47aa6c3cd677} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
13352 2025.01.02 23:42:57.467562 [ 260 ] {dc27bc84-d0f3-4e64-90ec-47aa6c3cd677} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
13353 2025.01.02 23:42:57.467801 [ 260 ] {dc27bc84-d0f3-4e64-90ec-47aa6c3cd677} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13354 2025.01.02 23:42:57.468026 [ 260 ] {dc27bc84-d0f3-4e64-90ec-47aa6c3cd677} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001494 sec., 669.3440428380187 rows/sec., 45.10 KiB/sec.
13355 2025.01.02 23:42:57.468089 [ 260 ] {dc27bc84-d0f3-4e64-90ec-47aa6c3cd677} <Debug> TCPHandler: Processed in 0.001932355 sec.
13356 2025.01.02 23:42:57.468296 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13357 2025.01.02 23:42:57.468447 [ 265 ] {4fb10ed3-abb4-47f7-b6bc-6ce72bf26a2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
13358 2025.01.02 23:42:57.468541 [ 265 ] {4fb10ed3-abb4-47f7-b6bc-6ce72bf26a2b} <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
13359 2025.01.02 23:42:57.469738 [ 265 ] {4fb10ed3-abb4-47f7-b6bc-6ce72bf26a2b} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13360 2025.01.02 23:42:57.469777 [ 265 ] {4fb10ed3-abb4-47f7-b6bc-6ce72bf26a2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
13361 2025.01.02 23:42:57.470453 [ 265 ] {4fb10ed3-abb4-47f7-b6bc-6ce72bf26a2b} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
13362 2025.01.02 23:42:57.470708 [ 265 ] {4fb10ed3-abb4-47f7-b6bc-6ce72bf26a2b} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13363 2025.01.02 23:42:57.470942 [ 265 ] {4fb10ed3-abb4-47f7-b6bc-6ce72bf26a2b} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002527 sec., 15829.046299960426 rows/sec., 28.36 MiB/sec.
13364 2025.01.02 23:42:57.471036 [ 265 ] {4fb10ed3-abb4-47f7-b6bc-6ce72bf26a2b} <Debug> TCPHandler: Processed in 0.002849528 sec.
13365 2025.01.02 23:42:57.471181 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13366 2025.01.02 23:42:57.471304 [ 260 ] {3a21fc6d-0a72-411c-9689-2e54a0cc33ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13367 2025.01.02 23:42:57.471358 [ 260 ] {3a21fc6d-0a72-411c-9689-2e54a0cc33ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13368 2025.01.02 23:42:57.471875 [ 260 ] {3a21fc6d-0a72-411c-9689-2e54a0cc33ec} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13369 2025.01.02 23:42:57.471916 [ 260 ] {3a21fc6d-0a72-411c-9689-2e54a0cc33ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
13370 2025.01.02 23:42:57.472335 [ 260 ] {3a21fc6d-0a72-411c-9689-2e54a0cc33ec} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary)
13371 2025.01.02 23:42:57.472577 [ 260 ] {3a21fc6d-0a72-411c-9689-2e54a0cc33ec} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13372 2025.01.02 23:42:57.472787 [ 260 ] {3a21fc6d-0a72-411c-9689-2e54a0cc33ec} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001502 sec., 54593.87483355526 rows/sec., 3.47 MiB/sec.
13373 2025.01.02 23:42:57.472868 [ 260 ] {3a21fc6d-0a72-411c-9689-2e54a0cc33ec} <Debug> TCPHandler: Processed in 0.001736273 sec.
13374 2025.01.02 23:42:58.075252 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 543
13375 2025.01.02 23:42:58.101420 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13376 2025.01.02 23:42:58.101496 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
13377 2025.01.02 23:42:58.109196 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
13378 2025.01.02 23:42:58.110225 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13379 2025.01.02 23:42:58.116881 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 543
13380 2025.01.02 23:42:59.103399 [ 218 ] {} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
13381 2025.01.02 23:42:59.103458 [ 218 ] {} <Debug> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
13382 2025.01.02 23:42:59.104857 [ 218 ] {} <Debug> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
13383 2025.01.02 23:42:59.748375 [ 220 ] {} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
13384 2025.01.02 23:42:59.748436 [ 220 ] {} <Debug> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
13385 2025.01.02 23:42:59.749984 [ 220 ] {} <Debug> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
13386 2025.01.02 23:43:00.217883 [ 222 ] {} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
13387 2025.01.02 23:43:00.217971 [ 222 ] {} <Debug> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
13388 2025.01.02 23:43:00.219545 [ 222 ] {} <Debug> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
13389 2025.01.02 23:43:01.028424 [ 221 ] {} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
13390 2025.01.02 23:43:01.028482 [ 221 ] {} <Debug> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
13391 2025.01.02 23:43:01.029994 [ 221 ] {} <Debug> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
13392 2025.01.02 23:43:02.473138 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13393 2025.01.02 23:43:02.473446 [ 260 ] {f5194bf8-e787-4ac7-8ddc-56eb3208482a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
13394 2025.01.02 23:43:02.473563 [ 260 ] {f5194bf8-e787-4ac7-8ddc-56eb3208482a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
13395 2025.01.02 23:43:02.474498 [ 260 ] {f5194bf8-e787-4ac7-8ddc-56eb3208482a} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13396 2025.01.02 23:43:02.474550 [ 260 ] {f5194bf8-e787-4ac7-8ddc-56eb3208482a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
13397 2025.01.02 23:43:02.474973 [ 260 ] {f5194bf8-e787-4ac7-8ddc-56eb3208482a} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
13398 2025.01.02 23:43:02.475229 [ 260 ] {f5194bf8-e787-4ac7-8ddc-56eb3208482a} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13399 2025.01.02 23:43:02.475497 [ 260 ] {f5194bf8-e787-4ac7-8ddc-56eb3208482a} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002128 sec., 939.8496240601503 rows/sec., 76.64 KiB/sec.
13400 2025.01.02 23:43:02.475642 [ 260 ] {f5194bf8-e787-4ac7-8ddc-56eb3208482a} <Debug> TCPHandler: Processed in 0.002699765 sec.
13401 2025.01.02 23:43:02.475937 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13402 2025.01.02 23:43:02.476131 [ 265 ] {f6b47010-5be1-4cbe-b01a-01e8ae8deae7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13403 2025.01.02 23:43:02.476206 [ 265 ] {f6b47010-5be1-4cbe-b01a-01e8ae8deae7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13404 2025.01.02 23:43:02.477629 [ 265 ] {f6b47010-5be1-4cbe-b01a-01e8ae8deae7} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13405 2025.01.02 23:43:02.477681 [ 265 ] {f6b47010-5be1-4cbe-b01a-01e8ae8deae7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
13406 2025.01.02 23:43:02.478183 [ 265 ] {f6b47010-5be1-4cbe-b01a-01e8ae8deae7} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary)
13407 2025.01.02 23:43:02.478446 [ 265 ] {f6b47010-5be1-4cbe-b01a-01e8ae8deae7} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13408 2025.01.02 23:43:02.478693 [ 265 ] {f6b47010-5be1-4cbe-b01a-01e8ae8deae7} <Debug> executeQuery: Read 1197 rows, 101.04 KiB in 0.002618 sec., 457219.25133689836 rows/sec., 37.69 MiB/sec.
13409 2025.01.02 23:43:02.478761 [ 265 ] {f6b47010-5be1-4cbe-b01a-01e8ae8deae7} <Debug> TCPHandler: Processed in 0.002970099 sec.
13410 2025.01.02 23:43:02.478996 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13411 2025.01.02 23:43:02.479174 [ 260 ] {737b57a6-ce44-486e-b34a-7af0511ad153} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
13412 2025.01.02 23:43:02.479236 [ 260 ] {737b57a6-ce44-486e-b34a-7af0511ad153} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13413 2025.01.02 23:43:02.479919 [ 260 ] {737b57a6-ce44-486e-b34a-7af0511ad153} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13414 2025.01.02 23:43:02.479962 [ 260 ] {737b57a6-ce44-486e-b34a-7af0511ad153} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
13415 2025.01.02 23:43:02.480326 [ 260 ] {737b57a6-ce44-486e-b34a-7af0511ad153} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
13416 2025.01.02 23:43:02.480576 [ 260 ] {737b57a6-ce44-486e-b34a-7af0511ad153} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13417 2025.01.02 23:43:02.480788 [ 260 ] {737b57a6-ce44-486e-b34a-7af0511ad153} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001651 sec., 1211.3870381586917 rows/sec., 84.58 KiB/sec.
13418 2025.01.02 23:43:02.480843 [ 260 ] {737b57a6-ce44-486e-b34a-7af0511ad153} <Debug> TCPHandler: Processed in 0.001977486 sec.
13419 2025.01.02 23:43:02.481019 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13420 2025.01.02 23:43:02.481137 [ 265 ] {968a5fee-8bca-4ef9-8b4d-7c40e15b8750} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
13421 2025.01.02 23:43:02.481187 [ 265 ] {968a5fee-8bca-4ef9-8b4d-7c40e15b8750} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
13422 2025.01.02 23:43:02.481872 [ 265 ] {968a5fee-8bca-4ef9-8b4d-7c40e15b8750} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13423 2025.01.02 23:43:02.481915 [ 265 ] {968a5fee-8bca-4ef9-8b4d-7c40e15b8750} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
13424 2025.01.02 23:43:02.482295 [ 265 ] {968a5fee-8bca-4ef9-8b4d-7c40e15b8750} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
13425 2025.01.02 23:43:02.482542 [ 265 ] {968a5fee-8bca-4ef9-8b4d-7c40e15b8750} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13426 2025.01.02 23:43:02.482781 [ 265 ] {968a5fee-8bca-4ef9-8b4d-7c40e15b8750} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001664 sec., 137019.23076923078 rows/sec., 9.28 MiB/sec.
13427 2025.01.02 23:43:02.483086 [ 265 ] {968a5fee-8bca-4ef9-8b4d-7c40e15b8750} <Debug> TCPHandler: Processed in 0.002117778 sec.
13428 2025.01.02 23:43:02.483449 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13429 2025.01.02 23:43:02.483785 [ 260 ] {937f6885-9e41-4d72-b0f3-da0ebaf1138a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13430 2025.01.02 23:43:02.483973 [ 260 ] {937f6885-9e41-4d72-b0f3-da0ebaf1138a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13431 2025.01.02 23:43:02.485275 [ 260 ] {937f6885-9e41-4d72-b0f3-da0ebaf1138a} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13432 2025.01.02 23:43:02.485317 [ 260 ] {937f6885-9e41-4d72-b0f3-da0ebaf1138a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
13433 2025.01.02 23:43:02.485713 [ 260 ] {937f6885-9e41-4d72-b0f3-da0ebaf1138a} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary)
13434 2025.01.02 23:43:02.485970 [ 260 ] {937f6885-9e41-4d72-b0f3-da0ebaf1138a} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13435 2025.01.02 23:43:02.486218 [ 260 ] {937f6885-9e41-4d72-b0f3-da0ebaf1138a} <Debug> executeQuery: Read 522 rows, 39.57 KiB in 0.002513 sec., 207719.8567449264 rows/sec., 15.38 MiB/sec.
13436 2025.01.02 23:43:02.486303 [ 260 ] {937f6885-9e41-4d72-b0f3-da0ebaf1138a} <Debug> TCPHandler: Processed in 0.00307801 sec.
13437 2025.01.02 23:43:02.486539 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13438 2025.01.02 23:43:02.486755 [ 265 ] {01d75be0-9c33-47fa-9e61-4ed019508be6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13439 2025.01.02 23:43:02.486817 [ 265 ] {01d75be0-9c33-47fa-9e61-4ed019508be6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13440 2025.01.02 23:43:02.487609 [ 265 ] {01d75be0-9c33-47fa-9e61-4ed019508be6} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13441 2025.01.02 23:43:02.487649 [ 265 ] {01d75be0-9c33-47fa-9e61-4ed019508be6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
13442 2025.01.02 23:43:02.488102 [ 265 ] {01d75be0-9c33-47fa-9e61-4ed019508be6} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary)
13443 2025.01.02 23:43:02.488344 [ 265 ] {01d75be0-9c33-47fa-9e61-4ed019508be6} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13444 2025.01.02 23:43:02.488554 [ 265 ] {01d75be0-9c33-47fa-9e61-4ed019508be6} <Debug> executeQuery: Read 881 rows, 60.70 KiB in 0.001837 sec., 479586.28198149154 rows/sec., 32.27 MiB/sec.
13445 2025.01.02 23:43:02.488606 [ 265 ] {01d75be0-9c33-47fa-9e61-4ed019508be6} <Debug> TCPHandler: Processed in 0.002194339 sec.
13446 2025.01.02 23:43:02.488766 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13447 2025.01.02 23:43:02.488937 [ 260 ] {43ea56d6-c496-455d-bbc5-023d509a993d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13448 2025.01.02 23:43:02.489032 [ 260 ] {43ea56d6-c496-455d-bbc5-023d509a993d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13449 2025.01.02 23:43:02.489898 [ 260 ] {43ea56d6-c496-455d-bbc5-023d509a993d} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13450 2025.01.02 23:43:02.489938 [ 260 ] {43ea56d6-c496-455d-bbc5-023d509a993d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
13451 2025.01.02 23:43:02.490312 [ 260 ] {43ea56d6-c496-455d-bbc5-023d509a993d} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary)
13452 2025.01.02 23:43:02.490562 [ 260 ] {43ea56d6-c496-455d-bbc5-023d509a993d} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13453 2025.01.02 23:43:02.490783 [ 260 ] {43ea56d6-c496-455d-bbc5-023d509a993d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001902 sec., 31545.741324921135 rows/sec., 2.13 MiB/sec.
13454 2025.01.02 23:43:02.490835 [ 260 ] {43ea56d6-c496-455d-bbc5-023d509a993d} <Debug> TCPHandler: Processed in 0.002133618 sec.
13455 2025.01.02 23:43:03.240614 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 33489
13456 2025.01.02 23:43:03.241300 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13457 2025.01.02 23:43:03.241350 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
13458 2025.01.02 23:43:03.241910 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
13459 2025.01.02 23:43:03.242241 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13460 2025.01.02 23:43:03.242482 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33489
13461 2025.01.02 23:43:05.617063 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 551
13462 2025.01.02 23:43:05.639146 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13463 2025.01.02 23:43:05.639198 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
13464 2025.01.02 23:43:05.646555 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
13465 2025.01.02 23:43:05.647333 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13466 2025.01.02 23:43:05.652372 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 551
13467 2025.01.02 23:43:05.938159 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1872
13468 2025.01.02 23:43:05.941636 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13469 2025.01.02 23:43:05.941704 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
13470 2025.01.02 23:43:05.943295 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
13471 2025.01.02 23:43:05.943622 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13472 2025.01.02 23:43:05.945445 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1872
13473 2025.01.02 23:43:07.089464 [ 220 ] {} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0]
13474 2025.01.02 23:43:07.089533 [ 220 ] {} <Debug> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0]
13475 2025.01.02 23:43:07.090730 [ 220 ] {} <Debug> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0]
13476 2025.01.02 23:43:07.448857 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13477 2025.01.02 23:43:07.449107 [ 260 ] {c850d578-6cde-4698-b182-f26bd9015687} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
13478 2025.01.02 23:43:07.449199 [ 260 ] {c850d578-6cde-4698-b182-f26bd9015687} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
13479 2025.01.02 23:43:07.450484 [ 260 ] {c850d578-6cde-4698-b182-f26bd9015687} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13480 2025.01.02 23:43:07.450536 [ 260 ] {c850d578-6cde-4698-b182-f26bd9015687} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
13481 2025.01.02 23:43:07.450974 [ 260 ] {c850d578-6cde-4698-b182-f26bd9015687} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
13482 2025.01.02 23:43:07.451241 [ 260 ] {c850d578-6cde-4698-b182-f26bd9015687} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13483 2025.01.02 23:43:07.451461 [ 58 ] {} <Debug> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4) (MergerMutator): Selected 5 parts from all_1_49_12 to all_53_53_0
13484 2025.01.02 23:43:07.451481 [ 260 ] {c850d578-6cde-4698-b182-f26bd9015687} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002442 sec., 5733.0057330057325 rows/sec., 412.70 KiB/sec.
13485 2025.01.02 23:43:07.451568 [ 58 ] {} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13486 2025.01.02 23:43:07.451648 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
13487 2025.01.02 23:43:07.451654 [ 260 ] {c850d578-6cde-4698-b182-f26bd9015687} <Debug> TCPHandler: Processed in 0.002939899 sec.
13488 2025.01.02 23:43:07.451873 [ 221 ] {} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0]
13489 2025.01.02 23:43:07.451947 [ 221 ] {} <Debug> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0]
13490 2025.01.02 23:43:07.452021 [ 201 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_53_13} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_49_12 to all_53_53_0 into Compact with storage Full
13491 2025.01.02 23:43:07.452144 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13492 2025.01.02 23:43:07.452541 [ 201 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_53_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13493 2025.01.02 23:43:07.452700 [ 201 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_49_12, total 14 rows starting from the beginning of the part
13494 2025.01.02 23:43:07.453651 [ 201 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 14 rows starting from the beginning of the part
13495 2025.01.02 23:43:07.453778 [ 265 ] {a6f34cea-a549-44d9-98af-ef581838cd96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13496 2025.01.02 23:43:07.454388 [ 201 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 14 rows starting from the beginning of the part
13497 2025.01.02 23:43:07.455006 [ 201 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 14 rows starting from the beginning of the part
13498 2025.01.02 23:43:07.455714 [ 201 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 14 rows starting from the beginning of the part
13499 2025.01.02 23:43:07.456445 [ 265 ] {a6f34cea-a549-44d9-98af-ef581838cd96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13500 2025.01.02 23:43:07.458727 [ 221 ] {} <Debug> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0]
13501 2025.01.02 23:43:07.460331 [ 201 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_53_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.008573903 sec., 8164.309766508904 rows/sec., 619.61 KiB/sec.
13502 2025.01.02 23:43:07.460544 [ 201 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_53_13} <Trace> MergedBlockOutputStream: filled checksums all_1_53_13 (state Temporary)
13503 2025.01.02 23:43:07.460703 [ 265 ] {a6f34cea-a549-44d9-98af-ef581838cd96} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13504 2025.01.02 23:43:07.460778 [ 265 ] {a6f34cea-a549-44d9-98af-ef581838cd96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
13505 2025.01.02 23:43:07.461075 [ 201 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_53_13} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Renaming temporary part tmp_merge_all_1_53_13 to all_1_53_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13506 2025.01.02 23:43:07.461266 [ 201 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_53_13} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4) (MergerMutator): Merged 5 parts: [all_1_49_12, all_53_53_0] -> all_1_53_13
13507 2025.01.02 23:43:07.461390 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
13508 2025.01.02 23:43:07.461607 [ 265 ] {a6f34cea-a549-44d9-98af-ef581838cd96} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary)
13509 2025.01.02 23:43:07.461874 [ 265 ] {a6f34cea-a549-44d9-98af-ef581838cd96} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13510 2025.01.02 23:43:07.462112 [ 265 ] {a6f34cea-a549-44d9-98af-ef581838cd96} <Debug> executeQuery: Read 283 rows, 25.60 KiB in 0.008895 sec., 31815.626756604834 rows/sec., 2.81 MiB/sec.
13511 2025.01.02 23:43:07.462185 [ 265 ] {a6f34cea-a549-44d9-98af-ef581838cd96} <Debug> TCPHandler: Processed in 0.010348876 sec.
13512 2025.01.02 23:43:07.462331 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13513 2025.01.02 23:43:07.462454 [ 260 ] {db635da5-527b-4ef9-b442-1efc126a1682} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
13514 2025.01.02 23:43:07.462504 [ 260 ] {db635da5-527b-4ef9-b442-1efc126a1682} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13515 2025.01.02 23:43:07.463113 [ 260 ] {db635da5-527b-4ef9-b442-1efc126a1682} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13516 2025.01.02 23:43:07.463155 [ 260 ] {db635da5-527b-4ef9-b442-1efc126a1682} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
13517 2025.01.02 23:43:07.463531 [ 260 ] {db635da5-527b-4ef9-b442-1efc126a1682} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
13518 2025.01.02 23:43:07.463788 [ 260 ] {db635da5-527b-4ef9-b442-1efc126a1682} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13519 2025.01.02 23:43:07.464023 [ 260 ] {db635da5-527b-4ef9-b442-1efc126a1682} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.001587 sec., 29615.626969124132 rows/sec., 2.13 MiB/sec.
13520 2025.01.02 23:43:07.464089 [ 224 ] {} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0]
13521 2025.01.02 23:43:07.464121 [ 260 ] {db635da5-527b-4ef9-b442-1efc126a1682} <Debug> TCPHandler: Processed in 0.001847165 sec.
13522 2025.01.02 23:43:07.464162 [ 224 ] {} <Debug> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0]
13523 2025.01.02 23:43:07.464340 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13524 2025.01.02 23:43:07.464542 [ 265 ] {cc30f7bc-a267-4ac9-8a23-ff9bcd178c92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
13525 2025.01.02 23:43:07.464621 [ 265 ] {cc30f7bc-a267-4ac9-8a23-ff9bcd178c92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
13526 2025.01.02 23:43:07.466077 [ 265 ] {cc30f7bc-a267-4ac9-8a23-ff9bcd178c92} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13527 2025.01.02 23:43:07.466147 [ 265 ] {cc30f7bc-a267-4ac9-8a23-ff9bcd178c92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
13528 2025.01.02 23:43:07.466979 [ 265 ] {cc30f7bc-a267-4ac9-8a23-ff9bcd178c92} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
13529 2025.01.02 23:43:07.467240 [ 224 ] {} <Debug> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0]
13530 2025.01.02 23:43:07.467538 [ 265 ] {cc30f7bc-a267-4ac9-8a23-ff9bcd178c92} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13531 2025.01.02 23:43:07.467940 [ 225 ] {} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
13532 2025.01.02 23:43:07.468012 [ 225 ] {} <Debug> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
13533 2025.01.02 23:43:07.468234 [ 265 ] {cc30f7bc-a267-4ac9-8a23-ff9bcd178c92} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.003725 sec., 3758.3892617449665 rows/sec., 263.21 KiB/sec.
13534 2025.01.02 23:43:07.468699 [ 265 ] {cc30f7bc-a267-4ac9-8a23-ff9bcd178c92} <Debug> TCPHandler: Processed in 0.004441809 sec.
13535 2025.01.02 23:43:07.468918 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13536 2025.01.02 23:43:07.469059 [ 260 ] {f8fc57f2-da9d-406b-8f12-d0173b3d6f4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
13537 2025.01.02 23:43:07.469131 [ 260 ] {f8fc57f2-da9d-406b-8f12-d0173b3d6f4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
13538 2025.01.02 23:43:07.470119 [ 260 ] {f8fc57f2-da9d-406b-8f12-d0173b3d6f4e} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13539 2025.01.02 23:43:07.470163 [ 260 ] {f8fc57f2-da9d-406b-8f12-d0173b3d6f4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
13540 2025.01.02 23:43:07.470633 [ 260 ] {f8fc57f2-da9d-406b-8f12-d0173b3d6f4e} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
13541 2025.01.02 23:43:07.470701 [ 225 ] {} <Debug> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
13542 2025.01.02 23:43:07.471036 [ 260 ] {f8fc57f2-da9d-406b-8f12-d0173b3d6f4e} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13543 2025.01.02 23:43:07.471235 [ 56 ] {} <Debug> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94) (MergerMutator): Selected 5 parts from all_1_49_12 to all_53_53_0
13544 2025.01.02 23:43:07.471278 [ 56 ] {} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13545 2025.01.02 23:43:07.471302 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
13546 2025.01.02 23:43:07.471305 [ 260 ] {f8fc57f2-da9d-406b-8f12-d0173b3d6f4e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.002285 sec., 5689.277899343545 rows/sec., 354.73 KiB/sec.
13547 2025.01.02 23:43:07.471416 [ 260 ] {f8fc57f2-da9d-406b-8f12-d0173b3d6f4e} <Debug> TCPHandler: Processed in 0.002561504 sec.
13548 2025.01.02 23:43:07.471435 [ 190 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_53_13} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_49_12 to all_53_53_0 into Compact with storage Full
13549 2025.01.02 23:43:07.471562 [ 190 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_53_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13550 2025.01.02 23:43:07.471591 [ 190 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_49_12, total 13 rows starting from the beginning of the part
13551 2025.01.02 23:43:07.471617 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13552 2025.01.02 23:43:07.471727 [ 190 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 13 rows starting from the beginning of the part
13553 2025.01.02 23:43:07.472093 [ 190 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 13 rows starting from the beginning of the part
13554 2025.01.02 23:43:07.472090 [ 265 ] {0f741632-ff52-462f-9849-50073d95b35c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13555 2025.01.02 23:43:07.472269 [ 265 ] {0f741632-ff52-462f-9849-50073d95b35c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13556 2025.01.02 23:43:07.472378 [ 190 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 13 rows starting from the beginning of the part
13557 2025.01.02 23:43:07.472673 [ 190 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 13 rows starting from the beginning of the part
13558 2025.01.02 23:43:07.474981 [ 197 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_53_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003626288 sec., 17924.66566362076 rows/sec., 1.16 MiB/sec.
13559 2025.01.02 23:43:07.475001 [ 265 ] {0f741632-ff52-462f-9849-50073d95b35c} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13560 2025.01.02 23:43:07.475062 [ 265 ] {0f741632-ff52-462f-9849-50073d95b35c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
13561 2025.01.02 23:43:07.475163 [ 194 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_53_13} <Trace> MergedBlockOutputStream: filled checksums all_1_53_13 (state Temporary)
13562 2025.01.02 23:43:07.475540 [ 265 ] {0f741632-ff52-462f-9849-50073d95b35c} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary)
13563 2025.01.02 23:43:07.475551 [ 194 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_53_13} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Renaming temporary part tmp_merge_all_1_53_13 to all_1_53_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13564 2025.01.02 23:43:07.475664 [ 194 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_53_13} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94) (MergerMutator): Merged 5 parts: [all_1_49_12, all_53_53_0] -> all_1_53_13
13565 2025.01.02 23:43:07.475771 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
13566 2025.01.02 23:43:07.475851 [ 265 ] {0f741632-ff52-462f-9849-50073d95b35c} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13567 2025.01.02 23:43:07.476078 [ 265 ] {0f741632-ff52-462f-9849-50073d95b35c} <Debug> executeQuery: Read 422 rows, 30.88 KiB in 0.004216 sec., 100094.87666034156 rows/sec., 7.15 MiB/sec.
13568 2025.01.02 23:43:07.476151 [ 265 ] {0f741632-ff52-462f-9849-50073d95b35c} <Debug> TCPHandler: Processed in 0.004623021 sec.
13569 2025.01.02 23:43:07.476379 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13570 2025.01.02 23:43:07.476524 [ 260 ] {7f5b44bb-63ea-449b-9821-9d5f8df7d128} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
13571 2025.01.02 23:43:07.476576 [ 260 ] {7f5b44bb-63ea-449b-9821-9d5f8df7d128} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
13572 2025.01.02 23:43:07.477063 [ 260 ] {7f5b44bb-63ea-449b-9821-9d5f8df7d128} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13573 2025.01.02 23:43:07.477101 [ 260 ] {7f5b44bb-63ea-449b-9821-9d5f8df7d128} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
13574 2025.01.02 23:43:07.477471 [ 260 ] {7f5b44bb-63ea-449b-9821-9d5f8df7d128} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
13575 2025.01.02 23:43:07.477709 [ 260 ] {7f5b44bb-63ea-449b-9821-9d5f8df7d128} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13576 2025.01.02 23:43:07.477886 [ 260 ] {7f5b44bb-63ea-449b-9821-9d5f8df7d128} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001386 sec., 4329.004329004329 rows/sec., 226.17 KiB/sec.
13577 2025.01.02 23:43:07.477891 [ 225 ] {} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0]
13578 2025.01.02 23:43:07.477941 [ 225 ] {} <Debug> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0]
13579 2025.01.02 23:43:07.477952 [ 260 ] {7f5b44bb-63ea-449b-9821-9d5f8df7d128} <Debug> TCPHandler: Processed in 0.001703622 sec.
13580 2025.01.02 23:43:07.478107 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13581 2025.01.02 23:43:07.478290 [ 265 ] {bd8082e2-cccb-4294-909e-edf1c3d1cc03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13582 2025.01.02 23:43:07.478390 [ 265 ] {bd8082e2-cccb-4294-909e-edf1c3d1cc03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13583 2025.01.02 23:43:07.479857 [ 265 ] {bd8082e2-cccb-4294-909e-edf1c3d1cc03} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13584 2025.01.02 23:43:07.479915 [ 265 ] {bd8082e2-cccb-4294-909e-edf1c3d1cc03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
13585 2025.01.02 23:43:07.480480 [ 225 ] {} <Debug> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0]
13586 2025.01.02 23:43:07.480899 [ 265 ] {bd8082e2-cccb-4294-909e-edf1c3d1cc03} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary)
13587 2025.01.02 23:43:07.481244 [ 265 ] {bd8082e2-cccb-4294-909e-edf1c3d1cc03} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13588 2025.01.02 23:43:07.481471 [ 265 ] {bd8082e2-cccb-4294-909e-edf1c3d1cc03} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.003244 sec., 73057.95314426634 rows/sec., 4.90 MiB/sec.
13589 2025.01.02 23:43:07.481531 [ 265 ] {bd8082e2-cccb-4294-909e-edf1c3d1cc03} <Debug> TCPHandler: Processed in 0.003482806 sec.
13590 2025.01.02 23:43:07.481703 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13591 2025.01.02 23:43:07.481842 [ 260 ] {66000af3-b317-44d2-a88d-23648c3e2b89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
13592 2025.01.02 23:43:07.481901 [ 260 ] {66000af3-b317-44d2-a88d-23648c3e2b89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
13593 2025.01.02 23:43:07.482367 [ 260 ] {66000af3-b317-44d2-a88d-23648c3e2b89} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13594 2025.01.02 23:43:07.482403 [ 260 ] {66000af3-b317-44d2-a88d-23648c3e2b89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
13595 2025.01.02 23:43:07.482764 [ 260 ] {66000af3-b317-44d2-a88d-23648c3e2b89} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
13596 2025.01.02 23:43:07.483008 [ 260 ] {66000af3-b317-44d2-a88d-23648c3e2b89} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13597 2025.01.02 23:43:07.483190 [ 260 ] {66000af3-b317-44d2-a88d-23648c3e2b89} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001378 sec., 725.6894049346879 rows/sec., 48.90 KiB/sec.
13598 2025.01.02 23:43:07.483250 [ 260 ] {66000af3-b317-44d2-a88d-23648c3e2b89} <Debug> TCPHandler: Processed in 0.001612051 sec.
13599 2025.01.02 23:43:07.483456 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13600 2025.01.02 23:43:07.483600 [ 265 ] {9393ae56-1183-42fd-a8e6-39b0092c4865} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
13601 2025.01.02 23:43:07.483689 [ 265 ] {9393ae56-1183-42fd-a8e6-39b0092c4865} <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
13602 2025.01.02 23:43:07.484937 [ 265 ] {9393ae56-1183-42fd-a8e6-39b0092c4865} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13603 2025.01.02 23:43:07.484974 [ 265 ] {9393ae56-1183-42fd-a8e6-39b0092c4865} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
13604 2025.01.02 23:43:07.485680 [ 265 ] {9393ae56-1183-42fd-a8e6-39b0092c4865} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
13605 2025.01.02 23:43:07.485945 [ 265 ] {9393ae56-1183-42fd-a8e6-39b0092c4865} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13606 2025.01.02 23:43:07.486175 [ 265 ] {9393ae56-1183-42fd-a8e6-39b0092c4865} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002607 sec., 15343.30648254699 rows/sec., 27.49 MiB/sec.
13607 2025.01.02 23:43:07.486280 [ 265 ] {9393ae56-1183-42fd-a8e6-39b0092c4865} <Debug> TCPHandler: Processed in 0.002930089 sec.
13608 2025.01.02 23:43:07.486443 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13609 2025.01.02 23:43:07.486583 [ 260 ] {29309081-6055-41c0-9b26-6e47a92a4a63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13610 2025.01.02 23:43:07.486642 [ 260 ] {29309081-6055-41c0-9b26-6e47a92a4a63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13611 2025.01.02 23:43:07.487174 [ 260 ] {29309081-6055-41c0-9b26-6e47a92a4a63} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13612 2025.01.02 23:43:07.487212 [ 260 ] {29309081-6055-41c0-9b26-6e47a92a4a63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
13613 2025.01.02 23:43:07.487587 [ 260 ] {29309081-6055-41c0-9b26-6e47a92a4a63} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary)
13614 2025.01.02 23:43:07.487828 [ 260 ] {29309081-6055-41c0-9b26-6e47a92a4a63} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13615 2025.01.02 23:43:07.488059 [ 260 ] {29309081-6055-41c0-9b26-6e47a92a4a63} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001504 sec., 54521.27659574468 rows/sec., 3.46 MiB/sec.
13616 2025.01.02 23:43:07.488143 [ 260 ] {29309081-6055-41c0-9b26-6e47a92a4a63} <Debug> TCPHandler: Processed in 0.001768424 sec.
13617 2025.01.02 23:43:10.528303 [ 54 ] {} <Debug> DNSResolver: Updating DNS cache
13618 2025.01.02 23:43:10.528407 [ 54 ] {} <Debug> DNSResolver: Updated DNS cache
13619 2025.01.02 23:43:10.742742 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 33916
13620 2025.01.02 23:43:10.743744 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13621 2025.01.02 23:43:10.743791 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
13622 2025.01.02 23:43:10.744336 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
13623 2025.01.02 23:43:10.744611 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13624 2025.01.02 23:43:10.744848 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33916
13625 2025.01.02 23:43:12.443024 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13626 2025.01.02 23:43:12.443217 [ 260 ] {a37d2d5e-5265-4f61-a4a1-ad6b9bf3e270} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13627 2025.01.02 23:43:12.443289 [ 260 ] {a37d2d5e-5265-4f61-a4a1-ad6b9bf3e270} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13628 2025.01.02 23:43:12.444075 [ 260 ] {a37d2d5e-5265-4f61-a4a1-ad6b9bf3e270} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13629 2025.01.02 23:43:12.444128 [ 260 ] {a37d2d5e-5265-4f61-a4a1-ad6b9bf3e270} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
13630 2025.01.02 23:43:12.444561 [ 260 ] {a37d2d5e-5265-4f61-a4a1-ad6b9bf3e270} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary)
13631 2025.01.02 23:43:12.444818 [ 260 ] {a37d2d5e-5265-4f61-a4a1-ad6b9bf3e270} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13632 2025.01.02 23:43:12.445050 [ 260 ] {a37d2d5e-5265-4f61-a4a1-ad6b9bf3e270} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001887 sec., 29676.7355590885 rows/sec., 2.28 MiB/sec.
13633 2025.01.02 23:43:12.445106 [ 260 ] {a37d2d5e-5265-4f61-a4a1-ad6b9bf3e270} <Debug> TCPHandler: Processed in 0.002216289 sec.
13634 2025.01.02 23:43:12.445353 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13635 2025.01.02 23:43:12.445537 [ 265 ] {62f80e6e-3ce7-48a1-a68f-cb99b9aabb79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13636 2025.01.02 23:43:12.445607 [ 265 ] {62f80e6e-3ce7-48a1-a68f-cb99b9aabb79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13637 2025.01.02 23:43:12.446357 [ 265 ] {62f80e6e-3ce7-48a1-a68f-cb99b9aabb79} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13638 2025.01.02 23:43:12.446396 [ 265 ] {62f80e6e-3ce7-48a1-a68f-cb99b9aabb79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
13639 2025.01.02 23:43:12.446836 [ 265 ] {62f80e6e-3ce7-48a1-a68f-cb99b9aabb79} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary)
13640 2025.01.02 23:43:12.447104 [ 265 ] {62f80e6e-3ce7-48a1-a68f-cb99b9aabb79} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13641 2025.01.02 23:43:12.447321 [ 265 ] {62f80e6e-3ce7-48a1-a68f-cb99b9aabb79} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001828 sec., 35010.9409190372 rows/sec., 2.73 MiB/sec.
13642 2025.01.02 23:43:12.447393 [ 265 ] {62f80e6e-3ce7-48a1-a68f-cb99b9aabb79} <Debug> TCPHandler: Processed in 0.002158429 sec.
13643 2025.01.02 23:43:12.447635 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13644 2025.01.02 23:43:12.447914 [ 260 ] {78aa1ffb-650c-47d4-a06c-772a9b198455} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13645 2025.01.02 23:43:12.448013 [ 260 ] {78aa1ffb-650c-47d4-a06c-772a9b198455} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13646 2025.01.02 23:43:12.448720 [ 260 ] {78aa1ffb-650c-47d4-a06c-772a9b198455} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13647 2025.01.02 23:43:12.448760 [ 260 ] {78aa1ffb-650c-47d4-a06c-772a9b198455} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
13648 2025.01.02 23:43:12.449165 [ 260 ] {78aa1ffb-650c-47d4-a06c-772a9b198455} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary)
13649 2025.01.02 23:43:12.449410 [ 260 ] {78aa1ffb-650c-47d4-a06c-772a9b198455} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13650 2025.01.02 23:43:12.449628 [ 260 ] {78aa1ffb-650c-47d4-a06c-772a9b198455} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001771 sec., 90344.43817052513 rows/sec., 6.29 MiB/sec.
13651 2025.01.02 23:43:12.449680 [ 260 ] {78aa1ffb-650c-47d4-a06c-772a9b198455} <Debug> TCPHandler: Processed in 0.002181819 sec.
13652 2025.01.02 23:43:12.449858 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13653 2025.01.02 23:43:12.449998 [ 265 ] {416c7be1-e9f0-4b71-be89-1157c000e8e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13654 2025.01.02 23:43:12.450058 [ 265 ] {416c7be1-e9f0-4b71-be89-1157c000e8e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13655 2025.01.02 23:43:12.450585 [ 265 ] {416c7be1-e9f0-4b71-be89-1157c000e8e9} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13656 2025.01.02 23:43:12.450621 [ 265 ] {416c7be1-e9f0-4b71-be89-1157c000e8e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
13657 2025.01.02 23:43:12.451000 [ 265 ] {416c7be1-e9f0-4b71-be89-1157c000e8e9} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary)
13658 2025.01.02 23:43:12.451243 [ 265 ] {416c7be1-e9f0-4b71-be89-1157c000e8e9} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13659 2025.01.02 23:43:12.451419 [ 265 ] {416c7be1-e9f0-4b71-be89-1157c000e8e9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001454 sec., 41265.474552957356 rows/sec., 2.78 MiB/sec.
13660 2025.01.02 23:43:12.451468 [ 265 ] {416c7be1-e9f0-4b71-be89-1157c000e8e9} <Debug> TCPHandler: Processed in 0.001675962 sec.
13661 2025.01.02 23:43:13.152542 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 558
13662 2025.01.02 23:43:13.175775 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13663 2025.01.02 23:43:13.175837 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
13664 2025.01.02 23:43:13.183390 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
13665 2025.01.02 23:43:13.184210 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13666 2025.01.02 23:43:13.188569 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 558
13667 2025.01.02 23:43:15.945839 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1902
13668 2025.01.02 23:43:15.949142 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13669 2025.01.02 23:43:15.949197 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
13670 2025.01.02 23:43:15.950713 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
13671 2025.01.02 23:43:15.951040 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13672 2025.01.02 23:43:15.951460 [ 223 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
13673 2025.01.02 23:43:15.951574 [ 223 ] {} <Debug> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
13674 2025.01.02 23:43:15.952165 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1902
13675 2025.01.02 23:43:15.954636 [ 223 ] {} <Debug> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
13676 2025.01.02 23:43:17.449586 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13677 2025.01.02 23:43:17.449768 [ 260 ] {098893a4-5107-4b9a-8732-cfeceee128ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
13678 2025.01.02 23:43:17.449837 [ 260 ] {098893a4-5107-4b9a-8732-cfeceee128ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
13679 2025.01.02 23:43:17.450593 [ 260 ] {098893a4-5107-4b9a-8732-cfeceee128ce} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13680 2025.01.02 23:43:17.450639 [ 260 ] {098893a4-5107-4b9a-8732-cfeceee128ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
13681 2025.01.02 23:43:17.451065 [ 260 ] {098893a4-5107-4b9a-8732-cfeceee128ce} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
13682 2025.01.02 23:43:17.451317 [ 260 ] {098893a4-5107-4b9a-8732-cfeceee128ce} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13683 2025.01.02 23:43:17.451544 [ 260 ] {098893a4-5107-4b9a-8732-cfeceee128ce} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001826 sec., 7667.031763417306 rows/sec., 551.92 KiB/sec.
13684 2025.01.02 23:43:17.451601 [ 260 ] {098893a4-5107-4b9a-8732-cfeceee128ce} <Debug> TCPHandler: Processed in 0.002164658 sec.
13685 2025.01.02 23:43:17.451873 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13686 2025.01.02 23:43:17.452088 [ 265 ] {828513fe-7111-425f-ad89-bc029bdd6788} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
13687 2025.01.02 23:43:17.452169 [ 265 ] {828513fe-7111-425f-ad89-bc029bdd6788} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
13688 2025.01.02 23:43:17.452947 [ 265 ] {828513fe-7111-425f-ad89-bc029bdd6788} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13689 2025.01.02 23:43:17.452990 [ 265 ] {828513fe-7111-425f-ad89-bc029bdd6788} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
13690 2025.01.02 23:43:17.453485 [ 265 ] {828513fe-7111-425f-ad89-bc029bdd6788} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
13691 2025.01.02 23:43:17.453748 [ 265 ] {828513fe-7111-425f-ad89-bc029bdd6788} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13692 2025.01.02 23:43:17.453942 [ 265 ] {828513fe-7111-425f-ad89-bc029bdd6788} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001915 sec., 5221.9321148825065 rows/sec., 425.81 KiB/sec.
13693 2025.01.02 23:43:17.453997 [ 265 ] {828513fe-7111-425f-ad89-bc029bdd6788} <Debug> TCPHandler: Processed in 0.00226421 sec.
13694 2025.01.02 23:43:17.454155 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13695 2025.01.02 23:43:17.454272 [ 260 ] {1206d196-c98a-452d-95b2-366ff8936b41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13696 2025.01.02 23:43:17.454320 [ 260 ] {1206d196-c98a-452d-95b2-366ff8936b41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13697 2025.01.02 23:43:17.455043 [ 260 ] {1206d196-c98a-452d-95b2-366ff8936b41} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13698 2025.01.02 23:43:17.455083 [ 260 ] {1206d196-c98a-452d-95b2-366ff8936b41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
13699 2025.01.02 23:43:17.455471 [ 260 ] {1206d196-c98a-452d-95b2-366ff8936b41} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary)
13700 2025.01.02 23:43:17.455715 [ 260 ] {1206d196-c98a-452d-95b2-366ff8936b41} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13701 2025.01.02 23:43:17.455899 [ 41 ] {} <Debug> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0
13702 2025.01.02 23:43:17.455955 [ 260 ] {1206d196-c98a-452d-95b2-366ff8936b41} <Debug> executeQuery: Read 288 rows, 25.97 KiB in 0.001703 sec., 169113.32941867292 rows/sec., 14.89 MiB/sec.
13703 2025.01.02 23:43:17.455971 [ 41 ] {} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13704 2025.01.02 23:43:17.456039 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
13705 2025.01.02 23:43:17.456072 [ 260 ] {1206d196-c98a-452d-95b2-366ff8936b41} <Debug> TCPHandler: Processed in 0.001969206 sec.
13706 2025.01.02 23:43:17.456343 [ 190 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full
13707 2025.01.02 23:43:17.456355 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13708 2025.01.02 23:43:17.456696 [ 190 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13709 2025.01.02 23:43:17.456812 [ 265 ] {201f1ef1-f181-41c0-82b1-5c230fc25e84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
13710 2025.01.02 23:43:17.456827 [ 190 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 1435 rows starting from the beginning of the part
13711 2025.01.02 23:43:17.457012 [ 265 ] {201f1ef1-f181-41c0-82b1-5c230fc25e84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13712 2025.01.02 23:43:17.457193 [ 190 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 283 rows starting from the beginning of the part
13713 2025.01.02 23:43:17.457477 [ 190 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 1197 rows starting from the beginning of the part
13714 2025.01.02 23:43:17.458163 [ 190 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 283 rows starting from the beginning of the part
13715 2025.01.02 23:43:17.458503 [ 190 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 56 rows starting from the beginning of the part
13716 2025.01.02 23:43:17.459174 [ 190 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 288 rows starting from the beginning of the part
13717 2025.01.02 23:43:17.461082 [ 265 ] {201f1ef1-f181-41c0-82b1-5c230fc25e84} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13718 2025.01.02 23:43:17.461152 [ 265 ] {201f1ef1-f181-41c0-82b1-5c230fc25e84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
13719 2025.01.02 23:43:17.462122 [ 265 ] {201f1ef1-f181-41c0-82b1-5c230fc25e84} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
13720 2025.01.02 23:43:17.462451 [ 265 ] {201f1ef1-f181-41c0-82b1-5c230fc25e84} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13721 2025.01.02 23:43:17.462612 [ 41 ] {} <Debug> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470) (MergerMutator): Selected 6 parts from all_1_65_13 to all_70_70_0
13722 2025.01.02 23:43:17.462696 [ 41 ] {} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13723 2025.01.02 23:43:17.462780 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
13724 2025.01.02 23:43:17.462833 [ 265 ] {201f1ef1-f181-41c0-82b1-5c230fc25e84} <Debug> executeQuery: Read 57 rows, 4.16 KiB in 0.006179 sec., 9224.79365593138 rows/sec., 673.59 KiB/sec.
13725 2025.01.02 23:43:17.463343 [ 265 ] {201f1ef1-f181-41c0-82b1-5c230fc25e84} <Debug> TCPHandler: Processed in 0.007153334 sec.
13726 2025.01.02 23:43:17.463373 [ 197 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_70_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_65_13 to all_70_70_0 into Compact with storage Full
13727 2025.01.02 23:43:17.463656 [ 190 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3542 rows, containing 5 columns (5 merged, 0 gathered) in 0.007495809 sec., 472530.71683123196 rows/sec., 41.63 MiB/sec.
13728 2025.01.02 23:43:17.463676 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13729 2025.01.02 23:43:17.463732 [ 197 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_70_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13730 2025.01.02 23:43:17.463763 [ 197 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_65_13, total 65 rows starting from the beginning of the part
13731 2025.01.02 23:43:17.464019 [ 260 ] {a28ba2d8-d6ae-4bb3-9b30-16e1a478a2d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
13732 2025.01.02 23:43:17.464052 [ 190 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary)
13733 2025.01.02 23:43:17.464090 [ 197 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 49 rows starting from the beginning of the part
13734 2025.01.02 23:43:17.464286 [ 260 ] {a28ba2d8-d6ae-4bb3-9b30-16e1a478a2d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
13735 2025.01.02 23:43:17.464675 [ 197 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 47 rows starting from the beginning of the part
13736 2025.01.02 23:43:17.465241 [ 197 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 2 rows starting from the beginning of the part
13737 2025.01.02 23:43:17.465592 [ 190 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_106_21} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13738 2025.01.02 23:43:17.465779 [ 197 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 47 rows starting from the beginning of the part
13739 2025.01.02 23:43:17.466019 [ 190 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_106_21} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21
13740 2025.01.02 23:43:17.466267 [ 197 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 57 rows starting from the beginning of the part
13741 2025.01.02 23:43:17.466460 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.88 MiB.
13742 2025.01.02 23:43:17.467472 [ 260 ] {a28ba2d8-d6ae-4bb3-9b30-16e1a478a2d6} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13743 2025.01.02 23:43:17.467519 [ 260 ] {a28ba2d8-d6ae-4bb3-9b30-16e1a478a2d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
13744 2025.01.02 23:43:17.468083 [ 260 ] {a28ba2d8-d6ae-4bb3-9b30-16e1a478a2d6} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
13745 2025.01.02 23:43:17.468194 [ 191 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_70_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 267 rows, containing 5 columns (5 merged, 0 gathered) in 0.005256839 sec., 50790.97914164767 rows/sec., 3.83 MiB/sec.
13746 2025.01.02 23:43:17.468427 [ 191 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_70_14} <Trace> MergedBlockOutputStream: filled checksums all_1_70_14 (state Temporary)
13747 2025.01.02 23:43:17.468506 [ 260 ] {a28ba2d8-d6ae-4bb3-9b30-16e1a478a2d6} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13748 2025.01.02 23:43:17.468762 [ 41 ] {} <Debug> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
13749 2025.01.02 23:43:17.468847 [ 41 ] {} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13750 2025.01.02 23:43:17.468922 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
13751 2025.01.02 23:43:17.469080 [ 260 ] {a28ba2d8-d6ae-4bb3-9b30-16e1a478a2d6} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005225 sec., 2679.4258373205744 rows/sec., 187.65 KiB/sec.
13752 2025.01.02 23:43:17.469547 [ 260 ] {a28ba2d8-d6ae-4bb3-9b30-16e1a478a2d6} <Debug> TCPHandler: Processed in 0.0060455 sec.
13753 2025.01.02 23:43:17.469675 [ 200 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full
13754 2025.01.02 23:43:17.469867 [ 197 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_70_14} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_merge_all_1_70_14 to all_1_70_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13755 2025.01.02 23:43:17.470026 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13756 2025.01.02 23:43:17.470289 [ 197 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_70_14} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470) (MergerMutator): Merged 6 parts: [all_1_65_13, all_70_70_0] -> all_1_70_14
13757 2025.01.02 23:43:17.470586 [ 200 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13758 2025.01.02 23:43:17.470610 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB.
13759 2025.01.02 23:43:17.470712 [ 200 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 244 rows starting from the beginning of the part
13760 2025.01.02 23:43:17.471121 [ 200 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 14 rows starting from the beginning of the part
13761 2025.01.02 23:43:17.471537 [ 200 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 14 rows starting from the beginning of the part
13762 2025.01.02 23:43:17.471534 [ 265 ] {e6844817-b5b6-4c47-b4c2-1c0f4ab7da6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
13763 2025.01.02 23:43:17.471740 [ 265 ] {e6844817-b5b6-4c47-b4c2-1c0f4ab7da6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
13764 2025.01.02 23:43:17.471849 [ 200 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 228 rows starting from the beginning of the part
13765 2025.01.02 23:43:17.472220 [ 200 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 14 rows starting from the beginning of the part
13766 2025.01.02 23:43:17.472529 [ 200 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 14 rows starting from the beginning of the part
13767 2025.01.02 23:43:17.474350 [ 265 ] {e6844817-b5b6-4c47-b4c2-1c0f4ab7da6d} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13768 2025.01.02 23:43:17.474428 [ 265 ] {e6844817-b5b6-4c47-b4c2-1c0f4ab7da6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
13769 2025.01.02 23:43:17.475346 [ 265 ] {e6844817-b5b6-4c47-b4c2-1c0f4ab7da6d} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
13770 2025.01.02 23:43:17.475587 [ 197 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 528 rows, containing 5 columns (5 merged, 0 gathered) in 0.006499566 sec., 81236.19330890708 rows/sec., 5.82 MiB/sec.
13771 2025.01.02 23:43:17.475821 [ 265 ] {e6844817-b5b6-4c47-b4c2-1c0f4ab7da6d} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13772 2025.01.02 23:43:17.475917 [ 197 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
13773 2025.01.02 23:43:17.476448 [ 265 ] {e6844817-b5b6-4c47-b4c2-1c0f4ab7da6d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005304 sec., 2450.9803921568628 rows/sec., 152.82 KiB/sec.
13774 2025.01.02 23:43:17.476967 [ 265 ] {e6844817-b5b6-4c47-b4c2-1c0f4ab7da6d} <Debug> TCPHandler: Processed in 0.007297936 sec.
13775 2025.01.02 23:43:17.477106 [ 197 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_71_14} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13776 2025.01.02 23:43:17.477296 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13777 2025.01.02 23:43:17.477364 [ 197 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_71_14} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
13778 2025.01.02 23:43:17.477466 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB.
13779 2025.01.02 23:43:17.477477 [ 260 ] {693c35d9-b0b5-46e4-806b-865a93c0774c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13780 2025.01.02 23:43:17.477530 [ 260 ] {693c35d9-b0b5-46e4-806b-865a93c0774c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13781 2025.01.02 23:43:17.478218 [ 260 ] {693c35d9-b0b5-46e4-806b-865a93c0774c} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13782 2025.01.02 23:43:17.478254 [ 260 ] {693c35d9-b0b5-46e4-806b-865a93c0774c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
13783 2025.01.02 23:43:17.478682 [ 260 ] {693c35d9-b0b5-46e4-806b-865a93c0774c} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary)
13784 2025.01.02 23:43:17.478926 [ 260 ] {693c35d9-b0b5-46e4-806b-865a93c0774c} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13785 2025.01.02 23:43:17.479107 [ 41 ] {} <Debug> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0
13786 2025.01.02 23:43:17.479169 [ 41 ] {} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13787 2025.01.02 23:43:17.479182 [ 260 ] {693c35d9-b0b5-46e4-806b-865a93c0774c} <Debug> executeQuery: Read 432 rows, 31.70 KiB in 0.00173 sec., 249710.98265895955 rows/sec., 17.89 MiB/sec.
13788 2025.01.02 23:43:17.479205 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
13789 2025.01.02 23:43:17.479344 [ 260 ] {693c35d9-b0b5-46e4-806b-865a93c0774c} <Debug> TCPHandler: Processed in 0.002198589 sec.
13790 2025.01.02 23:43:17.479441 [ 200 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full
13791 2025.01.02 23:43:17.479547 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13792 2025.01.02 23:43:17.479829 [ 200 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13793 2025.01.02 23:43:17.479840 [ 265 ] {efc17c02-c403-40a8-b530-307001da8a28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
13794 2025.01.02 23:43:17.479924 [ 200 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 914 rows starting from the beginning of the part
13795 2025.01.02 23:43:17.479961 [ 265 ] {efc17c02-c403-40a8-b530-307001da8a28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
13796 2025.01.02 23:43:17.480465 [ 200 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 422 rows starting from the beginning of the part
13797 2025.01.02 23:43:17.480846 [ 200 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 522 rows starting from the beginning of the part
13798 2025.01.02 23:43:17.481199 [ 200 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 422 rows starting from the beginning of the part
13799 2025.01.02 23:43:17.481314 [ 200 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 64 rows starting from the beginning of the part
13800 2025.01.02 23:43:17.481705 [ 200 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 432 rows starting from the beginning of the part
13801 2025.01.02 23:43:17.482648 [ 265 ] {efc17c02-c403-40a8-b530-307001da8a28} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13802 2025.01.02 23:43:17.482719 [ 265 ] {efc17c02-c403-40a8-b530-307001da8a28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
13803 2025.01.02 23:43:17.483684 [ 265 ] {efc17c02-c403-40a8-b530-307001da8a28} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
13804 2025.01.02 23:43:17.484194 [ 265 ] {efc17c02-c403-40a8-b530-307001da8a28} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13805 2025.01.02 23:43:17.484423 [ 265 ] {efc17c02-c403-40a8-b530-307001da8a28} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004695 sec., 1277.9552715654952 rows/sec., 66.77 KiB/sec.
13806 2025.01.02 23:43:17.484479 [ 265 ] {efc17c02-c403-40a8-b530-307001da8a28} <Debug> TCPHandler: Processed in 0.005020926 sec.
13807 2025.01.02 23:43:17.484814 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13808 2025.01.02 23:43:17.484832 [ 197 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2776 rows, containing 5 columns (5 merged, 0 gathered) in 0.005509642 sec., 503843.98841158825 rows/sec., 38.48 MiB/sec.
13809 2025.01.02 23:43:17.485055 [ 260 ] {da32a36b-6915-44ad-a0da-4a50dcd137ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13810 2025.01.02 23:43:17.485154 [ 197 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary)
13811 2025.01.02 23:43:17.485181 [ 260 ] {da32a36b-6915-44ad-a0da-4a50dcd137ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13812 2025.01.02 23:43:17.485701 [ 197 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_106_21} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13813 2025.01.02 23:43:17.485788 [ 197 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_106_21} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21
13814 2025.01.02 23:43:17.485896 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB.
13815 2025.01.02 23:43:17.486074 [ 260 ] {da32a36b-6915-44ad-a0da-4a50dcd137ad} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13816 2025.01.02 23:43:17.486111 [ 260 ] {da32a36b-6915-44ad-a0da-4a50dcd137ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
13817 2025.01.02 23:43:17.486502 [ 260 ] {da32a36b-6915-44ad-a0da-4a50dcd137ad} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary)
13818 2025.01.02 23:43:17.486745 [ 260 ] {da32a36b-6915-44ad-a0da-4a50dcd137ad} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13819 2025.01.02 23:43:17.486917 [ 41 ] {} <Debug> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0
13820 2025.01.02 23:43:17.486973 [ 41 ] {} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13821 2025.01.02 23:43:17.486986 [ 260 ] {da32a36b-6915-44ad-a0da-4a50dcd137ad} <Debug> executeQuery: Read 242 rows, 16.62 KiB in 0.001988 sec., 121730.38229376257 rows/sec., 8.16 MiB/sec.
13822 2025.01.02 23:43:17.487006 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
13823 2025.01.02 23:43:17.487153 [ 260 ] {da32a36b-6915-44ad-a0da-4a50dcd137ad} <Debug> TCPHandler: Processed in 0.002507113 sec.
13824 2025.01.02 23:43:17.487284 [ 192 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full
13825 2025.01.02 23:43:17.487378 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13826 2025.01.02 23:43:17.487595 [ 192 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13827 2025.01.02 23:43:17.487632 [ 265 ] {0639b69a-f095-4897-9869-6c15a6bf25ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
13828 2025.01.02 23:43:17.487669 [ 192 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_101_20, total 32114 rows starting from the beginning of the part
13829 2025.01.02 23:43:17.487747 [ 265 ] {0639b69a-f095-4897-9869-6c15a6bf25ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
13830 2025.01.02 23:43:17.487952 [ 192 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 237 rows starting from the beginning of the part
13831 2025.01.02 23:43:17.488281 [ 192 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 881 rows starting from the beginning of the part
13832 2025.01.02 23:43:17.488593 [ 192 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 237 rows starting from the beginning of the part
13833 2025.01.02 23:43:17.488902 [ 192 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 160 rows starting from the beginning of the part
13834 2025.01.02 23:43:17.489179 [ 192 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 242 rows starting from the beginning of the part
13835 2025.01.02 23:43:17.490546 [ 265 ] {0639b69a-f095-4897-9869-6c15a6bf25ee} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13836 2025.01.02 23:43:17.490608 [ 265 ] {0639b69a-f095-4897-9869-6c15a6bf25ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
13837 2025.01.02 23:43:17.491175 [ 265 ] {0639b69a-f095-4897-9869-6c15a6bf25ee} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
13838 2025.01.02 23:43:17.491574 [ 265 ] {0639b69a-f095-4897-9869-6c15a6bf25ee} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13839 2025.01.02 23:43:17.491979 [ 222 ] {} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
13840 2025.01.02 23:43:17.492055 [ 222 ] {} <Debug> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
13841 2025.01.02 23:43:17.492137 [ 265 ] {0639b69a-f095-4897-9869-6c15a6bf25ee} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004556 sec., 219.49078138718173 rows/sec., 14.79 KiB/sec.
13842 2025.01.02 23:43:17.492383 [ 265 ] {0639b69a-f095-4897-9869-6c15a6bf25ee} <Debug> TCPHandler: Processed in 0.005107667 sec.
13843 2025.01.02 23:43:17.492757 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13844 2025.01.02 23:43:17.493128 [ 260 ] {caf12f41-7437-4826-bb71-52059d0ea216} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
13845 2025.01.02 23:43:17.493467 [ 260 ] {caf12f41-7437-4826-bb71-52059d0ea216} <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
13846 2025.01.02 23:43:17.498053 [ 222 ] {} <Debug> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
13847 2025.01.02 23:43:17.498196 [ 260 ] {caf12f41-7437-4826-bb71-52059d0ea216} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13848 2025.01.02 23:43:17.498294 [ 260 ] {caf12f41-7437-4826-bb71-52059d0ea216} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
13849 2025.01.02 23:43:17.500098 [ 192 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 33871 rows, containing 5 columns (5 merged, 0 gathered) in 0.01293677 sec., 2618196.0412065764 rows/sec., 176.65 MiB/sec.
13850 2025.01.02 23:43:17.500376 [ 192 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary)
13851 2025.01.02 23:43:17.500633 [ 260 ] {caf12f41-7437-4826-bb71-52059d0ea216} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
13852 2025.01.02 23:43:17.501004 [ 192 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_106_21} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13853 2025.01.02 23:43:17.501231 [ 192 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_106_21} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21
13854 2025.01.02 23:43:17.501249 [ 260 ] {caf12f41-7437-4826-bb71-52059d0ea216} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13855 2025.01.02 23:43:17.501408 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB.
13856 2025.01.02 23:43:17.501637 [ 260 ] {caf12f41-7437-4826-bb71-52059d0ea216} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.008704 sec., 4595.588235294118 rows/sec., 8.24 MiB/sec.
13857 2025.01.02 23:43:17.501770 [ 260 ] {caf12f41-7437-4826-bb71-52059d0ea216} <Debug> TCPHandler: Processed in 0.009271012 sec.
13858 2025.01.02 23:43:17.501943 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13859 2025.01.02 23:43:17.502084 [ 265 ] {5ec72ef1-fe27-432a-b821-0ad56242760c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13860 2025.01.02 23:43:17.502143 [ 265 ] {5ec72ef1-fe27-432a-b821-0ad56242760c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13861 2025.01.02 23:43:17.502682 [ 265 ] {5ec72ef1-fe27-432a-b821-0ad56242760c} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13862 2025.01.02 23:43:17.502721 [ 265 ] {5ec72ef1-fe27-432a-b821-0ad56242760c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
13863 2025.01.02 23:43:17.503113 [ 265 ] {5ec72ef1-fe27-432a-b821-0ad56242760c} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary)
13864 2025.01.02 23:43:17.503355 [ 265 ] {5ec72ef1-fe27-432a-b821-0ad56242760c} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13865 2025.01.02 23:43:17.503538 [ 43 ] {} <Debug> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0
13866 2025.01.02 23:43:17.503568 [ 265 ] {5ec72ef1-fe27-432a-b821-0ad56242760c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001514 sec., 54161.16248348745 rows/sec., 3.44 MiB/sec.
13867 2025.01.02 23:43:17.503621 [ 43 ] {} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13868 2025.01.02 23:43:17.503655 [ 265 ] {5ec72ef1-fe27-432a-b821-0ad56242760c} <Debug> TCPHandler: Processed in 0.001777023 sec.
13869 2025.01.02 23:43:17.503696 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
13870 2025.01.02 23:43:17.503862 [ 186 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full
13871 2025.01.02 23:43:17.503996 [ 186 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13872 2025.01.02 23:43:17.504031 [ 186 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 6708 rows starting from the beginning of the part
13873 2025.01.02 23:43:17.504119 [ 186 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 82 rows starting from the beginning of the part
13874 2025.01.02 23:43:17.504200 [ 186 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 60 rows starting from the beginning of the part
13875 2025.01.02 23:43:17.504318 [ 186 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 82 rows starting from the beginning of the part
13876 2025.01.02 23:43:17.504398 [ 186 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 60 rows starting from the beginning of the part
13877 2025.01.02 23:43:17.504490 [ 186 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 82 rows starting from the beginning of the part
13878 2025.01.02 23:43:17.506810 [ 188 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7074 rows, containing 4 columns (4 merged, 0 gathered) in 0.00300457 sec., 2354413.4435210363 rows/sec., 153.34 MiB/sec.
13879 2025.01.02 23:43:17.507214 [ 188 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary)
13880 2025.01.02 23:43:17.507510 [ 188 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_106_21} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13881 2025.01.02 23:43:17.507613 [ 188 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_106_21} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21
13882 2025.01.02 23:43:17.507701 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.25 MiB.
13883 2025.01.02 23:43:18.000245 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 265.49 MiB, peak 281.22 MiB, free memory in arenas 0.00 B, will set to 264.42 MiB (RSS), difference: -1.06 MiB
13884 2025.01.02 23:43:18.245067 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 34404
13885 2025.01.02 23:43:18.245758 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13886 2025.01.02 23:43:18.245811 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
13887 2025.01.02 23:43:18.246380 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
13888 2025.01.02 23:43:18.246652 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13889 2025.01.02 23:43:18.246914 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34404
13890 2025.01.02 23:43:18.451730 [ 223 ] {} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
13891 2025.01.02 23:43:18.451785 [ 223 ] {} <Debug> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
13892 2025.01.02 23:43:18.454331 [ 223 ] {} <Debug> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
13893 2025.01.02 23:43:19.348367 [ 225 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
13894 2025.01.02 23:43:19.348424 [ 225 ] {} <Debug> system.metric_log (31b60859-c590-4889-866a-026624596be5): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
13895 2025.01.02 23:43:19.350831 [ 225 ] {} <Debug> system.metric_log (31b60859-c590-4889-866a-026624596be5): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
13896 2025.01.02 23:43:19.368266 [ 222 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
13897 2025.01.02 23:43:19.368350 [ 222 ] {} <Debug> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
13898 2025.01.02 23:43:19.370374 [ 222 ] {} <Debug> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
13899 2025.01.02 23:43:20.688944 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 566
13900 2025.01.02 23:43:20.711150 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13901 2025.01.02 23:43:20.711217 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
13902 2025.01.02 23:43:20.718653 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
13903 2025.01.02 23:43:20.719429 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13904 2025.01.02 23:43:20.724006 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 566
13905 2025.01.02 23:43:22.017299 [ 219 ] {} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
13906 2025.01.02 23:43:22.017357 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
13907 2025.01.02 23:43:22.019299 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
13908 2025.01.02 23:43:22.443701 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13909 2025.01.02 23:43:22.443894 [ 260 ] {f59aebfb-8456-4582-8311-8f009014af34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13910 2025.01.02 23:43:22.443968 [ 260 ] {f59aebfb-8456-4582-8311-8f009014af34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13911 2025.01.02 23:43:22.444748 [ 260 ] {f59aebfb-8456-4582-8311-8f009014af34} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13912 2025.01.02 23:43:22.444806 [ 260 ] {f59aebfb-8456-4582-8311-8f009014af34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
13913 2025.01.02 23:43:22.445256 [ 260 ] {f59aebfb-8456-4582-8311-8f009014af34} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary)
13914 2025.01.02 23:43:22.445521 [ 260 ] {f59aebfb-8456-4582-8311-8f009014af34} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13915 2025.01.02 23:43:22.445772 [ 260 ] {f59aebfb-8456-4582-8311-8f009014af34} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00193 sec., 29015.544041450776 rows/sec., 2.23 MiB/sec.
13916 2025.01.02 23:43:22.445848 [ 260 ] {f59aebfb-8456-4582-8311-8f009014af34} <Debug> TCPHandler: Processed in 0.00228155 sec.
13917 2025.01.02 23:43:22.445856 [ 221 ] {} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
13918 2025.01.02 23:43:22.445906 [ 221 ] {} <Debug> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
13919 2025.01.02 23:43:22.446163 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13920 2025.01.02 23:43:22.446460 [ 265 ] {ab0ecf66-9dd0-4644-9c49-2529a9265cc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13921 2025.01.02 23:43:22.446564 [ 265 ] {ab0ecf66-9dd0-4644-9c49-2529a9265cc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13922 2025.01.02 23:43:22.448071 [ 265 ] {ab0ecf66-9dd0-4644-9c49-2529a9265cc2} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13923 2025.01.02 23:43:22.448152 [ 265 ] {ab0ecf66-9dd0-4644-9c49-2529a9265cc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
13924 2025.01.02 23:43:22.448899 [ 265 ] {ab0ecf66-9dd0-4644-9c49-2529a9265cc2} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary)
13925 2025.01.02 23:43:22.449124 [ 221 ] {} <Debug> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
13926 2025.01.02 23:43:22.449457 [ 265 ] {ab0ecf66-9dd0-4644-9c49-2529a9265cc2} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13927 2025.01.02 23:43:22.449906 [ 222 ] {} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
13928 2025.01.02 23:43:22.449983 [ 222 ] {} <Debug> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
13929 2025.01.02 23:43:22.450126 [ 265 ] {ab0ecf66-9dd0-4644-9c49-2529a9265cc2} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003748 sec., 17075.773745997867 rows/sec., 1.33 MiB/sec.
13930 2025.01.02 23:43:22.450481 [ 265 ] {ab0ecf66-9dd0-4644-9c49-2529a9265cc2} <Debug> TCPHandler: Processed in 0.004498579 sec.
13931 2025.01.02 23:43:22.450734 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13932 2025.01.02 23:43:22.450984 [ 260 ] {6d648d6c-b591-4870-8452-052a57c1ad6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13933 2025.01.02 23:43:22.451137 [ 260 ] {6d648d6c-b591-4870-8452-052a57c1ad6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13934 2025.01.02 23:43:22.452377 [ 260 ] {6d648d6c-b591-4870-8452-052a57c1ad6c} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13935 2025.01.02 23:43:22.452427 [ 260 ] {6d648d6c-b591-4870-8452-052a57c1ad6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
13936 2025.01.02 23:43:22.453249 [ 260 ] {6d648d6c-b591-4870-8452-052a57c1ad6c} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary)
13937 2025.01.02 23:43:22.453605 [ 260 ] {6d648d6c-b591-4870-8452-052a57c1ad6c} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13938 2025.01.02 23:43:22.453765 [ 222 ] {} <Debug> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
13939 2025.01.02 23:43:22.454106 [ 260 ] {6d648d6c-b591-4870-8452-052a57c1ad6c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003212 sec., 49813.200498132006 rows/sec., 3.47 MiB/sec.
13940 2025.01.02 23:43:22.454277 [ 260 ] {6d648d6c-b591-4870-8452-052a57c1ad6c} <Debug> TCPHandler: Processed in 0.003655468 sec.
13941 2025.01.02 23:43:22.454502 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13942 2025.01.02 23:43:22.454658 [ 265 ] {27a5ec3f-3f95-447f-b2bf-7d4f95b61e30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13943 2025.01.02 23:43:22.454719 [ 265 ] {27a5ec3f-3f95-447f-b2bf-7d4f95b61e30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13944 2025.01.02 23:43:22.455288 [ 265 ] {27a5ec3f-3f95-447f-b2bf-7d4f95b61e30} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13945 2025.01.02 23:43:22.455334 [ 265 ] {27a5ec3f-3f95-447f-b2bf-7d4f95b61e30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
13946 2025.01.02 23:43:22.455755 [ 265 ] {27a5ec3f-3f95-447f-b2bf-7d4f95b61e30} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary)
13947 2025.01.02 23:43:22.455997 [ 265 ] {27a5ec3f-3f95-447f-b2bf-7d4f95b61e30} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13948 2025.01.02 23:43:22.456170 [ 265 ] {27a5ec3f-3f95-447f-b2bf-7d4f95b61e30} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001545 sec., 38834.95145631068 rows/sec., 2.62 MiB/sec.
13949 2025.01.02 23:43:22.456190 [ 218 ] {} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
13950 2025.01.02 23:43:22.456232 [ 265 ] {27a5ec3f-3f95-447f-b2bf-7d4f95b61e30} <Debug> TCPHandler: Processed in 0.001839164 sec.
13951 2025.01.02 23:43:22.456232 [ 218 ] {} <Debug> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
13952 2025.01.02 23:43:22.458131 [ 218 ] {} <Debug> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
13953 2025.01.02 23:43:23.000251 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 260.70 MiB, peak 281.22 MiB, free memory in arenas 0.00 B, will set to 264.43 MiB (RSS), difference: 3.72 MiB
13954 2025.01.02 23:43:25.528464 [ 31 ] {} <Debug> DNSResolver: Updating DNS cache
13955 2025.01.02 23:43:25.528532 [ 31 ] {} <Debug> DNSResolver: Updated DNS cache
13956 2025.01.02 23:43:25.747177 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 34831
13957 2025.01.02 23:43:25.747886 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13958 2025.01.02 23:43:25.747932 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
13959 2025.01.02 23:43:25.748463 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
13960 2025.01.02 23:43:25.748714 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13961 2025.01.02 23:43:25.748938 [ 30 ] {} <Debug> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
13962 2025.01.02 23:43:25.748971 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34831
13963 2025.01.02 23:43:25.749028 [ 30 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13964 2025.01.02 23:43:25.749062 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
13965 2025.01.02 23:43:25.749192 [ 195 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full
13966 2025.01.02 23:43:25.749343 [ 195 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13967 2025.01.02 23:43:25.749391 [ 195 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_71_14, total 32574 rows starting from the beginning of the part
13968 2025.01.02 23:43:25.749482 [ 195 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 427 rows starting from the beginning of the part
13969 2025.01.02 23:43:25.749722 [ 195 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 488 rows starting from the beginning of the part
13970 2025.01.02 23:43:25.749891 [ 195 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 427 rows starting from the beginning of the part
13971 2025.01.02 23:43:25.750055 [ 195 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 488 rows starting from the beginning of the part
13972 2025.01.02 23:43:25.750211 [ 195 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 427 rows starting from the beginning of the part
13973 2025.01.02 23:43:25.753215 [ 202 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34831 rows, containing 4 columns (4 merged, 0 gathered) in 0.004082324 sec., 8532149.824462732 rows/sec., 122.05 MiB/sec.
13974 2025.01.02 23:43:25.753634 [ 202 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
13975 2025.01.02 23:43:25.753990 [ 202 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_76_15} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13976 2025.01.02 23:43:25.754068 [ 202 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_76_15} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
13977 2025.01.02 23:43:25.754169 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.98 MiB.
13978 2025.01.02 23:43:25.952556 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1934
13979 2025.01.02 23:43:25.956079 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13980 2025.01.02 23:43:25.956138 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
13981 2025.01.02 23:43:25.957728 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
13982 2025.01.02 23:43:25.958060 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13983 2025.01.02 23:43:25.958753 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1934
13984 2025.01.02 23:43:27.449834 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13985 2025.01.02 23:43:27.450058 [ 260 ] {c2bcd833-1796-49a7-ab18-ae12f3474f9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
13986 2025.01.02 23:43:27.450136 [ 260 ] {c2bcd833-1796-49a7-ab18-ae12f3474f9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
13987 2025.01.02 23:43:27.451024 [ 260 ] {c2bcd833-1796-49a7-ab18-ae12f3474f9f} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13988 2025.01.02 23:43:27.451065 [ 260 ] {c2bcd833-1796-49a7-ab18-ae12f3474f9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
13989 2025.01.02 23:43:27.451507 [ 260 ] {c2bcd833-1796-49a7-ab18-ae12f3474f9f} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
13990 2025.01.02 23:43:27.451763 [ 260 ] {c2bcd833-1796-49a7-ab18-ae12f3474f9f} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13991 2025.01.02 23:43:27.451960 [ 260 ] {c2bcd833-1796-49a7-ab18-ae12f3474f9f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001962 sec., 7135.575942915391 rows/sec., 513.67 KiB/sec.
13992 2025.01.02 23:43:27.452014 [ 260 ] {c2bcd833-1796-49a7-ab18-ae12f3474f9f} <Debug> TCPHandler: Processed in 0.002331251 sec.
13993 2025.01.02 23:43:27.452342 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13994 2025.01.02 23:43:27.452653 [ 265 ] {a69bebc6-5c17-4e4b-ab91-d2ec8238e867} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13995 2025.01.02 23:43:27.452768 [ 265 ] {a69bebc6-5c17-4e4b-ab91-d2ec8238e867} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13996 2025.01.02 23:43:27.453648 [ 265 ] {a69bebc6-5c17-4e4b-ab91-d2ec8238e867} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13997 2025.01.02 23:43:27.453694 [ 265 ] {a69bebc6-5c17-4e4b-ab91-d2ec8238e867} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
13998 2025.01.02 23:43:27.454165 [ 265 ] {a69bebc6-5c17-4e4b-ab91-d2ec8238e867} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary)
13999 2025.01.02 23:43:27.454426 [ 265 ] {a69bebc6-5c17-4e4b-ab91-d2ec8238e867} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14000 2025.01.02 23:43:27.454672 [ 265 ] {a69bebc6-5c17-4e4b-ab91-d2ec8238e867} <Debug> executeQuery: Read 283 rows, 25.60 KiB in 0.002099 sec., 134826.10767031918 rows/sec., 11.91 MiB/sec.
14001 2025.01.02 23:43:27.454765 [ 265 ] {a69bebc6-5c17-4e4b-ab91-d2ec8238e867} <Debug> TCPHandler: Processed in 0.002614785 sec.
14002 2025.01.02 23:43:27.454974 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14003 2025.01.02 23:43:27.455174 [ 260 ] {0ec2413f-9731-43ef-8c37-288656efb23f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
14004 2025.01.02 23:43:27.455233 [ 260 ] {0ec2413f-9731-43ef-8c37-288656efb23f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
14005 2025.01.02 23:43:27.455901 [ 260 ] {0ec2413f-9731-43ef-8c37-288656efb23f} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14006 2025.01.02 23:43:27.455940 [ 260 ] {0ec2413f-9731-43ef-8c37-288656efb23f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
14007 2025.01.02 23:43:27.456304 [ 260 ] {0ec2413f-9731-43ef-8c37-288656efb23f} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
14008 2025.01.02 23:43:27.456555 [ 260 ] {0ec2413f-9731-43ef-8c37-288656efb23f} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14009 2025.01.02 23:43:27.456769 [ 260 ] {0ec2413f-9731-43ef-8c37-288656efb23f} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.001617 sec., 29066.17192331478 rows/sec., 2.09 MiB/sec.
14010 2025.01.02 23:43:27.456869 [ 260 ] {0ec2413f-9731-43ef-8c37-288656efb23f} <Debug> TCPHandler: Processed in 0.002013416 sec.
14011 2025.01.02 23:43:27.457106 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14012 2025.01.02 23:43:27.457359 [ 265 ] {1894cba2-7927-4b48-b18c-a8c430f48cef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
14013 2025.01.02 23:43:27.457452 [ 265 ] {1894cba2-7927-4b48-b18c-a8c430f48cef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
14014 2025.01.02 23:43:27.458244 [ 265 ] {1894cba2-7927-4b48-b18c-a8c430f48cef} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14015 2025.01.02 23:43:27.458282 [ 265 ] {1894cba2-7927-4b48-b18c-a8c430f48cef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
14016 2025.01.02 23:43:27.458664 [ 265 ] {1894cba2-7927-4b48-b18c-a8c430f48cef} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
14017 2025.01.02 23:43:27.458909 [ 265 ] {1894cba2-7927-4b48-b18c-a8c430f48cef} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14018 2025.01.02 23:43:27.459139 [ 265 ] {1894cba2-7927-4b48-b18c-a8c430f48cef} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001828 sec., 7658.643326039388 rows/sec., 536.36 KiB/sec.
14019 2025.01.02 23:43:27.459210 [ 265 ] {1894cba2-7927-4b48-b18c-a8c430f48cef} <Debug> TCPHandler: Processed in 0.002246459 sec.
14020 2025.01.02 23:43:27.459524 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14021 2025.01.02 23:43:27.459751 [ 260 ] {bc44dc80-04ba-4a49-9b0a-f6eb7a139b84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
14022 2025.01.02 23:43:27.459841 [ 260 ] {bc44dc80-04ba-4a49-9b0a-f6eb7a139b84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
14023 2025.01.02 23:43:27.460430 [ 260 ] {bc44dc80-04ba-4a49-9b0a-f6eb7a139b84} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14024 2025.01.02 23:43:27.460470 [ 260 ] {bc44dc80-04ba-4a49-9b0a-f6eb7a139b84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
14025 2025.01.02 23:43:27.460827 [ 260 ] {bc44dc80-04ba-4a49-9b0a-f6eb7a139b84} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
14026 2025.01.02 23:43:27.461059 [ 260 ] {bc44dc80-04ba-4a49-9b0a-f6eb7a139b84} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14027 2025.01.02 23:43:27.461272 [ 260 ] {bc44dc80-04ba-4a49-9b0a-f6eb7a139b84} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001583 sec., 8212.2552116235 rows/sec., 512.03 KiB/sec.
14028 2025.01.02 23:43:27.461325 [ 260 ] {bc44dc80-04ba-4a49-9b0a-f6eb7a139b84} <Debug> TCPHandler: Processed in 0.001995806 sec.
14029 2025.01.02 23:43:27.461540 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14030 2025.01.02 23:43:27.461776 [ 265 ] {55fd488d-94f7-4612-93cc-663b7531d7f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
14031 2025.01.02 23:43:27.461859 [ 265 ] {55fd488d-94f7-4612-93cc-663b7531d7f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14032 2025.01.02 23:43:27.462617 [ 265 ] {55fd488d-94f7-4612-93cc-663b7531d7f1} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14033 2025.01.02 23:43:27.462657 [ 265 ] {55fd488d-94f7-4612-93cc-663b7531d7f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
14034 2025.01.02 23:43:27.463061 [ 265 ] {55fd488d-94f7-4612-93cc-663b7531d7f1} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary)
14035 2025.01.02 23:43:27.463306 [ 265 ] {55fd488d-94f7-4612-93cc-663b7531d7f1} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14036 2025.01.02 23:43:27.463521 [ 265 ] {55fd488d-94f7-4612-93cc-663b7531d7f1} <Debug> executeQuery: Read 422 rows, 30.88 KiB in 0.001801 sec., 234314.26985008328 rows/sec., 16.75 MiB/sec.
14037 2025.01.02 23:43:27.463573 [ 265 ] {55fd488d-94f7-4612-93cc-663b7531d7f1} <Debug> TCPHandler: Processed in 0.002145839 sec.
14038 2025.01.02 23:43:27.463780 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14039 2025.01.02 23:43:27.463923 [ 260 ] {d2244a7c-b4e5-4b68-ad3a-454d736179db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
14040 2025.01.02 23:43:27.463972 [ 260 ] {d2244a7c-b4e5-4b68-ad3a-454d736179db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
14041 2025.01.02 23:43:27.464458 [ 260 ] {d2244a7c-b4e5-4b68-ad3a-454d736179db} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14042 2025.01.02 23:43:27.464496 [ 260 ] {d2244a7c-b4e5-4b68-ad3a-454d736179db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
14043 2025.01.02 23:43:27.464851 [ 260 ] {d2244a7c-b4e5-4b68-ad3a-454d736179db} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
14044 2025.01.02 23:43:27.465076 [ 260 ] {d2244a7c-b4e5-4b68-ad3a-454d736179db} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14045 2025.01.02 23:43:27.465237 [ 26 ] {} <Debug> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65) (MergerMutator): Selected 6 parts from all_1_50_10 to all_55_55_0
14046 2025.01.02 23:43:27.465303 [ 260 ] {d2244a7c-b4e5-4b68-ad3a-454d736179db} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001403 sec., 4276.550249465431 rows/sec., 223.43 KiB/sec.
14047 2025.01.02 23:43:27.465328 [ 26 ] {} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14048 2025.01.02 23:43:27.465386 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
14049 2025.01.02 23:43:27.465410 [ 260 ] {d2244a7c-b4e5-4b68-ad3a-454d736179db} <Debug> TCPHandler: Processed in 0.001742023 sec.
14050 2025.01.02 23:43:27.465607 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14051 2025.01.02 23:43:27.465629 [ 187 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_55_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_50_10 to all_55_55_0 into Compact with storage Full
14052 2025.01.02 23:43:27.465785 [ 187 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_55_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14053 2025.01.02 23:43:27.465794 [ 265 ] {dff9773e-8265-4173-ac31-dcdbc7e2121d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14054 2025.01.02 23:43:27.465824 [ 187 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_50_10, total 300 rows starting from the beginning of the part
14055 2025.01.02 23:43:27.465872 [ 265 ] {dff9773e-8265-4173-ac31-dcdbc7e2121d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14056 2025.01.02 23:43:27.465962 [ 187 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 6 rows starting from the beginning of the part
14057 2025.01.02 23:43:27.466422 [ 187 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 6 rows starting from the beginning of the part
14058 2025.01.02 23:43:27.466741 [ 187 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 6 rows starting from the beginning of the part
14059 2025.01.02 23:43:27.467139 [ 187 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 6 rows starting from the beginning of the part
14060 2025.01.02 23:43:27.467409 [ 187 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 6 rows starting from the beginning of the part
14061 2025.01.02 23:43:27.468334 [ 265 ] {dff9773e-8265-4173-ac31-dcdbc7e2121d} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14062 2025.01.02 23:43:27.468382 [ 265 ] {dff9773e-8265-4173-ac31-dcdbc7e2121d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
14063 2025.01.02 23:43:27.469003 [ 265 ] {dff9773e-8265-4173-ac31-dcdbc7e2121d} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary)
14064 2025.01.02 23:43:27.469033 [ 189 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_55_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 330 rows, containing 4 columns (4 merged, 0 gathered) in 0.003544386 sec., 93104.98348656157 rows/sec., 4.75 MiB/sec.
14065 2025.01.02 23:43:27.469312 [ 189 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_55_11} <Trace> MergedBlockOutputStream: filled checksums all_1_55_11 (state Temporary)
14066 2025.01.02 23:43:27.469486 [ 265 ] {dff9773e-8265-4173-ac31-dcdbc7e2121d} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14067 2025.01.02 23:43:27.469886 [ 265 ] {dff9773e-8265-4173-ac31-dcdbc7e2121d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00415 sec., 57108.43373493976 rows/sec., 3.83 MiB/sec.
14068 2025.01.02 23:43:27.470108 [ 189 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_55_11} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Renaming temporary part tmp_merge_all_1_55_11 to all_1_55_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14069 2025.01.02 23:43:27.470128 [ 265 ] {dff9773e-8265-4173-ac31-dcdbc7e2121d} <Debug> TCPHandler: Processed in 0.004638931 sec.
14070 2025.01.02 23:43:27.470459 [ 189 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_55_11} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65) (MergerMutator): Merged 6 parts: [all_1_50_10, all_55_55_0] -> all_1_55_11
14071 2025.01.02 23:43:27.470538 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14072 2025.01.02 23:43:27.470762 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB.
14073 2025.01.02 23:43:27.471017 [ 260 ] {db923c5c-9f4b-4b75-8631-412fb282fc0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
14074 2025.01.02 23:43:27.471143 [ 260 ] {db923c5c-9f4b-4b75-8631-412fb282fc0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
14075 2025.01.02 23:43:27.471643 [ 260 ] {db923c5c-9f4b-4b75-8631-412fb282fc0d} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14076 2025.01.02 23:43:27.471683 [ 260 ] {db923c5c-9f4b-4b75-8631-412fb282fc0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
14077 2025.01.02 23:43:27.472066 [ 260 ] {db923c5c-9f4b-4b75-8631-412fb282fc0d} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
14078 2025.01.02 23:43:27.472304 [ 260 ] {db923c5c-9f4b-4b75-8631-412fb282fc0d} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14079 2025.01.02 23:43:27.472560 [ 260 ] {db923c5c-9f4b-4b75-8631-412fb282fc0d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001655 sec., 604.2296072507553 rows/sec., 40.71 KiB/sec.
14080 2025.01.02 23:43:27.472709 [ 260 ] {db923c5c-9f4b-4b75-8631-412fb282fc0d} <Debug> TCPHandler: Processed in 0.002402902 sec.
14081 2025.01.02 23:43:27.472981 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14082 2025.01.02 23:43:27.473119 [ 265 ] {7e969207-04d7-4086-852e-a6180faa4bb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
14083 2025.01.02 23:43:27.473214 [ 265 ] {7e969207-04d7-4086-852e-a6180faa4bb9} <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
14084 2025.01.02 23:43:27.474551 [ 265 ] {7e969207-04d7-4086-852e-a6180faa4bb9} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14085 2025.01.02 23:43:27.474601 [ 265 ] {7e969207-04d7-4086-852e-a6180faa4bb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
14086 2025.01.02 23:43:27.475311 [ 265 ] {7e969207-04d7-4086-852e-a6180faa4bb9} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
14087 2025.01.02 23:43:27.475582 [ 265 ] {7e969207-04d7-4086-852e-a6180faa4bb9} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14088 2025.01.02 23:43:27.475858 [ 265 ] {7e969207-04d7-4086-852e-a6180faa4bb9} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002761 sec., 14487.504527345165 rows/sec., 25.96 MiB/sec.
14089 2025.01.02 23:43:27.476236 [ 265 ] {7e969207-04d7-4086-852e-a6180faa4bb9} <Debug> TCPHandler: Processed in 0.003400455 sec.
14090 2025.01.02 23:43:27.476615 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14091 2025.01.02 23:43:27.476838 [ 260 ] {6e58d614-1413-40f2-8252-2d62ee26888f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14092 2025.01.02 23:43:27.476890 [ 260 ] {6e58d614-1413-40f2-8252-2d62ee26888f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14093 2025.01.02 23:43:27.477383 [ 260 ] {6e58d614-1413-40f2-8252-2d62ee26888f} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14094 2025.01.02 23:43:27.477422 [ 260 ] {6e58d614-1413-40f2-8252-2d62ee26888f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
14095 2025.01.02 23:43:27.477800 [ 260 ] {6e58d614-1413-40f2-8252-2d62ee26888f} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary)
14096 2025.01.02 23:43:27.478036 [ 260 ] {6e58d614-1413-40f2-8252-2d62ee26888f} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14097 2025.01.02 23:43:27.478267 [ 260 ] {6e58d614-1413-40f2-8252-2d62ee26888f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001481 sec., 55367.99459824443 rows/sec., 3.52 MiB/sec.
14098 2025.01.02 23:43:27.478368 [ 260 ] {6e58d614-1413-40f2-8252-2d62ee26888f} <Debug> TCPHandler: Processed in 0.002000146 sec.
14099 2025.01.02 23:43:28.224173 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 573
14100 2025.01.02 23:43:28.246673 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14101 2025.01.02 23:43:28.246732 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
14102 2025.01.02 23:43:28.254209 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
14103 2025.01.02 23:43:28.255015 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14104 2025.01.02 23:43:28.255316 [ 24 ] {} <Debug> system.metric_log (31b60859-c590-4889-866a-026624596be5) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
14105 2025.01.02 23:43:28.255387 [ 24 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14106 2025.01.02 23:43:28.255434 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
14107 2025.01.02 23:43:28.256201 [ 198 ] {31b60859-c590-4889-866a-026624596be5::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full
14108 2025.01.02 23:43:28.273356 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 573
14109 2025.01.02 23:43:28.274731 [ 198 ] {31b60859-c590-4889-866a-026624596be5::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14110 2025.01.02 23:43:28.276286 [ 198 ] {31b60859-c590-4889-866a-026624596be5::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 535 rows starting from the beginning of the part
14111 2025.01.02 23:43:28.281737 [ 198 ] {31b60859-c590-4889-866a-026624596be5::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 8 rows starting from the beginning of the part
14112 2025.01.02 23:43:28.287526 [ 198 ] {31b60859-c590-4889-866a-026624596be5::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 8 rows starting from the beginning of the part
14113 2025.01.02 23:43:28.294851 [ 198 ] {31b60859-c590-4889-866a-026624596be5::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 7 rows starting from the beginning of the part
14114 2025.01.02 23:43:28.300892 [ 198 ] {31b60859-c590-4889-866a-026624596be5::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 8 rows starting from the beginning of the part
14115 2025.01.02 23:43:28.307039 [ 198 ] {31b60859-c590-4889-866a-026624596be5::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 7 rows starting from the beginning of the part
14116 2025.01.02 23:43:28.376385 [ 201 ] {31b60859-c590-4889-866a-026624596be5::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 573 rows, containing 679 columns (679 merged, 0 gathered) in 0.120788437 sec., 4743.831563943492 rows/sec., 24.53 MiB/sec.
14117 2025.01.02 23:43:28.379919 [ 193 ] {31b60859-c590-4889-866a-026624596be5::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
14118 2025.01.02 23:43:28.383234 [ 193 ] {31b60859-c590-4889-866a-026624596be5::all_1_76_15} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14119 2025.01.02 23:43:28.383366 [ 193 ] {31b60859-c590-4889-866a-026624596be5::all_1_76_15} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
14120 2025.01.02 23:43:28.386233 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.97 MiB.
14121 2025.01.02 23:43:29.000198 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 265.48 MiB, peak 282.92 MiB, free memory in arenas 0.00 B, will set to 264.43 MiB (RSS), difference: -1.06 MiB
14122 2025.01.02 23:43:29.345051 [ 47 ] {} <Debug> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0
14123 2025.01.02 23:43:29.345124 [ 47 ] {} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14124 2025.01.02 23:43:29.345151 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
14125 2025.01.02 23:43:29.345438 [ 187 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::all_1_33_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_7 to all_33_33_0 into Compact with storage Full
14126 2025.01.02 23:43:29.345870 [ 187 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14127 2025.01.02 23:43:29.345948 [ 187 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 18 rows starting from the beginning of the part
14128 2025.01.02 23:43:29.346071 [ 187 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 4 rows starting from the beginning of the part
14129 2025.01.02 23:43:29.346315 [ 187 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 2 rows starting from the beginning of the part
14130 2025.01.02 23:43:29.346583 [ 187 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 2 rows starting from the beginning of the part
14131 2025.01.02 23:43:29.346784 [ 187 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 10 rows starting from the beginning of the part
14132 2025.01.02 23:43:29.347964 [ 199 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002712005 sec., 13274.311809897106 rows/sec., 1.11 MiB/sec.
14133 2025.01.02 23:43:29.348168 [ 199 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary)
14134 2025.01.02 23:43:29.348556 [ 199 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::all_1_33_8} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14135 2025.01.02 23:43:29.348666 [ 199 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::all_1_33_8} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8
14136 2025.01.02 23:43:29.348785 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
14137 2025.01.02 23:43:32.472872 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14138 2025.01.02 23:43:32.473125 [ 260 ] {4187d0c9-4eda-4e4c-843b-85b4ff5492b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
14139 2025.01.02 23:43:32.473194 [ 260 ] {4187d0c9-4eda-4e4c-843b-85b4ff5492b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
14140 2025.01.02 23:43:32.473992 [ 260 ] {4187d0c9-4eda-4e4c-843b-85b4ff5492b3} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14141 2025.01.02 23:43:32.474045 [ 260 ] {4187d0c9-4eda-4e4c-843b-85b4ff5492b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
14142 2025.01.02 23:43:32.474478 [ 260 ] {4187d0c9-4eda-4e4c-843b-85b4ff5492b3} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
14143 2025.01.02 23:43:32.474723 [ 260 ] {4187d0c9-4eda-4e4c-843b-85b4ff5492b3} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14144 2025.01.02 23:43:32.474979 [ 260 ] {4187d0c9-4eda-4e4c-843b-85b4ff5492b3} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001883 sec., 2124.2697822623472 rows/sec., 173.22 KiB/sec.
14145 2025.01.02 23:43:32.475039 [ 260 ] {4187d0c9-4eda-4e4c-843b-85b4ff5492b3} <Debug> TCPHandler: Processed in 0.002353061 sec.
14146 2025.01.02 23:43:32.475301 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14147 2025.01.02 23:43:32.475497 [ 265 ] {0305b4d1-4deb-4cff-9613-2e20980e5cfb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
14148 2025.01.02 23:43:32.475571 [ 265 ] {0305b4d1-4deb-4cff-9613-2e20980e5cfb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14149 2025.01.02 23:43:32.477005 [ 265 ] {0305b4d1-4deb-4cff-9613-2e20980e5cfb} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14150 2025.01.02 23:43:32.477055 [ 265 ] {0305b4d1-4deb-4cff-9613-2e20980e5cfb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
14151 2025.01.02 23:43:32.477571 [ 265 ] {0305b4d1-4deb-4cff-9613-2e20980e5cfb} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary)
14152 2025.01.02 23:43:32.477842 [ 265 ] {0305b4d1-4deb-4cff-9613-2e20980e5cfb} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14153 2025.01.02 23:43:32.478086 [ 265 ] {0305b4d1-4deb-4cff-9613-2e20980e5cfb} <Debug> executeQuery: Read 1198 rows, 101.11 KiB in 0.002643 sec., 453272.7960650776 rows/sec., 37.36 MiB/sec.
14154 2025.01.02 23:43:32.478170 [ 265 ] {0305b4d1-4deb-4cff-9613-2e20980e5cfb} <Debug> TCPHandler: Processed in 0.00300386 sec.
14155 2025.01.02 23:43:32.478414 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14156 2025.01.02 23:43:32.478594 [ 260 ] {1cf18553-0ba5-49f5-a85f-4229d86c62ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
14157 2025.01.02 23:43:32.478654 [ 260 ] {1cf18553-0ba5-49f5-a85f-4229d86c62ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
14158 2025.01.02 23:43:32.479282 [ 260 ] {1cf18553-0ba5-49f5-a85f-4229d86c62ae} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14159 2025.01.02 23:43:32.479323 [ 260 ] {1cf18553-0ba5-49f5-a85f-4229d86c62ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
14160 2025.01.02 23:43:32.479676 [ 260 ] {1cf18553-0ba5-49f5-a85f-4229d86c62ae} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
14161 2025.01.02 23:43:32.479919 [ 260 ] {1cf18553-0ba5-49f5-a85f-4229d86c62ae} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14162 2025.01.02 23:43:32.480139 [ 260 ] {1cf18553-0ba5-49f5-a85f-4229d86c62ae} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001576 sec., 2538.0710659898477 rows/sec., 177.22 KiB/sec.
14163 2025.01.02 23:43:32.480193 [ 260 ] {1cf18553-0ba5-49f5-a85f-4229d86c62ae} <Debug> TCPHandler: Processed in 0.001902755 sec.
14164 2025.01.02 23:43:32.480405 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14165 2025.01.02 23:43:32.480638 [ 265 ] {c51964d2-8607-4996-82ed-7a7121359586} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
14166 2025.01.02 23:43:32.480734 [ 265 ] {c51964d2-8607-4996-82ed-7a7121359586} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
14167 2025.01.02 23:43:32.481563 [ 265 ] {c51964d2-8607-4996-82ed-7a7121359586} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14168 2025.01.02 23:43:32.481604 [ 265 ] {c51964d2-8607-4996-82ed-7a7121359586} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
14169 2025.01.02 23:43:32.481980 [ 265 ] {c51964d2-8607-4996-82ed-7a7121359586} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
14170 2025.01.02 23:43:32.482222 [ 265 ] {c51964d2-8607-4996-82ed-7a7121359586} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14171 2025.01.02 23:43:32.482470 [ 265 ] {c51964d2-8607-4996-82ed-7a7121359586} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001886 sec., 120890.77412513255 rows/sec., 8.19 MiB/sec.
14172 2025.01.02 23:43:32.482543 [ 265 ] {c51964d2-8607-4996-82ed-7a7121359586} <Debug> TCPHandler: Processed in 0.00225206 sec.
14173 2025.01.02 23:43:32.482859 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14174 2025.01.02 23:43:32.483061 [ 260 ] {8a41d1a2-33f8-4407-b81d-64a83d499511} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
14175 2025.01.02 23:43:32.483109 [ 260 ] {8a41d1a2-33f8-4407-b81d-64a83d499511} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14176 2025.01.02 23:43:32.483961 [ 260 ] {8a41d1a2-33f8-4407-b81d-64a83d499511} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14177 2025.01.02 23:43:32.484003 [ 260 ] {8a41d1a2-33f8-4407-b81d-64a83d499511} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
14178 2025.01.02 23:43:32.484391 [ 260 ] {8a41d1a2-33f8-4407-b81d-64a83d499511} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary)
14179 2025.01.02 23:43:32.484632 [ 260 ] {8a41d1a2-33f8-4407-b81d-64a83d499511} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14180 2025.01.02 23:43:32.484857 [ 260 ] {8a41d1a2-33f8-4407-b81d-64a83d499511} <Debug> executeQuery: Read 524 rows, 39.73 KiB in 0.001819 sec., 288070.3683342496 rows/sec., 21.33 MiB/sec.
14181 2025.01.02 23:43:32.484955 [ 260 ] {8a41d1a2-33f8-4407-b81d-64a83d499511} <Debug> TCPHandler: Processed in 0.002302671 sec.
14182 2025.01.02 23:43:32.485133 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14183 2025.01.02 23:43:32.485264 [ 265 ] {5a7af68c-3554-42e5-8644-20a9e09cb1ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14184 2025.01.02 23:43:32.485317 [ 265 ] {5a7af68c-3554-42e5-8644-20a9e09cb1ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14185 2025.01.02 23:43:32.486071 [ 265 ] {5a7af68c-3554-42e5-8644-20a9e09cb1ad} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14186 2025.01.02 23:43:32.486109 [ 265 ] {5a7af68c-3554-42e5-8644-20a9e09cb1ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
14187 2025.01.02 23:43:32.486554 [ 265 ] {5a7af68c-3554-42e5-8644-20a9e09cb1ad} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary)
14188 2025.01.02 23:43:32.486804 [ 265 ] {5a7af68c-3554-42e5-8644-20a9e09cb1ad} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14189 2025.01.02 23:43:32.487033 [ 265 ] {5a7af68c-3554-42e5-8644-20a9e09cb1ad} <Debug> executeQuery: Read 882 rows, 60.77 KiB in 0.001794 sec., 491638.79598662205 rows/sec., 33.08 MiB/sec.
14190 2025.01.02 23:43:32.487138 [ 265 ] {5a7af68c-3554-42e5-8644-20a9e09cb1ad} <Debug> TCPHandler: Processed in 0.002080497 sec.
14191 2025.01.02 23:43:32.487416 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14192 2025.01.02 23:43:32.487653 [ 260 ] {8335fe16-b8a3-41d1-9a18-a87bc9bbe4aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14193 2025.01.02 23:43:32.487747 [ 260 ] {8335fe16-b8a3-41d1-9a18-a87bc9bbe4aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14194 2025.01.02 23:43:32.488387 [ 260 ] {8335fe16-b8a3-41d1-9a18-a87bc9bbe4aa} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14195 2025.01.02 23:43:32.488428 [ 260 ] {8335fe16-b8a3-41d1-9a18-a87bc9bbe4aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
14196 2025.01.02 23:43:32.488816 [ 260 ] {8335fe16-b8a3-41d1-9a18-a87bc9bbe4aa} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary)
14197 2025.01.02 23:43:32.489049 [ 260 ] {8335fe16-b8a3-41d1-9a18-a87bc9bbe4aa} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14198 2025.01.02 23:43:32.489267 [ 260 ] {8335fe16-b8a3-41d1-9a18-a87bc9bbe4aa} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001671 sec., 35906.64272890485 rows/sec., 2.42 MiB/sec.
14199 2025.01.02 23:43:32.489318 [ 260 ] {8335fe16-b8a3-41d1-9a18-a87bc9bbe4aa} <Debug> TCPHandler: Processed in 0.002074517 sec.
14200 2025.01.02 23:43:33.249225 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 35319
14201 2025.01.02 23:43:33.250230 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14202 2025.01.02 23:43:33.250272 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
14203 2025.01.02 23:43:33.250797 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
14204 2025.01.02 23:43:33.251061 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14205 2025.01.02 23:43:33.251315 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35319
14206 2025.01.02 23:43:35.773541 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 581
14207 2025.01.02 23:43:35.796594 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14208 2025.01.02 23:43:35.796651 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
14209 2025.01.02 23:43:35.804062 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
14210 2025.01.02 23:43:35.804868 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14211 2025.01.02 23:43:35.807638 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 581
14212 2025.01.02 23:43:35.959086 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1970
14213 2025.01.02 23:43:35.962904 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14214 2025.01.02 23:43:35.962950 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
14215 2025.01.02 23:43:35.964514 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
14216 2025.01.02 23:43:35.964831 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14217 2025.01.02 23:43:35.965107 [ 96 ] {} <Debug> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
14218 2025.01.02 23:43:35.965223 [ 96 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14219 2025.01.02 23:43:35.965287 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
14220 2025.01.02 23:43:35.966664 [ 199 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full
14221 2025.01.02 23:43:35.967044 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1970
14222 2025.01.02 23:43:35.967680 [ 199 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14223 2025.01.02 23:43:35.967877 [ 199 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1804 rows starting from the beginning of the part
14224 2025.01.02 23:43:35.968540 [ 199 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 32 rows starting from the beginning of the part
14225 2025.01.02 23:43:35.969209 [ 199 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 36 rows starting from the beginning of the part
14226 2025.01.02 23:43:35.969834 [ 199 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 30 rows starting from the beginning of the part
14227 2025.01.02 23:43:35.970448 [ 199 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 32 rows starting from the beginning of the part
14228 2025.01.02 23:43:35.971115 [ 199 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 36 rows starting from the beginning of the part
14229 2025.01.02 23:43:35.980766 [ 187 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1970 rows, containing 72 columns (72 merged, 0 gathered) in 0.015268601 sec., 129022.95370741564 rows/sec., 98.03 MiB/sec.
14230 2025.01.02 23:43:35.982774 [ 191 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
14231 2025.01.02 23:43:35.983623 [ 191 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_56_11} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14232 2025.01.02 23:43:35.983722 [ 191 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_56_11} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
14233 2025.01.02 23:43:35.984099 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.02 MiB.
14234 2025.01.02 23:43:37.449480 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14235 2025.01.02 23:43:37.449686 [ 260 ] {b292b64f-000c-46de-87c8-3bde6541b747} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
14236 2025.01.02 23:43:37.449765 [ 260 ] {b292b64f-000c-46de-87c8-3bde6541b747} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
14237 2025.01.02 23:43:37.450591 [ 260 ] {b292b64f-000c-46de-87c8-3bde6541b747} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14238 2025.01.02 23:43:37.450641 [ 260 ] {b292b64f-000c-46de-87c8-3bde6541b747} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
14239 2025.01.02 23:43:37.451086 [ 260 ] {b292b64f-000c-46de-87c8-3bde6541b747} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
14240 2025.01.02 23:43:37.451345 [ 260 ] {b292b64f-000c-46de-87c8-3bde6541b747} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14241 2025.01.02 23:43:37.451562 [ 260 ] {b292b64f-000c-46de-87c8-3bde6541b747} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001922 sec., 7284.0790842872 rows/sec., 524.36 KiB/sec.
14242 2025.01.02 23:43:37.451667 [ 260 ] {b292b64f-000c-46de-87c8-3bde6541b747} <Debug> TCPHandler: Processed in 0.00233261 sec.
14243 2025.01.02 23:43:37.451963 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14244 2025.01.02 23:43:37.452160 [ 265 ] {ed2a7cf2-c84e-48ac-9cfa-9cbea3dc127a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
14245 2025.01.02 23:43:37.452236 [ 265 ] {ed2a7cf2-c84e-48ac-9cfa-9cbea3dc127a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14246 2025.01.02 23:43:37.453192 [ 265 ] {ed2a7cf2-c84e-48ac-9cfa-9cbea3dc127a} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14247 2025.01.02 23:43:37.453246 [ 265 ] {ed2a7cf2-c84e-48ac-9cfa-9cbea3dc127a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
14248 2025.01.02 23:43:37.453709 [ 265 ] {ed2a7cf2-c84e-48ac-9cfa-9cbea3dc127a} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary)
14249 2025.01.02 23:43:37.453975 [ 265 ] {ed2a7cf2-c84e-48ac-9cfa-9cbea3dc127a} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14250 2025.01.02 23:43:37.454231 [ 265 ] {ed2a7cf2-c84e-48ac-9cfa-9cbea3dc127a} <Debug> executeQuery: Read 283 rows, 25.60 KiB in 0.002121 sec., 133427.62847713343 rows/sec., 11.79 MiB/sec.
14251 2025.01.02 23:43:37.454341 [ 265 ] {ed2a7cf2-c84e-48ac-9cfa-9cbea3dc127a} <Debug> TCPHandler: Processed in 0.002541763 sec.
14252 2025.01.02 23:43:37.454559 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14253 2025.01.02 23:43:37.454884 [ 260 ] {49e27a2a-9f58-451e-94c8-005b93be055e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
14254 2025.01.02 23:43:37.454981 [ 260 ] {49e27a2a-9f58-451e-94c8-005b93be055e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
14255 2025.01.02 23:43:37.455622 [ 260 ] {49e27a2a-9f58-451e-94c8-005b93be055e} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14256 2025.01.02 23:43:37.455662 [ 260 ] {49e27a2a-9f58-451e-94c8-005b93be055e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
14257 2025.01.02 23:43:37.456034 [ 260 ] {49e27a2a-9f58-451e-94c8-005b93be055e} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
14258 2025.01.02 23:43:37.456273 [ 260 ] {49e27a2a-9f58-451e-94c8-005b93be055e} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14259 2025.01.02 23:43:37.456470 [ 260 ] {49e27a2a-9f58-451e-94c8-005b93be055e} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.001702 sec., 27614.571092831964 rows/sec., 1.99 MiB/sec.
14260 2025.01.02 23:43:37.456540 [ 260 ] {49e27a2a-9f58-451e-94c8-005b93be055e} <Debug> TCPHandler: Processed in 0.002099818 sec.
14261 2025.01.02 23:43:37.456784 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14262 2025.01.02 23:43:37.456969 [ 265 ] {c02eda97-c4a1-4b1c-89f5-888754aecc5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
14263 2025.01.02 23:43:37.457030 [ 265 ] {c02eda97-c4a1-4b1c-89f5-888754aecc5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
14264 2025.01.02 23:43:37.457640 [ 265 ] {c02eda97-c4a1-4b1c-89f5-888754aecc5f} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14265 2025.01.02 23:43:37.457681 [ 265 ] {c02eda97-c4a1-4b1c-89f5-888754aecc5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
14266 2025.01.02 23:43:37.458061 [ 265 ] {c02eda97-c4a1-4b1c-89f5-888754aecc5f} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
14267 2025.01.02 23:43:37.458303 [ 265 ] {c02eda97-c4a1-4b1c-89f5-888754aecc5f} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14268 2025.01.02 23:43:37.458545 [ 265 ] {c02eda97-c4a1-4b1c-89f5-888754aecc5f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001605 sec., 8722.741433021807 rows/sec., 610.88 KiB/sec.
14269 2025.01.02 23:43:37.458620 [ 265 ] {c02eda97-c4a1-4b1c-89f5-888754aecc5f} <Debug> TCPHandler: Processed in 0.001982226 sec.
14270 2025.01.02 23:43:37.458845 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14271 2025.01.02 23:43:37.459041 [ 260 ] {dfaee2f9-6aac-4332-94ae-a3201f81c295} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
14272 2025.01.02 23:43:37.459089 [ 260 ] {dfaee2f9-6aac-4332-94ae-a3201f81c295} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
14273 2025.01.02 23:43:37.459675 [ 260 ] {dfaee2f9-6aac-4332-94ae-a3201f81c295} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14274 2025.01.02 23:43:37.459716 [ 260 ] {dfaee2f9-6aac-4332-94ae-a3201f81c295} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
14275 2025.01.02 23:43:37.460077 [ 260 ] {dfaee2f9-6aac-4332-94ae-a3201f81c295} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
14276 2025.01.02 23:43:37.460330 [ 260 ] {dfaee2f9-6aac-4332-94ae-a3201f81c295} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14277 2025.01.02 23:43:37.460511 [ 260 ] {dfaee2f9-6aac-4332-94ae-a3201f81c295} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001506 sec., 8632.138114209827 rows/sec., 538.21 KiB/sec.
14278 2025.01.02 23:43:37.460565 [ 260 ] {dfaee2f9-6aac-4332-94ae-a3201f81c295} <Debug> TCPHandler: Processed in 0.001846764 sec.
14279 2025.01.02 23:43:37.460725 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14280 2025.01.02 23:43:37.460863 [ 265 ] {100ca2c9-6dc0-4aab-9a3c-8c38770c21f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
14281 2025.01.02 23:43:37.460920 [ 265 ] {100ca2c9-6dc0-4aab-9a3c-8c38770c21f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14282 2025.01.02 23:43:37.461720 [ 265 ] {100ca2c9-6dc0-4aab-9a3c-8c38770c21f3} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14283 2025.01.02 23:43:37.461759 [ 265 ] {100ca2c9-6dc0-4aab-9a3c-8c38770c21f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
14284 2025.01.02 23:43:37.462143 [ 265 ] {100ca2c9-6dc0-4aab-9a3c-8c38770c21f3} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary)
14285 2025.01.02 23:43:37.462386 [ 265 ] {100ca2c9-6dc0-4aab-9a3c-8c38770c21f3} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14286 2025.01.02 23:43:37.462603 [ 265 ] {100ca2c9-6dc0-4aab-9a3c-8c38770c21f3} <Debug> executeQuery: Read 422 rows, 30.88 KiB in 0.00177 sec., 238418.0790960452 rows/sec., 17.04 MiB/sec.
14287 2025.01.02 23:43:37.462660 [ 265 ] {100ca2c9-6dc0-4aab-9a3c-8c38770c21f3} <Debug> TCPHandler: Processed in 0.002003396 sec.
14288 2025.01.02 23:43:37.462826 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14289 2025.01.02 23:43:37.462971 [ 260 ] {4d3fc0c2-9485-4473-b8e2-f9fa935e99cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
14290 2025.01.02 23:43:37.463031 [ 260 ] {4d3fc0c2-9485-4473-b8e2-f9fa935e99cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
14291 2025.01.02 23:43:37.463550 [ 260 ] {4d3fc0c2-9485-4473-b8e2-f9fa935e99cc} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14292 2025.01.02 23:43:37.463588 [ 260 ] {4d3fc0c2-9485-4473-b8e2-f9fa935e99cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
14293 2025.01.02 23:43:37.463958 [ 260 ] {4d3fc0c2-9485-4473-b8e2-f9fa935e99cc} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
14294 2025.01.02 23:43:37.464200 [ 260 ] {4d3fc0c2-9485-4473-b8e2-f9fa935e99cc} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14295 2025.01.02 23:43:37.464379 [ 260 ] {4d3fc0c2-9485-4473-b8e2-f9fa935e99cc} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001438 sec., 4172.4617524339355 rows/sec., 217.99 KiB/sec.
14296 2025.01.02 23:43:37.464429 [ 260 ] {4d3fc0c2-9485-4473-b8e2-f9fa935e99cc} <Debug> TCPHandler: Processed in 0.001670212 sec.
14297 2025.01.02 23:43:37.464582 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14298 2025.01.02 23:43:37.464718 [ 265 ] {8b005035-988a-4100-9acd-91a4838a01d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14299 2025.01.02 23:43:37.464781 [ 265 ] {8b005035-988a-4100-9acd-91a4838a01d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14300 2025.01.02 23:43:37.465413 [ 265 ] {8b005035-988a-4100-9acd-91a4838a01d8} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14301 2025.01.02 23:43:37.465451 [ 265 ] {8b005035-988a-4100-9acd-91a4838a01d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
14302 2025.01.02 23:43:37.465846 [ 265 ] {8b005035-988a-4100-9acd-91a4838a01d8} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary)
14303 2025.01.02 23:43:37.466089 [ 265 ] {8b005035-988a-4100-9acd-91a4838a01d8} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14304 2025.01.02 23:43:37.466302 [ 265 ] {8b005035-988a-4100-9acd-91a4838a01d8} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001613 sec., 146931.18412895227 rows/sec., 9.85 MiB/sec.
14305 2025.01.02 23:43:37.466357 [ 265 ] {8b005035-988a-4100-9acd-91a4838a01d8} <Debug> TCPHandler: Processed in 0.001840885 sec.
14306 2025.01.02 23:43:37.466506 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14307 2025.01.02 23:43:37.466643 [ 260 ] {37ab0b4f-4463-4540-91f7-f8e6963199d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
14308 2025.01.02 23:43:37.466703 [ 260 ] {37ab0b4f-4463-4540-91f7-f8e6963199d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
14309 2025.01.02 23:43:37.467261 [ 260 ] {37ab0b4f-4463-4540-91f7-f8e6963199d3} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14310 2025.01.02 23:43:37.467299 [ 260 ] {37ab0b4f-4463-4540-91f7-f8e6963199d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
14311 2025.01.02 23:43:37.467656 [ 260 ] {37ab0b4f-4463-4540-91f7-f8e6963199d3} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
14312 2025.01.02 23:43:37.467899 [ 260 ] {37ab0b4f-4463-4540-91f7-f8e6963199d3} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14313 2025.01.02 23:43:37.468022 [ 125 ] {} <Debug> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
14314 2025.01.02 23:43:37.468064 [ 125 ] {} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14315 2025.01.02 23:43:37.468085 [ 260 ] {37ab0b4f-4463-4540-91f7-f8e6963199d3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001472 sec., 679.3478260869565 rows/sec., 45.78 KiB/sec.
14316 2025.01.02 23:43:37.468089 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
14317 2025.01.02 23:43:37.468168 [ 260 ] {37ab0b4f-4463-4540-91f7-f8e6963199d3} <Debug> TCPHandler: Processed in 0.001731802 sec.
14318 2025.01.02 23:43:37.468409 [ 197 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full
14319 2025.01.02 23:43:37.468542 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14320 2025.01.02 23:43:37.468951 [ 197 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14321 2025.01.02 23:43:37.469089 [ 197 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 53 rows starting from the beginning of the part
14322 2025.01.02 23:43:37.469201 [ 265 ] {e89b4a59-0260-443c-89ae-ef56d6837e4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
14323 2025.01.02 23:43:37.469475 [ 197 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 1 rows starting from the beginning of the part
14324 2025.01.02 23:43:37.469792 [ 197 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 1 rows starting from the beginning of the part
14325 2025.01.02 23:43:37.469874 [ 265 ] {e89b4a59-0260-443c-89ae-ef56d6837e4f} <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
14326 2025.01.02 23:43:37.470067 [ 197 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 1 rows starting from the beginning of the part
14327 2025.01.02 23:43:37.470513 [ 197 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 1 rows starting from the beginning of the part
14328 2025.01.02 23:43:37.470860 [ 197 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 1 rows starting from the beginning of the part
14329 2025.01.02 23:43:37.474489 [ 187 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 58 rows, containing 4 columns (4 merged, 0 gathered) in 0.006309103 sec., 9193.065955651698 rows/sec., 618.22 KiB/sec.
14330 2025.01.02 23:43:37.474661 [ 187 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
14331 2025.01.02 23:43:37.474801 [ 265 ] {e89b4a59-0260-443c-89ae-ef56d6837e4f} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14332 2025.01.02 23:43:37.474842 [ 265 ] {e89b4a59-0260-443c-89ae-ef56d6837e4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
14333 2025.01.02 23:43:37.475077 [ 187 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_56_11} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14334 2025.01.02 23:43:37.475185 [ 187 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_56_11} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
14335 2025.01.02 23:43:37.475294 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
14336 2025.01.02 23:43:37.475677 [ 265 ] {e89b4a59-0260-443c-89ae-ef56d6837e4f} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
14337 2025.01.02 23:43:37.475940 [ 265 ] {e89b4a59-0260-443c-89ae-ef56d6837e4f} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14338 2025.01.02 23:43:37.476106 [ 125 ] {} <Debug> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
14339 2025.01.02 23:43:37.476181 [ 125 ] {} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14340 2025.01.02 23:43:37.476205 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
14341 2025.01.02 23:43:37.476232 [ 265 ] {e89b4a59-0260-443c-89ae-ef56d6837e4f} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.007313 sec., 5469.711472719814 rows/sec., 9.80 MiB/sec.
14342 2025.01.02 23:43:37.476530 [ 186 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full
14343 2025.01.02 23:43:37.476653 [ 265 ] {e89b4a59-0260-443c-89ae-ef56d6837e4f} <Debug> TCPHandler: Processed in 0.008408551 sec.
14344 2025.01.02 23:43:37.476928 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14345 2025.01.02 23:43:37.477119 [ 260 ] {8d7018f4-3183-45a0-91e4-0308171eae39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14346 2025.01.02 23:43:37.477142 [ 186 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14347 2025.01.02 23:43:37.477197 [ 260 ] {8d7018f4-3183-45a0-91e4-0308171eae39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14348 2025.01.02 23:43:37.477251 [ 186 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1950 rows starting from the beginning of the part
14349 2025.01.02 23:43:37.477951 [ 186 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 40 rows starting from the beginning of the part
14350 2025.01.02 23:43:37.478327 [ 186 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 40 rows starting from the beginning of the part
14351 2025.01.02 23:43:37.478770 [ 186 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 40 rows starting from the beginning of the part
14352 2025.01.02 23:43:37.478770 [ 260 ] {8d7018f4-3183-45a0-91e4-0308171eae39} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14353 2025.01.02 23:43:37.478823 [ 260 ] {8d7018f4-3183-45a0-91e4-0308171eae39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
14354 2025.01.02 23:43:37.479120 [ 186 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 40 rows starting from the beginning of the part
14355 2025.01.02 23:43:37.479503 [ 186 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 40 rows starting from the beginning of the part
14356 2025.01.02 23:43:37.479751 [ 260 ] {8d7018f4-3183-45a0-91e4-0308171eae39} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary)
14357 2025.01.02 23:43:37.480109 [ 260 ] {8d7018f4-3183-45a0-91e4-0308171eae39} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14358 2025.01.02 23:43:37.480392 [ 260 ] {8d7018f4-3183-45a0-91e4-0308171eae39} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.003313 sec., 24750.980984002414 rows/sec., 1.57 MiB/sec.
14359 2025.01.02 23:43:37.480563 [ 260 ] {8d7018f4-3183-45a0-91e4-0308171eae39} <Debug> TCPHandler: Processed in 0.003738389 sec.
14360 2025.01.02 23:43:37.488173 [ 200 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2150 rows, containing 19 columns (19 merged, 0 gathered) in 0.011851326 sec., 181414.29912568434 rows/sec., 325.09 MiB/sec.
14361 2025.01.02 23:43:37.489760 [ 190 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
14362 2025.01.02 23:43:37.490147 [ 190 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14363 2025.01.02 23:43:37.490226 [ 190 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
14364 2025.01.02 23:43:37.490336 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.12 MiB.
14365 2025.01.02 23:43:38.000188 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 265.27 MiB, peak 283.36 MiB, free memory in arenas 0.00 B, will set to 266.75 MiB (RSS), difference: 1.49 MiB
14366 2025.01.02 23:43:40.528595 [ 87 ] {} <Debug> DNSResolver: Updating DNS cache
14367 2025.01.02 23:43:40.528691 [ 87 ] {} <Debug> DNSResolver: Updated DNS cache
14368 2025.01.02 23:43:40.751569 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 35746
14369 2025.01.02 23:43:40.752728 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14370 2025.01.02 23:43:40.752783 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
14371 2025.01.02 23:43:40.753323 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
14372 2025.01.02 23:43:40.753582 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14373 2025.01.02 23:43:40.753825 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35746
14374 2025.01.02 23:43:42.443094 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14375 2025.01.02 23:43:42.443280 [ 260 ] {79f1a6f8-620d-4084-be42-6748313ab073} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
14376 2025.01.02 23:43:42.443352 [ 260 ] {79f1a6f8-620d-4084-be42-6748313ab073} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14377 2025.01.02 23:43:42.444104 [ 260 ] {79f1a6f8-620d-4084-be42-6748313ab073} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14378 2025.01.02 23:43:42.444150 [ 260 ] {79f1a6f8-620d-4084-be42-6748313ab073} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
14379 2025.01.02 23:43:42.444582 [ 260 ] {79f1a6f8-620d-4084-be42-6748313ab073} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary)
14380 2025.01.02 23:43:42.444836 [ 260 ] {79f1a6f8-620d-4084-be42-6748313ab073} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14381 2025.01.02 23:43:42.445057 [ 78 ] {} <Debug> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0
14382 2025.01.02 23:43:42.445068 [ 260 ] {79f1a6f8-620d-4084-be42-6748313ab073} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001829 sec., 30617.823947512305 rows/sec., 2.35 MiB/sec.
14383 2025.01.02 23:43:42.445154 [ 78 ] {} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14384 2025.01.02 23:43:42.445241 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
14385 2025.01.02 23:43:42.445250 [ 260 ] {79f1a6f8-620d-4084-be42-6748313ab073} <Debug> TCPHandler: Processed in 0.0022909 sec.
14386 2025.01.02 23:43:42.445551 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14387 2025.01.02 23:43:42.445575 [ 187 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full
14388 2025.01.02 23:43:42.445956 [ 265 ] {0c316f94-06bb-4cd3-8fef-db04866cc479} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
14389 2025.01.02 23:43:42.446146 [ 265 ] {0c316f94-06bb-4cd3-8fef-db04866cc479} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14390 2025.01.02 23:43:42.446207 [ 187 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14391 2025.01.02 23:43:42.446361 [ 187 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 1435 rows starting from the beginning of the part
14392 2025.01.02 23:43:42.446881 [ 187 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 56 rows starting from the beginning of the part
14393 2025.01.02 23:43:42.447489 [ 187 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 283 rows starting from the beginning of the part
14394 2025.01.02 23:43:42.448086 [ 187 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 1198 rows starting from the beginning of the part
14395 2025.01.02 23:43:42.448515 [ 187 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 283 rows starting from the beginning of the part
14396 2025.01.02 23:43:42.448742 [ 187 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 56 rows starting from the beginning of the part
14397 2025.01.02 23:43:42.449393 [ 265 ] {0c316f94-06bb-4cd3-8fef-db04866cc479} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14398 2025.01.02 23:43:42.449437 [ 265 ] {0c316f94-06bb-4cd3-8fef-db04866cc479} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
14399 2025.01.02 23:43:42.450027 [ 265 ] {0c316f94-06bb-4cd3-8fef-db04866cc479} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary)
14400 2025.01.02 23:43:42.450338 [ 265 ] {0c316f94-06bb-4cd3-8fef-db04866cc479} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14401 2025.01.02 23:43:42.450565 [ 78 ] {} <Debug> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0
14402 2025.01.02 23:43:42.450629 [ 78 ] {} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14403 2025.01.02 23:43:42.450663 [ 265 ] {0c316f94-06bb-4cd3-8fef-db04866cc479} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00483 sec., 13250.517598343686 rows/sec., 1.03 MiB/sec.
14404 2025.01.02 23:43:42.450722 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
14405 2025.01.02 23:43:42.451047 [ 265 ] {0c316f94-06bb-4cd3-8fef-db04866cc479} <Debug> TCPHandler: Processed in 0.005662504 sec.
14406 2025.01.02 23:43:42.451478 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14407 2025.01.02 23:43:42.451468 [ 200 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full
14408 2025.01.02 23:43:42.451919 [ 260 ] {3b34631e-34ce-4c0b-813e-36b2af4e5c20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14409 2025.01.02 23:43:42.452185 [ 260 ] {3b34631e-34ce-4c0b-813e-36b2af4e5c20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14410 2025.01.02 23:43:42.452358 [ 200 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14411 2025.01.02 23:43:42.452599 [ 200 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 914 rows starting from the beginning of the part
14412 2025.01.02 23:43:42.453187 [ 200 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 64 rows starting from the beginning of the part
14413 2025.01.02 23:43:42.453771 [ 200 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 422 rows starting from the beginning of the part
14414 2025.01.02 23:43:42.454319 [ 200 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 524 rows starting from the beginning of the part
14415 2025.01.02 23:43:42.454774 [ 200 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 422 rows starting from the beginning of the part
14416 2025.01.02 23:43:42.455140 [ 200 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 64 rows starting from the beginning of the part
14417 2025.01.02 23:43:42.456154 [ 187 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3311 rows, containing 5 columns (5 merged, 0 gathered) in 0.010799232 sec., 306595.8764475103 rows/sec., 26.87 MiB/sec.
14418 2025.01.02 23:43:42.456604 [ 187 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary)
14419 2025.01.02 23:43:42.457137 [ 260 ] {3b34631e-34ce-4c0b-813e-36b2af4e5c20} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14420 2025.01.02 23:43:42.457232 [ 260 ] {3b34631e-34ce-4c0b-813e-36b2af4e5c20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
14421 2025.01.02 23:43:42.457717 [ 187 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_111_22} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14422 2025.01.02 23:43:42.458204 [ 187 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_111_22} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22
14423 2025.01.02 23:43:42.458594 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB.
14424 2025.01.02 23:43:42.459038 [ 260 ] {3b34631e-34ce-4c0b-813e-36b2af4e5c20} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary)
14425 2025.01.02 23:43:42.459375 [ 260 ] {3b34631e-34ce-4c0b-813e-36b2af4e5c20} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14426 2025.01.02 23:43:42.459682 [ 78 ] {} <Debug> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00) (MergerMutator): Selected 5 parts from all_1_106_21 to all_110_110_0
14427 2025.01.02 23:43:42.459791 [ 78 ] {} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14428 2025.01.02 23:43:42.459875 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
14429 2025.01.02 23:43:42.460171 [ 200 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2410 rows, containing 5 columns (5 merged, 0 gathered) in 0.009244652 sec., 260691.26236444592 rows/sec., 19.99 MiB/sec.
14430 2025.01.02 23:43:42.460205 [ 192 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_110_22} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_106_21 to all_110_110_0 into Compact with storage Full
14431 2025.01.02 23:43:42.460278 [ 260 ] {3b34631e-34ce-4c0b-813e-36b2af4e5c20} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.008504 sec., 18814.67544684854 rows/sec., 1.31 MiB/sec.
14432 2025.01.02 23:43:42.460524 [ 200 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary)
14433 2025.01.02 23:43:42.460690 [ 192 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_110_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14434 2025.01.02 23:43:42.460714 [ 260 ] {3b34631e-34ce-4c0b-813e-36b2af4e5c20} <Debug> TCPHandler: Processed in 0.009503055 sec.
14435 2025.01.02 23:43:42.460803 [ 192 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_106_21, total 33871 rows starting from the beginning of the part
14436 2025.01.02 23:43:42.461069 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14437 2025.01.02 23:43:42.461261 [ 192 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 160 rows starting from the beginning of the part
14438 2025.01.02 23:43:42.461599 [ 265 ] {2265fff8-df9d-4117-95e2-076308bbac4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14439 2025.01.02 23:43:42.461632 [ 200 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_111_22} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14440 2025.01.02 23:43:42.461709 [ 192 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 237 rows starting from the beginning of the part
14441 2025.01.02 23:43:42.461892 [ 265 ] {2265fff8-df9d-4117-95e2-076308bbac4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14442 2025.01.02 23:43:42.462127 [ 200 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_111_22} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22
14443 2025.01.02 23:43:42.462203 [ 192 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 882 rows starting from the beginning of the part
14444 2025.01.02 23:43:42.462544 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB.
14445 2025.01.02 23:43:42.462727 [ 192 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 237 rows starting from the beginning of the part
14446 2025.01.02 23:43:42.464269 [ 265 ] {2265fff8-df9d-4117-95e2-076308bbac4d} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14447 2025.01.02 23:43:42.464320 [ 265 ] {2265fff8-df9d-4117-95e2-076308bbac4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
14448 2025.01.02 23:43:42.464854 [ 265 ] {2265fff8-df9d-4117-95e2-076308bbac4d} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary)
14449 2025.01.02 23:43:42.465215 [ 265 ] {2265fff8-df9d-4117-95e2-076308bbac4d} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14450 2025.01.02 23:43:42.465515 [ 78 ] {} <Debug> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0
14451 2025.01.02 23:43:42.465617 [ 78 ] {} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14452 2025.01.02 23:43:42.465708 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
14453 2025.01.02 23:43:42.465887 [ 265 ] {2265fff8-df9d-4117-95e2-076308bbac4d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004496 sec., 13345.195729537367 rows/sec., 920.96 KiB/sec.
14454 2025.01.02 23:43:42.466160 [ 195 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full
14455 2025.01.02 23:43:42.466227 [ 265 ] {2265fff8-df9d-4117-95e2-076308bbac4d} <Debug> TCPHandler: Processed in 0.005355741 sec.
14456 2025.01.02 23:43:42.466548 [ 195 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14457 2025.01.02 23:43:42.466583 [ 195 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 7074 rows starting from the beginning of the part
14458 2025.01.02 23:43:42.466662 [ 195 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 60 rows starting from the beginning of the part
14459 2025.01.02 23:43:42.466838 [ 195 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 82 rows starting from the beginning of the part
14460 2025.01.02 23:43:42.467032 [ 195 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 60 rows starting from the beginning of the part
14461 2025.01.02 23:43:42.467111 [ 195 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 82 rows starting from the beginning of the part
14462 2025.01.02 23:43:42.467204 [ 195 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 60 rows starting from the beginning of the part
14463 2025.01.02 23:43:42.469651 [ 189 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7418 rows, containing 4 columns (4 merged, 0 gathered) in 0.003829871 sec., 1936879.8583555426 rows/sec., 126.18 MiB/sec.
14464 2025.01.02 23:43:42.470175 [ 189 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary)
14465 2025.01.02 23:43:42.470533 [ 189 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_111_22} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14466 2025.01.02 23:43:42.470616 [ 189 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_111_22} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22
14467 2025.01.02 23:43:42.470710 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.27 MiB.
14468 2025.01.02 23:43:42.472557 [ 189 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_110_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 35387 rows, containing 5 columns (5 merged, 0 gathered) in 0.012523095 sec., 2825739.1643200023 rows/sec., 190.65 MiB/sec.
14469 2025.01.02 23:43:42.472892 [ 202 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_110_22} <Trace> MergedBlockOutputStream: filled checksums all_1_110_22 (state Temporary)
14470 2025.01.02 23:43:42.473228 [ 202 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_110_22} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_merge_all_1_110_22 to all_1_110_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14471 2025.01.02 23:43:42.473315 [ 202 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_110_22} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00) (MergerMutator): Merged 5 parts: [all_1_106_21, all_110_110_0] -> all_1_110_22
14472 2025.01.02 23:43:42.473416 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB.
14473 2025.01.02 23:43:43.307803 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 588
14474 2025.01.02 23:43:43.331509 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14475 2025.01.02 23:43:43.331561 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
14476 2025.01.02 23:43:43.338922 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
14477 2025.01.02 23:43:43.339723 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14478 2025.01.02 23:43:43.343845 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 588
14479 2025.01.02 23:43:45.967460 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 2000
14480 2025.01.02 23:43:45.970870 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14481 2025.01.02 23:43:45.970919 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
14482 2025.01.02 23:43:45.972436 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
14483 2025.01.02 23:43:45.972748 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14484 2025.01.02 23:43:45.973336 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2000
14485 2025.01.02 23:43:47.310846 [ 225 ] {} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
14486 2025.01.02 23:43:47.310943 [ 225 ] {} <Debug> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
14487 2025.01.02 23:43:47.312903 [ 225 ] {} <Debug> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
14488 2025.01.02 23:43:47.449611 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14489 2025.01.02 23:43:47.449786 [ 260 ] {b0a99441-e066-4e19-be9c-50303b2444c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
14490 2025.01.02 23:43:47.449855 [ 260 ] {b0a99441-e066-4e19-be9c-50303b2444c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
14491 2025.01.02 23:43:47.450596 [ 260 ] {b0a99441-e066-4e19-be9c-50303b2444c7} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14492 2025.01.02 23:43:47.450643 [ 260 ] {b0a99441-e066-4e19-be9c-50303b2444c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
14493 2025.01.02 23:43:47.451079 [ 260 ] {b0a99441-e066-4e19-be9c-50303b2444c7} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
14494 2025.01.02 23:43:47.451347 [ 260 ] {b0a99441-e066-4e19-be9c-50303b2444c7} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14495 2025.01.02 23:43:47.451545 [ 29 ] {} <Debug> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4) (MergerMutator): Selected 5 parts from all_1_53_13 to all_57_57_0
14496 2025.01.02 23:43:47.451592 [ 260 ] {b0a99441-e066-4e19-be9c-50303b2444c7} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001851 sec., 7563.479200432199 rows/sec., 544.47 KiB/sec.
14497 2025.01.02 23:43:47.451638 [ 29 ] {} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14498 2025.01.02 23:43:47.451712 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
14499 2025.01.02 23:43:47.451723 [ 260 ] {b0a99441-e066-4e19-be9c-50303b2444c7} <Debug> TCPHandler: Processed in 0.002243809 sec.
14500 2025.01.02 23:43:47.451948 [ 220 ] {} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0]
14501 2025.01.02 23:43:47.451992 [ 201 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_57_14} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_53_13 to all_57_57_0 into Compact with storage Full
14502 2025.01.02 23:43:47.452027 [ 220 ] {} <Debug> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0]
14503 2025.01.02 23:43:47.452078 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14504 2025.01.02 23:43:47.452332 [ 201 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_57_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14505 2025.01.02 23:43:47.452465 [ 201 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_53_13, total 14 rows starting from the beginning of the part
14506 2025.01.02 23:43:47.452609 [ 265 ] {fd29c3c7-75fb-4a57-9cbb-e4b494c53f64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
14507 2025.01.02 23:43:47.452654 [ 201 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 14 rows starting from the beginning of the part
14508 2025.01.02 23:43:47.453084 [ 201 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 14 rows starting from the beginning of the part
14509 2025.01.02 23:43:47.453422 [ 201 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 14 rows starting from the beginning of the part
14510 2025.01.02 23:43:47.453507 [ 265 ] {fd29c3c7-75fb-4a57-9cbb-e4b494c53f64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
14511 2025.01.02 23:43:47.453708 [ 201 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 14 rows starting from the beginning of the part
14512 2025.01.02 23:43:47.457407 [ 220 ] {} <Debug> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0]
14513 2025.01.02 23:43:47.458500 [ 201 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_57_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.006674358 sec., 10487.900109643504 rows/sec., 795.96 KiB/sec.
14514 2025.01.02 23:43:47.458747 [ 265 ] {fd29c3c7-75fb-4a57-9cbb-e4b494c53f64} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14515 2025.01.02 23:43:47.458852 [ 265 ] {fd29c3c7-75fb-4a57-9cbb-e4b494c53f64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
14516 2025.01.02 23:43:47.458920 [ 189 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_57_14} <Trace> MergedBlockOutputStream: filled checksums all_1_57_14 (state Temporary)
14517 2025.01.02 23:43:47.459634 [ 189 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_57_14} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Renaming temporary part tmp_merge_all_1_57_14 to all_1_57_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14518 2025.01.02 23:43:47.459715 [ 265 ] {fd29c3c7-75fb-4a57-9cbb-e4b494c53f64} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
14519 2025.01.02 23:43:47.459761 [ 189 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_57_14} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4) (MergerMutator): Merged 5 parts: [all_1_53_13, all_57_57_0] -> all_1_57_14
14520 2025.01.02 23:43:47.459925 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
14521 2025.01.02 23:43:47.460138 [ 265 ] {fd29c3c7-75fb-4a57-9cbb-e4b494c53f64} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14522 2025.01.02 23:43:47.460357 [ 265 ] {fd29c3c7-75fb-4a57-9cbb-e4b494c53f64} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.007923 sec., 252.4296352391771 rows/sec., 20.58 KiB/sec.
14523 2025.01.02 23:43:47.460438 [ 265 ] {fd29c3c7-75fb-4a57-9cbb-e4b494c53f64} <Debug> TCPHandler: Processed in 0.008567243 sec.
14524 2025.01.02 23:43:47.460599 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14525 2025.01.02 23:43:47.460724 [ 260 ] {3f91a1f6-8f65-49ef-bf84-157d2719077d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
14526 2025.01.02 23:43:47.460774 [ 260 ] {3f91a1f6-8f65-49ef-bf84-157d2719077d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14527 2025.01.02 23:43:47.461526 [ 260 ] {3f91a1f6-8f65-49ef-bf84-157d2719077d} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14528 2025.01.02 23:43:47.461568 [ 260 ] {3f91a1f6-8f65-49ef-bf84-157d2719077d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
14529 2025.01.02 23:43:47.461971 [ 260 ] {3f91a1f6-8f65-49ef-bf84-157d2719077d} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary)
14530 2025.01.02 23:43:47.462214 [ 260 ] {3f91a1f6-8f65-49ef-bf84-157d2719077d} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14531 2025.01.02 23:43:47.462422 [ 260 ] {3f91a1f6-8f65-49ef-bf84-157d2719077d} <Debug> executeQuery: Read 284 rows, 25.68 KiB in 0.001724 sec., 164733.17865429234 rows/sec., 14.54 MiB/sec.
14532 2025.01.02 23:43:47.462478 [ 260 ] {3f91a1f6-8f65-49ef-bf84-157d2719077d} <Debug> TCPHandler: Processed in 0.001943525 sec.
14533 2025.01.02 23:43:47.462650 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14534 2025.01.02 23:43:47.462799 [ 265 ] {1182ec01-5dba-4f3a-9274-1d13a50f66f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
14535 2025.01.02 23:43:47.462861 [ 265 ] {1182ec01-5dba-4f3a-9274-1d13a50f66f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
14536 2025.01.02 23:43:47.463599 [ 265 ] {1182ec01-5dba-4f3a-9274-1d13a50f66f0} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14537 2025.01.02 23:43:47.463637 [ 265 ] {1182ec01-5dba-4f3a-9274-1d13a50f66f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
14538 2025.01.02 23:43:47.464014 [ 265 ] {1182ec01-5dba-4f3a-9274-1d13a50f66f0} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
14539 2025.01.02 23:43:47.464302 [ 265 ] {1182ec01-5dba-4f3a-9274-1d13a50f66f0} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14540 2025.01.02 23:43:47.464735 [ 219 ] {} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Found 6 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0]
14541 2025.01.02 23:43:47.464839 [ 219 ] {} <Debug> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Removing 6 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0]
14542 2025.01.02 23:43:47.464996 [ 265 ] {1182ec01-5dba-4f3a-9274-1d13a50f66f0} <Debug> executeQuery: Read 49 rows, 3.60 KiB in 0.002198 sec., 22292.993630573248 rows/sec., 1.60 MiB/sec.
14543 2025.01.02 23:43:47.465212 [ 265 ] {1182ec01-5dba-4f3a-9274-1d13a50f66f0} <Debug> TCPHandler: Processed in 0.002624544 sec.
14544 2025.01.02 23:43:47.465416 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14545 2025.01.02 23:43:47.465647 [ 260 ] {4b56ff74-f715-4150-aee0-c9d1d7c4e843} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
14546 2025.01.02 23:43:47.465739 [ 260 ] {4b56ff74-f715-4150-aee0-c9d1d7c4e843} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
14547 2025.01.02 23:43:47.467169 [ 260 ] {4b56ff74-f715-4150-aee0-c9d1d7c4e843} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14548 2025.01.02 23:43:47.467209 [ 260 ] {4b56ff74-f715-4150-aee0-c9d1d7c4e843} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
14549 2025.01.02 23:43:47.467937 [ 260 ] {4b56ff74-f715-4150-aee0-c9d1d7c4e843} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
14550 2025.01.02 23:43:47.468467 [ 260 ] {4b56ff74-f715-4150-aee0-c9d1d7c4e843} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14551 2025.01.02 23:43:47.468732 [ 260 ] {4b56ff74-f715-4150-aee0-c9d1d7c4e843} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.003158 sec., 4433.185560481317 rows/sec., 310.47 KiB/sec.
14552 2025.01.02 23:43:47.468782 [ 224 ] {} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
14553 2025.01.02 23:43:47.468826 [ 260 ] {4b56ff74-f715-4150-aee0-c9d1d7c4e843} <Debug> TCPHandler: Processed in 0.003481866 sec.
14554 2025.01.02 23:43:47.468851 [ 224 ] {} <Debug> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
14555 2025.01.02 23:43:47.469226 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14556 2025.01.02 23:43:47.469361 [ 219 ] {} <Debug> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Removing 6 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0]
14557 2025.01.02 23:43:47.469592 [ 265 ] {3f5dc843-cb70-49b5-bd9d-550fbbd3498f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
14558 2025.01.02 23:43:47.469821 [ 265 ] {3f5dc843-cb70-49b5-bd9d-550fbbd3498f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
14559 2025.01.02 23:43:47.472527 [ 265 ] {3f5dc843-cb70-49b5-bd9d-550fbbd3498f} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14560 2025.01.02 23:43:47.472579 [ 265 ] {3f5dc843-cb70-49b5-bd9d-550fbbd3498f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
14561 2025.01.02 23:43:47.473260 [ 265 ] {3f5dc843-cb70-49b5-bd9d-550fbbd3498f} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
14562 2025.01.02 23:43:47.473429 [ 224 ] {} <Debug> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
14563 2025.01.02 23:43:47.473999 [ 265 ] {3f5dc843-cb70-49b5-bd9d-550fbbd3498f} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14564 2025.01.02 23:43:47.474250 [ 29 ] {} <Debug> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94) (MergerMutator): Selected 5 parts from all_1_53_13 to all_57_57_0
14565 2025.01.02 23:43:47.474291 [ 29 ] {} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14566 2025.01.02 23:43:47.474315 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
14567 2025.01.02 23:43:47.474351 [ 265 ] {3f5dc843-cb70-49b5-bd9d-550fbbd3498f} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.004943 sec., 2629.9817924337444 rows/sec., 163.98 KiB/sec.
14568 2025.01.02 23:43:47.474579 [ 265 ] {3f5dc843-cb70-49b5-bd9d-550fbbd3498f} <Debug> TCPHandler: Processed in 0.005589794 sec.
14569 2025.01.02 23:43:47.474612 [ 193 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_57_14} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_53_13 to all_57_57_0 into Compact with storage Full
14570 2025.01.02 23:43:47.474775 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14571 2025.01.02 23:43:47.474808 [ 193 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_57_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14572 2025.01.02 23:43:47.474864 [ 193 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_53_13, total 13 rows starting from the beginning of the part
14573 2025.01.02 23:43:47.475074 [ 260 ] {c9c8194e-d388-4c72-aacc-889b42788ec6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
14574 2025.01.02 23:43:47.475229 [ 193 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 13 rows starting from the beginning of the part
14575 2025.01.02 23:43:47.475245 [ 260 ] {c9c8194e-d388-4c72-aacc-889b42788ec6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14576 2025.01.02 23:43:47.475573 [ 193 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 13 rows starting from the beginning of the part
14577 2025.01.02 23:43:47.476007 [ 193 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 13 rows starting from the beginning of the part
14578 2025.01.02 23:43:47.476349 [ 193 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 13 rows starting from the beginning of the part
14579 2025.01.02 23:43:47.478631 [ 260 ] {c9c8194e-d388-4c72-aacc-889b42788ec6} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14580 2025.01.02 23:43:47.478708 [ 260 ] {c9c8194e-d388-4c72-aacc-889b42788ec6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
14581 2025.01.02 23:43:47.479106 [ 193 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_57_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004710522 sec., 13798.89532412756 rows/sec., 914.26 KiB/sec.
14582 2025.01.02 23:43:47.479300 [ 193 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_57_14} <Trace> MergedBlockOutputStream: filled checksums all_1_57_14 (state Temporary)
14583 2025.01.02 23:43:47.479674 [ 260 ] {c9c8194e-d388-4c72-aacc-889b42788ec6} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary)
14584 2025.01.02 23:43:47.479823 [ 193 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_57_14} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Renaming temporary part tmp_merge_all_1_57_14 to all_1_57_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14585 2025.01.02 23:43:47.479992 [ 193 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_57_14} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94) (MergerMutator): Merged 5 parts: [all_1_53_13, all_57_57_0] -> all_1_57_14
14586 2025.01.02 23:43:47.480139 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
14587 2025.01.02 23:43:47.480224 [ 260 ] {c9c8194e-d388-4c72-aacc-889b42788ec6} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14588 2025.01.02 23:43:47.480441 [ 260 ] {c9c8194e-d388-4c72-aacc-889b42788ec6} <Debug> executeQuery: Read 424 rows, 31.05 KiB in 0.005498 sec., 77118.95234630775 rows/sec., 5.51 MiB/sec.
14589 2025.01.02 23:43:47.480497 [ 260 ] {c9c8194e-d388-4c72-aacc-889b42788ec6} <Debug> TCPHandler: Processed in 0.005813956 sec.
14590 2025.01.02 23:43:47.480643 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14591 2025.01.02 23:43:47.480764 [ 265 ] {915dc350-1406-434f-a97c-d40fa5671a25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
14592 2025.01.02 23:43:47.480816 [ 265 ] {915dc350-1406-434f-a97c-d40fa5671a25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
14593 2025.01.02 23:43:47.481343 [ 265 ] {915dc350-1406-434f-a97c-d40fa5671a25} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14594 2025.01.02 23:43:47.481379 [ 265 ] {915dc350-1406-434f-a97c-d40fa5671a25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
14595 2025.01.02 23:43:47.481760 [ 265 ] {915dc350-1406-434f-a97c-d40fa5671a25} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
14596 2025.01.02 23:43:47.482003 [ 265 ] {915dc350-1406-434f-a97c-d40fa5671a25} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14597 2025.01.02 23:43:47.482178 [ 265 ] {915dc350-1406-434f-a97c-d40fa5671a25} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001443 sec., 4158.004158004158 rows/sec., 217.24 KiB/sec.
14598 2025.01.02 23:43:47.482232 [ 265 ] {915dc350-1406-434f-a97c-d40fa5671a25} <Debug> TCPHandler: Processed in 0.001642532 sec.
14599 2025.01.02 23:43:47.482374 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14600 2025.01.02 23:43:47.482491 [ 260 ] {a3b0c970-7db3-4dcc-8731-42fcef86be87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14601 2025.01.02 23:43:47.482543 [ 260 ] {a3b0c970-7db3-4dcc-8731-42fcef86be87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14602 2025.01.02 23:43:47.483225 [ 260 ] {a3b0c970-7db3-4dcc-8731-42fcef86be87} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14603 2025.01.02 23:43:47.483272 [ 260 ] {a3b0c970-7db3-4dcc-8731-42fcef86be87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
14604 2025.01.02 23:43:47.483726 [ 260 ] {a3b0c970-7db3-4dcc-8731-42fcef86be87} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary)
14605 2025.01.02 23:43:47.483965 [ 260 ] {a3b0c970-7db3-4dcc-8731-42fcef86be87} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14606 2025.01.02 23:43:47.484187 [ 260 ] {a3b0c970-7db3-4dcc-8731-42fcef86be87} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001716 sec., 138694.63869463868 rows/sec., 9.30 MiB/sec.
14607 2025.01.02 23:43:47.484254 [ 223 ] {} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
14608 2025.01.02 23:43:47.484272 [ 260 ] {a3b0c970-7db3-4dcc-8731-42fcef86be87} <Debug> TCPHandler: Processed in 0.001949706 sec.
14609 2025.01.02 23:43:47.484311 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
14610 2025.01.02 23:43:47.484459 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14611 2025.01.02 23:43:47.484606 [ 265 ] {7dbdf3d9-b7b8-4594-8828-54fc980cf4fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
14612 2025.01.02 23:43:47.484678 [ 265 ] {7dbdf3d9-b7b8-4594-8828-54fc980cf4fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
14613 2025.01.02 23:43:47.485782 [ 265 ] {7dbdf3d9-b7b8-4594-8828-54fc980cf4fb} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14614 2025.01.02 23:43:47.485858 [ 265 ] {7dbdf3d9-b7b8-4594-8828-54fc980cf4fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
14615 2025.01.02 23:43:47.486645 [ 265 ] {7dbdf3d9-b7b8-4594-8828-54fc980cf4fb} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
14616 2025.01.02 23:43:47.487076 [ 265 ] {7dbdf3d9-b7b8-4594-8828-54fc980cf4fb} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14617 2025.01.02 23:43:47.487299 [ 265 ] {7dbdf3d9-b7b8-4594-8828-54fc980cf4fb} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002708 sec., 369.2762186115214 rows/sec., 24.88 KiB/sec.
14618 2025.01.02 23:43:47.487405 [ 265 ] {7dbdf3d9-b7b8-4594-8828-54fc980cf4fb} <Debug> TCPHandler: Processed in 0.00301428 sec.
14619 2025.01.02 23:43:47.487633 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14620 2025.01.02 23:43:47.487836 [ 260 ] {1a9b0588-6f73-473c-80c5-da6fbf2417f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
14621 2025.01.02 23:43:47.488029 [ 260 ] {1a9b0588-6f73-473c-80c5-da6fbf2417f9} <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
14622 2025.01.02 23:43:47.488054 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
14623 2025.01.02 23:43:47.491206 [ 260 ] {1a9b0588-6f73-473c-80c5-da6fbf2417f9} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14624 2025.01.02 23:43:47.491248 [ 260 ] {1a9b0588-6f73-473c-80c5-da6fbf2417f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
14625 2025.01.02 23:43:47.491928 [ 260 ] {1a9b0588-6f73-473c-80c5-da6fbf2417f9} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
14626 2025.01.02 23:43:47.492183 [ 260 ] {1a9b0588-6f73-473c-80c5-da6fbf2417f9} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14627 2025.01.02 23:43:47.492375 [ 260 ] {1a9b0588-6f73-473c-80c5-da6fbf2417f9} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.004598 sec., 8699.434536755112 rows/sec., 15.59 MiB/sec.
14628 2025.01.02 23:43:47.492466 [ 260 ] {1a9b0588-6f73-473c-80c5-da6fbf2417f9} <Debug> TCPHandler: Processed in 0.004953825 sec.
14629 2025.01.02 23:43:47.492623 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14630 2025.01.02 23:43:47.492762 [ 265 ] {3ff4a07b-d09d-4b92-9d43-7a64437b03d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14631 2025.01.02 23:43:47.492822 [ 265 ] {3ff4a07b-d09d-4b92-9d43-7a64437b03d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14632 2025.01.02 23:43:47.493409 [ 265 ] {3ff4a07b-d09d-4b92-9d43-7a64437b03d6} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14633 2025.01.02 23:43:47.493457 [ 265 ] {3ff4a07b-d09d-4b92-9d43-7a64437b03d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
14634 2025.01.02 23:43:47.493857 [ 265 ] {3ff4a07b-d09d-4b92-9d43-7a64437b03d6} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary)
14635 2025.01.02 23:43:47.494093 [ 265 ] {3ff4a07b-d09d-4b92-9d43-7a64437b03d6} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14636 2025.01.02 23:43:47.494299 [ 265 ] {3ff4a07b-d09d-4b92-9d43-7a64437b03d6} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001568 sec., 52295.91836734694 rows/sec., 3.32 MiB/sec.
14637 2025.01.02 23:43:47.494351 [ 265 ] {3ff4a07b-d09d-4b92-9d43-7a64437b03d6} <Debug> TCPHandler: Processed in 0.001792243 sec.
14638 2025.01.02 23:43:47.806694 [ 218 ] {} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0]
14639 2025.01.02 23:43:47.806742 [ 218 ] {} <Debug> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0]
14640 2025.01.02 23:43:47.808392 [ 218 ] {} <Debug> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0]
14641 2025.01.02 23:43:47.987606 [ 221 ] {} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
14642 2025.01.02 23:43:47.987687 [ 221 ] {} <Debug> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
14643 2025.01.02 23:43:47.989902 [ 221 ] {} <Debug> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
14644 2025.01.02 23:43:48.000241 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 264.02 MiB, peak 283.36 MiB, free memory in arenas 0.00 B, will set to 267.09 MiB (RSS), difference: 3.07 MiB
14645 2025.01.02 23:43:48.254051 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 36234
14646 2025.01.02 23:43:48.254717 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14647 2025.01.02 23:43:48.254764 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
14648 2025.01.02 23:43:48.255301 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
14649 2025.01.02 23:43:48.255564 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14650 2025.01.02 23:43:48.255798 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36234
14651 2025.01.02 23:43:48.431558 [ 218 ] {} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
14652 2025.01.02 23:43:48.431608 [ 218 ] {} <Debug> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
14653 2025.01.02 23:43:48.433519 [ 218 ] {} <Debug> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
14654 2025.01.02 23:43:50.844013 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 596
14655 2025.01.02 23:43:50.866536 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14656 2025.01.02 23:43:50.866581 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
14657 2025.01.02 23:43:50.874005 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
14658 2025.01.02 23:43:50.874828 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14659 2025.01.02 23:43:50.877702 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 596
14660 2025.01.02 23:43:52.443288 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14661 2025.01.02 23:43:52.443472 [ 260 ] {b68cb6d7-b202-414a-9d45-0c2e9070e177} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
14662 2025.01.02 23:43:52.443542 [ 260 ] {b68cb6d7-b202-414a-9d45-0c2e9070e177} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14663 2025.01.02 23:43:52.444328 [ 260 ] {b68cb6d7-b202-414a-9d45-0c2e9070e177} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14664 2025.01.02 23:43:52.444374 [ 260 ] {b68cb6d7-b202-414a-9d45-0c2e9070e177} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
14665 2025.01.02 23:43:52.444814 [ 260 ] {b68cb6d7-b202-414a-9d45-0c2e9070e177} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary)
14666 2025.01.02 23:43:52.445071 [ 260 ] {b68cb6d7-b202-414a-9d45-0c2e9070e177} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14667 2025.01.02 23:43:52.445315 [ 260 ] {b68cb6d7-b202-414a-9d45-0c2e9070e177} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001895 sec., 29551.451187335093 rows/sec., 2.27 MiB/sec.
14668 2025.01.02 23:43:52.445372 [ 260 ] {b68cb6d7-b202-414a-9d45-0c2e9070e177} <Debug> TCPHandler: Processed in 0.00223086 sec.
14669 2025.01.02 23:43:52.445632 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14670 2025.01.02 23:43:52.445821 [ 265 ] {ac8e9011-39d2-4b0c-a0fd-817aa460f0d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
14671 2025.01.02 23:43:52.445896 [ 265 ] {ac8e9011-39d2-4b0c-a0fd-817aa460f0d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14672 2025.01.02 23:43:52.446686 [ 265 ] {ac8e9011-39d2-4b0c-a0fd-817aa460f0d0} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14673 2025.01.02 23:43:52.446726 [ 265 ] {ac8e9011-39d2-4b0c-a0fd-817aa460f0d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
14674 2025.01.02 23:43:52.447166 [ 265 ] {ac8e9011-39d2-4b0c-a0fd-817aa460f0d0} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary)
14675 2025.01.02 23:43:52.447428 [ 265 ] {ac8e9011-39d2-4b0c-a0fd-817aa460f0d0} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14676 2025.01.02 23:43:52.447656 [ 265 ] {ac8e9011-39d2-4b0c-a0fd-817aa460f0d0} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001887 sec., 33916.269210386854 rows/sec., 2.65 MiB/sec.
14677 2025.01.02 23:43:52.447714 [ 265 ] {ac8e9011-39d2-4b0c-a0fd-817aa460f0d0} <Debug> TCPHandler: Processed in 0.002212389 sec.
14678 2025.01.02 23:43:52.447885 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14679 2025.01.02 23:43:52.448006 [ 260 ] {6043e66b-876c-457e-8128-eda3e9589243} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14680 2025.01.02 23:43:52.448062 [ 260 ] {6043e66b-876c-457e-8128-eda3e9589243} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14681 2025.01.02 23:43:52.448650 [ 260 ] {6043e66b-876c-457e-8128-eda3e9589243} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14682 2025.01.02 23:43:52.448690 [ 260 ] {6043e66b-876c-457e-8128-eda3e9589243} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
14683 2025.01.02 23:43:52.449100 [ 260 ] {6043e66b-876c-457e-8128-eda3e9589243} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary)
14684 2025.01.02 23:43:52.449335 [ 260 ] {6043e66b-876c-457e-8128-eda3e9589243} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14685 2025.01.02 23:43:52.449569 [ 260 ] {6043e66b-876c-457e-8128-eda3e9589243} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001582 sec., 101137.80025284449 rows/sec., 7.04 MiB/sec.
14686 2025.01.02 23:43:52.449659 [ 260 ] {6043e66b-876c-457e-8128-eda3e9589243} <Debug> TCPHandler: Processed in 0.001833434 sec.
14687 2025.01.02 23:43:52.449877 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14688 2025.01.02 23:43:52.450137 [ 265 ] {026484e4-a7b8-4c90-9b72-7fdff4ca9e24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14689 2025.01.02 23:43:52.450201 [ 265 ] {026484e4-a7b8-4c90-9b72-7fdff4ca9e24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14690 2025.01.02 23:43:52.450789 [ 265 ] {026484e4-a7b8-4c90-9b72-7fdff4ca9e24} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14691 2025.01.02 23:43:52.450828 [ 265 ] {026484e4-a7b8-4c90-9b72-7fdff4ca9e24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
14692 2025.01.02 23:43:52.451214 [ 265 ] {026484e4-a7b8-4c90-9b72-7fdff4ca9e24} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary)
14693 2025.01.02 23:43:52.451453 [ 265 ] {026484e4-a7b8-4c90-9b72-7fdff4ca9e24} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14694 2025.01.02 23:43:52.451631 [ 265 ] {026484e4-a7b8-4c90-9b72-7fdff4ca9e24} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001571 sec., 38192.234245703374 rows/sec., 2.57 MiB/sec.
14695 2025.01.02 23:43:52.451680 [ 265 ] {026484e4-a7b8-4c90-9b72-7fdff4ca9e24} <Debug> TCPHandler: Processed in 0.001917575 sec.
14696 2025.01.02 23:43:55.528744 [ 153 ] {} <Debug> DNSResolver: Updating DNS cache
14697 2025.01.02 23:43:55.528817 [ 153 ] {} <Debug> DNSResolver: Updated DNS cache
14698 2025.01.02 23:43:55.756025 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 36661
14699 2025.01.02 23:43:55.756744 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14700 2025.01.02 23:43:55.756792 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
14701 2025.01.02 23:43:55.757382 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
14702 2025.01.02 23:43:55.757642 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14703 2025.01.02 23:43:55.757836 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36661
14704 2025.01.02 23:43:55.973731 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 2032
14705 2025.01.02 23:43:55.977158 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14706 2025.01.02 23:43:55.977210 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
14707 2025.01.02 23:43:55.978747 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
14708 2025.01.02 23:43:55.979057 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14709 2025.01.02 23:43:55.979668 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2032
14710 2025.01.02 23:43:56.002341 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001790573 sec.
14711 2025.01.02 23:43:56.947920 [ 225 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
14712 2025.01.02 23:43:56.947973 [ 225 ] {} <Debug> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
14713 2025.01.02 23:43:56.949948 [ 225 ] {} <Debug> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
14714 2025.01.02 23:43:57.063125 [ 223 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
14715 2025.01.02 23:43:57.063212 [ 223 ] {} <Debug> system.metric_log (31b60859-c590-4889-866a-026624596be5): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
14716 2025.01.02 23:43:57.065619 [ 223 ] {} <Debug> system.metric_log (31b60859-c590-4889-866a-026624596be5): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
14717 2025.01.02 23:43:57.450435 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14718 2025.01.02 23:43:57.450617 [ 260 ] {d17a81e9-a7a0-47e0-97ea-4cb590eb64eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
14719 2025.01.02 23:43:57.450686 [ 260 ] {d17a81e9-a7a0-47e0-97ea-4cb590eb64eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
14720 2025.01.02 23:43:57.451424 [ 260 ] {d17a81e9-a7a0-47e0-97ea-4cb590eb64eb} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14721 2025.01.02 23:43:57.451473 [ 260 ] {d17a81e9-a7a0-47e0-97ea-4cb590eb64eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
14722 2025.01.02 23:43:57.451913 [ 260 ] {d17a81e9-a7a0-47e0-97ea-4cb590eb64eb} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
14723 2025.01.02 23:43:57.452174 [ 260 ] {d17a81e9-a7a0-47e0-97ea-4cb590eb64eb} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14724 2025.01.02 23:43:57.452400 [ 260 ] {d17a81e9-a7a0-47e0-97ea-4cb590eb64eb} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001833 sec., 7637.752318603382 rows/sec., 549.82 KiB/sec.
14725 2025.01.02 23:43:57.452457 [ 260 ] {d17a81e9-a7a0-47e0-97ea-4cb590eb64eb} <Debug> TCPHandler: Processed in 0.002149078 sec.
14726 2025.01.02 23:43:57.452716 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14727 2025.01.02 23:43:57.452930 [ 265 ] {135ab03b-30a5-4f9d-8edb-b7322c7914ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
14728 2025.01.02 23:43:57.453005 [ 265 ] {135ab03b-30a5-4f9d-8edb-b7322c7914ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14729 2025.01.02 23:43:57.453907 [ 265 ] {135ab03b-30a5-4f9d-8edb-b7322c7914ac} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14730 2025.01.02 23:43:57.453950 [ 265 ] {135ab03b-30a5-4f9d-8edb-b7322c7914ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
14731 2025.01.02 23:43:57.454438 [ 265 ] {135ab03b-30a5-4f9d-8edb-b7322c7914ac} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary)
14732 2025.01.02 23:43:57.454693 [ 265 ] {135ab03b-30a5-4f9d-8edb-b7322c7914ac} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14733 2025.01.02 23:43:57.454894 [ 265 ] {135ab03b-30a5-4f9d-8edb-b7322c7914ac} <Debug> executeQuery: Read 283 rows, 25.60 KiB in 0.002023 sec., 139891.2506178942 rows/sec., 12.36 MiB/sec.
14734 2025.01.02 23:43:57.454958 [ 265 ] {135ab03b-30a5-4f9d-8edb-b7322c7914ac} <Debug> TCPHandler: Processed in 0.002380962 sec.
14735 2025.01.02 23:43:57.455173 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14736 2025.01.02 23:43:57.455384 [ 260 ] {16fd5666-4914-4eb6-9191-980f9bba0414} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
14737 2025.01.02 23:43:57.455474 [ 260 ] {16fd5666-4914-4eb6-9191-980f9bba0414} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
14738 2025.01.02 23:43:57.456311 [ 260 ] {16fd5666-4914-4eb6-9191-980f9bba0414} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14739 2025.01.02 23:43:57.456351 [ 260 ] {16fd5666-4914-4eb6-9191-980f9bba0414} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
14740 2025.01.02 23:43:57.456716 [ 260 ] {16fd5666-4914-4eb6-9191-980f9bba0414} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
14741 2025.01.02 23:43:57.456955 [ 260 ] {16fd5666-4914-4eb6-9191-980f9bba0414} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14742 2025.01.02 23:43:57.457152 [ 89 ] {} <Debug> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470) (MergerMutator): Selected 6 parts from all_1_70_14 to all_75_75_0
14743 2025.01.02 23:43:57.457192 [ 260 ] {16fd5666-4914-4eb6-9191-980f9bba0414} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.001846 sec., 25460.455037919826 rows/sec., 1.83 MiB/sec.
14744 2025.01.02 23:43:57.457250 [ 89 ] {} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14745 2025.01.02 23:43:57.457309 [ 260 ] {16fd5666-4914-4eb6-9191-980f9bba0414} <Debug> TCPHandler: Processed in 0.00224756 sec.
14746 2025.01.02 23:43:57.457333 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
14747 2025.01.02 23:43:57.457615 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14748 2025.01.02 23:43:57.457667 [ 198 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_75_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_70_14 to all_75_75_0 into Compact with storage Full
14749 2025.01.02 23:43:57.458067 [ 265 ] {cbfdc21f-bfe9-4aee-8a3a-29adc1c52dfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
14750 2025.01.02 23:43:57.458170 [ 198 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_75_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14751 2025.01.02 23:43:57.458190 [ 265 ] {cbfdc21f-bfe9-4aee-8a3a-29adc1c52dfc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
14752 2025.01.02 23:43:57.458268 [ 198 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_70_14, total 65 rows starting from the beginning of the part
14753 2025.01.02 23:43:57.458554 [ 198 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 47 rows starting from the beginning of the part
14754 2025.01.02 23:43:57.458741 [ 198 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 4 rows starting from the beginning of the part
14755 2025.01.02 23:43:57.458950 [ 198 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 47 rows starting from the beginning of the part
14756 2025.01.02 23:43:57.459147 [ 198 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 49 rows starting from the beginning of the part
14757 2025.01.02 23:43:57.459324 [ 198 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 47 rows starting from the beginning of the part
14758 2025.01.02 23:43:57.459829 [ 265 ] {cbfdc21f-bfe9-4aee-8a3a-29adc1c52dfc} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14759 2025.01.02 23:43:57.459874 [ 265 ] {cbfdc21f-bfe9-4aee-8a3a-29adc1c52dfc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
14760 2025.01.02 23:43:57.460484 [ 265 ] {cbfdc21f-bfe9-4aee-8a3a-29adc1c52dfc} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
14761 2025.01.02 23:43:57.460885 [ 265 ] {cbfdc21f-bfe9-4aee-8a3a-29adc1c52dfc} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14762 2025.01.02 23:43:57.460907 [ 193 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_75_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 259 rows, containing 5 columns (5 merged, 0 gathered) in 0.003414155 sec., 75860.64487406108 rows/sec., 5.72 MiB/sec.
14763 2025.01.02 23:43:57.461103 [ 89 ] {} <Debug> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
14764 2025.01.02 23:43:57.461200 [ 89 ] {} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14765 2025.01.02 23:43:57.461239 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
14766 2025.01.02 23:43:57.461259 [ 265 ] {cbfdc21f-bfe9-4aee-8a3a-29adc1c52dfc} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.003309 sec., 4230.88546388637 rows/sec., 296.30 KiB/sec.
14767 2025.01.02 23:43:57.461312 [ 193 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_75_15} <Trace> MergedBlockOutputStream: filled checksums all_1_75_15 (state Temporary)
14768 2025.01.02 23:43:57.461786 [ 265 ] {cbfdc21f-bfe9-4aee-8a3a-29adc1c52dfc} <Debug> TCPHandler: Processed in 0.004350647 sec.
14769 2025.01.02 23:43:57.461978 [ 194 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full
14770 2025.01.02 23:43:57.462656 [ 194 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14771 2025.01.02 23:43:57.462846 [ 194 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 244 rows starting from the beginning of the part
14772 2025.01.02 23:43:57.462879 [ 193 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_75_15} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_merge_all_1_75_15 to all_1_75_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14773 2025.01.02 23:43:57.462894 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14774 2025.01.02 23:43:57.463419 [ 193 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_75_15} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470) (MergerMutator): Merged 6 parts: [all_1_70_14, all_75_75_0] -> all_1_75_15
14775 2025.01.02 23:43:57.463596 [ 260 ] {cf2e640b-5d42-4f53-a6d2-6dc2bb9addc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
14776 2025.01.02 23:43:57.463785 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
14777 2025.01.02 23:43:57.463879 [ 260 ] {cf2e640b-5d42-4f53-a6d2-6dc2bb9addc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
14778 2025.01.02 23:43:57.463999 [ 194 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 14 rows starting from the beginning of the part
14779 2025.01.02 23:43:57.464407 [ 194 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 228 rows starting from the beginning of the part
14780 2025.01.02 23:43:57.464750 [ 194 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 14 rows starting from the beginning of the part
14781 2025.01.02 23:43:57.465127 [ 194 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 14 rows starting from the beginning of the part
14782 2025.01.02 23:43:57.465569 [ 194 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 14 rows starting from the beginning of the part
14783 2025.01.02 23:43:57.466600 [ 260 ] {cf2e640b-5d42-4f53-a6d2-6dc2bb9addc8} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14784 2025.01.02 23:43:57.466670 [ 260 ] {cf2e640b-5d42-4f53-a6d2-6dc2bb9addc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
14785 2025.01.02 23:43:57.467717 [ 260 ] {cf2e640b-5d42-4f53-a6d2-6dc2bb9addc8} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
14786 2025.01.02 23:43:57.468217 [ 198 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 528 rows, containing 5 columns (5 merged, 0 gathered) in 0.00686204 sec., 76945.04841125963 rows/sec., 5.51 MiB/sec.
14787 2025.01.02 23:43:57.468245 [ 260 ] {cf2e640b-5d42-4f53-a6d2-6dc2bb9addc8} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14788 2025.01.02 23:43:57.468522 [ 198 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
14789 2025.01.02 23:43:57.468758 [ 260 ] {cf2e640b-5d42-4f53-a6d2-6dc2bb9addc8} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005369 sec., 2421.3075060532688 rows/sec., 150.97 KiB/sec.
14790 2025.01.02 23:43:57.469136 [ 260 ] {cf2e640b-5d42-4f53-a6d2-6dc2bb9addc8} <Debug> TCPHandler: Processed in 0.007183205 sec.
14791 2025.01.02 23:43:57.469468 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14792 2025.01.02 23:43:57.469477 [ 198 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_76_15} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14793 2025.01.02 23:43:57.469578 [ 198 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_76_15} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
14794 2025.01.02 23:43:57.469656 [ 265 ] {15c94174-6921-4d90-b421-657257685f20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
14795 2025.01.02 23:43:57.469669 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB.
14796 2025.01.02 23:43:57.469722 [ 265 ] {15c94174-6921-4d90-b421-657257685f20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14797 2025.01.02 23:43:57.470467 [ 265 ] {15c94174-6921-4d90-b421-657257685f20} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14798 2025.01.02 23:43:57.470505 [ 265 ] {15c94174-6921-4d90-b421-657257685f20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
14799 2025.01.02 23:43:57.470887 [ 265 ] {15c94174-6921-4d90-b421-657257685f20} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary)
14800 2025.01.02 23:43:57.471121 [ 265 ] {15c94174-6921-4d90-b421-657257685f20} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14801 2025.01.02 23:43:57.471300 [ 265 ] {15c94174-6921-4d90-b421-657257685f20} <Debug> executeQuery: Read 422 rows, 30.88 KiB in 0.001701 sec., 248089.3592004703 rows/sec., 17.73 MiB/sec.
14802 2025.01.02 23:43:57.471351 [ 265 ] {15c94174-6921-4d90-b421-657257685f20} <Debug> TCPHandler: Processed in 0.002079677 sec.
14803 2025.01.02 23:43:57.471557 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14804 2025.01.02 23:43:57.471779 [ 260 ] {b4960f9f-96ba-4e67-b992-d44d61b26846} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
14805 2025.01.02 23:43:57.471871 [ 260 ] {b4960f9f-96ba-4e67-b992-d44d61b26846} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
14806 2025.01.02 23:43:57.472401 [ 260 ] {b4960f9f-96ba-4e67-b992-d44d61b26846} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14807 2025.01.02 23:43:57.472440 [ 260 ] {b4960f9f-96ba-4e67-b992-d44d61b26846} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
14808 2025.01.02 23:43:57.472804 [ 260 ] {b4960f9f-96ba-4e67-b992-d44d61b26846} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
14809 2025.01.02 23:43:57.473049 [ 260 ] {b4960f9f-96ba-4e67-b992-d44d61b26846} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14810 2025.01.02 23:43:57.473280 [ 218 ] {} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Found 6 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0]
14811 2025.01.02 23:43:57.473303 [ 260 ] {b4960f9f-96ba-4e67-b992-d44d61b26846} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001578 sec., 3802.2813688212927 rows/sec., 198.65 KiB/sec.
14812 2025.01.02 23:43:57.473323 [ 218 ] {} <Debug> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Removing 6 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0]
14813 2025.01.02 23:43:57.473439 [ 260 ] {b4960f9f-96ba-4e67-b992-d44d61b26846} <Debug> TCPHandler: Processed in 0.001991217 sec.
14814 2025.01.02 23:43:57.473632 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14815 2025.01.02 23:43:57.473771 [ 265 ] {60932e29-6fd0-4e21-9e74-35f240b0edfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14816 2025.01.02 23:43:57.473839 [ 265 ] {60932e29-6fd0-4e21-9e74-35f240b0edfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14817 2025.01.02 23:43:57.474649 [ 265 ] {60932e29-6fd0-4e21-9e74-35f240b0edfe} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14818 2025.01.02 23:43:57.474686 [ 265 ] {60932e29-6fd0-4e21-9e74-35f240b0edfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
14819 2025.01.02 23:43:57.475163 [ 265 ] {60932e29-6fd0-4e21-9e74-35f240b0edfe} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary)
14820 2025.01.02 23:43:57.475500 [ 265 ] {60932e29-6fd0-4e21-9e74-35f240b0edfe} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14821 2025.01.02 23:43:57.475737 [ 265 ] {60932e29-6fd0-4e21-9e74-35f240b0edfe} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001994 sec., 118856.56970912738 rows/sec., 7.97 MiB/sec.
14822 2025.01.02 23:43:57.475841 [ 265 ] {60932e29-6fd0-4e21-9e74-35f240b0edfe} <Debug> TCPHandler: Processed in 0.00231639 sec.
14823 2025.01.02 23:43:57.476000 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14824 2025.01.02 23:43:57.476204 [ 260 ] {2969b5bb-b458-4c71-958c-d0fb2fce5059} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
14825 2025.01.02 23:43:57.476223 [ 218 ] {} <Debug> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Removing 6 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0]
14826 2025.01.02 23:43:57.476336 [ 260 ] {2969b5bb-b458-4c71-958c-d0fb2fce5059} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
14827 2025.01.02 23:43:57.477536 [ 260 ] {2969b5bb-b458-4c71-958c-d0fb2fce5059} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14828 2025.01.02 23:43:57.477576 [ 260 ] {2969b5bb-b458-4c71-958c-d0fb2fce5059} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
14829 2025.01.02 23:43:57.477935 [ 260 ] {2969b5bb-b458-4c71-958c-d0fb2fce5059} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
14830 2025.01.02 23:43:57.478172 [ 260 ] {2969b5bb-b458-4c71-958c-d0fb2fce5059} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14831 2025.01.02 23:43:57.478370 [ 260 ] {2969b5bb-b458-4c71-958c-d0fb2fce5059} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002231 sec., 448.2294935006724 rows/sec., 30.20 KiB/sec.
14832 2025.01.02 23:43:57.478418 [ 260 ] {2969b5bb-b458-4c71-958c-d0fb2fce5059} <Debug> TCPHandler: Processed in 0.002487493 sec.
14833 2025.01.02 23:43:57.478566 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14834 2025.01.02 23:43:57.478707 [ 265 ] {5b5d002b-44eb-40a9-a3d5-4fa9d1dc7811} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
14835 2025.01.02 23:43:57.478799 [ 265 ] {5b5d002b-44eb-40a9-a3d5-4fa9d1dc7811} <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
14836 2025.01.02 23:43:57.480004 [ 265 ] {5b5d002b-44eb-40a9-a3d5-4fa9d1dc7811} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14837 2025.01.02 23:43:57.480042 [ 265 ] {5b5d002b-44eb-40a9-a3d5-4fa9d1dc7811} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
14838 2025.01.02 23:43:57.480729 [ 265 ] {5b5d002b-44eb-40a9-a3d5-4fa9d1dc7811} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
14839 2025.01.02 23:43:57.480983 [ 265 ] {5b5d002b-44eb-40a9-a3d5-4fa9d1dc7811} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14840 2025.01.02 23:43:57.481180 [ 265 ] {5b5d002b-44eb-40a9-a3d5-4fa9d1dc7811} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002505 sec., 15968.06387225549 rows/sec., 28.61 MiB/sec.
14841 2025.01.02 23:43:57.481285 [ 265 ] {5b5d002b-44eb-40a9-a3d5-4fa9d1dc7811} <Debug> TCPHandler: Processed in 0.002788257 sec.
14842 2025.01.02 23:43:57.481482 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14843 2025.01.02 23:43:57.481702 [ 260 ] {a28f1140-edc9-49bd-abee-9f665453f725} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14844 2025.01.02 23:43:57.481794 [ 260 ] {a28f1140-edc9-49bd-abee-9f665453f725} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14845 2025.01.02 23:43:57.482358 [ 260 ] {a28f1140-edc9-49bd-abee-9f665453f725} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14846 2025.01.02 23:43:57.482397 [ 260 ] {a28f1140-edc9-49bd-abee-9f665453f725} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
14847 2025.01.02 23:43:57.482768 [ 260 ] {a28f1140-edc9-49bd-abee-9f665453f725} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary)
14848 2025.01.02 23:43:57.483013 [ 260 ] {a28f1140-edc9-49bd-abee-9f665453f725} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14849 2025.01.02 23:43:57.483210 [ 260 ] {a28f1140-edc9-49bd-abee-9f665453f725} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00156 sec., 52564.10256410256 rows/sec., 3.34 MiB/sec.
14850 2025.01.02 23:43:57.483260 [ 260 ] {a28f1140-edc9-49bd-abee-9f665453f725} <Debug> TCPHandler: Processed in 0.001888955 sec.
14851 2025.01.02 23:43:58.000290 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 263.97 MiB, peak 283.36 MiB, free memory in arenas 0.00 B, will set to 267.09 MiB (RSS), difference: 3.12 MiB
14852 2025.01.02 23:43:58.377884 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 603
14853 2025.01.02 23:43:58.400681 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14854 2025.01.02 23:43:58.400748 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
14855 2025.01.02 23:43:58.408415 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
14856 2025.01.02 23:43:58.409257 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14857 2025.01.02 23:43:58.413613 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 603
14858 2025.01.02 23:44:02.471345 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14859 2025.01.02 23:44:02.471571 [ 260 ] {1ce27813-e831-4d4b-9ee3-1bef44319b8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
14860 2025.01.02 23:44:02.471650 [ 260 ] {1ce27813-e831-4d4b-9ee3-1bef44319b8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
14861 2025.01.02 23:44:02.472415 [ 260 ] {1ce27813-e831-4d4b-9ee3-1bef44319b8f} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14862 2025.01.02 23:44:02.472464 [ 260 ] {1ce27813-e831-4d4b-9ee3-1bef44319b8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
14863 2025.01.02 23:44:02.472883 [ 260 ] {1ce27813-e831-4d4b-9ee3-1bef44319b8f} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
14864 2025.01.02 23:44:02.473135 [ 260 ] {1ce27813-e831-4d4b-9ee3-1bef44319b8f} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14865 2025.01.02 23:44:02.473375 [ 260 ] {1ce27813-e831-4d4b-9ee3-1bef44319b8f} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001851 sec., 1080.4970286331713 rows/sec., 88.11 KiB/sec.
14866 2025.01.02 23:44:02.473491 [ 260 ] {1ce27813-e831-4d4b-9ee3-1bef44319b8f} <Debug> TCPHandler: Processed in 0.00228984 sec.
14867 2025.01.02 23:44:02.473805 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14868 2025.01.02 23:44:02.474024 [ 265 ] {32e2afb3-c52c-469a-91c9-db0111ee276a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
14869 2025.01.02 23:44:02.474110 [ 265 ] {32e2afb3-c52c-469a-91c9-db0111ee276a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14870 2025.01.02 23:44:02.475379 [ 265 ] {32e2afb3-c52c-469a-91c9-db0111ee276a} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14871 2025.01.02 23:44:02.475433 [ 265 ] {32e2afb3-c52c-469a-91c9-db0111ee276a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
14872 2025.01.02 23:44:02.475961 [ 265 ] {32e2afb3-c52c-469a-91c9-db0111ee276a} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary)
14873 2025.01.02 23:44:02.476233 [ 265 ] {32e2afb3-c52c-469a-91c9-db0111ee276a} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14874 2025.01.02 23:44:02.476502 [ 265 ] {32e2afb3-c52c-469a-91c9-db0111ee276a} <Debug> executeQuery: Read 1197 rows, 101.04 KiB in 0.002538 sec., 471631.2056737589 rows/sec., 38.88 MiB/sec.
14875 2025.01.02 23:44:02.476621 [ 265 ] {32e2afb3-c52c-469a-91c9-db0111ee276a} <Debug> TCPHandler: Processed in 0.003020719 sec.
14876 2025.01.02 23:44:02.476839 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14877 2025.01.02 23:44:02.477141 [ 260 ] {ad03494f-d340-4b56-9626-912ac5f0d418} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
14878 2025.01.02 23:44:02.477208 [ 260 ] {ad03494f-d340-4b56-9626-912ac5f0d418} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
14879 2025.01.02 23:44:02.477779 [ 260 ] {ad03494f-d340-4b56-9626-912ac5f0d418} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14880 2025.01.02 23:44:02.477818 [ 260 ] {ad03494f-d340-4b56-9626-912ac5f0d418} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
14881 2025.01.02 23:44:02.478173 [ 260 ] {ad03494f-d340-4b56-9626-912ac5f0d418} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
14882 2025.01.02 23:44:02.478417 [ 260 ] {ad03494f-d340-4b56-9626-912ac5f0d418} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14883 2025.01.02 23:44:02.478639 [ 260 ] {ad03494f-d340-4b56-9626-912ac5f0d418} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.0016 sec., 1250 rows/sec., 87.28 KiB/sec.
14884 2025.01.02 23:44:02.478733 [ 260 ] {ad03494f-d340-4b56-9626-912ac5f0d418} <Debug> TCPHandler: Processed in 0.002027267 sec.
14885 2025.01.02 23:44:02.478901 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14886 2025.01.02 23:44:02.479037 [ 265 ] {60036dfa-dd03-4dd4-8571-25b0fe723aa9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
14887 2025.01.02 23:44:02.479089 [ 265 ] {60036dfa-dd03-4dd4-8571-25b0fe723aa9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
14888 2025.01.02 23:44:02.479786 [ 265 ] {60036dfa-dd03-4dd4-8571-25b0fe723aa9} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14889 2025.01.02 23:44:02.479827 [ 265 ] {60036dfa-dd03-4dd4-8571-25b0fe723aa9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
14890 2025.01.02 23:44:02.480218 [ 265 ] {60036dfa-dd03-4dd4-8571-25b0fe723aa9} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
14891 2025.01.02 23:44:02.480464 [ 265 ] {60036dfa-dd03-4dd4-8571-25b0fe723aa9} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14892 2025.01.02 23:44:02.480695 [ 265 ] {60036dfa-dd03-4dd4-8571-25b0fe723aa9} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001687 sec., 135151.1558980439 rows/sec., 9.15 MiB/sec.
14893 2025.01.02 23:44:02.480782 [ 265 ] {60036dfa-dd03-4dd4-8571-25b0fe723aa9} <Debug> TCPHandler: Processed in 0.001973606 sec.
14894 2025.01.02 23:44:02.481007 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14895 2025.01.02 23:44:02.481197 [ 260 ] {f1d7dbb3-169e-49e1-995b-a1e16ea58aab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
14896 2025.01.02 23:44:02.481255 [ 260 ] {f1d7dbb3-169e-49e1-995b-a1e16ea58aab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14897 2025.01.02 23:44:02.482185 [ 260 ] {f1d7dbb3-169e-49e1-995b-a1e16ea58aab} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14898 2025.01.02 23:44:02.482224 [ 260 ] {f1d7dbb3-169e-49e1-995b-a1e16ea58aab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
14899 2025.01.02 23:44:02.482621 [ 260 ] {f1d7dbb3-169e-49e1-995b-a1e16ea58aab} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary)
14900 2025.01.02 23:44:02.482880 [ 260 ] {f1d7dbb3-169e-49e1-995b-a1e16ea58aab} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14901 2025.01.02 23:44:02.483125 [ 260 ] {f1d7dbb3-169e-49e1-995b-a1e16ea58aab} <Debug> executeQuery: Read 522 rows, 39.57 KiB in 0.001952 sec., 267418.0327868853 rows/sec., 19.80 MiB/sec.
14902 2025.01.02 23:44:02.483216 [ 260 ] {f1d7dbb3-169e-49e1-995b-a1e16ea58aab} <Debug> TCPHandler: Processed in 0.002319681 sec.
14903 2025.01.02 23:44:02.483407 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14904 2025.01.02 23:44:02.483573 [ 265 ] {eac4049a-2ac1-49ae-817b-7bc34bbc3178} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14905 2025.01.02 23:44:02.483638 [ 265 ] {eac4049a-2ac1-49ae-817b-7bc34bbc3178} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14906 2025.01.02 23:44:02.484472 [ 265 ] {eac4049a-2ac1-49ae-817b-7bc34bbc3178} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14907 2025.01.02 23:44:02.484511 [ 265 ] {eac4049a-2ac1-49ae-817b-7bc34bbc3178} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
14908 2025.01.02 23:44:02.484976 [ 265 ] {eac4049a-2ac1-49ae-817b-7bc34bbc3178} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary)
14909 2025.01.02 23:44:02.485234 [ 265 ] {eac4049a-2ac1-49ae-817b-7bc34bbc3178} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14910 2025.01.02 23:44:02.485408 [ 120 ] {} <Debug> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00) (MergerMutator): Selected 6 parts from all_1_110_22 to all_115_115_0
14911 2025.01.02 23:44:02.485469 [ 265 ] {eac4049a-2ac1-49ae-817b-7bc34bbc3178} <Debug> executeQuery: Read 881 rows, 60.70 KiB in 0.001945 sec., 452956.29820051417 rows/sec., 30.48 MiB/sec.
14912 2025.01.02 23:44:02.485496 [ 120 ] {} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14913 2025.01.02 23:44:02.485572 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
14914 2025.01.02 23:44:02.485579 [ 265 ] {eac4049a-2ac1-49ae-817b-7bc34bbc3178} <Debug> TCPHandler: Processed in 0.00228531 sec.
14915 2025.01.02 23:44:02.485795 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14916 2025.01.02 23:44:02.485806 [ 199 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_115_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_110_22 to all_115_115_0 into Compact with storage Full
14917 2025.01.02 23:44:02.485967 [ 260 ] {3ef2f7ed-86cf-47d0-a099-6e9e9413c0a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14918 2025.01.02 23:44:02.486086 [ 260 ] {3ef2f7ed-86cf-47d0-a099-6e9e9413c0a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14919 2025.01.02 23:44:02.486099 [ 199 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_115_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14920 2025.01.02 23:44:02.486264 [ 199 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_110_22, total 35387 rows starting from the beginning of the part
14921 2025.01.02 23:44:02.486563 [ 199 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 160 rows starting from the beginning of the part
14922 2025.01.02 23:44:02.486972 [ 199 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 238 rows starting from the beginning of the part
14923 2025.01.02 23:44:02.487330 [ 199 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 160 rows starting from the beginning of the part
14924 2025.01.02 23:44:02.487523 [ 199 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 237 rows starting from the beginning of the part
14925 2025.01.02 23:44:02.487944 [ 199 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 881 rows starting from the beginning of the part
14926 2025.01.02 23:44:02.488631 [ 260 ] {3ef2f7ed-86cf-47d0-a099-6e9e9413c0a4} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14927 2025.01.02 23:44:02.488682 [ 260 ] {3ef2f7ed-86cf-47d0-a099-6e9e9413c0a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
14928 2025.01.02 23:44:02.489567 [ 260 ] {3ef2f7ed-86cf-47d0-a099-6e9e9413c0a4} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary)
14929 2025.01.02 23:44:02.489858 [ 260 ] {3ef2f7ed-86cf-47d0-a099-6e9e9413c0a4} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14930 2025.01.02 23:44:02.490154 [ 260 ] {3ef2f7ed-86cf-47d0-a099-6e9e9413c0a4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004175 sec., 14371.25748502994 rows/sec., 991.77 KiB/sec.
14931 2025.01.02 23:44:02.490291 [ 260 ] {3ef2f7ed-86cf-47d0-a099-6e9e9413c0a4} <Debug> TCPHandler: Processed in 0.00456053 sec.
14932 2025.01.02 23:44:02.496086 [ 191 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_115_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 37063 rows, containing 5 columns (5 merged, 0 gathered) in 0.010378586 sec., 3571103.0385064012 rows/sec., 240.97 MiB/sec.
14933 2025.01.02 23:44:02.496557 [ 197 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_115_23} <Trace> MergedBlockOutputStream: filled checksums all_1_115_23 (state Temporary)
14934 2025.01.02 23:44:02.496870 [ 197 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_115_23} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_merge_all_1_115_23 to all_1_115_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14935 2025.01.02 23:44:02.496952 [ 197 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_115_23} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00) (MergerMutator): Merged 6 parts: [all_1_110_22, all_115_115_0] -> all_1_115_23
14936 2025.01.02 23:44:02.497051 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB.
14937 2025.01.02 23:44:03.258087 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 37149
14938 2025.01.02 23:44:03.259065 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14939 2025.01.02 23:44:03.259112 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
14940 2025.01.02 23:44:03.259645 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
14941 2025.01.02 23:44:03.259901 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14942 2025.01.02 23:44:03.260162 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37149
14943 2025.01.02 23:44:03.260155 [ 120 ] {} <Debug> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
14944 2025.01.02 23:44:03.260272 [ 120 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14945 2025.01.02 23:44:03.260314 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
14946 2025.01.02 23:44:03.260604 [ 186 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full
14947 2025.01.02 23:44:03.261262 [ 186 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14948 2025.01.02 23:44:03.261349 [ 186 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_76_15, total 34831 rows starting from the beginning of the part
14949 2025.01.02 23:44:03.261427 [ 186 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 488 rows starting from the beginning of the part
14950 2025.01.02 23:44:03.261522 [ 186 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 427 rows starting from the beginning of the part
14951 2025.01.02 23:44:03.261790 [ 186 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 488 rows starting from the beginning of the part
14952 2025.01.02 23:44:03.262026 [ 186 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 427 rows starting from the beginning of the part
14953 2025.01.02 23:44:03.262210 [ 186 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 488 rows starting from the beginning of the part
14954 2025.01.02 23:44:03.265173 [ 191 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 37149 rows, containing 4 columns (4 merged, 0 gathered) in 0.004743193 sec., 7832065.867865803 rows/sec., 112.04 MiB/sec.
14955 2025.01.02 23:44:03.265544 [ 191 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
14956 2025.01.02 23:44:03.265839 [ 191 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_81_16} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14957 2025.01.02 23:44:03.265917 [ 191 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_81_16} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
14958 2025.01.02 23:44:03.266020 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB.
14959 2025.01.02 23:44:05.913766 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 611
14960 2025.01.02 23:44:05.936118 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14961 2025.01.02 23:44:05.936170 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
14962 2025.01.02 23:44:05.943793 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
14963 2025.01.02 23:44:05.944606 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14964 2025.01.02 23:44:05.944916 [ 148 ] {} <Debug> system.metric_log (31b60859-c590-4889-866a-026624596be5) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
14965 2025.01.02 23:44:05.944992 [ 148 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14966 2025.01.02 23:44:05.945041 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
14967 2025.01.02 23:44:05.945419 [ 186 ] {31b60859-c590-4889-866a-026624596be5::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full
14968 2025.01.02 23:44:05.956558 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 611
14969 2025.01.02 23:44:05.957672 [ 186 ] {31b60859-c590-4889-866a-026624596be5::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14970 2025.01.02 23:44:05.958595 [ 186 ] {31b60859-c590-4889-866a-026624596be5::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 573 rows starting from the beginning of the part
14971 2025.01.02 23:44:05.963401 [ 186 ] {31b60859-c590-4889-866a-026624596be5::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 8 rows starting from the beginning of the part
14972 2025.01.02 23:44:05.968138 [ 186 ] {31b60859-c590-4889-866a-026624596be5::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 7 rows starting from the beginning of the part
14973 2025.01.02 23:44:05.973321 [ 186 ] {31b60859-c590-4889-866a-026624596be5::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 8 rows starting from the beginning of the part
14974 2025.01.02 23:44:05.979614 [ 186 ] {31b60859-c590-4889-866a-026624596be5::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 7 rows starting from the beginning of the part
14975 2025.01.02 23:44:05.980143 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2068
14976 2025.01.02 23:44:05.995865 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14977 2025.01.02 23:44:05.996051 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
14978 2025.01.02 23:44:06.000199 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 271.62 MiB, peak 283.36 MiB, free memory in arenas 0.00 B, will set to 267.09 MiB (RSS), difference: -4.53 MiB
14979 2025.01.02 23:44:06.008640 [ 186 ] {31b60859-c590-4889-866a-026624596be5::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 8 rows starting from the beginning of the part
14980 2025.01.02 23:44:06.009557 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
14981 2025.01.02 23:44:06.010339 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14982 2025.01.02 23:44:06.010753 [ 225 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
14983 2025.01.02 23:44:06.010860 [ 225 ] {} <Debug> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
14984 2025.01.02 23:44:06.015156 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2068
14985 2025.01.02 23:44:06.016521 [ 225 ] {} <Debug> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
14986 2025.01.02 23:44:06.089139 [ 188 ] {31b60859-c590-4889-866a-026624596be5::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 611 rows, containing 679 columns (679 merged, 0 gathered) in 0.144003393 sec., 4242.9555809146805 rows/sec., 21.94 MiB/sec.
14987 2025.01.02 23:44:06.092535 [ 188 ] {31b60859-c590-4889-866a-026624596be5::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
14988 2025.01.02 23:44:06.095600 [ 188 ] {31b60859-c590-4889-866a-026624596be5::all_1_81_16} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14989 2025.01.02 23:44:06.095727 [ 188 ] {31b60859-c590-4889-866a-026624596be5::all_1_81_16} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
14990 2025.01.02 23:44:06.098149 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB.
14991 2025.01.02 23:44:07.000199 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 263.63 MiB, peak 283.36 MiB, free memory in arenas 0.00 B, will set to 267.09 MiB (RSS), difference: 3.45 MiB
14992 2025.01.02 23:44:07.451914 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14993 2025.01.02 23:44:07.452107 [ 260 ] {7b5a496d-bb4b-40d9-a36c-5858688ef745} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
14994 2025.01.02 23:44:07.452182 [ 260 ] {7b5a496d-bb4b-40d9-a36c-5858688ef745} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
14995 2025.01.02 23:44:07.452949 [ 260 ] {7b5a496d-bb4b-40d9-a36c-5858688ef745} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14996 2025.01.02 23:44:07.453003 [ 260 ] {7b5a496d-bb4b-40d9-a36c-5858688ef745} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
14997 2025.01.02 23:44:07.453471 [ 260 ] {7b5a496d-bb4b-40d9-a36c-5858688ef745} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
14998 2025.01.02 23:44:07.453732 [ 260 ] {7b5a496d-bb4b-40d9-a36c-5858688ef745} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14999 2025.01.02 23:44:07.453953 [ 260 ] {7b5a496d-bb4b-40d9-a36c-5858688ef745} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001899 sec., 7372.30121116377 rows/sec., 530.71 KiB/sec.
15000 2025.01.02 23:44:07.454020 [ 260 ] {7b5a496d-bb4b-40d9-a36c-5858688ef745} <Debug> TCPHandler: Processed in 0.002237889 sec.
15001 2025.01.02 23:44:07.454279 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15002 2025.01.02 23:44:07.454480 [ 265 ] {1449f7df-8a84-4f46-86ca-0de56410fd20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
15003 2025.01.02 23:44:07.454558 [ 265 ] {1449f7df-8a84-4f46-86ca-0de56410fd20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15004 2025.01.02 23:44:07.455538 [ 265 ] {1449f7df-8a84-4f46-86ca-0de56410fd20} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15005 2025.01.02 23:44:07.455593 [ 265 ] {1449f7df-8a84-4f46-86ca-0de56410fd20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
15006 2025.01.02 23:44:07.456069 [ 265 ] {1449f7df-8a84-4f46-86ca-0de56410fd20} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary)
15007 2025.01.02 23:44:07.456372 [ 265 ] {1449f7df-8a84-4f46-86ca-0de56410fd20} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15008 2025.01.02 23:44:07.456612 [ 146 ] {} <Debug> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0
15009 2025.01.02 23:44:07.456632 [ 265 ] {1449f7df-8a84-4f46-86ca-0de56410fd20} <Debug> executeQuery: Read 283 rows, 25.60 KiB in 0.002197 sec., 128812.01638598087 rows/sec., 11.38 MiB/sec.
15010 2025.01.02 23:44:07.456717 [ 146 ] {} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15011 2025.01.02 23:44:07.456808 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
15012 2025.01.02 23:44:07.456816 [ 265 ] {1449f7df-8a84-4f46-86ca-0de56410fd20} <Debug> TCPHandler: Processed in 0.002682705 sec.
15013 2025.01.02 23:44:07.457072 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15014 2025.01.02 23:44:07.457081 [ 192 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full
15015 2025.01.02 23:44:07.457268 [ 260 ] {ad4daca3-3357-4f72-9ed7-715a1b2b627c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
15016 2025.01.02 23:44:07.457378 [ 192 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15017 2025.01.02 23:44:07.457399 [ 260 ] {ad4daca3-3357-4f72-9ed7-715a1b2b627c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
15018 2025.01.02 23:44:07.457477 [ 192 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 1435 rows starting from the beginning of the part
15019 2025.01.02 23:44:07.457861 [ 192 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 284 rows starting from the beginning of the part
15020 2025.01.02 23:44:07.458238 [ 192 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 56 rows starting from the beginning of the part
15021 2025.01.02 23:44:07.458667 [ 192 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 283 rows starting from the beginning of the part
15022 2025.01.02 23:44:07.459044 [ 192 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 1197 rows starting from the beginning of the part
15023 2025.01.02 23:44:07.459307 [ 192 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 283 rows starting from the beginning of the part
15024 2025.01.02 23:44:07.460316 [ 260 ] {ad4daca3-3357-4f72-9ed7-715a1b2b627c} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15025 2025.01.02 23:44:07.460390 [ 260 ] {ad4daca3-3357-4f72-9ed7-715a1b2b627c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
15026 2025.01.02 23:44:07.461404 [ 260 ] {ad4daca3-3357-4f72-9ed7-715a1b2b627c} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
15027 2025.01.02 23:44:07.461975 [ 260 ] {ad4daca3-3357-4f72-9ed7-715a1b2b627c} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15028 2025.01.02 23:44:07.462434 [ 260 ] {ad4daca3-3357-4f72-9ed7-715a1b2b627c} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.005232 sec., 8983.180428134558 rows/sec., 662.05 KiB/sec.
15029 2025.01.02 23:44:07.462581 [ 260 ] {ad4daca3-3357-4f72-9ed7-715a1b2b627c} <Debug> TCPHandler: Processed in 0.005615644 sec.
15030 2025.01.02 23:44:07.462806 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15031 2025.01.02 23:44:07.463111 [ 265 ] {d6cfd46b-aa6a-4c63-bc15-93c3a82cadff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
15032 2025.01.02 23:44:07.463235 [ 265 ] {d6cfd46b-aa6a-4c63-bc15-93c3a82cadff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
15033 2025.01.02 23:44:07.463593 [ 192 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3538 rows, containing 5 columns (5 merged, 0 gathered) in 0.006677208 sec., 529862.1819179513 rows/sec., 46.69 MiB/sec.
15034 2025.01.02 23:44:07.463952 [ 192 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary)
15035 2025.01.02 23:44:07.464567 [ 192 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_116_23} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15036 2025.01.02 23:44:07.464700 [ 265 ] {d6cfd46b-aa6a-4c63-bc15-93c3a82cadff} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15037 2025.01.02 23:44:07.464764 [ 192 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_116_23} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23
15038 2025.01.02 23:44:07.464774 [ 265 ] {d6cfd46b-aa6a-4c63-bc15-93c3a82cadff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
15039 2025.01.02 23:44:07.464936 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.88 MiB.
15040 2025.01.02 23:44:07.465323 [ 265 ] {d6cfd46b-aa6a-4c63-bc15-93c3a82cadff} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
15041 2025.01.02 23:44:07.465590 [ 265 ] {d6cfd46b-aa6a-4c63-bc15-93c3a82cadff} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15042 2025.01.02 23:44:07.465837 [ 265 ] {d6cfd46b-aa6a-4c63-bc15-93c3a82cadff} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002838 sec., 4933.051444679352 rows/sec., 345.48 KiB/sec.
15043 2025.01.02 23:44:07.465902 [ 265 ] {d6cfd46b-aa6a-4c63-bc15-93c3a82cadff} <Debug> TCPHandler: Processed in 0.003211322 sec.
15044 2025.01.02 23:44:07.466069 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15045 2025.01.02 23:44:07.466204 [ 260 ] {25ae641c-6677-47e1-b6c6-146c00688795} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
15046 2025.01.02 23:44:07.466260 [ 260 ] {25ae641c-6677-47e1-b6c6-146c00688795} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
15047 2025.01.02 23:44:07.466880 [ 260 ] {25ae641c-6677-47e1-b6c6-146c00688795} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15048 2025.01.02 23:44:07.466924 [ 260 ] {25ae641c-6677-47e1-b6c6-146c00688795} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
15049 2025.01.02 23:44:07.467320 [ 260 ] {25ae641c-6677-47e1-b6c6-146c00688795} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
15050 2025.01.02 23:44:07.467566 [ 260 ] {25ae641c-6677-47e1-b6c6-146c00688795} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15051 2025.01.02 23:44:07.467808 [ 260 ] {25ae641c-6677-47e1-b6c6-146c00688795} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001641 sec., 7921.998781230956 rows/sec., 493.93 KiB/sec.
15052 2025.01.02 23:44:07.467873 [ 260 ] {25ae641c-6677-47e1-b6c6-146c00688795} <Debug> TCPHandler: Processed in 0.001868644 sec.
15053 2025.01.02 23:44:07.468035 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15054 2025.01.02 23:44:07.468177 [ 265 ] {38e0a6ca-d99e-49c4-80be-be682fec5c51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
15055 2025.01.02 23:44:07.468237 [ 265 ] {38e0a6ca-d99e-49c4-80be-be682fec5c51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15056 2025.01.02 23:44:07.469039 [ 265 ] {38e0a6ca-d99e-49c4-80be-be682fec5c51} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15057 2025.01.02 23:44:07.469083 [ 265 ] {38e0a6ca-d99e-49c4-80be-be682fec5c51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
15058 2025.01.02 23:44:07.469488 [ 265 ] {38e0a6ca-d99e-49c4-80be-be682fec5c51} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary)
15059 2025.01.02 23:44:07.469734 [ 265 ] {38e0a6ca-d99e-49c4-80be-be682fec5c51} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15060 2025.01.02 23:44:07.469937 [ 147 ] {} <Debug> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0
15061 2025.01.02 23:44:07.469988 [ 265 ] {38e0a6ca-d99e-49c4-80be-be682fec5c51} <Debug> executeQuery: Read 422 rows, 30.88 KiB in 0.001841 sec., 229223.24823465507 rows/sec., 16.38 MiB/sec.
15062 2025.01.02 23:44:07.470014 [ 147 ] {} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15063 2025.01.02 23:44:07.470080 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
15064 2025.01.02 23:44:07.470120 [ 265 ] {38e0a6ca-d99e-49c4-80be-be682fec5c51} <Debug> TCPHandler: Processed in 0.002143588 sec.
15065 2025.01.02 23:44:07.470353 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15066 2025.01.02 23:44:07.470363 [ 200 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full
15067 2025.01.02 23:44:07.470577 [ 260 ] {9d179297-4f27-45f5-bab7-797fd97a63c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
15068 2025.01.02 23:44:07.470623 [ 200 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15069 2025.01.02 23:44:07.470686 [ 260 ] {9d179297-4f27-45f5-bab7-797fd97a63c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
15070 2025.01.02 23:44:07.470703 [ 200 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 914 rows starting from the beginning of the part
15071 2025.01.02 23:44:07.471099 [ 200 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 424 rows starting from the beginning of the part
15072 2025.01.02 23:44:07.471486 [ 200 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 64 rows starting from the beginning of the part
15073 2025.01.02 23:44:07.471834 [ 200 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 422 rows starting from the beginning of the part
15074 2025.01.02 23:44:07.471926 [ 200 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 522 rows starting from the beginning of the part
15075 2025.01.02 23:44:07.472320 [ 200 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 422 rows starting from the beginning of the part
15076 2025.01.02 23:44:07.473245 [ 260 ] {9d179297-4f27-45f5-bab7-797fd97a63c0} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15077 2025.01.02 23:44:07.473309 [ 260 ] {9d179297-4f27-45f5-bab7-797fd97a63c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
15078 2025.01.02 23:44:07.474127 [ 260 ] {9d179297-4f27-45f5-bab7-797fd97a63c0} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
15079 2025.01.02 23:44:07.474696 [ 260 ] {9d179297-4f27-45f5-bab7-797fd97a63c0} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15080 2025.01.02 23:44:07.475256 [ 260 ] {9d179297-4f27-45f5-bab7-797fd97a63c0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004743 sec., 1265.022137887413 rows/sec., 66.09 KiB/sec.
15081 2025.01.02 23:44:07.475438 [ 260 ] {9d179297-4f27-45f5-bab7-797fd97a63c0} <Debug> TCPHandler: Processed in 0.005188128 sec.
15082 2025.01.02 23:44:07.475646 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15083 2025.01.02 23:44:07.475804 [ 265 ] {fe1f2551-0e37-4c51-9c85-034a3087cf1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
15084 2025.01.02 23:44:07.475880 [ 265 ] {fe1f2551-0e37-4c51-9c85-034a3087cf1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15085 2025.01.02 23:44:07.476635 [ 202 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2768 rows, containing 5 columns (5 merged, 0 gathered) in 0.006457984 sec., 428616.732404416 rows/sec., 32.72 MiB/sec.
15086 2025.01.02 23:44:07.476887 [ 189 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary)
15087 2025.01.02 23:44:07.477276 [ 265 ] {fe1f2551-0e37-4c51-9c85-034a3087cf1e} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15088 2025.01.02 23:44:07.477343 [ 265 ] {fe1f2551-0e37-4c51-9c85-034a3087cf1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
15089 2025.01.02 23:44:07.477505 [ 189 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_116_23} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15090 2025.01.02 23:44:07.477703 [ 189 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_116_23} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23
15091 2025.01.02 23:44:07.477861 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB.
15092 2025.01.02 23:44:07.478069 [ 265 ] {fe1f2551-0e37-4c51-9c85-034a3087cf1e} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary)
15093 2025.01.02 23:44:07.478337 [ 265 ] {fe1f2551-0e37-4c51-9c85-034a3087cf1e} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15094 2025.01.02 23:44:07.478560 [ 265 ] {fe1f2551-0e37-4c51-9c85-034a3087cf1e} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002794 sec., 84824.62419470293 rows/sec., 5.69 MiB/sec.
15095 2025.01.02 23:44:07.478630 [ 265 ] {fe1f2551-0e37-4c51-9c85-034a3087cf1e} <Debug> TCPHandler: Processed in 0.003065751 sec.
15096 2025.01.02 23:44:07.478791 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15097 2025.01.02 23:44:07.478937 [ 260 ] {9b0b6a75-3ba9-4fb0-9090-07ef69ebc99f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
15098 2025.01.02 23:44:07.479002 [ 260 ] {9b0b6a75-3ba9-4fb0-9090-07ef69ebc99f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
15099 2025.01.02 23:44:07.479529 [ 260 ] {9b0b6a75-3ba9-4fb0-9090-07ef69ebc99f} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15100 2025.01.02 23:44:07.479571 [ 260 ] {9b0b6a75-3ba9-4fb0-9090-07ef69ebc99f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
15101 2025.01.02 23:44:07.479951 [ 260 ] {9b0b6a75-3ba9-4fb0-9090-07ef69ebc99f} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
15102 2025.01.02 23:44:07.480205 [ 260 ] {9b0b6a75-3ba9-4fb0-9090-07ef69ebc99f} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15103 2025.01.02 23:44:07.480479 [ 260 ] {9b0b6a75-3ba9-4fb0-9090-07ef69ebc99f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001565 sec., 638.9776357827476 rows/sec., 43.06 KiB/sec.
15104 2025.01.02 23:44:07.480518 [ 223 ] {} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
15105 2025.01.02 23:44:07.480597 [ 223 ] {} <Debug> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
15106 2025.01.02 23:44:07.480617 [ 260 ] {9b0b6a75-3ba9-4fb0-9090-07ef69ebc99f} <Debug> TCPHandler: Processed in 0.001891245 sec.
15107 2025.01.02 23:44:07.480843 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15108 2025.01.02 23:44:07.481066 [ 265 ] {0b2094ad-ff6c-4230-bbf0-b2c3c8bd92d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
15109 2025.01.02 23:44:07.481268 [ 265 ] {0b2094ad-ff6c-4230-bbf0-b2c3c8bd92d1} <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
15110 2025.01.02 23:44:07.484323 [ 265 ] {0b2094ad-ff6c-4230-bbf0-b2c3c8bd92d1} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15111 2025.01.02 23:44:07.484384 [ 265 ] {0b2094ad-ff6c-4230-bbf0-b2c3c8bd92d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
15112 2025.01.02 23:44:07.485627 [ 223 ] {} <Debug> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
15113 2025.01.02 23:44:07.486204 [ 265 ] {0b2094ad-ff6c-4230-bbf0-b2c3c8bd92d1} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
15114 2025.01.02 23:44:07.486573 [ 265 ] {0b2094ad-ff6c-4230-bbf0-b2c3c8bd92d1} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15115 2025.01.02 23:44:07.486853 [ 265 ] {0b2094ad-ff6c-4230-bbf0-b2c3c8bd92d1} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.005853 sec., 6834.102169827439 rows/sec., 12.25 MiB/sec.
15116 2025.01.02 23:44:07.486853 [ 222 ] {} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
15117 2025.01.02 23:44:07.486906 [ 222 ] {} <Debug> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
15118 2025.01.02 23:44:07.487064 [ 265 ] {0b2094ad-ff6c-4230-bbf0-b2c3c8bd92d1} <Debug> TCPHandler: Processed in 0.006303203 sec.
15119 2025.01.02 23:44:07.487281 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15120 2025.01.02 23:44:07.487575 [ 260 ] {403b602d-310b-44b6-a240-1b87a299b74e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
15121 2025.01.02 23:44:07.487659 [ 260 ] {403b602d-310b-44b6-a240-1b87a299b74e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15122 2025.01.02 23:44:07.488955 [ 260 ] {403b602d-310b-44b6-a240-1b87a299b74e} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15123 2025.01.02 23:44:07.489009 [ 260 ] {403b602d-310b-44b6-a240-1b87a299b74e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
15124 2025.01.02 23:44:07.489804 [ 260 ] {403b602d-310b-44b6-a240-1b87a299b74e} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary)
15125 2025.01.02 23:44:07.490256 [ 260 ] {403b602d-310b-44b6-a240-1b87a299b74e} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15126 2025.01.02 23:44:07.490396 [ 222 ] {} <Debug> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
15127 2025.01.02 23:44:07.490622 [ 147 ] {} <Debug> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0
15128 2025.01.02 23:44:07.490736 [ 147 ] {} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15129 2025.01.02 23:44:07.490833 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
15130 2025.01.02 23:44:07.490925 [ 260 ] {403b602d-310b-44b6-a240-1b87a299b74e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.003432 sec., 23892.77389277389 rows/sec., 1.52 MiB/sec.
15131 2025.01.02 23:44:07.491381 [ 260 ] {403b602d-310b-44b6-a240-1b87a299b74e} <Debug> TCPHandler: Processed in 0.004190755 sec.
15132 2025.01.02 23:44:07.491415 [ 201 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full
15133 2025.01.02 23:44:07.491837 [ 201 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15134 2025.01.02 23:44:07.491939 [ 201 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 7418 rows starting from the beginning of the part
15135 2025.01.02 23:44:07.492091 [ 201 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 82 rows starting from the beginning of the part
15136 2025.01.02 23:44:07.492407 [ 201 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 60 rows starting from the beginning of the part
15137 2025.01.02 23:44:07.492763 [ 201 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 82 rows starting from the beginning of the part
15138 2025.01.02 23:44:07.493099 [ 201 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 60 rows starting from the beginning of the part
15139 2025.01.02 23:44:07.493479 [ 201 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 82 rows starting from the beginning of the part
15140 2025.01.02 23:44:07.495626 [ 189 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7784 rows, containing 4 columns (4 merged, 0 gathered) in 0.00461844 sec., 1685417.5868908118 rows/sec., 109.77 MiB/sec.
15141 2025.01.02 23:44:07.496029 [ 201 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary)
15142 2025.01.02 23:44:07.496316 [ 201 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_116_23} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15143 2025.01.02 23:44:07.496393 [ 201 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_116_23} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23
15144 2025.01.02 23:44:07.496467 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.30 MiB.
15145 2025.01.02 23:44:10.528860 [ 143 ] {} <Debug> DNSResolver: Updating DNS cache
15146 2025.01.02 23:44:10.528921 [ 143 ] {} <Debug> DNSResolver: Updated DNS cache
15147 2025.01.02 23:44:10.760358 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 37576
15148 2025.01.02 23:44:10.761091 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15149 2025.01.02 23:44:10.761149 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
15150 2025.01.02 23:44:10.761723 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
15151 2025.01.02 23:44:10.761981 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15152 2025.01.02 23:44:10.762199 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37576
15153 2025.01.02 23:44:12.064183 [ 224 ] {} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
15154 2025.01.02 23:44:12.064239 [ 224 ] {} <Debug> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
15155 2025.01.02 23:44:12.066194 [ 224 ] {} <Debug> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
15156 2025.01.02 23:44:12.078688 [ 218 ] {} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
15157 2025.01.02 23:44:12.078746 [ 218 ] {} <Debug> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
15158 2025.01.02 23:44:12.080621 [ 218 ] {} <Debug> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
15159 2025.01.02 23:44:12.443839 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15160 2025.01.02 23:44:12.444031 [ 260 ] {1d01fa40-e18b-4dac-b50e-db1adb3c10d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
15161 2025.01.02 23:44:12.444110 [ 260 ] {1d01fa40-e18b-4dac-b50e-db1adb3c10d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15162 2025.01.02 23:44:12.444962 [ 260 ] {1d01fa40-e18b-4dac-b50e-db1adb3c10d2} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15163 2025.01.02 23:44:12.445016 [ 260 ] {1d01fa40-e18b-4dac-b50e-db1adb3c10d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
15164 2025.01.02 23:44:12.445470 [ 260 ] {1d01fa40-e18b-4dac-b50e-db1adb3c10d2} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary)
15165 2025.01.02 23:44:12.445739 [ 260 ] {1d01fa40-e18b-4dac-b50e-db1adb3c10d2} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15166 2025.01.02 23:44:12.445946 [ 260 ] {1d01fa40-e18b-4dac-b50e-db1adb3c10d2} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001968 sec., 28455.284552845525 rows/sec., 2.19 MiB/sec.
15167 2025.01.02 23:44:12.446013 [ 260 ] {1d01fa40-e18b-4dac-b50e-db1adb3c10d2} <Debug> TCPHandler: Processed in 0.002319221 sec.
15168 2025.01.02 23:44:12.446282 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15169 2025.01.02 23:44:12.446477 [ 265 ] {77fce253-2c7c-44f0-af0a-94d5ed316ad8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
15170 2025.01.02 23:44:12.446556 [ 265 ] {77fce253-2c7c-44f0-af0a-94d5ed316ad8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15171 2025.01.02 23:44:12.447407 [ 265 ] {77fce253-2c7c-44f0-af0a-94d5ed316ad8} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15172 2025.01.02 23:44:12.447464 [ 265 ] {77fce253-2c7c-44f0-af0a-94d5ed316ad8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
15173 2025.01.02 23:44:12.447966 [ 265 ] {77fce253-2c7c-44f0-af0a-94d5ed316ad8} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary)
15174 2025.01.02 23:44:12.448268 [ 265 ] {77fce253-2c7c-44f0-af0a-94d5ed316ad8} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15175 2025.01.02 23:44:12.448515 [ 265 ] {77fce253-2c7c-44f0-af0a-94d5ed316ad8} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002093 sec., 30578.117534639277 rows/sec., 2.39 MiB/sec.
15176 2025.01.02 23:44:12.448588 [ 265 ] {77fce253-2c7c-44f0-af0a-94d5ed316ad8} <Debug> TCPHandler: Processed in 0.002439973 sec.
15177 2025.01.02 23:44:12.448755 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15178 2025.01.02 23:44:12.448887 [ 260 ] {4be7d64f-b580-47b4-8ae0-168fdf7ac632} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
15179 2025.01.02 23:44:12.448944 [ 260 ] {4be7d64f-b580-47b4-8ae0-168fdf7ac632} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15180 2025.01.02 23:44:12.449530 [ 260 ] {4be7d64f-b580-47b4-8ae0-168fdf7ac632} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15181 2025.01.02 23:44:12.449570 [ 260 ] {4be7d64f-b580-47b4-8ae0-168fdf7ac632} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
15182 2025.01.02 23:44:12.449981 [ 260 ] {4be7d64f-b580-47b4-8ae0-168fdf7ac632} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary)
15183 2025.01.02 23:44:12.450233 [ 260 ] {4be7d64f-b580-47b4-8ae0-168fdf7ac632} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15184 2025.01.02 23:44:12.450414 [ 260 ] {4be7d64f-b580-47b4-8ae0-168fdf7ac632} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001559 sec., 102629.89095574086 rows/sec., 7.15 MiB/sec.
15185 2025.01.02 23:44:12.450471 [ 260 ] {4be7d64f-b580-47b4-8ae0-168fdf7ac632} <Debug> TCPHandler: Processed in 0.001777173 sec.
15186 2025.01.02 23:44:12.450629 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15187 2025.01.02 23:44:12.450757 [ 265 ] {7d18869a-cd53-4c85-8a52-93348c1fe385} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
15188 2025.01.02 23:44:12.450815 [ 265 ] {7d18869a-cd53-4c85-8a52-93348c1fe385} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15189 2025.01.02 23:44:12.451341 [ 265 ] {7d18869a-cd53-4c85-8a52-93348c1fe385} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15190 2025.01.02 23:44:12.451384 [ 265 ] {7d18869a-cd53-4c85-8a52-93348c1fe385} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
15191 2025.01.02 23:44:12.451788 [ 265 ] {7d18869a-cd53-4c85-8a52-93348c1fe385} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary)
15192 2025.01.02 23:44:12.452029 [ 265 ] {7d18869a-cd53-4c85-8a52-93348c1fe385} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15193 2025.01.02 23:44:12.452239 [ 265 ] {7d18869a-cd53-4c85-8a52-93348c1fe385} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001513 sec., 39656.31196298744 rows/sec., 2.67 MiB/sec.
15194 2025.01.02 23:44:12.452297 [ 265 ] {7d18869a-cd53-4c85-8a52-93348c1fe385} <Debug> TCPHandler: Processed in 0.001727392 sec.
15195 2025.01.02 23:44:13.075087 [ 225 ] {} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
15196 2025.01.02 23:44:13.075140 [ 225 ] {} <Debug> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
15197 2025.01.02 23:44:13.077215 [ 225 ] {} <Debug> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
15198 2025.01.02 23:44:13.163775 [ 219 ] {} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
15199 2025.01.02 23:44:13.163823 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
15200 2025.01.02 23:44:13.166256 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
15201 2025.01.02 23:44:13.456679 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 618
15202 2025.01.02 23:44:13.480045 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15203 2025.01.02 23:44:13.480101 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
15204 2025.01.02 23:44:13.487724 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
15205 2025.01.02 23:44:13.488620 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15206 2025.01.02 23:44:13.492802 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 618
15207 2025.01.02 23:44:16.015479 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 2098
15208 2025.01.02 23:44:16.018749 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15209 2025.01.02 23:44:16.018810 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
15210 2025.01.02 23:44:16.020422 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
15211 2025.01.02 23:44:16.020744 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15212 2025.01.02 23:44:16.022218 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2098
15213 2025.01.02 23:44:17.450630 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15214 2025.01.02 23:44:17.450845 [ 260 ] {bf1dddea-7239-4bce-a8da-5eef5e9a5d6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
15215 2025.01.02 23:44:17.450927 [ 260 ] {bf1dddea-7239-4bce-a8da-5eef5e9a5d6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
15216 2025.01.02 23:44:17.451757 [ 260 ] {bf1dddea-7239-4bce-a8da-5eef5e9a5d6b} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15217 2025.01.02 23:44:17.451810 [ 260 ] {bf1dddea-7239-4bce-a8da-5eef5e9a5d6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
15218 2025.01.02 23:44:17.452243 [ 260 ] {bf1dddea-7239-4bce-a8da-5eef5e9a5d6b} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
15219 2025.01.02 23:44:17.452518 [ 260 ] {bf1dddea-7239-4bce-a8da-5eef5e9a5d6b} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15220 2025.01.02 23:44:17.452756 [ 260 ] {bf1dddea-7239-4bce-a8da-5eef5e9a5d6b} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001969 sec., 7110.208227526664 rows/sec., 511.84 KiB/sec.
15221 2025.01.02 23:44:17.452847 [ 260 ] {bf1dddea-7239-4bce-a8da-5eef5e9a5d6b} <Debug> TCPHandler: Processed in 0.002362841 sec.
15222 2025.01.02 23:44:17.453095 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15223 2025.01.02 23:44:17.453310 [ 265 ] {5bdf7a2f-9178-4d2b-9985-ebc822f385ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
15224 2025.01.02 23:44:17.453391 [ 265 ] {5bdf7a2f-9178-4d2b-9985-ebc822f385ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
15225 2025.01.02 23:44:17.454167 [ 265 ] {5bdf7a2f-9178-4d2b-9985-ebc822f385ce} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15226 2025.01.02 23:44:17.454210 [ 265 ] {5bdf7a2f-9178-4d2b-9985-ebc822f385ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
15227 2025.01.02 23:44:17.454643 [ 265 ] {5bdf7a2f-9178-4d2b-9985-ebc822f385ce} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
15228 2025.01.02 23:44:17.454906 [ 265 ] {5bdf7a2f-9178-4d2b-9985-ebc822f385ce} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15229 2025.01.02 23:44:17.455145 [ 265 ] {5bdf7a2f-9178-4d2b-9985-ebc822f385ce} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001894 sec., 5279.831045406547 rows/sec., 430.53 KiB/sec.
15230 2025.01.02 23:44:17.455212 [ 265 ] {5bdf7a2f-9178-4d2b-9985-ebc822f385ce} <Debug> TCPHandler: Processed in 0.00225837 sec.
15231 2025.01.02 23:44:17.455419 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15232 2025.01.02 23:44:17.455651 [ 260 ] {d3ce037d-36f1-4b99-8967-5d0608ce28b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
15233 2025.01.02 23:44:17.455705 [ 260 ] {d3ce037d-36f1-4b99-8967-5d0608ce28b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15234 2025.01.02 23:44:17.456478 [ 260 ] {d3ce037d-36f1-4b99-8967-5d0608ce28b4} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15235 2025.01.02 23:44:17.456519 [ 260 ] {d3ce037d-36f1-4b99-8967-5d0608ce28b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
15236 2025.01.02 23:44:17.456907 [ 260 ] {d3ce037d-36f1-4b99-8967-5d0608ce28b4} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary)
15237 2025.01.02 23:44:17.457151 [ 260 ] {d3ce037d-36f1-4b99-8967-5d0608ce28b4} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15238 2025.01.02 23:44:17.457355 [ 260 ] {d3ce037d-36f1-4b99-8967-5d0608ce28b4} <Debug> executeQuery: Read 288 rows, 25.97 KiB in 0.001764 sec., 163265.306122449 rows/sec., 14.38 MiB/sec.
15239 2025.01.02 23:44:17.457414 [ 260 ] {d3ce037d-36f1-4b99-8967-5d0608ce28b4} <Debug> TCPHandler: Processed in 0.002106678 sec.
15240 2025.01.02 23:44:17.457582 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15241 2025.01.02 23:44:17.457722 [ 265 ] {7922f1cb-c02e-475a-a88b-61cdbd8b16e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
15242 2025.01.02 23:44:17.457784 [ 265 ] {7922f1cb-c02e-475a-a88b-61cdbd8b16e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
15243 2025.01.02 23:44:17.458498 [ 265 ] {7922f1cb-c02e-475a-a88b-61cdbd8b16e5} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15244 2025.01.02 23:44:17.458544 [ 265 ] {7922f1cb-c02e-475a-a88b-61cdbd8b16e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
15245 2025.01.02 23:44:17.458906 [ 265 ] {7922f1cb-c02e-475a-a88b-61cdbd8b16e5} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
15246 2025.01.02 23:44:17.459129 [ 265 ] {7922f1cb-c02e-475a-a88b-61cdbd8b16e5} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15247 2025.01.02 23:44:17.459296 [ 265 ] {7922f1cb-c02e-475a-a88b-61cdbd8b16e5} <Debug> executeQuery: Read 57 rows, 4.16 KiB in 0.001671 sec., 34111.31059245961 rows/sec., 2.43 MiB/sec.
15248 2025.01.02 23:44:17.459412 [ 265 ] {7922f1cb-c02e-475a-a88b-61cdbd8b16e5} <Debug> TCPHandler: Processed in 0.001888895 sec.
15249 2025.01.02 23:44:17.459562 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15250 2025.01.02 23:44:17.459731 [ 260 ] {434c0dd4-6cea-4e8d-8ed5-ba9131b32cc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
15251 2025.01.02 23:44:17.459821 [ 260 ] {434c0dd4-6cea-4e8d-8ed5-ba9131b32cc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
15252 2025.01.02 23:44:17.460761 [ 260 ] {434c0dd4-6cea-4e8d-8ed5-ba9131b32cc6} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15253 2025.01.02 23:44:17.460802 [ 260 ] {434c0dd4-6cea-4e8d-8ed5-ba9131b32cc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
15254 2025.01.02 23:44:17.461156 [ 260 ] {434c0dd4-6cea-4e8d-8ed5-ba9131b32cc6} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
15255 2025.01.02 23:44:17.461390 [ 260 ] {434c0dd4-6cea-4e8d-8ed5-ba9131b32cc6} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15256 2025.01.02 23:44:17.461603 [ 260 ] {434c0dd4-6cea-4e8d-8ed5-ba9131b32cc6} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001925 sec., 7272.727272727272 rows/sec., 509.33 KiB/sec.
15257 2025.01.02 23:44:17.461675 [ 260 ] {434c0dd4-6cea-4e8d-8ed5-ba9131b32cc6} <Debug> TCPHandler: Processed in 0.002168159 sec.
15258 2025.01.02 23:44:17.461885 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15259 2025.01.02 23:44:17.462058 [ 265 ] {a0d9d835-33b2-4e58-a1e9-ee615794c1fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
15260 2025.01.02 23:44:17.462117 [ 265 ] {a0d9d835-33b2-4e58-a1e9-ee615794c1fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
15261 2025.01.02 23:44:17.462778 [ 265 ] {a0d9d835-33b2-4e58-a1e9-ee615794c1fb} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15262 2025.01.02 23:44:17.462817 [ 265 ] {a0d9d835-33b2-4e58-a1e9-ee615794c1fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
15263 2025.01.02 23:44:17.463171 [ 265 ] {a0d9d835-33b2-4e58-a1e9-ee615794c1fb} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
15264 2025.01.02 23:44:17.463423 [ 265 ] {a0d9d835-33b2-4e58-a1e9-ee615794c1fb} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15265 2025.01.02 23:44:17.463598 [ 265 ] {a0d9d835-33b2-4e58-a1e9-ee615794c1fb} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00157 sec., 8280.254777070064 rows/sec., 516.27 KiB/sec.
15266 2025.01.02 23:44:17.463650 [ 265 ] {a0d9d835-33b2-4e58-a1e9-ee615794c1fb} <Debug> TCPHandler: Processed in 0.001891765 sec.
15267 2025.01.02 23:44:17.463846 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15268 2025.01.02 23:44:17.464065 [ 260 ] {5939d162-40d4-4d01-a25e-cee5643d1478} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
15269 2025.01.02 23:44:17.464152 [ 260 ] {5939d162-40d4-4d01-a25e-cee5643d1478} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15270 2025.01.02 23:44:17.465102 [ 260 ] {5939d162-40d4-4d01-a25e-cee5643d1478} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15271 2025.01.02 23:44:17.465141 [ 260 ] {5939d162-40d4-4d01-a25e-cee5643d1478} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
15272 2025.01.02 23:44:17.465527 [ 260 ] {5939d162-40d4-4d01-a25e-cee5643d1478} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary)
15273 2025.01.02 23:44:17.465772 [ 260 ] {5939d162-40d4-4d01-a25e-cee5643d1478} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15274 2025.01.02 23:44:17.465978 [ 260 ] {5939d162-40d4-4d01-a25e-cee5643d1478} <Debug> executeQuery: Read 432 rows, 31.70 KiB in 0.001965 sec., 219847.3282442748 rows/sec., 15.75 MiB/sec.
15275 2025.01.02 23:44:17.466045 [ 260 ] {5939d162-40d4-4d01-a25e-cee5643d1478} <Debug> TCPHandler: Processed in 0.00231166 sec.
15276 2025.01.02 23:44:17.466234 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15277 2025.01.02 23:44:17.466453 [ 265 ] {fcf22409-d827-4ceb-b598-5a842b832f03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
15278 2025.01.02 23:44:17.466515 [ 265 ] {fcf22409-d827-4ceb-b598-5a842b832f03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
15279 2025.01.02 23:44:17.467020 [ 265 ] {fcf22409-d827-4ceb-b598-5a842b832f03} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15280 2025.01.02 23:44:17.467058 [ 265 ] {fcf22409-d827-4ceb-b598-5a842b832f03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
15281 2025.01.02 23:44:17.467424 [ 265 ] {fcf22409-d827-4ceb-b598-5a842b832f03} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
15282 2025.01.02 23:44:17.467655 [ 265 ] {fcf22409-d827-4ceb-b598-5a842b832f03} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15283 2025.01.02 23:44:17.467779 [ 137 ] {} <Debug> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65) (MergerMutator): Selected 6 parts from all_1_55_11 to all_60_60_0
15284 2025.01.02 23:44:17.467831 [ 137 ] {} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15285 2025.01.02 23:44:17.467837 [ 265 ] {fcf22409-d827-4ceb-b598-5a842b832f03} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001426 sec., 4207.57363253857 rows/sec., 219.83 KiB/sec.
15286 2025.01.02 23:44:17.467857 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
15287 2025.01.02 23:44:17.467916 [ 265 ] {fcf22409-d827-4ceb-b598-5a842b832f03} <Debug> TCPHandler: Processed in 0.001791243 sec.
15288 2025.01.02 23:44:17.468025 [ 194 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_60_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_55_11 to all_60_60_0 into Compact with storage Full
15289 2025.01.02 23:44:17.468089 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15290 2025.01.02 23:44:17.468178 [ 194 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_60_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15291 2025.01.02 23:44:17.468258 [ 194 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_55_11, total 330 rows starting from the beginning of the part
15292 2025.01.02 23:44:17.468324 [ 260 ] {7fd34346-f597-4fae-929f-3cff11be0f31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
15293 2025.01.02 23:44:17.468493 [ 194 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 6 rows starting from the beginning of the part
15294 2025.01.02 23:44:17.468514 [ 260 ] {7fd34346-f597-4fae-929f-3cff11be0f31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15295 2025.01.02 23:44:17.468933 [ 194 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 6 rows starting from the beginning of the part
15296 2025.01.02 23:44:17.469296 [ 194 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 6 rows starting from the beginning of the part
15297 2025.01.02 23:44:17.469695 [ 194 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 6 rows starting from the beginning of the part
15298 2025.01.02 23:44:17.469993 [ 194 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 6 rows starting from the beginning of the part
15299 2025.01.02 23:44:17.471040 [ 260 ] {7fd34346-f597-4fae-929f-3cff11be0f31} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15300 2025.01.02 23:44:17.471105 [ 260 ] {7fd34346-f597-4fae-929f-3cff11be0f31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
15301 2025.01.02 23:44:17.472207 [ 260 ] {7fd34346-f597-4fae-929f-3cff11be0f31} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary)
15302 2025.01.02 23:44:17.472596 [ 189 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_60_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 360 rows, containing 4 columns (4 merged, 0 gathered) in 0.004656681 sec., 77308.28029663187 rows/sec., 3.94 MiB/sec.
15303 2025.01.02 23:44:17.472730 [ 260 ] {7fd34346-f597-4fae-929f-3cff11be0f31} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15304 2025.01.02 23:44:17.472987 [ 189 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_60_12} <Trace> MergedBlockOutputStream: filled checksums all_1_60_12 (state Temporary)
15305 2025.01.02 23:44:17.473235 [ 260 ] {7fd34346-f597-4fae-929f-3cff11be0f31} <Debug> executeQuery: Read 242 rows, 16.62 KiB in 0.004978 sec., 48613.90116512656 rows/sec., 3.26 MiB/sec.
15306 2025.01.02 23:44:17.473417 [ 260 ] {7fd34346-f597-4fae-929f-3cff11be0f31} <Debug> TCPHandler: Processed in 0.005403401 sec.
15307 2025.01.02 23:44:17.473844 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15308 2025.01.02 23:44:17.474023 [ 189 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_60_12} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Renaming temporary part tmp_merge_all_1_60_12 to all_1_60_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15309 2025.01.02 23:44:17.474337 [ 265 ] {2f694c05-2afe-46bd-8944-7540fd623750} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
15310 2025.01.02 23:44:17.474399 [ 189 ] {49cd061b-096d-4b3a-b490-47b0384d6a65::all_1_60_12} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65) (MergerMutator): Merged 6 parts: [all_1_55_11, all_60_60_0] -> all_1_60_12
15311 2025.01.02 23:44:17.474509 [ 265 ] {2f694c05-2afe-46bd-8944-7540fd623750} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
15312 2025.01.02 23:44:17.474602 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB.
15313 2025.01.02 23:44:17.475095 [ 265 ] {2f694c05-2afe-46bd-8944-7540fd623750} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15314 2025.01.02 23:44:17.475137 [ 265 ] {2f694c05-2afe-46bd-8944-7540fd623750} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
15315 2025.01.02 23:44:17.475509 [ 265 ] {2f694c05-2afe-46bd-8944-7540fd623750} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
15316 2025.01.02 23:44:17.475746 [ 265 ] {2f694c05-2afe-46bd-8944-7540fd623750} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15317 2025.01.02 23:44:17.475923 [ 265 ] {2f694c05-2afe-46bd-8944-7540fd623750} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001791 sec., 558.3472920156337 rows/sec., 37.62 KiB/sec.
15318 2025.01.02 23:44:17.475975 [ 265 ] {2f694c05-2afe-46bd-8944-7540fd623750} <Debug> TCPHandler: Processed in 0.002419352 sec.
15319 2025.01.02 23:44:17.476132 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15320 2025.01.02 23:44:17.476270 [ 260 ] {bea349c4-b73c-4350-bea8-aa0fdc69d1d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
15321 2025.01.02 23:44:17.476362 [ 260 ] {bea349c4-b73c-4350-bea8-aa0fdc69d1d8} <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
15322 2025.01.02 23:44:17.477577 [ 260 ] {bea349c4-b73c-4350-bea8-aa0fdc69d1d8} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15323 2025.01.02 23:44:17.477617 [ 260 ] {bea349c4-b73c-4350-bea8-aa0fdc69d1d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
15324 2025.01.02 23:44:17.478296 [ 260 ] {bea349c4-b73c-4350-bea8-aa0fdc69d1d8} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
15325 2025.01.02 23:44:17.478554 [ 260 ] {bea349c4-b73c-4350-bea8-aa0fdc69d1d8} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15326 2025.01.02 23:44:17.478810 [ 260 ] {bea349c4-b73c-4350-bea8-aa0fdc69d1d8} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.00257 sec., 15564.202334630352 rows/sec., 27.89 MiB/sec.
15327 2025.01.02 23:44:17.478920 [ 260 ] {bea349c4-b73c-4350-bea8-aa0fdc69d1d8} <Debug> TCPHandler: Processed in 0.002853648 sec.
15328 2025.01.02 23:44:17.479107 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15329 2025.01.02 23:44:17.479310 [ 265 ] {63a98a0a-41e8-4b90-ae37-67ea3733b369} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
15330 2025.01.02 23:44:17.479397 [ 265 ] {63a98a0a-41e8-4b90-ae37-67ea3733b369} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15331 2025.01.02 23:44:17.479993 [ 265 ] {63a98a0a-41e8-4b90-ae37-67ea3733b369} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15332 2025.01.02 23:44:17.480030 [ 265 ] {63a98a0a-41e8-4b90-ae37-67ea3733b369} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
15333 2025.01.02 23:44:17.480399 [ 265 ] {63a98a0a-41e8-4b90-ae37-67ea3733b369} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary)
15334 2025.01.02 23:44:17.480643 [ 265 ] {63a98a0a-41e8-4b90-ae37-67ea3733b369} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15335 2025.01.02 23:44:17.480831 [ 265 ] {63a98a0a-41e8-4b90-ae37-67ea3733b369} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00157 sec., 52229.299363057326 rows/sec., 3.32 MiB/sec.
15336 2025.01.02 23:44:17.480892 [ 265 ] {63a98a0a-41e8-4b90-ae37-67ea3733b369} <Debug> TCPHandler: Processed in 0.001886075 sec.
15337 2025.01.02 23:44:18.262403 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 38064
15338 2025.01.02 23:44:18.263352 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15339 2025.01.02 23:44:18.263394 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
15340 2025.01.02 23:44:18.263945 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
15341 2025.01.02 23:44:18.264220 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15342 2025.01.02 23:44:18.264414 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38064
15343 2025.01.02 23:44:20.992923 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 626
15344 2025.01.02 23:44:21.017273 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15345 2025.01.02 23:44:21.017332 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
15346 2025.01.02 23:44:21.024811 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
15347 2025.01.02 23:44:21.025593 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15348 2025.01.02 23:44:21.029016 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 626
15349 2025.01.02 23:44:22.443650 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15350 2025.01.02 23:44:22.443860 [ 260 ] {06e6392a-9239-476d-a42d-dab9fe55986d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
15351 2025.01.02 23:44:22.443937 [ 260 ] {06e6392a-9239-476d-a42d-dab9fe55986d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15352 2025.01.02 23:44:22.444713 [ 260 ] {06e6392a-9239-476d-a42d-dab9fe55986d} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15353 2025.01.02 23:44:22.444773 [ 260 ] {06e6392a-9239-476d-a42d-dab9fe55986d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
15354 2025.01.02 23:44:22.445207 [ 260 ] {06e6392a-9239-476d-a42d-dab9fe55986d} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary)
15355 2025.01.02 23:44:22.445459 [ 260 ] {06e6392a-9239-476d-a42d-dab9fe55986d} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15356 2025.01.02 23:44:22.445698 [ 260 ] {06e6392a-9239-476d-a42d-dab9fe55986d} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001893 sec., 29582.673005810884 rows/sec., 2.27 MiB/sec.
15357 2025.01.02 23:44:22.445764 [ 260 ] {06e6392a-9239-476d-a42d-dab9fe55986d} <Debug> TCPHandler: Processed in 0.002258529 sec.
15358 2025.01.02 23:44:22.446020 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15359 2025.01.02 23:44:22.446245 [ 265 ] {1af4cd28-e196-427d-8227-2bcaece15cda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
15360 2025.01.02 23:44:22.446327 [ 265 ] {1af4cd28-e196-427d-8227-2bcaece15cda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15361 2025.01.02 23:44:22.447151 [ 265 ] {1af4cd28-e196-427d-8227-2bcaece15cda} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15362 2025.01.02 23:44:22.447201 [ 265 ] {1af4cd28-e196-427d-8227-2bcaece15cda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
15363 2025.01.02 23:44:22.447640 [ 265 ] {1af4cd28-e196-427d-8227-2bcaece15cda} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary)
15364 2025.01.02 23:44:22.447911 [ 265 ] {1af4cd28-e196-427d-8227-2bcaece15cda} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15365 2025.01.02 23:44:22.448161 [ 265 ] {1af4cd28-e196-427d-8227-2bcaece15cda} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001976 sec., 32388.663967611337 rows/sec., 2.53 MiB/sec.
15366 2025.01.02 23:44:22.448221 [ 265 ] {1af4cd28-e196-427d-8227-2bcaece15cda} <Debug> TCPHandler: Processed in 0.002349141 sec.
15367 2025.01.02 23:44:22.448420 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15368 2025.01.02 23:44:22.448715 [ 260 ] {eb1fe9af-d855-458d-9755-62262a0a0b7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
15369 2025.01.02 23:44:22.448775 [ 260 ] {eb1fe9af-d855-458d-9755-62262a0a0b7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15370 2025.01.02 23:44:22.449387 [ 260 ] {eb1fe9af-d855-458d-9755-62262a0a0b7b} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15371 2025.01.02 23:44:22.449427 [ 260 ] {eb1fe9af-d855-458d-9755-62262a0a0b7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
15372 2025.01.02 23:44:22.449829 [ 260 ] {eb1fe9af-d855-458d-9755-62262a0a0b7b} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary)
15373 2025.01.02 23:44:22.450072 [ 260 ] {eb1fe9af-d855-458d-9755-62262a0a0b7b} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15374 2025.01.02 23:44:22.450318 [ 260 ] {eb1fe9af-d855-458d-9755-62262a0a0b7b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001699 sec., 94173.04296645086 rows/sec., 6.56 MiB/sec.
15375 2025.01.02 23:44:22.450399 [ 260 ] {eb1fe9af-d855-458d-9755-62262a0a0b7b} <Debug> TCPHandler: Processed in 0.002084527 sec.
15376 2025.01.02 23:44:22.450636 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15377 2025.01.02 23:44:22.450860 [ 265 ] {36e5785a-15b4-4d2b-8592-830cffbe3b13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
15378 2025.01.02 23:44:22.450922 [ 265 ] {36e5785a-15b4-4d2b-8592-830cffbe3b13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15379 2025.01.02 23:44:22.451513 [ 265 ] {36e5785a-15b4-4d2b-8592-830cffbe3b13} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15380 2025.01.02 23:44:22.451560 [ 265 ] {36e5785a-15b4-4d2b-8592-830cffbe3b13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
15381 2025.01.02 23:44:22.451978 [ 265 ] {36e5785a-15b4-4d2b-8592-830cffbe3b13} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary)
15382 2025.01.02 23:44:22.452232 [ 265 ] {36e5785a-15b4-4d2b-8592-830cffbe3b13} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15383 2025.01.02 23:44:22.452453 [ 265 ] {36e5785a-15b4-4d2b-8592-830cffbe3b13} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001634 sec., 36719.70624235006 rows/sec., 2.47 MiB/sec.
15384 2025.01.02 23:44:22.452505 [ 265 ] {36e5785a-15b4-4d2b-8592-830cffbe3b13} <Debug> TCPHandler: Processed in 0.001983226 sec.
15385 2025.01.02 23:44:25.528966 [ 127 ] {} <Debug> DNSResolver: Updating DNS cache
15386 2025.01.02 23:44:25.529039 [ 127 ] {} <Debug> DNSResolver: Updated DNS cache
15387 2025.01.02 23:44:25.764623 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 38491
15388 2025.01.02 23:44:25.765400 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15389 2025.01.02 23:44:25.765444 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
15390 2025.01.02 23:44:25.765993 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
15391 2025.01.02 23:44:25.766255 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15392 2025.01.02 23:44:25.766508 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38491
15393 2025.01.02 23:44:26.022561 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 2130
15394 2025.01.02 23:44:26.025871 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15395 2025.01.02 23:44:26.025927 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
15396 2025.01.02 23:44:26.027477 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
15397 2025.01.02 23:44:26.027805 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15398 2025.01.02 23:44:26.027991 [ 127 ] {} <Debug> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
15399 2025.01.02 23:44:26.028047 [ 127 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15400 2025.01.02 23:44:26.028083 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
15401 2025.01.02 23:44:26.028673 [ 201 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full
15402 2025.01.02 23:44:26.029074 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2130
15403 2025.01.02 23:44:26.029710 [ 201 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15404 2025.01.02 23:44:26.029918 [ 201 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1970 rows starting from the beginning of the part
15405 2025.01.02 23:44:26.030657 [ 201 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 30 rows starting from the beginning of the part
15406 2025.01.02 23:44:26.031409 [ 201 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 32 rows starting from the beginning of the part
15407 2025.01.02 23:44:26.032144 [ 201 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 36 rows starting from the beginning of the part
15408 2025.01.02 23:44:26.032857 [ 201 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 30 rows starting from the beginning of the part
15409 2025.01.02 23:44:26.033587 [ 201 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 32 rows starting from the beginning of the part
15410 2025.01.02 23:44:26.042748 [ 189 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2130 rows, containing 72 columns (72 merged, 0 gathered) in 0.01449847 sec., 146912.05347874638 rows/sec., 111.04 MiB/sec.
15411 2025.01.02 23:44:26.044878 [ 198 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
15412 2025.01.02 23:44:26.045729 [ 198 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_61_12} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15413 2025.01.02 23:44:26.045827 [ 198 ] {51f57459-48e1-42b0-9e6a-e36e9c08c8fe::all_1_61_12} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
15414 2025.01.02 23:44:26.046204 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.77 MiB.
15415 2025.01.02 23:44:27.450173 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15416 2025.01.02 23:44:27.450364 [ 260 ] {91625547-65fa-49d2-8a39-249f2cadbe26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
15417 2025.01.02 23:44:27.450434 [ 260 ] {91625547-65fa-49d2-8a39-249f2cadbe26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
15418 2025.01.02 23:44:27.451202 [ 260 ] {91625547-65fa-49d2-8a39-249f2cadbe26} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15419 2025.01.02 23:44:27.451254 [ 260 ] {91625547-65fa-49d2-8a39-249f2cadbe26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
15420 2025.01.02 23:44:27.451724 [ 260 ] {91625547-65fa-49d2-8a39-249f2cadbe26} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
15421 2025.01.02 23:44:27.451977 [ 260 ] {91625547-65fa-49d2-8a39-249f2cadbe26} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15422 2025.01.02 23:44:27.452190 [ 122 ] {} <Debug> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4) (MergerMutator): Selected 5 parts from all_1_57_14 to all_61_61_0
15423 2025.01.02 23:44:27.452220 [ 260 ] {91625547-65fa-49d2-8a39-249f2cadbe26} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001907 sec., 7341.373885684321 rows/sec., 528.48 KiB/sec.
15424 2025.01.02 23:44:27.452270 [ 122 ] {} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15425 2025.01.02 23:44:27.452345 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
15426 2025.01.02 23:44:27.452355 [ 260 ] {91625547-65fa-49d2-8a39-249f2cadbe26} <Debug> TCPHandler: Processed in 0.00231411 sec.
15427 2025.01.02 23:44:27.452597 [ 189 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_61_15} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_57_14 to all_61_61_0 into Compact with storage Full
15428 2025.01.02 23:44:27.452651 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15429 2025.01.02 23:44:27.452880 [ 189 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_61_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15430 2025.01.02 23:44:27.452923 [ 265 ] {4318c8f1-25f4-4a45-9b40-12be4cd12fec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
15431 2025.01.02 23:44:27.452959 [ 189 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_57_14, total 14 rows starting from the beginning of the part
15432 2025.01.02 23:44:27.453055 [ 265 ] {4318c8f1-25f4-4a45-9b40-12be4cd12fec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15433 2025.01.02 23:44:27.453249 [ 189 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 14 rows starting from the beginning of the part
15434 2025.01.02 23:44:27.453657 [ 189 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 14 rows starting from the beginning of the part
15435 2025.01.02 23:44:27.453997 [ 189 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 14 rows starting from the beginning of the part
15436 2025.01.02 23:44:27.454373 [ 189 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 14 rows starting from the beginning of the part
15437 2025.01.02 23:44:27.456326 [ 265 ] {4318c8f1-25f4-4a45-9b40-12be4cd12fec} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15438 2025.01.02 23:44:27.456403 [ 265 ] {4318c8f1-25f4-4a45-9b40-12be4cd12fec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
15439 2025.01.02 23:44:27.457018 [ 189 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_61_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004553249 sec., 15373.63759372703 rows/sec., 1.14 MiB/sec.
15440 2025.01.02 23:44:27.457246 [ 189 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_61_15} <Trace> MergedBlockOutputStream: filled checksums all_1_61_15 (state Temporary)
15441 2025.01.02 23:44:27.457487 [ 265 ] {4318c8f1-25f4-4a45-9b40-12be4cd12fec} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary)
15442 2025.01.02 23:44:27.457765 [ 189 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_61_15} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Renaming temporary part tmp_merge_all_1_61_15 to all_1_61_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15443 2025.01.02 23:44:27.457905 [ 189 ] {134bcaf9-79cc-4313-956f-6980e26bdac4::all_1_61_15} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4) (MergerMutator): Merged 5 parts: [all_1_57_14, all_61_61_0] -> all_1_61_15
15444 2025.01.02 23:44:27.457985 [ 265 ] {4318c8f1-25f4-4a45-9b40-12be4cd12fec} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15445 2025.01.02 23:44:27.458056 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
15446 2025.01.02 23:44:27.458276 [ 265 ] {4318c8f1-25f4-4a45-9b40-12be4cd12fec} <Debug> executeQuery: Read 283 rows, 25.60 KiB in 0.005447 sec., 51955.20469983477 rows/sec., 4.59 MiB/sec.
15447 2025.01.02 23:44:27.458354 [ 265 ] {4318c8f1-25f4-4a45-9b40-12be4cd12fec} <Debug> TCPHandler: Processed in 0.005858847 sec.
15448 2025.01.02 23:44:27.458584 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15449 2025.01.02 23:44:27.458811 [ 260 ] {60c1b2f9-70e4-4686-8f58-265cba868cf2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
15450 2025.01.02 23:44:27.458902 [ 260 ] {60c1b2f9-70e4-4686-8f58-265cba868cf2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
15451 2025.01.02 23:44:27.459560 [ 260 ] {60c1b2f9-70e4-4686-8f58-265cba868cf2} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15452 2025.01.02 23:44:27.459602 [ 260 ] {60c1b2f9-70e4-4686-8f58-265cba868cf2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
15453 2025.01.02 23:44:27.459975 [ 260 ] {60c1b2f9-70e4-4686-8f58-265cba868cf2} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
15454 2025.01.02 23:44:27.460214 [ 260 ] {60c1b2f9-70e4-4686-8f58-265cba868cf2} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15455 2025.01.02 23:44:27.460434 [ 260 ] {60c1b2f9-70e4-4686-8f58-265cba868cf2} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.001679 sec., 27992.852888624184 rows/sec., 2.01 MiB/sec.
15456 2025.01.02 23:44:27.460487 [ 260 ] {60c1b2f9-70e4-4686-8f58-265cba868cf2} <Debug> TCPHandler: Processed in 0.002020246 sec.
15457 2025.01.02 23:44:27.460648 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15458 2025.01.02 23:44:27.460795 [ 265 ] {80186e86-2866-4997-999d-d0bbc6ae9f98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
15459 2025.01.02 23:44:27.460857 [ 265 ] {80186e86-2866-4997-999d-d0bbc6ae9f98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
15460 2025.01.02 23:44:27.461467 [ 265 ] {80186e86-2866-4997-999d-d0bbc6ae9f98} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15461 2025.01.02 23:44:27.461505 [ 265 ] {80186e86-2866-4997-999d-d0bbc6ae9f98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
15462 2025.01.02 23:44:27.461871 [ 265 ] {80186e86-2866-4997-999d-d0bbc6ae9f98} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
15463 2025.01.02 23:44:27.462114 [ 265 ] {80186e86-2866-4997-999d-d0bbc6ae9f98} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15464 2025.01.02 23:44:27.462314 [ 265 ] {80186e86-2866-4997-999d-d0bbc6ae9f98} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001557 sec., 8991.65061014772 rows/sec., 629.72 KiB/sec.
15465 2025.01.02 23:44:27.462348 [ 223 ] {} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
15466 2025.01.02 23:44:27.462387 [ 265 ] {80186e86-2866-4997-999d-d0bbc6ae9f98} <Debug> TCPHandler: Processed in 0.001808374 sec.
15467 2025.01.02 23:44:27.462426 [ 223 ] {} <Debug> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
15468 2025.01.02 23:44:27.462603 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15469 2025.01.02 23:44:27.462778 [ 260 ] {86d05d2f-08f7-4d52-bea0-7eb964a2e96a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
15470 2025.01.02 23:44:27.462858 [ 260 ] {86d05d2f-08f7-4d52-bea0-7eb964a2e96a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
15471 2025.01.02 23:44:27.464294 [ 260 ] {86d05d2f-08f7-4d52-bea0-7eb964a2e96a} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15472 2025.01.02 23:44:27.464336 [ 260 ] {86d05d2f-08f7-4d52-bea0-7eb964a2e96a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
15473 2025.01.02 23:44:27.464991 [ 260 ] {86d05d2f-08f7-4d52-bea0-7eb964a2e96a} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
15474 2025.01.02 23:44:27.465410 [ 260 ] {86d05d2f-08f7-4d52-bea0-7eb964a2e96a} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15475 2025.01.02 23:44:27.465637 [ 122 ] {} <Debug> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94) (MergerMutator): Selected 5 parts from all_1_57_14 to all_61_61_0
15476 2025.01.02 23:44:27.465744 [ 122 ] {} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15477 2025.01.02 23:44:27.465812 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
15478 2025.01.02 23:44:27.465820 [ 260 ] {86d05d2f-08f7-4d52-bea0-7eb964a2e96a} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.003057 sec., 4252.535165194636 rows/sec., 265.14 KiB/sec.
15479 2025.01.02 23:44:27.466094 [ 221 ] {} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Found 5 old parts to remove. Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0]
15480 2025.01.02 23:44:27.466202 [ 221 ] {} <Debug> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Removing 5 parts from filesystem (serially): Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0]
15481 2025.01.02 23:44:27.466290 [ 260 ] {86d05d2f-08f7-4d52-bea0-7eb964a2e96a} <Debug> TCPHandler: Processed in 0.003782469 sec.
15482 2025.01.02 23:44:27.466723 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15483 2025.01.02 23:44:27.466741 [ 198 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_61_15} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_57_14 to all_61_61_0 into Compact with storage Full
15484 2025.01.02 23:44:27.467100 [ 265 ] {27b253b5-2bfc-404a-90bd-89b576641008} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
15485 2025.01.02 23:44:27.467253 [ 198 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_61_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15486 2025.01.02 23:44:27.467272 [ 265 ] {27b253b5-2bfc-404a-90bd-89b576641008} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15487 2025.01.02 23:44:27.467381 [ 198 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_57_14, total 13 rows starting from the beginning of the part
15488 2025.01.02 23:44:27.467381 [ 223 ] {} <Debug> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
15489 2025.01.02 23:44:27.468087 [ 198 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 13 rows starting from the beginning of the part
15490 2025.01.02 23:44:27.468661 [ 198 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 13 rows starting from the beginning of the part
15491 2025.01.02 23:44:27.469845 [ 198 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 13 rows starting from the beginning of the part
15492 2025.01.02 23:44:27.470566 [ 198 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 13 rows starting from the beginning of the part
15493 2025.01.02 23:44:27.472395 [ 265 ] {27b253b5-2bfc-404a-90bd-89b576641008} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15494 2025.01.02 23:44:27.472458 [ 265 ] {27b253b5-2bfc-404a-90bd-89b576641008} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
15495 2025.01.02 23:44:27.473621 [ 265 ] {27b253b5-2bfc-404a-90bd-89b576641008} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary)
15496 2025.01.02 23:44:27.473668 [ 191 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_61_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.007705921 sec., 8435.072199676068 rows/sec., 558.87 KiB/sec.
15497 2025.01.02 23:44:27.473862 [ 191 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_61_15} <Trace> MergedBlockOutputStream: filled checksums all_1_61_15 (state Temporary)
15498 2025.01.02 23:44:27.474049 [ 221 ] {} <Debug> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Removing 5 parts from memory: Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0]
15499 2025.01.02 23:44:27.474292 [ 265 ] {27b253b5-2bfc-404a-90bd-89b576641008} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15500 2025.01.02 23:44:27.474709 [ 191 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_61_15} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Renaming temporary part tmp_merge_all_1_61_15 to all_1_61_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15501 2025.01.02 23:44:27.475112 [ 191 ] {c539644e-57f4-452b-9d9f-90f359afbc94::all_1_61_15} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94) (MergerMutator): Merged 5 parts: [all_1_57_14, all_61_61_0] -> all_1_61_15
15502 2025.01.02 23:44:27.475204 [ 265 ] {27b253b5-2bfc-404a-90bd-89b576641008} <Debug> executeQuery: Read 422 rows, 30.88 KiB in 0.008158 sec., 51728.36479529296 rows/sec., 3.70 MiB/sec.
15503 2025.01.02 23:44:27.475401 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
15504 2025.01.02 23:44:27.475559 [ 265 ] {27b253b5-2bfc-404a-90bd-89b576641008} <Debug> TCPHandler: Processed in 0.009074369 sec.
15505 2025.01.02 23:44:27.475751 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15506 2025.01.02 23:44:27.475869 [ 260 ] {44dbb17d-0f43-4139-9906-f608e225a636} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
15507 2025.01.02 23:44:27.475918 [ 260 ] {44dbb17d-0f43-4139-9906-f608e225a636} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
15508 2025.01.02 23:44:27.476385 [ 260 ] {44dbb17d-0f43-4139-9906-f608e225a636} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15509 2025.01.02 23:44:27.476424 [ 260 ] {44dbb17d-0f43-4139-9906-f608e225a636} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
15510 2025.01.02 23:44:27.476780 [ 260 ] {44dbb17d-0f43-4139-9906-f608e225a636} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
15511 2025.01.02 23:44:27.477033 [ 260 ] {44dbb17d-0f43-4139-9906-f608e225a636} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15512 2025.01.02 23:44:27.477233 [ 260 ] {44dbb17d-0f43-4139-9906-f608e225a636} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001388 sec., 4322.766570605188 rows/sec., 225.85 KiB/sec.
15513 2025.01.02 23:44:27.477283 [ 260 ] {44dbb17d-0f43-4139-9906-f608e225a636} <Debug> TCPHandler: Processed in 0.001610051 sec.
15514 2025.01.02 23:44:27.477426 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15515 2025.01.02 23:44:27.477546 [ 265 ] {9d355883-e13a-43b1-bcd6-8dd12d5d0118} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
15516 2025.01.02 23:44:27.477601 [ 265 ] {9d355883-e13a-43b1-bcd6-8dd12d5d0118} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15517 2025.01.02 23:44:27.478180 [ 265 ] {9d355883-e13a-43b1-bcd6-8dd12d5d0118} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15518 2025.01.02 23:44:27.478218 [ 265 ] {9d355883-e13a-43b1-bcd6-8dd12d5d0118} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
15519 2025.01.02 23:44:27.478620 [ 265 ] {9d355883-e13a-43b1-bcd6-8dd12d5d0118} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary)
15520 2025.01.02 23:44:27.478859 [ 265 ] {9d355883-e13a-43b1-bcd6-8dd12d5d0118} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15521 2025.01.02 23:44:27.478992 [ 122 ] {} <Debug> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00) (MergerMutator): Selected 6 parts from all_1_115_23 to all_120_120_0
15522 2025.01.02 23:44:27.479033 [ 122 ] {} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15523 2025.01.02 23:44:27.479042 [ 265 ] {9d355883-e13a-43b1-bcd6-8dd12d5d0118} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001521 sec., 155818.54043392505 rows/sec., 10.44 MiB/sec.
15524 2025.01.02 23:44:27.479063 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
15525 2025.01.02 23:44:27.479178 [ 265 ] {9d355883-e13a-43b1-bcd6-8dd12d5d0118} <Debug> TCPHandler: Processed in 0.001807764 sec.
15526 2025.01.02 23:44:27.479416 [ 190 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_120_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_115_23 to all_120_120_0 into Compact with storage Full
15527 2025.01.02 23:44:27.479422 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15528 2025.01.02 23:44:27.479749 [ 260 ] {a07cf35f-823c-4c57-813a-f16b2954b07f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
15529 2025.01.02 23:44:27.479831 [ 190 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_120_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15530 2025.01.02 23:44:27.479893 [ 260 ] {a07cf35f-823c-4c57-813a-f16b2954b07f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
15531 2025.01.02 23:44:27.479937 [ 190 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_120_24} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_115_23, total 37063 rows starting from the beginning of the part
15532 2025.01.02 23:44:27.480553 [ 190 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_120_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 237 rows starting from the beginning of the part
15533 2025.01.02 23:44:27.481177 [ 190 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_120_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 160 rows starting from the beginning of the part
15534 2025.01.02 23:44:27.481720 [ 190 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_120_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 242 rows starting from the beginning of the part
15535 2025.01.02 23:44:27.481966 [ 190 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_120_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 160 rows starting from the beginning of the part
15536 2025.01.02 23:44:27.482287 [ 190 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_120_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 237 rows starting from the beginning of the part
15537 2025.01.02 23:44:27.482844 [ 260 ] {a07cf35f-823c-4c57-813a-f16b2954b07f} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15538 2025.01.02 23:44:27.482889 [ 260 ] {a07cf35f-823c-4c57-813a-f16b2954b07f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
15539 2025.01.02 23:44:27.483420 [ 260 ] {a07cf35f-823c-4c57-813a-f16b2954b07f} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
15540 2025.01.02 23:44:27.483699 [ 260 ] {a07cf35f-823c-4c57-813a-f16b2954b07f} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15541 2025.01.02 23:44:27.483874 [ 122 ] {} <Debug> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
15542 2025.01.02 23:44:27.483990 [ 122 ] {} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15543 2025.01.02 23:44:27.484041 [ 260 ] {a07cf35f-823c-4c57-813a-f16b2954b07f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004376 sec., 228.51919561243147 rows/sec., 15.40 KiB/sec.
15544 2025.01.02 23:44:27.484060 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
15545 2025.01.02 23:44:27.484407 [ 260 ] {a07cf35f-823c-4c57-813a-f16b2954b07f} <Debug> TCPHandler: Processed in 0.005104507 sec.
15546 2025.01.02 23:44:27.484661 [ 198 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full
15547 2025.01.02 23:44:27.484725 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15548 2025.01.02 23:44:27.485119 [ 265 ] {26df4266-c95a-4e1f-be5d-05ff4c0348f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
15549 2025.01.02 23:44:27.485134 [ 198 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15550 2025.01.02 23:44:27.485256 [ 198 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 58 rows starting from the beginning of the part
15551 2025.01.02 23:44:27.485539 [ 265 ] {26df4266-c95a-4e1f-be5d-05ff4c0348f2} <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
15552 2025.01.02 23:44:27.485776 [ 198 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 1 rows starting from the beginning of the part
15553 2025.01.02 23:44:27.486289 [ 198 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 1 rows starting from the beginning of the part
15554 2025.01.02 23:44:27.486768 [ 198 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 1 rows starting from the beginning of the part
15555 2025.01.02 23:44:27.487340 [ 198 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 1 rows starting from the beginning of the part
15556 2025.01.02 23:44:27.487710 [ 198 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 1 rows starting from the beginning of the part
15557 2025.01.02 23:44:27.490723 [ 188 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 63 rows, containing 4 columns (4 merged, 0 gathered) in 0.006459115 sec., 9753.658202400793 rows/sec., 656.02 KiB/sec.
15558 2025.01.02 23:44:27.491080 [ 188 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
15559 2025.01.02 23:44:27.491521 [ 265 ] {26df4266-c95a-4e1f-be5d-05ff4c0348f2} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15560 2025.01.02 23:44:27.491598 [ 265 ] {26df4266-c95a-4e1f-be5d-05ff4c0348f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
15561 2025.01.02 23:44:27.491948 [ 188 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_61_12} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15562 2025.01.02 23:44:27.492266 [ 188 ] {a02fc39e-5197-4fdd-be5d-e6cb08ebc14f::all_1_61_12} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
15563 2025.01.02 23:44:27.492483 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB.
15564 2025.01.02 23:44:27.493154 [ 265 ] {26df4266-c95a-4e1f-be5d-05ff4c0348f2} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
15565 2025.01.02 23:44:27.493495 [ 265 ] {26df4266-c95a-4e1f-be5d-05ff4c0348f2} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15566 2025.01.02 23:44:27.493690 [ 122 ] {} <Debug> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
15567 2025.01.02 23:44:27.493726 [ 122 ] {} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15568 2025.01.02 23:44:27.493769 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
15569 2025.01.02 23:44:27.493796 [ 265 ] {26df4266-c95a-4e1f-be5d-05ff4c0348f2} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.008802 sec., 4544.421722335833 rows/sec., 8.14 MiB/sec.
15570 2025.01.02 23:44:27.494142 [ 188 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full
15571 2025.01.02 23:44:27.494919 [ 265 ] {26df4266-c95a-4e1f-be5d-05ff4c0348f2} <Debug> TCPHandler: Processed in 0.010365717 sec.
15572 2025.01.02 23:44:27.494976 [ 190 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_120_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38099 rows, containing 5 columns (5 merged, 0 gathered) in 0.015792587 sec., 2412460.9856510526 rows/sec., 162.81 MiB/sec.
15573 2025.01.02 23:44:27.495217 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15574 2025.01.02 23:44:27.495570 [ 260 ] {44e7677d-2ca4-473d-9235-c623434e73d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
15575 2025.01.02 23:44:27.495586 [ 188 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15576 2025.01.02 23:44:27.495705 [ 260 ] {44e7677d-2ca4-473d-9235-c623434e73d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15577 2025.01.02 23:44:27.495813 [ 188 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 2150 rows starting from the beginning of the part
15578 2025.01.02 23:44:27.495830 [ 202 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_120_24} <Trace> MergedBlockOutputStream: filled checksums all_1_120_24 (state Temporary)
15579 2025.01.02 23:44:27.497021 [ 188 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 40 rows starting from the beginning of the part
15580 2025.01.02 23:44:27.498002 [ 188 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 40 rows starting from the beginning of the part
15581 2025.01.02 23:44:27.498017 [ 198 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_120_24} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_merge_all_1_120_24 to all_1_120_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15582 2025.01.02 23:44:27.498534 [ 260 ] {44e7677d-2ca4-473d-9235-c623434e73d6} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15583 2025.01.02 23:44:27.498661 [ 260 ] {44e7677d-2ca4-473d-9235-c623434e73d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
15584 2025.01.02 23:44:27.498816 [ 198 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_120_24} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00) (MergerMutator): Merged 6 parts: [all_1_115_23, all_120_120_0] -> all_1_120_24
15585 2025.01.02 23:44:27.499124 [ 188 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 40 rows starting from the beginning of the part
15586 2025.01.02 23:44:27.499266 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.34 MiB.
15587 2025.01.02 23:44:27.500025 [ 188 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 40 rows starting from the beginning of the part
15588 2025.01.02 23:44:27.500181 [ 260 ] {44e7677d-2ca4-473d-9235-c623434e73d6} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary)
15589 2025.01.02 23:44:27.500597 [ 188 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 40 rows starting from the beginning of the part
15590 2025.01.02 23:44:27.501018 [ 260 ] {44e7677d-2ca4-473d-9235-c623434e73d6} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15591 2025.01.02 23:44:27.501750 [ 260 ] {44e7677d-2ca4-473d-9235-c623434e73d6} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.006309 sec., 12997.305436677761 rows/sec., 845.30 KiB/sec.
15592 2025.01.02 23:44:27.501833 [ 260 ] {44e7677d-2ca4-473d-9235-c623434e73d6} <Debug> TCPHandler: Processed in 0.00677264 sec.
15593 2025.01.02 23:44:27.511221 [ 202 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2350 rows, containing 19 columns (19 merged, 0 gathered) in 0.017383089 sec., 135188.86085206145 rows/sec., 242.25 MiB/sec.
15594 2025.01.02 23:44:27.513452 [ 202 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
15595 2025.01.02 23:44:27.513880 [ 202 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15596 2025.01.02 23:44:27.513957 [ 202 ] {cc79507e-c368-4663-95ab-c05f18185f75::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
15597 2025.01.02 23:44:27.514106 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.67 MiB.
15598 2025.01.02 23:44:28.529162 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 633
15599 2025.01.02 23:44:28.553610 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15600 2025.01.02 23:44:28.553677 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
15601 2025.01.02 23:44:28.561254 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
15602 2025.01.02 23:44:28.562054 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15603 2025.01.02 23:44:28.565409 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 633
15604 2025.01.02 23:44:28.649815 [ 219 ] {} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Found 5 old parts to remove. Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0]
15605 2025.01.02 23:44:28.649896 [ 219 ] {} <Debug> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Removing 5 parts from filesystem (serially): Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0]
15606 2025.01.02 23:44:28.651832 [ 219 ] {} <Debug> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Removing 5 parts from memory: Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0]
15607 2025.01.02 23:44:28.683755 [ 220 ] {} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Found 6 old parts to remove. Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0]
15608 2025.01.02 23:44:28.683811 [ 220 ] {} <Debug> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Removing 6 parts from filesystem (serially): Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0]
15609 2025.01.02 23:44:28.685678 [ 220 ] {} <Debug> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Removing 6 parts from memory: Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0]
15610 2025.01.02 23:44:30.591439 [ 117 ] {} <Debug> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0
15611 2025.01.02 23:44:30.591555 [ 117 ] {} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15612 2025.01.02 23:44:30.591599 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
15613 2025.01.02 23:44:30.591782 [ 221 ] {} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0]
15614 2025.01.02 23:44:30.591828 [ 198 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::all_1_37_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_33_8 to all_37_37_0 into Compact with storage Full
15615 2025.01.02 23:44:30.591858 [ 221 ] {} <Debug> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0]
15616 2025.01.02 23:44:30.592085 [ 198 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15617 2025.01.02 23:44:30.592194 [ 198 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 18 rows starting from the beginning of the part
15618 2025.01.02 23:44:30.592301 [ 198 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 4 rows starting from the beginning of the part
15619 2025.01.02 23:44:30.592818 [ 198 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 2 rows starting from the beginning of the part
15620 2025.01.02 23:44:30.593152 [ 198 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 2 rows starting from the beginning of the part
15621 2025.01.02 23:44:30.593443 [ 198 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 10 rows starting from the beginning of the part
15622 2025.01.02 23:44:30.595578 [ 186 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.003886071 sec., 9263.855446799607 rows/sec., 791.59 KiB/sec.
15623 2025.01.02 23:44:30.595734 [ 221 ] {} <Debug> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0]
15624 2025.01.02 23:44:30.595879 [ 192 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary)
15625 2025.01.02 23:44:30.596363 [ 192 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::all_1_37_9} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15626 2025.01.02 23:44:30.596461 [ 192 ] {96b5be21-abca-4b28-a9a9-b954e7d8755e::all_1_37_9} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9
15627 2025.01.02 23:44:30.596579 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
15628 2025.01.02 23:44:32.472182 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15629 2025.01.02 23:44:32.472377 [ 260 ] {31d7c68d-e302-4f9b-8d34-144503b062bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
15630 2025.01.02 23:44:32.472450 [ 260 ] {31d7c68d-e302-4f9b-8d34-144503b062bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
15631 2025.01.02 23:44:32.473202 [ 260 ] {31d7c68d-e302-4f9b-8d34-144503b062bc} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15632 2025.01.02 23:44:32.473254 [ 260 ] {31d7c68d-e302-4f9b-8d34-144503b062bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
15633 2025.01.02 23:44:32.473676 [ 260 ] {31d7c68d-e302-4f9b-8d34-144503b062bc} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
15634 2025.01.02 23:44:32.473930 [ 260 ] {31d7c68d-e302-4f9b-8d34-144503b062bc} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15635 2025.01.02 23:44:32.474149 [ 260 ] {31d7c68d-e302-4f9b-8d34-144503b062bc} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001827 sec., 2189.381499726327 rows/sec., 178.53 KiB/sec.
15636 2025.01.02 23:44:32.474208 [ 260 ] {31d7c68d-e302-4f9b-8d34-144503b062bc} <Debug> TCPHandler: Processed in 0.002158378 sec.
15637 2025.01.02 23:44:32.474464 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15638 2025.01.02 23:44:32.474669 [ 265 ] {f6ea0a48-d31a-4aec-84b7-bcab3d5219d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
15639 2025.01.02 23:44:32.474754 [ 265 ] {f6ea0a48-d31a-4aec-84b7-bcab3d5219d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15640 2025.01.02 23:44:32.475998 [ 265 ] {f6ea0a48-d31a-4aec-84b7-bcab3d5219d4} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15641 2025.01.02 23:44:32.476054 [ 265 ] {f6ea0a48-d31a-4aec-84b7-bcab3d5219d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
15642 2025.01.02 23:44:32.476596 [ 265 ] {f6ea0a48-d31a-4aec-84b7-bcab3d5219d4} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary)
15643 2025.01.02 23:44:32.476892 [ 265 ] {f6ea0a48-d31a-4aec-84b7-bcab3d5219d4} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15644 2025.01.02 23:44:32.477122 [ 112 ] {} <Debug> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0
15645 2025.01.02 23:44:32.477180 [ 265 ] {f6ea0a48-d31a-4aec-84b7-bcab3d5219d4} <Debug> executeQuery: Read 1198 rows, 101.11 KiB in 0.002565 sec., 467056.53021442494 rows/sec., 38.50 MiB/sec.
15646 2025.01.02 23:44:32.477206 [ 112 ] {} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15647 2025.01.02 23:44:32.477280 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
15648 2025.01.02 23:44:32.477334 [ 265 ] {f6ea0a48-d31a-4aec-84b7-bcab3d5219d4} <Debug> TCPHandler: Processed in 0.0030128 sec.
15649 2025.01.02 23:44:32.477542 [ 198 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full
15650 2025.01.02 23:44:32.477576 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15651 2025.01.02 23:44:32.477735 [ 198 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15652 2025.01.02 23:44:32.477793 [ 260 ] {6de8ca95-c193-4fcc-a174-18f14edf58ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
15653 2025.01.02 23:44:32.477812 [ 198 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 1435 rows starting from the beginning of the part
15654 2025.01.02 23:44:32.477894 [ 260 ] {6de8ca95-c193-4fcc-a174-18f14edf58ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
15655 2025.01.02 23:44:32.478145 [ 198 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 56 rows starting from the beginning of the part
15656 2025.01.02 23:44:32.478566 [ 198 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 288 rows starting from the beginning of the part
15657 2025.01.02 23:44:32.478911 [ 198 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 56 rows starting from the beginning of the part
15658 2025.01.02 23:44:32.479292 [ 198 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 283 rows starting from the beginning of the part
15659 2025.01.02 23:44:32.479611 [ 198 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 1198 rows starting from the beginning of the part
15660 2025.01.02 23:44:32.480976 [ 260 ] {6de8ca95-c193-4fcc-a174-18f14edf58ea} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15661 2025.01.02 23:44:32.481035 [ 260 ] {6de8ca95-c193-4fcc-a174-18f14edf58ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
15662 2025.01.02 23:44:32.482129 [ 260 ] {6de8ca95-c193-4fcc-a174-18f14edf58ea} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
15663 2025.01.02 23:44:32.482569 [ 260 ] {6de8ca95-c193-4fcc-a174-18f14edf58ea} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15664 2025.01.02 23:44:32.482763 [ 112 ] {} <Debug> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470) (MergerMutator): Selected 6 parts from all_1_75_15 to all_80_80_0
15665 2025.01.02 23:44:32.482847 [ 112 ] {} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15666 2025.01.02 23:44:32.482868 [ 260 ] {6de8ca95-c193-4fcc-a174-18f14edf58ea} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.005104 sec., 783.6990595611285 rows/sec., 54.72 KiB/sec.
15667 2025.01.02 23:44:32.482896 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
15668 2025.01.02 23:44:32.483119 [ 260 ] {6de8ca95-c193-4fcc-a174-18f14edf58ea} <Debug> TCPHandler: Processed in 0.005676625 sec.
15669 2025.01.02 23:44:32.483349 [ 200 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_80_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_75_15 to all_80_80_0 into Compact with storage Full
15670 2025.01.02 23:44:32.483409 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15671 2025.01.02 23:44:32.483834 [ 265 ] {457799da-5af7-49ff-9b74-447055a2a6c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
15672 2025.01.02 23:44:32.483966 [ 198 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3316 rows, containing 5 columns (5 merged, 0 gathered) in 0.006573987 sec., 504412.31477944815 rows/sec., 44.20 MiB/sec.
15673 2025.01.02 23:44:32.483998 [ 265 ] {457799da-5af7-49ff-9b74-447055a2a6c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
15674 2025.01.02 23:44:32.483998 [ 200 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_80_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15675 2025.01.02 23:44:32.484117 [ 200 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_75_15, total 65 rows starting from the beginning of the part
15676 2025.01.02 23:44:32.484300 [ 198 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary)
15677 2025.01.02 23:44:32.484573 [ 200 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 2 rows starting from the beginning of the part
15678 2025.01.02 23:44:32.485142 [ 200 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 47 rows starting from the beginning of the part
15679 2025.01.02 23:44:32.485551 [ 200 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 57 rows starting from the beginning of the part
15680 2025.01.02 23:44:32.485990 [ 200 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 47 rows starting from the beginning of the part
15681 2025.01.02 23:44:32.486478 [ 200 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 4 rows starting from the beginning of the part
15682 2025.01.02 23:44:32.486986 [ 198 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_121_24} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15683 2025.01.02 23:44:32.487410 [ 198 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_121_24} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24
15684 2025.01.02 23:44:32.487564 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB.
15685 2025.01.02 23:44:32.488465 [ 265 ] {457799da-5af7-49ff-9b74-447055a2a6c3} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15686 2025.01.02 23:44:32.488545 [ 265 ] {457799da-5af7-49ff-9b74-447055a2a6c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
15687 2025.01.02 23:44:32.489821 [ 265 ] {457799da-5af7-49ff-9b74-447055a2a6c3} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
15688 2025.01.02 23:44:32.489919 [ 200 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_80_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 222 rows, containing 5 columns (5 merged, 0 gathered) in 0.0068734 sec., 32298.425815462506 rows/sec., 2.43 MiB/sec.
15689 2025.01.02 23:44:32.490128 [ 200 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_80_16} <Trace> MergedBlockOutputStream: filled checksums all_1_80_16 (state Temporary)
15690 2025.01.02 23:44:32.490522 [ 265 ] {457799da-5af7-49ff-9b74-447055a2a6c3} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15691 2025.01.02 23:44:32.490589 [ 200 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_80_16} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_merge_all_1_80_16 to all_1_80_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15692 2025.01.02 23:44:32.490780 [ 200 ] {d71f9721-d961-40b3-8ada-a9f0533be470::all_1_80_16} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470) (MergerMutator): Merged 6 parts: [all_1_75_15, all_80_80_0] -> all_1_80_16
15693 2025.01.02 23:44:32.490877 [ 112 ] {} <Debug> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
15694 2025.01.02 23:44:32.490995 [ 112 ] {} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15695 2025.01.02 23:44:32.491066 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
15696 2025.01.02 23:44:32.491070 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
15697 2025.01.02 23:44:32.491282 [ 265 ] {457799da-5af7-49ff-9b74-447055a2a6c3} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.007566 sec., 30134.81363996828 rows/sec., 2.04 MiB/sec.
15698 2025.01.02 23:44:32.491297 [ 200 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full
15699 2025.01.02 23:44:32.491489 [ 265 ] {457799da-5af7-49ff-9b74-447055a2a6c3} <Debug> TCPHandler: Processed in 0.008214658 sec.
15700 2025.01.02 23:44:32.491538 [ 200 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15701 2025.01.02 23:44:32.491597 [ 200 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 244 rows starting from the beginning of the part
15702 2025.01.02 23:44:32.491775 [ 200 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 228 rows starting from the beginning of the part
15703 2025.01.02 23:44:32.491783 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15704 2025.01.02 23:44:32.492032 [ 200 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 14 rows starting from the beginning of the part
15705 2025.01.02 23:44:32.492168 [ 260 ] {29b30f71-4ab9-474e-ba0e-f1265a4984fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
15706 2025.01.02 23:44:32.492340 [ 260 ] {29b30f71-4ab9-474e-ba0e-f1265a4984fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15707 2025.01.02 23:44:32.492396 [ 200 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 14 rows starting from the beginning of the part
15708 2025.01.02 23:44:32.492778 [ 200 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 14 rows starting from the beginning of the part
15709 2025.01.02 23:44:32.493087 [ 200 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 228 rows starting from the beginning of the part
15710 2025.01.02 23:44:32.495292 [ 260 ] {29b30f71-4ab9-474e-ba0e-f1265a4984fa} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15711 2025.01.02 23:44:32.495369 [ 260 ] {29b30f71-4ab9-474e-ba0e-f1265a4984fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
15712 2025.01.02 23:44:32.496334 [ 199 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 742 rows, containing 5 columns (5 merged, 0 gathered) in 0.005137087 sec., 144439.83526072267 rows/sec., 10.34 MiB/sec.
15713 2025.01.02 23:44:32.496438 [ 260 ] {29b30f71-4ab9-474e-ba0e-f1265a4984fa} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary)
15714 2025.01.02 23:44:32.496604 [ 199 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
15715 2025.01.02 23:44:32.496932 [ 260 ] {29b30f71-4ab9-474e-ba0e-f1265a4984fa} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15716 2025.01.02 23:44:32.497219 [ 112 ] {} <Debug> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0
15717 2025.01.02 23:44:32.497300 [ 112 ] {} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15718 2025.01.02 23:44:32.497311 [ 199 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_81_16} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15719 2025.01.02 23:44:32.497371 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
15720 2025.01.02 23:44:32.497453 [ 260 ] {29b30f71-4ab9-474e-ba0e-f1265a4984fa} <Debug> executeQuery: Read 524 rows, 39.73 KiB in 0.005334 sec., 98237.72028496438 rows/sec., 7.27 MiB/sec.
15721 2025.01.02 23:44:32.497688 [ 199 ] {950c0a2b-b989-4e31-a6eb-669f9cc0158f::all_1_81_16} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
15722 2025.01.02 23:44:32.497796 [ 260 ] {29b30f71-4ab9-474e-ba0e-f1265a4984fa} <Debug> TCPHandler: Processed in 0.006140201 sec.
15723 2025.01.02 23:44:32.497925 [ 197 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full
15724 2025.01.02 23:44:32.498076 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB.
15725 2025.01.02 23:44:32.498472 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15726 2025.01.02 23:44:32.498564 [ 197 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15727 2025.01.02 23:44:32.498748 [ 197 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 914 rows starting from the beginning of the part
15728 2025.01.02 23:44:32.499202 [ 197 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 64 rows starting from the beginning of the part
15729 2025.01.02 23:44:32.499654 [ 197 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 432 rows starting from the beginning of the part
15730 2025.01.02 23:44:32.499398 [ 265 ] {da73add8-04fd-4cd1-83a0-63e638dffc38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
15731 2025.01.02 23:44:32.500045 [ 265 ] {da73add8-04fd-4cd1-83a0-63e638dffc38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15732 2025.01.02 23:44:32.500188 [ 197 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 64 rows starting from the beginning of the part
15733 2025.01.02 23:44:32.500529 [ 197 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 422 rows starting from the beginning of the part
15734 2025.01.02 23:44:32.500897 [ 197 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 524 rows starting from the beginning of the part
15735 2025.01.02 23:44:32.502865 [ 265 ] {da73add8-04fd-4cd1-83a0-63e638dffc38} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15736 2025.01.02 23:44:32.502937 [ 265 ] {da73add8-04fd-4cd1-83a0-63e638dffc38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
15737 2025.01.02 23:44:32.503728 [ 265 ] {da73add8-04fd-4cd1-83a0-63e638dffc38} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary)
15738 2025.01.02 23:44:32.503737 [ 193 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2420 rows, containing 5 columns (5 merged, 0 gathered) in 0.006175531 sec., 391869.1364353932 rows/sec., 30.06 MiB/sec.
15739 2025.01.02 23:44:32.504001 [ 195 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary)
15740 2025.01.02 23:44:32.504189 [ 265 ] {da73add8-04fd-4cd1-83a0-63e638dffc38} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15741 2025.01.02 23:44:32.504620 [ 265 ] {da73add8-04fd-4cd1-83a0-63e638dffc38} <Debug> executeQuery: Read 882 rows, 60.77 KiB in 0.005784 sec., 152489.6265560166 rows/sec., 10.26 MiB/sec.
15742 2025.01.02 23:44:32.504787 [ 265 ] {da73add8-04fd-4cd1-83a0-63e638dffc38} <Debug> TCPHandler: Processed in 0.00679492 sec.
15743 2025.01.02 23:44:32.504797 [ 195 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_121_24} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15744 2025.01.02 23:44:32.504982 [ 195 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_121_24} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24
15745 2025.01.02 23:44:32.504999 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15746 2025.01.02 23:44:32.505129 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB.
15747 2025.01.02 23:44:32.505209 [ 260 ] {e69f3950-f462-47e6-b1a0-32ce57b57db0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
15748 2025.01.02 23:44:32.505271 [ 260 ] {e69f3950-f462-47e6-b1a0-32ce57b57db0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15749 2025.01.02 23:44:32.505793 [ 260 ] {e69f3950-f462-47e6-b1a0-32ce57b57db0} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15750 2025.01.02 23:44:32.505836 [ 260 ] {e69f3950-f462-47e6-b1a0-32ce57b57db0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
15751 2025.01.02 23:44:32.506240 [ 260 ] {e69f3950-f462-47e6-b1a0-32ce57b57db0} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary)
15752 2025.01.02 23:44:32.506485 [ 260 ] {e69f3950-f462-47e6-b1a0-32ce57b57db0} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15753 2025.01.02 23:44:32.506674 [ 112 ] {} <Debug> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0
15754 2025.01.02 23:44:32.506723 [ 260 ] {e69f3950-f462-47e6-b1a0-32ce57b57db0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00156 sec., 38461.53846153846 rows/sec., 2.59 MiB/sec.
15755 2025.01.02 23:44:32.506730 [ 112 ] {} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15756 2025.01.02 23:44:32.506809 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
15757 2025.01.02 23:44:32.506854 [ 260 ] {e69f3950-f462-47e6-b1a0-32ce57b57db0} <Debug> TCPHandler: Processed in 0.001942146 sec.
15758 2025.01.02 23:44:32.507076 [ 187 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full
15759 2025.01.02 23:44:32.507252 [ 187 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15760 2025.01.02 23:44:32.507302 [ 187 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 7784 rows starting from the beginning of the part
15761 2025.01.02 23:44:32.507574 [ 187 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 60 rows starting from the beginning of the part
15762 2025.01.02 23:44:32.507940 [ 187 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 82 rows starting from the beginning of the part
15763 2025.01.02 23:44:32.508187 [ 187 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 60 rows starting from the beginning of the part
15764 2025.01.02 23:44:32.508302 [ 187 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 82 rows starting from the beginning of the part
15765 2025.01.02 23:44:32.508393 [ 187 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 60 rows starting from the beginning of the part
15766 2025.01.02 23:44:32.510636 [ 201 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8128 rows, containing 4 columns (4 merged, 0 gathered) in 0.003723688 sec., 2182782.230949532 rows/sec., 142.20 MiB/sec.
15767 2025.01.02 23:44:32.511177 [ 202 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary)
15768 2025.01.02 23:44:32.511490 [ 202 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_121_24} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15769 2025.01.02 23:44:32.511598 [ 202 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_121_24} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24
15770 2025.01.02 23:44:32.511697 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.55 MiB.
15771 2025.01.02 23:44:33.266700 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 38979
15772 2025.01.02 23:44:33.267374 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15773 2025.01.02 23:44:33.267416 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
15774 2025.01.02 23:44:33.267960 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
15775 2025.01.02 23:44:33.268215 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15776 2025.01.02 23:44:33.268461 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38979
15777 2025.01.02 23:44:33.268525 [ 218 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
15778 2025.01.02 23:44:33.268563 [ 218 ] {} <Debug> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
15779 2025.01.02 23:44:33.270530 [ 218 ] {} <Debug> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
15780 2025.01.02 23:44:34.625990 [ 225 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
15781 2025.01.02 23:44:34.626043 [ 225 ] {} <Debug> system.metric_log (31b60859-c590-4889-866a-026624596be5): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
15782 2025.01.02 23:44:34.628014 [ 225 ] {} <Debug> system.metric_log (31b60859-c590-4889-866a-026624596be5): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
15783 2025.01.02 23:44:35.000218 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 264.70 MiB, peak 286.66 MiB, free memory in arenas 0.00 B, will set to 268.70 MiB (RSS), difference: 4.00 MiB
15784 2025.01.02 23:44:36.029391 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2166
15785 2025.01.02 23:44:36.032648 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15786 2025.01.02 23:44:36.032699 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
15787 2025.01.02 23:44:36.034217 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
15788 2025.01.02 23:44:36.034528 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15789 2025.01.02 23:44:36.035083 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2166
15790 2025.01.02 23:44:36.065557 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 641
15791 2025.01.02 23:44:36.090827 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15792 2025.01.02 23:44:36.090901 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
15793 2025.01.02 23:44:36.098503 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
15794 2025.01.02 23:44:36.099339 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15795 2025.01.02 23:44:36.102957 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 641
15796 2025.01.02 23:44:37.450268 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15797 2025.01.02 23:44:37.450457 [ 260 ] {02f7562e-cc1b-44a2-94a0-9423c4093ae3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
15798 2025.01.02 23:44:37.450528 [ 260 ] {02f7562e-cc1b-44a2-94a0-9423c4093ae3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
15799 2025.01.02 23:44:37.451272 [ 260 ] {02f7562e-cc1b-44a2-94a0-9423c4093ae3} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15800 2025.01.02 23:44:37.451322 [ 260 ] {02f7562e-cc1b-44a2-94a0-9423c4093ae3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
15801 2025.01.02 23:44:37.451769 [ 260 ] {02f7562e-cc1b-44a2-94a0-9423c4093ae3} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
15802 2025.01.02 23:44:37.452035 [ 260 ] {02f7562e-cc1b-44a2-94a0-9423c4093ae3} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15803 2025.01.02 23:44:37.452269 [ 260 ] {02f7562e-cc1b-44a2-94a0-9423c4093ae3} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001862 sec., 7518.796992481203 rows/sec., 541.25 KiB/sec.
15804 2025.01.02 23:44:37.452325 [ 260 ] {02f7562e-cc1b-44a2-94a0-9423c4093ae3} <Debug> TCPHandler: Processed in 0.002189588 sec.
15805 2025.01.02 23:44:37.452565 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15806 2025.01.02 23:44:37.452763 [ 265 ] {d221328c-eb81-45c1-aa61-73a3a2342c2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
15807 2025.01.02 23:44:37.452840 [ 265 ] {d221328c-eb81-45c1-aa61-73a3a2342c2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15808 2025.01.02 23:44:37.453819 [ 265 ] {d221328c-eb81-45c1-aa61-73a3a2342c2b} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15809 2025.01.02 23:44:37.453870 [ 265 ] {d221328c-eb81-45c1-aa61-73a3a2342c2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
15810 2025.01.02 23:44:37.454342 [ 265 ] {d221328c-eb81-45c1-aa61-73a3a2342c2b} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary)
15811 2025.01.02 23:44:37.454608 [ 265 ] {d221328c-eb81-45c1-aa61-73a3a2342c2b} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15812 2025.01.02 23:44:37.454877 [ 265 ] {d221328c-eb81-45c1-aa61-73a3a2342c2b} <Debug> executeQuery: Read 283 rows, 25.60 KiB in 0.002163 sec., 130836.80073971336 rows/sec., 11.56 MiB/sec.
15813 2025.01.02 23:44:37.454922 [ 224 ] {} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
15814 2025.01.02 23:44:37.454987 [ 265 ] {d221328c-eb81-45c1-aa61-73a3a2342c2b} <Debug> TCPHandler: Processed in 0.002557064 sec.
15815 2025.01.02 23:44:37.455007 [ 224 ] {} <Debug> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
15816 2025.01.02 23:44:37.455217 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15817 2025.01.02 23:44:37.455380 [ 260 ] {bab4508d-1e88-40e5-b343-869e835d4d3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
15818 2025.01.02 23:44:37.455462 [ 260 ] {bab4508d-1e88-40e5-b343-869e835d4d3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
15819 2025.01.02 23:44:37.456873 [ 260 ] {bab4508d-1e88-40e5-b343-869e835d4d3a} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15820 2025.01.02 23:44:37.456930 [ 260 ] {bab4508d-1e88-40e5-b343-869e835d4d3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
15821 2025.01.02 23:44:37.457624 [ 260 ] {bab4508d-1e88-40e5-b343-869e835d4d3a} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
15822 2025.01.02 23:44:37.458011 [ 260 ] {bab4508d-1e88-40e5-b343-869e835d4d3a} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15823 2025.01.02 23:44:37.458467 [ 260 ] {bab4508d-1e88-40e5-b343-869e835d4d3a} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.003105 sec., 15136.876006441224 rows/sec., 1.09 MiB/sec.
15824 2025.01.02 23:44:37.458544 [ 260 ] {bab4508d-1e88-40e5-b343-869e835d4d3a} <Debug> TCPHandler: Processed in 0.003426725 sec.
15825 2025.01.02 23:44:37.458704 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15826 2025.01.02 23:44:37.458867 [ 224 ] {} <Debug> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
15827 2025.01.02 23:44:37.458916 [ 265 ] {b8080764-1223-45a0-a07b-25cc731b6995} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
15828 2025.01.02 23:44:37.459072 [ 265 ] {b8080764-1223-45a0-a07b-25cc731b6995} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
15829 2025.01.02 23:44:37.460682 [ 265 ] {b8080764-1223-45a0-a07b-25cc731b6995} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15830 2025.01.02 23:44:37.460725 [ 265 ] {b8080764-1223-45a0-a07b-25cc731b6995} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
15831 2025.01.02 23:44:37.461112 [ 265 ] {b8080764-1223-45a0-a07b-25cc731b6995} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
15832 2025.01.02 23:44:37.461360 [ 265 ] {b8080764-1223-45a0-a07b-25cc731b6995} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15833 2025.01.02 23:44:37.461573 [ 265 ] {b8080764-1223-45a0-a07b-25cc731b6995} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002721 sec., 5145.167217934583 rows/sec., 360.33 KiB/sec.
15834 2025.01.02 23:44:37.461628 [ 265 ] {b8080764-1223-45a0-a07b-25cc731b6995} <Debug> TCPHandler: Processed in 0.00299319 sec.
15835 2025.01.02 23:44:37.461777 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15836 2025.01.02 23:44:37.461900 [ 260 ] {424868a3-1898-41ee-b101-5575790116ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
15837 2025.01.02 23:44:37.461949 [ 260 ] {424868a3-1898-41ee-b101-5575790116ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
15838 2025.01.02 23:44:37.462532 [ 260 ] {424868a3-1898-41ee-b101-5575790116ab} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15839 2025.01.02 23:44:37.462571 [ 260 ] {424868a3-1898-41ee-b101-5575790116ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
15840 2025.01.02 23:44:37.462924 [ 260 ] {424868a3-1898-41ee-b101-5575790116ab} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
15841 2025.01.02 23:44:37.463181 [ 260 ] {424868a3-1898-41ee-b101-5575790116ab} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15842 2025.01.02 23:44:37.463421 [ 260 ] {424868a3-1898-41ee-b101-5575790116ab} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001538 sec., 8452.535760728219 rows/sec., 527.01 KiB/sec.
15843 2025.01.02 23:44:37.463481 [ 260 ] {424868a3-1898-41ee-b101-5575790116ab} <Debug> TCPHandler: Processed in 0.001757913 sec.
15844 2025.01.02 23:44:37.463675 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15845 2025.01.02 23:44:37.463802 [ 265 ] {9bd6e764-ddbb-43f4-857d-2c101d6fa733} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
15846 2025.01.02 23:44:37.463849 [ 265 ] {9bd6e764-ddbb-43f4-857d-2c101d6fa733} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15847 2025.01.02 23:44:37.464645 [ 265 ] {9bd6e764-ddbb-43f4-857d-2c101d6fa733} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15848 2025.01.02 23:44:37.464685 [ 265 ] {9bd6e764-ddbb-43f4-857d-2c101d6fa733} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
15849 2025.01.02 23:44:37.465076 [ 265 ] {9bd6e764-ddbb-43f4-857d-2c101d6fa733} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary)
15850 2025.01.02 23:44:37.465321 [ 265 ] {9bd6e764-ddbb-43f4-857d-2c101d6fa733} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15851 2025.01.02 23:44:37.465530 [ 265 ] {9bd6e764-ddbb-43f4-857d-2c101d6fa733} <Debug> executeQuery: Read 422 rows, 30.88 KiB in 0.00175 sec., 241142.85714285713 rows/sec., 17.23 MiB/sec.
15852 2025.01.02 23:44:37.465583 [ 265 ] {9bd6e764-ddbb-43f4-857d-2c101d6fa733} <Debug> TCPHandler: Processed in 0.002005917 sec.
15853 2025.01.02 23:44:37.465740 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15854 2025.01.02 23:44:37.465861 [ 260 ] {b8ede96a-198b-417a-aca9-b21eaa8c794d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
15855 2025.01.02 23:44:37.465912 [ 260 ] {b8ede96a-198b-417a-aca9-b21eaa8c794d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
15856 2025.01.02 23:44:37.466397 [ 260 ] {b8ede96a-198b-417a-aca9-b21eaa8c794d} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15857 2025.01.02 23:44:37.466437 [ 260 ] {b8ede96a-198b-417a-aca9-b21eaa8c794d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
15858 2025.01.02 23:44:37.466819 [ 260 ] {b8ede96a-198b-417a-aca9-b21eaa8c794d} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
15859 2025.01.02 23:44:37.467059 [ 260 ] {b8ede96a-198b-417a-aca9-b21eaa8c794d} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15860 2025.01.02 23:44:37.467271 [ 260 ] {b8ede96a-198b-417a-aca9-b21eaa8c794d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001435 sec., 4181.1846689895465 rows/sec., 218.45 KiB/sec.
15861 2025.01.02 23:44:37.467322 [ 260 ] {b8ede96a-198b-417a-aca9-b21eaa8c794d} <Debug> TCPHandler: Processed in 0.001640712 sec.
15862 2025.01.02 23:44:37.467461 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15863 2025.01.02 23:44:37.467579 [ 265 ] {60fcaa19-4882-4392-8cf8-0f0eff4578e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
15864 2025.01.02 23:44:37.467638 [ 265 ] {60fcaa19-4882-4392-8cf8-0f0eff4578e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15865 2025.01.02 23:44:37.468267 [ 265 ] {60fcaa19-4882-4392-8cf8-0f0eff4578e9} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15866 2025.01.02 23:44:37.468308 [ 265 ] {60fcaa19-4882-4392-8cf8-0f0eff4578e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
15867 2025.01.02 23:44:37.468715 [ 265 ] {60fcaa19-4882-4392-8cf8-0f0eff4578e9} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary)
15868 2025.01.02 23:44:37.468962 [ 265 ] {60fcaa19-4882-4392-8cf8-0f0eff4578e9} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15869 2025.01.02 23:44:37.469178 [ 265 ] {60fcaa19-4882-4392-8cf8-0f0eff4578e9} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001623 sec., 146025.87800369685 rows/sec., 9.79 MiB/sec.
15870 2025.01.02 23:44:37.469231 [ 265 ] {60fcaa19-4882-4392-8cf8-0f0eff4578e9} <Debug> TCPHandler: Processed in 0.001825804 sec.
15871 2025.01.02 23:44:37.469379 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15872 2025.01.02 23:44:37.469509 [ 260 ] {729241ca-56d8-46af-91e3-88d60517d03c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
15873 2025.01.02 23:44:37.469564 [ 260 ] {729241ca-56d8-46af-91e3-88d60517d03c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
15874 2025.01.02 23:44:37.470044 [ 260 ] {729241ca-56d8-46af-91e3-88d60517d03c} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15875 2025.01.02 23:44:37.470085 [ 260 ] {729241ca-56d8-46af-91e3-88d60517d03c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
15876 2025.01.02 23:44:37.470451 [ 260 ] {729241ca-56d8-46af-91e3-88d60517d03c} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
15877 2025.01.02 23:44:37.470716 [ 260 ] {729241ca-56d8-46af-91e3-88d60517d03c} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15878 2025.01.02 23:44:37.470939 [ 260 ] {729241ca-56d8-46af-91e3-88d60517d03c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001463 sec., 683.5269993164729 rows/sec., 46.06 KiB/sec.
15879 2025.01.02 23:44:37.470993 [ 260 ] {729241ca-56d8-46af-91e3-88d60517d03c} <Debug> TCPHandler: Processed in 0.001668272 sec.
15880 2025.01.02 23:44:37.471199 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15881 2025.01.02 23:44:37.471331 [ 265 ] {2bc5aea9-afec-4680-ba33-afa87f048572} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
15882 2025.01.02 23:44:37.471411 [ 265 ] {2bc5aea9-afec-4680-ba33-afa87f048572} <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
15883 2025.01.02 23:44:37.472617 [ 265 ] {2bc5aea9-afec-4680-ba33-afa87f048572} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15884 2025.01.02 23:44:37.472657 [ 265 ] {2bc5aea9-afec-4680-ba33-afa87f048572} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
15885 2025.01.02 23:44:37.473367 [ 265 ] {2bc5aea9-afec-4680-ba33-afa87f048572} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
15886 2025.01.02 23:44:37.473643 [ 265 ] {2bc5aea9-afec-4680-ba33-afa87f048572} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15887 2025.01.02 23:44:37.473895 [ 265 ] {2bc5aea9-afec-4680-ba33-afa87f048572} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002588 sec., 15455.950540958269 rows/sec., 27.70 MiB/sec.
15888 2025.01.02 23:44:37.473996 [ 265 ] {2bc5aea9-afec-4680-ba33-afa87f048572} <Debug> TCPHandler: Processed in 0.002896178 sec.
15889 2025.01.02 23:44:37.474151 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15890 2025.01.02 23:44:37.474269 [ 260 ] {ccf9403b-f0df-4c2f-93e2-a9069fb190ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
15891 2025.01.02 23:44:37.474319 [ 260 ] {ccf9403b-f0df-4c2f-93e2-a9069fb190ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15892 2025.01.02 23:44:37.474821 [ 260 ] {ccf9403b-f0df-4c2f-93e2-a9069fb190ef} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15893 2025.01.02 23:44:37.474860 [ 260 ] {ccf9403b-f0df-4c2f-93e2-a9069fb190ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB.
15894 2025.01.02 23:44:37.475290 [ 260 ] {ccf9403b-f0df-4c2f-93e2-a9069fb190ef} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary)
15895 2025.01.02 23:44:37.475541 [ 260 ] {ccf9403b-f0df-4c2f-93e2-a9069fb190ef} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15896 2025.01.02 23:44:37.475775 [ 260 ] {ccf9403b-f0df-4c2f-93e2-a9069fb190ef} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001525 sec., 53770.49180327869 rows/sec., 3.42 MiB/sec.
15897 2025.01.02 23:44:37.475846 [ 218 ] {} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
15898 2025.01.02 23:44:37.475849 [ 260 ] {ccf9403b-f0df-4c2f-93e2-a9069fb190ef} <Debug> TCPHandler: Processed in 0.001763864 sec.
15899 2025.01.02 23:44:37.475894 [ 218 ] {} <Debug> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
15900 2025.01.02 23:44:37.477874 [ 218 ] {} <Debug> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
15901 2025.01.02 23:44:38.044332 [ 225 ] {} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
15902 2025.01.02 23:44:38.044378 [ 225 ] {} <Debug> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
15903 2025.01.02 23:44:38.046992 [ 225 ] {} <Debug> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
15904 2025.01.02 23:44:38.080881 [ 221 ] {} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
15905 2025.01.02 23:44:38.080915 [ 221 ] {} <Debug> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
15906 2025.01.02 23:44:38.083033 [ 221 ] {} <Debug> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
15907 2025.01.02 23:44:40.529085 [ 98 ] {} <Debug> DNSResolver: Updating DNS cache
15908 2025.01.02 23:44:40.529142 [ 98 ] {} <Debug> DNSResolver: Updated DNS cache
15909 2025.01.02 23:44:40.768673 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 39406
15910 2025.01.02 23:44:40.769321 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15911 2025.01.02 23:44:40.769367 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB.
15912 2025.01.02 23:44:40.769939 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
15913 2025.01.02 23:44:40.770199 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15914 2025.01.02 23:44:40.770414 [ 98 ] {} <Debug> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
15915 2025.01.02 23:44:40.770445 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 39406
15916 2025.01.02 23:44:40.770496 [ 98 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15917 2025.01.02 23:44:40.770524 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB.
15918 2025.01.02 23:44:40.770659 [ 202 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full
15919 2025.01.02 23:44:40.770845 [ 202 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15920 2025.01.02 23:44:40.770907 [ 202 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_81_16, total 37149 rows starting from the beginning of the part
15921 2025.01.02 23:44:40.771001 [ 202 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 427 rows starting from the beginning of the part
15922 2025.01.02 23:44:40.771093 [ 202 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 488 rows starting from the beginning of the part
15923 2025.01.02 23:44:40.771367 [ 202 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 427 rows starting from the beginning of the part
15924 2025.01.02 23:44:40.771492 [ 202 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 488 rows starting from the beginning of the part
15925 2025.01.02 23:44:40.771761 [ 202 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 427 rows starting from the beginning of the part
15926 2025.01.02 23:44:40.774824 [ 201 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 39406 rows, containing 4 columns (4 merged, 0 gathered) in 0.004228596 sec., 9318932.335933723 rows/sec., 133.31 MiB/sec.
15927 2025.01.02 23:44:40.775261 [ 201 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
15928 2025.01.02 23:44:40.775600 [ 201 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_86_17} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15929 2025.01.02 23:44:40.775738 [ 201 ] {e2d0e8f0-672f-4975-b6b7-140e05e60110::all_1_86_17} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
15930 2025.01.02 23:44:40.775898 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.09 MiB.
15931 2025.01.02 23:44:42.444075 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15932 2025.01.02 23:44:42.444258 [ 260 ] {c5c09e69-0447-4254-ac40-7d50908d04a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
15933 2025.01.02 23:44:42.444329 [ 260 ] {c5c09e69-0447-4254-ac40-7d50908d04a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15934 2025.01.02 23:44:42.445107 [ 260 ] {c5c09e69-0447-4254-ac40-7d50908d04a1} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15935 2025.01.02 23:44:42.445152 [ 260 ] {c5c09e69-0447-4254-ac40-7d50908d04a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB.
15936 2025.01.02 23:44:42.445587 [ 260 ] {c5c09e69-0447-4254-ac40-7d50908d04a1} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary)
15937 2025.01.02 23:44:42.445840 [ 260 ] {c5c09e69-0447-4254-ac40-7d50908d04a1} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15938 2025.01.02 23:44:42.446083 [ 260 ] {c5c09e69-0447-4254-ac40-7d50908d04a1} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001874 sec., 29882.604055496264 rows/sec., 2.30 MiB/sec.
15939 2025.01.02 23:44:42.446142 [ 260 ] {c5c09e69-0447-4254-ac40-7d50908d04a1} <Debug> TCPHandler: Processed in 0.002198569 sec.
15940 2025.01.02 23:44:42.446393 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15941 2025.01.02 23:44:42.446605 [ 265 ] {066cad37-7ee0-4c3a-bb05-1272ca23bf1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
15942 2025.01.02 23:44:42.446690 [ 265 ] {066cad37-7ee0-4c3a-bb05-1272ca23bf1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15943 2025.01.02 23:44:42.447566 [ 265 ] {066cad37-7ee0-4c3a-bb05-1272ca23bf1c} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15944 2025.01.02 23:44:42.447617 [ 265 ] {066cad37-7ee0-4c3a-bb05-1272ca23bf1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB.
15945 2025.01.02 23:44:42.448070 [ 265 ] {066cad37-7ee0-4c3a-bb05-1272ca23bf1c} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary)
15946 2025.01.02 23:44:42.448326 [ 265 ] {066cad37-7ee0-4c3a-bb05-1272ca23bf1c} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15947 2025.01.02 23:44:42.448556 [ 265 ] {066cad37-7ee0-4c3a-bb05-1272ca23bf1c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002012 sec., 31809.145129224653 rows/sec., 2.48 MiB/sec.
15948 2025.01.02 23:44:42.448611 [ 265 ] {066cad37-7ee0-4c3a-bb05-1272ca23bf1c} <Debug> TCPHandler: Processed in 0.002355561 sec.
15949 2025.01.02 23:44:42.448796 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15950 2025.01.02 23:44:42.448933 [ 260 ] {92910be7-f1e0-410e-b583-5ee19ad283e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
15951 2025.01.02 23:44:42.448997 [ 260 ] {92910be7-f1e0-410e-b583-5ee19ad283e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15952 2025.01.02 23:44:42.449635 [ 260 ] {92910be7-f1e0-410e-b583-5ee19ad283e3} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15953 2025.01.02 23:44:42.449677 [ 260 ] {92910be7-f1e0-410e-b583-5ee19ad283e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB.
15954 2025.01.02 23:44:42.450084 [ 260 ] {92910be7-f1e0-410e-b583-5ee19ad283e3} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary)
15955 2025.01.02 23:44:42.450343 [ 260 ] {92910be7-f1e0-410e-b583-5ee19ad283e3} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15956 2025.01.02 23:44:42.450581 [ 260 ] {92910be7-f1e0-410e-b583-5ee19ad283e3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001674 sec., 95579.4504181601 rows/sec., 6.66 MiB/sec.
15957 2025.01.02 23:44:42.450653 [ 260 ] {92910be7-f1e0-410e-b583-5ee19ad283e3} <Debug> TCPHandler: Processed in 0.001924416 sec.
15958 2025.01.02 23:44:42.450843 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15959 2025.01.02 23:44:42.451177 [ 265 ] {2c8745f2-ba6d-4562-b7b5-a89be341f119} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
15960 2025.01.02 23:44:42.451288 [ 265 ] {2c8745f2-ba6d-4562-b7b5-a89be341f119} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15961 2025.01.02 23:44:42.451842 [ 265 ] {2c8745f2-ba6d-4562-b7b5-a89be341f119} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15962 2025.01.02 23:44:42.451883 [ 265 ] {2c8745f2-ba6d-4562-b7b5-a89be341f119} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB.
15963 2025.01.02 23:44:42.452267 [ 265 ] {2c8745f2-ba6d-4562-b7b5-a89be341f119} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary)
15964 2025.01.02 23:44:42.452511 [ 265 ] {2c8745f2-ba6d-4562-b7b5-a89be341f119} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15965 2025.01.02 23:44:42.452749 [ 265 ] {2c8745f2-ba6d-4562-b7b5-a89be341f119} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00169 sec., 35502.958579881655 rows/sec., 2.39 MiB/sec.
15966 2025.01.02 23:44:42.452845 [ 265 ] {2c8745f2-ba6d-4562-b7b5-a89be341f119} <Debug> TCPHandler: Processed in 0.002091897 sec.
15967 2025.01.02 23:44:43.603101 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 649
15968 2025.01.02 23:44:43.626074 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15969 2025.01.02 23:44:43.626141 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB.
15970 2025.01.02 23:44:43.633625 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
15971 2025.01.02 23:44:43.634477 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15972 2025.01.02 23:44:43.634826 [ 92 ] {} <Debug> system.metric_log (31b60859-c590-4889-866a-026624596be5) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
15973 2025.01.02 23:44:43.634917 [ 92 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15974 2025.01.02 23:44:43.634974 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB.
15975 2025.01.02 23:44:43.635228 [ 190 ] {31b60859-c590-4889-866a-026624596be5::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full
15976 2025.01.02 23:44:43.643864 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 649
15977 2025.01.02 23:44:43.645069 [ 190 ] {31b60859-c590-4889-866a-026624596be5::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15978 2025.01.02 23:44:43.645978 [ 190 ] {31b60859-c590-4889-866a-026624596be5::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 611 rows starting from the beginning of the part
15979 2025.01.02 23:44:43.650573 [ 190 ] {31b60859-c590-4889-866a-026624596be5::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 7 rows starting from the beginning of the part
15980 2025.01.02 23:44:43.655347 [ 190 ] {31b60859-c590-4889-866a-026624596be5::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 8 rows starting from the beginning of the part
15981 2025.01.02 23:44:43.662462 [ 190 ] {31b60859-c590-4889-866a-026624596be5::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 7 rows starting from the beginning of the part
15982 2025.01.02 23:44:43.667892 [ 190 ] {31b60859-c590-4889-866a-026624596be5::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 8 rows starting from the beginning of the part
15983 2025.01.02 23:44:43.673355 [ 190 ] {31b60859-c590-4889-866a-026624596be5::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 8 rows starting from the beginning of the part
15984 2025.01.02 23:44:43.736458 [ 201 ] {31b60859-c590-4889-866a-026624596be5::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 649 rows, containing 679 columns (679 merged, 0 gathered) in 0.101388823 sec., 6401.100050249129 rows/sec., 33.10 MiB/sec.
15985 2025.01.02 23:44:43.740182 [ 189 ] {31b60859-c590-4889-866a-026624596be5::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
15986 2025.01.02 23:44:43.743426 [ 189 ] {31b60859-c590-4889-866a-026624596be5::all_1_86_17} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15987 2025.01.02 23:44:43.743568 [ 189 ] {31b60859-c590-4889-866a-026624596be5::all_1_86_17} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
15988 2025.01.02 23:44:43.746314 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB.
15989 2025.01.02 23:44:44.000216 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 269.76 MiB, peak 287.19 MiB, free memory in arenas 0.00 B, will set to 268.70 MiB (RSS), difference: -1.06 MiB
15990 2025.01.02 23:44:46.035469 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 2196
15991 2025.01.02 23:44:46.038852 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15992 2025.01.02 23:44:46.038912 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB.
15993 2025.01.02 23:44:46.040473 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
15994 2025.01.02 23:44:46.040800 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15995 2025.01.02 23:44:46.042396 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2196
15996 2025.01.02 23:44:47.450953 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15997 2025.01.02 23:44:47.451165 [ 260 ] {244337b9-8e45-4132-9b76-b0513f8d7146} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
15998 2025.01.02 23:44:47.451242 [ 260 ] {244337b9-8e45-4132-9b76-b0513f8d7146} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
15999 2025.01.02 23:44:47.452043 [ 260 ] {244337b9-8e45-4132-9b76-b0513f8d7146} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16000 2025.01.02 23:44:47.452094 [ 260 ] {244337b9-8e45-4132-9b76-b0513f8d7146} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB.
16001 2025.01.02 23:44:47.452536 [ 260 ] {244337b9-8e45-4132-9b76-b0513f8d7146} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
16002 2025.01.02 23:44:47.452783 [ 260 ] {244337b9-8e45-4132-9b76-b0513f8d7146} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16003 2025.01.02 23:44:47.453035 [ 260 ] {244337b9-8e45-4132-9b76-b0513f8d7146} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001925 sec., 7272.727272727272 rows/sec., 523.54 KiB/sec.
16004 2025.01.02 23:44:47.453137 [ 260 ] {244337b9-8e45-4132-9b76-b0513f8d7146} <Debug> TCPHandler: Processed in 0.00232253 sec.
16005 2025.01.02 23:44:47.453428 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16006 2025.01.02 23:44:47.453640 [ 265 ] {d810fe24-8d8e-41f4-bbd0-680c907159fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
16007 2025.01.02 23:44:47.453720 [ 265 ] {d810fe24-8d8e-41f4-bbd0-680c907159fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
16008 2025.01.02 23:44:47.454447 [ 265 ] {d810fe24-8d8e-41f4-bbd0-680c907159fc} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16009 2025.01.02 23:44:47.454493 [ 265 ] {d810fe24-8d8e-41f4-bbd0-680c907159fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB.
16010 2025.01.02 23:44:47.454927 [ 265 ] {d810fe24-8d8e-41f4-bbd0-680c907159fc} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
16011 2025.01.02 23:44:47.455192 [ 265 ] {d810fe24-8d8e-41f4-bbd0-680c907159fc} <Trace> oximeter.fields_ipaddr (96b5be21-abca-4b28-a9a9-b954e7d8755e): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16012 2025.01.02 23:44:47.455473 [ 265 ] {d810fe24-8d8e-41f4-bbd0-680c907159fc} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001889 sec., 1058.7612493382742 rows/sec., 86.33 KiB/sec.
16013 2025.01.02 23:44:47.455678 [ 265 ] {d810fe24-8d8e-41f4-bbd0-680c907159fc} <Debug> TCPHandler: Processed in 0.002418232 sec.
16014 2025.01.02 23:44:47.455961 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16015 2025.01.02 23:44:47.456182 [ 260 ] {78ddde87-8713-49ca-be5e-589c9ea2ada2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
16016 2025.01.02 23:44:47.456271 [ 260 ] {78ddde87-8713-49ca-be5e-589c9ea2ada2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
16017 2025.01.02 23:44:47.457210 [ 260 ] {78ddde87-8713-49ca-be5e-589c9ea2ada2} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16018 2025.01.02 23:44:47.457249 [ 260 ] {78ddde87-8713-49ca-be5e-589c9ea2ada2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB.
16019 2025.01.02 23:44:47.457629 [ 260 ] {78ddde87-8713-49ca-be5e-589c9ea2ada2} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary)
16020 2025.01.02 23:44:47.457863 [ 260 ] {78ddde87-8713-49ca-be5e-589c9ea2ada2} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16021 2025.01.02 23:44:47.458078 [ 260 ] {78ddde87-8713-49ca-be5e-589c9ea2ada2} <Debug> executeQuery: Read 284 rows, 25.68 KiB in 0.001952 sec., 145491.80327868852 rows/sec., 12.85 MiB/sec.
16022 2025.01.02 23:44:47.458130 [ 260 ] {78ddde87-8713-49ca-be5e-589c9ea2ada2} <Debug> TCPHandler: Processed in 0.00231729 sec.
16023 2025.01.02 23:44:47.458341 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16024 2025.01.02 23:44:47.458569 [ 265 ] {cbb2fd98-c4f6-4d70-b15c-9014a1577b6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
16025 2025.01.02 23:44:47.458660 [ 265 ] {cbb2fd98-c4f6-4d70-b15c-9014a1577b6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
16026 2025.01.02 23:44:47.459287 [ 265 ] {cbb2fd98-c4f6-4d70-b15c-9014a1577b6b} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16027 2025.01.02 23:44:47.459328 [ 265 ] {cbb2fd98-c4f6-4d70-b15c-9014a1577b6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB.
16028 2025.01.02 23:44:47.459699 [ 265 ] {cbb2fd98-c4f6-4d70-b15c-9014a1577b6b} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
16029 2025.01.02 23:44:47.459937 [ 265 ] {cbb2fd98-c4f6-4d70-b15c-9014a1577b6b} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16030 2025.01.02 23:44:47.460155 [ 265 ] {cbb2fd98-c4f6-4d70-b15c-9014a1577b6b} <Debug> executeQuery: Read 49 rows, 3.60 KiB in 0.001645 sec., 29787.23404255319 rows/sec., 2.14 MiB/sec.
16031 2025.01.02 23:44:47.460214 [ 265 ] {cbb2fd98-c4f6-4d70-b15c-9014a1577b6b} <Debug> TCPHandler: Processed in 0.001984447 sec.
16032 2025.01.02 23:44:47.460419 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16033 2025.01.02 23:44:47.460577 [ 260 ] {25063c1b-9917-412b-93dd-3852a697f7ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
16034 2025.01.02 23:44:47.460634 [ 260 ] {25063c1b-9917-412b-93dd-3852a697f7ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
16035 2025.01.02 23:44:47.461210 [ 260 ] {25063c1b-9917-412b-93dd-3852a697f7ed} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16036 2025.01.02 23:44:47.461250 [ 260 ] {25063c1b-9917-412b-93dd-3852a697f7ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB.
16037 2025.01.02 23:44:47.461603 [ 260 ] {25063c1b-9917-412b-93dd-3852a697f7ed} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
16038 2025.01.02 23:44:47.461837 [ 260 ] {25063c1b-9917-412b-93dd-3852a697f7ed} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16039 2025.01.02 23:44:47.462049 [ 260 ] {25063c1b-9917-412b-93dd-3852a697f7ed} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001501 sec., 9327.11525649567 rows/sec., 653.21 KiB/sec.
16040 2025.01.02 23:44:47.462102 [ 260 ] {25063c1b-9917-412b-93dd-3852a697f7ed} <Debug> TCPHandler: Processed in 0.001808433 sec.
16041 2025.01.02 23:44:47.462236 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16042 2025.01.02 23:44:47.462355 [ 265 ] {ec644390-11cd-4023-86e2-5b4204e6acb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
16043 2025.01.02 23:44:47.462403 [ 265 ] {ec644390-11cd-4023-86e2-5b4204e6acb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
16044 2025.01.02 23:44:47.462994 [ 265 ] {ec644390-11cd-4023-86e2-5b4204e6acb4} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16045 2025.01.02 23:44:47.463035 [ 265 ] {ec644390-11cd-4023-86e2-5b4204e6acb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB.
16046 2025.01.02 23:44:47.463402 [ 265 ] {ec644390-11cd-4023-86e2-5b4204e6acb4} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
16047 2025.01.02 23:44:47.463646 [ 265 ] {ec644390-11cd-4023-86e2-5b4204e6acb4} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16048 2025.01.02 23:44:47.463859 [ 265 ] {ec644390-11cd-4023-86e2-5b4204e6acb4} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001529 sec., 8502.289077828646 rows/sec., 530.12 KiB/sec.
16049 2025.01.02 23:44:47.463913 [ 265 ] {ec644390-11cd-4023-86e2-5b4204e6acb4} <Debug> TCPHandler: Processed in 0.001732243 sec.
16050 2025.01.02 23:44:47.464106 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16051 2025.01.02 23:44:47.464329 [ 260 ] {ac176c5c-40e7-48bf-aa62-840d2dd6245e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
16052 2025.01.02 23:44:47.464415 [ 260 ] {ac176c5c-40e7-48bf-aa62-840d2dd6245e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
16053 2025.01.02 23:44:47.465282 [ 260 ] {ac176c5c-40e7-48bf-aa62-840d2dd6245e} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16054 2025.01.02 23:44:47.465321 [ 260 ] {ac176c5c-40e7-48bf-aa62-840d2dd6245e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB.
16055 2025.01.02 23:44:47.465705 [ 260 ] {ac176c5c-40e7-48bf-aa62-840d2dd6245e} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary)
16056 2025.01.02 23:44:47.465950 [ 260 ] {ac176c5c-40e7-48bf-aa62-840d2dd6245e} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16057 2025.01.02 23:44:47.466156 [ 260 ] {ac176c5c-40e7-48bf-aa62-840d2dd6245e} <Debug> executeQuery: Read 424 rows, 31.05 KiB in 0.001881 sec., 225412.01488569909 rows/sec., 16.12 MiB/sec.
16058 2025.01.02 23:44:47.466208 [ 260 ] {ac176c5c-40e7-48bf-aa62-840d2dd6245e} <Debug> TCPHandler: Processed in 0.002210499 sec.
16059 2025.01.02 23:44:47.466362 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16060 2025.01.02 23:44:47.466502 [ 265 ] {efbf6886-6dc9-4205-b0f7-2351c6f45f1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
16061 2025.01.02 23:44:47.466563 [ 265 ] {efbf6886-6dc9-4205-b0f7-2351c6f45f1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
16062 2025.01.02 23:44:47.467070 [ 265 ] {efbf6886-6dc9-4205-b0f7-2351c6f45f1a} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16063 2025.01.02 23:44:47.467110 [ 265 ] {efbf6886-6dc9-4205-b0f7-2351c6f45f1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB.
16064 2025.01.02 23:44:47.467482 [ 265 ] {efbf6886-6dc9-4205-b0f7-2351c6f45f1a} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
16065 2025.01.02 23:44:47.467731 [ 265 ] {efbf6886-6dc9-4205-b0f7-2351c6f45f1a} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16066 2025.01.02 23:44:47.467949 [ 218 ] {} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Found 6 old parts to remove. Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0]
16067 2025.01.02 23:44:47.467952 [ 265 ] {efbf6886-6dc9-4205-b0f7-2351c6f45f1a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001478 sec., 4059.539918809202 rows/sec., 212.10 KiB/sec.
16068 2025.01.02 23:44:47.467982 [ 218 ] {} <Debug> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Removing 6 parts from filesystem (serially): Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0]
16069 2025.01.02 23:44:47.468046 [ 265 ] {efbf6886-6dc9-4205-b0f7-2351c6f45f1a} <Debug> TCPHandler: Processed in 0.001751894 sec.
16070 2025.01.02 23:44:47.468281 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16071 2025.01.02 23:44:47.468612 [ 260 ] {686f53a3-e360-4a45-b5cf-7f9f6ca468be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
16072 2025.01.02 23:44:47.468751 [ 260 ] {686f53a3-e360-4a45-b5cf-7f9f6ca468be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
16073 2025.01.02 23:44:47.469797 [ 260 ] {686f53a3-e360-4a45-b5cf-7f9f6ca468be} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16074 2025.01.02 23:44:47.469863 [ 260 ] {686f53a3-e360-4a45-b5cf-7f9f6ca468be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB.
16075 2025.01.02 23:44:47.470549 [ 260 ] {686f53a3-e360-4a45-b5cf-7f9f6ca468be} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary)
16076 2025.01.02 23:44:47.470908 [ 260 ] {686f53a3-e360-4a45-b5cf-7f9f6ca468be} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16077 2025.01.02 23:44:47.471301 [ 218 ] {} <Debug> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Removing 6 parts from memory: Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0]
16078 2025.01.02 23:44:47.471367 [ 260 ] {686f53a3-e360-4a45-b5cf-7f9f6ca468be} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.002853 sec., 83420.96039256922 rows/sec., 5.59 MiB/sec.
16079 2025.01.02 23:44:47.471716 [ 260 ] {686f53a3-e360-4a45-b5cf-7f9f6ca468be} <Debug> TCPHandler: Processed in 0.003574397 sec.
16080 2025.01.02 23:44:47.472032 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16081 2025.01.02 23:44:47.472437 [ 265 ] {e45db274-bb6d-4483-840e-ff361bf5a90d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
16082 2025.01.02 23:44:47.472621 [ 265 ] {e45db274-bb6d-4483-840e-ff361bf5a90d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
16083 2025.01.02 23:44:47.474178 [ 265 ] {e45db274-bb6d-4483-840e-ff361bf5a90d} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16084 2025.01.02 23:44:47.474218 [ 265 ] {e45db274-bb6d-4483-840e-ff361bf5a90d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB.
16085 2025.01.02 23:44:47.474581 [ 265 ] {e45db274-bb6d-4483-840e-ff361bf5a90d} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
16086 2025.01.02 23:44:47.474821 [ 265 ] {e45db274-bb6d-4483-840e-ff361bf5a90d} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16087 2025.01.02 23:44:47.475044 [ 265 ] {e45db274-bb6d-4483-840e-ff361bf5a90d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002746 sec., 364.1660597232338 rows/sec., 24.54 KiB/sec.
16088 2025.01.02 23:44:47.475094 [ 265 ] {e45db274-bb6d-4483-840e-ff361bf5a90d} <Debug> TCPHandler: Processed in 0.003246772 sec.
16089 2025.01.02 23:44:47.475301 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16090 2025.01.02 23:44:47.475524 [ 260 ] {153b1f58-98dd-4c8f-bb23-dfba44efc027} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
16091 2025.01.02 23:44:47.475661 [ 260 ] {153b1f58-98dd-4c8f-bb23-dfba44efc027} <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
16092 2025.01.02 23:44:47.476904 [ 260 ] {153b1f58-98dd-4c8f-bb23-dfba44efc027} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16093 2025.01.02 23:44:47.476943 [ 260 ] {153b1f58-98dd-4c8f-bb23-dfba44efc027} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB.
16094 2025.01.02 23:44:47.477606 [ 260 ] {153b1f58-98dd-4c8f-bb23-dfba44efc027} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
16095 2025.01.02 23:44:47.477859 [ 260 ] {153b1f58-98dd-4c8f-bb23-dfba44efc027} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16096 2025.01.02 23:44:47.478088 [ 260 ] {153b1f58-98dd-4c8f-bb23-dfba44efc027} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002619 sec., 15273.004963726615 rows/sec., 27.37 MiB/sec.
16097 2025.01.02 23:44:47.478180 [ 260 ] {153b1f58-98dd-4c8f-bb23-dfba44efc027} <Debug> TCPHandler: Processed in 0.002988899 sec.
16098 2025.01.02 23:44:47.478326 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16099 2025.01.02 23:44:47.478463 [ 265 ] {2cf15bfd-d461-43bf-b479-ff779b01152c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
16100 2025.01.02 23:44:47.478522 [ 265 ] {2cf15bfd-d461-43bf-b479-ff779b01152c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
16101 2025.01.02 23:44:47.479024 [ 265 ] {2cf15bfd-d461-43bf-b479-ff779b01152c} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16102 2025.01.02 23:44:47.479063 [ 265 ] {2cf15bfd-d461-43bf-b479-ff779b01152c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB.
16103 2025.01.02 23:44:47.479429 [ 265 ] {2cf15bfd-d461-43bf-b479-ff779b01152c} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary)
16104 2025.01.02 23:44:47.479662 [ 265 ] {2cf15bfd-d461-43bf-b479-ff779b01152c} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16105 2025.01.02 23:44:47.479880 [ 265 ] {2cf15bfd-d461-43bf-b479-ff779b01152c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001447 sec., 56668.970283344854 rows/sec., 3.60 MiB/sec.
16106 2025.01.02 23:44:47.479929 [ 265 ] {2cf15bfd-d461-43bf-b479-ff779b01152c} <Debug> TCPHandler: Processed in 0.001668362 sec.
16107 2025.01.02 23:44:48.270676 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 39894
16108 2025.01.02 23:44:48.271792 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16109 2025.01.02 23:44:48.271835 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB.
16110 2025.01.02 23:44:48.272398 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
16111 2025.01.02 23:44:48.272671 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16112 2025.01.02 23:44:48.272882 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 39894
16113 2025.01.02 23:44:51.144023 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 656
16114 2025.01.02 23:44:51.166628 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16115 2025.01.02 23:44:51.166680 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB.
16116 2025.01.02 23:44:51.174224 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
16117 2025.01.02 23:44:51.175044 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16118 2025.01.02 23:44:51.177839 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 656
16119 2025.01.02 23:44:52.445194 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16120 2025.01.02 23:44:52.445402 [ 260 ] {65b03ccd-3f6d-4acc-986a-a4c71f4d8071} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
16121 2025.01.02 23:44:52.445481 [ 260 ] {65b03ccd-3f6d-4acc-986a-a4c71f4d8071} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
16122 2025.01.02 23:44:52.446270 [ 260 ] {65b03ccd-3f6d-4acc-986a-a4c71f4d8071} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16123 2025.01.02 23:44:52.446319 [ 260 ] {65b03ccd-3f6d-4acc-986a-a4c71f4d8071} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB.
16124 2025.01.02 23:44:52.446752 [ 260 ] {65b03ccd-3f6d-4acc-986a-a4c71f4d8071} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary)
16125 2025.01.02 23:44:52.447030 [ 260 ] {65b03ccd-3f6d-4acc-986a-a4c71f4d8071} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16126 2025.01.02 23:44:52.447260 [ 260 ] {65b03ccd-3f6d-4acc-986a-a4c71f4d8071} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001914 sec., 29258.098223615467 rows/sec., 2.25 MiB/sec.
16127 2025.01.02 23:44:52.447324 [ 260 ] {65b03ccd-3f6d-4acc-986a-a4c71f4d8071} <Debug> TCPHandler: Processed in 0.00227047 sec.
16128 2025.01.02 23:44:52.447621 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16129 2025.01.02 23:44:52.447856 [ 265 ] {3286b222-55a7-4aa8-997d-87868596180b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
16130 2025.01.02 23:44:52.447929 [ 265 ] {3286b222-55a7-4aa8-997d-87868596180b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
16131 2025.01.02 23:44:52.448702 [ 265 ] {3286b222-55a7-4aa8-997d-87868596180b} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16132 2025.01.02 23:44:52.448754 [ 265 ] {3286b222-55a7-4aa8-997d-87868596180b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB.
16133 2025.01.02 23:44:52.449169 [ 265 ] {3286b222-55a7-4aa8-997d-87868596180b} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary)
16134 2025.01.02 23:44:52.449426 [ 265 ] {3286b222-55a7-4aa8-997d-87868596180b} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16135 2025.01.02 23:44:52.449646 [ 265 ] {3286b222-55a7-4aa8-997d-87868596180b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001907 sec., 33560.5663345569 rows/sec., 2.62 MiB/sec.
16136 2025.01.02 23:44:52.449762 [ 265 ] {3286b222-55a7-4aa8-997d-87868596180b} <Debug> TCPHandler: Processed in 0.00232521 sec.
16137 2025.01.02 23:44:52.449919 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16138 2025.01.02 23:44:52.450060 [ 260 ] {f409ab78-60d8-4aef-9543-7a208361dfb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
16139 2025.01.02 23:44:52.450121 [ 260 ] {f409ab78-60d8-4aef-9543-7a208361dfb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
16140 2025.01.02 23:44:52.450784 [ 260 ] {f409ab78-60d8-4aef-9543-7a208361dfb7} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16141 2025.01.02 23:44:52.450831 [ 260 ] {f409ab78-60d8-4aef-9543-7a208361dfb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB.
16142 2025.01.02 23:44:52.451223 [ 260 ] {f409ab78-60d8-4aef-9543-7a208361dfb7} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary)
16143 2025.01.02 23:44:52.451461 [ 260 ] {f409ab78-60d8-4aef-9543-7a208361dfb7} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16144 2025.01.02 23:44:52.451638 [ 82 ] {} <Debug> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00) (MergerMutator): Selected 5 parts from all_1_120_24 to all_124_124_0
16145 2025.01.02 23:44:52.451699 [ 260 ] {f409ab78-60d8-4aef-9543-7a208361dfb7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001661 sec., 96327.5135460566 rows/sec., 6.71 MiB/sec.
16146 2025.01.02 23:44:52.451727 [ 82 ] {} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16147 2025.01.02 23:44:52.451796 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB.
16148 2025.01.02 23:44:52.451813 [ 260 ] {f409ab78-60d8-4aef-9543-7a208361dfb7} <Debug> TCPHandler: Processed in 0.001958856 sec.
16149 2025.01.02 23:44:52.452042 [ 186 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_124_25} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_120_24 to all_124_124_0 into Compact with storage Full
16150 2025.01.02 23:44:52.452053 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16151 2025.01.02 23:44:52.452292 [ 186 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_124_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16152 2025.01.02 23:44:52.452327 [ 265 ] {3141eb67-6d5b-4b72-9ff3-5bafc02fa3c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
16153 2025.01.02 23:44:52.452353 [ 186 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_120_24, total 38099 rows starting from the beginning of the part
16154 2025.01.02 23:44:52.452435 [ 265 ] {3141eb67-6d5b-4b72-9ff3-5bafc02fa3c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
16155 2025.01.02 23:44:52.452650 [ 186 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 882 rows starting from the beginning of the part
16156 2025.01.02 23:44:52.453023 [ 186 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 237 rows starting from the beginning of the part
16157 2025.01.02 23:44:52.453403 [ 186 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 160 rows starting from the beginning of the part
16158 2025.01.02 23:44:52.453746 [ 186 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 238 rows starting from the beginning of the part
16159 2025.01.02 23:44:52.454707 [ 265 ] {3141eb67-6d5b-4b72-9ff3-5bafc02fa3c1} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16160 2025.01.02 23:44:52.454783 [ 265 ] {3141eb67-6d5b-4b72-9ff3-5bafc02fa3c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB.
16161 2025.01.02 23:44:52.455292 [ 265 ] {3141eb67-6d5b-4b72-9ff3-5bafc02fa3c1} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary)
16162 2025.01.02 23:44:52.455575 [ 265 ] {3141eb67-6d5b-4b72-9ff3-5bafc02fa3c1} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16163 2025.01.02 23:44:52.456239 [ 265 ] {3141eb67-6d5b-4b72-9ff3-5bafc02fa3c1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003915 sec., 15325.670498084291 rows/sec., 1.03 MiB/sec.
16164 2025.01.02 23:44:52.456971 [ 265 ] {3141eb67-6d5b-4b72-9ff3-5bafc02fa3c1} <Debug> TCPHandler: Processed in 0.005033357 sec.
16165 2025.01.02 23:44:52.462753 [ 201 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_124_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 39616 rows, containing 5 columns (5 merged, 0 gathered) in 0.010843683 sec., 3653371.27616143 rows/sec., 246.55 MiB/sec.
16166 2025.01.02 23:44:52.463229 [ 186 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_124_25} <Trace> MergedBlockOutputStream: filled checksums all_1_124_25 (state Temporary)
16167 2025.01.02 23:44:52.463524 [ 186 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_124_25} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_merge_all_1_124_25 to all_1_124_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16168 2025.01.02 23:44:52.463599 [ 186 ] {f4b1e680-eb14-449c-bcda-500e2de80a00::all_1_124_25} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00) (MergerMutator): Merged 5 parts: [all_1_120_24, all_124_124_0] -> all_1_124_25
16169 2025.01.02 23:44:52.463671 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.35 MiB.
16170 2025.01.02 23:44:55.529188 [ 76 ] {} <Debug> DNSResolver: Updating DNS cache
16171 2025.01.02 23:44:55.529296 [ 76 ] {} <Debug> DNSResolver: Updated DNS cache
16172 2025.01.02 23:44:55.773132 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 40321
16173 2025.01.02 23:44:55.774241 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16174 2025.01.02 23:44:55.774331 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB.
16175 2025.01.02 23:44:55.774902 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
16176 2025.01.02 23:44:55.775195 [ 244 ] {} <Trace> system.asynchronous_metric_log (e2d0e8f0-672f-4975-b6b7-140e05e60110): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16177 2025.01.02 23:44:55.775461 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 40321
16178 2025.01.02 23:44:55.861427 [ 220 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
16179 2025.01.02 23:44:55.861479 [ 220 ] {} <Debug> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
16180 2025.01.02 23:44:55.863647 [ 220 ] {} <Debug> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
16181 2025.01.02 23:44:56.042683 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 2228
16182 2025.01.02 23:44:56.045909 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16183 2025.01.02 23:44:56.045960 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB.
16184 2025.01.02 23:44:56.047527 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
16185 2025.01.02 23:44:56.047856 [ 242 ] {} <Trace> system.query_log (51f57459-48e1-42b0-9e6a-e36e9c08c8fe): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16186 2025.01.02 23:44:56.048558 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2228
16187 2025.01.02 23:44:57.451340 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16188 2025.01.02 23:44:57.451541 [ 260 ] {35ce22b2-0c8c-4e17-b81f-1eb032c435d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
16189 2025.01.02 23:44:57.451613 [ 260 ] {35ce22b2-0c8c-4e17-b81f-1eb032c435d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
16190 2025.01.02 23:44:57.452353 [ 260 ] {35ce22b2-0c8c-4e17-b81f-1eb032c435d0} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16191 2025.01.02 23:44:57.452402 [ 260 ] {35ce22b2-0c8c-4e17-b81f-1eb032c435d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
16192 2025.01.02 23:44:57.452819 [ 260 ] {35ce22b2-0c8c-4e17-b81f-1eb032c435d0} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
16193 2025.01.02 23:44:57.453064 [ 260 ] {35ce22b2-0c8c-4e17-b81f-1eb032c435d0} <Trace> oximeter.fields_i16 (134bcaf9-79cc-4313-956f-6980e26bdac4): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16194 2025.01.02 23:44:57.453308 [ 260 ] {35ce22b2-0c8c-4e17-b81f-1eb032c435d0} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001808 sec., 7743.362831858407 rows/sec., 557.42 KiB/sec.
16195 2025.01.02 23:44:57.453418 [ 260 ] {35ce22b2-0c8c-4e17-b81f-1eb032c435d0} <Debug> TCPHandler: Processed in 0.0022053 sec.
16196 2025.01.02 23:44:57.453723 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16197 2025.01.02 23:44:57.453938 [ 265 ] {87a9ff85-ec19-4bff-8646-d71e44e8a530} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
16198 2025.01.02 23:44:57.454020 [ 265 ] {87a9ff85-ec19-4bff-8646-d71e44e8a530} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
16199 2025.01.02 23:44:57.454884 [ 265 ] {87a9ff85-ec19-4bff-8646-d71e44e8a530} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16200 2025.01.02 23:44:57.454935 [ 265 ] {87a9ff85-ec19-4bff-8646-d71e44e8a530} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
16201 2025.01.02 23:44:57.455399 [ 265 ] {87a9ff85-ec19-4bff-8646-d71e44e8a530} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary)
16202 2025.01.02 23:44:57.455653 [ 265 ] {87a9ff85-ec19-4bff-8646-d71e44e8a530} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16203 2025.01.02 23:44:57.455866 [ 75 ] {} <Debug> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0
16204 2025.01.02 23:44:57.455903 [ 265 ] {87a9ff85-ec19-4bff-8646-d71e44e8a530} <Debug> executeQuery: Read 283 rows, 25.60 KiB in 0.002025 sec., 139753.0864197531 rows/sec., 12.35 MiB/sec.
16205 2025.01.02 23:44:57.455957 [ 75 ] {} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16206 2025.01.02 23:44:57.456027 [ 265 ] {87a9ff85-ec19-4bff-8646-d71e44e8a530} <Debug> TCPHandler: Processed in 0.002478233 sec.
16207 2025.01.02 23:44:57.456039 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
16208 2025.01.02 23:44:57.456343 [ 194 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full
16209 2025.01.02 23:44:57.456379 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16210 2025.01.02 23:44:57.456796 [ 194 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16211 2025.01.02 23:44:57.456946 [ 194 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 1435 rows starting from the beginning of the part
16212 2025.01.02 23:44:57.457167 [ 260 ] {12f687ba-16cb-4a36-98f9-be492d37dea3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
16213 2025.01.02 23:44:57.457425 [ 260 ] {12f687ba-16cb-4a36-98f9-be492d37dea3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
16214 2025.01.02 23:44:57.458005 [ 194 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 283 rows starting from the beginning of the part
16215 2025.01.02 23:44:57.458577 [ 194 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 56 rows starting from the beginning of the part
16216 2025.01.02 23:44:57.458929 [ 194 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 284 rows starting from the beginning of the part
16217 2025.01.02 23:44:57.459345 [ 194 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 56 rows starting from the beginning of the part
16218 2025.01.02 23:44:57.459688 [ 194 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 283 rows starting from the beginning of the part
16219 2025.01.02 23:44:57.460763 [ 260 ] {12f687ba-16cb-4a36-98f9-be492d37dea3} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16220 2025.01.02 23:44:57.460829 [ 260 ] {12f687ba-16cb-4a36-98f9-be492d37dea3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
16221 2025.01.02 23:44:57.461804 [ 260 ] {12f687ba-16cb-4a36-98f9-be492d37dea3} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
16222 2025.01.02 23:44:57.462229 [ 260 ] {12f687ba-16cb-4a36-98f9-be492d37dea3} <Trace> oximeter.fields_u16 (d71f9721-d961-40b3-8ada-a9f0533be470): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16223 2025.01.02 23:44:57.462642 [ 260 ] {12f687ba-16cb-4a36-98f9-be492d37dea3} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.00576 sec., 8159.722222222222 rows/sec., 601.37 KiB/sec.
16224 2025.01.02 23:44:57.463030 [ 260 ] {12f687ba-16cb-4a36-98f9-be492d37dea3} <Debug> TCPHandler: Processed in 0.006879751 sec.
16225 2025.01.02 23:44:57.463392 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16226 2025.01.02 23:44:57.463636 [ 194 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2397 rows, containing 5 columns (5 merged, 0 gathered) in 0.007440728 sec., 322145.89755195996 rows/sec., 28.63 MiB/sec.
16227 2025.01.02 23:44:57.463826 [ 265 ] {2dcfc2c7-40f0-427d-b9ff-49dec4f57caa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
16228 2025.01.02 23:44:57.463976 [ 265 ] {2dcfc2c7-40f0-427d-b9ff-49dec4f57caa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
16229 2025.01.02 23:44:57.464016 [ 194 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary)
16230 2025.01.02 23:44:57.464435 [ 194 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_126_25} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16231 2025.01.02 23:44:57.464519 [ 194 ] {a45fabe9-21f4-4b0c-9f3b-b191d145f858::all_1_126_25} <Trace> oximeter.fields_string (a45fabe9-21f4-4b0c-9f3b-b191d145f858) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25
16232 2025.01.02 23:44:57.464613 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB.
16233 2025.01.02 23:44:57.464775 [ 265 ] {2dcfc2c7-40f0-427d-b9ff-49dec4f57caa} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16234 2025.01.02 23:44:57.464815 [ 265 ] {2dcfc2c7-40f0-427d-b9ff-49dec4f57caa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
16235 2025.01.02 23:44:57.465188 [ 265 ] {2dcfc2c7-40f0-427d-b9ff-49dec4f57caa} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
16236 2025.01.02 23:44:57.465435 [ 265 ] {2dcfc2c7-40f0-427d-b9ff-49dec4f57caa} <Trace> oximeter.fields_u32 (950c0a2b-b989-4e31-a6eb-669f9cc0158f): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16237 2025.01.02 23:44:57.465655 [ 265 ] {2dcfc2c7-40f0-427d-b9ff-49dec4f57caa} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001959 sec., 7146.503318019399 rows/sec., 500.49 KiB/sec.
16238 2025.01.02 23:44:57.465711 [ 265 ] {2dcfc2c7-40f0-427d-b9ff-49dec4f57caa} <Debug> TCPHandler: Processed in 0.002558924 sec.
16239 2025.01.02 23:44:57.465869 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16240 2025.01.02 23:44:57.466018 [ 260 ] {cb37495a-350b-493a-8518-e242f5b1834d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
16241 2025.01.02 23:44:57.466110 [ 260 ] {cb37495a-350b-493a-8518-e242f5b1834d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
16242 2025.01.02 23:44:57.467109 [ 260 ] {cb37495a-350b-493a-8518-e242f5b1834d} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16243 2025.01.02 23:44:57.467149 [ 260 ] {cb37495a-350b-493a-8518-e242f5b1834d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
16244 2025.01.02 23:44:57.467508 [ 260 ] {cb37495a-350b-493a-8518-e242f5b1834d} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
16245 2025.01.02 23:44:57.467739 [ 260 ] {cb37495a-350b-493a-8518-e242f5b1834d} <Trace> oximeter.fields_u8 (c539644e-57f4-452b-9d9f-90f359afbc94): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16246 2025.01.02 23:44:57.467948 [ 260 ] {cb37495a-350b-493a-8518-e242f5b1834d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001972 sec., 6592.292089249494 rows/sec., 411.03 KiB/sec.
16247 2025.01.02 23:44:57.468000 [ 260 ] {cb37495a-350b-493a-8518-e242f5b1834d} <Debug> TCPHandler: Processed in 0.002197869 sec.
16248 2025.01.02 23:44:57.468154 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16249 2025.01.02 23:44:57.468273 [ 265 ] {4293b5a2-505f-479e-b20e-aa107ce65dac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
16250 2025.01.02 23:44:57.468323 [ 265 ] {4293b5a2-505f-479e-b20e-aa107ce65dac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
16251 2025.01.02 23:44:57.469048 [ 265 ] {4293b5a2-505f-479e-b20e-aa107ce65dac} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16252 2025.01.02 23:44:57.469087 [ 265 ] {4293b5a2-505f-479e-b20e-aa107ce65dac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
16253 2025.01.02 23:44:57.469487 [ 265 ] {4293b5a2-505f-479e-b20e-aa107ce65dac} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary)
16254 2025.01.02 23:44:57.469739 [ 265 ] {4293b5a2-505f-479e-b20e-aa107ce65dac} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16255 2025.01.02 23:44:57.469908 [ 75 ] {} <Debug> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0
16256 2025.01.02 23:44:57.469964 [ 75 ] {} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16257 2025.01.02 23:44:57.469984 [ 265 ] {4293b5a2-505f-479e-b20e-aa107ce65dac} <Debug> executeQuery: Read 422 rows, 30.88 KiB in 0.001724 sec., 244779.5823665893 rows/sec., 17.49 MiB/sec.
16258 2025.01.02 23:44:57.470005 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
16259 2025.01.02 23:44:57.470147 [ 265 ] {4293b5a2-505f-479e-b20e-aa107ce65dac} <Debug> TCPHandler: Processed in 0.002052798 sec.
16260 2025.01.02 23:44:57.470241 [ 201 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full
16261 2025.01.02 23:44:57.470327 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16262 2025.01.02 23:44:57.470382 [ 201 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16263 2025.01.02 23:44:57.470419 [ 201 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 914 rows starting from the beginning of the part
16264 2025.01.02 23:44:57.470514 [ 260 ] {dd8b92e7-01a5-4c2d-9dae-3e115963f148} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
16265 2025.01.02 23:44:57.470557 [ 201 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 422 rows starting from the beginning of the part
16266 2025.01.02 23:44:57.470631 [ 260 ] {dd8b92e7-01a5-4c2d-9dae-3e115963f148} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
16267 2025.01.02 23:44:57.470773 [ 201 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 64 rows starting from the beginning of the part
16268 2025.01.02 23:44:57.471203 [ 201 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 424 rows starting from the beginning of the part
16269 2025.01.02 23:44:57.471427 [ 201 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 64 rows starting from the beginning of the part
16270 2025.01.02 23:44:57.471636 [ 201 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 422 rows starting from the beginning of the part
16271 2025.01.02 23:44:57.472369 [ 260 ] {dd8b92e7-01a5-4c2d-9dae-3e115963f148} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16272 2025.01.02 23:44:57.472422 [ 260 ] {dd8b92e7-01a5-4c2d-9dae-3e115963f148} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
16273 2025.01.02 23:44:57.472937 [ 260 ] {dd8b92e7-01a5-4c2d-9dae-3e115963f148} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
16274 2025.01.02 23:44:57.473213 [ 260 ] {dd8b92e7-01a5-4c2d-9dae-3e115963f148} <Trace> oximeter.measurements_bool (49cd061b-096d-4b3a-b490-47b0384d6a65): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16275 2025.01.02 23:44:57.473513 [ 260 ] {dd8b92e7-01a5-4c2d-9dae-3e115963f148} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003081 sec., 1947.4196689386563 rows/sec., 101.75 KiB/sec.
16276 2025.01.02 23:44:57.473845 [ 260 ] {dd8b92e7-01a5-4c2d-9dae-3e115963f148} <Debug> TCPHandler: Processed in 0.003579837 sec.
16277 2025.01.02 23:44:57.474391 [ 201 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2310 rows, containing 5 columns (5 merged, 0 gathered) in 0.004247276 sec., 543878.0055734545 rows/sec., 41.42 MiB/sec.
16278 2025.01.02 23:44:57.474476 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16279 2025.01.02 23:44:57.474713 [ 265 ] {69cad2c9-5689-4df6-8de9-73b86e94a4ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
16280 2025.01.02 23:44:57.474768 [ 193 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary)
16281 2025.01.02 23:44:57.474805 [ 265 ] {69cad2c9-5689-4df6-8de9-73b86e94a4ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
16282 2025.01.02 23:44:57.475469 [ 193 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_126_25} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16283 2025.01.02 23:44:57.475677 [ 193 ] {2976c56e-c5c5-4447-b811-b96567fbaf9f::all_1_126_25} <Trace> oximeter.fields_uuid (2976c56e-c5c5-4447-b811-b96567fbaf9f) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25
16284 2025.01.02 23:44:57.475872 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB.
16285 2025.01.02 23:44:57.476043 [ 265 ] {69cad2c9-5689-4df6-8de9-73b86e94a4ff} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16286 2025.01.02 23:44:57.476089 [ 265 ] {69cad2c9-5689-4df6-8de9-73b86e94a4ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
16287 2025.01.02 23:44:57.476488 [ 265 ] {69cad2c9-5689-4df6-8de9-73b86e94a4ff} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary)
16288 2025.01.02 23:44:57.476738 [ 265 ] {69cad2c9-5689-4df6-8de9-73b86e94a4ff} <Trace> oximeter.measurements_cumulativeu64 (f4b1e680-eb14-449c-bcda-500e2de80a00): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16289 2025.01.02 23:44:57.476987 [ 265 ] {69cad2c9-5689-4df6-8de9-73b86e94a4ff} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00232 sec., 102155.1724137931 rows/sec., 6.85 MiB/sec.
16290 2025.01.02 23:44:57.477098 [ 265 ] {69cad2c9-5689-4df6-8de9-73b86e94a4ff} <Debug> TCPHandler: Processed in 0.003123871 sec.
16291 2025.01.02 23:44:57.477307 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16292 2025.01.02 23:44:57.477596 [ 260 ] {c965ba29-f4cc-4102-a64d-a54c04f0ac34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
16293 2025.01.02 23:44:57.477657 [ 260 ] {c965ba29-f4cc-4102-a64d-a54c04f0ac34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
16294 2025.01.02 23:44:57.478178 [ 260 ] {c965ba29-f4cc-4102-a64d-a54c04f0ac34} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16295 2025.01.02 23:44:57.478217 [ 260 ] {c965ba29-f4cc-4102-a64d-a54c04f0ac34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
16296 2025.01.02 23:44:57.478575 [ 260 ] {c965ba29-f4cc-4102-a64d-a54c04f0ac34} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
16297 2025.01.02 23:44:57.478805 [ 260 ] {c965ba29-f4cc-4102-a64d-a54c04f0ac34} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16298 2025.01.02 23:44:57.479010 [ 260 ] {c965ba29-f4cc-4102-a64d-a54c04f0ac34} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001494 sec., 669.3440428380187 rows/sec., 45.10 KiB/sec.
16299 2025.01.02 23:44:57.479061 [ 260 ] {c965ba29-f4cc-4102-a64d-a54c04f0ac34} <Debug> TCPHandler: Processed in 0.001883345 sec.
16300 2025.01.02 23:44:57.479259 [ 265 ] {} <Trace> TCP-Session: 6f43191d-0400-4580-8a77-b1efdc47345d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16301 2025.01.02 23:44:57.479483 [ 265 ] {fe790db6-9e70-4d59-aa5e-3ce2f67e3441} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38742) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
16302 2025.01.02 23:44:57.479623 [ 265 ] {fe790db6-9e70-4d59-aa5e-3ce2f67e3441} <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
16303 2025.01.02 23:44:57.481094 [ 265 ] {fe790db6-9e70-4d59-aa5e-3ce2f67e3441} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16304 2025.01.02 23:44:57.481134 [ 265 ] {fe790db6-9e70-4d59-aa5e-3ce2f67e3441} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
16305 2025.01.02 23:44:57.481831 [ 265 ] {fe790db6-9e70-4d59-aa5e-3ce2f67e3441} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
16306 2025.01.02 23:44:57.482091 [ 265 ] {fe790db6-9e70-4d59-aa5e-3ce2f67e3441} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16307 2025.01.02 23:44:57.482346 [ 218 ] {} <Trace> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
16308 2025.01.02 23:44:57.482360 [ 265 ] {fe790db6-9e70-4d59-aa5e-3ce2f67e3441} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002931 sec., 13647.219379051518 rows/sec., 24.46 MiB/sec.
16309 2025.01.02 23:44:57.482389 [ 218 ] {} <Debug> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
16310 2025.01.02 23:44:57.482567 [ 265 ] {fe790db6-9e70-4d59-aa5e-3ce2f67e3441} <Debug> TCPHandler: Processed in 0.003420425 sec.
16311 2025.01.02 23:44:57.482787 [ 260 ] {} <Trace> TCP-Session: 356e7fc6-defb-4d7a-8fe9-f82009f845d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16312 2025.01.02 23:44:57.483128 [ 260 ] {4638fb7b-d398-42e9-9241-8f71ef2a6703} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58626) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
16313 2025.01.02 23:44:57.483182 [ 260 ] {4638fb7b-d398-42e9-9241-8f71ef2a6703} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
16314 2025.01.02 23:44:57.484239 [ 260 ] {4638fb7b-d398-42e9-9241-8f71ef2a6703} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16315 2025.01.02 23:44:57.484304 [ 260 ] {4638fb7b-d398-42e9-9241-8f71ef2a6703} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
16316 2025.01.02 23:44:57.485039 [ 260 ] {4638fb7b-d398-42e9-9241-8f71ef2a6703} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary)
16317 2025.01.02 23:44:57.485447 [ 260 ] {4638fb7b-d398-42e9-9241-8f71ef2a6703} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16318 2025.01.02 23:44:57.485657 [ 75 ] {} <Debug> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0
16319 2025.01.02 23:44:57.485752 [ 75 ] {} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16320 2025.01.02 23:44:57.485814 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
16321 2025.01.02 23:44:57.485883 [ 260 ] {4638fb7b-d398-42e9-9241-8f71ef2a6703} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002853 sec., 28741.67542937259 rows/sec., 1.83 MiB/sec.
16322 2025.01.02 23:44:57.486168 [ 260 ] {4638fb7b-d398-42e9-9241-8f71ef2a6703} <Debug> TCPHandler: Processed in 0.003485036 sec.
16323 2025.01.02 23:44:57.486234 [ 201 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full
16324 2025.01.02 23:44:57.486248 [ 218 ] {} <Debug> oximeter.measurements_histogramu64 (cc79507e-c368-4663-95ab-c05f18185f75): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
16325 2025.01.02 23:44:57.486644 [ 201 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16326 2025.01.02 23:44:57.486763 [ 201 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 8128 rows starting from the beginning of the part
16327 2025.01.02 23:44:57.487092 [ 201 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 82 rows starting from the beginning of the part
16328 2025.01.02 23:44:57.487434 [ 201 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 60 rows starting from the beginning of the part
16329 2025.01.02 23:44:57.487715 [ 201 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 82 rows starting from the beginning of the part
16330 2025.01.02 23:44:57.487974 [ 201 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 60 rows starting from the beginning of the part
16331 2025.01.02 23:44:57.488352 [ 201 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 82 rows starting from the beginning of the part
16332 2025.01.02 23:44:57.491230 [ 187 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8494 rows, containing 4 columns (4 merged, 0 gathered) in 0.005307849 sec., 1600271.5977790628 rows/sec., 104.23 MiB/sec.
16333 2025.01.02 23:44:57.491472 [ 195 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary)
16334 2025.01.02 23:44:57.491883 [ 195 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_126_25} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16335 2025.01.02 23:44:57.491992 [ 195 ] {f089096f-6d35-4156-ac8a-e10ac4715594::all_1_126_25} <Trace> oximeter.measurements_u64 (f089096f-6d35-4156-ac8a-e10ac4715594) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25
16336 2025.01.02 23:44:57.492097 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.55 MiB.
16337 2025.01.02 23:44:58.131107 [ 220 ] {} <Trace> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
16338 2025.01.02 23:44:58.131167 [ 220 ] {} <Debug> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
16339 2025.01.02 23:44:58.133807 [ 220 ] {} <Debug> oximeter.measurements_f64 (a02fc39e-5197-4fdd-be5d-e6cb08ebc14f): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
16340 2025.01.02 23:44:58.678174 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 664
16341 2025.01.02 23:44:58.703697 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16342 2025.01.02 23:44:58.703747 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
16343 2025.01.02 23:44:58.711225 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
16344 2025.01.02 23:44:58.712047 [ 243 ] {} <Trace> system.metric_log (31b60859-c590-4889-866a-026624596be5): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16345 2025.01.02 23:44:58.715603 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 664