Max level shown:
1 [ Jan 8 18:21:58 Enabled. ]
2 [ Jan 8 18:21:58 Rereading configuration. ]
3 [ Jan 8 18:22:00 Rereading configuration. ]
4 [ Jan 8 18:22:05 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 8 18:22:06 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.08 18:22:06.762953 [ 1 ] {} <Information> Application: Will watch for the process with pid 23027
29 2025.01.08 18:22:06.763485 [ 1 ] {} <Information> Application: Forked a child process to watch
30 2025.01.08 18:22:07.149504 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 23027
31 2025.01.08 18:22:07.150246 [ 1 ] {} <Information> Application: starting up
32 2025.01.08 18:22:07.150953 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc
33 2025.01.08 18:22:07.239049 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48.
34 2025.01.08 18:22:07.326081 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536
35 2025.01.08 18:22:07.326154 [ 1 ] {} <Debug> Application: Initializing DateLUT.
36 2025.01.08 18:22:07.326174 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'.
37 2025.01.08 18:22:07.326265 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it
38 2025.01.08 18:22:07.326823 [ 1 ] {} <Debug> Application: Initializing interserver credentials.
39 2025.01.08 18:22:07.328515 [ 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.08 18:22:07.329314 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration
43 2025.01.08 18:22:07.330138 [ 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.08 18:22:07.330159 [ 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.08 18:22:07.330175 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB
46 2025.01.08 18:22:07.330360 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads
47 2025.01.08 18:22:07.331478 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads
48 2025.01.08 18:22:07.337352 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads
49 2025.01.08 18:22:07.338053 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads
50 2025.01.08 18:22:07.339390 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again.
51 2025.01.08 18:22:07.339459 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration
52 2025.01.08 18:22:07.341025 [ 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.08 18:22:07.341498 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration
56 2025.01.08 18:22:07.345775 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration
57 2025.01.08 18:22:07.346474 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml
58 2025.01.08 18:22:07.348069 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin
59 2025.01.08 18:22:07.348518 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8
60 2025.01.08 18:22:07.348944 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8
61 2025.01.08 18:22:07.349325 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8
62 2025.01.08 18:22:07.350694 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds
63 2025.01.08 18:22:07.350721 [ 1 ] {} <Information> Application: Loading metadata from /data/
64 2025.01.08 18:22:07.350797 [ 108 ] {} <Debug> DNSResolver: Updating DNS cache
65 2025.01.08 18:22:07.350978 [ 108 ] {} <Debug> DNSResolver: Updated DNS cache
66 2025.01.08 18:22:07.386960 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total.
67 2025.01.08 18:22:07.386990 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000171504 sec
68 2025.01.08 18:22:07.387038 [ 1 ] {} <Trace> ReferentialDeps: No tables
69 2025.01.08 18:22:07.387056 [ 1 ] {} <Trace> LoadingDeps: No tables
70 2025.01.08 18:22:07.388170 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables.
71 2025.01.08 18:22:07.389169 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log
72 2025.01.08 18:22:07.402155 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config
73 2025.01.08 18:22:07.402201 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config
74 2025.01.08 18:22:07.402230 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config
75 2025.01.08 18:22:07.402244 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config
76 2025.01.08 18:22:07.402277 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config
77 2025.01.08 18:22:07.402297 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log
78 2025.01.08 18:22:07.404874 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config
79 2025.01.08 18:22:07.404919 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config
80 2025.01.08 18:22:07.404940 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log
81 2025.01.08 18:22:07.405121 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config
82 2025.01.08 18:22:07.405140 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config
83 2025.01.08 18:22:07.405175 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config
84 2025.01.08 18:22:07.405194 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config
85 2025.01.08 18:22:07.405207 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config
86 2025.01.08 18:22:07.405237 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config
87 2025.01.08 18:22:07.405254 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config
88 2025.01.08 18:22:07.431259 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal.
89 2025.01.08 18:22:07.446945 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total.
90 2025.01.08 18:22:07.446996 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 7.7502e-05 sec
91 2025.01.08 18:22:07.447020 [ 1 ] {} <Trace> ReferentialDeps: No tables
92 2025.01.08 18:22:07.447036 [ 1 ] {} <Trace> LoadingDeps: No tables
93 2025.01.08 18:22:07.447066 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables.
94 2025.01.08 18:22:07.447334 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/
95 2025.01.08 18:22:07.447400 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded
96 2025.01.08 18:22:07.447421 [ 1 ] {} <Debug> Application: Loaded metadata.
97 2025.01.08 18:22:07.447439 [ 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.08 18:22:07.447457 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled.
99 2025.01.08 18:22:07.453196 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again.
100 2025.01.08 18:22:07.453406 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 117.13 MiB (RSS), difference: 92.35 MiB
101 2025.01.08 18:22:07.453812 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.5421e-05 sec.
102 2025.01.08 18:22:07.454773 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123
103 2025.01.08 18:22:07.454862 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000
104 2025.01.08 18:22:07.454880 [ 1 ] {} <Information> Application: Ready for connections.
105 2025.01.08 18:22:07.700538 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:38542
106 2025.01.08 18:22:07.700782 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
107 2025.01.08 18:22:07.700836 [ 3 ] {} <Debug> TCP-Session: 74f816fd-f320-43a9-b136-ba06a504230d Authenticating user 'default' from [fd00:1122:3344:101::a]:38542
108 2025.01.08 18:22:07.700867 [ 3 ] {} <Debug> TCP-Session: 74f816fd-f320-43a9-b136-ba06a504230d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
109 2025.01.08 18:22:07.700889 [ 3 ] {} <Debug> TCP-Session: 74f816fd-f320-43a9-b136-ba06a504230d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
110 2025.01.08 18:22:07.700972 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
111 2025.01.08 18:22:07.701000 [ 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.08 18:22:07.701022 [ 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.08 18:22:07.701411 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:50258
114 2025.01.08 18:22:07.701540 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
115 2025.01.08 18:22:07.701574 [ 4 ] {} <Debug> TCP-Session: 77cfbb9d-e12f-4f08-a73f-f794d4204e9e Authenticating user 'default' from [fd00:1122:3344:101::a]:50258
116 2025.01.08 18:22:07.701600 [ 4 ] {} <Debug> TCP-Session: 77cfbb9d-e12f-4f08-a73f-f794d4204e9e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
117 2025.01.08 18:22:07.701632 [ 4 ] {} <Debug> TCP-Session: 77cfbb9d-e12f-4f08-a73f-f794d4204e9e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
118 2025.01.08 18:22:07.702181 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:51042
119 2025.01.08 18:22:07.702184 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:49841
120 2025.01.08 18:22:07.702233 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:48652
121 2025.01.08 18:22:07.702344 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
122 2025.01.08 18:22:07.702540 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:37567
123 2025.01.08 18:22:07.702606 [ 253 ] {} <Debug> TCP-Session: 7803e123-696f-44fa-a083-9710338c33fd Authenticating user 'default' from [fd00:1122:3344:101::a]:51042
124 2025.01.08 18:22:07.702618 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
125 2025.01.08 18:22:07.702625 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
126 2025.01.08 18:22:07.702737 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:63884
127 2025.01.08 18:22:07.702775 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
128 2025.01.08 18:22:07.702790 [ 5 ] {} <Debug> TCP-Session: e51728ec-136f-43da-ac6c-39e448834d70 Authenticating user 'default' from [fd00:1122:3344:101::a]:49841
129 2025.01.08 18:22:07.702787 [ 254 ] {} <Debug> TCP-Session: e7cef45f-3a00-490e-990c-e71d08d3c22b Authenticating user 'default' from [fd00:1122:3344:101::a]:48652
130 2025.01.08 18:22:07.702980 [ 254 ] {} <Debug> TCP-Session: e7cef45f-3a00-490e-990c-e71d08d3c22b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
131 2025.01.08 18:22:07.703020 [ 5 ] {} <Debug> TCP-Session: e51728ec-136f-43da-ac6c-39e448834d70 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
132 2025.01.08 18:22:07.703048 [ 255 ] {} <Debug> TCP-Session: 053ff305-6c20-401b-abfd-8fe1fe40e507 Authenticating user 'default' from [fd00:1122:3344:101::a]:37567
133 2025.01.08 18:22:07.703064 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:51133
134 2025.01.08 18:22:07.703093 [ 254 ] {} <Debug> TCP-Session: e7cef45f-3a00-490e-990c-e71d08d3c22b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
135 2025.01.08 18:22:07.703124 [ 5 ] {} <Debug> TCP-Session: e51728ec-136f-43da-ac6c-39e448834d70 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
136 2025.01.08 18:22:07.703106 [ 255 ] {} <Debug> TCP-Session: 053ff305-6c20-401b-abfd-8fe1fe40e507 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
137 2025.01.08 18:22:07.703038 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
138 2025.01.08 18:22:07.702936 [ 253 ] {} <Debug> TCP-Session: 7803e123-696f-44fa-a083-9710338c33fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
139 2025.01.08 18:22:07.703346 [ 253 ] {} <Debug> TCP-Session: 7803e123-696f-44fa-a083-9710338c33fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
140 2025.01.08 18:22:07.703393 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
141 2025.01.08 18:22:07.703448 [ 255 ] {} <Debug> TCP-Session: 053ff305-6c20-401b-abfd-8fe1fe40e507 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
142 2025.01.08 18:22:07.703496 [ 256 ] {} <Debug> TCP-Session: 5b208b66-9a56-4074-a48a-9699ac18b51e Authenticating user 'default' from [fd00:1122:3344:101::a]:63884
143 2025.01.08 18:22:07.703524 [ 257 ] {} <Debug> TCP-Session: abcb3c56-9ac3-49b9-9454-e0595054f582 Authenticating user 'default' from [fd00:1122:3344:101::a]:51133
144 2025.01.08 18:22:07.703578 [ 256 ] {} <Debug> TCP-Session: 5b208b66-9a56-4074-a48a-9699ac18b51e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
145 2025.01.08 18:22:07.703625 [ 257 ] {} <Debug> TCP-Session: abcb3c56-9ac3-49b9-9454-e0595054f582 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
146 2025.01.08 18:22:07.703633 [ 256 ] {} <Debug> TCP-Session: 5b208b66-9a56-4074-a48a-9699ac18b51e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
147 2025.01.08 18:22:07.703653 [ 257 ] {} <Debug> TCP-Session: abcb3c56-9ac3-49b9-9454-e0595054f582 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
148 2025.01.08 18:22:07.967620 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:43483
149 2025.01.08 18:22:07.967831 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
150 2025.01.08 18:22:07.967901 [ 258 ] {} <Debug> TCP-Session: 29048648-216e-4d22-91a9-1cd0a492a5a2 Authenticating user 'default' from [fd00:1122:3344:101::c]:43483
151 2025.01.08 18:22:07.967939 [ 258 ] {} <Debug> TCP-Session: 29048648-216e-4d22-91a9-1cd0a492a5a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
152 2025.01.08 18:22:07.967965 [ 258 ] {} <Debug> TCP-Session: 29048648-216e-4d22-91a9-1cd0a492a5a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
153 2025.01.08 18:22:07.968079 [ 258 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
154 2025.01.08 18:22:07.968125 [ 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.08 18:22:07.968173 [ 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.08 18:22:07.968631 [ 260 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:36916
157 2025.01.08 18:22:07.968640 [ 259 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:49987
158 2025.01.08 18:22:07.968920 [ 260 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
159 2025.01.08 18:22:07.968937 [ 259 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
160 2025.01.08 18:22:07.968967 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:49683
161 2025.01.08 18:22:07.968985 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:44182
162 2025.01.08 18:22:07.969026 [ 259 ] {} <Debug> TCP-Session: 187942ff-a13d-48ba-8d71-5a5b54faa7e2 Authenticating user 'default' from [fd00:1122:3344:101::c]:49987
163 2025.01.08 18:22:07.969003 [ 260 ] {} <Debug> TCP-Session: 7cb4a36f-e331-484e-b14b-24649f20c9dc Authenticating user 'default' from [fd00:1122:3344:101::c]:36916
164 2025.01.08 18:22:07.969144 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:54491
165 2025.01.08 18:22:07.969275 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:57508
166 2025.01.08 18:22:07.969503 [ 260 ] {} <Debug> TCP-Session: 7cb4a36f-e331-484e-b14b-24649f20c9dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
167 2025.01.08 18:22:07.969482 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
168 2025.01.08 18:22:07.969506 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:50675
169 2025.01.08 18:22:07.969655 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
170 2025.01.08 18:22:07.969658 [ 259 ] {} <Debug> TCP-Session: 187942ff-a13d-48ba-8d71-5a5b54faa7e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
171 2025.01.08 18:22:07.969738 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
172 2025.01.08 18:22:07.969647 [ 260 ] {} <Debug> TCP-Session: 7cb4a36f-e331-484e-b14b-24649f20c9dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
173 2025.01.08 18:22:07.969190 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
174 2025.01.08 18:22:07.969733 [ 261 ] {} <Debug> TCP-Session: f00e7b15-3c5d-4370-b886-338c1af4deb7 Authenticating user 'default' from [fd00:1122:3344:101::c]:44182
175 2025.01.08 18:22:07.969949 [ 263 ] {} <Debug> TCP-Session: 5b78a74e-3c51-4aff-816b-5e04ab389739 Authenticating user 'default' from [fd00:1122:3344:101::c]:54491
176 2025.01.08 18:22:07.969956 [ 264 ] {} <Debug> TCP-Session: a601964e-e000-4421-afca-7e78d0c722b7 Authenticating user 'default' from [fd00:1122:3344:101::c]:57508
177 2025.01.08 18:22:07.969983 [ 259 ] {} <Debug> TCP-Session: 187942ff-a13d-48ba-8d71-5a5b54faa7e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
178 2025.01.08 18:22:07.969980 [ 262 ] {} <Debug> TCP-Session: 6fa266bb-1414-4305-86b1-89b28a4e3e56 Authenticating user 'default' from [fd00:1122:3344:101::c]:49683
179 2025.01.08 18:22:07.970017 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
180 2025.01.08 18:22:07.970090 [ 263 ] {} <Debug> TCP-Session: 5b78a74e-3c51-4aff-816b-5e04ab389739 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
181 2025.01.08 18:22:07.970151 [ 264 ] {} <Debug> TCP-Session: a601964e-e000-4421-afca-7e78d0c722b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
182 2025.01.08 18:22:07.970166 [ 262 ] {} <Debug> TCP-Session: 6fa266bb-1414-4305-86b1-89b28a4e3e56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
183 2025.01.08 18:22:07.970199 [ 263 ] {} <Debug> TCP-Session: 5b78a74e-3c51-4aff-816b-5e04ab389739 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
184 2025.01.08 18:22:07.970255 [ 264 ] {} <Debug> TCP-Session: a601964e-e000-4421-afca-7e78d0c722b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
185 2025.01.08 18:22:07.970259 [ 261 ] {} <Debug> TCP-Session: f00e7b15-3c5d-4370-b886-338c1af4deb7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
186 2025.01.08 18:22:07.970273 [ 265 ] {} <Debug> TCP-Session: 82f4e0cf-00bc-40ba-a4b0-2ebead0f72b7 Authenticating user 'default' from [fd00:1122:3344:101::c]:50675
187 2025.01.08 18:22:07.970293 [ 262 ] {} <Debug> TCP-Session: 6fa266bb-1414-4305-86b1-89b28a4e3e56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
188 2025.01.08 18:22:07.970383 [ 265 ] {} <Debug> TCP-Session: 82f4e0cf-00bc-40ba-a4b0-2ebead0f72b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
189 2025.01.08 18:22:07.970453 [ 265 ] {} <Debug> TCP-Session: 82f4e0cf-00bc-40ba-a4b0-2ebead0f72b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
190 2025.01.08 18:22:07.970466 [ 261 ] {} <Debug> TCP-Session: f00e7b15-3c5d-4370-b886-338c1af4deb7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
191 2025.01.08 18:22:08.000159 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 117.23 MiB, peak 117.23 MiB, free memory in arenas 0.00 B, will set to 119.93 MiB (RSS), difference: 2.70 MiB
192 2025.01.08 18:22:08.313444 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42809
193 2025.01.08 18:22:08.313651 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
194 2025.01.08 18:22:08.313696 [ 266 ] {} <Debug> TCP-Session: 003790b1-0c03-4e55-9c5f-be09d06c063c Authenticating user 'default' from [fd00:1122:3344:101::e]:42809
195 2025.01.08 18:22:08.313726 [ 266 ] {} <Debug> TCP-Session: 003790b1-0c03-4e55-9c5f-be09d06c063c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
196 2025.01.08 18:22:08.313744 [ 266 ] {} <Debug> TCP-Session: 003790b1-0c03-4e55-9c5f-be09d06c063c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
197 2025.01.08 18:22:08.313835 [ 266 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
198 2025.01.08 18:22:08.313866 [ 266 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
199 2025.01.08 18:22:08.313899 [ 266 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
200 2025.01.08 18:22:08.316753 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51212
201 2025.01.08 18:22:08.316943 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
202 2025.01.08 18:22:08.316965 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33798
203 2025.01.08 18:22:08.316993 [ 267 ] {} <Debug> TCP-Session: 4d50fade-1461-44ab-aaa2-6f88e4e43d8f Authenticating user 'default' from [fd00:1122:3344:101::e]:51212
204 2025.01.08 18:22:08.316974 [ 268 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35404
205 2025.01.08 18:22:08.317135 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59050
206 2025.01.08 18:22:08.317160 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
207 2025.01.08 18:22:08.317162 [ 267 ] {} <Debug> TCP-Session: 4d50fade-1461-44ab-aaa2-6f88e4e43d8f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
208 2025.01.08 18:22:08.317327 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65127
209 2025.01.08 18:22:08.317408 [ 269 ] {} <Debug> TCP-Session: 3505069c-470a-4115-8b0b-6865c9ab6c51 Authenticating user 'default' from [fd00:1122:3344:101::e]:33798
210 2025.01.08 18:22:08.317498 [ 267 ] {} <Debug> TCP-Session: 4d50fade-1461-44ab-aaa2-6f88e4e43d8f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
211 2025.01.08 18:22:08.317549 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47242
212 2025.01.08 18:22:08.317629 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
213 2025.01.08 18:22:08.317674 [ 269 ] {} <Debug> TCP-Session: 3505069c-470a-4115-8b0b-6865c9ab6c51 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
214 2025.01.08 18:22:08.317419 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
215 2025.01.08 18:22:08.317823 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60505
216 2025.01.08 18:22:08.317875 [ 268 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
217 2025.01.08 18:22:08.318012 [ 269 ] {} <Debug> TCP-Session: 3505069c-470a-4115-8b0b-6865c9ab6c51 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
218 2025.01.08 18:22:08.318018 [ 271 ] {} <Debug> TCP-Session: 97512abf-b7ea-4b1e-890e-dbb720a066bb Authenticating user 'default' from [fd00:1122:3344:101::e]:65127
219 2025.01.08 18:22:08.318119 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
220 2025.01.08 18:22:08.318234 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
221 2025.01.08 18:22:08.318285 [ 271 ] {} <Debug> TCP-Session: 97512abf-b7ea-4b1e-890e-dbb720a066bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
222 2025.01.08 18:22:08.318324 [ 270 ] {} <Debug> TCP-Session: 68775d1f-b440-472f-92b1-c11a7921af33 Authenticating user 'default' from [fd00:1122:3344:101::e]:59050
223 2025.01.08 18:22:08.318332 [ 273 ] {} <Debug> TCP-Session: 6b9398a4-00de-4302-b19e-bf471acbe691 Authenticating user 'default' from [fd00:1122:3344:101::e]:60505
224 2025.01.08 18:22:08.318369 [ 271 ] {} <Debug> TCP-Session: 97512abf-b7ea-4b1e-890e-dbb720a066bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
225 2025.01.08 18:22:08.318353 [ 272 ] {} <Debug> TCP-Session: 509f7cae-70c2-45ae-ac86-f3b9d53cfc7f Authenticating user 'default' from [fd00:1122:3344:101::e]:47242
226 2025.01.08 18:22:08.318405 [ 270 ] {} <Debug> TCP-Session: 68775d1f-b440-472f-92b1-c11a7921af33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
227 2025.01.08 18:22:08.318473 [ 268 ] {} <Debug> TCP-Session: b62d4557-29a4-4bea-878e-009192c954fe Authenticating user 'default' from [fd00:1122:3344:101::e]:35404
228 2025.01.08 18:22:08.318490 [ 272 ] {} <Debug> TCP-Session: 509f7cae-70c2-45ae-ac86-f3b9d53cfc7f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
229 2025.01.08 18:22:08.318426 [ 273 ] {} <Debug> TCP-Session: 6b9398a4-00de-4302-b19e-bf471acbe691 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
230 2025.01.08 18:22:08.318523 [ 270 ] {} <Debug> TCP-Session: 68775d1f-b440-472f-92b1-c11a7921af33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
231 2025.01.08 18:22:08.318574 [ 273 ] {} <Debug> TCP-Session: 6b9398a4-00de-4302-b19e-bf471acbe691 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
232 2025.01.08 18:22:08.318591 [ 272 ] {} <Debug> TCP-Session: 509f7cae-70c2-45ae-ac86-f3b9d53cfc7f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
233 2025.01.08 18:22:08.318657 [ 268 ] {} <Debug> TCP-Session: b62d4557-29a4-4bea-878e-009192c954fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
234 2025.01.08 18:22:08.318759 [ 268 ] {} <Debug> TCP-Session: b62d4557-29a4-4bea-878e-009192c954fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
235 2025.01.08 18:22:08.360903 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:54101
236 2025.01.08 18:22:08.361070 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
237 2025.01.08 18:22:08.361122 [ 274 ] {} <Debug> TCP-Session: 2b5d9a4e-41a3-47c3-b6f3-1994a5b6ad6f Authenticating user 'default' from [fd00:1122:3344:101::b]:54101
238 2025.01.08 18:22:08.361144 [ 274 ] {} <Debug> TCP-Session: 2b5d9a4e-41a3-47c3-b6f3-1994a5b6ad6f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
239 2025.01.08 18:22:08.361160 [ 274 ] {} <Debug> TCP-Session: 2b5d9a4e-41a3-47c3-b6f3-1994a5b6ad6f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
240 2025.01.08 18:22:08.361242 [ 274 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
241 2025.01.08 18:22:08.361274 [ 274 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
242 2025.01.08 18:22:08.361306 [ 274 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
243 2025.01.08 18:22:08.361680 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:48631
244 2025.01.08 18:22:08.361854 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:45809
245 2025.01.08 18:22:08.361863 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
246 2025.01.08 18:22:08.361933 [ 275 ] {} <Debug> TCP-Session: 5fcc9610-731c-4400-8300-42e717039491 Authenticating user 'default' from [fd00:1122:3344:101::b]:48631
247 2025.01.08 18:22:08.362035 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:56763
248 2025.01.08 18:22:08.362124 [ 275 ] {} <Debug> TCP-Session: 5fcc9610-731c-4400-8300-42e717039491 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
249 2025.01.08 18:22:08.362133 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
250 2025.01.08 18:22:08.362148 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:40832
251 2025.01.08 18:22:08.362168 [ 275 ] {} <Debug> TCP-Session: 5fcc9610-731c-4400-8300-42e717039491 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
252 2025.01.08 18:22:08.362231 [ 276 ] {} <Debug> TCP-Session: 0e36c9d1-3952-4099-9301-2b1a4910695a Authenticating user 'default' from [fd00:1122:3344:101::b]:45809
253 2025.01.08 18:22:08.362496 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:55018
254 2025.01.08 18:22:08.362511 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
255 2025.01.08 18:22:08.362537 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
256 2025.01.08 18:22:08.362574 [ 276 ] {} <Debug> TCP-Session: 0e36c9d1-3952-4099-9301-2b1a4910695a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
257 2025.01.08 18:22:08.362601 [ 278 ] {} <Debug> TCP-Session: 9d2ab577-f059-4503-9809-813792967a42 Authenticating user 'default' from [fd00:1122:3344:101::b]:40832
258 2025.01.08 18:22:08.362834 [ 276 ] {} <Debug> TCP-Session: 0e36c9d1-3952-4099-9301-2b1a4910695a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
259 2025.01.08 18:22:08.362842 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
260 2025.01.08 18:22:08.362875 [ 278 ] {} <Debug> TCP-Session: 9d2ab577-f059-4503-9809-813792967a42 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
261 2025.01.08 18:22:08.362863 [ 277 ] {} <Debug> TCP-Session: fd903eb8-7a9b-492e-8018-6c947b170bdb Authenticating user 'default' from [fd00:1122:3344:101::b]:56763
262 2025.01.08 18:22:08.362820 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:63049
263 2025.01.08 18:22:08.363001 [ 277 ] {} <Debug> TCP-Session: fd903eb8-7a9b-492e-8018-6c947b170bdb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
264 2025.01.08 18:22:08.363121 [ 278 ] {} <Debug> TCP-Session: 9d2ab577-f059-4503-9809-813792967a42 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
265 2025.01.08 18:22:08.363115 [ 277 ] {} <Debug> TCP-Session: fd903eb8-7a9b-492e-8018-6c947b170bdb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
266 2025.01.08 18:22:08.363249 [ 279 ] {} <Debug> TCP-Session: ec4cfb19-b82a-430e-b5b5-68ed42350512 Authenticating user 'default' from [fd00:1122:3344:101::b]:55018
267 2025.01.08 18:22:08.363189 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
268 2025.01.08 18:22:08.363260 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:38993
269 2025.01.08 18:22:08.363336 [ 280 ] {} <Debug> TCP-Session: 0eebfdb8-c251-469b-a79e-7c1882082501 Authenticating user 'default' from [fd00:1122:3344:101::b]:63049
270 2025.01.08 18:22:08.363405 [ 279 ] {} <Debug> TCP-Session: ec4cfb19-b82a-430e-b5b5-68ed42350512 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
271 2025.01.08 18:22:08.363417 [ 280 ] {} <Debug> TCP-Session: 0eebfdb8-c251-469b-a79e-7c1882082501 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
272 2025.01.08 18:22:08.363565 [ 279 ] {} <Debug> TCP-Session: ec4cfb19-b82a-430e-b5b5-68ed42350512 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
273 2025.01.08 18:22:08.363575 [ 280 ] {} <Debug> TCP-Session: 0eebfdb8-c251-469b-a79e-7c1882082501 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
274 2025.01.08 18:22:08.363586 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
275 2025.01.08 18:22:08.363708 [ 281 ] {} <Debug> TCP-Session: cfe49041-40a2-4032-b52e-58d78c63a869 Authenticating user 'default' from [fd00:1122:3344:101::b]:38993
276 2025.01.08 18:22:08.363736 [ 281 ] {} <Debug> TCP-Session: cfe49041-40a2-4032-b52e-58d78c63a869 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
277 2025.01.08 18:22:08.363763 [ 281 ] {} <Debug> TCP-Session: cfe49041-40a2-4032-b52e-58d78c63a869 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
278 2025.01.08 18:22:08.724362 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:54030
279 2025.01.08 18:22:08.724519 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
280 2025.01.08 18:22:08.724549 [ 282 ] {} <Debug> TCP-Session: 91cd5179-36c3-4aff-8f92-2b7c650bc977 Authenticating user 'default' from [fd00:1122:3344:101::d]:54030
281 2025.01.08 18:22:08.724590 [ 282 ] {} <Debug> TCP-Session: 91cd5179-36c3-4aff-8f92-2b7c650bc977 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
282 2025.01.08 18:22:08.724604 [ 282 ] {} <Debug> TCP-Session: 91cd5179-36c3-4aff-8f92-2b7c650bc977 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
283 2025.01.08 18:22:08.724672 [ 282 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
284 2025.01.08 18:22:08.724712 [ 282 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
285 2025.01.08 18:22:08.724729 [ 282 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
286 2025.01.08 18:22:08.725176 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:63720
287 2025.01.08 18:22:08.725352 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
288 2025.01.08 18:22:08.725348 [ 284 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:38867
289 2025.01.08 18:22:08.725410 [ 283 ] {} <Debug> TCP-Session: a168ba2a-aa76-4658-be9b-e1c258d18401 Authenticating user 'default' from [fd00:1122:3344:101::d]:63720
290 2025.01.08 18:22:08.725442 [ 285 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:59784
291 2025.01.08 18:22:08.725451 [ 283 ] {} <Debug> TCP-Session: a168ba2a-aa76-4658-be9b-e1c258d18401 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
292 2025.01.08 18:22:08.725771 [ 283 ] {} <Debug> TCP-Session: a168ba2a-aa76-4658-be9b-e1c258d18401 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
293 2025.01.08 18:22:08.725794 [ 285 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
294 2025.01.08 18:22:08.725793 [ 284 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
295 2025.01.08 18:22:08.725838 [ 286 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:38371
296 2025.01.08 18:22:08.725871 [ 285 ] {} <Debug> TCP-Session: c24559fc-39df-4d1c-8544-a00574a7ab1a Authenticating user 'default' from [fd00:1122:3344:101::d]:59784
297 2025.01.08 18:22:08.725925 [ 287 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:38502
298 2025.01.08 18:22:08.725977 [ 285 ] {} <Debug> TCP-Session: c24559fc-39df-4d1c-8544-a00574a7ab1a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
299 2025.01.08 18:22:08.725993 [ 284 ] {} <Debug> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Authenticating user 'default' from [fd00:1122:3344:101::d]:38867
300 2025.01.08 18:22:08.727079 [ 288 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:47710
301 2025.01.08 18:22:08.727082 [ 287 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
302 2025.01.08 18:22:08.727132 [ 285 ] {} <Debug> TCP-Session: c24559fc-39df-4d1c-8544-a00574a7ab1a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
303 2025.01.08 18:22:08.727112 [ 284 ] {} <Debug> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
304 2025.01.08 18:22:08.727060 [ 286 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
305 2025.01.08 18:22:08.727847 [ 289 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:61684
306 2025.01.08 18:22:08.727833 [ 287 ] {} <Debug> TCP-Session: f656b1ea-b08d-4729-87a6-5f01e49d3a9d Authenticating user 'default' from [fd00:1122:3344:101::d]:38502
307 2025.01.08 18:22:08.727886 [ 282 ] {} <Trace> TCP-Session: 91cd5179-36c3-4aff-8f92-2b7c650bc977 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
308 2025.01.08 18:22:08.727925 [ 288 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
309 2025.01.08 18:22:08.728060 [ 290 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:52665
310 2025.01.08 18:22:08.728080 [ 289 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
311 2025.01.08 18:22:08.728087 [ 284 ] {} <Debug> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
312 2025.01.08 18:22:08.728182 [ 288 ] {} <Debug> TCP-Session: d219d87b-2d87-4694-a0a5-3b6166ba6b0e Authenticating user 'default' from [fd00:1122:3344:101::d]:47710
313 2025.01.08 18:22:08.728180 [ 286 ] {} <Debug> TCP-Session: 8b74c3bb-2785-4d7a-8e71-e916e5a5d3ef Authenticating user 'default' from [fd00:1122:3344:101::d]:38371
314 2025.01.08 18:22:08.728379 [ 289 ] {} <Debug> TCP-Session: d533198a-aa95-4eb2-b6fc-17a016ebe807 Authenticating user 'default' from [fd00:1122:3344:101::d]:61684
315 2025.01.08 18:22:08.728398 [ 287 ] {} <Debug> TCP-Session: f656b1ea-b08d-4729-87a6-5f01e49d3a9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
316 2025.01.08 18:22:08.728452 [ 288 ] {} <Debug> TCP-Session: d219d87b-2d87-4694-a0a5-3b6166ba6b0e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
317 2025.01.08 18:22:08.728453 [ 290 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
318 2025.01.08 18:22:08.728482 [ 289 ] {} <Debug> TCP-Session: d533198a-aa95-4eb2-b6fc-17a016ebe807 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
319 2025.01.08 18:22:08.728502 [ 287 ] {} <Debug> TCP-Session: f656b1ea-b08d-4729-87a6-5f01e49d3a9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
320 2025.01.08 18:22:08.728529 [ 288 ] {} <Debug> TCP-Session: d219d87b-2d87-4694-a0a5-3b6166ba6b0e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
321 2025.01.08 18:22:08.728442 [ 286 ] {} <Debug> TCP-Session: 8b74c3bb-2785-4d7a-8e71-e916e5a5d3ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
322 2025.01.08 18:22:08.728608 [ 289 ] {} <Debug> TCP-Session: d533198a-aa95-4eb2-b6fc-17a016ebe807 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
323 2025.01.08 18:22:08.728619 [ 290 ] {} <Debug> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Authenticating user 'default' from [fd00:1122:3344:101::d]:52665
324 2025.01.08 18:22:08.728693 [ 286 ] {} <Debug> TCP-Session: 8b74c3bb-2785-4d7a-8e71-e916e5a5d3ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
325 2025.01.08 18:22:08.729320 [ 290 ] {} <Debug> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
326 2025.01.08 18:22:08.729343 [ 290 ] {} <Debug> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
327 2025.01.08 18:22:08.731703 [ 282 ] {f1927213-73a4-46c4-9166-6b1f04cd77a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54030) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete)
328 2025.01.08 18:22:08.786085 [ 282 ] {f1927213-73a4-46c4-9166-6b1f04cd77a5} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:54030) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below):
329 
330 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
331 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
332 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse
333 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
334 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
335 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
336 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse
337 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse
338 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse
339 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse
340 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse
341 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
342 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
343 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse
344 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
345 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
346 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
347 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
348 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
349 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
350 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
351 
352 2025.01.08 18:22:08.787352 [ 282 ] {f1927213-73a4-46c4-9166-6b1f04cd77a5} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below):
353 
354 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
355 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
356 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse
357 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
358 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
359 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
360 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse
361 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse
362 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse
363 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse
364 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse
365 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
366 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
367 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse
368 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
369 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
370 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
371 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
372 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
373 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
374 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
375 
376 2025.01.08 18:22:08.787454 [ 282 ] {f1927213-73a4-46c4-9166-6b1f04cd77a5} <Debug> TCPHandler: Processed in 0.061562397 sec.
377 2025.01.08 18:22:08.787865 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
378 2025.01.08 18:22:08.788115 [ 284 ] {0a8122c8-a98e-4d9d-a46c-c023bd3dd535} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete)
379 2025.01.08 18:22:08.788466 [ 284 ] {0a8122c8-a98e-4d9d-a46c-c023bd3dd535} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:38867) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below):
380 
381 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
382 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
383 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse
384 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
385 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
386 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
387 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse
388 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse
389 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse
390 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse
391 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse
392 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
393 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
394 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse
395 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
396 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
397 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
398 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
399 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
400 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
401 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
402 
403 2025.01.08 18:22:08.788628 [ 284 ] {0a8122c8-a98e-4d9d-a46c-c023bd3dd535} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below):
404 
405 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
406 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
407 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse
408 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
409 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
410 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
411 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse
412 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse
413 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse
414 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse
415 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse
416 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
417 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
418 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse
419 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
420 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
421 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
422 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
423 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
424 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
425 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
426 
427 2025.01.08 18:22:08.788722 [ 284 ] {0a8122c8-a98e-4d9d-a46c-c023bd3dd535} <Debug> TCPHandler: Processed in 0.001032887 sec.
428 2025.01.08 18:22:08.789023 [ 282 ] {} <Trace> TCP-Session: 91cd5179-36c3-4aff-8f92-2b7c650bc977 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
429 2025.01.08 18:22:08.790425 [ 282 ] {d18581af-6371-4e75-80ae-eb31376aa87f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54030) DROP DATABASE IF EXISTS oximeter (stage: Complete)
430 2025.01.08 18:22:08.791051 [ 282 ] {d18581af-6371-4e75-80ae-eb31376aa87f} <Debug> TCPHandler: Processed in 0.002139706 sec.
431 2025.01.08 18:22:08.791303 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
432 2025.01.08 18:22:08.791530 [ 284 ] {797ab2d9-c186-4d6c-b72f-1d1d972f7921} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete)
433 2025.01.08 18:22:08.791715 [ 284 ] {797ab2d9-c186-4d6c-b72f-1d1d972f7921} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.*
434 2025.01.08 18:22:08.828452 [ 284 ] {797ab2d9-c186-4d6c-b72f-1d1d972f7921} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total.
435 2025.01.08 18:22:08.828494 [ 284 ] {797ab2d9-c186-4d6c-b72f-1d1d972f7921} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 7.6242e-05 sec
436 2025.01.08 18:22:08.828509 [ 284 ] {797ab2d9-c186-4d6c-b72f-1d1d972f7921} <Trace> ReferentialDeps: No tables
437 2025.01.08 18:22:08.828521 [ 284 ] {797ab2d9-c186-4d6c-b72f-1d1d972f7921} <Trace> LoadingDeps: No tables
438 2025.01.08 18:22:08.828543 [ 284 ] {797ab2d9-c186-4d6c-b72f-1d1d972f7921} <Information> DatabaseAtomic (oximeter): Starting up tables.
439 2025.01.08 18:22:08.828630 [ 284 ] {797ab2d9-c186-4d6c-b72f-1d1d972f7921} <Debug> TCPHandler: Processed in 0.037442108 sec.
440 2025.01.08 18:22:08.828849 [ 282 ] {} <Trace> TCP-Session: 91cd5179-36c3-4aff-8f92-2b7c650bc977 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
441 2025.01.08 18:22:08.829059 [ 282 ] {dfe75e30-16df-4d6f-af00-4867e5a42cb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54030) /* The version table contains metadata about the `oximeter` database */
442 CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete)
443 2025.01.08 18:22:08.829143 [ 282 ] {dfe75e30-16df-4d6f-af00-4867e5a42cb0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version
444 2025.01.08 18:22:08.836207 [ 282 ] {dfe75e30-16df-4d6f-af00-4867e5a42cb0} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1
445 2025.01.08 18:22:08.863885 [ 282 ] {dfe75e30-16df-4d6f-af00-4867e5a42cb0} <Debug> oximeter.version (56613a3c-2b7c-4a4c-bfd1-b5ec111a31ff): Loading data parts
446 2025.01.08 18:22:08.864419 [ 282 ] {dfe75e30-16df-4d6f-af00-4867e5a42cb0} <Debug> oximeter.version (56613a3c-2b7c-4a4c-bfd1-b5ec111a31ff): There are no data parts
447 2025.01.08 18:22:08.898541 [ 282 ] {dfe75e30-16df-4d6f-af00-4867e5a42cb0} <Debug> TCPHandler: Processed in 0.069760311 sec.
448 2025.01.08 18:22:08.898821 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
449 2025.01.08 18:22:08.899163 [ 284 ] {ed2d4e13-5644-459d-bde5-ab161c6f5dd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) /* The measurement tables contain all individual samples from each timeseries.
450 *
451 * Each table stores a single datum type, and otherwise contains nearly the same
452 * structure. The primary sorting key is on the timeseries name, key, and then
453 * timestamp, so that all timeseries from the same schema are grouped, followed
454 * by all samples from the same timeseries.
455 *
456 * This reflects that one usually looks up the _key_ in one or more field table,
457 * and then uses that to index quickly into the measurements tables.
458 */
459 CREATE TABLE IF NOT EXISTS oximeter.measurements_bool ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Bool) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
460 2025.01.08 18:22:08.899263 [ 284 ] {ed2d4e13-5644-459d-bde5-ab161c6f5dd9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool
461 2025.01.08 18:22:08.932855 [ 284 ] {ed2d4e13-5644-459d-bde5-ab161c6f5dd9} <Debug> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Loading data parts
462 2025.01.08 18:22:08.933130 [ 284 ] {ed2d4e13-5644-459d-bde5-ab161c6f5dd9} <Debug> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): There are no data parts
463 2025.01.08 18:22:08.970610 [ 284 ] {ed2d4e13-5644-459d-bde5-ab161c6f5dd9} <Debug> TCPHandler: Processed in 0.071892387 sec.
464 2025.01.08 18:22:08.970927 [ 282 ] {} <Trace> TCP-Session: 91cd5179-36c3-4aff-8f92-2b7c650bc977 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
465 2025.01.08 18:22:08.971218 [ 282 ] {524d1a48-ab9a-4c76-a05a-ebb06308d990} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54030) CREATE TABLE IF NOT EXISTS oximeter.measurements_i8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
466 2025.01.08 18:22:08.971303 [ 282 ] {524d1a48-ab9a-4c76-a05a-ebb06308d990} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8
467 2025.01.08 18:22:08.994026 [ 282 ] {524d1a48-ab9a-4c76-a05a-ebb06308d990} <Debug> oximeter.measurements_i8 (3ffe6555-573a-4bc6-ac8e-412941465f8a): Loading data parts
468 2025.01.08 18:22:08.994224 [ 282 ] {524d1a48-ab9a-4c76-a05a-ebb06308d990} <Debug> oximeter.measurements_i8 (3ffe6555-573a-4bc6-ac8e-412941465f8a): There are no data parts
469 2025.01.08 18:22:09.000159 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 124.34 MiB, peak 124.34 MiB, free memory in arenas 0.00 B, will set to 134.67 MiB (RSS), difference: 10.32 MiB
470 2025.01.08 18:22:09.018589 [ 282 ] {524d1a48-ab9a-4c76-a05a-ebb06308d990} <Debug> TCPHandler: Processed in 0.047768497 sec.
471 2025.01.08 18:22:09.018877 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
472 2025.01.08 18:22:09.019149 [ 284 ] {0127f883-abd0-401b-87b2-bbc98ae48130} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) 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)
473 2025.01.08 18:22:09.019246 [ 284 ] {0127f883-abd0-401b-87b2-bbc98ae48130} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8
474 2025.01.08 18:22:09.069274 [ 284 ] {0127f883-abd0-401b-87b2-bbc98ae48130} <Debug> oximeter.measurements_u8 (107e834f-fda2-44c5-803a-87a772dcfb47): Loading data parts
475 2025.01.08 18:22:09.069531 [ 284 ] {0127f883-abd0-401b-87b2-bbc98ae48130} <Debug> oximeter.measurements_u8 (107e834f-fda2-44c5-803a-87a772dcfb47): There are no data parts
476 2025.01.08 18:22:09.104337 [ 284 ] {0127f883-abd0-401b-87b2-bbc98ae48130} <Debug> TCPHandler: Processed in 0.085568525 sec.
477 2025.01.08 18:22:09.104607 [ 282 ] {} <Trace> TCP-Session: 91cd5179-36c3-4aff-8f92-2b7c650bc977 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
478 2025.01.08 18:22:09.104929 [ 282 ] {8a9879c0-5359-45b3-b7ac-fd5823ee1df7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54030) 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)
479 2025.01.08 18:22:09.105023 [ 282 ] {8a9879c0-5359-45b3-b7ac-fd5823ee1df7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16
480 2025.01.08 18:22:09.116307 [ 282 ] {8a9879c0-5359-45b3-b7ac-fd5823ee1df7} <Debug> oximeter.measurements_i16 (9f7642b3-17ee-4717-8db2-a1d5c7a0a10f): Loading data parts
481 2025.01.08 18:22:09.116463 [ 282 ] {8a9879c0-5359-45b3-b7ac-fd5823ee1df7} <Debug> oximeter.measurements_i16 (9f7642b3-17ee-4717-8db2-a1d5c7a0a10f): There are no data parts
482 2025.01.08 18:22:09.121216 [ 282 ] {8a9879c0-5359-45b3-b7ac-fd5823ee1df7} <Debug> TCPHandler: Processed in 0.016710906 sec.
483 2025.01.08 18:22:09.121456 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
484 2025.01.08 18:22:09.121688 [ 284 ] {0a03adda-d071-4ff4-91bb-8e3ab2c72ab9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) 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)
485 2025.01.08 18:22:09.121786 [ 284 ] {0a03adda-d071-4ff4-91bb-8e3ab2c72ab9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16
486 2025.01.08 18:22:09.140735 [ 284 ] {0a03adda-d071-4ff4-91bb-8e3ab2c72ab9} <Debug> oximeter.measurements_u16 (8ce25790-8261-4130-a6bc-543285e088e1): Loading data parts
487 2025.01.08 18:22:09.140973 [ 284 ] {0a03adda-d071-4ff4-91bb-8e3ab2c72ab9} <Debug> oximeter.measurements_u16 (8ce25790-8261-4130-a6bc-543285e088e1): There are no data parts
488 2025.01.08 18:22:09.155594 [ 284 ] {0a03adda-d071-4ff4-91bb-8e3ab2c72ab9} <Debug> TCPHandler: Processed in 0.034209463 sec.
489 2025.01.08 18:22:09.155811 [ 282 ] {} <Trace> TCP-Session: 91cd5179-36c3-4aff-8f92-2b7c650bc977 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
490 2025.01.08 18:22:09.156092 [ 282 ] {f61c1478-5ce7-4a20-9faf-89e701e89d3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54030) 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)
491 2025.01.08 18:22:09.156174 [ 282 ] {f61c1478-5ce7-4a20-9faf-89e701e89d3c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32
492 2025.01.08 18:22:09.169157 [ 282 ] {f61c1478-5ce7-4a20-9faf-89e701e89d3c} <Debug> oximeter.measurements_i32 (bb15e5c6-47bd-441a-b966-2e50b0ce3998): Loading data parts
493 2025.01.08 18:22:09.169410 [ 282 ] {f61c1478-5ce7-4a20-9faf-89e701e89d3c} <Debug> oximeter.measurements_i32 (bb15e5c6-47bd-441a-b966-2e50b0ce3998): There are no data parts
494 2025.01.08 18:22:09.180564 [ 282 ] {f61c1478-5ce7-4a20-9faf-89e701e89d3c} <Debug> TCPHandler: Processed in 0.024815238 sec.
495 2025.01.08 18:22:09.180796 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
496 2025.01.08 18:22:09.181040 [ 284 ] {8e6d42ae-15f6-47da-b8c7-d5d54cbdfb87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) 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)
497 2025.01.08 18:22:09.181141 [ 284 ] {8e6d42ae-15f6-47da-b8c7-d5d54cbdfb87} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32
498 2025.01.08 18:22:09.193968 [ 284 ] {8e6d42ae-15f6-47da-b8c7-d5d54cbdfb87} <Debug> oximeter.measurements_u32 (b866daea-4175-4037-bad9-3bfe2f5b485e): Loading data parts
499 2025.01.08 18:22:09.194178 [ 284 ] {8e6d42ae-15f6-47da-b8c7-d5d54cbdfb87} <Debug> oximeter.measurements_u32 (b866daea-4175-4037-bad9-3bfe2f5b485e): There are no data parts
500 2025.01.08 18:22:09.205323 [ 284 ] {8e6d42ae-15f6-47da-b8c7-d5d54cbdfb87} <Debug> TCPHandler: Processed in 0.024596263 sec.
501 2025.01.08 18:22:09.205542 [ 282 ] {} <Trace> TCP-Session: 91cd5179-36c3-4aff-8f92-2b7c650bc977 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
502 2025.01.08 18:22:09.205809 [ 282 ] {92a42473-6543-4556-87fd-a3b45ce41dd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54030) 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)
503 2025.01.08 18:22:09.205876 [ 282 ] {92a42473-6543-4556-87fd-a3b45ce41dd1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64
504 2025.01.08 18:22:09.218365 [ 282 ] {92a42473-6543-4556-87fd-a3b45ce41dd1} <Debug> oximeter.measurements_i64 (90ded1f1-6da7-47f1-89de-d14229ba4f94): Loading data parts
505 2025.01.08 18:22:09.218512 [ 282 ] {92a42473-6543-4556-87fd-a3b45ce41dd1} <Debug> oximeter.measurements_i64 (90ded1f1-6da7-47f1-89de-d14229ba4f94): There are no data parts
506 2025.01.08 18:22:09.240944 [ 282 ] {92a42473-6543-4556-87fd-a3b45ce41dd1} <Debug> TCPHandler: Processed in 0.035472526 sec.
507 2025.01.08 18:22:09.241189 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
508 2025.01.08 18:22:09.241413 [ 284 ] {4c58c872-930e-4a70-9227-5ef8aebaa201} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) 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)
509 2025.01.08 18:22:09.241502 [ 284 ] {4c58c872-930e-4a70-9227-5ef8aebaa201} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64
510 2025.01.08 18:22:09.252487 [ 284 ] {4c58c872-930e-4a70-9227-5ef8aebaa201} <Debug> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Loading data parts
511 2025.01.08 18:22:09.252687 [ 284 ] {4c58c872-930e-4a70-9227-5ef8aebaa201} <Debug> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): There are no data parts
512 2025.01.08 18:22:09.270296 [ 284 ] {4c58c872-930e-4a70-9227-5ef8aebaa201} <Debug> TCPHandler: Processed in 0.029182882 sec.
513 2025.01.08 18:22:09.270525 [ 282 ] {} <Trace> TCP-Session: 91cd5179-36c3-4aff-8f92-2b7c650bc977 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
514 2025.01.08 18:22:09.270782 [ 282 ] {2cf6774c-d62c-46af-8109-a61daf949381} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54030) 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)
515 2025.01.08 18:22:09.270849 [ 282 ] {2cf6774c-d62c-46af-8109-a61daf949381} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32
516 2025.01.08 18:22:09.290878 [ 282 ] {2cf6774c-d62c-46af-8109-a61daf949381} <Debug> oximeter.measurements_f32 (28e65be8-1363-47fb-af8a-080fbfa425cb): Loading data parts
517 2025.01.08 18:22:09.291038 [ 282 ] {2cf6774c-d62c-46af-8109-a61daf949381} <Debug> oximeter.measurements_f32 (28e65be8-1363-47fb-af8a-080fbfa425cb): There are no data parts
518 2025.01.08 18:22:09.294803 [ 282 ] {2cf6774c-d62c-46af-8109-a61daf949381} <Debug> TCPHandler: Processed in 0.024340685 sec.
519 2025.01.08 18:22:09.295036 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
520 2025.01.08 18:22:09.295252 [ 284 ] {86c0307c-9def-478a-b9c4-d274ce264c4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) 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)
521 2025.01.08 18:22:09.295340 [ 284 ] {86c0307c-9def-478a-b9c4-d274ce264c4a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64
522 2025.01.08 18:22:09.319871 [ 284 ] {86c0307c-9def-478a-b9c4-d274ce264c4a} <Debug> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Loading data parts
523 2025.01.08 18:22:09.320178 [ 284 ] {86c0307c-9def-478a-b9c4-d274ce264c4a} <Debug> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): There are no data parts
524 2025.01.08 18:22:09.325343 [ 284 ] {86c0307c-9def-478a-b9c4-d274ce264c4a} <Debug> TCPHandler: Processed in 0.030366013 sec.
525 2025.01.08 18:22:09.325601 [ 282 ] {} <Trace> TCP-Session: 91cd5179-36c3-4aff-8f92-2b7c650bc977 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
526 2025.01.08 18:22:09.325904 [ 282 ] {a1fdb876-c45e-496f-bcce-2ed43fd163b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54030) 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)
527 2025.01.08 18:22:09.325980 [ 282 ] {a1fdb876-c45e-496f-bcce-2ed43fd163b7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string
528 2025.01.08 18:22:09.338889 [ 282 ] {a1fdb876-c45e-496f-bcce-2ed43fd163b7} <Debug> oximeter.measurements_string (d8809708-9a8b-44a7-8d79-a7df90d2c2c8): Loading data parts
529 2025.01.08 18:22:09.339034 [ 282 ] {a1fdb876-c45e-496f-bcce-2ed43fd163b7} <Debug> oximeter.measurements_string (d8809708-9a8b-44a7-8d79-a7df90d2c2c8): There are no data parts
530 2025.01.08 18:22:09.359954 [ 282 ] {a1fdb876-c45e-496f-bcce-2ed43fd163b7} <Debug> TCPHandler: Processed in 0.034431469 sec.
531 2025.01.08 18:22:09.360191 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
532 2025.01.08 18:22:09.360442 [ 284 ] {44ae7efa-8baa-48ab-9844-cd4da6699fcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /*
533 * NOTE: Right now we can't unambiguously record a nullable byte array.
534 * Arrays cannot be nested in `Nullable()` types, and encoding the array as
535 * a string isn't palatable for a few reasons.
536 * See: https://github.com/oxidecomputer/omicron/issues/4551 for more
537 * details.
538 */
539 datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
540 2025.01.08 18:22:09.360538 [ 284 ] {44ae7efa-8baa-48ab-9844-cd4da6699fcf} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes
541 2025.01.08 18:22:09.384928 [ 284 ] {44ae7efa-8baa-48ab-9844-cd4da6699fcf} <Debug> oximeter.measurements_bytes (07a56e80-e168-44bc-a743-06ff9263a488): Loading data parts
542 2025.01.08 18:22:09.385149 [ 284 ] {44ae7efa-8baa-48ab-9844-cd4da6699fcf} <Debug> oximeter.measurements_bytes (07a56e80-e168-44bc-a743-06ff9263a488): There are no data parts
543 2025.01.08 18:22:09.391469 [ 284 ] {44ae7efa-8baa-48ab-9844-cd4da6699fcf} <Debug> TCPHandler: Processed in 0.031344748 sec.
544 2025.01.08 18:22:09.391712 [ 282 ] {} <Trace> TCP-Session: 91cd5179-36c3-4aff-8f92-2b7c650bc977 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
545 2025.01.08 18:22:09.391961 [ 282 ] {874357d8-398d-4d90-b157-f092982032bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54030) 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)
546 2025.01.08 18:22:09.392057 [ 282 ] {874357d8-398d-4d90-b157-f092982032bc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64
547 2025.01.08 18:22:09.425826 [ 282 ] {874357d8-398d-4d90-b157-f092982032bc} <Debug> oximeter.measurements_cumulativei64 (58a57f7f-0c37-400b-9c04-b948384546de): Loading data parts
548 2025.01.08 18:22:09.426015 [ 282 ] {874357d8-398d-4d90-b157-f092982032bc} <Debug> oximeter.measurements_cumulativei64 (58a57f7f-0c37-400b-9c04-b948384546de): There are no data parts
549 2025.01.08 18:22:09.452277 [ 282 ] {874357d8-398d-4d90-b157-f092982032bc} <Debug> TCPHandler: Processed in 0.060653434 sec.
550 2025.01.08 18:22:09.452602 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
551 2025.01.08 18:22:09.452860 [ 284 ] {2a31b5c9-2f61-4554-bfd6-5dcf22238dee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) 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)
552 2025.01.08 18:22:09.452948 [ 284 ] {2a31b5c9-2f61-4554-bfd6-5dcf22238dee} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64
553 2025.01.08 18:22:09.468054 [ 284 ] {2a31b5c9-2f61-4554-bfd6-5dcf22238dee} <Debug> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Loading data parts
554 2025.01.08 18:22:09.468280 [ 284 ] {2a31b5c9-2f61-4554-bfd6-5dcf22238dee} <Debug> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): There are no data parts
555 2025.01.08 18:22:09.505682 [ 284 ] {2a31b5c9-2f61-4554-bfd6-5dcf22238dee} <Debug> TCPHandler: Processed in 0.053157428 sec.
556 2025.01.08 18:22:09.505992 [ 282 ] {} <Trace> TCP-Session: 91cd5179-36c3-4aff-8f92-2b7c650bc977 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
557 2025.01.08 18:22:09.506326 [ 282 ] {51b7bc96-4f88-4c67-b65d-cade6f73a7e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54030) 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)
558 2025.01.08 18:22:09.506403 [ 282 ] {51b7bc96-4f88-4c67-b65d-cade6f73a7e9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32
559 2025.01.08 18:22:09.521798 [ 282 ] {51b7bc96-4f88-4c67-b65d-cade6f73a7e9} <Debug> oximeter.measurements_cumulativef32 (bf64e776-e19a-4863-af97-e4cf0f611edc): Loading data parts
560 2025.01.08 18:22:09.521968 [ 282 ] {51b7bc96-4f88-4c67-b65d-cade6f73a7e9} <Debug> oximeter.measurements_cumulativef32 (bf64e776-e19a-4863-af97-e4cf0f611edc): There are no data parts
561 2025.01.08 18:22:09.547995 [ 282 ] {51b7bc96-4f88-4c67-b65d-cade6f73a7e9} <Debug> TCPHandler: Processed in 0.042135081 sec.
562 2025.01.08 18:22:09.548249 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
563 2025.01.08 18:22:09.548478 [ 284 ] {9be66c5d-258c-4ac1-868c-65a06da8b31b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) 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)
564 2025.01.08 18:22:09.548578 [ 284 ] {9be66c5d-258c-4ac1-868c-65a06da8b31b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64
565 2025.01.08 18:22:09.563965 [ 284 ] {9be66c5d-258c-4ac1-868c-65a06da8b31b} <Debug> oximeter.measurements_cumulativef64 (110e95b3-8f5d-4816-8f77-ad264bcfcd12): Loading data parts
566 2025.01.08 18:22:09.564173 [ 284 ] {9be66c5d-258c-4ac1-868c-65a06da8b31b} <Debug> oximeter.measurements_cumulativef64 (110e95b3-8f5d-4816-8f77-ad264bcfcd12): There are no data parts
567 2025.01.08 18:22:09.594858 [ 284 ] {9be66c5d-258c-4ac1-868c-65a06da8b31b} <Debug> TCPHandler: Processed in 0.046678629 sec.
568 2025.01.08 18:22:09.595130 [ 282 ] {} <Trace> TCP-Session: 91cd5179-36c3-4aff-8f92-2b7c650bc977 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
569 2025.01.08 18:22:09.595570 [ 282 ] {88472f2e-93f5-45aa-a40c-c9788c1af01b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54030) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /*
570 * NOTE: Array types cannot be Nullable, see
571 * https://clickhouse.com/docs/en/sql-reference/data-types/nullable
572 * for more details.
573 *
574 * This means we need to use empty arrays to indicate a missing value. This
575 * is unfortunate, and at this point relies on the fact that an
576 * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need
577 * to figure out another way to represent missing samples here.
578 */
579 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)
580 2025.01.08 18:22:09.595683 [ 282 ] {88472f2e-93f5-45aa-a40c-c9788c1af01b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8
581 2025.01.08 18:22:09.601336 [ 282 ] {88472f2e-93f5-45aa-a40c-c9788c1af01b} <Debug> oximeter.measurements_histogrami8 (59cc5106-111f-4b79-937b-df8db1e4d3e2): Loading data parts
582 2025.01.08 18:22:09.601504 [ 282 ] {88472f2e-93f5-45aa-a40c-c9788c1af01b} <Debug> oximeter.measurements_histogrami8 (59cc5106-111f-4b79-937b-df8db1e4d3e2): There are no data parts
583 2025.01.08 18:22:09.624183 [ 282 ] {88472f2e-93f5-45aa-a40c-c9788c1af01b} <Debug> TCPHandler: Processed in 0.02914105 sec.
584 2025.01.08 18:22:09.624452 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
585 2025.01.08 18:22:09.624815 [ 284 ] {59305deb-97de-4ce7-89a9-73f4e37c8139} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) 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)
586 2025.01.08 18:22:09.624933 [ 284 ] {59305deb-97de-4ce7-89a9-73f4e37c8139} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8
587 2025.01.08 18:22:09.650641 [ 284 ] {59305deb-97de-4ce7-89a9-73f4e37c8139} <Debug> oximeter.measurements_histogramu8 (8aae42d6-d876-4ed8-9468-6ff7b2e97adf): Loading data parts
588 2025.01.08 18:22:09.650881 [ 284 ] {59305deb-97de-4ce7-89a9-73f4e37c8139} <Debug> oximeter.measurements_histogramu8 (8aae42d6-d876-4ed8-9468-6ff7b2e97adf): There are no data parts
589 2025.01.08 18:22:09.663412 [ 284 ] {59305deb-97de-4ce7-89a9-73f4e37c8139} <Debug> TCPHandler: Processed in 0.039040869 sec.
590 2025.01.08 18:22:09.663679 [ 282 ] {} <Trace> TCP-Session: 91cd5179-36c3-4aff-8f92-2b7c650bc977 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
591 2025.01.08 18:22:09.664068 [ 282 ] {f8477e81-5801-46e7-be73-afb6bf20c9ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54030) 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)
592 2025.01.08 18:22:09.664160 [ 282 ] {f8477e81-5801-46e7-be73-afb6bf20c9ec} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16
593 2025.01.08 18:22:09.683984 [ 282 ] {f8477e81-5801-46e7-be73-afb6bf20c9ec} <Debug> oximeter.measurements_histogrami16 (04663c7d-4991-4c7c-911e-368317529f7a): Loading data parts
594 2025.01.08 18:22:09.684172 [ 282 ] {f8477e81-5801-46e7-be73-afb6bf20c9ec} <Debug> oximeter.measurements_histogrami16 (04663c7d-4991-4c7c-911e-368317529f7a): There are no data parts
595 2025.01.08 18:22:09.698801 [ 282 ] {f8477e81-5801-46e7-be73-afb6bf20c9ec} <Debug> TCPHandler: Processed in 0.035222629 sec.
596 2025.01.08 18:22:09.699081 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
597 2025.01.08 18:22:09.699426 [ 284 ] {110c878d-acc9-4eb8-9c9f-e46e0da9b2b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) 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)
598 2025.01.08 18:22:09.699544 [ 284 ] {110c878d-acc9-4eb8-9c9f-e46e0da9b2b7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16
599 2025.01.08 18:22:09.711930 [ 284 ] {110c878d-acc9-4eb8-9c9f-e46e0da9b2b7} <Debug> oximeter.measurements_histogramu16 (25f825b7-c3c8-4ac9-a362-8ed400fc80e8): Loading data parts
600 2025.01.08 18:22:09.712173 [ 284 ] {110c878d-acc9-4eb8-9c9f-e46e0da9b2b7} <Debug> oximeter.measurements_histogramu16 (25f825b7-c3c8-4ac9-a362-8ed400fc80e8): There are no data parts
601 2025.01.08 18:22:09.736646 [ 284 ] {110c878d-acc9-4eb8-9c9f-e46e0da9b2b7} <Debug> TCPHandler: Processed in 0.037659944 sec.
602 2025.01.08 18:22:09.736893 [ 282 ] {} <Trace> TCP-Session: 91cd5179-36c3-4aff-8f92-2b7c650bc977 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
603 2025.01.08 18:22:09.737294 [ 282 ] {7164bc3e-86c9-4649-9e70-4a6a5023be48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54030) 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)
604 2025.01.08 18:22:09.737378 [ 282 ] {7164bc3e-86c9-4649-9e70-4a6a5023be48} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32
605 2025.01.08 18:22:09.747824 [ 282 ] {7164bc3e-86c9-4649-9e70-4a6a5023be48} <Debug> oximeter.measurements_histogrami32 (d68c3606-5db3-4213-a7ee-39f16b58bbc4): Loading data parts
606 2025.01.08 18:22:09.747983 [ 282 ] {7164bc3e-86c9-4649-9e70-4a6a5023be48} <Debug> oximeter.measurements_histogrami32 (d68c3606-5db3-4213-a7ee-39f16b58bbc4): There are no data parts
607 2025.01.08 18:22:09.770630 [ 282 ] {7164bc3e-86c9-4649-9e70-4a6a5023be48} <Debug> TCPHandler: Processed in 0.033813903 sec.
608 2025.01.08 18:22:09.770869 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
609 2025.01.08 18:22:09.771222 [ 284 ] {e722355e-1d23-4c38-9d23-d9ff31b76567} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) 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)
610 2025.01.08 18:22:09.771334 [ 284 ] {e722355e-1d23-4c38-9d23-d9ff31b76567} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32
611 2025.01.08 18:22:09.785250 [ 284 ] {e722355e-1d23-4c38-9d23-d9ff31b76567} <Debug> oximeter.measurements_histogramu32 (06a38247-3f82-48b0-9e3e-301567fae9d0): Loading data parts
612 2025.01.08 18:22:09.785510 [ 284 ] {e722355e-1d23-4c38-9d23-d9ff31b76567} <Debug> oximeter.measurements_histogramu32 (06a38247-3f82-48b0-9e3e-301567fae9d0): There are no data parts
613 2025.01.08 18:22:09.795792 [ 284 ] {e722355e-1d23-4c38-9d23-d9ff31b76567} <Debug> TCPHandler: Processed in 0.024989472 sec.
614 2025.01.08 18:22:09.796027 [ 282 ] {} <Trace> TCP-Session: 91cd5179-36c3-4aff-8f92-2b7c650bc977 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
615 2025.01.08 18:22:09.796414 [ 282 ] {b4e00a6d-e37e-46c6-9707-2236db7b60ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54030) 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)
616 2025.01.08 18:22:09.796502 [ 282 ] {b4e00a6d-e37e-46c6-9707-2236db7b60ee} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64
617 2025.01.08 18:22:09.802902 [ 282 ] {b4e00a6d-e37e-46c6-9707-2236db7b60ee} <Debug> oximeter.measurements_histogrami64 (f013af80-1f7e-4272-b408-2dcb284e365c): Loading data parts
618 2025.01.08 18:22:09.803053 [ 282 ] {b4e00a6d-e37e-46c6-9707-2236db7b60ee} <Debug> oximeter.measurements_histogrami64 (f013af80-1f7e-4272-b408-2dcb284e365c): There are no data parts
619 2025.01.08 18:22:09.826317 [ 282 ] {b4e00a6d-e37e-46c6-9707-2236db7b60ee} <Debug> TCPHandler: Processed in 0.030358912 sec.
620 2025.01.08 18:22:09.826547 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
621 2025.01.08 18:22:09.826851 [ 284 ] {655f16f7-7ca2-4dbc-98b9-cd2459638da0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) 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)
622 2025.01.08 18:22:09.826967 [ 284 ] {655f16f7-7ca2-4dbc-98b9-cd2459638da0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64
623 2025.01.08 18:22:09.863796 [ 284 ] {655f16f7-7ca2-4dbc-98b9-cd2459638da0} <Debug> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Loading data parts
624 2025.01.08 18:22:09.864064 [ 284 ] {655f16f7-7ca2-4dbc-98b9-cd2459638da0} <Debug> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): There are no data parts
625 2025.01.08 18:22:09.878995 [ 284 ] {655f16f7-7ca2-4dbc-98b9-cd2459638da0} <Debug> TCPHandler: Processed in 0.052512631 sec.
626 2025.01.08 18:22:09.879273 [ 282 ] {} <Trace> TCP-Session: 91cd5179-36c3-4aff-8f92-2b7c650bc977 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
627 2025.01.08 18:22:09.879648 [ 282 ] {e46b4d2e-0ad1-4490-aa48-f09076f29e18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54030) 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)
628 2025.01.08 18:22:09.879739 [ 282 ] {e46b4d2e-0ad1-4490-aa48-f09076f29e18} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32
629 2025.01.08 18:22:09.883707 [ 282 ] {e46b4d2e-0ad1-4490-aa48-f09076f29e18} <Debug> oximeter.measurements_histogramf32 (6f28069b-4e7f-4ad8-98f8-96034818bbdb): Loading data parts
630 2025.01.08 18:22:09.883864 [ 282 ] {e46b4d2e-0ad1-4490-aa48-f09076f29e18} <Debug> oximeter.measurements_histogramf32 (6f28069b-4e7f-4ad8-98f8-96034818bbdb): There are no data parts
631 2025.01.08 18:22:09.919279 [ 282 ] {e46b4d2e-0ad1-4490-aa48-f09076f29e18} <Debug> TCPHandler: Processed in 0.040104097 sec.
632 2025.01.08 18:22:09.919563 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
633 2025.01.08 18:22:09.919900 [ 284 ] {d3e59eb7-90fd-474b-a0df-51c0a33717e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) 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)
634 2025.01.08 18:22:09.920018 [ 284 ] {d3e59eb7-90fd-474b-a0df-51c0a33717e3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64
635 2025.01.08 18:22:09.945159 [ 284 ] {d3e59eb7-90fd-474b-a0df-51c0a33717e3} <Debug> oximeter.measurements_histogramf64 (e4070cc6-ac7d-48c8-83d2-c5b44b2d93c1): Loading data parts
636 2025.01.08 18:22:09.945374 [ 284 ] {d3e59eb7-90fd-474b-a0df-51c0a33717e3} <Debug> oximeter.measurements_histogramf64 (e4070cc6-ac7d-48c8-83d2-c5b44b2d93c1): There are no data parts
637 2025.01.08 18:22:09.949967 [ 284 ] {d3e59eb7-90fd-474b-a0df-51c0a33717e3} <Debug> TCPHandler: Processed in 0.030509017 sec.
638 2025.01.08 18:22:09.950202 [ 282 ] {} <Trace> TCP-Session: 91cd5179-36c3-4aff-8f92-2b7c650bc977 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
639 2025.01.08 18:22:09.950474 [ 282 ] {ecdbff60-7164-4db9-a04b-7a2344aca0b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54030) /* The field tables store named dimensions of each timeseries.
640 *
641 * As with the measurement tables, there is one field table for each field data
642 * type. Fields are deduplicated by using the "replacing merge tree", though
643 * this behavior **must not** be relied upon for query correctness.
644 *
645 * The index for the fields differs from the measurements, however. Rows are
646 * sorted by timeseries name, then field name, field value, and finally
647 * timeseries key. This reflects the most common pattern for looking them up:
648 * by field name and possibly value, within a timeseries. The resulting keys are
649 * usually then used to look up measurements.
650 *
651 * NOTE: We may want to consider a secondary index on these tables, sorting by
652 * timeseries name and then key, since it would improve lookups where one
653 * already has the key. Realistically though, these tables are quite small and
654 * so performance benefits will be low in absolute terms.
655 *
656 * TTL: We use a materialized column to expire old field table records. This
657 * column is generated automatically by the database whenever a new row is
658 * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *`
659 * query. Since these tables are `ReplacingMergeTree`s, that means the last
660 * record will remain during a deduplication, which will have the last
661 * timestamp. ClickHouse will then expire old data for us, similar to the
662 * measurement tables.
663 */
664 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)
665 2025.01.08 18:22:09.950554 [ 282 ] {ecdbff60-7164-4db9-a04b-7a2344aca0b2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool
666 2025.01.08 18:22:09.970347 [ 282 ] {ecdbff60-7164-4db9-a04b-7a2344aca0b2} <Debug> oximeter.fields_bool (76666a84-1798-4124-af37-7eddf0362527): Loading data parts
667 2025.01.08 18:22:09.970510 [ 282 ] {ecdbff60-7164-4db9-a04b-7a2344aca0b2} <Debug> oximeter.fields_bool (76666a84-1798-4124-af37-7eddf0362527): There are no data parts
668 2025.01.08 18:22:09.984855 [ 282 ] {ecdbff60-7164-4db9-a04b-7a2344aca0b2} <Debug> TCPHandler: Processed in 0.034730337 sec.
669 2025.01.08 18:22:09.985159 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
670 2025.01.08 18:22:09.985418 [ 284 ] {5ab06b73-a3e5-40a8-8eb2-2b80bff76fe9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) 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)
671 2025.01.08 18:22:09.985529 [ 284 ] {5ab06b73-a3e5-40a8-8eb2-2b80bff76fe9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8
672 2025.01.08 18:22:10.019110 [ 284 ] {5ab06b73-a3e5-40a8-8eb2-2b80bff76fe9} <Debug> oximeter.fields_i8 (ef371712-fa8b-4349-80ae-33ca284b6f6e): Loading data parts
673 2025.01.08 18:22:10.019456 [ 284 ] {5ab06b73-a3e5-40a8-8eb2-2b80bff76fe9} <Debug> oximeter.fields_i8 (ef371712-fa8b-4349-80ae-33ca284b6f6e): There are no data parts
674 2025.01.08 18:22:10.026287 [ 284 ] {5ab06b73-a3e5-40a8-8eb2-2b80bff76fe9} <Debug> TCPHandler: Processed in 0.041211246 sec.
675 2025.01.08 18:22:10.026589 [ 282 ] {} <Trace> TCP-Session: 91cd5179-36c3-4aff-8f92-2b7c650bc977 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
676 2025.01.08 18:22:10.026899 [ 282 ] {eda926ad-7a5b-47af-9207-650add840185} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54030) 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)
677 2025.01.08 18:22:10.026965 [ 282 ] {eda926ad-7a5b-47af-9207-650add840185} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8
678 2025.01.08 18:22:10.046207 [ 282 ] {eda926ad-7a5b-47af-9207-650add840185} <Debug> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Loading data parts
679 2025.01.08 18:22:10.046417 [ 282 ] {eda926ad-7a5b-47af-9207-650add840185} <Debug> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): There are no data parts
680 2025.01.08 18:22:10.067026 [ 282 ] {eda926ad-7a5b-47af-9207-650add840185} <Debug> TCPHandler: Processed in 0.040550379 sec.
681 2025.01.08 18:22:10.067354 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
682 2025.01.08 18:22:10.067612 [ 284 ] {ee35c051-ee35-4b9f-a99c-d5fd736f8c58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) 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)
683 2025.01.08 18:22:10.067731 [ 284 ] {ee35c051-ee35-4b9f-a99c-d5fd736f8c58} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16
684 2025.01.08 18:22:10.082387 [ 284 ] {ee35c051-ee35-4b9f-a99c-d5fd736f8c58} <Debug> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Loading data parts
685 2025.01.08 18:22:10.082612 [ 284 ] {ee35c051-ee35-4b9f-a99c-d5fd736f8c58} <Debug> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): There are no data parts
686 2025.01.08 18:22:10.091734 [ 284 ] {ee35c051-ee35-4b9f-a99c-d5fd736f8c58} <Debug> TCPHandler: Processed in 0.02449059 sec.
687 2025.01.08 18:22:10.092030 [ 282 ] {} <Trace> TCP-Session: 91cd5179-36c3-4aff-8f92-2b7c650bc977 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
688 2025.01.08 18:22:10.092325 [ 282 ] {dca0d6ea-68be-4419-9a70-3bbc96b07262} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54030) 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)
689 2025.01.08 18:22:10.092401 [ 282 ] {dca0d6ea-68be-4419-9a70-3bbc96b07262} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16
690 2025.01.08 18:22:10.108133 [ 282 ] {dca0d6ea-68be-4419-9a70-3bbc96b07262} <Debug> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Loading data parts
691 2025.01.08 18:22:10.108326 [ 282 ] {dca0d6ea-68be-4419-9a70-3bbc96b07262} <Debug> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): There are no data parts
692 2025.01.08 18:22:10.168686 [ 282 ] {dca0d6ea-68be-4419-9a70-3bbc96b07262} <Debug> TCPHandler: Processed in 0.076771745 sec.
693 2025.01.08 18:22:10.168950 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
694 2025.01.08 18:22:10.169181 [ 284 ] {ea5fd1e0-c401-4628-bbe5-75066e0e3411} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) 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)
695 2025.01.08 18:22:10.169288 [ 284 ] {ea5fd1e0-c401-4628-bbe5-75066e0e3411} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32
696 2025.01.08 18:22:10.184808 [ 284 ] {ea5fd1e0-c401-4628-bbe5-75066e0e3411} <Debug> oximeter.fields_i32 (6615c059-a8c0-4f87-941c-0e7d32890cf5): Loading data parts
697 2025.01.08 18:22:10.185023 [ 284 ] {ea5fd1e0-c401-4628-bbe5-75066e0e3411} <Debug> oximeter.fields_i32 (6615c059-a8c0-4f87-941c-0e7d32890cf5): There are no data parts
698 2025.01.08 18:22:10.188682 [ 284 ] {ea5fd1e0-c401-4628-bbe5-75066e0e3411} <Debug> TCPHandler: Processed in 0.019805927 sec.
699 2025.01.08 18:22:10.188924 [ 282 ] {} <Trace> TCP-Session: 91cd5179-36c3-4aff-8f92-2b7c650bc977 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
700 2025.01.08 18:22:10.189204 [ 282 ] {c88a1528-144f-41e5-8c2c-21b80a02f9b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54030) 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)
701 2025.01.08 18:22:10.189275 [ 282 ] {c88a1528-144f-41e5-8c2c-21b80a02f9b9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32
702 2025.01.08 18:22:10.200369 [ 282 ] {c88a1528-144f-41e5-8c2c-21b80a02f9b9} <Debug> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Loading data parts
703 2025.01.08 18:22:10.200590 [ 282 ] {c88a1528-144f-41e5-8c2c-21b80a02f9b9} <Debug> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): There are no data parts
704 2025.01.08 18:22:10.264664 [ 282 ] {c88a1528-144f-41e5-8c2c-21b80a02f9b9} <Debug> TCPHandler: Processed in 0.07582134 sec.
705 2025.01.08 18:22:10.264917 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
706 2025.01.08 18:22:10.265161 [ 284 ] {403b0deb-ed69-413d-bf34-a263b945bb1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) 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)
707 2025.01.08 18:22:10.265277 [ 284 ] {403b0deb-ed69-413d-bf34-a263b945bb1b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64
708 2025.01.08 18:22:10.278151 [ 284 ] {403b0deb-ed69-413d-bf34-a263b945bb1b} <Debug> oximeter.fields_i64 (7b921c5c-f9ec-4594-9139-ecd2c27d1071): Loading data parts
709 2025.01.08 18:22:10.278388 [ 284 ] {403b0deb-ed69-413d-bf34-a263b945bb1b} <Debug> oximeter.fields_i64 (7b921c5c-f9ec-4594-9139-ecd2c27d1071): There are no data parts
710 2025.01.08 18:22:10.285623 [ 284 ] {403b0deb-ed69-413d-bf34-a263b945bb1b} <Debug> TCPHandler: Processed in 0.020783543 sec.
711 2025.01.08 18:22:10.285879 [ 282 ] {} <Trace> TCP-Session: 91cd5179-36c3-4aff-8f92-2b7c650bc977 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
712 2025.01.08 18:22:10.286175 [ 282 ] {8de7b8b1-1114-426f-a623-2b9696e4c855} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54030) 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)
713 2025.01.08 18:22:10.286279 [ 282 ] {8de7b8b1-1114-426f-a623-2b9696e4c855} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64
714 2025.01.08 18:22:10.292012 [ 282 ] {8de7b8b1-1114-426f-a623-2b9696e4c855} <Debug> oximeter.fields_u64 (9f4dfe45-8fc0-4ac7-8bd5-a54c6b40acae): Loading data parts
715 2025.01.08 18:22:10.292306 [ 282 ] {8de7b8b1-1114-426f-a623-2b9696e4c855} <Debug> oximeter.fields_u64 (9f4dfe45-8fc0-4ac7-8bd5-a54c6b40acae): There are no data parts
716 2025.01.08 18:22:10.307898 [ 282 ] {8de7b8b1-1114-426f-a623-2b9696e4c855} <Debug> TCPHandler: Processed in 0.022114747 sec.
717 2025.01.08 18:22:10.308151 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
718 2025.01.08 18:22:10.308424 [ 284 ] {fc42c39e-8d5e-4073-9813-674d808ea604} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) 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)
719 2025.01.08 18:22:10.308537 [ 284 ] {fc42c39e-8d5e-4073-9813-674d808ea604} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr
720 2025.01.08 18:22:10.313937 [ 284 ] {fc42c39e-8d5e-4073-9813-674d808ea604} <Debug> oximeter.fields_ipaddr (a146431f-2326-4c8f-a3c3-fb5a4b690f62): Loading data parts
721 2025.01.08 18:22:10.314179 [ 284 ] {fc42c39e-8d5e-4073-9813-674d808ea604} <Debug> oximeter.fields_ipaddr (a146431f-2326-4c8f-a3c3-fb5a4b690f62): There are no data parts
722 2025.01.08 18:22:10.331320 [ 284 ] {fc42c39e-8d5e-4073-9813-674d808ea604} <Debug> TCPHandler: Processed in 0.023253917 sec.
723 2025.01.08 18:22:10.331595 [ 282 ] {} <Trace> TCP-Session: 91cd5179-36c3-4aff-8f92-2b7c650bc977 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
724 2025.01.08 18:22:10.331884 [ 282 ] {ba86246e-ffdf-4e66-8c1f-7652940be1af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54030) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
725 2025.01.08 18:22:10.331972 [ 282 ] {ba86246e-ffdf-4e66-8c1f-7652940be1af} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string
726 2025.01.08 18:22:10.351690 [ 282 ] {ba86246e-ffdf-4e66-8c1f-7652940be1af} <Debug> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Loading data parts
727 2025.01.08 18:22:10.351881 [ 282 ] {ba86246e-ffdf-4e66-8c1f-7652940be1af} <Debug> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): There are no data parts
728 2025.01.08 18:22:10.364048 [ 282 ] {ba86246e-ffdf-4e66-8c1f-7652940be1af} <Debug> TCPHandler: Processed in 0.03252262 sec.
729 2025.01.08 18:22:10.364263 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
730 2025.01.08 18:22:10.364490 [ 284 ] {0076775c-01e3-4845-a5ac-451ceacf2602} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
731 2025.01.08 18:22:10.364605 [ 284 ] {0076775c-01e3-4845-a5ac-451ceacf2602} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid
732 2025.01.08 18:22:10.371172 [ 284 ] {0076775c-01e3-4845-a5ac-451ceacf2602} <Debug> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Loading data parts
733 2025.01.08 18:22:10.371367 [ 284 ] {0076775c-01e3-4845-a5ac-451ceacf2602} <Debug> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): There are no data parts
734 2025.01.08 18:22:10.385288 [ 284 ] {0076775c-01e3-4845-a5ac-451ceacf2602} <Debug> TCPHandler: Processed in 0.02108366 sec.
735 2025.01.08 18:22:10.385561 [ 282 ] {} <Trace> TCP-Session: 91cd5179-36c3-4aff-8f92-2b7c650bc977 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
736 2025.01.08 18:22:10.385984 [ 282 ] {9b37c664-a1b0-4bf5-9c94-dba5fee519fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54030) /* The timeseries schema table stores the extracted schema for the samples
737 * oximeter collects.
738 */
739 CREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ( timeseries_name String, fields Nested( name String, type Enum( 'Bool' = 1, 'I64' = 2, 'IpAddr' = 3, 'String' = 4, 'Uuid' = 6, 'I8' = 7, 'U8' = 8, 'I16' = 9, 'U16' = 10, 'I32' = 11, 'U32' = 12, 'U64' = 13 ), source Enum( 'Target' = 1, 'Metric' = 2 ) ), datum_type Enum( 'Bool' = 1, 'I64' = 2, 'F64' = 3, 'String' = 4, 'Bytes' = 5, 'CumulativeI64' = 6, 'CumulativeF64' = 7, 'HistogramI64' = 8, 'HistogramF64' = 9, 'I8' = 10, 'U8' = 11, 'I16' = 12, 'U16' = 13, 'I32' = 14, 'U32' = 15, 'U64' = 16, 'F32' = 17, 'CumulativeU64' = 18, 'CumulativeF32' = 19, 'HistogramI8' = 20, 'HistogramU8' = 21, 'HistogramI16' = 22, 'HistogramU16' = 23, 'HistogramI32' = 24, 'HistogramU32' = 25, 'HistogramU64' = 26, 'HistogramF32' = 27 ), created DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (timeseries_name, fields.name) (stage: Complete)
740 2025.01.08 18:22:10.386100 [ 282 ] {9b37c664-a1b0-4bf5-9c94-dba5fee519fd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema
741 2025.01.08 18:22:10.390021 [ 282 ] {9b37c664-a1b0-4bf5-9c94-dba5fee519fd} <Debug> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762): Loading data parts
742 2025.01.08 18:22:10.390184 [ 282 ] {9b37c664-a1b0-4bf5-9c94-dba5fee519fd} <Debug> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762): There are no data parts
743 2025.01.08 18:22:10.398800 [ 282 ] {9b37c664-a1b0-4bf5-9c94-dba5fee519fd} <Debug> TCPHandler: Processed in 0.013325138 sec.
744 2025.01.08 18:22:10.399032 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
745 2025.01.08 18:22:10.399414 [ 284 ] {8223844a-e230-4656-89aa-918107ce4913} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.version (*) VALUES (stage: Complete)
746 2025.01.08 18:22:10.400692 [ 284 ] {8223844a-e230-4656-89aa-918107ce4913} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version
747 2025.01.08 18:22:10.409637 [ 292 ] {8223844a-e230-4656-89aa-918107ce4913} <Trace> oximeter.version (56613a3c-2b7c-4a4c-bfd1-b5ec111a31ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0
748 2025.01.08 18:22:10.409765 [ 292 ] {8223844a-e230-4656-89aa-918107ce4913} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
749 2025.01.08 18:22:10.414803 [ 292 ] {8223844a-e230-4656-89aa-918107ce4913} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
750 2025.01.08 18:22:10.415206 [ 292 ] {8223844a-e230-4656-89aa-918107ce4913} <Trace> oximeter.version (56613a3c-2b7c-4a4c-bfd1-b5ec111a31ff): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
751 2025.01.08 18:22:10.415617 [ 284 ] {8223844a-e230-4656-89aa-918107ce4913} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.016281 sec., 61.42128861863522 rows/sec., 982.74 B/sec.
752 2025.01.08 18:22:10.415899 [ 284 ] {8223844a-e230-4656-89aa-918107ce4913} <Debug> TCPHandler: Processed in 0.016942213 sec.
753 2025.01.08 18:22:11.000163 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 137.96 MiB, peak 137.96 MiB, free memory in arenas 0.00 B, will set to 141.56 MiB (RSS), difference: 3.61 MiB
754 2025.01.08 18:22:14.905543 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488
755 2025.01.08 18:22:14.905535 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8
756 2025.01.08 18:22:14.905660 [ 243 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog
757 2025.01.08 18:22:14.905699 [ 244 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog
758 2025.01.08 18:22:14.913057 [ 243 ] {} <Debug> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Loading data parts
759 2025.01.08 18:22:14.913540 [ 243 ] {} <Debug> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): There are no data parts
760 2025.01.08 18:22:14.924265 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0
761 2025.01.08 18:22:14.924366 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
762 2025.01.08 18:22:14.927244 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
763 2025.01.08 18:22:14.928290 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
764 2025.01.08 18:22:14.929080 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488
765 2025.01.08 18:22:14.936174 [ 244 ] {} <Debug> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Loading data parts
766 2025.01.08 18:22:14.936380 [ 244 ] {} <Debug> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): There are no data parts
767 2025.01.08 18:22:14.964911 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
768 2025.01.08 18:22:14.964959 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
769 2025.01.08 18:22:14.972512 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
770 2025.01.08 18:22:14.973687 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
771 2025.01.08 18:22:14.976109 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8
772 2025.01.08 18:22:15.000149 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 146.50 MiB, peak 150.50 MiB, free memory in arenas 0.00 B, will set to 151.05 MiB (RSS), difference: 4.56 MiB
773 2025.01.08 18:22:17.405441 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 90 entries to flush up to offset 90
774 2025.01.08 18:22:17.405547 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog
775 2025.01.08 18:22:17.412972 [ 242 ] {} <Debug> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Loading data parts
776 2025.01.08 18:22:17.413157 [ 242 ] {} <Debug> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): There are no data parts
777 2025.01.08 18:22:17.422305 [ 242 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
778 2025.01.08 18:22:17.422344 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
779 2025.01.08 18:22:17.424057 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
780 2025.01.08 18:22:17.424616 [ 242 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
781 2025.01.08 18:22:17.425090 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 90
782 2025.01.08 18:22:18.000159 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 155.25 MiB, peak 155.25 MiB, free memory in arenas 0.00 B, will set to 151.44 MiB (RSS), difference: -3.81 MiB
783 2025.01.08 18:22:22.351025 [ 68 ] {} <Debug> DNSResolver: Updating DNS cache
784 2025.01.08 18:22:22.351085 [ 68 ] {} <Debug> DNSResolver: Updated DNS cache
785 2025.01.08 18:22:22.429191 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 976
786 2025.01.08 18:22:22.430112 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0
787 2025.01.08 18:22:22.430163 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
788 2025.01.08 18:22:22.430907 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
789 2025.01.08 18:22:22.431449 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
790 2025.01.08 18:22:22.431714 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976
791 2025.01.08 18:22:22.476170 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16
792 2025.01.08 18:22:22.497167 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
793 2025.01.08 18:22:22.497229 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
794 2025.01.08 18:22:22.503775 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
795 2025.01.08 18:22:22.504872 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
796 2025.01.08 18:22:22.507343 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16
797 2025.01.08 18:22:28.000167 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 149.06 MiB, peak 156.12 MiB, free memory in arenas 0.00 B, will set to 153.08 MiB (RSS), difference: 4.02 MiB
798 2025.01.08 18:22:29.931819 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1403
799 2025.01.08 18:22:29.932440 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0
800 2025.01.08 18:22:29.932491 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
801 2025.01.08 18:22:29.933140 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
802 2025.01.08 18:22:29.933435 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): 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.08 18:22:29.933677 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1403
804 2025.01.08 18:22:30.007411 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23
805 2025.01.08 18:22:30.026519 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
806 2025.01.08 18:22:30.026582 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
807 2025.01.08 18:22:30.032904 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
808 2025.01.08 18:22:30.033656 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): 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.08 18:22:30.036467 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23
810 2025.01.08 18:22:30.420826 [ 282 ] {} <Trace> TCP-Session: 91cd5179-36c3-4aff-8f92-2b7c650bc977 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
811 2025.01.08 18:22:30.421021 [ 282 ] {1cbea405-2e39-4784-90cf-c1dbaed48977} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54030) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete)
812 2025.01.08 18:22:30.425306 [ 282 ] {1cbea405-2e39-4784-90cf-c1dbaed48977} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
813 2025.01.08 18:22:30.425572 [ 282 ] {1cbea405-2e39-4784-90cf-c1dbaed48977} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
814 2025.01.08 18:22:30.432267 [ 282 ] {1cbea405-2e39-4784-90cf-c1dbaed48977} <Debug> TCPHandler: Processed in 0.011568772 sec.
815 2025.01.08 18:22:30.437093 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
816 2025.01.08 18:22:30.437353 [ 284 ] {ea2ae5ef-da3c-4274-a174-c1d2d539a343} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes') FORMAT Native; (stage: Complete)
817 2025.01.08 18:22:30.441164 [ 284 ] {ea2ae5ef-da3c-4274-a174-c1d2d539a343} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
818 2025.01.08 18:22:30.441260 [ 284 ] {ea2ae5ef-da3c-4274-a174-c1d2d539a343} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
819 2025.01.08 18:22:30.441965 [ 284 ] {ea2ae5ef-da3c-4274-a174-c1d2d539a343} <Debug> TCPHandler: Processed in 0.005008181 sec.
820 2025.01.08 18:22:30.442315 [ 282 ] {} <Trace> TCP-Session: 91cd5179-36c3-4aff-8f92-2b7c650bc977 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
821 2025.01.08 18:22:30.442496 [ 282 ] {f5c6445f-5048-493a-91de-c0e0bb0bc426} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54030) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes') FORMAT Native; (stage: Complete)
822 2025.01.08 18:22:30.442966 [ 282 ] {f5c6445f-5048-493a-91de-c0e0bb0bc426} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
823 2025.01.08 18:22:30.443030 [ 282 ] {f5c6445f-5048-493a-91de-c0e0bb0bc426} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
824 2025.01.08 18:22:30.443588 [ 282 ] {f5c6445f-5048-493a-91de-c0e0bb0bc426} <Debug> TCPHandler: Processed in 0.001359246 sec.
825 2025.01.08 18:22:30.443873 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
826 2025.01.08 18:22:30.444054 [ 284 ] {98383a28-d878-4cc7-ae3f-43662c6b1435} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete)
827 2025.01.08 18:22:30.444517 [ 284 ] {98383a28-d878-4cc7-ae3f-43662c6b1435} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
828 2025.01.08 18:22:30.444587 [ 284 ] {98383a28-d878-4cc7-ae3f-43662c6b1435} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
829 2025.01.08 18:22:30.445173 [ 284 ] {98383a28-d878-4cc7-ae3f-43662c6b1435} <Debug> TCPHandler: Processed in 0.001359725 sec.
830 2025.01.08 18:22:30.445542 [ 282 ] {} <Trace> TCP-Session: 91cd5179-36c3-4aff-8f92-2b7c650bc977 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
831 2025.01.08 18:22:30.445709 [ 282 ] {1d8b7382-f913-4887-8eb6-bee878d3e20d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54030) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete)
832 2025.01.08 18:22:30.446102 [ 282 ] {1d8b7382-f913-4887-8eb6-bee878d3e20d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
833 2025.01.08 18:22:30.446162 [ 282 ] {1d8b7382-f913-4887-8eb6-bee878d3e20d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
834 2025.01.08 18:22:30.446673 [ 282 ] {1d8b7382-f913-4887-8eb6-bee878d3e20d} <Debug> TCPHandler: Processed in 0.001191851 sec.
835 2025.01.08 18:22:30.447007 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
836 2025.01.08 18:22:30.447165 [ 284 ] {3eb7bdd2-1103-4676-846d-b9c5632a78c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete)
837 2025.01.08 18:22:30.447543 [ 284 ] {3eb7bdd2-1103-4676-846d-b9c5632a78c7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
838 2025.01.08 18:22:30.447605 [ 284 ] {3eb7bdd2-1103-4676-846d-b9c5632a78c7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
839 2025.01.08 18:22:30.448115 [ 284 ] {3eb7bdd2-1103-4676-846d-b9c5632a78c7} <Debug> TCPHandler: Processed in 0.001167171 sec.
840 2025.01.08 18:22:30.448419 [ 282 ] {} <Trace> TCP-Session: 91cd5179-36c3-4aff-8f92-2b7c650bc977 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
841 2025.01.08 18:22:30.448599 [ 282 ] {19d5d99a-b456-4890-9b18-dd0fab40265d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54030) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete)
842 2025.01.08 18:22:30.449002 [ 282 ] {19d5d99a-b456-4890-9b18-dd0fab40265d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
843 2025.01.08 18:22:30.449063 [ 282 ] {19d5d99a-b456-4890-9b18-dd0fab40265d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
844 2025.01.08 18:22:30.449599 [ 282 ] {19d5d99a-b456-4890-9b18-dd0fab40265d} <Debug> TCPHandler: Processed in 0.001234053 sec.
845 2025.01.08 18:22:30.449924 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
846 2025.01.08 18:22:30.450083 [ 284 ] {855d2968-e672-47ed-973b-7ddebaea82ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete)
847 2025.01.08 18:22:30.450481 [ 284 ] {855d2968-e672-47ed-973b-7ddebaea82ee} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
848 2025.01.08 18:22:30.450541 [ 284 ] {855d2968-e672-47ed-973b-7ddebaea82ee} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
849 2025.01.08 18:22:30.451075 [ 284 ] {855d2968-e672-47ed-973b-7ddebaea82ee} <Debug> TCPHandler: Processed in 0.001208431 sec.
850 2025.01.08 18:22:30.451370 [ 282 ] {} <Trace> TCP-Session: 91cd5179-36c3-4aff-8f92-2b7c650bc977 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
851 2025.01.08 18:22:30.451537 [ 282 ] {a59ceeda-7e92-4431-b91c-d9b30d79ac38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54030) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete)
852 2025.01.08 18:22:30.451935 [ 282 ] {a59ceeda-7e92-4431-b91c-d9b30d79ac38} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
853 2025.01.08 18:22:30.451993 [ 282 ] {a59ceeda-7e92-4431-b91c-d9b30d79ac38} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
854 2025.01.08 18:22:30.452486 [ 282 ] {a59ceeda-7e92-4431-b91c-d9b30d79ac38} <Debug> TCPHandler: Processed in 0.001179621 sec.
855 2025.01.08 18:22:30.452821 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
856 2025.01.08 18:22:30.452991 [ 284 ] {f783a62b-7c3f-460a-aefb-bf0451e19e3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete)
857 2025.01.08 18:22:30.453399 [ 284 ] {f783a62b-7c3f-460a-aefb-bf0451e19e3b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
858 2025.01.08 18:22:30.453459 [ 284 ] {f783a62b-7c3f-460a-aefb-bf0451e19e3b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
859 2025.01.08 18:22:30.453975 [ 284 ] {f783a62b-7c3f-460a-aefb-bf0451e19e3b} <Debug> TCPHandler: Processed in 0.001213372 sec.
860 2025.01.08 18:22:30.454259 [ 282 ] {} <Trace> TCP-Session: 91cd5179-36c3-4aff-8f92-2b7c650bc977 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
861 2025.01.08 18:22:30.454430 [ 282 ] {3243d86a-08ef-4c71-8572-0286339a12d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54030) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete)
862 2025.01.08 18:22:30.454832 [ 282 ] {3243d86a-08ef-4c71-8572-0286339a12d6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
863 2025.01.08 18:22:30.454891 [ 282 ] {3243d86a-08ef-4c71-8572-0286339a12d6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
864 2025.01.08 18:22:30.455369 [ 282 ] {3243d86a-08ef-4c71-8572-0286339a12d6} <Debug> TCPHandler: Processed in 0.0011681 sec.
865 2025.01.08 18:22:30.455641 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
866 2025.01.08 18:22:30.455804 [ 284 ] {6dfb938f-9c49-4c70-a415-d1078abb274b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete)
867 2025.01.08 18:22:30.456203 [ 284 ] {6dfb938f-9c49-4c70-a415-d1078abb274b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
868 2025.01.08 18:22:30.456263 [ 284 ] {6dfb938f-9c49-4c70-a415-d1078abb274b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
869 2025.01.08 18:22:30.456781 [ 284 ] {6dfb938f-9c49-4c70-a415-d1078abb274b} <Debug> TCPHandler: Processed in 0.001193421 sec.
870 2025.01.08 18:22:30.457044 [ 282 ] {} <Trace> TCP-Session: 91cd5179-36c3-4aff-8f92-2b7c650bc977 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
871 2025.01.08 18:22:30.457219 [ 282 ] {50740e43-3cf6-41f6-9121-b9ce328559cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54030) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete)
872 2025.01.08 18:22:30.457641 [ 282 ] {50740e43-3cf6-41f6-9121-b9ce328559cd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
873 2025.01.08 18:22:30.457700 [ 282 ] {50740e43-3cf6-41f6-9121-b9ce328559cd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
874 2025.01.08 18:22:30.458232 [ 282 ] {50740e43-3cf6-41f6-9121-b9ce328559cd} <Debug> TCPHandler: Processed in 0.001243092 sec.
875 2025.01.08 18:22:30.458506 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
876 2025.01.08 18:22:30.458674 [ 284 ] {26e86053-c8d7-4764-acc5-67cea8a321d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete)
877 2025.01.08 18:22:30.459079 [ 284 ] {26e86053-c8d7-4764-acc5-67cea8a321d7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
878 2025.01.08 18:22:30.459139 [ 284 ] {26e86053-c8d7-4764-acc5-67cea8a321d7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
879 2025.01.08 18:22:30.459692 [ 284 ] {26e86053-c8d7-4764-acc5-67cea8a321d7} <Debug> TCPHandler: Processed in 0.001242332 sec.
880 2025.01.08 18:22:30.463919 [ 282 ] {} <Trace> TCP-Session: 91cd5179-36c3-4aff-8f92-2b7c650bc977 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
881 2025.01.08 18:22:30.464053 [ 282 ] {5d47c40c-eeda-4607-98e2-18fb86bff8d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54030) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
882 2025.01.08 18:22:30.464108 [ 282 ] {5d47c40c-eeda-4607-98e2-18fb86bff8d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
883 2025.01.08 18:22:30.464945 [ 282 ] {5d47c40c-eeda-4607-98e2-18fb86bff8d1} <Trace> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762): Trying to reserve 1.00 MiB using storage policy from min volume index 0
884 2025.01.08 18:22:30.464992 [ 282 ] {5d47c40c-eeda-4607-98e2-18fb86bff8d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
885 2025.01.08 18:22:30.467590 [ 282 ] {5d47c40c-eeda-4607-98e2-18fb86bff8d1} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
886 2025.01.08 18:22:30.467830 [ 282 ] {5d47c40c-eeda-4607-98e2-18fb86bff8d1} <Trace> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
887 2025.01.08 18:22:30.468043 [ 282 ] {5d47c40c-eeda-4607-98e2-18fb86bff8d1} <Debug> executeQuery: Read 14 rows, 2.01 KiB in 0.004022 sec., 3480.8552958727 rows/sec., 499.45 KiB/sec.
888 2025.01.08 18:22:30.468114 [ 282 ] {5d47c40c-eeda-4607-98e2-18fb86bff8d1} <Debug> TCPHandler: Processed in 0.004255591 sec.
889 2025.01.08 18:22:30.468272 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
890 2025.01.08 18:22:30.468414 [ 284 ] {7b32c335-0a60-4c6c-824a-5caed4525975} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
891 2025.01.08 18:22:30.468469 [ 284 ] {7b32c335-0a60-4c6c-824a-5caed4525975} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
892 2025.01.08 18:22:30.469861 [ 284 ] {7b32c335-0a60-4c6c-824a-5caed4525975} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
893 2025.01.08 18:22:30.469906 [ 284 ] {7b32c335-0a60-4c6c-824a-5caed4525975} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
894 2025.01.08 18:22:30.470375 [ 284 ] {7b32c335-0a60-4c6c-824a-5caed4525975} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
895 2025.01.08 18:22:30.470750 [ 284 ] {7b32c335-0a60-4c6c-824a-5caed4525975} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
896 2025.01.08 18:22:30.471007 [ 284 ] {7b32c335-0a60-4c6c-824a-5caed4525975} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.002632 sec., 9878.41945288754 rows/sec., 762.48 KiB/sec.
897 2025.01.08 18:22:30.471072 [ 284 ] {7b32c335-0a60-4c6c-824a-5caed4525975} <Debug> TCPHandler: Processed in 0.002861095 sec.
898 2025.01.08 18:22:30.471230 [ 282 ] {} <Trace> TCP-Session: 91cd5179-36c3-4aff-8f92-2b7c650bc977 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
899 2025.01.08 18:22:30.471366 [ 282 ] {9828cb67-2075-4d5f-845d-94c4d781c02d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54030) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
900 2025.01.08 18:22:30.471420 [ 282 ] {9828cb67-2075-4d5f-845d-94c4d781c02d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
901 2025.01.08 18:22:30.472057 [ 282 ] {9828cb67-2075-4d5f-845d-94c4d781c02d} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
902 2025.01.08 18:22:30.472096 [ 282 ] {9828cb67-2075-4d5f-845d-94c4d781c02d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
903 2025.01.08 18:22:30.472485 [ 282 ] {9828cb67-2075-4d5f-845d-94c4d781c02d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
904 2025.01.08 18:22:30.472741 [ 282 ] {9828cb67-2075-4d5f-845d-94c4d781c02d} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
905 2025.01.08 18:22:30.472974 [ 282 ] {9828cb67-2075-4d5f-845d-94c4d781c02d} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001616 sec., 17326.73267326733 rows/sec., 1.35 MiB/sec.
906 2025.01.08 18:22:30.473091 [ 282 ] {9828cb67-2075-4d5f-845d-94c4d781c02d} <Debug> TCPHandler: Processed in 0.0019224 sec.
907 2025.01.08 18:22:30.473270 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
908 2025.01.08 18:22:30.473398 [ 284 ] {1ef5ec14-b80c-4b96-a0b0-93c27dc8f14a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
909 2025.01.08 18:22:30.473453 [ 284 ] {1ef5ec14-b80c-4b96-a0b0-93c27dc8f14a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
910 2025.01.08 18:22:30.474644 [ 284 ] {1ef5ec14-b80c-4b96-a0b0-93c27dc8f14a} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
911 2025.01.08 18:22:30.474686 [ 284 ] {1ef5ec14-b80c-4b96-a0b0-93c27dc8f14a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
912 2025.01.08 18:22:30.475132 [ 284 ] {1ef5ec14-b80c-4b96-a0b0-93c27dc8f14a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
913 2025.01.08 18:22:30.475382 [ 284 ] {1ef5ec14-b80c-4b96-a0b0-93c27dc8f14a} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
914 2025.01.08 18:22:30.475614 [ 284 ] {1ef5ec14-b80c-4b96-a0b0-93c27dc8f14a} <Debug> executeQuery: Read 80 rows, 5.68 KiB in 0.002243 sec., 35666.51805617476 rows/sec., 2.47 MiB/sec.
915 2025.01.08 18:22:30.475807 [ 284 ] {1ef5ec14-b80c-4b96-a0b0-93c27dc8f14a} <Debug> TCPHandler: Processed in 0.002593018 sec.
916 2025.01.08 18:22:30.475976 [ 282 ] {} <Trace> TCP-Session: 91cd5179-36c3-4aff-8f92-2b7c650bc977 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
917 2025.01.08 18:22:30.476099 [ 282 ] {7b8c5538-731b-497a-b15e-075eb150131b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54030) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
918 2025.01.08 18:22:30.476152 [ 282 ] {7b8c5538-731b-497a-b15e-075eb150131b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
919 2025.01.08 18:22:30.476698 [ 282 ] {7b8c5538-731b-497a-b15e-075eb150131b} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
920 2025.01.08 18:22:30.476746 [ 282 ] {7b8c5538-731b-497a-b15e-075eb150131b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
921 2025.01.08 18:22:30.477175 [ 282 ] {7b8c5538-731b-497a-b15e-075eb150131b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
922 2025.01.08 18:22:30.477516 [ 282 ] {7b8c5538-731b-497a-b15e-075eb150131b} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
923 2025.01.08 18:22:30.477784 [ 282 ] {7b8c5538-731b-497a-b15e-075eb150131b} <Debug> executeQuery: Read 24 rows, 1.68 KiB in 0.001691 sec., 14192.785334121822 rows/sec., 995.62 KiB/sec.
924 2025.01.08 18:22:30.477908 [ 282 ] {7b8c5538-731b-497a-b15e-075eb150131b} <Debug> TCPHandler: Processed in 0.001988942 sec.
925 2025.01.08 18:22:35.424592 [ 282 ] {} <Trace> TCP-Session: 91cd5179-36c3-4aff-8f92-2b7c650bc977 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
926 2025.01.08 18:22:35.424788 [ 282 ] {afdae30b-f511-4527-b76e-6f52d9f9a991} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54030) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
927 2025.01.08 18:22:35.424860 [ 282 ] {afdae30b-f511-4527-b76e-6f52d9f9a991} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
928 2025.01.08 18:22:35.425607 [ 282 ] {afdae30b-f511-4527-b76e-6f52d9f9a991} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
929 2025.01.08 18:22:35.425668 [ 282 ] {afdae30b-f511-4527-b76e-6f52d9f9a991} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
930 2025.01.08 18:22:35.426112 [ 282 ] {afdae30b-f511-4527-b76e-6f52d9f9a991} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
931 2025.01.08 18:22:35.426373 [ 282 ] {afdae30b-f511-4527-b76e-6f52d9f9a991} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
932 2025.01.08 18:22:35.426658 [ 282 ] {afdae30b-f511-4527-b76e-6f52d9f9a991} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001903 sec., 13662.637940094588 rows/sec., 1.03 MiB/sec.
933 2025.01.08 18:22:35.426750 [ 282 ] {afdae30b-f511-4527-b76e-6f52d9f9a991} <Debug> TCPHandler: Processed in 0.00228526 sec.
934 2025.01.08 18:22:35.427008 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
935 2025.01.08 18:22:35.427203 [ 284 ] {348e8974-95bd-42e7-949d-52162c97b4bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
936 2025.01.08 18:22:35.427284 [ 284 ] {348e8974-95bd-42e7-949d-52162c97b4bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
937 2025.01.08 18:22:35.428051 [ 284 ] {348e8974-95bd-42e7-949d-52162c97b4bd} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
938 2025.01.08 18:22:35.428101 [ 284 ] {348e8974-95bd-42e7-949d-52162c97b4bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
939 2025.01.08 18:22:35.428553 [ 284 ] {348e8974-95bd-42e7-949d-52162c97b4bd} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
940 2025.01.08 18:22:35.428821 [ 284 ] {348e8974-95bd-42e7-949d-52162c97b4bd} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
941 2025.01.08 18:22:35.429054 [ 284 ] {348e8974-95bd-42e7-949d-52162c97b4bd} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001907 sec., 14682.747771368642 rows/sec., 1.15 MiB/sec.
942 2025.01.08 18:22:35.429117 [ 284 ] {348e8974-95bd-42e7-949d-52162c97b4bd} <Debug> TCPHandler: Processed in 0.002253449 sec.
943 2025.01.08 18:22:35.429267 [ 282 ] {} <Trace> TCP-Session: 91cd5179-36c3-4aff-8f92-2b7c650bc977 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
944 2025.01.08 18:22:35.429393 [ 282 ] {9fdfdfa6-207f-4592-ae4e-85730872a785} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54030) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
945 2025.01.08 18:22:35.429449 [ 282 ] {9fdfdfa6-207f-4592-ae4e-85730872a785} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
946 2025.01.08 18:22:35.430031 [ 282 ] {9fdfdfa6-207f-4592-ae4e-85730872a785} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
947 2025.01.08 18:22:35.430074 [ 282 ] {9fdfdfa6-207f-4592-ae4e-85730872a785} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
948 2025.01.08 18:22:35.430479 [ 282 ] {9fdfdfa6-207f-4592-ae4e-85730872a785} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
949 2025.01.08 18:22:35.430762 [ 282 ] {9fdfdfa6-207f-4592-ae4e-85730872a785} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
950 2025.01.08 18:22:35.430985 [ 282 ] {9fdfdfa6-207f-4592-ae4e-85730872a785} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001622 sec., 61652.28113440197 rows/sec., 4.27 MiB/sec.
951 2025.01.08 18:22:35.431045 [ 282 ] {9fdfdfa6-207f-4592-ae4e-85730872a785} <Debug> TCPHandler: Processed in 0.001838388 sec.
952 2025.01.08 18:22:35.431225 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
953 2025.01.08 18:22:35.431360 [ 284 ] {c4a38f07-3516-4f7d-8f0e-af0b0905ff37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
954 2025.01.08 18:22:35.431418 [ 284 ] {c4a38f07-3516-4f7d-8f0e-af0b0905ff37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
955 2025.01.08 18:22:35.431933 [ 284 ] {c4a38f07-3516-4f7d-8f0e-af0b0905ff37} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
956 2025.01.08 18:22:35.431978 [ 284 ] {c4a38f07-3516-4f7d-8f0e-af0b0905ff37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB.
957 2025.01.08 18:22:35.432373 [ 284 ] {c4a38f07-3516-4f7d-8f0e-af0b0905ff37} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
958 2025.01.08 18:22:35.432619 [ 284 ] {c4a38f07-3516-4f7d-8f0e-af0b0905ff37} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
959 2025.01.08 18:22:35.432851 [ 284 ] {c4a38f07-3516-4f7d-8f0e-af0b0905ff37} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001522 sec., 19710.906701708278 rows/sec., 1.35 MiB/sec.
960 2025.01.08 18:22:35.432909 [ 284 ] {c4a38f07-3516-4f7d-8f0e-af0b0905ff37} <Debug> TCPHandler: Processed in 0.001746286 sec.
961 2025.01.08 18:22:37.351135 [ 42 ] {} <Debug> DNSResolver: Updating DNS cache
962 2025.01.08 18:22:37.351202 [ 42 ] {} <Debug> DNSResolver: Updated DNS cache
963 2025.01.08 18:22:37.425494 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 136
964 2025.01.08 18:22:37.429415 [ 242 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
965 2025.01.08 18:22:37.429458 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
966 2025.01.08 18:22:37.430932 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
967 2025.01.08 18:22:37.431241 [ 242 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
968 2025.01.08 18:22:37.432004 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 136
969 2025.01.08 18:22:37.433777 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1891
970 2025.01.08 18:22:37.434480 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0
971 2025.01.08 18:22:37.434531 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
972 2025.01.08 18:22:37.435139 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
973 2025.01.08 18:22:37.435410 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
974 2025.01.08 18:22:37.435651 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891
975 2025.01.08 18:22:37.536532 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31
976 2025.01.08 18:22:37.556625 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
977 2025.01.08 18:22:37.556690 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
978 2025.01.08 18:22:37.563867 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
979 2025.01.08 18:22:37.564667 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
980 2025.01.08 18:22:37.567859 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31
981 2025.01.08 18:22:38.000159 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 155.11 MiB, peak 159.11 MiB, free memory in arenas 0.00 B, will set to 156.30 MiB (RSS), difference: 1.19 MiB
982 2025.01.08 18:22:40.421057 [ 282 ] {} <Trace> TCP-Session: 91cd5179-36c3-4aff-8f92-2b7c650bc977 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
983 2025.01.08 18:22:40.421296 [ 282 ] {74da276b-3dd3-4a8d-bf48-50dbeea7f287} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54030) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete)
984 2025.01.08 18:22:40.421783 [ 282 ] {74da276b-3dd3-4a8d-bf48-50dbeea7f287} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
985 2025.01.08 18:22:40.423809 [ 282 ] {74da276b-3dd3-4a8d-bf48-50dbeea7f287} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent')" moved to PREWHERE
986 2025.01.08 18:22:40.424121 [ 282 ] {74da276b-3dd3-4a8d-bf48-50dbeea7f287} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
987 2025.01.08 18:22:40.424376 [ 282 ] {74da276b-3dd3-4a8d-bf48-50dbeea7f287} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
988 2025.01.08 18:22:40.424692 [ 282 ] {74da276b-3dd3-4a8d-bf48-50dbeea7f287} <Debug> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Key condition: (column 0 notIn 14-element set)
989 2025.01.08 18:22:40.425839 [ 282 ] {74da276b-3dd3-4a8d-bf48-50dbeea7f287} <Trace> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
990 2025.01.08 18:22:40.425894 [ 282 ] {74da276b-3dd3-4a8d-bf48-50dbeea7f287} <Debug> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
991 2025.01.08 18:22:40.425915 [ 282 ] {74da276b-3dd3-4a8d-bf48-50dbeea7f287} <Trace> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Spreading mark ranges among streams (default reading)
992 2025.01.08 18:22:40.426082 [ 282 ] {74da276b-3dd3-4a8d-bf48-50dbeea7f287} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent'))"
993 2025.01.08 18:22:40.426111 [ 282 ] {74da276b-3dd3-4a8d-bf48-50dbeea7f287} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
994 2025.01.08 18:22:40.437942 [ 282 ] {74da276b-3dd3-4a8d-bf48-50dbeea7f287} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.01675 sec., 835.820895522388 rows/sec., 34.11 KiB/sec.
995 2025.01.08 18:22:40.438050 [ 282 ] {74da276b-3dd3-4a8d-bf48-50dbeea7f287} <Debug> TCPHandler: Processed in 0.017117357 sec.
996 2025.01.08 18:22:40.438920 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
997 2025.01.08 18:22:40.439182 [ 284 ] {19abc633-3e19-4cc3-a607-ed2812b8de0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
998 2025.01.08 18:22:40.439581 [ 284 ] {19abc633-3e19-4cc3-a607-ed2812b8de0d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
999 2025.01.08 18:22:40.439625 [ 284 ] {19abc633-3e19-4cc3-a607-ed2812b8de0d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE
1000 2025.01.08 18:22:40.439928 [ 284 ] {19abc633-3e19-4cc3-a607-ed2812b8de0d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1001 2025.01.08 18:22:40.440012 [ 284 ] {19abc633-3e19-4cc3-a607-ed2812b8de0d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1002 2025.01.08 18:22:40.440192 [ 284 ] {19abc633-3e19-4cc3-a607-ed2812b8de0d} <Debug> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Key condition: (column 0 notIn 15-element set)
1003 2025.01.08 18:22:40.440231 [ 284 ] {19abc633-3e19-4cc3-a607-ed2812b8de0d} <Trace> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1004 2025.01.08 18:22:40.440257 [ 284 ] {19abc633-3e19-4cc3-a607-ed2812b8de0d} <Debug> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
1005 2025.01.08 18:22:40.440276 [ 284 ] {19abc633-3e19-4cc3-a607-ed2812b8de0d} <Trace> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Spreading mark ranges among streams (default reading)
1006 2025.01.08 18:22:40.440329 [ 284 ] {19abc633-3e19-4cc3-a607-ed2812b8de0d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))"
1007 2025.01.08 18:22:40.440354 [ 284 ] {19abc633-3e19-4cc3-a607-ed2812b8de0d} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
1008 2025.01.08 18:22:40.441013 [ 284 ] {19abc633-3e19-4cc3-a607-ed2812b8de0d} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001953 sec., 7168.458781362006 rows/sec., 292.52 KiB/sec.
1009 2025.01.08 18:22:40.441142 [ 284 ] {19abc633-3e19-4cc3-a607-ed2812b8de0d} <Debug> TCPHandler: Processed in 0.002354521 sec.
1010 2025.01.08 18:22:40.441480 [ 282 ] {} <Trace> TCP-Session: 91cd5179-36c3-4aff-8f92-2b7c650bc977 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1011 2025.01.08 18:22:40.441658 [ 282 ] {6bafaf55-955e-46d0-8b66-ef00944ae257} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54030) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled') FORMAT Native; (stage: Complete)
1012 2025.01.08 18:22:40.441992 [ 282 ] {6bafaf55-955e-46d0-8b66-ef00944ae257} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1013 2025.01.08 18:22:40.442032 [ 282 ] {6bafaf55-955e-46d0-8b66-ef00944ae257} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled')" moved to PREWHERE
1014 2025.01.08 18:22:40.442301 [ 282 ] {6bafaf55-955e-46d0-8b66-ef00944ae257} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1015 2025.01.08 18:22:40.442371 [ 282 ] {6bafaf55-955e-46d0-8b66-ef00944ae257} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1016 2025.01.08 18:22:40.442528 [ 282 ] {6bafaf55-955e-46d0-8b66-ef00944ae257} <Debug> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Key condition: (column 0 notIn 16-element set)
1017 2025.01.08 18:22:40.442563 [ 282 ] {6bafaf55-955e-46d0-8b66-ef00944ae257} <Trace> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1018 2025.01.08 18:22:40.442588 [ 282 ] {6bafaf55-955e-46d0-8b66-ef00944ae257} <Debug> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
1019 2025.01.08 18:22:40.442606 [ 282 ] {6bafaf55-955e-46d0-8b66-ef00944ae257} <Trace> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Spreading mark ranges among streams (default reading)
1020 2025.01.08 18:22:40.442652 [ 282 ] {6bafaf55-955e-46d0-8b66-ef00944ae257} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled'))"
1021 2025.01.08 18:22:40.442676 [ 282 ] {6bafaf55-955e-46d0-8b66-ef00944ae257} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
1022 2025.01.08 18:22:40.443234 [ 282 ] {6bafaf55-955e-46d0-8b66-ef00944ae257} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001656 sec., 8454.106280193237 rows/sec., 344.98 KiB/sec.
1023 2025.01.08 18:22:40.443325 [ 282 ] {6bafaf55-955e-46d0-8b66-ef00944ae257} <Debug> TCPHandler: Processed in 0.001906699 sec.
1024 2025.01.08 18:22:40.443928 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1025 2025.01.08 18:22:40.444107 [ 284 ] {73db2f46-1b41-45b7-9209-d864325b1be2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up') FORMAT Native; (stage: Complete)
1026 2025.01.08 18:22:40.444433 [ 284 ] {73db2f46-1b41-45b7-9209-d864325b1be2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1027 2025.01.08 18:22:40.444475 [ 284 ] {73db2f46-1b41-45b7-9209-d864325b1be2} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up')" moved to PREWHERE
1028 2025.01.08 18:22:40.444744 [ 284 ] {73db2f46-1b41-45b7-9209-d864325b1be2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1029 2025.01.08 18:22:40.444813 [ 284 ] {73db2f46-1b41-45b7-9209-d864325b1be2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1030 2025.01.08 18:22:40.444967 [ 284 ] {73db2f46-1b41-45b7-9209-d864325b1be2} <Debug> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Key condition: (column 0 notIn 17-element set)
1031 2025.01.08 18:22:40.445001 [ 284 ] {73db2f46-1b41-45b7-9209-d864325b1be2} <Trace> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1032 2025.01.08 18:22:40.445023 [ 284 ] {73db2f46-1b41-45b7-9209-d864325b1be2} <Debug> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
1033 2025.01.08 18:22:40.445041 [ 284 ] {73db2f46-1b41-45b7-9209-d864325b1be2} <Trace> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Spreading mark ranges among streams (default reading)
1034 2025.01.08 18:22:40.445087 [ 284 ] {73db2f46-1b41-45b7-9209-d864325b1be2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up'))"
1035 2025.01.08 18:22:40.445109 [ 284 ] {73db2f46-1b41-45b7-9209-d864325b1be2} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
1036 2025.01.08 18:22:40.445699 [ 284 ] {73db2f46-1b41-45b7-9209-d864325b1be2} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001674 sec., 8363.201911589009 rows/sec., 341.27 KiB/sec.
1037 2025.01.08 18:22:40.445816 [ 284 ] {73db2f46-1b41-45b7-9209-d864325b1be2} <Debug> TCPHandler: Processed in 0.001949461 sec.
1038 2025.01.08 18:22:40.446169 [ 282 ] {} <Trace> TCP-Session: 91cd5179-36c3-4aff-8f92-2b7c650bc977 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1039 2025.01.08 18:22:40.446351 [ 282 ] {a214b187-a8c0-40d3-b56f-fd1198d75c84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54030) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity') FORMAT Native; (stage: Complete)
1040 2025.01.08 18:22:40.446659 [ 282 ] {a214b187-a8c0-40d3-b56f-fd1198d75c84} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1041 2025.01.08 18:22:40.446702 [ 282 ] {a214b187-a8c0-40d3-b56f-fd1198d75c84} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity')" moved to PREWHERE
1042 2025.01.08 18:22:40.446964 [ 282 ] {a214b187-a8c0-40d3-b56f-fd1198d75c84} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1043 2025.01.08 18:22:40.447032 [ 282 ] {a214b187-a8c0-40d3-b56f-fd1198d75c84} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1044 2025.01.08 18:22:40.447185 [ 282 ] {a214b187-a8c0-40d3-b56f-fd1198d75c84} <Debug> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Key condition: (column 0 notIn 18-element set)
1045 2025.01.08 18:22:40.447219 [ 282 ] {a214b187-a8c0-40d3-b56f-fd1198d75c84} <Trace> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1046 2025.01.08 18:22:40.447243 [ 282 ] {a214b187-a8c0-40d3-b56f-fd1198d75c84} <Debug> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
1047 2025.01.08 18:22:40.447266 [ 282 ] {a214b187-a8c0-40d3-b56f-fd1198d75c84} <Trace> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Spreading mark ranges among streams (default reading)
1048 2025.01.08 18:22:40.447315 [ 282 ] {a214b187-a8c0-40d3-b56f-fd1198d75c84} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity'))"
1049 2025.01.08 18:22:40.447339 [ 282 ] {a214b187-a8c0-40d3-b56f-fd1198d75c84} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
1050 2025.01.08 18:22:40.447933 [ 282 ] {a214b187-a8c0-40d3-b56f-fd1198d75c84} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001664 sec., 8413.461538461539 rows/sec., 343.32 KiB/sec.
1051 2025.01.08 18:22:40.448015 [ 282 ] {a214b187-a8c0-40d3-b56f-fd1198d75c84} <Debug> TCPHandler: Processed in 0.001906 sec.
1052 2025.01.08 18:22:40.448268 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1053 2025.01.08 18:22:40.448439 [ 284 ] {1a97eb51-8666-4251-961d-4102a8742251} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete)
1054 2025.01.08 18:22:40.448749 [ 284 ] {1a97eb51-8666-4251-961d-4102a8742251} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1055 2025.01.08 18:22:40.448788 [ 284 ] {1a97eb51-8666-4251-961d-4102a8742251} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE
1056 2025.01.08 18:22:40.449051 [ 284 ] {1a97eb51-8666-4251-961d-4102a8742251} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1057 2025.01.08 18:22:40.449119 [ 284 ] {1a97eb51-8666-4251-961d-4102a8742251} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1058 2025.01.08 18:22:40.449267 [ 284 ] {1a97eb51-8666-4251-961d-4102a8742251} <Debug> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Key condition: (column 0 notIn 19-element set)
1059 2025.01.08 18:22:40.449299 [ 284 ] {1a97eb51-8666-4251-961d-4102a8742251} <Trace> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1060 2025.01.08 18:22:40.449321 [ 284 ] {1a97eb51-8666-4251-961d-4102a8742251} <Debug> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
1061 2025.01.08 18:22:40.449339 [ 284 ] {1a97eb51-8666-4251-961d-4102a8742251} <Trace> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Spreading mark ranges among streams (default reading)
1062 2025.01.08 18:22:40.449384 [ 284 ] {1a97eb51-8666-4251-961d-4102a8742251} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy'))"
1063 2025.01.08 18:22:40.449408 [ 284 ] {1a97eb51-8666-4251-961d-4102a8742251} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
1064 2025.01.08 18:22:40.449968 [ 284 ] {1a97eb51-8666-4251-961d-4102a8742251} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001607 sec., 8711.885500933417 rows/sec., 355.50 KiB/sec.
1065 2025.01.08 18:22:40.450084 [ 284 ] {1a97eb51-8666-4251-961d-4102a8742251} <Debug> TCPHandler: Processed in 0.001872299 sec.
1066 2025.01.08 18:22:40.450363 [ 282 ] {} <Trace> TCP-Session: 91cd5179-36c3-4aff-8f92-2b7c650bc977 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1067 2025.01.08 18:22:40.450536 [ 282 ] {8f96747f-0bf7-4019-9f3c-2fd66fd8408a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54030) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete)
1068 2025.01.08 18:22:40.450903 [ 282 ] {8f96747f-0bf7-4019-9f3c-2fd66fd8408a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1069 2025.01.08 18:22:40.450944 [ 282 ] {8f96747f-0bf7-4019-9f3c-2fd66fd8408a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE
1070 2025.01.08 18:22:40.451212 [ 282 ] {8f96747f-0bf7-4019-9f3c-2fd66fd8408a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1071 2025.01.08 18:22:40.451283 [ 282 ] {8f96747f-0bf7-4019-9f3c-2fd66fd8408a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1072 2025.01.08 18:22:40.451434 [ 282 ] {8f96747f-0bf7-4019-9f3c-2fd66fd8408a} <Debug> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Key condition: (column 0 notIn 20-element set)
1073 2025.01.08 18:22:40.451468 [ 282 ] {8f96747f-0bf7-4019-9f3c-2fd66fd8408a} <Trace> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1074 2025.01.08 18:22:40.451492 [ 282 ] {8f96747f-0bf7-4019-9f3c-2fd66fd8408a} <Debug> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
1075 2025.01.08 18:22:40.451509 [ 282 ] {8f96747f-0bf7-4019-9f3c-2fd66fd8408a} <Trace> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Spreading mark ranges among streams (default reading)
1076 2025.01.08 18:22:40.451554 [ 282 ] {8f96747f-0bf7-4019-9f3c-2fd66fd8408a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))"
1077 2025.01.08 18:22:40.451577 [ 282 ] {8f96747f-0bf7-4019-9f3c-2fd66fd8408a} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
1078 2025.01.08 18:22:40.452125 [ 282 ] {8f96747f-0bf7-4019-9f3c-2fd66fd8408a} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001666 sec., 8403.361344537816 rows/sec., 342.91 KiB/sec.
1079 2025.01.08 18:22:40.452208 [ 282 ] {8f96747f-0bf7-4019-9f3c-2fd66fd8408a} <Debug> TCPHandler: Processed in 0.00190356 sec.
1080 2025.01.08 18:22:40.452481 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1081 2025.01.08 18:22:40.452654 [ 284 ] {72ae8350-7903-4140-9118-a1d79cf72d64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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)
1082 2025.01.08 18:22:40.452976 [ 284 ] {72ae8350-7903-4140-9118-a1d79cf72d64} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1083 2025.01.08 18:22:40.453017 [ 284 ] {72ae8350-7903-4140-9118-a1d79cf72d64} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE
1084 2025.01.08 18:22:40.453302 [ 284 ] {72ae8350-7903-4140-9118-a1d79cf72d64} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1085 2025.01.08 18:22:40.453372 [ 284 ] {72ae8350-7903-4140-9118-a1d79cf72d64} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1086 2025.01.08 18:22:40.453519 [ 284 ] {72ae8350-7903-4140-9118-a1d79cf72d64} <Debug> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Key condition: (column 0 notIn 21-element set)
1087 2025.01.08 18:22:40.453552 [ 284 ] {72ae8350-7903-4140-9118-a1d79cf72d64} <Trace> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1088 2025.01.08 18:22:40.453574 [ 284 ] {72ae8350-7903-4140-9118-a1d79cf72d64} <Debug> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
1089 2025.01.08 18:22:40.453591 [ 284 ] {72ae8350-7903-4140-9118-a1d79cf72d64} <Trace> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Spreading mark ranges among streams (default reading)
1090 2025.01.08 18:22:40.453635 [ 284 ] {72ae8350-7903-4140-9118-a1d79cf72d64} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))"
1091 2025.01.08 18:22:40.453658 [ 284 ] {72ae8350-7903-4140-9118-a1d79cf72d64} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
1092 2025.01.08 18:22:40.454249 [ 284 ] {72ae8350-7903-4140-9118-a1d79cf72d64} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001675 sec., 8358.20895522388 rows/sec., 341.07 KiB/sec.
1093 2025.01.08 18:22:40.454368 [ 284 ] {72ae8350-7903-4140-9118-a1d79cf72d64} <Debug> TCPHandler: Processed in 0.001943581 sec.
1094 2025.01.08 18:22:40.454653 [ 282 ] {} <Trace> TCP-Session: 91cd5179-36c3-4aff-8f92-2b7c650bc977 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1095 2025.01.08 18:22:40.454853 [ 282 ] {33bd3233-7f9c-46c8-ad65-55ad98adcd15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54030) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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)
1096 2025.01.08 18:22:40.455246 [ 282 ] {33bd3233-7f9c-46c8-ad65-55ad98adcd15} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1097 2025.01.08 18:22:40.455306 [ 282 ] {33bd3233-7f9c-46c8-ad65-55ad98adcd15} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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')" moved to PREWHERE
1098 2025.01.08 18:22:40.455668 [ 282 ] {33bd3233-7f9c-46c8-ad65-55ad98adcd15} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1099 2025.01.08 18:22:40.455748 [ 282 ] {33bd3233-7f9c-46c8-ad65-55ad98adcd15} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1100 2025.01.08 18:22:40.455939 [ 282 ] {33bd3233-7f9c-46c8-ad65-55ad98adcd15} <Debug> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Key condition: (column 0 notIn 22-element set)
1101 2025.01.08 18:22:40.455980 [ 282 ] {33bd3233-7f9c-46c8-ad65-55ad98adcd15} <Trace> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1102 2025.01.08 18:22:40.456009 [ 282 ] {33bd3233-7f9c-46c8-ad65-55ad98adcd15} <Debug> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
1103 2025.01.08 18:22:40.456032 [ 282 ] {33bd3233-7f9c-46c8-ad65-55ad98adcd15} <Trace> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Spreading mark ranges among streams (default reading)
1104 2025.01.08 18:22:40.456088 [ 282 ] {33bd3233-7f9c-46c8-ad65-55ad98adcd15} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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'))"
1105 2025.01.08 18:22:40.456116 [ 282 ] {33bd3233-7f9c-46c8-ad65-55ad98adcd15} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
1106 2025.01.08 18:22:40.456854 [ 282 ] {33bd3233-7f9c-46c8-ad65-55ad98adcd15} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.002098 sec., 6673.02192564347 rows/sec., 272.30 KiB/sec.
1107 2025.01.08 18:22:40.456953 [ 282 ] {33bd3233-7f9c-46c8-ad65-55ad98adcd15} <Debug> TCPHandler: Processed in 0.002367261 sec.
1108 2025.01.08 18:22:40.457216 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1109 2025.01.08 18:22:40.457426 [ 284 ] {b836ddb7-50f9-48ba-a376-fe82d104197d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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)
1110 2025.01.08 18:22:40.457737 [ 284 ] {b836ddb7-50f9-48ba-a376-fe82d104197d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1111 2025.01.08 18:22:40.457780 [ 284 ] {b836ddb7-50f9-48ba-a376-fe82d104197d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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')" moved to PREWHERE
1112 2025.01.08 18:22:40.458053 [ 284 ] {b836ddb7-50f9-48ba-a376-fe82d104197d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1113 2025.01.08 18:22:40.458121 [ 284 ] {b836ddb7-50f9-48ba-a376-fe82d104197d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1114 2025.01.08 18:22:40.458267 [ 284 ] {b836ddb7-50f9-48ba-a376-fe82d104197d} <Debug> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Key condition: (column 0 notIn 23-element set)
1115 2025.01.08 18:22:40.458301 [ 284 ] {b836ddb7-50f9-48ba-a376-fe82d104197d} <Trace> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1116 2025.01.08 18:22:40.458324 [ 284 ] {b836ddb7-50f9-48ba-a376-fe82d104197d} <Debug> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
1117 2025.01.08 18:22:40.458341 [ 284 ] {b836ddb7-50f9-48ba-a376-fe82d104197d} <Trace> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Spreading mark ranges among streams (default reading)
1118 2025.01.08 18:22:40.458383 [ 284 ] {b836ddb7-50f9-48ba-a376-fe82d104197d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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'))"
1119 2025.01.08 18:22:40.458406 [ 284 ] {b836ddb7-50f9-48ba-a376-fe82d104197d} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
1120 2025.01.08 18:22:40.459007 [ 284 ] {b836ddb7-50f9-48ba-a376-fe82d104197d} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.00166 sec., 8433.734939759037 rows/sec., 344.15 KiB/sec.
1121 2025.01.08 18:22:40.459128 [ 284 ] {b836ddb7-50f9-48ba-a376-fe82d104197d} <Debug> TCPHandler: Processed in 0.001972451 sec.
1122 2025.01.08 18:22:40.459427 [ 282 ] {} <Trace> TCP-Session: 91cd5179-36c3-4aff-8f92-2b7c650bc977 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1123 2025.01.08 18:22:40.459625 [ 282 ] {1aae0be3-7b18-46b1-9975-d5a391aec1a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54030) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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)
1124 2025.01.08 18:22:40.459940 [ 282 ] {1aae0be3-7b18-46b1-9975-d5a391aec1a4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1125 2025.01.08 18:22:40.459984 [ 282 ] {1aae0be3-7b18-46b1-9975-d5a391aec1a4} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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')" moved to PREWHERE
1126 2025.01.08 18:22:40.460265 [ 282 ] {1aae0be3-7b18-46b1-9975-d5a391aec1a4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1127 2025.01.08 18:22:40.460333 [ 282 ] {1aae0be3-7b18-46b1-9975-d5a391aec1a4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1128 2025.01.08 18:22:40.460500 [ 282 ] {1aae0be3-7b18-46b1-9975-d5a391aec1a4} <Debug> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Key condition: (column 0 notIn 24-element set)
1129 2025.01.08 18:22:40.460534 [ 282 ] {1aae0be3-7b18-46b1-9975-d5a391aec1a4} <Trace> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1130 2025.01.08 18:22:40.460562 [ 282 ] {1aae0be3-7b18-46b1-9975-d5a391aec1a4} <Debug> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (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
1131 2025.01.08 18:22:40.460602 [ 282 ] {1aae0be3-7b18-46b1-9975-d5a391aec1a4} <Trace> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Spreading mark ranges among streams (default reading)
1132 2025.01.08 18:22:40.460659 [ 282 ] {1aae0be3-7b18-46b1-9975-d5a391aec1a4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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'))"
1133 2025.01.08 18:22:40.460684 [ 282 ] {1aae0be3-7b18-46b1-9975-d5a391aec1a4} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
1134 2025.01.08 18:22:40.461243 [ 282 ] {1aae0be3-7b18-46b1-9975-d5a391aec1a4} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001699 sec., 8240.14125956445 rows/sec., 336.25 KiB/sec.
1135 2025.01.08 18:22:40.461332 [ 282 ] {1aae0be3-7b18-46b1-9975-d5a391aec1a4} <Debug> TCPHandler: Processed in 0.001964962 sec.
1136 2025.01.08 18:22:40.461610 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1137 2025.01.08 18:22:40.461789 [ 284 ] {afb8c2a1-b161-4fe0-8cf2-33e8fbe903cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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)
1138 2025.01.08 18:22:40.462136 [ 284 ] {afb8c2a1-b161-4fe0-8cf2-33e8fbe903cc} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1139 2025.01.08 18:22:40.462182 [ 284 ] {afb8c2a1-b161-4fe0-8cf2-33e8fbe903cc} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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')" moved to PREWHERE
1140 2025.01.08 18:22:40.462468 [ 284 ] {afb8c2a1-b161-4fe0-8cf2-33e8fbe903cc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1141 2025.01.08 18:22:40.462537 [ 284 ] {afb8c2a1-b161-4fe0-8cf2-33e8fbe903cc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1142 2025.01.08 18:22:40.462689 [ 284 ] {afb8c2a1-b161-4fe0-8cf2-33e8fbe903cc} <Debug> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Key condition: (column 0 notIn 25-element set)
1143 2025.01.08 18:22:40.462724 [ 284 ] {afb8c2a1-b161-4fe0-8cf2-33e8fbe903cc} <Trace> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1144 2025.01.08 18:22:40.462747 [ 284 ] {afb8c2a1-b161-4fe0-8cf2-33e8fbe903cc} <Debug> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (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
1145 2025.01.08 18:22:40.462764 [ 284 ] {afb8c2a1-b161-4fe0-8cf2-33e8fbe903cc} <Trace> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Spreading mark ranges among streams (default reading)
1146 2025.01.08 18:22:40.462814 [ 284 ] {afb8c2a1-b161-4fe0-8cf2-33e8fbe903cc} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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'))"
1147 2025.01.08 18:22:40.462840 [ 284 ] {afb8c2a1-b161-4fe0-8cf2-33e8fbe903cc} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
1148 2025.01.08 18:22:40.463418 [ 284 ] {afb8c2a1-b161-4fe0-8cf2-33e8fbe903cc} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001711 sec., 8182.349503214494 rows/sec., 333.89 KiB/sec.
1149 2025.01.08 18:22:40.463536 [ 284 ] {afb8c2a1-b161-4fe0-8cf2-33e8fbe903cc} <Debug> TCPHandler: Processed in 0.001984562 sec.
1150 2025.01.08 18:22:40.468379 [ 282 ] {} <Trace> TCP-Session: 91cd5179-36c3-4aff-8f92-2b7c650bc977 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1151 2025.01.08 18:22:40.468560 [ 282 ] {f0220fc9-ef83-4f4d-8232-fb024f59af4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54030) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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)
1152 2025.01.08 18:22:40.468881 [ 282 ] {f0220fc9-ef83-4f4d-8232-fb024f59af4c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1153 2025.01.08 18:22:40.468926 [ 282 ] {f0220fc9-ef83-4f4d-8232-fb024f59af4c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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
1154 2025.01.08 18:22:40.469211 [ 282 ] {f0220fc9-ef83-4f4d-8232-fb024f59af4c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1155 2025.01.08 18:22:40.469282 [ 282 ] {f0220fc9-ef83-4f4d-8232-fb024f59af4c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1156 2025.01.08 18:22:40.469431 [ 282 ] {f0220fc9-ef83-4f4d-8232-fb024f59af4c} <Debug> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Key condition: (column 0 notIn 26-element set)
1157 2025.01.08 18:22:40.469465 [ 282 ] {f0220fc9-ef83-4f4d-8232-fb024f59af4c} <Trace> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1158 2025.01.08 18:22:40.469489 [ 282 ] {f0220fc9-ef83-4f4d-8232-fb024f59af4c} <Debug> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (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
1159 2025.01.08 18:22:40.469505 [ 282 ] {f0220fc9-ef83-4f4d-8232-fb024f59af4c} <Trace> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Spreading mark ranges among streams (default reading)
1160 2025.01.08 18:22:40.469550 [ 282 ] {f0220fc9-ef83-4f4d-8232-fb024f59af4c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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'))"
1161 2025.01.08 18:22:40.469574 [ 282 ] {f0220fc9-ef83-4f4d-8232-fb024f59af4c} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
1162 2025.01.08 18:22:40.470104 [ 282 ] {f0220fc9-ef83-4f4d-8232-fb024f59af4c} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001628 sec., 8599.5085995086 rows/sec., 350.91 KiB/sec.
1163 2025.01.08 18:22:40.470184 [ 282 ] {f0220fc9-ef83-4f4d-8232-fb024f59af4c} <Debug> TCPHandler: Processed in 0.001865639 sec.
1164 2025.01.08 18:22:40.474494 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1165 2025.01.08 18:22:40.474622 [ 284 ] {24446a43-5dc1-4d23-a0d8-572e494f9155} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
1166 2025.01.08 18:22:40.474675 [ 284 ] {24446a43-5dc1-4d23-a0d8-572e494f9155} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1167 2025.01.08 18:22:40.475430 [ 284 ] {24446a43-5dc1-4d23-a0d8-572e494f9155} <Trace> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1168 2025.01.08 18:22:40.475476 [ 284 ] {24446a43-5dc1-4d23-a0d8-572e494f9155} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1169 2025.01.08 18:22:40.475996 [ 284 ] {24446a43-5dc1-4d23-a0d8-572e494f9155} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1170 2025.01.08 18:22:40.476217 [ 284 ] {24446a43-5dc1-4d23-a0d8-572e494f9155} <Trace> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1171 2025.01.08 18:22:40.476444 [ 284 ] {24446a43-5dc1-4d23-a0d8-572e494f9155} <Debug> executeQuery: Read 13 rows, 2.63 KiB in 0.00186 sec., 6989.247311827957 rows/sec., 1.38 MiB/sec.
1172 2025.01.08 18:22:40.476526 [ 284 ] {24446a43-5dc1-4d23-a0d8-572e494f9155} <Debug> TCPHandler: Processed in 0.002088625 sec.
1173 2025.01.08 18:22:40.476718 [ 282 ] {} <Trace> TCP-Session: 91cd5179-36c3-4aff-8f92-2b7c650bc977 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1174 2025.01.08 18:22:40.476848 [ 282 ] {8446c05a-8067-441e-80c1-75582a30262f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54030) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
1175 2025.01.08 18:22:40.476897 [ 282 ] {8446c05a-8067-441e-80c1-75582a30262f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
1176 2025.01.08 18:22:40.478108 [ 282 ] {8446c05a-8067-441e-80c1-75582a30262f} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1177 2025.01.08 18:22:40.478151 [ 282 ] {8446c05a-8067-441e-80c1-75582a30262f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1178 2025.01.08 18:22:40.478575 [ 282 ] {8446c05a-8067-441e-80c1-75582a30262f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1179 2025.01.08 18:22:40.478851 [ 282 ] {8446c05a-8067-441e-80c1-75582a30262f} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1180 2025.01.08 18:22:40.479096 [ 282 ] {8446c05a-8067-441e-80c1-75582a30262f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002279 sec., 6143.045195261079 rows/sec., 442.22 KiB/sec.
1181 2025.01.08 18:22:40.479155 [ 282 ] {8446c05a-8067-441e-80c1-75582a30262f} <Debug> TCPHandler: Processed in 0.002495585 sec.
1182 2025.01.08 18:22:40.479312 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1183 2025.01.08 18:22:40.479451 [ 284 ] {d64bed30-d893-40c4-8fbe-9b8ea2df4451} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1184 2025.01.08 18:22:40.479508 [ 284 ] {d64bed30-d893-40c4-8fbe-9b8ea2df4451} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1185 2025.01.08 18:22:40.480312 [ 284 ] {d64bed30-d893-40c4-8fbe-9b8ea2df4451} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1186 2025.01.08 18:22:40.480357 [ 284 ] {d64bed30-d893-40c4-8fbe-9b8ea2df4451} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1187 2025.01.08 18:22:40.480737 [ 284 ] {d64bed30-d893-40c4-8fbe-9b8ea2df4451} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1188 2025.01.08 18:22:40.480983 [ 284 ] {d64bed30-d893-40c4-8fbe-9b8ea2df4451} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1189 2025.01.08 18:22:40.481193 [ 284 ] {d64bed30-d893-40c4-8fbe-9b8ea2df4451} <Debug> executeQuery: Read 189 rows, 17.18 KiB in 0.001779 sec., 106239.46037099494 rows/sec., 9.43 MiB/sec.
1190 2025.01.08 18:22:40.481243 [ 284 ] {d64bed30-d893-40c4-8fbe-9b8ea2df4451} <Debug> TCPHandler: Processed in 0.001986792 sec.
1191 2025.01.08 18:22:40.481400 [ 282 ] {} <Trace> TCP-Session: 91cd5179-36c3-4aff-8f92-2b7c650bc977 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1192 2025.01.08 18:22:40.481518 [ 282 ] {bed8f294-8317-435f-90ae-acebcbbd2295} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54030) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1193 2025.01.08 18:22:40.481567 [ 282 ] {bed8f294-8317-435f-90ae-acebcbbd2295} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1194 2025.01.08 18:22:40.482432 [ 282 ] {bed8f294-8317-435f-90ae-acebcbbd2295} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1195 2025.01.08 18:22:40.482470 [ 282 ] {bed8f294-8317-435f-90ae-acebcbbd2295} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1196 2025.01.08 18:22:40.482853 [ 282 ] {bed8f294-8317-435f-90ae-acebcbbd2295} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1197 2025.01.08 18:22:40.483105 [ 282 ] {bed8f294-8317-435f-90ae-acebcbbd2295} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1198 2025.01.08 18:22:40.483337 [ 282 ] {bed8f294-8317-435f-90ae-acebcbbd2295} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001836 sec., 8169.934640522876 rows/sec., 576.04 KiB/sec.
1199 2025.01.08 18:22:40.483496 [ 282 ] {bed8f294-8317-435f-90ae-acebcbbd2295} <Debug> TCPHandler: Processed in 0.002151647 sec.
1200 2025.01.08 18:22:40.483652 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1201 2025.01.08 18:22:40.483766 [ 284 ] {51f55a48-135d-49bc-8ac2-f4257d446fe3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1202 2025.01.08 18:22:40.483813 [ 284 ] {51f55a48-135d-49bc-8ac2-f4257d446fe3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1203 2025.01.08 18:22:40.484403 [ 284 ] {51f55a48-135d-49bc-8ac2-f4257d446fe3} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1204 2025.01.08 18:22:40.484443 [ 284 ] {51f55a48-135d-49bc-8ac2-f4257d446fe3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1205 2025.01.08 18:22:40.484806 [ 284 ] {51f55a48-135d-49bc-8ac2-f4257d446fe3} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1206 2025.01.08 18:22:40.485054 [ 284 ] {51f55a48-135d-49bc-8ac2-f4257d446fe3} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1207 2025.01.08 18:22:40.485323 [ 284 ] {51f55a48-135d-49bc-8ac2-f4257d446fe3} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001565 sec., 8945.686900958466 rows/sec., 626.50 KiB/sec.
1208 2025.01.08 18:22:40.485393 [ 284 ] {51f55a48-135d-49bc-8ac2-f4257d446fe3} <Debug> TCPHandler: Processed in 0.001797167 sec.
1209 2025.01.08 18:22:40.485547 [ 282 ] {} <Trace> TCP-Session: 91cd5179-36c3-4aff-8f92-2b7c650bc977 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1210 2025.01.08 18:22:40.485664 [ 282 ] {16e372d6-d986-4733-b009-e2c6f0d6fa11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54030) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
1211 2025.01.08 18:22:40.485712 [ 282 ] {16e372d6-d986-4733-b009-e2c6f0d6fa11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1212 2025.01.08 18:22:40.486289 [ 282 ] {16e372d6-d986-4733-b009-e2c6f0d6fa11} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1213 2025.01.08 18:22:40.486328 [ 282 ] {16e372d6-d986-4733-b009-e2c6f0d6fa11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1214 2025.01.08 18:22:40.486682 [ 282 ] {16e372d6-d986-4733-b009-e2c6f0d6fa11} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1215 2025.01.08 18:22:40.486926 [ 282 ] {16e372d6-d986-4733-b009-e2c6f0d6fa11} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1216 2025.01.08 18:22:40.487174 [ 282 ] {16e372d6-d986-4733-b009-e2c6f0d6fa11} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001514 sec., 8586.525759577278 rows/sec., 535.37 KiB/sec.
1217 2025.01.08 18:22:40.487247 [ 282 ] {16e372d6-d986-4733-b009-e2c6f0d6fa11} <Debug> TCPHandler: Processed in 0.001757216 sec.
1218 2025.01.08 18:22:40.487447 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1219 2025.01.08 18:22:40.487582 [ 284 ] {defbf4a9-0452-4ac2-b37b-c3581d120df9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1220 2025.01.08 18:22:40.487637 [ 284 ] {defbf4a9-0452-4ac2-b37b-c3581d120df9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1221 2025.01.08 18:22:40.488481 [ 284 ] {defbf4a9-0452-4ac2-b37b-c3581d120df9} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1222 2025.01.08 18:22:40.488521 [ 284 ] {defbf4a9-0452-4ac2-b37b-c3581d120df9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1223 2025.01.08 18:22:40.488919 [ 284 ] {defbf4a9-0452-4ac2-b37b-c3581d120df9} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1224 2025.01.08 18:22:40.489232 [ 284 ] {defbf4a9-0452-4ac2-b37b-c3581d120df9} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1225 2025.01.08 18:22:40.489441 [ 284 ] {defbf4a9-0452-4ac2-b37b-c3581d120df9} <Debug> executeQuery: Read 354 rows, 25.44 KiB in 0.00189 sec., 187301.5873015873 rows/sec., 13.15 MiB/sec.
1226 2025.01.08 18:22:40.489494 [ 284 ] {defbf4a9-0452-4ac2-b37b-c3581d120df9} <Debug> TCPHandler: Processed in 0.002113705 sec.
1227 2025.01.08 18:22:40.489652 [ 282 ] {} <Trace> TCP-Session: 91cd5179-36c3-4aff-8f92-2b7c650bc977 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1228 2025.01.08 18:22:40.489791 [ 282 ] {c6dd8118-3120-4e53-ac55-0ba9ea1b0aeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54030) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
1229 2025.01.08 18:22:40.489850 [ 282 ] {c6dd8118-3120-4e53-ac55-0ba9ea1b0aeb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
1230 2025.01.08 18:22:40.490408 [ 282 ] {c6dd8118-3120-4e53-ac55-0ba9ea1b0aeb} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1231 2025.01.08 18:22:40.490446 [ 282 ] {c6dd8118-3120-4e53-ac55-0ba9ea1b0aeb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1232 2025.01.08 18:22:40.490834 [ 282 ] {c6dd8118-3120-4e53-ac55-0ba9ea1b0aeb} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1233 2025.01.08 18:22:40.491086 [ 282 ] {c6dd8118-3120-4e53-ac55-0ba9ea1b0aeb} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1234 2025.01.08 18:22:40.491302 [ 282 ] {c6dd8118-3120-4e53-ac55-0ba9ea1b0aeb} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001531 sec., 3919.0071848465054 rows/sec., 204.75 KiB/sec.
1235 2025.01.08 18:22:40.491449 [ 282 ] {c6dd8118-3120-4e53-ac55-0ba9ea1b0aeb} <Debug> TCPHandler: Processed in 0.001862458 sec.
1236 2025.01.08 18:22:40.491593 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1237 2025.01.08 18:22:40.491708 [ 284 ] {79cce1e1-a924-43b1-bf31-eaaef0359185} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1238 2025.01.08 18:22:40.491759 [ 284 ] {79cce1e1-a924-43b1-bf31-eaaef0359185} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1239 2025.01.08 18:22:40.492334 [ 284 ] {79cce1e1-a924-43b1-bf31-eaaef0359185} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1240 2025.01.08 18:22:40.492374 [ 284 ] {79cce1e1-a924-43b1-bf31-eaaef0359185} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1241 2025.01.08 18:22:40.492751 [ 284 ] {79cce1e1-a924-43b1-bf31-eaaef0359185} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1242 2025.01.08 18:22:40.492990 [ 284 ] {79cce1e1-a924-43b1-bf31-eaaef0359185} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1243 2025.01.08 18:22:40.493200 [ 284 ] {79cce1e1-a924-43b1-bf31-eaaef0359185} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001517 sec., 116677.65326301912 rows/sec., 7.70 MiB/sec.
1244 2025.01.08 18:22:40.493250 [ 284 ] {79cce1e1-a924-43b1-bf31-eaaef0359185} <Debug> TCPHandler: Processed in 0.001713304 sec.
1245 2025.01.08 18:22:40.493404 [ 282 ] {} <Trace> TCP-Session: 91cd5179-36c3-4aff-8f92-2b7c650bc977 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1246 2025.01.08 18:22:40.493519 [ 282 ] {977e6bab-0cda-4aad-9e8d-d3d94987538b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54030) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
1247 2025.01.08 18:22:40.493570 [ 282 ] {977e6bab-0cda-4aad-9e8d-d3d94987538b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
1248 2025.01.08 18:22:40.494048 [ 282 ] {977e6bab-0cda-4aad-9e8d-d3d94987538b} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1249 2025.01.08 18:22:40.494086 [ 282 ] {977e6bab-0cda-4aad-9e8d-d3d94987538b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1250 2025.01.08 18:22:40.494444 [ 282 ] {977e6bab-0cda-4aad-9e8d-d3d94987538b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1251 2025.01.08 18:22:40.494676 [ 282 ] {977e6bab-0cda-4aad-9e8d-d3d94987538b} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1252 2025.01.08 18:22:40.494871 [ 282 ] {977e6bab-0cda-4aad-9e8d-d3d94987538b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001377 sec., 726.2164124909223 rows/sec., 48.93 KiB/sec.
1253 2025.01.08 18:22:40.494921 [ 282 ] {977e6bab-0cda-4aad-9e8d-d3d94987538b} <Debug> TCPHandler: Processed in 0.001575341 sec.
1254 2025.01.08 18:22:40.495059 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1255 2025.01.08 18:22:40.495179 [ 284 ] {6bff7c56-8bf5-4160-9bda-65ff32795ea2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1256 2025.01.08 18:22:40.495259 [ 284 ] {6bff7c56-8bf5-4160-9bda-65ff32795ea2} <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
1257 2025.01.08 18:22:40.496330 [ 284 ] {6bff7c56-8bf5-4160-9bda-65ff32795ea2} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1258 2025.01.08 18:22:40.496370 [ 284 ] {6bff7c56-8bf5-4160-9bda-65ff32795ea2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1259 2025.01.08 18:22:40.499189 [ 284 ] {6bff7c56-8bf5-4160-9bda-65ff32795ea2} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1260 2025.01.08 18:22:40.499459 [ 284 ] {6bff7c56-8bf5-4160-9bda-65ff32795ea2} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1261 2025.01.08 18:22:40.499681 [ 284 ] {6bff7c56-8bf5-4160-9bda-65ff32795ea2} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.004525 sec., 1767.9558011049721 rows/sec., 3.17 MiB/sec.
1262 2025.01.08 18:22:40.499771 [ 284 ] {6bff7c56-8bf5-4160-9bda-65ff32795ea2} <Debug> TCPHandler: Processed in 0.004765265 sec.
1263 2025.01.08 18:22:40.499931 [ 282 ] {} <Trace> TCP-Session: 91cd5179-36c3-4aff-8f92-2b7c650bc977 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1264 2025.01.08 18:22:40.500077 [ 282 ] {e4ac09d1-9780-427e-ab5c-7fe4a5835dda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54030) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1265 2025.01.08 18:22:40.500136 [ 282 ] {e4ac09d1-9780-427e-ab5c-7fe4a5835dda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1266 2025.01.08 18:22:40.500688 [ 282 ] {e4ac09d1-9780-427e-ab5c-7fe4a5835dda} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1267 2025.01.08 18:22:40.500727 [ 282 ] {e4ac09d1-9780-427e-ab5c-7fe4a5835dda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1268 2025.01.08 18:22:40.501097 [ 282 ] {e4ac09d1-9780-427e-ab5c-7fe4a5835dda} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1269 2025.01.08 18:22:40.501341 [ 282 ] {e4ac09d1-9780-427e-ab5c-7fe4a5835dda} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1270 2025.01.08 18:22:40.501581 [ 282 ] {e4ac09d1-9780-427e-ab5c-7fe4a5835dda} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.00153 sec., 33986.92810457516 rows/sec., 2.10 MiB/sec.
1271 2025.01.08 18:22:40.501649 [ 282 ] {e4ac09d1-9780-427e-ab5c-7fe4a5835dda} <Debug> TCPHandler: Processed in 0.001785497 sec.
1272 2025.01.08 18:22:44.935757 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2318
1273 2025.01.08 18:22:44.936400 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1274 2025.01.08 18:22:44.936441 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1275 2025.01.08 18:22:44.937036 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1276 2025.01.08 18:22:44.937302 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1277 2025.01.08 18:22:44.937576 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2318
1278 2025.01.08 18:22:45.067927 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38
1279 2025.01.08 18:22:45.086828 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1280 2025.01.08 18:22:45.086876 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1281 2025.01.08 18:22:45.093936 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1282 2025.01.08 18:22:45.094676 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1283 2025.01.08 18:22:45.097067 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38
1284 2025.01.08 18:22:45.424284 [ 282 ] {} <Trace> TCP-Session: 91cd5179-36c3-4aff-8f92-2b7c650bc977 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1285 2025.01.08 18:22:45.424459 [ 282 ] {9102c942-5d88-4079-a2ac-fe4bb6d15005} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54030) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1286 2025.01.08 18:22:45.424557 [ 282 ] {9102c942-5d88-4079-a2ac-fe4bb6d15005} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1287 2025.01.08 18:22:45.425185 [ 282 ] {9102c942-5d88-4079-a2ac-fe4bb6d15005} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1288 2025.01.08 18:22:45.425227 [ 282 ] {9102c942-5d88-4079-a2ac-fe4bb6d15005} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1289 2025.01.08 18:22:45.425609 [ 282 ] {9102c942-5d88-4079-a2ac-fe4bb6d15005} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1290 2025.01.08 18:22:45.425956 [ 282 ] {9102c942-5d88-4079-a2ac-fe4bb6d15005} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1291 2025.01.08 18:22:45.426184 [ 282 ] {9102c942-5d88-4079-a2ac-fe4bb6d15005} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001772 sec., 14672.686230248308 rows/sec., 1.11 MiB/sec.
1292 2025.01.08 18:22:45.426249 [ 282 ] {9102c942-5d88-4079-a2ac-fe4bb6d15005} <Debug> TCPHandler: Processed in 0.002087404 sec.
1293 2025.01.08 18:22:45.426500 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1294 2025.01.08 18:22:45.426669 [ 284 ] {793c9949-eeb9-4478-b061-ab8044d36926} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1295 2025.01.08 18:22:45.426733 [ 284 ] {793c9949-eeb9-4478-b061-ab8044d36926} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1296 2025.01.08 18:22:45.427416 [ 284 ] {793c9949-eeb9-4478-b061-ab8044d36926} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1297 2025.01.08 18:22:45.427458 [ 284 ] {793c9949-eeb9-4478-b061-ab8044d36926} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1298 2025.01.08 18:22:45.427863 [ 284 ] {793c9949-eeb9-4478-b061-ab8044d36926} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1299 2025.01.08 18:22:45.428114 [ 284 ] {793c9949-eeb9-4478-b061-ab8044d36926} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1300 2025.01.08 18:22:45.428346 [ 284 ] {793c9949-eeb9-4478-b061-ab8044d36926} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001724 sec., 16241.299303944315 rows/sec., 1.27 MiB/sec.
1301 2025.01.08 18:22:45.428415 [ 284 ] {793c9949-eeb9-4478-b061-ab8044d36926} <Debug> TCPHandler: Processed in 0.002046214 sec.
1302 2025.01.08 18:22:45.428564 [ 282 ] {} <Trace> TCP-Session: 91cd5179-36c3-4aff-8f92-2b7c650bc977 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1303 2025.01.08 18:22:45.428708 [ 282 ] {2d4c57d6-755e-4d59-aeab-e461d80f7f5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54030) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1304 2025.01.08 18:22:45.428771 [ 282 ] {2d4c57d6-755e-4d59-aeab-e461d80f7f5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1305 2025.01.08 18:22:45.429425 [ 282 ] {2d4c57d6-755e-4d59-aeab-e461d80f7f5e} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1306 2025.01.08 18:22:45.429472 [ 282 ] {2d4c57d6-755e-4d59-aeab-e461d80f7f5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1307 2025.01.08 18:22:45.429873 [ 282 ] {2d4c57d6-755e-4d59-aeab-e461d80f7f5e} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1308 2025.01.08 18:22:45.430107 [ 282 ] {2d4c57d6-755e-4d59-aeab-e461d80f7f5e} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1309 2025.01.08 18:22:45.430352 [ 282 ] {2d4c57d6-755e-4d59-aeab-e461d80f7f5e} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001678 sec., 59594.75566150179 rows/sec., 4.13 MiB/sec.
1310 2025.01.08 18:22:45.430416 [ 282 ] {2d4c57d6-755e-4d59-aeab-e461d80f7f5e} <Debug> TCPHandler: Processed in 0.00191593 sec.
1311 2025.01.08 18:22:45.430563 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1312 2025.01.08 18:22:45.430706 [ 284 ] {22520a66-2883-4fa3-aacb-33e401eeffff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1313 2025.01.08 18:22:45.430770 [ 284 ] {22520a66-2883-4fa3-aacb-33e401eeffff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1314 2025.01.08 18:22:45.431347 [ 284 ] {22520a66-2883-4fa3-aacb-33e401eeffff} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1315 2025.01.08 18:22:45.431394 [ 284 ] {22520a66-2883-4fa3-aacb-33e401eeffff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1316 2025.01.08 18:22:45.431797 [ 284 ] {22520a66-2883-4fa3-aacb-33e401eeffff} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1317 2025.01.08 18:22:45.432051 [ 284 ] {22520a66-2883-4fa3-aacb-33e401eeffff} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1318 2025.01.08 18:22:45.432272 [ 284 ] {22520a66-2883-4fa3-aacb-33e401eeffff} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.0016 sec., 18750 rows/sec., 1.28 MiB/sec.
1319 2025.01.08 18:22:45.432331 [ 284 ] {22520a66-2883-4fa3-aacb-33e401eeffff} <Debug> TCPHandler: Processed in 0.001831398 sec.
1320 2025.01.08 18:22:47.432283 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 194
1321 2025.01.08 18:22:47.435985 [ 242 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1322 2025.01.08 18:22:47.436043 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1323 2025.01.08 18:22:47.437620 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1324 2025.01.08 18:22:47.437948 [ 242 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1325 2025.01.08 18:22:47.438754 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 194
1326 2025.01.08 18:22:50.429983 [ 282 ] {} <Trace> TCP-Session: 91cd5179-36c3-4aff-8f92-2b7c650bc977 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1327 2025.01.08 18:22:50.430261 [ 282 ] {89da86e0-0164-4ac8-adcf-4f5bdf9f8c5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54030) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
1328 2025.01.08 18:22:50.430365 [ 282 ] {89da86e0-0164-4ac8-adcf-4f5bdf9f8c5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
1329 2025.01.08 18:22:50.431232 [ 282 ] {89da86e0-0164-4ac8-adcf-4f5bdf9f8c5f} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1330 2025.01.08 18:22:50.431277 [ 282 ] {89da86e0-0164-4ac8-adcf-4f5bdf9f8c5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1331 2025.01.08 18:22:50.431715 [ 282 ] {89da86e0-0164-4ac8-adcf-4f5bdf9f8c5f} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1332 2025.01.08 18:22:50.431972 [ 282 ] {89da86e0-0164-4ac8-adcf-4f5bdf9f8c5f} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1333 2025.01.08 18:22:50.432207 [ 282 ] {89da86e0-0164-4ac8-adcf-4f5bdf9f8c5f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002025 sec., 6913.580246913581 rows/sec., 497.69 KiB/sec.
1334 2025.01.08 18:22:50.432269 [ 282 ] {89da86e0-0164-4ac8-adcf-4f5bdf9f8c5f} <Debug> TCPHandler: Processed in 0.002454354 sec.
1335 2025.01.08 18:22:50.432518 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1336 2025.01.08 18:22:50.432729 [ 284 ] {acc7f500-71c0-48ad-8687-c9de2b388f55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1337 2025.01.08 18:22:50.432802 [ 284 ] {acc7f500-71c0-48ad-8687-c9de2b388f55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1338 2025.01.08 18:22:50.433587 [ 284 ] {acc7f500-71c0-48ad-8687-c9de2b388f55} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1339 2025.01.08 18:22:50.433629 [ 284 ] {acc7f500-71c0-48ad-8687-c9de2b388f55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1340 2025.01.08 18:22:50.434071 [ 284 ] {acc7f500-71c0-48ad-8687-c9de2b388f55} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1341 2025.01.08 18:22:50.434333 [ 284 ] {acc7f500-71c0-48ad-8687-c9de2b388f55} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1342 2025.01.08 18:22:50.434535 [ 284 ] {acc7f500-71c0-48ad-8687-c9de2b388f55} <Debug> executeQuery: Read 189 rows, 17.18 KiB in 0.001865 sec., 101340.48257372655 rows/sec., 8.99 MiB/sec.
1343 2025.01.08 18:22:50.434595 [ 284 ] {acc7f500-71c0-48ad-8687-c9de2b388f55} <Debug> TCPHandler: Processed in 0.002215708 sec.
1344 2025.01.08 18:22:50.434743 [ 282 ] {} <Trace> TCP-Session: 91cd5179-36c3-4aff-8f92-2b7c650bc977 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1345 2025.01.08 18:22:50.434890 [ 282 ] {8909569a-00ae-4ada-979d-0fc6671c31fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54030) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1346 2025.01.08 18:22:50.434950 [ 282 ] {8909569a-00ae-4ada-979d-0fc6671c31fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1347 2025.01.08 18:22:50.435669 [ 282 ] {8909569a-00ae-4ada-979d-0fc6671c31fb} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1348 2025.01.08 18:22:50.435717 [ 282 ] {8909569a-00ae-4ada-979d-0fc6671c31fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1349 2025.01.08 18:22:50.436087 [ 282 ] {8909569a-00ae-4ada-979d-0fc6671c31fb} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1350 2025.01.08 18:22:50.436330 [ 282 ] {8909569a-00ae-4ada-979d-0fc6671c31fb} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1351 2025.01.08 18:22:50.436609 [ 282 ] {8909569a-00ae-4ada-979d-0fc6671c31fb} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001739 sec., 8625.646923519264 rows/sec., 608.18 KiB/sec.
1352 2025.01.08 18:22:50.436712 [ 282 ] {8909569a-00ae-4ada-979d-0fc6671c31fb} <Debug> TCPHandler: Processed in 0.002035193 sec.
1353 2025.01.08 18:22:50.436868 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1354 2025.01.08 18:22:50.437012 [ 284 ] {96c3f40c-c85a-4dd9-b25b-1f14a026d4ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1355 2025.01.08 18:22:50.437073 [ 284 ] {96c3f40c-c85a-4dd9-b25b-1f14a026d4ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1356 2025.01.08 18:22:50.437752 [ 284 ] {96c3f40c-c85a-4dd9-b25b-1f14a026d4ba} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1357 2025.01.08 18:22:50.437789 [ 284 ] {96c3f40c-c85a-4dd9-b25b-1f14a026d4ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1358 2025.01.08 18:22:50.438150 [ 284 ] {96c3f40c-c85a-4dd9-b25b-1f14a026d4ba} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1359 2025.01.08 18:22:50.438401 [ 284 ] {96c3f40c-c85a-4dd9-b25b-1f14a026d4ba} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1360 2025.01.08 18:22:50.438570 [ 284 ] {96c3f40c-c85a-4dd9-b25b-1f14a026d4ba} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001592 sec., 8793.96984924623 rows/sec., 615.87 KiB/sec.
1361 2025.01.08 18:22:50.438623 [ 284 ] {96c3f40c-c85a-4dd9-b25b-1f14a026d4ba} <Debug> TCPHandler: Processed in 0.001822907 sec.
1362 2025.01.08 18:22:50.438767 [ 282 ] {} <Trace> TCP-Session: 91cd5179-36c3-4aff-8f92-2b7c650bc977 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1363 2025.01.08 18:22:50.438907 [ 282 ] {a7ba8497-aef1-4cf8-87cb-9a8891c067f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54030) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
1364 2025.01.08 18:22:50.438964 [ 282 ] {a7ba8497-aef1-4cf8-87cb-9a8891c067f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1365 2025.01.08 18:22:50.439643 [ 282 ] {a7ba8497-aef1-4cf8-87cb-9a8891c067f2} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1366 2025.01.08 18:22:50.439690 [ 282 ] {a7ba8497-aef1-4cf8-87cb-9a8891c067f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1367 2025.01.08 18:22:50.440064 [ 282 ] {a7ba8497-aef1-4cf8-87cb-9a8891c067f2} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1368 2025.01.08 18:22:50.440300 [ 282 ] {a7ba8497-aef1-4cf8-87cb-9a8891c067f2} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1369 2025.01.08 18:22:50.440496 [ 282 ] {a7ba8497-aef1-4cf8-87cb-9a8891c067f2} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001621 sec., 8019.740900678593 rows/sec., 500.03 KiB/sec.
1370 2025.01.08 18:22:50.440548 [ 282 ] {a7ba8497-aef1-4cf8-87cb-9a8891c067f2} <Debug> TCPHandler: Processed in 0.001847478 sec.
1371 2025.01.08 18:22:50.440680 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1372 2025.01.08 18:22:50.440815 [ 284 ] {16575582-cb1a-41dc-adbe-45ca4f74de83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1373 2025.01.08 18:22:50.440870 [ 284 ] {16575582-cb1a-41dc-adbe-45ca4f74de83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1374 2025.01.08 18:22:50.441706 [ 284 ] {16575582-cb1a-41dc-adbe-45ca4f74de83} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1375 2025.01.08 18:22:50.441751 [ 284 ] {16575582-cb1a-41dc-adbe-45ca4f74de83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1376 2025.01.08 18:22:50.442126 [ 284 ] {16575582-cb1a-41dc-adbe-45ca4f74de83} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1377 2025.01.08 18:22:50.442376 [ 284 ] {16575582-cb1a-41dc-adbe-45ca4f74de83} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1378 2025.01.08 18:22:50.442630 [ 284 ] {16575582-cb1a-41dc-adbe-45ca4f74de83} <Debug> executeQuery: Read 354 rows, 25.44 KiB in 0.001826 sec., 193866.37458926617 rows/sec., 13.61 MiB/sec.
1379 2025.01.08 18:22:50.442762 [ 284 ] {16575582-cb1a-41dc-adbe-45ca4f74de83} <Debug> TCPHandler: Processed in 0.002136756 sec.
1380 2025.01.08 18:22:50.442915 [ 282 ] {} <Trace> TCP-Session: 91cd5179-36c3-4aff-8f92-2b7c650bc977 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1381 2025.01.08 18:22:50.443055 [ 282 ] {50a99bbb-676d-4213-9bd1-42e24e28872d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54030) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
1382 2025.01.08 18:22:50.443114 [ 282 ] {50a99bbb-676d-4213-9bd1-42e24e28872d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
1383 2025.01.08 18:22:50.443695 [ 282 ] {50a99bbb-676d-4213-9bd1-42e24e28872d} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1384 2025.01.08 18:22:50.443741 [ 282 ] {50a99bbb-676d-4213-9bd1-42e24e28872d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1385 2025.01.08 18:22:50.444108 [ 282 ] {50a99bbb-676d-4213-9bd1-42e24e28872d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1386 2025.01.08 18:22:50.444344 [ 282 ] {50a99bbb-676d-4213-9bd1-42e24e28872d} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1387 2025.01.08 18:22:50.444618 [ 282 ] {50a99bbb-676d-4213-9bd1-42e24e28872d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001589 sec., 3775.9597230962872 rows/sec., 197.28 KiB/sec.
1388 2025.01.08 18:22:50.444677 [ 282 ] {50a99bbb-676d-4213-9bd1-42e24e28872d} <Debug> TCPHandler: Processed in 0.001831958 sec.
1389 2025.01.08 18:22:50.444825 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1390 2025.01.08 18:22:50.444964 [ 284 ] {e0afa4a2-4914-47ce-b5d2-5ebcc6101202} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1391 2025.01.08 18:22:50.445025 [ 284 ] {e0afa4a2-4914-47ce-b5d2-5ebcc6101202} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1392 2025.01.08 18:22:50.445696 [ 284 ] {e0afa4a2-4914-47ce-b5d2-5ebcc6101202} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1393 2025.01.08 18:22:50.445739 [ 284 ] {e0afa4a2-4914-47ce-b5d2-5ebcc6101202} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1394 2025.01.08 18:22:50.446123 [ 284 ] {e0afa4a2-4914-47ce-b5d2-5ebcc6101202} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1395 2025.01.08 18:22:50.446369 [ 284 ] {e0afa4a2-4914-47ce-b5d2-5ebcc6101202} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1396 2025.01.08 18:22:50.446545 [ 284 ] {e0afa4a2-4914-47ce-b5d2-5ebcc6101202} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001614 sec., 109665.42750929369 rows/sec., 7.23 MiB/sec.
1397 2025.01.08 18:22:50.446596 [ 284 ] {e0afa4a2-4914-47ce-b5d2-5ebcc6101202} <Debug> TCPHandler: Processed in 0.001839398 sec.
1398 2025.01.08 18:22:50.446736 [ 282 ] {} <Trace> TCP-Session: 91cd5179-36c3-4aff-8f92-2b7c650bc977 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1399 2025.01.08 18:22:50.446876 [ 282 ] {ed26b215-23e2-4a50-a070-0732576fd715} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54030) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
1400 2025.01.08 18:22:50.446934 [ 282 ] {ed26b215-23e2-4a50-a070-0732576fd715} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
1401 2025.01.08 18:22:50.447484 [ 282 ] {ed26b215-23e2-4a50-a070-0732576fd715} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1402 2025.01.08 18:22:50.447530 [ 282 ] {ed26b215-23e2-4a50-a070-0732576fd715} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1403 2025.01.08 18:22:50.447913 [ 282 ] {ed26b215-23e2-4a50-a070-0732576fd715} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1404 2025.01.08 18:22:50.448148 [ 282 ] {ed26b215-23e2-4a50-a070-0732576fd715} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1405 2025.01.08 18:22:50.448419 [ 282 ] {ed26b215-23e2-4a50-a070-0732576fd715} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001562 sec., 640.2048655569782 rows/sec., 43.14 KiB/sec.
1406 2025.01.08 18:22:50.448502 [ 282 ] {ed26b215-23e2-4a50-a070-0732576fd715} <Debug> TCPHandler: Processed in 0.001828238 sec.
1407 2025.01.08 18:22:50.448634 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1408 2025.01.08 18:22:50.448756 [ 284 ] {bb4a6a7e-dfb0-4649-a6aa-102fbe8058e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1409 2025.01.08 18:22:50.448848 [ 284 ] {bb4a6a7e-dfb0-4649-a6aa-102fbe8058e8} <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
1410 2025.01.08 18:22:50.450068 [ 284 ] {bb4a6a7e-dfb0-4649-a6aa-102fbe8058e8} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1411 2025.01.08 18:22:50.450105 [ 284 ] {bb4a6a7e-dfb0-4649-a6aa-102fbe8058e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1412 2025.01.08 18:22:50.450711 [ 284 ] {bb4a6a7e-dfb0-4649-a6aa-102fbe8058e8} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1413 2025.01.08 18:22:50.450978 [ 284 ] {bb4a6a7e-dfb0-4649-a6aa-102fbe8058e8} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1414 2025.01.08 18:22:50.451212 [ 284 ] {bb4a6a7e-dfb0-4649-a6aa-102fbe8058e8} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002485 sec., 3219.3158953722336 rows/sec., 5.77 MiB/sec.
1415 2025.01.08 18:22:50.451312 [ 284 ] {bb4a6a7e-dfb0-4649-a6aa-102fbe8058e8} <Debug> TCPHandler: Processed in 0.002732821 sec.
1416 2025.01.08 18:22:50.451465 [ 282 ] {} <Trace> TCP-Session: 91cd5179-36c3-4aff-8f92-2b7c650bc977 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1417 2025.01.08 18:22:50.451605 [ 282 ] {7ce83cae-441f-474c-b6aa-6cd7202fabd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54030) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1418 2025.01.08 18:22:50.451663 [ 282 ] {7ce83cae-441f-474c-b6aa-6cd7202fabd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1419 2025.01.08 18:22:50.452158 [ 282 ] {7ce83cae-441f-474c-b6aa-6cd7202fabd6} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1420 2025.01.08 18:22:50.452198 [ 282 ] {7ce83cae-441f-474c-b6aa-6cd7202fabd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1421 2025.01.08 18:22:50.452574 [ 282 ] {7ce83cae-441f-474c-b6aa-6cd7202fabd6} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1422 2025.01.08 18:22:50.452815 [ 282 ] {7ce83cae-441f-474c-b6aa-6cd7202fabd6} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1423 2025.01.08 18:22:50.453039 [ 282 ] {7ce83cae-441f-474c-b6aa-6cd7202fabd6} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001466 sec., 35470.668485675305 rows/sec., 2.20 MiB/sec.
1424 2025.01.08 18:22:50.453091 [ 282 ] {7ce83cae-441f-474c-b6aa-6cd7202fabd6} <Debug> TCPHandler: Processed in 0.001695144 sec.
1425 2025.01.08 18:22:52.351250 [ 81 ] {} <Debug> DNSResolver: Updating DNS cache
1426 2025.01.08 18:22:52.351322 [ 81 ] {} <Debug> DNSResolver: Updated DNS cache
1427 2025.01.08 18:22:52.437696 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2806
1428 2025.01.08 18:22:52.438359 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1429 2025.01.08 18:22:52.438410 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1430 2025.01.08 18:22:52.439043 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1431 2025.01.08 18:22:52.439317 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1432 2025.01.08 18:22:52.439511 [ 96 ] {} <Debug> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1433 2025.01.08 18:22:52.439574 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806
1434 2025.01.08 18:22:52.439615 [ 96 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1435 2025.01.08 18:22:52.439644 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1436 2025.01.08 18:22:52.439936 [ 194 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::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
1437 2025.01.08 18:22:52.440127 [ 194 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1438 2025.01.08 18:22:52.440299 [ 194 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 488 rows starting from the beginning of the part
1439 2025.01.08 18:22:52.440424 [ 194 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 488 rows starting from the beginning of the part
1440 2025.01.08 18:22:52.440622 [ 194 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 427 rows starting from the beginning of the part
1441 2025.01.08 18:22:52.440806 [ 194 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 488 rows starting from the beginning of the part
1442 2025.01.08 18:22:52.440990 [ 194 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 427 rows starting from the beginning of the part
1443 2025.01.08 18:22:52.441124 [ 194 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 488 rows starting from the beginning of the part
1444 2025.01.08 18:22:52.454121 [ 193 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.014380796 sec., 195121.32708092098 rows/sec., 2.79 MiB/sec.
1445 2025.01.08 18:22:52.455014 [ 192 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1446 2025.01.08 18:22:52.455378 [ 192 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::all_1_6_1} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1447 2025.01.08 18:22:52.455493 [ 192 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::all_1_6_1} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1448 2025.01.08 18:22:52.455640 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB.
1449 2025.01.08 18:22:52.597134 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46
1450 2025.01.08 18:22:52.618308 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1451 2025.01.08 18:22:52.618369 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1452 2025.01.08 18:22:52.625203 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1453 2025.01.08 18:22:52.626007 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1454 2025.01.08 18:22:52.626318 [ 96 ] {} <Debug> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1455 2025.01.08 18:22:52.626394 [ 96 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1456 2025.01.08 18:22:52.626443 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1457 2025.01.08 18:22:52.626876 [ 192 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::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
1458 2025.01.08 18:22:52.636267 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46
1459 2025.01.08 18:22:52.637468 [ 192 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1460 2025.01.08 18:22:52.638351 [ 192 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::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
1461 2025.01.08 18:22:52.643184 [ 192 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::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
1462 2025.01.08 18:22:52.647697 [ 192 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::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
1463 2025.01.08 18:22:52.652346 [ 192 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::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
1464 2025.01.08 18:22:52.661166 [ 192 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::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
1465 2025.01.08 18:22:52.665332 [ 192 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::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
1466 2025.01.08 18:22:52.726096 [ 193 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.09955215 sec., 462.06937770806553 rows/sec., 2.39 MiB/sec.
1467 2025.01.08 18:22:52.729319 [ 201 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1468 2025.01.08 18:22:52.732369 [ 201 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::all_1_6_1} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1469 2025.01.08 18:22:52.732509 [ 201 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::all_1_6_1} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1470 2025.01.08 18:22:52.734834 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB.
1471 2025.01.08 18:22:53.000161 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 160.41 MiB, peak 169.94 MiB, free memory in arenas 0.00 B, will set to 164.06 MiB (RSS), difference: 3.66 MiB
1472 2025.01.08 18:22:55.424531 [ 282 ] {} <Trace> TCP-Session: 91cd5179-36c3-4aff-8f92-2b7c650bc977 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1473 2025.01.08 18:22:55.424727 [ 282 ] {ff8d3187-6c1d-4cb6-99c5-b25391b8dbe3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54030) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1474 2025.01.08 18:22:55.424802 [ 282 ] {ff8d3187-6c1d-4cb6-99c5-b25391b8dbe3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1475 2025.01.08 18:22:55.425575 [ 282 ] {ff8d3187-6c1d-4cb6-99c5-b25391b8dbe3} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1476 2025.01.08 18:22:55.425629 [ 282 ] {ff8d3187-6c1d-4cb6-99c5-b25391b8dbe3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1477 2025.01.08 18:22:55.426110 [ 282 ] {ff8d3187-6c1d-4cb6-99c5-b25391b8dbe3} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1478 2025.01.08 18:22:55.426384 [ 282 ] {ff8d3187-6c1d-4cb6-99c5-b25391b8dbe3} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1479 2025.01.08 18:22:55.426587 [ 151 ] {} <Debug> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1480 2025.01.08 18:22:55.426611 [ 282 ] {ff8d3187-6c1d-4cb6-99c5-b25391b8dbe3} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001932 sec., 13457.556935817805 rows/sec., 1.01 MiB/sec.
1481 2025.01.08 18:22:55.426675 [ 151 ] {} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1482 2025.01.08 18:22:55.426740 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1483 2025.01.08 18:22:55.426765 [ 282 ] {ff8d3187-6c1d-4cb6-99c5-b25391b8dbe3} <Debug> TCPHandler: Processed in 0.002358452 sec.
1484 2025.01.08 18:22:55.426963 [ 188 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::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
1485 2025.01.08 18:22:55.427080 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1486 2025.01.08 18:22:55.427106 [ 188 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1487 2025.01.08 18:22:55.427161 [ 188 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 26 rows starting from the beginning of the part
1488 2025.01.08 18:22:55.427366 [ 284 ] {720ce0e9-691d-4565-bd69-c50708543aef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1489 2025.01.08 18:22:55.427410 [ 188 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 26 rows starting from the beginning of the part
1490 2025.01.08 18:22:55.427522 [ 284 ] {720ce0e9-691d-4565-bd69-c50708543aef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1491 2025.01.08 18:22:55.427716 [ 188 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 189 rows starting from the beginning of the part
1492 2025.01.08 18:22:55.428066 [ 188 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::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
1493 2025.01.08 18:22:55.428328 [ 188 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 189 rows starting from the beginning of the part
1494 2025.01.08 18:22:55.428588 [ 188 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 26 rows starting from the beginning of the part
1495 2025.01.08 18:22:55.430453 [ 284 ] {720ce0e9-691d-4565-bd69-c50708543aef} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1496 2025.01.08 18:22:55.430538 [ 284 ] {720ce0e9-691d-4565-bd69-c50708543aef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
1497 2025.01.08 18:22:55.431728 [ 284 ] {720ce0e9-691d-4565-bd69-c50708543aef} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1498 2025.01.08 18:22:55.431727 [ 193 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 482 rows, containing 5 columns (5 merged, 0 gathered) in 0.004856286 sec., 99252.80347986096 rows/sec., 8.90 MiB/sec.
1499 2025.01.08 18:22:55.432037 [ 196 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1500 2025.01.08 18:22:55.432125 [ 284 ] {720ce0e9-691d-4565-bd69-c50708543aef} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1501 2025.01.08 18:22:55.432352 [ 151 ] {} <Debug> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1502 2025.01.08 18:22:55.432441 [ 151 ] {} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1503 2025.01.08 18:22:55.432501 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1504 2025.01.08 18:22:55.432557 [ 284 ] {720ce0e9-691d-4565-bd69-c50708543aef} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.005332 sec., 5251.312828207052 rows/sec., 419.42 KiB/sec.
1505 2025.01.08 18:22:55.432900 [ 284 ] {720ce0e9-691d-4565-bd69-c50708543aef} <Debug> TCPHandler: Processed in 0.005982686 sec.
1506 2025.01.08 18:22:55.432954 [ 193 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full
1507 2025.01.08 18:22:55.432974 [ 196 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_6_1} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1508 2025.01.08 18:22:55.433155 [ 282 ] {} <Trace> TCP-Session: 91cd5179-36c3-4aff-8f92-2b7c650bc977 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1509 2025.01.08 18:22:55.433231 [ 196 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_6_1} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1510 2025.01.08 18:22:55.433554 [ 193 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1511 2025.01.08 18:22:55.433574 [ 282 ] {d6de31e4-f6f7-4960-b9a0-20b71ec4ae5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54030) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1512 2025.01.08 18:22:55.433564 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB.
1513 2025.01.08 18:22:55.433650 [ 193 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 28 rows starting from the beginning of the part
1514 2025.01.08 18:22:55.433701 [ 282 ] {d6de31e4-f6f7-4960-b9a0-20b71ec4ae5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1515 2025.01.08 18:22:55.434079 [ 193 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 28 rows starting from the beginning of the part
1516 2025.01.08 18:22:55.434447 [ 193 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 354 rows starting from the beginning of the part
1517 2025.01.08 18:22:55.434806 [ 193 ] {fa7e1080-106a-46d6-b087-687f1bf68453::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
1518 2025.01.08 18:22:55.435177 [ 193 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 354 rows starting from the beginning of the part
1519 2025.01.08 18:22:55.435440 [ 193 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 28 rows starting from the beginning of the part
1520 2025.01.08 18:22:55.436409 [ 282 ] {d6de31e4-f6f7-4960-b9a0-20b71ec4ae5c} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1521 2025.01.08 18:22:55.436478 [ 282 ] {d6de31e4-f6f7-4960-b9a0-20b71ec4ae5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
1522 2025.01.08 18:22:55.437596 [ 282 ] {d6de31e4-f6f7-4960-b9a0-20b71ec4ae5c} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1523 2025.01.08 18:22:55.438229 [ 282 ] {d6de31e4-f6f7-4960-b9a0-20b71ec4ae5c} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1524 2025.01.08 18:22:55.438435 [ 193 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 820 rows, containing 5 columns (5 merged, 0 gathered) in 0.005829552 sec., 140662.61009422338 rows/sec., 10.56 MiB/sec.
1525 2025.01.08 18:22:55.438592 [ 151 ] {} <Debug> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1526 2025.01.08 18:22:55.438692 [ 151 ] {} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1527 2025.01.08 18:22:55.438761 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1528 2025.01.08 18:22:55.438773 [ 282 ] {d6de31e4-f6f7-4960-b9a0-20b71ec4ae5c} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.005355 sec., 18674.136321195143 rows/sec., 1.29 MiB/sec.
1529 2025.01.08 18:22:55.438755 [ 196 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1530 2025.01.08 18:22:55.439227 [ 282 ] {d6de31e4-f6f7-4960-b9a0-20b71ec4ae5c} <Debug> TCPHandler: Processed in 0.006182331 sec.
1531 2025.01.08 18:22:55.439276 [ 193 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::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
1532 2025.01.08 18:22:55.439589 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1533 2025.01.08 18:22:55.439723 [ 193 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1534 2025.01.08 18:22:55.439853 [ 196 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_6_1} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1535 2025.01.08 18:22:55.439860 [ 193 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 80 rows starting from the beginning of the part
1536 2025.01.08 18:22:55.439986 [ 284 ] {734999f2-90b5-4e84-849b-a1e7995d26f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1537 2025.01.08 18:22:55.440270 [ 196 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_6_1} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1538 2025.01.08 18:22:55.440300 [ 284 ] {734999f2-90b5-4e84-849b-a1e7995d26f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1539 2025.01.08 18:22:55.440408 [ 193 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 100 rows starting from the beginning of the part
1540 2025.01.08 18:22:55.440587 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB.
1541 2025.01.08 18:22:55.440991 [ 193 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 177 rows starting from the beginning of the part
1542 2025.01.08 18:22:55.441391 [ 193 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::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
1543 2025.01.08 18:22:55.441691 [ 193 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::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
1544 2025.01.08 18:22:55.442045 [ 193 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 100 rows starting from the beginning of the part
1545 2025.01.08 18:22:55.442718 [ 284 ] {734999f2-90b5-4e84-849b-a1e7995d26f6} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1546 2025.01.08 18:22:55.442790 [ 284 ] {734999f2-90b5-4e84-849b-a1e7995d26f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
1547 2025.01.08 18:22:55.443772 [ 284 ] {734999f2-90b5-4e84-849b-a1e7995d26f6} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1548 2025.01.08 18:22:55.444320 [ 284 ] {734999f2-90b5-4e84-849b-a1e7995d26f6} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1549 2025.01.08 18:22:55.444513 [ 151 ] {} <Debug> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1550 2025.01.08 18:22:55.444623 [ 151 ] {} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1551 2025.01.08 18:22:55.444705 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB.
1552 2025.01.08 18:22:55.444826 [ 284 ] {734999f2-90b5-4e84-849b-a1e7995d26f6} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.004951 sec., 6059.38194304181 rows/sec., 425.06 KiB/sec.
1553 2025.01.08 18:22:55.445319 [ 284 ] {734999f2-90b5-4e84-849b-a1e7995d26f6} <Debug> TCPHandler: Processed in 0.005903764 sec.
1554 2025.01.08 18:22:55.445406 [ 196 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::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
1555 2025.01.08 18:22:55.445849 [ 193 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 734 rows, containing 5 columns (5 merged, 0 gathered) in 0.006930731 sec., 105905.13468204148 rows/sec., 7.17 MiB/sec.
1556 2025.01.08 18:22:55.445855 [ 196 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1557 2025.01.08 18:22:55.445921 [ 196 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 24 rows starting from the beginning of the part
1558 2025.01.08 18:22:55.446144 [ 196 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 30 rows starting from the beginning of the part
1559 2025.01.08 18:22:55.446168 [ 193 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1560 2025.01.08 18:22:55.446472 [ 196 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 52 rows starting from the beginning of the part
1561 2025.01.08 18:22:55.446696 [ 196 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::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
1562 2025.01.08 18:22:55.446982 [ 196 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::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
1563 2025.01.08 18:22:55.447184 [ 196 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::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
1564 2025.01.08 18:22:55.447502 [ 193 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1565 2025.01.08 18:22:55.447765 [ 193 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1566 2025.01.08 18:22:55.447917 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB.
1567 2025.01.08 18:22:55.448626 [ 197 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 218 rows, containing 4 columns (4 merged, 0 gathered) in 0.003768338 sec., 57850.436983094405 rows/sec., 3.78 MiB/sec.
1568 2025.01.08 18:22:55.448792 [ 197 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1569 2025.01.08 18:22:55.449111 [ 197 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_6_1} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1570 2025.01.08 18:22:55.449193 [ 197 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_6_1} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1571 2025.01.08 18:22:55.449278 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
1572 2025.01.08 18:22:55.893894 [ 282 ] {} <Trace> TCP-Session: 91cd5179-36c3-4aff-8f92-2b7c650bc977 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1573 2025.01.08 18:22:55.894202 [ 282 ] {db157450-3764-4d7b-bdd4-eb504cfbb83d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54030) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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)
1574 2025.01.08 18:22:55.894793 [ 282 ] {db157450-3764-4d7b-bdd4-eb504cfbb83d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1575 2025.01.08 18:22:55.894853 [ 282 ] {db157450-3764-4d7b-bdd4-eb504cfbb83d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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
1576 2025.01.08 18:22:55.895208 [ 282 ] {db157450-3764-4d7b-bdd4-eb504cfbb83d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1577 2025.01.08 18:22:55.895295 [ 282 ] {db157450-3764-4d7b-bdd4-eb504cfbb83d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1578 2025.01.08 18:22:55.895478 [ 282 ] {db157450-3764-4d7b-bdd4-eb504cfbb83d} <Debug> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Key condition: (column 0 notIn 27-element set)
1579 2025.01.08 18:22:55.895726 [ 294 ] {db157450-3764-4d7b-bdd4-eb504cfbb83d} <Trace> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1580 2025.01.08 18:22:55.895754 [ 295 ] {db157450-3764-4d7b-bdd4-eb504cfbb83d} <Trace> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1581 2025.01.08 18:22:55.895884 [ 282 ] {db157450-3764-4d7b-bdd4-eb504cfbb83d} <Debug> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (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
1582 2025.01.08 18:22:55.895917 [ 282 ] {db157450-3764-4d7b-bdd4-eb504cfbb83d} <Trace> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Spreading mark ranges among streams (default reading)
1583 2025.01.08 18:22:55.899909 [ 282 ] {db157450-3764-4d7b-bdd4-eb504cfbb83d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1584 2025.01.08 18:22:55.899947 [ 282 ] {db157450-3764-4d7b-bdd4-eb504cfbb83d} <Debug> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Reading approx. 27 rows with 2 streams
1585 2025.01.08 18:22:55.900023 [ 282 ] {db157450-3764-4d7b-bdd4-eb504cfbb83d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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'))"
1586 2025.01.08 18:22:55.900083 [ 282 ] {db157450-3764-4d7b-bdd4-eb504cfbb83d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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'))"
1587 2025.01.08 18:22:55.901627 [ 282 ] {db157450-3764-4d7b-bdd4-eb504cfbb83d} <Debug> executeQuery: Read 27 rows, 1.00 KiB in 0.007568 sec., 3567.6532769556025 rows/sec., 132.78 KiB/sec.
1588 2025.01.08 18:22:55.901777 [ 282 ] {db157450-3764-4d7b-bdd4-eb504cfbb83d} <Debug> TCPHandler: Processed in 0.008011979 sec.
1589 2025.01.08 18:22:55.902147 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1590 2025.01.08 18:22:55.902402 [ 284 ] {e5369922-da81-4501-99ee-9e7cd42fc8fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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)
1591 2025.01.08 18:22:55.902823 [ 284 ] {e5369922-da81-4501-99ee-9e7cd42fc8fa} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1592 2025.01.08 18:22:55.902872 [ 284 ] {e5369922-da81-4501-99ee-9e7cd42fc8fa} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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
1593 2025.01.08 18:22:55.903215 [ 284 ] {e5369922-da81-4501-99ee-9e7cd42fc8fa} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1594 2025.01.08 18:22:55.903300 [ 284 ] {e5369922-da81-4501-99ee-9e7cd42fc8fa} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1595 2025.01.08 18:22:55.903489 [ 284 ] {e5369922-da81-4501-99ee-9e7cd42fc8fa} <Debug> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Key condition: (column 0 notIn 28-element set)
1596 2025.01.08 18:22:55.903627 [ 294 ] {e5369922-da81-4501-99ee-9e7cd42fc8fa} <Trace> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1597 2025.01.08 18:22:55.903628 [ 296 ] {e5369922-da81-4501-99ee-9e7cd42fc8fa} <Trace> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1598 2025.01.08 18:22:55.903775 [ 284 ] {e5369922-da81-4501-99ee-9e7cd42fc8fa} <Debug> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (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
1599 2025.01.08 18:22:55.903807 [ 284 ] {e5369922-da81-4501-99ee-9e7cd42fc8fa} <Trace> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Spreading mark ranges among streams (default reading)
1600 2025.01.08 18:22:55.903901 [ 284 ] {e5369922-da81-4501-99ee-9e7cd42fc8fa} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1601 2025.01.08 18:22:55.903926 [ 284 ] {e5369922-da81-4501-99ee-9e7cd42fc8fa} <Debug> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Reading approx. 27 rows with 2 streams
1602 2025.01.08 18:22:55.903977 [ 284 ] {e5369922-da81-4501-99ee-9e7cd42fc8fa} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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'))"
1603 2025.01.08 18:22:55.904093 [ 284 ] {e5369922-da81-4501-99ee-9e7cd42fc8fa} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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'))"
1604 2025.01.08 18:22:55.905202 [ 284 ] {e5369922-da81-4501-99ee-9e7cd42fc8fa} <Debug> executeQuery: Read 27 rows, 1.00 KiB in 0.002927 sec., 9224.461906388795 rows/sec., 343.31 KiB/sec.
1605 2025.01.08 18:22:55.905346 [ 284 ] {e5369922-da81-4501-99ee-9e7cd42fc8fa} <Debug> TCPHandler: Processed in 0.003327507 sec.
1606 2025.01.08 18:22:55.905636 [ 282 ] {} <Trace> TCP-Session: 91cd5179-36c3-4aff-8f92-2b7c650bc977 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1607 2025.01.08 18:22:55.905868 [ 282 ] {e44a0bb4-a66d-4926-aa40-e09671e61c7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54030) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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)
1608 2025.01.08 18:22:55.906474 [ 282 ] {e44a0bb4-a66d-4926-aa40-e09671e61c7d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1609 2025.01.08 18:22:55.906526 [ 282 ] {e44a0bb4-a66d-4926-aa40-e09671e61c7d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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
1610 2025.01.08 18:22:55.906832 [ 282 ] {e44a0bb4-a66d-4926-aa40-e09671e61c7d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1611 2025.01.08 18:22:55.906905 [ 282 ] {e44a0bb4-a66d-4926-aa40-e09671e61c7d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1612 2025.01.08 18:22:55.907068 [ 282 ] {e44a0bb4-a66d-4926-aa40-e09671e61c7d} <Debug> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Key condition: (column 0 notIn 29-element set)
1613 2025.01.08 18:22:55.907178 [ 296 ] {e44a0bb4-a66d-4926-aa40-e09671e61c7d} <Trace> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1614 2025.01.08 18:22:55.907194 [ 295 ] {e44a0bb4-a66d-4926-aa40-e09671e61c7d} <Trace> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1615 2025.01.08 18:22:55.907316 [ 282 ] {e44a0bb4-a66d-4926-aa40-e09671e61c7d} <Debug> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (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
1616 2025.01.08 18:22:55.907357 [ 282 ] {e44a0bb4-a66d-4926-aa40-e09671e61c7d} <Trace> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Spreading mark ranges among streams (default reading)
1617 2025.01.08 18:22:55.907446 [ 282 ] {e44a0bb4-a66d-4926-aa40-e09671e61c7d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1618 2025.01.08 18:22:55.907479 [ 282 ] {e44a0bb4-a66d-4926-aa40-e09671e61c7d} <Debug> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Reading approx. 27 rows with 2 streams
1619 2025.01.08 18:22:55.907527 [ 282 ] {e44a0bb4-a66d-4926-aa40-e09671e61c7d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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'))"
1620 2025.01.08 18:22:55.907577 [ 282 ] {e44a0bb4-a66d-4926-aa40-e09671e61c7d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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'))"
1621 2025.01.08 18:22:55.908661 [ 282 ] {e44a0bb4-a66d-4926-aa40-e09671e61c7d} <Debug> executeQuery: Read 27 rows, 1.00 KiB in 0.002908 sec., 9284.731774415406 rows/sec., 345.56 KiB/sec.
1622 2025.01.08 18:22:55.908807 [ 282 ] {e44a0bb4-a66d-4926-aa40-e09671e61c7d} <Debug> TCPHandler: Processed in 0.003238514 sec.
1623 2025.01.08 18:22:55.909177 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1624 2025.01.08 18:22:55.909371 [ 284 ] {ccf64396-4a10-45ac-89ef-b6f15b4a409f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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)
1625 2025.01.08 18:22:55.909731 [ 284 ] {ccf64396-4a10-45ac-89ef-b6f15b4a409f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1626 2025.01.08 18:22:55.909779 [ 284 ] {ccf64396-4a10-45ac-89ef-b6f15b4a409f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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
1627 2025.01.08 18:22:55.910085 [ 284 ] {ccf64396-4a10-45ac-89ef-b6f15b4a409f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1628 2025.01.08 18:22:55.910155 [ 284 ] {ccf64396-4a10-45ac-89ef-b6f15b4a409f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1629 2025.01.08 18:22:55.910318 [ 284 ] {ccf64396-4a10-45ac-89ef-b6f15b4a409f} <Debug> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Key condition: (column 0 notIn 30-element set)
1630 2025.01.08 18:22:55.910427 [ 295 ] {ccf64396-4a10-45ac-89ef-b6f15b4a409f} <Trace> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1631 2025.01.08 18:22:55.910438 [ 294 ] {ccf64396-4a10-45ac-89ef-b6f15b4a409f} <Trace> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1632 2025.01.08 18:22:55.910537 [ 284 ] {ccf64396-4a10-45ac-89ef-b6f15b4a409f} <Debug> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (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
1633 2025.01.08 18:22:55.910567 [ 284 ] {ccf64396-4a10-45ac-89ef-b6f15b4a409f} <Trace> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Spreading mark ranges among streams (default reading)
1634 2025.01.08 18:22:55.910651 [ 284 ] {ccf64396-4a10-45ac-89ef-b6f15b4a409f} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1635 2025.01.08 18:22:55.910674 [ 284 ] {ccf64396-4a10-45ac-89ef-b6f15b4a409f} <Debug> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Reading approx. 27 rows with 2 streams
1636 2025.01.08 18:22:55.910715 [ 284 ] {ccf64396-4a10-45ac-89ef-b6f15b4a409f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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'))"
1637 2025.01.08 18:22:55.910762 [ 284 ] {ccf64396-4a10-45ac-89ef-b6f15b4a409f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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'))"
1638 2025.01.08 18:22:55.911905 [ 284 ] {ccf64396-4a10-45ac-89ef-b6f15b4a409f} <Debug> executeQuery: Read 27 rows, 1.00 KiB in 0.002628 sec., 10273.972602739726 rows/sec., 382.38 KiB/sec.
1639 2025.01.08 18:22:55.912060 [ 284 ] {ccf64396-4a10-45ac-89ef-b6f15b4a409f} <Debug> TCPHandler: Processed in 0.002943276 sec.
1640 2025.01.08 18:22:55.912358 [ 282 ] {} <Trace> TCP-Session: 91cd5179-36c3-4aff-8f92-2b7c650bc977 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1641 2025.01.08 18:22:55.912589 [ 282 ] {ab441182-01c2-4b84-b96c-4be9e054bf9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54030) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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)
1642 2025.01.08 18:22:55.912994 [ 282 ] {ab441182-01c2-4b84-b96c-4be9e054bf9e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1643 2025.01.08 18:22:55.913045 [ 282 ] {ab441182-01c2-4b84-b96c-4be9e054bf9e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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
1644 2025.01.08 18:22:55.913369 [ 282 ] {ab441182-01c2-4b84-b96c-4be9e054bf9e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1645 2025.01.08 18:22:55.913441 [ 282 ] {ab441182-01c2-4b84-b96c-4be9e054bf9e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1646 2025.01.08 18:22:55.913600 [ 282 ] {ab441182-01c2-4b84-b96c-4be9e054bf9e} <Debug> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Key condition: (column 0 notIn 31-element set)
1647 2025.01.08 18:22:55.913718 [ 296 ] {ab441182-01c2-4b84-b96c-4be9e054bf9e} <Trace> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1648 2025.01.08 18:22:55.913721 [ 294 ] {ab441182-01c2-4b84-b96c-4be9e054bf9e} <Trace> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1649 2025.01.08 18:22:55.913838 [ 282 ] {ab441182-01c2-4b84-b96c-4be9e054bf9e} <Debug> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (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
1650 2025.01.08 18:22:55.913863 [ 282 ] {ab441182-01c2-4b84-b96c-4be9e054bf9e} <Trace> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Spreading mark ranges among streams (default reading)
1651 2025.01.08 18:22:55.913945 [ 282 ] {ab441182-01c2-4b84-b96c-4be9e054bf9e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1652 2025.01.08 18:22:55.913967 [ 282 ] {ab441182-01c2-4b84-b96c-4be9e054bf9e} <Debug> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Reading approx. 27 rows with 2 streams
1653 2025.01.08 18:22:55.914008 [ 282 ] {ab441182-01c2-4b84-b96c-4be9e054bf9e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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'))"
1654 2025.01.08 18:22:55.914058 [ 282 ] {ab441182-01c2-4b84-b96c-4be9e054bf9e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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'))"
1655 2025.01.08 18:22:55.915136 [ 282 ] {ab441182-01c2-4b84-b96c-4be9e054bf9e} <Debug> executeQuery: Read 27 rows, 1.00 KiB in 0.00266 sec., 10150.375939849624 rows/sec., 377.78 KiB/sec.
1656 2025.01.08 18:22:55.915274 [ 282 ] {ab441182-01c2-4b84-b96c-4be9e054bf9e} <Debug> TCPHandler: Processed in 0.002986878 sec.
1657 2025.01.08 18:22:55.915539 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1658 2025.01.08 18:22:55.915730 [ 284 ] {3ee3f0e0-a697-45ca-9023-b31815e43253} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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)
1659 2025.01.08 18:22:55.916068 [ 284 ] {3ee3f0e0-a697-45ca-9023-b31815e43253} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1660 2025.01.08 18:22:55.916115 [ 284 ] {3ee3f0e0-a697-45ca-9023-b31815e43253} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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
1661 2025.01.08 18:22:55.916420 [ 284 ] {3ee3f0e0-a697-45ca-9023-b31815e43253} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1662 2025.01.08 18:22:55.916487 [ 284 ] {3ee3f0e0-a697-45ca-9023-b31815e43253} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1663 2025.01.08 18:22:55.916641 [ 284 ] {3ee3f0e0-a697-45ca-9023-b31815e43253} <Debug> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Key condition: (column 0 notIn 32-element set)
1664 2025.01.08 18:22:55.916745 [ 295 ] {3ee3f0e0-a697-45ca-9023-b31815e43253} <Trace> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1665 2025.01.08 18:22:55.916760 [ 294 ] {3ee3f0e0-a697-45ca-9023-b31815e43253} <Trace> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1666 2025.01.08 18:22:55.916859 [ 284 ] {3ee3f0e0-a697-45ca-9023-b31815e43253} <Debug> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (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
1667 2025.01.08 18:22:55.916887 [ 284 ] {3ee3f0e0-a697-45ca-9023-b31815e43253} <Trace> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Spreading mark ranges among streams (default reading)
1668 2025.01.08 18:22:55.916969 [ 284 ] {3ee3f0e0-a697-45ca-9023-b31815e43253} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1669 2025.01.08 18:22:55.916991 [ 284 ] {3ee3f0e0-a697-45ca-9023-b31815e43253} <Debug> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Reading approx. 27 rows with 2 streams
1670 2025.01.08 18:22:55.917034 [ 284 ] {3ee3f0e0-a697-45ca-9023-b31815e43253} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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'))"
1671 2025.01.08 18:22:55.917083 [ 284 ] {3ee3f0e0-a697-45ca-9023-b31815e43253} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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'))"
1672 2025.01.08 18:22:55.918121 [ 284 ] {3ee3f0e0-a697-45ca-9023-b31815e43253} <Debug> executeQuery: Read 27 rows, 1.00 KiB in 0.002485 sec., 10865.191146881289 rows/sec., 404.38 KiB/sec.
1673 2025.01.08 18:22:55.918274 [ 284 ] {3ee3f0e0-a697-45ca-9023-b31815e43253} <Debug> TCPHandler: Processed in 0.002790843 sec.
1674 2025.01.08 18:22:55.994444 [ 282 ] {} <Trace> TCP-Session: 91cd5179-36c3-4aff-8f92-2b7c650bc977 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1675 2025.01.08 18:22:55.994598 [ 282 ] {c68e89cf-9ba8-4d69-b89d-55bf70baca6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54030) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
1676 2025.01.08 18:22:55.994664 [ 282 ] {c68e89cf-9ba8-4d69-b89d-55bf70baca6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1677 2025.01.08 18:22:55.995489 [ 282 ] {c68e89cf-9ba8-4d69-b89d-55bf70baca6f} <Trace> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1678 2025.01.08 18:22:55.995534 [ 282 ] {c68e89cf-9ba8-4d69-b89d-55bf70baca6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1679 2025.01.08 18:22:55.996060 [ 282 ] {c68e89cf-9ba8-4d69-b89d-55bf70baca6f} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1680 2025.01.08 18:22:55.996297 [ 282 ] {c68e89cf-9ba8-4d69-b89d-55bf70baca6f} <Trace> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1681 2025.01.08 18:22:55.996536 [ 282 ] {c68e89cf-9ba8-4d69-b89d-55bf70baca6f} <Debug> executeQuery: Read 6 rows, 1.34 KiB in 0.001971 sec., 3044.1400304414 rows/sec., 677.80 KiB/sec.
1682 2025.01.08 18:22:55.996727 [ 282 ] {c68e89cf-9ba8-4d69-b89d-55bf70baca6f} <Debug> TCPHandler: Processed in 0.002365782 sec.
1683 2025.01.08 18:22:55.996941 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1684 2025.01.08 18:22:55.997099 [ 284 ] {6bd50a36-865b-45fe-b98c-254e808d3a24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
1685 2025.01.08 18:22:55.997161 [ 284 ] {6bd50a36-865b-45fe-b98c-254e808d3a24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
1686 2025.01.08 18:22:55.997843 [ 284 ] {6bd50a36-865b-45fe-b98c-254e808d3a24} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1687 2025.01.08 18:22:55.997886 [ 284 ] {6bd50a36-865b-45fe-b98c-254e808d3a24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1688 2025.01.08 18:22:55.998315 [ 284 ] {6bd50a36-865b-45fe-b98c-254e808d3a24} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1689 2025.01.08 18:22:55.998571 [ 284 ] {6bd50a36-865b-45fe-b98c-254e808d3a24} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1690 2025.01.08 18:22:55.998806 [ 284 ] {6bd50a36-865b-45fe-b98c-254e808d3a24} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001751 sec., 7995.431182181611 rows/sec., 575.56 KiB/sec.
1691 2025.01.08 18:22:55.998869 [ 284 ] {6bd50a36-865b-45fe-b98c-254e808d3a24} <Debug> TCPHandler: Processed in 0.002027913 sec.
1692 2025.01.08 18:22:55.999047 [ 282 ] {} <Trace> TCP-Session: 91cd5179-36c3-4aff-8f92-2b7c650bc977 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1693 2025.01.08 18:22:55.999192 [ 282 ] {bbbb3e0a-69e6-4cc9-8549-55ce7e36fbea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54030) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1694 2025.01.08 18:22:55.999254 [ 282 ] {bbbb3e0a-69e6-4cc9-8549-55ce7e36fbea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1695 2025.01.08 18:22:56.000596 [ 282 ] {bbbb3e0a-69e6-4cc9-8549-55ce7e36fbea} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1696 2025.01.08 18:22:56.000635 [ 282 ] {bbbb3e0a-69e6-4cc9-8549-55ce7e36fbea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1697 2025.01.08 18:22:56.001160 [ 282 ] {bbbb3e0a-69e6-4cc9-8549-55ce7e36fbea} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1698 2025.01.08 18:22:56.001418 [ 282 ] {bbbb3e0a-69e6-4cc9-8549-55ce7e36fbea} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1699 2025.01.08 18:22:56.001653 [ 282 ] {bbbb3e0a-69e6-4cc9-8549-55ce7e36fbea} <Debug> executeQuery: Read 1329 rows, 113.74 KiB in 0.002496 sec., 532451.9230769231 rows/sec., 44.50 MiB/sec.
1700 2025.01.08 18:22:56.001759 [ 282 ] {bbbb3e0a-69e6-4cc9-8549-55ce7e36fbea} <Debug> TCPHandler: Processed in 0.002781093 sec.
1701 2025.01.08 18:22:56.001928 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1702 2025.01.08 18:22:56.002074 [ 284 ] {df762c2f-81e7-456b-882e-3d782fb0ad8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1703 2025.01.08 18:22:56.002134 [ 284 ] {df762c2f-81e7-456b-882e-3d782fb0ad8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1704 2025.01.08 18:22:56.002840 [ 284 ] {df762c2f-81e7-456b-882e-3d782fb0ad8a} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1705 2025.01.08 18:22:56.002889 [ 284 ] {df762c2f-81e7-456b-882e-3d782fb0ad8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1706 2025.01.08 18:22:56.003272 [ 284 ] {df762c2f-81e7-456b-882e-3d782fb0ad8a} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1707 2025.01.08 18:22:56.003520 [ 284 ] {df762c2f-81e7-456b-882e-3d782fb0ad8a} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1708 2025.01.08 18:22:56.003820 [ 284 ] {df762c2f-81e7-456b-882e-3d782fb0ad8a} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001758 sec., 8532.423208191127 rows/sec., 601.60 KiB/sec.
1709 2025.01.08 18:22:56.003899 [ 284 ] {df762c2f-81e7-456b-882e-3d782fb0ad8a} <Debug> TCPHandler: Processed in 0.002032143 sec.
1710 2025.01.08 18:22:56.004050 [ 282 ] {} <Trace> TCP-Session: 91cd5179-36c3-4aff-8f92-2b7c650bc977 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1711 2025.01.08 18:22:56.004174 [ 282 ] {e84f0190-5cfe-402d-90f4-bee5bef7993b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54030) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1712 2025.01.08 18:22:56.004224 [ 282 ] {e84f0190-5cfe-402d-90f4-bee5bef7993b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1713 2025.01.08 18:22:56.004898 [ 282 ] {e84f0190-5cfe-402d-90f4-bee5bef7993b} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1714 2025.01.08 18:22:56.004939 [ 282 ] {e84f0190-5cfe-402d-90f4-bee5bef7993b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1715 2025.01.08 18:22:56.005319 [ 282 ] {e84f0190-5cfe-402d-90f4-bee5bef7993b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1716 2025.01.08 18:22:56.005564 [ 282 ] {e84f0190-5cfe-402d-90f4-bee5bef7993b} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1717 2025.01.08 18:22:56.005776 [ 282 ] {e84f0190-5cfe-402d-90f4-bee5bef7993b} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001632 sec., 148284.3137254902 rows/sec., 10.05 MiB/sec.
1718 2025.01.08 18:22:56.005833 [ 282 ] {e84f0190-5cfe-402d-90f4-bee5bef7993b} <Debug> TCPHandler: Processed in 0.001842098 sec.
1719 2025.01.08 18:22:56.005997 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1720 2025.01.08 18:22:56.006137 [ 284 ] {23577a12-d8a7-41cb-b109-eba5ae809d3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
1721 2025.01.08 18:22:56.006193 [ 284 ] {23577a12-d8a7-41cb-b109-eba5ae809d3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1722 2025.01.08 18:22:56.006875 [ 284 ] {23577a12-d8a7-41cb-b109-eba5ae809d3c} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1723 2025.01.08 18:22:56.006923 [ 284 ] {23577a12-d8a7-41cb-b109-eba5ae809d3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1724 2025.01.08 18:22:56.007275 [ 284 ] {23577a12-d8a7-41cb-b109-eba5ae809d3c} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1725 2025.01.08 18:22:56.007624 [ 284 ] {23577a12-d8a7-41cb-b109-eba5ae809d3c} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1726 2025.01.08 18:22:56.007835 [ 284 ] {23577a12-d8a7-41cb-b109-eba5ae809d3c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001731 sec., 7510.109763142693 rows/sec., 468.25 KiB/sec.
1727 2025.01.08 18:22:56.007889 [ 284 ] {23577a12-d8a7-41cb-b109-eba5ae809d3c} <Debug> TCPHandler: Processed in 0.001959781 sec.
1728 2025.01.08 18:22:56.008036 [ 282 ] {} <Trace> TCP-Session: 91cd5179-36c3-4aff-8f92-2b7c650bc977 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1729 2025.01.08 18:22:56.008155 [ 282 ] {1e41b476-d525-486d-b313-b44e92baf573} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54030) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1730 2025.01.08 18:22:56.008203 [ 282 ] {1e41b476-d525-486d-b313-b44e92baf573} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1731 2025.01.08 18:22:56.009066 [ 282 ] {1e41b476-d525-486d-b313-b44e92baf573} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1732 2025.01.08 18:22:56.009105 [ 282 ] {1e41b476-d525-486d-b313-b44e92baf573} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1733 2025.01.08 18:22:56.009499 [ 282 ] {1e41b476-d525-486d-b313-b44e92baf573} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1734 2025.01.08 18:22:56.009746 [ 282 ] {1e41b476-d525-486d-b313-b44e92baf573} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1735 2025.01.08 18:22:56.009959 [ 282 ] {1e41b476-d525-486d-b313-b44e92baf573} <Debug> executeQuery: Read 810 rows, 59.73 KiB in 0.001829 sec., 442864.95352651726 rows/sec., 31.89 MiB/sec.
1736 2025.01.08 18:22:56.010014 [ 282 ] {1e41b476-d525-486d-b313-b44e92baf573} <Debug> TCPHandler: Processed in 0.002033702 sec.
1737 2025.01.08 18:22:56.010168 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1738 2025.01.08 18:22:56.010291 [ 284 ] {ea2ddd31-4a98-49c9-a7e3-a01634da967e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
1739 2025.01.08 18:22:56.010341 [ 284 ] {ea2ddd31-4a98-49c9-a7e3-a01634da967e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
1740 2025.01.08 18:22:56.010828 [ 284 ] {ea2ddd31-4a98-49c9-a7e3-a01634da967e} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1741 2025.01.08 18:22:56.010867 [ 284 ] {ea2ddd31-4a98-49c9-a7e3-a01634da967e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1742 2025.01.08 18:22:56.011229 [ 284 ] {ea2ddd31-4a98-49c9-a7e3-a01634da967e} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1743 2025.01.08 18:22:56.011468 [ 284 ] {ea2ddd31-4a98-49c9-a7e3-a01634da967e} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1744 2025.01.08 18:22:56.011679 [ 284 ] {ea2ddd31-4a98-49c9-a7e3-a01634da967e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001418 sec., 4231.311706629055 rows/sec., 221.07 KiB/sec.
1745 2025.01.08 18:22:56.011732 [ 284 ] {ea2ddd31-4a98-49c9-a7e3-a01634da967e} <Debug> TCPHandler: Processed in 0.001620002 sec.
1746 2025.01.08 18:22:56.011892 [ 282 ] {} <Trace> TCP-Session: 91cd5179-36c3-4aff-8f92-2b7c650bc977 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1747 2025.01.08 18:22:56.012024 [ 282 ] {3782f077-b013-4e4b-a54c-be4243a0e34a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54030) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1748 2025.01.08 18:22:56.012084 [ 282 ] {3782f077-b013-4e4b-a54c-be4243a0e34a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1749 2025.01.08 18:22:56.015242 [ 282 ] {3782f077-b013-4e4b-a54c-be4243a0e34a} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1750 2025.01.08 18:22:56.015288 [ 282 ] {3782f077-b013-4e4b-a54c-be4243a0e34a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1751 2025.01.08 18:22:56.015973 [ 282 ] {3782f077-b013-4e4b-a54c-be4243a0e34a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1752 2025.01.08 18:22:56.016229 [ 282 ] {3782f077-b013-4e4b-a54c-be4243a0e34a} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1753 2025.01.08 18:22:56.016438 [ 282 ] {3782f077-b013-4e4b-a54c-be4243a0e34a} <Debug> executeQuery: Read 2173 rows, 148.19 KiB in 0.004447 sec., 488644.02968293225 rows/sec., 32.54 MiB/sec.
1754 2025.01.08 18:22:56.016499 [ 282 ] {3782f077-b013-4e4b-a54c-be4243a0e34a} <Debug> TCPHandler: Processed in 0.004665282 sec.
1755 2025.01.08 18:22:56.016662 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1756 2025.01.08 18:22:56.016800 [ 284 ] {ced173cd-3b85-40f5-ada6-f096b46ac99e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
1757 2025.01.08 18:22:56.016859 [ 284 ] {ced173cd-3b85-40f5-ada6-f096b46ac99e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
1758 2025.01.08 18:22:56.017344 [ 284 ] {ced173cd-3b85-40f5-ada6-f096b46ac99e} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1759 2025.01.08 18:22:56.017381 [ 284 ] {ced173cd-3b85-40f5-ada6-f096b46ac99e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1760 2025.01.08 18:22:56.017740 [ 284 ] {ced173cd-3b85-40f5-ada6-f096b46ac99e} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1761 2025.01.08 18:22:56.017976 [ 284 ] {ced173cd-3b85-40f5-ada6-f096b46ac99e} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1762 2025.01.08 18:22:56.018263 [ 284 ] {ced173cd-3b85-40f5-ada6-f096b46ac99e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001469 sec., 680.7351940095302 rows/sec., 45.87 KiB/sec.
1763 2025.01.08 18:22:56.018368 [ 284 ] {ced173cd-3b85-40f5-ada6-f096b46ac99e} <Debug> TCPHandler: Processed in 0.001773907 sec.
1764 2025.01.08 18:22:56.018515 [ 282 ] {} <Trace> TCP-Session: 91cd5179-36c3-4aff-8f92-2b7c650bc977 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1765 2025.01.08 18:22:56.018631 [ 282 ] {91f0db62-b02e-4b9a-8b71-06da19b55c8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54030) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1766 2025.01.08 18:22:56.018711 [ 282 ] {91f0db62-b02e-4b9a-8b71-06da19b55c8b} <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
1767 2025.01.08 18:22:56.019782 [ 282 ] {91f0db62-b02e-4b9a-8b71-06da19b55c8b} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1768 2025.01.08 18:22:56.019820 [ 282 ] {91f0db62-b02e-4b9a-8b71-06da19b55c8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1769 2025.01.08 18:22:56.020414 [ 282 ] {91f0db62-b02e-4b9a-8b71-06da19b55c8b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1770 2025.01.08 18:22:56.020667 [ 282 ] {91f0db62-b02e-4b9a-8b71-06da19b55c8b} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1771 2025.01.08 18:22:56.020992 [ 282 ] {91f0db62-b02e-4b9a-8b71-06da19b55c8b} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002361 sec., 3388.394747988141 rows/sec., 6.07 MiB/sec.
1772 2025.01.08 18:22:56.021149 [ 282 ] {91f0db62-b02e-4b9a-8b71-06da19b55c8b} <Debug> TCPHandler: Processed in 0.00268861 sec.
1773 2025.01.08 18:22:56.021305 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1774 2025.01.08 18:22:56.021441 [ 284 ] {db8a4362-9022-4329-8947-3c40e3a309cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1775 2025.01.08 18:22:56.021500 [ 284 ] {db8a4362-9022-4329-8947-3c40e3a309cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1776 2025.01.08 18:22:56.022040 [ 284 ] {db8a4362-9022-4329-8947-3c40e3a309cc} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1777 2025.01.08 18:22:56.022078 [ 284 ] {db8a4362-9022-4329-8947-3c40e3a309cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB.
1778 2025.01.08 18:22:56.022437 [ 284 ] {db8a4362-9022-4329-8947-3c40e3a309cc} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1779 2025.01.08 18:22:56.022681 [ 284 ] {db8a4362-9022-4329-8947-3c40e3a309cc} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1780 2025.01.08 18:22:56.022887 [ 284 ] {db8a4362-9022-4329-8947-3c40e3a309cc} <Debug> executeQuery: Read 28 rows, 1.61 KiB in 0.001476 sec., 18970.18970189702 rows/sec., 1.07 MiB/sec.
1781 2025.01.08 18:22:56.022940 [ 284 ] {db8a4362-9022-4329-8947-3c40e3a309cc} <Debug> TCPHandler: Processed in 0.001703814 sec.
1782 2025.01.08 18:22:57.439046 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 66 entries to flush up to offset 260
1783 2025.01.08 18:22:57.442717 [ 242 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1784 2025.01.08 18:22:57.442769 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
1785 2025.01.08 18:22:57.444358 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1786 2025.01.08 18:22:57.444686 [ 242 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1787 2025.01.08 18:22:57.445519 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 260
1788 2025.01.08 18:22:59.939701 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3233
1789 2025.01.08 18:22:59.940358 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1790 2025.01.08 18:22:59.940407 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
1791 2025.01.08 18:22:59.940952 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1792 2025.01.08 18:22:59.941221 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1793 2025.01.08 18:22:59.941458 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3233
1794 2025.01.08 18:23:00.136335 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53
1795 2025.01.08 18:23:00.154895 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1796 2025.01.08 18:23:00.154943 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
1797 2025.01.08 18:23:00.161677 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1798 2025.01.08 18:23:00.162424 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1799 2025.01.08 18:23:00.164781 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53
1800 2025.01.08 18:23:00.423341 [ 282 ] {} <Trace> TCP-Session: 91cd5179-36c3-4aff-8f92-2b7c650bc977 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1801 2025.01.08 18:23:00.423526 [ 282 ] {45bb6fb4-8df9-49be-aec4-71b64a9f773d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54030) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1802 2025.01.08 18:23:00.423597 [ 282 ] {45bb6fb4-8df9-49be-aec4-71b64a9f773d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1803 2025.01.08 18:23:00.424313 [ 282 ] {45bb6fb4-8df9-49be-aec4-71b64a9f773d} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1804 2025.01.08 18:23:00.424358 [ 282 ] {45bb6fb4-8df9-49be-aec4-71b64a9f773d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
1805 2025.01.08 18:23:00.424771 [ 282 ] {45bb6fb4-8df9-49be-aec4-71b64a9f773d} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1806 2025.01.08 18:23:00.425025 [ 282 ] {45bb6fb4-8df9-49be-aec4-71b64a9f773d} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1807 2025.01.08 18:23:00.425255 [ 282 ] {45bb6fb4-8df9-49be-aec4-71b64a9f773d} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001781 sec., 14598.540145985402 rows/sec., 1.10 MiB/sec.
1808 2025.01.08 18:23:00.425312 [ 282 ] {45bb6fb4-8df9-49be-aec4-71b64a9f773d} <Debug> TCPHandler: Processed in 0.002096625 sec.
1809 2025.01.08 18:23:00.425554 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1810 2025.01.08 18:23:00.425741 [ 284 ] {518573fd-05a6-440d-b9bb-bfbb7a6fb5be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1811 2025.01.08 18:23:00.425812 [ 284 ] {518573fd-05a6-440d-b9bb-bfbb7a6fb5be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1812 2025.01.08 18:23:00.426538 [ 284 ] {518573fd-05a6-440d-b9bb-bfbb7a6fb5be} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1813 2025.01.08 18:23:00.426585 [ 284 ] {518573fd-05a6-440d-b9bb-bfbb7a6fb5be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
1814 2025.01.08 18:23:00.427016 [ 284 ] {518573fd-05a6-440d-b9bb-bfbb7a6fb5be} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1815 2025.01.08 18:23:00.427274 [ 284 ] {518573fd-05a6-440d-b9bb-bfbb7a6fb5be} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1816 2025.01.08 18:23:00.427499 [ 284 ] {518573fd-05a6-440d-b9bb-bfbb7a6fb5be} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.00181 sec., 15469.61325966851 rows/sec., 1.21 MiB/sec.
1817 2025.01.08 18:23:00.427555 [ 284 ] {518573fd-05a6-440d-b9bb-bfbb7a6fb5be} <Debug> TCPHandler: Processed in 0.002135345 sec.
1818 2025.01.08 18:23:00.427708 [ 282 ] {} <Trace> TCP-Session: 91cd5179-36c3-4aff-8f92-2b7c650bc977 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1819 2025.01.08 18:23:00.427842 [ 282 ] {2bc0df39-c6ca-411a-8203-f4a4c6ad0c58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54030) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1820 2025.01.08 18:23:00.427898 [ 282 ] {2bc0df39-c6ca-411a-8203-f4a4c6ad0c58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1821 2025.01.08 18:23:00.428458 [ 282 ] {2bc0df39-c6ca-411a-8203-f4a4c6ad0c58} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1822 2025.01.08 18:23:00.428498 [ 282 ] {2bc0df39-c6ca-411a-8203-f4a4c6ad0c58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
1823 2025.01.08 18:23:00.428904 [ 282 ] {2bc0df39-c6ca-411a-8203-f4a4c6ad0c58} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1824 2025.01.08 18:23:00.429152 [ 282 ] {2bc0df39-c6ca-411a-8203-f4a4c6ad0c58} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1825 2025.01.08 18:23:00.429371 [ 282 ] {2bc0df39-c6ca-411a-8203-f4a4c6ad0c58} <Debug> executeQuery: Read 80 rows, 5.68 KiB in 0.001559 sec., 51314.94547787043 rows/sec., 3.56 MiB/sec.
1826 2025.01.08 18:23:00.429425 [ 282 ] {2bc0df39-c6ca-411a-8203-f4a4c6ad0c58} <Debug> TCPHandler: Processed in 0.001778956 sec.
1827 2025.01.08 18:23:00.429580 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1828 2025.01.08 18:23:00.429707 [ 284 ] {3206efd2-71a7-495b-8c62-2b7ec840f37c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1829 2025.01.08 18:23:00.429762 [ 284 ] {3206efd2-71a7-495b-8c62-2b7ec840f37c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1830 2025.01.08 18:23:00.430283 [ 284 ] {3206efd2-71a7-495b-8c62-2b7ec840f37c} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1831 2025.01.08 18:23:00.430326 [ 284 ] {3206efd2-71a7-495b-8c62-2b7ec840f37c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
1832 2025.01.08 18:23:00.430735 [ 284 ] {3206efd2-71a7-495b-8c62-2b7ec840f37c} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1833 2025.01.08 18:23:00.430989 [ 284 ] {3206efd2-71a7-495b-8c62-2b7ec840f37c} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1834 2025.01.08 18:23:00.431262 [ 284 ] {3206efd2-71a7-495b-8c62-2b7ec840f37c} <Debug> executeQuery: Read 24 rows, 1.68 KiB in 0.00158 sec., 15189.87341772152 rows/sec., 1.04 MiB/sec.
1835 2025.01.08 18:23:00.431418 [ 284 ] {3206efd2-71a7-495b-8c62-2b7ec840f37c} <Debug> TCPHandler: Processed in 0.001896769 sec.
1836 2025.01.08 18:23:05.424841 [ 282 ] {} <Trace> TCP-Session: 91cd5179-36c3-4aff-8f92-2b7c650bc977 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1837 2025.01.08 18:23:05.425069 [ 282 ] {0526d3ce-0a4d-446b-9cfb-62b2f97cf606} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54030) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1838 2025.01.08 18:23:05.425148 [ 282 ] {0526d3ce-0a4d-446b-9cfb-62b2f97cf606} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1839 2025.01.08 18:23:05.425916 [ 282 ] {0526d3ce-0a4d-446b-9cfb-62b2f97cf606} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1840 2025.01.08 18:23:05.425960 [ 282 ] {0526d3ce-0a4d-446b-9cfb-62b2f97cf606} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
1841 2025.01.08 18:23:05.426411 [ 282 ] {0526d3ce-0a4d-446b-9cfb-62b2f97cf606} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1842 2025.01.08 18:23:05.426663 [ 282 ] {0526d3ce-0a4d-446b-9cfb-62b2f97cf606} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1843 2025.01.08 18:23:05.426860 [ 282 ] {0526d3ce-0a4d-446b-9cfb-62b2f97cf606} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.00185 sec., 14054.054054054053 rows/sec., 1.06 MiB/sec.
1844 2025.01.08 18:23:05.426943 [ 282 ] {0526d3ce-0a4d-446b-9cfb-62b2f97cf606} <Debug> TCPHandler: Processed in 0.002235218 sec.
1845 2025.01.08 18:23:05.427221 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1846 2025.01.08 18:23:05.427439 [ 284 ] {9dfe1a84-9aea-484f-9576-c4c9b3ce19a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1847 2025.01.08 18:23:05.427516 [ 284 ] {9dfe1a84-9aea-484f-9576-c4c9b3ce19a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1848 2025.01.08 18:23:05.428275 [ 284 ] {9dfe1a84-9aea-484f-9576-c4c9b3ce19a9} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1849 2025.01.08 18:23:05.428330 [ 284 ] {9dfe1a84-9aea-484f-9576-c4c9b3ce19a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
1850 2025.01.08 18:23:05.428775 [ 284 ] {9dfe1a84-9aea-484f-9576-c4c9b3ce19a9} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1851 2025.01.08 18:23:05.429025 [ 284 ] {9dfe1a84-9aea-484f-9576-c4c9b3ce19a9} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1852 2025.01.08 18:23:05.429258 [ 284 ] {9dfe1a84-9aea-484f-9576-c4c9b3ce19a9} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001875 sec., 14933.333333333334 rows/sec., 1.16 MiB/sec.
1853 2025.01.08 18:23:05.429324 [ 284 ] {9dfe1a84-9aea-484f-9576-c4c9b3ce19a9} <Debug> TCPHandler: Processed in 0.002249979 sec.
1854 2025.01.08 18:23:05.429473 [ 282 ] {} <Trace> TCP-Session: 91cd5179-36c3-4aff-8f92-2b7c650bc977 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1855 2025.01.08 18:23:05.429599 [ 282 ] {0896db19-f7b1-41d2-87a0-9324c44cb761} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54030) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1856 2025.01.08 18:23:05.429655 [ 282 ] {0896db19-f7b1-41d2-87a0-9324c44cb761} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1857 2025.01.08 18:23:05.430222 [ 282 ] {0896db19-f7b1-41d2-87a0-9324c44cb761} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1858 2025.01.08 18:23:05.430259 [ 282 ] {0896db19-f7b1-41d2-87a0-9324c44cb761} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
1859 2025.01.08 18:23:05.430653 [ 282 ] {0896db19-f7b1-41d2-87a0-9324c44cb761} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1860 2025.01.08 18:23:05.430894 [ 282 ] {0896db19-f7b1-41d2-87a0-9324c44cb761} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1861 2025.01.08 18:23:05.431071 [ 282 ] {0896db19-f7b1-41d2-87a0-9324c44cb761} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001503 sec., 66533.5994677312 rows/sec., 4.61 MiB/sec.
1862 2025.01.08 18:23:05.431123 [ 282 ] {0896db19-f7b1-41d2-87a0-9324c44cb761} <Debug> TCPHandler: Processed in 0.001707205 sec.
1863 2025.01.08 18:23:05.431266 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1864 2025.01.08 18:23:05.431476 [ 284 ] {2e8b57eb-e559-4250-b8ee-5f7e939e1fad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1865 2025.01.08 18:23:05.431575 [ 284 ] {2e8b57eb-e559-4250-b8ee-5f7e939e1fad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1866 2025.01.08 18:23:05.432411 [ 284 ] {2e8b57eb-e559-4250-b8ee-5f7e939e1fad} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1867 2025.01.08 18:23:05.432453 [ 284 ] {2e8b57eb-e559-4250-b8ee-5f7e939e1fad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
1868 2025.01.08 18:23:05.432840 [ 284 ] {2e8b57eb-e559-4250-b8ee-5f7e939e1fad} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1869 2025.01.08 18:23:05.433091 [ 284 ] {2e8b57eb-e559-4250-b8ee-5f7e939e1fad} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1870 2025.01.08 18:23:05.433356 [ 284 ] {2e8b57eb-e559-4250-b8ee-5f7e939e1fad} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001942 sec., 15447.991761071062 rows/sec., 1.06 MiB/sec.
1871 2025.01.08 18:23:05.433516 [ 284 ] {2e8b57eb-e559-4250-b8ee-5f7e939e1fad} <Debug> TCPHandler: Processed in 0.002307 sec.
1872 2025.01.08 18:23:07.351370 [ 137 ] {} <Debug> DNSResolver: Updating DNS cache
1873 2025.01.08 18:23:07.351500 [ 137 ] {} <Debug> DNSResolver: Updated DNS cache
1874 2025.01.08 18:23:07.441575 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3721
1875 2025.01.08 18:23:07.442262 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1876 2025.01.08 18:23:07.442314 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
1877 2025.01.08 18:23:07.442958 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1878 2025.01.08 18:23:07.443232 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1879 2025.01.08 18:23:07.443469 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721
1880 2025.01.08 18:23:07.445851 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 276
1881 2025.01.08 18:23:07.449073 [ 242 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1882 2025.01.08 18:23:07.449129 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
1883 2025.01.08 18:23:07.450595 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1884 2025.01.08 18:23:07.450915 [ 242 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1885 2025.01.08 18:23:07.451663 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 276
1886 2025.01.08 18:23:07.664858 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61
1887 2025.01.08 18:23:07.684461 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1888 2025.01.08 18:23:07.684520 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
1889 2025.01.08 18:23:07.691561 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1890 2025.01.08 18:23:07.692327 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1891 2025.01.08 18:23:07.694881 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61
1892 2025.01.08 18:23:08.727856 [ 282 ] {} <Debug> TCPHandler: Done processing connection.
1893 2025.01.08 18:23:08.727956 [ 282 ] {} <Debug> TCP-Session: 91cd5179-36c3-4aff-8f92-2b7c650bc977 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1894 2025.01.08 18:23:09.000167 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 165.00 MiB, peak 170.90 MiB, free memory in arenas 0.00 B, will set to 167.06 MiB (RSS), difference: 2.06 MiB
1895 2025.01.08 18:23:10.422368 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1896 2025.01.08 18:23:10.422711 [ 284 ] {3c452486-2c38-47b8-b25b-da5d2c028f7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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)
1897 2025.01.08 18:23:10.423203 [ 284 ] {3c452486-2c38-47b8-b25b-da5d2c028f7e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1898 2025.01.08 18:23:10.423267 [ 284 ] {3c452486-2c38-47b8-b25b-da5d2c028f7e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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
1899 2025.01.08 18:23:10.423657 [ 284 ] {3c452486-2c38-47b8-b25b-da5d2c028f7e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1900 2025.01.08 18:23:10.423742 [ 284 ] {3c452486-2c38-47b8-b25b-da5d2c028f7e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1901 2025.01.08 18:23:10.423920 [ 284 ] {3c452486-2c38-47b8-b25b-da5d2c028f7e} <Debug> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Key condition: (column 0 notIn 33-element set)
1902 2025.01.08 18:23:10.424122 [ 294 ] {3c452486-2c38-47b8-b25b-da5d2c028f7e} <Trace> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1903 2025.01.08 18:23:10.424133 [ 295 ] {3c452486-2c38-47b8-b25b-da5d2c028f7e} <Trace> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1904 2025.01.08 18:23:10.424149 [ 296 ] {3c452486-2c38-47b8-b25b-da5d2c028f7e} <Trace> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1905 2025.01.08 18:23:10.424332 [ 284 ] {3c452486-2c38-47b8-b25b-da5d2c028f7e} <Debug> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (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
1906 2025.01.08 18:23:10.424366 [ 284 ] {3c452486-2c38-47b8-b25b-da5d2c028f7e} <Trace> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Spreading mark ranges among streams (default reading)
1907 2025.01.08 18:23:10.424487 [ 284 ] {3c452486-2c38-47b8-b25b-da5d2c028f7e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1908 2025.01.08 18:23:10.424512 [ 284 ] {3c452486-2c38-47b8-b25b-da5d2c028f7e} <Debug> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Reading approx. 33 rows with 3 streams
1909 2025.01.08 18:23:10.424557 [ 284 ] {3c452486-2c38-47b8-b25b-da5d2c028f7e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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'))"
1910 2025.01.08 18:23:10.424605 [ 284 ] {3c452486-2c38-47b8-b25b-da5d2c028f7e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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'))"
1911 2025.01.08 18:23:10.424652 [ 284 ] {3c452486-2c38-47b8-b25b-da5d2c028f7e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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'))"
1912 2025.01.08 18:23:10.426675 [ 284 ] {3c452486-2c38-47b8-b25b-da5d2c028f7e} <Debug> executeQuery: Read 33 rows, 1.22 KiB in 0.004106 sec., 8037.018996590355 rows/sec., 297.54 KiB/sec.
1913 2025.01.08 18:23:10.426868 [ 284 ] {3c452486-2c38-47b8-b25b-da5d2c028f7e} <Debug> TCPHandler: Processed in 0.004688782 sec.
1914 2025.01.08 18:23:10.427297 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1915 2025.01.08 18:23:10.427548 [ 290 ] {94e3d25c-40d3-4024-a43f-1815ce547158} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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)
1916 2025.01.08 18:23:10.428005 [ 290 ] {94e3d25c-40d3-4024-a43f-1815ce547158} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1917 2025.01.08 18:23:10.428059 [ 290 ] {94e3d25c-40d3-4024-a43f-1815ce547158} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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
1918 2025.01.08 18:23:10.428422 [ 290 ] {94e3d25c-40d3-4024-a43f-1815ce547158} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1919 2025.01.08 18:23:10.428506 [ 290 ] {94e3d25c-40d3-4024-a43f-1815ce547158} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1920 2025.01.08 18:23:10.428689 [ 290 ] {94e3d25c-40d3-4024-a43f-1815ce547158} <Debug> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Key condition: (column 0 notIn 34-element set)
1921 2025.01.08 18:23:10.428816 [ 298 ] {94e3d25c-40d3-4024-a43f-1815ce547158} <Trace> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1922 2025.01.08 18:23:10.428847 [ 294 ] {94e3d25c-40d3-4024-a43f-1815ce547158} <Trace> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1923 2025.01.08 18:23:10.428866 [ 295 ] {94e3d25c-40d3-4024-a43f-1815ce547158} <Trace> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1924 2025.01.08 18:23:10.428978 [ 290 ] {94e3d25c-40d3-4024-a43f-1815ce547158} <Debug> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (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
1925 2025.01.08 18:23:10.429010 [ 290 ] {94e3d25c-40d3-4024-a43f-1815ce547158} <Trace> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Spreading mark ranges among streams (default reading)
1926 2025.01.08 18:23:10.429128 [ 290 ] {94e3d25c-40d3-4024-a43f-1815ce547158} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1927 2025.01.08 18:23:10.429153 [ 290 ] {94e3d25c-40d3-4024-a43f-1815ce547158} <Debug> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Reading approx. 33 rows with 3 streams
1928 2025.01.08 18:23:10.429198 [ 290 ] {94e3d25c-40d3-4024-a43f-1815ce547158} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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'))"
1929 2025.01.08 18:23:10.429251 [ 290 ] {94e3d25c-40d3-4024-a43f-1815ce547158} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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'))"
1930 2025.01.08 18:23:10.429299 [ 290 ] {94e3d25c-40d3-4024-a43f-1815ce547158} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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'))"
1931 2025.01.08 18:23:10.430792 [ 290 ] {94e3d25c-40d3-4024-a43f-1815ce547158} <Debug> executeQuery: Read 33 rows, 1.22 KiB in 0.003363 sec., 9812.667261373774 rows/sec., 363.27 KiB/sec.
1932 2025.01.08 18:23:10.431012 [ 290 ] {94e3d25c-40d3-4024-a43f-1815ce547158} <Debug> TCPHandler: Processed in 0.003868821 sec.
1933 2025.01.08 18:23:10.431264 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1934 2025.01.08 18:23:10.431501 [ 284 ] {78232450-44f7-4f90-a994-0b689448003e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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)
1935 2025.01.08 18:23:10.431919 [ 284 ] {78232450-44f7-4f90-a994-0b689448003e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1936 2025.01.08 18:23:10.431981 [ 284 ] {78232450-44f7-4f90-a994-0b689448003e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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
1937 2025.01.08 18:23:10.432383 [ 284 ] {78232450-44f7-4f90-a994-0b689448003e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1938 2025.01.08 18:23:10.432464 [ 284 ] {78232450-44f7-4f90-a994-0b689448003e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1939 2025.01.08 18:23:10.432621 [ 284 ] {78232450-44f7-4f90-a994-0b689448003e} <Debug> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Key condition: (column 0 notIn 35-element set)
1940 2025.01.08 18:23:10.432767 [ 294 ] {78232450-44f7-4f90-a994-0b689448003e} <Trace> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1941 2025.01.08 18:23:10.432778 [ 298 ] {78232450-44f7-4f90-a994-0b689448003e} <Trace> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1942 2025.01.08 18:23:10.432795 [ 296 ] {78232450-44f7-4f90-a994-0b689448003e} <Trace> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1943 2025.01.08 18:23:10.432932 [ 284 ] {78232450-44f7-4f90-a994-0b689448003e} <Debug> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (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
1944 2025.01.08 18:23:10.432963 [ 284 ] {78232450-44f7-4f90-a994-0b689448003e} <Trace> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Spreading mark ranges among streams (default reading)
1945 2025.01.08 18:23:10.433075 [ 284 ] {78232450-44f7-4f90-a994-0b689448003e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1946 2025.01.08 18:23:10.433098 [ 284 ] {78232450-44f7-4f90-a994-0b689448003e} <Debug> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Reading approx. 33 rows with 3 streams
1947 2025.01.08 18:23:10.433142 [ 284 ] {78232450-44f7-4f90-a994-0b689448003e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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'))"
1948 2025.01.08 18:23:10.433191 [ 284 ] {78232450-44f7-4f90-a994-0b689448003e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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'))"
1949 2025.01.08 18:23:10.433237 [ 284 ] {78232450-44f7-4f90-a994-0b689448003e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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'))"
1950 2025.01.08 18:23:10.434666 [ 284 ] {78232450-44f7-4f90-a994-0b689448003e} <Debug> executeQuery: Read 33 rows, 1.22 KiB in 0.003289 sec., 10033.444816053512 rows/sec., 371.44 KiB/sec.
1951 2025.01.08 18:23:10.434842 [ 284 ] {78232450-44f7-4f90-a994-0b689448003e} <Debug> TCPHandler: Processed in 0.003650106 sec.
1952 2025.01.08 18:23:10.444839 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1953 2025.01.08 18:23:10.445070 [ 284 ] {4b4dde4a-c216-4dca-97d1-ca78bf9a06e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
1954 2025.01.08 18:23:10.445167 [ 284 ] {4b4dde4a-c216-4dca-97d1-ca78bf9a06e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1955 2025.01.08 18:23:10.445998 [ 284 ] {4b4dde4a-c216-4dca-97d1-ca78bf9a06e8} <Trace> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1956 2025.01.08 18:23:10.446041 [ 284 ] {4b4dde4a-c216-4dca-97d1-ca78bf9a06e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
1957 2025.01.08 18:23:10.446542 [ 284 ] {4b4dde4a-c216-4dca-97d1-ca78bf9a06e8} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1958 2025.01.08 18:23:10.446772 [ 284 ] {4b4dde4a-c216-4dca-97d1-ca78bf9a06e8} <Trace> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1959 2025.01.08 18:23:10.447029 [ 284 ] {4b4dde4a-c216-4dca-97d1-ca78bf9a06e8} <Debug> executeQuery: Read 3 rows, 280.00 B in 0.002025 sec., 1481.4814814814815 rows/sec., 135.03 KiB/sec.
1960 2025.01.08 18:23:10.447202 [ 284 ] {4b4dde4a-c216-4dca-97d1-ca78bf9a06e8} <Debug> TCPHandler: Processed in 0.002466874 sec.
1961 2025.01.08 18:23:10.447418 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1962 2025.01.08 18:23:10.447603 [ 290 ] {c24ba3af-9305-476c-be51-2cd855f0915c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
1963 2025.01.08 18:23:10.447666 [ 290 ] {c24ba3af-9305-476c-be51-2cd855f0915c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
1964 2025.01.08 18:23:10.448400 [ 290 ] {c24ba3af-9305-476c-be51-2cd855f0915c} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1965 2025.01.08 18:23:10.448448 [ 290 ] {c24ba3af-9305-476c-be51-2cd855f0915c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
1966 2025.01.08 18:23:10.448880 [ 290 ] {c24ba3af-9305-476c-be51-2cd855f0915c} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1967 2025.01.08 18:23:10.449133 [ 290 ] {c24ba3af-9305-476c-be51-2cd855f0915c} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1968 2025.01.08 18:23:10.449323 [ 290 ] {c24ba3af-9305-476c-be51-2cd855f0915c} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001764 sec., 7936.507936507936 rows/sec., 571.32 KiB/sec.
1969 2025.01.08 18:23:10.449378 [ 290 ] {c24ba3af-9305-476c-be51-2cd855f0915c} <Debug> TCPHandler: Processed in 0.002081414 sec.
1970 2025.01.08 18:23:10.449528 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1971 2025.01.08 18:23:10.449669 [ 284 ] {2030966c-8f7b-4f98-aa1c-b1ca2838c6f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1972 2025.01.08 18:23:10.449727 [ 284 ] {2030966c-8f7b-4f98-aa1c-b1ca2838c6f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1973 2025.01.08 18:23:10.450528 [ 284 ] {2030966c-8f7b-4f98-aa1c-b1ca2838c6f6} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1974 2025.01.08 18:23:10.450568 [ 284 ] {2030966c-8f7b-4f98-aa1c-b1ca2838c6f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
1975 2025.01.08 18:23:10.450969 [ 284 ] {2030966c-8f7b-4f98-aa1c-b1ca2838c6f6} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
1976 2025.01.08 18:23:10.451216 [ 284 ] {2030966c-8f7b-4f98-aa1c-b1ca2838c6f6} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1977 2025.01.08 18:23:10.451448 [ 284 ] {2030966c-8f7b-4f98-aa1c-b1ca2838c6f6} <Debug> executeQuery: Read 243 rows, 22.24 KiB in 0.001808 sec., 134402.65486725664 rows/sec., 12.01 MiB/sec.
1978 2025.01.08 18:23:10.451520 [ 284 ] {2030966c-8f7b-4f98-aa1c-b1ca2838c6f6} <Debug> TCPHandler: Processed in 0.002060894 sec.
1979 2025.01.08 18:23:10.451675 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1980 2025.01.08 18:23:10.451818 [ 290 ] {b2f6741b-9452-484d-bcc4-661940ee3646} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1981 2025.01.08 18:23:10.451879 [ 290 ] {b2f6741b-9452-484d-bcc4-661940ee3646} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1982 2025.01.08 18:23:10.452572 [ 290 ] {b2f6741b-9452-484d-bcc4-661940ee3646} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1983 2025.01.08 18:23:10.452612 [ 290 ] {b2f6741b-9452-484d-bcc4-661940ee3646} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
1984 2025.01.08 18:23:10.452974 [ 290 ] {b2f6741b-9452-484d-bcc4-661940ee3646} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1985 2025.01.08 18:23:10.453214 [ 290 ] {b2f6741b-9452-484d-bcc4-661940ee3646} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1986 2025.01.08 18:23:10.453440 [ 290 ] {b2f6741b-9452-484d-bcc4-661940ee3646} <Debug> executeQuery: Read 42 rows, 3.09 KiB in 0.001646 sec., 25516.403402187123 rows/sec., 1.83 MiB/sec.
1987 2025.01.08 18:23:10.453508 [ 290 ] {b2f6741b-9452-484d-bcc4-661940ee3646} <Debug> TCPHandler: Processed in 0.001900079 sec.
1988 2025.01.08 18:23:10.453655 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1989 2025.01.08 18:23:10.453799 [ 284 ] {b0bc1e86-156f-459d-bb1b-e9024c3aa025} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1990 2025.01.08 18:23:10.453858 [ 284 ] {b0bc1e86-156f-459d-bb1b-e9024c3aa025} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1991 2025.01.08 18:23:10.454542 [ 284 ] {b0bc1e86-156f-459d-bb1b-e9024c3aa025} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1992 2025.01.08 18:23:10.454581 [ 284 ] {b0bc1e86-156f-459d-bb1b-e9024c3aa025} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
1993 2025.01.08 18:23:10.454950 [ 284 ] {b0bc1e86-156f-459d-bb1b-e9024c3aa025} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1994 2025.01.08 18:23:10.455192 [ 284 ] {b0bc1e86-156f-459d-bb1b-e9024c3aa025} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1995 2025.01.08 18:23:10.455424 [ 284 ] {b0bc1e86-156f-459d-bb1b-e9024c3aa025} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001657 sec., 8449.004224502112 rows/sec., 591.71 KiB/sec.
1996 2025.01.08 18:23:10.455478 [ 284 ] {b0bc1e86-156f-459d-bb1b-e9024c3aa025} <Debug> TCPHandler: Processed in 0.001890139 sec.
1997 2025.01.08 18:23:10.455633 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1998 2025.01.08 18:23:10.455751 [ 290 ] {05e1c871-8689-4ccc-b6c3-13bdb21008fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
1999 2025.01.08 18:23:10.455801 [ 290 ] {05e1c871-8689-4ccc-b6c3-13bdb21008fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2000 2025.01.08 18:23:10.456375 [ 290 ] {05e1c871-8689-4ccc-b6c3-13bdb21008fd} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2001 2025.01.08 18:23:10.456416 [ 290 ] {05e1c871-8689-4ccc-b6c3-13bdb21008fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2002 2025.01.08 18:23:10.456773 [ 290 ] {05e1c871-8689-4ccc-b6c3-13bdb21008fd} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2003 2025.01.08 18:23:10.457010 [ 290 ] {05e1c871-8689-4ccc-b6c3-13bdb21008fd} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2004 2025.01.08 18:23:10.457327 [ 290 ] {05e1c871-8689-4ccc-b6c3-13bdb21008fd} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001553 sec., 8370.895041854475 rows/sec., 521.92 KiB/sec.
2005 2025.01.08 18:23:10.457511 [ 290 ] {05e1c871-8689-4ccc-b6c3-13bdb21008fd} <Debug> TCPHandler: Processed in 0.0019324 sec.
2006 2025.01.08 18:23:10.457668 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2007 2025.01.08 18:23:10.457805 [ 284 ] {e48e8a74-3be8-4868-869f-c84933b8bf60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2008 2025.01.08 18:23:10.457862 [ 284 ] {e48e8a74-3be8-4868-869f-c84933b8bf60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2009 2025.01.08 18:23:10.458653 [ 284 ] {e48e8a74-3be8-4868-869f-c84933b8bf60} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2010 2025.01.08 18:23:10.458693 [ 284 ] {e48e8a74-3be8-4868-869f-c84933b8bf60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2011 2025.01.08 18:23:10.459065 [ 284 ] {e48e8a74-3be8-4868-869f-c84933b8bf60} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2012 2025.01.08 18:23:10.459305 [ 284 ] {e48e8a74-3be8-4868-869f-c84933b8bf60} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2013 2025.01.08 18:23:10.459594 [ 284 ] {e48e8a74-3be8-4868-869f-c84933b8bf60} <Debug> executeQuery: Read 394 rows, 28.66 KiB in 0.001811 sec., 217559.35946990614 rows/sec., 15.45 MiB/sec.
2014 2025.01.08 18:23:10.459888 [ 284 ] {e48e8a74-3be8-4868-869f-c84933b8bf60} <Debug> TCPHandler: Processed in 0.002278459 sec.
2015 2025.01.08 18:23:10.460147 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2016 2025.01.08 18:23:10.460303 [ 290 ] {e675f965-dc6b-4333-a481-8c006407aeb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
2017 2025.01.08 18:23:10.460362 [ 290 ] {e675f965-dc6b-4333-a481-8c006407aeb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2018 2025.01.08 18:23:10.460865 [ 290 ] {e675f965-dc6b-4333-a481-8c006407aeb7} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2019 2025.01.08 18:23:10.460904 [ 290 ] {e675f965-dc6b-4333-a481-8c006407aeb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2020 2025.01.08 18:23:10.461274 [ 290 ] {e675f965-dc6b-4333-a481-8c006407aeb7} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2021 2025.01.08 18:23:10.461507 [ 290 ] {e675f965-dc6b-4333-a481-8c006407aeb7} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2022 2025.01.08 18:23:10.461757 [ 290 ] {e675f965-dc6b-4333-a481-8c006407aeb7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001465 sec., 4095.563139931741 rows/sec., 213.98 KiB/sec.
2023 2025.01.08 18:23:10.461820 [ 290 ] {e675f965-dc6b-4333-a481-8c006407aeb7} <Debug> TCPHandler: Processed in 0.001812637 sec.
2024 2025.01.08 18:23:10.461958 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2025 2025.01.08 18:23:10.462076 [ 284 ] {ddd0743d-919e-471a-8738-650ee50ac305} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2026 2025.01.08 18:23:10.462129 [ 284 ] {ddd0743d-919e-471a-8738-650ee50ac305} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2027 2025.01.08 18:23:10.462686 [ 284 ] {ddd0743d-919e-471a-8738-650ee50ac305} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2028 2025.01.08 18:23:10.462724 [ 284 ] {ddd0743d-919e-471a-8738-650ee50ac305} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2029 2025.01.08 18:23:10.463105 [ 284 ] {ddd0743d-919e-471a-8738-650ee50ac305} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2030 2025.01.08 18:23:10.463343 [ 284 ] {ddd0743d-919e-471a-8738-650ee50ac305} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2031 2025.01.08 18:23:10.463609 [ 284 ] {ddd0743d-919e-471a-8738-650ee50ac305} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001545 sec., 114563.10679611651 rows/sec., 7.56 MiB/sec.
2032 2025.01.08 18:23:10.463848 [ 284 ] {ddd0743d-919e-471a-8738-650ee50ac305} <Debug> TCPHandler: Processed in 0.001946311 sec.
2033 2025.01.08 18:23:10.464113 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2034 2025.01.08 18:23:10.464340 [ 290 ] {aaec26a1-aa06-401c-a02a-1bd54e622172} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2035 2025.01.08 18:23:10.464435 [ 290 ] {aaec26a1-aa06-401c-a02a-1bd54e622172} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2036 2025.01.08 18:23:10.464936 [ 290 ] {aaec26a1-aa06-401c-a02a-1bd54e622172} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2037 2025.01.08 18:23:10.464974 [ 290 ] {aaec26a1-aa06-401c-a02a-1bd54e622172} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2038 2025.01.08 18:23:10.465324 [ 290 ] {aaec26a1-aa06-401c-a02a-1bd54e622172} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2039 2025.01.08 18:23:10.465561 [ 290 ] {aaec26a1-aa06-401c-a02a-1bd54e622172} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2040 2025.01.08 18:23:10.465771 [ 290 ] {aaec26a1-aa06-401c-a02a-1bd54e622172} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001494 sec., 669.3440428380187 rows/sec., 45.10 KiB/sec.
2041 2025.01.08 18:23:10.465822 [ 290 ] {aaec26a1-aa06-401c-a02a-1bd54e622172} <Debug> TCPHandler: Processed in 0.001875299 sec.
2042 2025.01.08 18:23:10.465968 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2043 2025.01.08 18:23:10.466106 [ 284 ] {5d2da16f-d24e-4d02-bf4c-5ca090675cab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2044 2025.01.08 18:23:10.466199 [ 284 ] {5d2da16f-d24e-4d02-bf4c-5ca090675cab} <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
2045 2025.01.08 18:23:10.467464 [ 284 ] {5d2da16f-d24e-4d02-bf4c-5ca090675cab} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2046 2025.01.08 18:23:10.467503 [ 284 ] {5d2da16f-d24e-4d02-bf4c-5ca090675cab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2047 2025.01.08 18:23:10.468154 [ 284 ] {5d2da16f-d24e-4d02-bf4c-5ca090675cab} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2048 2025.01.08 18:23:10.468424 [ 284 ] {5d2da16f-d24e-4d02-bf4c-5ca090675cab} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2049 2025.01.08 18:23:10.468902 [ 284 ] {5d2da16f-d24e-4d02-bf4c-5ca090675cab} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002793 sec., 12531.328320802006 rows/sec., 22.46 MiB/sec.
2050 2025.01.08 18:23:10.469060 [ 284 ] {5d2da16f-d24e-4d02-bf4c-5ca090675cab} <Debug> TCPHandler: Processed in 0.003162042 sec.
2051 2025.01.08 18:23:10.469223 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2052 2025.01.08 18:23:10.469365 [ 290 ] {e1c10048-2713-46a2-b2f7-a231a84fa9c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete)
2053 2025.01.08 18:23:10.469427 [ 290 ] {e1c10048-2713-46a2-b2f7-a231a84fa9c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
2054 2025.01.08 18:23:10.469981 [ 290 ] {e1c10048-2713-46a2-b2f7-a231a84fa9c5} <Trace> oximeter.measurements_i64 (90ded1f1-6da7-47f1-89de-d14229ba4f94): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2055 2025.01.08 18:23:10.470027 [ 290 ] {e1c10048-2713-46a2-b2f7-a231a84fa9c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2056 2025.01.08 18:23:10.470473 [ 290 ] {e1c10048-2713-46a2-b2f7-a231a84fa9c5} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
2057 2025.01.08 18:23:10.470715 [ 290 ] {e1c10048-2713-46a2-b2f7-a231a84fa9c5} <Trace> oximeter.measurements_i64 (90ded1f1-6da7-47f1-89de-d14229ba4f94): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2058 2025.01.08 18:23:10.471091 [ 290 ] {e1c10048-2713-46a2-b2f7-a231a84fa9c5} <Debug> executeQuery: Read 21 rows, 1.57 KiB in 0.00171 sec., 12280.701754385966 rows/sec., 917.17 KiB/sec.
2059 2025.01.08 18:23:10.471244 [ 290 ] {e1c10048-2713-46a2-b2f7-a231a84fa9c5} <Debug> TCPHandler: Processed in 0.002084194 sec.
2060 2025.01.08 18:23:10.471391 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2061 2025.01.08 18:23:10.471567 [ 284 ] {06ecdef8-02fd-4c01-b62c-b6b17fd0df30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2062 2025.01.08 18:23:10.471661 [ 284 ] {06ecdef8-02fd-4c01-b62c-b6b17fd0df30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2063 2025.01.08 18:23:10.472506 [ 284 ] {06ecdef8-02fd-4c01-b62c-b6b17fd0df30} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2064 2025.01.08 18:23:10.472545 [ 284 ] {06ecdef8-02fd-4c01-b62c-b6b17fd0df30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2065 2025.01.08 18:23:10.472909 [ 284 ] {06ecdef8-02fd-4c01-b62c-b6b17fd0df30} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2066 2025.01.08 18:23:10.473148 [ 284 ] {06ecdef8-02fd-4c01-b62c-b6b17fd0df30} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2067 2025.01.08 18:23:10.473420 [ 284 ] {06ecdef8-02fd-4c01-b62c-b6b17fd0df30} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001901 sec., 27354.024197790637 rows/sec., 1.69 MiB/sec.
2068 2025.01.08 18:23:10.473614 [ 284 ] {06ecdef8-02fd-4c01-b62c-b6b17fd0df30} <Debug> TCPHandler: Processed in 0.002277919 sec.
2069 2025.01.08 18:23:11.001146 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 170.26 MiB, peak 170.90 MiB, free memory in arenas 0.00 B, will set to 167.22 MiB (RSS), difference: -3.04 MiB
2070 2025.01.08 18:23:14.944428 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4148
2071 2025.01.08 18:23:14.945094 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2072 2025.01.08 18:23:14.945153 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2073 2025.01.08 18:23:14.945699 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2074 2025.01.08 18:23:14.945976 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2075 2025.01.08 18:23:14.946373 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4148
2076 2025.01.08 18:23:15.195757 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68
2077 2025.01.08 18:23:15.215590 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2078 2025.01.08 18:23:15.215651 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2079 2025.01.08 18:23:15.222728 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2080 2025.01.08 18:23:15.223480 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2081 2025.01.08 18:23:15.226653 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68
2082 2025.01.08 18:23:15.423936 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2083 2025.01.08 18:23:15.424148 [ 284 ] {b45f3722-7992-46ba-9427-50e90f156953} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2084 2025.01.08 18:23:15.424230 [ 284 ] {b45f3722-7992-46ba-9427-50e90f156953} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2085 2025.01.08 18:23:15.425035 [ 284 ] {b45f3722-7992-46ba-9427-50e90f156953} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2086 2025.01.08 18:23:15.425078 [ 284 ] {b45f3722-7992-46ba-9427-50e90f156953} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2087 2025.01.08 18:23:15.425523 [ 284 ] {b45f3722-7992-46ba-9427-50e90f156953} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2088 2025.01.08 18:23:15.425785 [ 284 ] {b45f3722-7992-46ba-9427-50e90f156953} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2089 2025.01.08 18:23:15.425926 [ 119 ] {} <Debug> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2090 2025.01.08 18:23:15.425968 [ 119 ] {} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2091 2025.01.08 18:23:15.425991 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2092 2025.01.08 18:23:15.425998 [ 284 ] {b45f3722-7992-46ba-9427-50e90f156953} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001908 sec., 13626.834381551364 rows/sec., 1.03 MiB/sec.
2093 2025.01.08 18:23:15.426144 [ 284 ] {b45f3722-7992-46ba-9427-50e90f156953} <Debug> TCPHandler: Processed in 0.002346891 sec.
2094 2025.01.08 18:23:15.426247 [ 189 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::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
2095 2025.01.08 18:23:15.426411 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2096 2025.01.08 18:23:15.426428 [ 189 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2097 2025.01.08 18:23:15.426481 [ 189 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 189 rows starting from the beginning of the part
2098 2025.01.08 18:23:15.426599 [ 290 ] {4171baaf-c66c-4950-8fea-f840e9bfca95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2099 2025.01.08 18:23:15.426630 [ 189 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1329 rows starting from the beginning of the part
2100 2025.01.08 18:23:15.426740 [ 290 ] {4171baaf-c66c-4950-8fea-f840e9bfca95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2101 2025.01.08 18:23:15.427001 [ 189 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 26 rows starting from the beginning of the part
2102 2025.01.08 18:23:15.427377 [ 189 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 26 rows starting from the beginning of the part
2103 2025.01.08 18:23:15.427642 [ 189 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 243 rows starting from the beginning of the part
2104 2025.01.08 18:23:15.427969 [ 189 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 26 rows starting from the beginning of the part
2105 2025.01.08 18:23:15.429225 [ 290 ] {4171baaf-c66c-4950-8fea-f840e9bfca95} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2106 2025.01.08 18:23:15.429273 [ 290 ] {4171baaf-c66c-4950-8fea-f840e9bfca95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2107 2025.01.08 18:23:15.429856 [ 290 ] {4171baaf-c66c-4950-8fea-f840e9bfca95} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2108 2025.01.08 18:23:15.430224 [ 290 ] {4171baaf-c66c-4950-8fea-f840e9bfca95} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2109 2025.01.08 18:23:15.430235 [ 189 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1839 rows, containing 5 columns (5 merged, 0 gathered) in 0.004133348 sec., 444917.7760982138 rows/sec., 39.31 MiB/sec.
2110 2025.01.08 18:23:15.430452 [ 119 ] {} <Debug> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2111 2025.01.08 18:23:15.430531 [ 119 ] {} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2112 2025.01.08 18:23:15.430597 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2113 2025.01.08 18:23:15.430636 [ 196 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2114 2025.01.08 18:23:15.430654 [ 290 ] {4171baaf-c66c-4950-8fea-f840e9bfca95} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.004097 sec., 6834.268977300464 rows/sec., 545.85 KiB/sec.
2115 2025.01.08 18:23:15.431031 [ 191 ] {fa7e1080-106a-46d6-b087-687f1bf68453::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
2116 2025.01.08 18:23:15.431058 [ 290 ] {4171baaf-c66c-4950-8fea-f840e9bfca95} <Debug> TCPHandler: Processed in 0.004774064 sec.
2117 2025.01.08 18:23:15.431348 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2118 2025.01.08 18:23:15.431387 [ 191 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2119 2025.01.08 18:23:15.431444 [ 191 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 354 rows starting from the beginning of the part
2120 2025.01.08 18:23:15.431562 [ 196 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_11_2} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2121 2025.01.08 18:23:15.431620 [ 284 ] {c2ed6627-5763-4c2c-a474-a8339bc10f27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2122 2025.01.08 18:23:15.431894 [ 284 ] {c2ed6627-5763-4c2c-a474-a8339bc10f27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2123 2025.01.08 18:23:15.431899 [ 191 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 810 rows starting from the beginning of the part
2124 2025.01.08 18:23:15.432071 [ 196 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_11_2} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2125 2025.01.08 18:23:15.432415 [ 191 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 28 rows starting from the beginning of the part
2126 2025.01.08 18:23:15.432588 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB.
2127 2025.01.08 18:23:15.432902 [ 191 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 28 rows starting from the beginning of the part
2128 2025.01.08 18:23:15.433236 [ 191 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 394 rows starting from the beginning of the part
2129 2025.01.08 18:23:15.433671 [ 191 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 28 rows starting from the beginning of the part
2130 2025.01.08 18:23:15.434573 [ 284 ] {c2ed6627-5763-4c2c-a474-a8339bc10f27} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2131 2025.01.08 18:23:15.434622 [ 284 ] {c2ed6627-5763-4c2c-a474-a8339bc10f27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2132 2025.01.08 18:23:15.435228 [ 284 ] {c2ed6627-5763-4c2c-a474-a8339bc10f27} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2133 2025.01.08 18:23:15.435592 [ 284 ] {c2ed6627-5763-4c2c-a474-a8339bc10f27} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2134 2025.01.08 18:23:15.435611 [ 191 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1642 rows, containing 5 columns (5 merged, 0 gathered) in 0.004896488 sec., 335342.39234324684 rows/sec., 25.32 MiB/sec.
2135 2025.01.08 18:23:15.435740 [ 119 ] {} <Debug> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2136 2025.01.08 18:23:15.435789 [ 119 ] {} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2137 2025.01.08 18:23:15.435818 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2138 2025.01.08 18:23:15.435836 [ 284 ] {c2ed6627-5763-4c2c-a474-a8339bc10f27} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.004334 sec., 23073.373327180434 rows/sec., 1.60 MiB/sec.
2139 2025.01.08 18:23:15.435840 [ 195 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2140 2025.01.08 18:23:15.436223 [ 284 ] {c2ed6627-5763-4c2c-a474-a8339bc10f27} <Debug> TCPHandler: Processed in 0.005019082 sec.
2141 2025.01.08 18:23:15.436311 [ 200 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::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
2142 2025.01.08 18:23:15.436546 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2143 2025.01.08 18:23:15.436691 [ 200 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2144 2025.01.08 18:23:15.436787 [ 195 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_11_2} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2145 2025.01.08 18:23:15.436812 [ 200 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 734 rows starting from the beginning of the part
2146 2025.01.08 18:23:15.437093 [ 195 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_11_2} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2147 2025.01.08 18:23:15.437216 [ 200 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2173 rows starting from the beginning of the part
2148 2025.01.08 18:23:15.437273 [ 290 ] {f65af27d-fd39-4aee-b75f-397191a8bfbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2149 2025.01.08 18:23:15.437365 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB.
2150 2025.01.08 18:23:15.437550 [ 200 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 80 rows starting from the beginning of the part
2151 2025.01.08 18:23:15.437716 [ 290 ] {f65af27d-fd39-4aee-b75f-397191a8bfbe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2152 2025.01.08 18:23:15.437846 [ 200 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 100 rows starting from the beginning of the part
2153 2025.01.08 18:23:15.438258 [ 200 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 177 rows starting from the beginning of the part
2154 2025.01.08 18:23:15.438533 [ 200 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 100 rows starting from the beginning of the part
2155 2025.01.08 18:23:15.440012 [ 290 ] {f65af27d-fd39-4aee-b75f-397191a8bfbe} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2156 2025.01.08 18:23:15.440087 [ 290 ] {f65af27d-fd39-4aee-b75f-397191a8bfbe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2157 2025.01.08 18:23:15.441074 [ 290 ] {f65af27d-fd39-4aee-b75f-397191a8bfbe} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2158 2025.01.08 18:23:15.441491 [ 290 ] {f65af27d-fd39-4aee-b75f-397191a8bfbe} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2159 2025.01.08 18:23:15.441751 [ 119 ] {} <Debug> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2160 2025.01.08 18:23:15.441878 [ 119 ] {} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2161 2025.01.08 18:23:15.442026 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2162 2025.01.08 18:23:15.442234 [ 290 ] {f65af27d-fd39-4aee-b75f-397191a8bfbe} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.005288 sec., 5673.2223903177 rows/sec., 397.98 KiB/sec.
2163 2025.01.08 18:23:15.442474 [ 200 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3364 rows, containing 5 columns (5 merged, 0 gathered) in 0.00653435 sec., 514817.84722275357 rows/sec., 34.51 MiB/sec.
2164 2025.01.08 18:23:15.442604 [ 191 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::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
2165 2025.01.08 18:23:15.442623 [ 290 ] {f65af27d-fd39-4aee-b75f-397191a8bfbe} <Debug> TCPHandler: Processed in 0.006269164 sec.
2166 2025.01.08 18:23:15.442850 [ 191 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2167 2025.01.08 18:23:15.442910 [ 191 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 218 rows starting from the beginning of the part
2168 2025.01.08 18:23:15.442932 [ 200 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2169 2025.01.08 18:23:15.443232 [ 191 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 28 rows starting from the beginning of the part
2170 2025.01.08 18:23:15.443487 [ 191 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 24 rows starting from the beginning of the part
2171 2025.01.08 18:23:15.443789 [ 191 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::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
2172 2025.01.08 18:23:15.443841 [ 200 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2173 2025.01.08 18:23:15.444071 [ 191 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 52 rows starting from the beginning of the part
2174 2025.01.08 18:23:15.444163 [ 200 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2175 2025.01.08 18:23:15.444287 [ 191 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 30 rows starting from the beginning of the part
2176 2025.01.08 18:23:15.444437 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB.
2177 2025.01.08 18:23:15.445575 [ 198 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 382 rows, containing 4 columns (4 merged, 0 gathered) in 0.003382799 sec., 112924.23818264106 rows/sec., 7.33 MiB/sec.
2178 2025.01.08 18:23:15.445746 [ 200 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2179 2025.01.08 18:23:15.446045 [ 200 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_11_2} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2180 2025.01.08 18:23:15.446139 [ 200 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_11_2} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2181 2025.01.08 18:23:15.446222 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB.
2182 2025.01.08 18:23:17.452539 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 316
2183 2025.01.08 18:23:17.455725 [ 242 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2184 2025.01.08 18:23:17.455787 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2185 2025.01.08 18:23:17.457310 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2186 2025.01.08 18:23:17.457634 [ 242 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2187 2025.01.08 18:23:17.457858 [ 123 ] {} <Debug> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2188 2025.01.08 18:23:17.457987 [ 123 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2189 2025.01.08 18:23:17.458056 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2190 2025.01.08 18:23:17.458755 [ 191 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::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
2191 2025.01.08 18:23:17.459741 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 316
2192 2025.01.08 18:23:17.460219 [ 191 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2193 2025.01.08 18:23:17.460405 [ 191 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::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
2194 2025.01.08 18:23:17.461076 [ 191 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 46 rows starting from the beginning of the part
2195 2025.01.08 18:23:17.461725 [ 191 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 58 rows starting from the beginning of the part
2196 2025.01.08 18:23:17.462305 [ 191 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 66 rows starting from the beginning of the part
2197 2025.01.08 18:23:17.462925 [ 191 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 16 rows starting from the beginning of the part
2198 2025.01.08 18:23:17.463546 [ 191 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 40 rows starting from the beginning of the part
2199 2025.01.08 18:23:17.471731 [ 198 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 316 rows, containing 72 columns (72 merged, 0 gathered) in 0.013521863 sec., 23369.5608364025 rows/sec., 22.96 MiB/sec.
2200 2025.01.08 18:23:17.472618 [ 199 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2201 2025.01.08 18:23:17.473335 [ 199 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::all_1_6_1} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2202 2025.01.08 18:23:17.473418 [ 199 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::all_1_6_1} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2203 2025.01.08 18:23:17.473627 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.69 MiB.
2204 2025.01.08 18:23:20.431233 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2205 2025.01.08 18:23:20.431540 [ 284 ] {1cb87647-dd74-44d8-9b01-c7f007c2580d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2206 2025.01.08 18:23:20.431651 [ 284 ] {1cb87647-dd74-44d8-9b01-c7f007c2580d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2207 2025.01.08 18:23:20.432416 [ 284 ] {1cb87647-dd74-44d8-9b01-c7f007c2580d} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2208 2025.01.08 18:23:20.432465 [ 284 ] {1cb87647-dd74-44d8-9b01-c7f007c2580d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2209 2025.01.08 18:23:20.432905 [ 284 ] {1cb87647-dd74-44d8-9b01-c7f007c2580d} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2210 2025.01.08 18:23:20.433162 [ 284 ] {1cb87647-dd74-44d8-9b01-c7f007c2580d} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2211 2025.01.08 18:23:20.433359 [ 124 ] {} <Debug> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
2212 2025.01.08 18:23:20.433439 [ 284 ] {1cb87647-dd74-44d8-9b01-c7f007c2580d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001979 sec., 7074.279939363315 rows/sec., 509.25 KiB/sec.
2213 2025.01.08 18:23:20.433446 [ 124 ] {} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2214 2025.01.08 18:23:20.433523 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2215 2025.01.08 18:23:20.433581 [ 284 ] {1cb87647-dd74-44d8-9b01-c7f007c2580d} <Debug> TCPHandler: Processed in 0.002537056 sec.
2216 2025.01.08 18:23:20.433827 [ 198 ] {3fec6173-3e69-4314-b82a-beabd4844532::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
2217 2025.01.08 18:23:20.433907 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2218 2025.01.08 18:23:20.434196 [ 198 ] {3fec6173-3e69-4314-b82a-beabd4844532::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2219 2025.01.08 18:23:20.434241 [ 290 ] {3477f172-c60e-41ec-a5dc-035abdfd155a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2220 2025.01.08 18:23:20.434299 [ 198 ] {3fec6173-3e69-4314-b82a-beabd4844532::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
2221 2025.01.08 18:23:20.434359 [ 290 ] {3477f172-c60e-41ec-a5dc-035abdfd155a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2222 2025.01.08 18:23:20.434772 [ 198 ] {3fec6173-3e69-4314-b82a-beabd4844532::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
2223 2025.01.08 18:23:20.435057 [ 198 ] {3fec6173-3e69-4314-b82a-beabd4844532::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
2224 2025.01.08 18:23:20.435427 [ 198 ] {3fec6173-3e69-4314-b82a-beabd4844532::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
2225 2025.01.08 18:23:20.435726 [ 198 ] {3fec6173-3e69-4314-b82a-beabd4844532::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
2226 2025.01.08 18:23:20.437626 [ 290 ] {3477f172-c60e-41ec-a5dc-035abdfd155a} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2227 2025.01.08 18:23:20.437714 [ 290 ] {3477f172-c60e-41ec-a5dc-035abdfd155a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2228 2025.01.08 18:23:20.438222 [ 199 ] {3fec6173-3e69-4314-b82a-beabd4844532::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004555019 sec., 15367.663669459995 rows/sec., 1.14 MiB/sec.
2229 2025.01.08 18:23:20.438443 [ 198 ] {3fec6173-3e69-4314-b82a-beabd4844532::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
2230 2025.01.08 18:23:20.438664 [ 290 ] {3477f172-c60e-41ec-a5dc-035abdfd155a} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2231 2025.01.08 18:23:20.438890 [ 190 ] {3fec6173-3e69-4314-b82a-beabd4844532::all_1_5_1} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2232 2025.01.08 18:23:20.439110 [ 190 ] {3fec6173-3e69-4314-b82a-beabd4844532::all_1_5_1} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
2233 2025.01.08 18:23:20.439120 [ 290 ] {3477f172-c60e-41ec-a5dc-035abdfd155a} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2234 2025.01.08 18:23:20.439285 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
2235 2025.01.08 18:23:20.439526 [ 290 ] {3477f172-c60e-41ec-a5dc-035abdfd155a} <Debug> executeQuery: Read 243 rows, 22.24 KiB in 0.005387 sec., 45108.59476517542 rows/sec., 4.03 MiB/sec.
2236 2025.01.08 18:23:20.439630 [ 290 ] {3477f172-c60e-41ec-a5dc-035abdfd155a} <Debug> TCPHandler: Processed in 0.005902564 sec.
2237 2025.01.08 18:23:20.439804 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2238 2025.01.08 18:23:20.439949 [ 284 ] {88dd3439-2146-429a-a2c2-f6f17008eb19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2239 2025.01.08 18:23:20.440013 [ 284 ] {88dd3439-2146-429a-a2c2-f6f17008eb19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2240 2025.01.08 18:23:20.440702 [ 284 ] {88dd3439-2146-429a-a2c2-f6f17008eb19} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2241 2025.01.08 18:23:20.440744 [ 284 ] {88dd3439-2146-429a-a2c2-f6f17008eb19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2242 2025.01.08 18:23:20.441124 [ 284 ] {88dd3439-2146-429a-a2c2-f6f17008eb19} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2243 2025.01.08 18:23:20.441370 [ 284 ] {88dd3439-2146-429a-a2c2-f6f17008eb19} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2244 2025.01.08 18:23:20.441610 [ 284 ] {88dd3439-2146-429a-a2c2-f6f17008eb19} <Debug> executeQuery: Read 42 rows, 3.09 KiB in 0.001695 sec., 24778.761061946905 rows/sec., 1.78 MiB/sec.
2245 2025.01.08 18:23:20.441701 [ 284 ] {88dd3439-2146-429a-a2c2-f6f17008eb19} <Debug> TCPHandler: Processed in 0.001968611 sec.
2246 2025.01.08 18:23:20.441903 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2247 2025.01.08 18:23:20.442133 [ 290 ] {534f0ea2-ee6a-41cd-a0c6-785760570ca9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2248 2025.01.08 18:23:20.442229 [ 290 ] {534f0ea2-ee6a-41cd-a0c6-785760570ca9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2249 2025.01.08 18:23:20.442997 [ 290 ] {534f0ea2-ee6a-41cd-a0c6-785760570ca9} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2250 2025.01.08 18:23:20.443040 [ 290 ] {534f0ea2-ee6a-41cd-a0c6-785760570ca9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2251 2025.01.08 18:23:20.443405 [ 290 ] {534f0ea2-ee6a-41cd-a0c6-785760570ca9} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2252 2025.01.08 18:23:20.443655 [ 290 ] {534f0ea2-ee6a-41cd-a0c6-785760570ca9} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2253 2025.01.08 18:23:20.443873 [ 290 ] {534f0ea2-ee6a-41cd-a0c6-785760570ca9} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001802 sec., 7769.145394006659 rows/sec., 544.10 KiB/sec.
2254 2025.01.08 18:23:20.443930 [ 290 ] {534f0ea2-ee6a-41cd-a0c6-785760570ca9} <Debug> TCPHandler: Processed in 0.002139265 sec.
2255 2025.01.08 18:23:20.444087 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2256 2025.01.08 18:23:20.444226 [ 284 ] {46a41cc0-5400-4946-a13d-9df08f828b75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2257 2025.01.08 18:23:20.444284 [ 284 ] {46a41cc0-5400-4946-a13d-9df08f828b75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2258 2025.01.08 18:23:20.444911 [ 284 ] {46a41cc0-5400-4946-a13d-9df08f828b75} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2259 2025.01.08 18:23:20.444951 [ 284 ] {46a41cc0-5400-4946-a13d-9df08f828b75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2260 2025.01.08 18:23:20.445322 [ 284 ] {46a41cc0-5400-4946-a13d-9df08f828b75} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2261 2025.01.08 18:23:20.445579 [ 284 ] {46a41cc0-5400-4946-a13d-9df08f828b75} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2262 2025.01.08 18:23:20.445749 [ 124 ] {} <Debug> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
2263 2025.01.08 18:23:20.445807 [ 124 ] {} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2264 2025.01.08 18:23:20.445829 [ 284 ] {46a41cc0-5400-4946-a13d-9df08f828b75} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001627 sec., 7990.165949600492 rows/sec., 498.18 KiB/sec.
2265 2025.01.08 18:23:20.445842 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2266 2025.01.08 18:23:20.446018 [ 284 ] {46a41cc0-5400-4946-a13d-9df08f828b75} <Debug> TCPHandler: Processed in 0.001995623 sec.
2267 2025.01.08 18:23:20.446337 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2268 2025.01.08 18:23:20.446434 [ 198 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::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
2269 2025.01.08 18:23:20.446584 [ 290 ] {d020f6d0-f78b-41be-8e8f-3c86ebaabe8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2270 2025.01.08 18:23:20.446696 [ 290 ] {d020f6d0-f78b-41be-8e8f-3c86ebaabe8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2271 2025.01.08 18:23:20.446749 [ 198 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2272 2025.01.08 18:23:20.446850 [ 198 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::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
2273 2025.01.08 18:23:20.447139 [ 198 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::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
2274 2025.01.08 18:23:20.447393 [ 198 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::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
2275 2025.01.08 18:23:20.447786 [ 198 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::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
2276 2025.01.08 18:23:20.448178 [ 198 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::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
2277 2025.01.08 18:23:20.449793 [ 290 ] {d020f6d0-f78b-41be-8e8f-3c86ebaabe8b} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2278 2025.01.08 18:23:20.449865 [ 290 ] {d020f6d0-f78b-41be-8e8f-3c86ebaabe8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2279 2025.01.08 18:23:20.450702 [ 198 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004686563 sec., 13869.439075074846 rows/sec., 918.93 KiB/sec.
2280 2025.01.08 18:23:20.450874 [ 290 ] {d020f6d0-f78b-41be-8e8f-3c86ebaabe8b} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2281 2025.01.08 18:23:20.450883 [ 198 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
2282 2025.01.08 18:23:20.451394 [ 290 ] {d020f6d0-f78b-41be-8e8f-3c86ebaabe8b} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2283 2025.01.08 18:23:20.451408 [ 198 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::all_1_5_1} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2284 2025.01.08 18:23:20.451546 [ 198 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::all_1_5_1} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
2285 2025.01.08 18:23:20.451804 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
2286 2025.01.08 18:23:20.452005 [ 290 ] {d020f6d0-f78b-41be-8e8f-3c86ebaabe8b} <Debug> executeQuery: Read 381 rows, 27.61 KiB in 0.005482 sec., 69500.18241517694 rows/sec., 4.92 MiB/sec.
2287 2025.01.08 18:23:20.452086 [ 290 ] {d020f6d0-f78b-41be-8e8f-3c86ebaabe8b} <Debug> TCPHandler: Processed in 0.005939305 sec.
2288 2025.01.08 18:23:20.452259 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2289 2025.01.08 18:23:20.452399 [ 284 ] {77f6c564-3416-4771-9f31-940866b78be3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
2290 2025.01.08 18:23:20.452461 [ 284 ] {77f6c564-3416-4771-9f31-940866b78be3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2291 2025.01.08 18:23:20.452964 [ 284 ] {77f6c564-3416-4771-9f31-940866b78be3} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2292 2025.01.08 18:23:20.453003 [ 284 ] {77f6c564-3416-4771-9f31-940866b78be3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2293 2025.01.08 18:23:20.453374 [ 284 ] {77f6c564-3416-4771-9f31-940866b78be3} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2294 2025.01.08 18:23:20.453617 [ 284 ] {77f6c564-3416-4771-9f31-940866b78be3} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2295 2025.01.08 18:23:20.453913 [ 284 ] {77f6c564-3416-4771-9f31-940866b78be3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001526 sec., 3931.847968545216 rows/sec., 205.42 KiB/sec.
2296 2025.01.08 18:23:20.453994 [ 284 ] {77f6c564-3416-4771-9f31-940866b78be3} <Debug> TCPHandler: Processed in 0.001805317 sec.
2297 2025.01.08 18:23:20.454200 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2298 2025.01.08 18:23:20.454424 [ 290 ] {a253f60e-dffd-4c01-b2e6-0f9ea6cc9d03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2299 2025.01.08 18:23:20.454521 [ 290 ] {a253f60e-dffd-4c01-b2e6-0f9ea6cc9d03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2300 2025.01.08 18:23:20.455129 [ 290 ] {a253f60e-dffd-4c01-b2e6-0f9ea6cc9d03} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2301 2025.01.08 18:23:20.455168 [ 290 ] {a253f60e-dffd-4c01-b2e6-0f9ea6cc9d03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2302 2025.01.08 18:23:20.455570 [ 290 ] {a253f60e-dffd-4c01-b2e6-0f9ea6cc9d03} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2303 2025.01.08 18:23:20.455813 [ 290 ] {a253f60e-dffd-4c01-b2e6-0f9ea6cc9d03} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2304 2025.01.08 18:23:20.456030 [ 290 ] {a253f60e-dffd-4c01-b2e6-0f9ea6cc9d03} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001662 sec., 106498.19494584837 rows/sec., 7.02 MiB/sec.
2305 2025.01.08 18:23:20.456084 [ 290 ] {a253f60e-dffd-4c01-b2e6-0f9ea6cc9d03} <Debug> TCPHandler: Processed in 0.001993422 sec.
2306 2025.01.08 18:23:20.456233 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2307 2025.01.08 18:23:20.456371 [ 284 ] {b7ba24a0-ba2e-4bd0-b65e-2753ede6a49b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2308 2025.01.08 18:23:20.456433 [ 284 ] {b7ba24a0-ba2e-4bd0-b65e-2753ede6a49b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2309 2025.01.08 18:23:20.456934 [ 284 ] {b7ba24a0-ba2e-4bd0-b65e-2753ede6a49b} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2310 2025.01.08 18:23:20.456973 [ 284 ] {b7ba24a0-ba2e-4bd0-b65e-2753ede6a49b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2311 2025.01.08 18:23:20.457339 [ 284 ] {b7ba24a0-ba2e-4bd0-b65e-2753ede6a49b} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2312 2025.01.08 18:23:20.457585 [ 284 ] {b7ba24a0-ba2e-4bd0-b65e-2753ede6a49b} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2313 2025.01.08 18:23:20.457756 [ 124 ] {} <Debug> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
2314 2025.01.08 18:23:20.457816 [ 124 ] {} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2315 2025.01.08 18:23:20.457848 [ 284 ] {b7ba24a0-ba2e-4bd0-b65e-2753ede6a49b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001495 sec., 668.8963210702341 rows/sec., 45.07 KiB/sec.
2316 2025.01.08 18:23:20.457855 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2317 2025.01.08 18:23:20.457995 [ 284 ] {b7ba24a0-ba2e-4bd0-b65e-2753ede6a49b} <Debug> TCPHandler: Processed in 0.001827697 sec.
2318 2025.01.08 18:23:20.458237 [ 194 ] {77d66527-af05-4b5f-abac-09fa426106cc::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
2319 2025.01.08 18:23:20.458254 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2320 2025.01.08 18:23:20.458576 [ 290 ] {b26d325b-fe64-4176-a1b8-f15af7068e02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2321 2025.01.08 18:23:20.458618 [ 194 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2322 2025.01.08 18:23:20.458717 [ 194 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part
2323 2025.01.08 18:23:20.458764 [ 290 ] {b26d325b-fe64-4176-a1b8-f15af7068e02} <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
2324 2025.01.08 18:23:20.459038 [ 194 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part
2325 2025.01.08 18:23:20.459440 [ 194 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part
2326 2025.01.08 18:23:20.459826 [ 194 ] {77d66527-af05-4b5f-abac-09fa426106cc::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
2327 2025.01.08 18:23:20.460164 [ 194 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part
2328 2025.01.08 18:23:20.463489 [ 194 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.005471673 sec., 913.7972974627687 rows/sec., 61.57 KiB/sec.
2329 2025.01.08 18:23:20.463670 [ 194 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
2330 2025.01.08 18:23:20.464325 [ 290 ] {b26d325b-fe64-4176-a1b8-f15af7068e02} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2331 2025.01.08 18:23:20.464369 [ 194 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_5_1} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2332 2025.01.08 18:23:20.464390 [ 290 ] {b26d325b-fe64-4176-a1b8-f15af7068e02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2333 2025.01.08 18:23:20.464526 [ 194 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_5_1} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
2334 2025.01.08 18:23:20.464709 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
2335 2025.01.08 18:23:20.465338 [ 290 ] {b26d325b-fe64-4176-a1b8-f15af7068e02} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2336 2025.01.08 18:23:20.465612 [ 290 ] {b26d325b-fe64-4176-a1b8-f15af7068e02} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2337 2025.01.08 18:23:20.465862 [ 290 ] {b26d325b-fe64-4176-a1b8-f15af7068e02} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.007406 sec., 4725.897920604914 rows/sec., 8.47 MiB/sec.
2338 2025.01.08 18:23:20.465992 [ 290 ] {b26d325b-fe64-4176-a1b8-f15af7068e02} <Debug> TCPHandler: Processed in 0.007871975 sec.
2339 2025.01.08 18:23:20.466220 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2340 2025.01.08 18:23:20.466442 [ 284 ] {f534b6c7-5615-4386-aeb8-711cbb16ae5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2341 2025.01.08 18:23:20.466536 [ 284 ] {f534b6c7-5615-4386-aeb8-711cbb16ae5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2342 2025.01.08 18:23:20.467044 [ 284 ] {f534b6c7-5615-4386-aeb8-711cbb16ae5e} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2343 2025.01.08 18:23:20.467084 [ 284 ] {f534b6c7-5615-4386-aeb8-711cbb16ae5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB.
2344 2025.01.08 18:23:20.467459 [ 284 ] {f534b6c7-5615-4386-aeb8-711cbb16ae5e} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2345 2025.01.08 18:23:20.467696 [ 284 ] {f534b6c7-5615-4386-aeb8-711cbb16ae5e} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2346 2025.01.08 18:23:20.467933 [ 284 ] {f534b6c7-5615-4386-aeb8-711cbb16ae5e} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001541 sec., 33744.32186891629 rows/sec., 2.09 MiB/sec.
2347 2025.01.08 18:23:20.468010 [ 284 ] {f534b6c7-5615-4386-aeb8-711cbb16ae5e} <Debug> TCPHandler: Processed in 0.0019055 sec.
2348 2025.01.08 18:23:22.351565 [ 118 ] {} <Debug> DNSResolver: Updating DNS cache
2349 2025.01.08 18:23:22.351645 [ 118 ] {} <Debug> DNSResolver: Updated DNS cache
2350 2025.01.08 18:23:22.447377 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4636
2351 2025.01.08 18:23:22.448045 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2352 2025.01.08 18:23:22.448095 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
2353 2025.01.08 18:23:22.448635 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2354 2025.01.08 18:23:22.448909 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2355 2025.01.08 18:23:22.449171 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636
2356 2025.01.08 18:23:22.727568 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76
2357 2025.01.08 18:23:22.747921 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2358 2025.01.08 18:23:22.747975 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
2359 2025.01.08 18:23:22.754984 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2360 2025.01.08 18:23:22.755739 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2361 2025.01.08 18:23:22.758465 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76
2362 2025.01.08 18:23:25.423999 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2363 2025.01.08 18:23:25.424304 [ 284 ] {19714bb4-ba97-4899-b914-25af0123adea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2364 2025.01.08 18:23:25.424420 [ 284 ] {19714bb4-ba97-4899-b914-25af0123adea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2365 2025.01.08 18:23:25.425241 [ 284 ] {19714bb4-ba97-4899-b914-25af0123adea} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2366 2025.01.08 18:23:25.425282 [ 284 ] {19714bb4-ba97-4899-b914-25af0123adea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
2367 2025.01.08 18:23:25.425730 [ 284 ] {19714bb4-ba97-4899-b914-25af0123adea} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2368 2025.01.08 18:23:25.425994 [ 284 ] {19714bb4-ba97-4899-b914-25af0123adea} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2369 2025.01.08 18:23:25.426194 [ 284 ] {19714bb4-ba97-4899-b914-25af0123adea} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001979 sec., 13137.948458817586 rows/sec., 1014.07 KiB/sec.
2370 2025.01.08 18:23:25.426252 [ 284 ] {19714bb4-ba97-4899-b914-25af0123adea} <Debug> TCPHandler: Processed in 0.002442154 sec.
2371 2025.01.08 18:23:25.426558 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2372 2025.01.08 18:23:25.426815 [ 290 ] {b7d4aedd-64f6-46a1-8fc8-53f1a9bd2766} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2373 2025.01.08 18:23:25.426889 [ 290 ] {b7d4aedd-64f6-46a1-8fc8-53f1a9bd2766} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2374 2025.01.08 18:23:25.427643 [ 290 ] {b7d4aedd-64f6-46a1-8fc8-53f1a9bd2766} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2375 2025.01.08 18:23:25.427692 [ 290 ] {b7d4aedd-64f6-46a1-8fc8-53f1a9bd2766} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
2376 2025.01.08 18:23:25.428144 [ 290 ] {b7d4aedd-64f6-46a1-8fc8-53f1a9bd2766} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2377 2025.01.08 18:23:25.428405 [ 290 ] {b7d4aedd-64f6-46a1-8fc8-53f1a9bd2766} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2378 2025.01.08 18:23:25.428643 [ 290 ] {b7d4aedd-64f6-46a1-8fc8-53f1a9bd2766} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001883 sec., 14869.888475836431 rows/sec., 1.16 MiB/sec.
2379 2025.01.08 18:23:25.428711 [ 290 ] {b7d4aedd-64f6-46a1-8fc8-53f1a9bd2766} <Debug> TCPHandler: Processed in 0.002348861 sec.
2380 2025.01.08 18:23:25.428875 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2381 2025.01.08 18:23:25.429020 [ 284 ] {f4ef0195-21f5-4e4b-9b6c-36c988c784aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2382 2025.01.08 18:23:25.429084 [ 284 ] {f4ef0195-21f5-4e4b-9b6c-36c988c784aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2383 2025.01.08 18:23:25.429715 [ 284 ] {f4ef0195-21f5-4e4b-9b6c-36c988c784aa} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2384 2025.01.08 18:23:25.429753 [ 284 ] {f4ef0195-21f5-4e4b-9b6c-36c988c784aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
2385 2025.01.08 18:23:25.430146 [ 284 ] {f4ef0195-21f5-4e4b-9b6c-36c988c784aa} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2386 2025.01.08 18:23:25.430394 [ 284 ] {f4ef0195-21f5-4e4b-9b6c-36c988c784aa} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2387 2025.01.08 18:23:25.430576 [ 284 ] {f4ef0195-21f5-4e4b-9b6c-36c988c784aa} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001589 sec., 62932.662051604784 rows/sec., 4.36 MiB/sec.
2388 2025.01.08 18:23:25.430626 [ 284 ] {f4ef0195-21f5-4e4b-9b6c-36c988c784aa} <Debug> TCPHandler: Processed in 0.001819578 sec.
2389 2025.01.08 18:23:25.430785 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2390 2025.01.08 18:23:25.430933 [ 290 ] {0bf65745-d57e-435e-a32a-bfa39b351433} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2391 2025.01.08 18:23:25.430999 [ 290 ] {0bf65745-d57e-435e-a32a-bfa39b351433} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2392 2025.01.08 18:23:25.431597 [ 290 ] {0bf65745-d57e-435e-a32a-bfa39b351433} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2393 2025.01.08 18:23:25.431646 [ 290 ] {0bf65745-d57e-435e-a32a-bfa39b351433} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
2394 2025.01.08 18:23:25.432043 [ 290 ] {0bf65745-d57e-435e-a32a-bfa39b351433} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2395 2025.01.08 18:23:25.432300 [ 290 ] {0bf65745-d57e-435e-a32a-bfa39b351433} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2396 2025.01.08 18:23:25.432511 [ 290 ] {0bf65745-d57e-435e-a32a-bfa39b351433} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001616 sec., 18564.356435643564 rows/sec., 1.27 MiB/sec.
2397 2025.01.08 18:23:25.432564 [ 290 ] {0bf65745-d57e-435e-a32a-bfa39b351433} <Debug> TCPHandler: Processed in 0.001847139 sec.
2398 2025.01.08 18:23:25.702080 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2399 2025.01.08 18:23:25.702327 [ 284 ] {13224f61-a4e2-45b5-a8d9-b16de5dd6b51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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)
2400 2025.01.08 18:23:25.702750 [ 284 ] {13224f61-a4e2-45b5-a8d9-b16de5dd6b51} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2401 2025.01.08 18:23:25.702801 [ 284 ] {13224f61-a4e2-45b5-a8d9-b16de5dd6b51} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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
2402 2025.01.08 18:23:25.703161 [ 284 ] {13224f61-a4e2-45b5-a8d9-b16de5dd6b51} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2403 2025.01.08 18:23:25.703241 [ 284 ] {13224f61-a4e2-45b5-a8d9-b16de5dd6b51} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2404 2025.01.08 18:23:25.703418 [ 284 ] {13224f61-a4e2-45b5-a8d9-b16de5dd6b51} <Debug> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Key condition: (column 0 notIn 36-element set)
2405 2025.01.08 18:23:25.703618 [ 298 ] {13224f61-a4e2-45b5-a8d9-b16de5dd6b51} <Trace> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2406 2025.01.08 18:23:25.703651 [ 295 ] {13224f61-a4e2-45b5-a8d9-b16de5dd6b51} <Trace> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2407 2025.01.08 18:23:25.703670 [ 296 ] {13224f61-a4e2-45b5-a8d9-b16de5dd6b51} <Trace> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
2408 2025.01.08 18:23:25.703618 [ 294 ] {13224f61-a4e2-45b5-a8d9-b16de5dd6b51} <Trace> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2409 2025.01.08 18:23:25.703870 [ 284 ] {13224f61-a4e2-45b5-a8d9-b16de5dd6b51} <Debug> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges
2410 2025.01.08 18:23:25.703900 [ 284 ] {13224f61-a4e2-45b5-a8d9-b16de5dd6b51} <Trace> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Spreading mark ranges among streams (default reading)
2411 2025.01.08 18:23:25.704039 [ 284 ] {13224f61-a4e2-45b5-a8d9-b16de5dd6b51} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2412 2025.01.08 18:23:25.704063 [ 284 ] {13224f61-a4e2-45b5-a8d9-b16de5dd6b51} <Debug> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (SelectExecutor): Reading approx. 36 rows with 4 streams
2413 2025.01.08 18:23:25.704108 [ 284 ] {13224f61-a4e2-45b5-a8d9-b16de5dd6b51} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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'))"
2414 2025.01.08 18:23:25.704188 [ 284 ] {13224f61-a4e2-45b5-a8d9-b16de5dd6b51} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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'))"
2415 2025.01.08 18:23:25.704254 [ 284 ] {13224f61-a4e2-45b5-a8d9-b16de5dd6b51} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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'))"
2416 2025.01.08 18:23:25.704296 [ 284 ] {13224f61-a4e2-45b5-a8d9-b16de5dd6b51} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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'))"
2417 2025.01.08 18:23:25.706541 [ 284 ] {13224f61-a4e2-45b5-a8d9-b16de5dd6b51} <Debug> executeQuery: Read 36 rows, 1.36 KiB in 0.004335 sec., 8304.498269896194 rows/sec., 313.81 KiB/sec.
2418 2025.01.08 18:23:25.706776 [ 284 ] {13224f61-a4e2-45b5-a8d9-b16de5dd6b51} <Debug> MemoryTracker: Peak memory usage (for query): 143.80 KiB.
2419 2025.01.08 18:23:25.706794 [ 284 ] {13224f61-a4e2-45b5-a8d9-b16de5dd6b51} <Debug> TCPHandler: Processed in 0.004829676 sec.
2420 2025.01.08 18:23:25.747052 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2421 2025.01.08 18:23:25.747273 [ 284 ] {1bd4b117-1cd7-4b27-897c-e9aa30b2cf55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
2422 2025.01.08 18:23:25.747363 [ 284 ] {1bd4b117-1cd7-4b27-897c-e9aa30b2cf55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2423 2025.01.08 18:23:25.748201 [ 284 ] {1bd4b117-1cd7-4b27-897c-e9aa30b2cf55} <Trace> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2424 2025.01.08 18:23:25.748242 [ 284 ] {1bd4b117-1cd7-4b27-897c-e9aa30b2cf55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
2425 2025.01.08 18:23:25.748728 [ 284 ] {1bd4b117-1cd7-4b27-897c-e9aa30b2cf55} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2426 2025.01.08 18:23:25.748954 [ 284 ] {1bd4b117-1cd7-4b27-897c-e9aa30b2cf55} <Trace> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2427 2025.01.08 18:23:25.749160 [ 284 ] {1bd4b117-1cd7-4b27-897c-e9aa30b2cf55} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001949 sec., 513.083632632119 rows/sec., 116.25 KiB/sec.
2428 2025.01.08 18:23:25.749215 [ 284 ] {1bd4b117-1cd7-4b27-897c-e9aa30b2cf55} <Debug> TCPHandler: Processed in 0.002271959 sec.
2429 2025.01.08 18:23:25.749450 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2430 2025.01.08 18:23:25.749645 [ 290 ] {5cc4e922-8195-4580-ba1c-f80ad0bde169} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2431 2025.01.08 18:23:25.749722 [ 290 ] {5cc4e922-8195-4580-ba1c-f80ad0bde169} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2432 2025.01.08 18:23:25.750423 [ 290 ] {5cc4e922-8195-4580-ba1c-f80ad0bde169} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2433 2025.01.08 18:23:25.750474 [ 290 ] {5cc4e922-8195-4580-ba1c-f80ad0bde169} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
2434 2025.01.08 18:23:25.750909 [ 290 ] {5cc4e922-8195-4580-ba1c-f80ad0bde169} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2435 2025.01.08 18:23:25.751170 [ 290 ] {5cc4e922-8195-4580-ba1c-f80ad0bde169} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2436 2025.01.08 18:23:25.751404 [ 290 ] {5cc4e922-8195-4580-ba1c-f80ad0bde169} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001813 sec., 7722.007722007722 rows/sec., 555.88 KiB/sec.
2437 2025.01.08 18:23:25.751470 [ 290 ] {5cc4e922-8195-4580-ba1c-f80ad0bde169} <Debug> TCPHandler: Processed in 0.002153946 sec.
2438 2025.01.08 18:23:25.751635 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2439 2025.01.08 18:23:25.751831 [ 284 ] {69cabdc2-f608-43d5-855b-e73046ab71f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
2440 2025.01.08 18:23:25.751916 [ 284 ] {69cabdc2-f608-43d5-855b-e73046ab71f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
2441 2025.01.08 18:23:25.752826 [ 284 ] {69cabdc2-f608-43d5-855b-e73046ab71f7} <Trace> oximeter.fields_ipaddr (a146431f-2326-4c8f-a3c3-fb5a4b690f62): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2442 2025.01.08 18:23:25.752865 [ 284 ] {69cabdc2-f608-43d5-855b-e73046ab71f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
2443 2025.01.08 18:23:25.753213 [ 284 ] {69cabdc2-f608-43d5-855b-e73046ab71f7} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
2444 2025.01.08 18:23:25.753456 [ 284 ] {69cabdc2-f608-43d5-855b-e73046ab71f7} <Trace> oximeter.fields_ipaddr (a146431f-2326-4c8f-a3c3-fb5a4b690f62): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2445 2025.01.08 18:23:25.753665 [ 284 ] {69cabdc2-f608-43d5-855b-e73046ab71f7} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001885 sec., 4244.031830238727 rows/sec., 346.07 KiB/sec.
2446 2025.01.08 18:23:25.753719 [ 284 ] {69cabdc2-f608-43d5-855b-e73046ab71f7} <Debug> TCPHandler: Processed in 0.002150226 sec.
2447 2025.01.08 18:23:25.753867 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2448 2025.01.08 18:23:25.754010 [ 290 ] {6fd0375e-a8ce-48a1-91c9-30cb7745e557} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2449 2025.01.08 18:23:25.754071 [ 290 ] {6fd0375e-a8ce-48a1-91c9-30cb7745e557} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2450 2025.01.08 18:23:25.755564 [ 290 ] {6fd0375e-a8ce-48a1-91c9-30cb7745e557} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2451 2025.01.08 18:23:25.755619 [ 290 ] {6fd0375e-a8ce-48a1-91c9-30cb7745e557} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
2452 2025.01.08 18:23:25.756193 [ 290 ] {6fd0375e-a8ce-48a1-91c9-30cb7745e557} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2453 2025.01.08 18:23:25.756478 [ 290 ] {6fd0375e-a8ce-48a1-91c9-30cb7745e557} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2454 2025.01.08 18:23:25.756747 [ 290 ] {6fd0375e-a8ce-48a1-91c9-30cb7745e557} <Debug> executeQuery: Read 1387 rows, 119.09 KiB in 0.002768 sec., 501083.81502890174 rows/sec., 42.02 MiB/sec.
2455 2025.01.08 18:23:25.756943 [ 290 ] {6fd0375e-a8ce-48a1-91c9-30cb7745e557} <Debug> TCPHandler: Processed in 0.003134892 sec.
2456 2025.01.08 18:23:25.757095 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2457 2025.01.08 18:23:25.757219 [ 284 ] {0f91cc88-53af-4848-a51e-c03276599c0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2458 2025.01.08 18:23:25.757270 [ 284 ] {0f91cc88-53af-4848-a51e-c03276599c0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2459 2025.01.08 18:23:25.757879 [ 284 ] {0f91cc88-53af-4848-a51e-c03276599c0b} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2460 2025.01.08 18:23:25.757920 [ 284 ] {0f91cc88-53af-4848-a51e-c03276599c0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
2461 2025.01.08 18:23:25.758300 [ 284 ] {0f91cc88-53af-4848-a51e-c03276599c0b} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2462 2025.01.08 18:23:25.758572 [ 284 ] {0f91cc88-53af-4848-a51e-c03276599c0b} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2463 2025.01.08 18:23:25.758768 [ 112 ] {} <Debug> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2464 2025.01.08 18:23:25.758836 [ 112 ] {} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2465 2025.01.08 18:23:25.758859 [ 284 ] {0f91cc88-53af-4848-a51e-c03276599c0b} <Debug> executeQuery: Read 50 rows, 3.65 KiB in 0.001659 sec., 30138.63773357444 rows/sec., 2.15 MiB/sec.
2466 2025.01.08 18:23:25.758871 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
2467 2025.01.08 18:23:25.759034 [ 284 ] {0f91cc88-53af-4848-a51e-c03276599c0b} <Debug> TCPHandler: Processed in 0.001994641 sec.
2468 2025.01.08 18:23:25.759116 [ 201 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::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
2469 2025.01.08 18:23:25.759236 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2470 2025.01.08 18:23:25.759272 [ 201 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2471 2025.01.08 18:23:25.759305 [ 201 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::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
2472 2025.01.08 18:23:25.759370 [ 290 ] {ebf20f65-27d5-40ae-95f9-7e97efefc148} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2473 2025.01.08 18:23:25.759416 [ 201 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 15 rows starting from the beginning of the part
2474 2025.01.08 18:23:25.759481 [ 290 ] {ebf20f65-27d5-40ae-95f9-7e97efefc148} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2475 2025.01.08 18:23:25.759867 [ 201 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 15 rows starting from the beginning of the part
2476 2025.01.08 18:23:25.760191 [ 201 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 42 rows starting from the beginning of the part
2477 2025.01.08 18:23:25.760562 [ 201 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 42 rows starting from the beginning of the part
2478 2025.01.08 18:23:25.760895 [ 201 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 50 rows starting from the beginning of the part
2479 2025.01.08 18:23:25.762068 [ 290 ] {ebf20f65-27d5-40ae-95f9-7e97efefc148} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2480 2025.01.08 18:23:25.762116 [ 290 ] {ebf20f65-27d5-40ae-95f9-7e97efefc148} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
2481 2025.01.08 18:23:25.762775 [ 290 ] {ebf20f65-27d5-40ae-95f9-7e97efefc148} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2482 2025.01.08 18:23:25.762845 [ 192 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 179 rows, containing 5 columns (5 merged, 0 gathered) in 0.00384228 sec., 46586.922348189095 rows/sec., 3.48 MiB/sec.
2483 2025.01.08 18:23:25.763116 [ 186 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2484 2025.01.08 18:23:25.763183 [ 290 ] {ebf20f65-27d5-40ae-95f9-7e97efefc148} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2485 2025.01.08 18:23:25.763455 [ 112 ] {} <Debug> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2486 2025.01.08 18:23:25.763543 [ 112 ] {} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2487 2025.01.08 18:23:25.763634 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
2488 2025.01.08 18:23:25.763768 [ 290 ] {ebf20f65-27d5-40ae-95f9-7e97efefc148} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.004408 sec., 54900.18148820327 rows/sec., 3.72 MiB/sec.
2489 2025.01.08 18:23:25.764008 [ 197 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::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
2490 2025.01.08 18:23:25.764036 [ 290 ] {ebf20f65-27d5-40ae-95f9-7e97efefc148} <Debug> TCPHandler: Processed in 0.004877557 sec.
2491 2025.01.08 18:23:25.764042 [ 186 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::all_1_6_1} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2492 2025.01.08 18:23:25.764366 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2493 2025.01.08 18:23:25.764392 [ 186 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::all_1_6_1} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2494 2025.01.08 18:23:25.764424 [ 197 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2495 2025.01.08 18:23:25.764519 [ 197 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 14 rows starting from the beginning of the part
2496 2025.01.08 18:23:25.764649 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
2497 2025.01.08 18:23:25.764831 [ 284 ] {f8f3d414-fc5c-4719-a03f-b7af6b0e8208} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2498 2025.01.08 18:23:25.764979 [ 197 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::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
2499 2025.01.08 18:23:25.764988 [ 284 ] {f8f3d414-fc5c-4719-a03f-b7af6b0e8208} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2500 2025.01.08 18:23:25.765353 [ 197 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 242 rows starting from the beginning of the part
2501 2025.01.08 18:23:25.765645 [ 197 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::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
2502 2025.01.08 18:23:25.766006 [ 197 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 14 rows starting from the beginning of the part
2503 2025.01.08 18:23:25.766357 [ 197 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 242 rows starting from the beginning of the part
2504 2025.01.08 18:23:25.767658 [ 284 ] {f8f3d414-fc5c-4719-a03f-b7af6b0e8208} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2505 2025.01.08 18:23:25.767731 [ 284 ] {f8f3d414-fc5c-4719-a03f-b7af6b0e8208} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
2506 2025.01.08 18:23:25.768724 [ 284 ] {f8f3d414-fc5c-4719-a03f-b7af6b0e8208} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2507 2025.01.08 18:23:25.769121 [ 192 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 5 columns (5 merged, 0 gathered) in 0.00536483 sec., 100655.56597319953 rows/sec., 7.21 MiB/sec.
2508 2025.01.08 18:23:25.769230 [ 284 ] {f8f3d414-fc5c-4719-a03f-b7af6b0e8208} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2509 2025.01.08 18:23:25.769401 [ 192 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2510 2025.01.08 18:23:25.769792 [ 284 ] {f8f3d414-fc5c-4719-a03f-b7af6b0e8208} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005165 sec., 2516.9409486931268 rows/sec., 156.93 KiB/sec.
2511 2025.01.08 18:23:25.769957 [ 284 ] {f8f3d414-fc5c-4719-a03f-b7af6b0e8208} <Debug> TCPHandler: Processed in 0.005809412 sec.
2512 2025.01.08 18:23:25.770163 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2513 2025.01.08 18:23:25.770218 [ 186 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::all_1_6_1} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2514 2025.01.08 18:23:25.770404 [ 186 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::all_1_6_1} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2515 2025.01.08 18:23:25.770413 [ 290 ] {bae75fdb-c7c2-4e33-a7d6-9ad5c342ea34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2516 2025.01.08 18:23:25.770540 [ 290 ] {bae75fdb-c7c2-4e33-a7d6-9ad5c342ea34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2517 2025.01.08 18:23:25.770545 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB.
2518 2025.01.08 18:23:25.771482 [ 290 ] {bae75fdb-c7c2-4e33-a7d6-9ad5c342ea34} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2519 2025.01.08 18:23:25.771527 [ 290 ] {bae75fdb-c7c2-4e33-a7d6-9ad5c342ea34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
2520 2025.01.08 18:23:25.771930 [ 290 ] {bae75fdb-c7c2-4e33-a7d6-9ad5c342ea34} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2521 2025.01.08 18:23:25.772189 [ 290 ] {bae75fdb-c7c2-4e33-a7d6-9ad5c342ea34} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2522 2025.01.08 18:23:25.772404 [ 290 ] {bae75fdb-c7c2-4e33-a7d6-9ad5c342ea34} <Debug> executeQuery: Read 845 rows, 62.55 KiB in 0.002057 sec., 410792.41614000977 rows/sec., 29.69 MiB/sec.
2523 2025.01.08 18:23:25.772460 [ 290 ] {bae75fdb-c7c2-4e33-a7d6-9ad5c342ea34} <Debug> TCPHandler: Processed in 0.002393022 sec.
2524 2025.01.08 18:23:25.772597 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2525 2025.01.08 18:23:25.772754 [ 284 ] {0fe86907-02cf-4cc5-99ac-a9e0624ef31c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
2526 2025.01.08 18:23:25.772839 [ 284 ] {0fe86907-02cf-4cc5-99ac-a9e0624ef31c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2527 2025.01.08 18:23:25.773644 [ 284 ] {0fe86907-02cf-4cc5-99ac-a9e0624ef31c} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2528 2025.01.08 18:23:25.773710 [ 284 ] {0fe86907-02cf-4cc5-99ac-a9e0624ef31c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
2529 2025.01.08 18:23:25.774073 [ 284 ] {0fe86907-02cf-4cc5-99ac-a9e0624ef31c} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2530 2025.01.08 18:23:25.774314 [ 284 ] {0fe86907-02cf-4cc5-99ac-a9e0624ef31c} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2531 2025.01.08 18:23:25.774461 [ 112 ] {} <Debug> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2532 2025.01.08 18:23:25.774526 [ 112 ] {} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2533 2025.01.08 18:23:25.774557 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
2534 2025.01.08 18:23:25.774577 [ 284 ] {0fe86907-02cf-4cc5-99ac-a9e0624ef31c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001864 sec., 3218.8841201716737 rows/sec., 168.17 KiB/sec.
2535 2025.01.08 18:23:25.774906 [ 284 ] {0fe86907-02cf-4cc5-99ac-a9e0624ef31c} <Debug> TCPHandler: Processed in 0.002360582 sec.
2536 2025.01.08 18:23:25.775115 [ 197 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::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
2537 2025.01.08 18:23:25.775177 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2538 2025.01.08 18:23:25.775298 [ 197 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2539 2025.01.08 18:23:25.775342 [ 197 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part
2540 2025.01.08 18:23:25.775346 [ 290 ] {ec43db2f-b045-40bc-a378-ccb41cd16f81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2541 2025.01.08 18:23:25.775491 [ 290 ] {ec43db2f-b045-40bc-a378-ccb41cd16f81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2542 2025.01.08 18:23:25.775522 [ 197 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part
2543 2025.01.08 18:23:25.775970 [ 197 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part
2544 2025.01.08 18:23:25.776287 [ 197 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part
2545 2025.01.08 18:23:25.776670 [ 197 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part
2546 2025.01.08 18:23:25.776965 [ 197 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part
2547 2025.01.08 18:23:25.778221 [ 290 ] {ec43db2f-b045-40bc-a378-ccb41cd16f81} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2548 2025.01.08 18:23:25.778266 [ 290 ] {ec43db2f-b045-40bc-a378-ccb41cd16f81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
2549 2025.01.08 18:23:25.778650 [ 186 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.003985584 sec., 9032.553322173111 rows/sec., 471.92 KiB/sec.
2550 2025.01.08 18:23:25.778846 [ 186 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2551 2025.01.08 18:23:25.779039 [ 290 ] {ec43db2f-b045-40bc-a378-ccb41cd16f81} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2552 2025.01.08 18:23:25.779352 [ 186 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::all_1_6_1} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2553 2025.01.08 18:23:25.779501 [ 186 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::all_1_6_1} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2554 2025.01.08 18:23:25.779557 [ 290 ] {ec43db2f-b045-40bc-a378-ccb41cd16f81} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2555 2025.01.08 18:23:25.779671 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
2556 2025.01.08 18:23:25.779895 [ 290 ] {ec43db2f-b045-40bc-a378-ccb41cd16f81} <Debug> executeQuery: Read 947 rows, 64.39 KiB in 0.004593 sec., 206183.32244720228 rows/sec., 13.69 MiB/sec.
2557 2025.01.08 18:23:25.779967 [ 290 ] {ec43db2f-b045-40bc-a378-ccb41cd16f81} <Debug> TCPHandler: Processed in 0.004947249 sec.
2558 2025.01.08 18:23:25.780155 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2559 2025.01.08 18:23:25.780355 [ 284 ] {849c5e36-4cd0-4214-9e4a-aeaa0678af79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2560 2025.01.08 18:23:25.780440 [ 284 ] {849c5e36-4cd0-4214-9e4a-aeaa0678af79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2561 2025.01.08 18:23:25.781009 [ 284 ] {849c5e36-4cd0-4214-9e4a-aeaa0678af79} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2562 2025.01.08 18:23:25.781048 [ 284 ] {849c5e36-4cd0-4214-9e4a-aeaa0678af79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
2563 2025.01.08 18:23:25.781406 [ 284 ] {849c5e36-4cd0-4214-9e4a-aeaa0678af79} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2564 2025.01.08 18:23:25.781664 [ 284 ] {849c5e36-4cd0-4214-9e4a-aeaa0678af79} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2565 2025.01.08 18:23:25.781878 [ 284 ] {849c5e36-4cd0-4214-9e4a-aeaa0678af79} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001572 sec., 636.1323155216285 rows/sec., 42.86 KiB/sec.
2566 2025.01.08 18:23:25.781929 [ 284 ] {849c5e36-4cd0-4214-9e4a-aeaa0678af79} <Debug> TCPHandler: Processed in 0.001873409 sec.
2567 2025.01.08 18:23:25.782135 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2568 2025.01.08 18:23:25.782335 [ 290 ] {14d0c516-f19a-4d09-bd3e-e9fcfb2744d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2569 2025.01.08 18:23:25.782464 [ 290 ] {14d0c516-f19a-4d09-bd3e-e9fcfb2744d1} <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
2570 2025.01.08 18:23:25.783729 [ 290 ] {14d0c516-f19a-4d09-bd3e-e9fcfb2744d1} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2571 2025.01.08 18:23:25.783769 [ 290 ] {14d0c516-f19a-4d09-bd3e-e9fcfb2744d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
2572 2025.01.08 18:23:25.784431 [ 290 ] {14d0c516-f19a-4d09-bd3e-e9fcfb2744d1} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2573 2025.01.08 18:23:25.784709 [ 290 ] {14d0c516-f19a-4d09-bd3e-e9fcfb2744d1} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2574 2025.01.08 18:23:25.784869 [ 112 ] {} <Debug> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2575 2025.01.08 18:23:25.784952 [ 112 ] {} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2576 2025.01.08 18:23:25.784979 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
2577 2025.01.08 18:23:25.785012 [ 290 ] {14d0c516-f19a-4d09-bd3e-e9fcfb2744d1} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002716 sec., 12886.59793814433 rows/sec., 23.09 MiB/sec.
2578 2025.01.08 18:23:25.785226 [ 193 ] {e2d038cd-23ef-42ff-ade3-a8c087d70f4f::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
2579 2025.01.08 18:23:25.785244 [ 290 ] {14d0c516-f19a-4d09-bd3e-e9fcfb2744d1} <Debug> TCPHandler: Processed in 0.003208564 sec.
2580 2025.01.08 18:23:25.785475 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2581 2025.01.08 18:23:25.785594 [ 193 ] {e2d038cd-23ef-42ff-ade3-a8c087d70f4f::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2582 2025.01.08 18:23:25.785769 [ 193 ] {e2d038cd-23ef-42ff-ade3-a8c087d70f4f::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
2583 2025.01.08 18:23:25.785796 [ 284 ] {6b14d2f1-890b-499f-9680-bcdf4d3e4630} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2584 2025.01.08 18:23:25.785904 [ 284 ] {6b14d2f1-890b-499f-9680-bcdf4d3e4630} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2585 2025.01.08 18:23:25.786571 [ 193 ] {e2d038cd-23ef-42ff-ade3-a8c087d70f4f::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
2586 2025.01.08 18:23:25.787317 [ 193 ] {e2d038cd-23ef-42ff-ade3-a8c087d70f4f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 8 rows starting from the beginning of the part
2587 2025.01.08 18:23:25.788079 [ 193 ] {e2d038cd-23ef-42ff-ade3-a8c087d70f4f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 35 rows starting from the beginning of the part
2588 2025.01.08 18:23:25.788117 [ 284 ] {6b14d2f1-890b-499f-9680-bcdf4d3e4630} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2589 2025.01.08 18:23:25.788197 [ 284 ] {6b14d2f1-890b-499f-9680-bcdf4d3e4630} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
2590 2025.01.08 18:23:25.788690 [ 193 ] {e2d038cd-23ef-42ff-ade3-a8c087d70f4f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 35 rows starting from the beginning of the part
2591 2025.01.08 18:23:25.789347 [ 193 ] {e2d038cd-23ef-42ff-ade3-a8c087d70f4f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 35 rows starting from the beginning of the part
2592 2025.01.08 18:23:25.789636 [ 284 ] {6b14d2f1-890b-499f-9680-bcdf4d3e4630} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2593 2025.01.08 18:23:25.790381 [ 284 ] {6b14d2f1-890b-499f-9680-bcdf4d3e4630} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2594 2025.01.08 18:23:25.790814 [ 284 ] {6b14d2f1-890b-499f-9680-bcdf4d3e4630} <Debug> executeQuery: Read 28 rows, 1.61 KiB in 0.005085 sec., 5506.391347099311 rows/sec., 317.26 KiB/sec.
2595 2025.01.08 18:23:25.791011 [ 284 ] {6b14d2f1-890b-499f-9680-bcdf4d3e4630} <Debug> TCPHandler: Processed in 0.005662358 sec.
2596 2025.01.08 18:23:25.792945 [ 195 ] {e2d038cd-23ef-42ff-ade3-a8c087d70f4f::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 129 rows, containing 19 columns (19 merged, 0 gathered) in 0.007875616 sec., 16379.671126677582 rows/sec., 29.35 MiB/sec.
2597 2025.01.08 18:23:25.793347 [ 195 ] {e2d038cd-23ef-42ff-ade3-a8c087d70f4f::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2598 2025.01.08 18:23:25.793825 [ 195 ] {e2d038cd-23ef-42ff-ade3-a8c087d70f4f::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2599 2025.01.08 18:23:25.793908 [ 195 ] {e2d038cd-23ef-42ff-ade3-a8c087d70f4f::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2600 2025.01.08 18:23:25.794057 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.93 MiB.
2601 2025.01.08 18:23:26.001153 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 170.32 MiB, peak 174.23 MiB, free memory in arenas 0.00 B, will set to 169.01 MiB (RSS), difference: -1.32 MiB
2602 2025.01.08 18:23:27.460882 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 374
2603 2025.01.08 18:23:27.464479 [ 242 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2604 2025.01.08 18:23:27.464534 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
2605 2025.01.08 18:23:27.466118 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2606 2025.01.08 18:23:27.466435 [ 242 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2607 2025.01.08 18:23:27.467421 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 374
2608 2025.01.08 18:23:29.950207 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5063
2609 2025.01.08 18:23:29.950967 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2610 2025.01.08 18:23:29.951013 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
2611 2025.01.08 18:23:29.951545 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2612 2025.01.08 18:23:29.951806 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2613 2025.01.08 18:23:29.952012 [ 138 ] {} <Debug> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2614 2025.01.08 18:23:29.952063 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5063
2615 2025.01.08 18:23:29.952109 [ 138 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2616 2025.01.08 18:23:29.952144 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
2617 2025.01.08 18:23:29.952305 [ 196 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::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
2618 2025.01.08 18:23:29.952489 [ 196 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2619 2025.01.08 18:23:29.952540 [ 196 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::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
2620 2025.01.08 18:23:29.952639 [ 196 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 427 rows starting from the beginning of the part
2621 2025.01.08 18:23:29.952733 [ 196 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 488 rows starting from the beginning of the part
2622 2025.01.08 18:23:29.952961 [ 196 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 427 rows starting from the beginning of the part
2623 2025.01.08 18:23:29.953169 [ 196 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 488 rows starting from the beginning of the part
2624 2025.01.08 18:23:29.953322 [ 196 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 427 rows starting from the beginning of the part
2625 2025.01.08 18:23:29.955080 [ 189 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5063 rows, containing 4 columns (4 merged, 0 gathered) in 0.002849795 sec., 1776619.019964594 rows/sec., 25.41 MiB/sec.
2626 2025.01.08 18:23:29.955494 [ 200 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2627 2025.01.08 18:23:29.955837 [ 200 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::all_1_11_2} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2628 2025.01.08 18:23:29.955934 [ 200 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::all_1_11_2} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2629 2025.01.08 18:23:29.956030 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.39 MiB.
2630 2025.01.08 18:23:30.259426 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83
2631 2025.01.08 18:23:30.280468 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2632 2025.01.08 18:23:30.280530 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
2633 2025.01.08 18:23:30.287994 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2634 2025.01.08 18:23:30.288754 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2635 2025.01.08 18:23:30.289125 [ 29 ] {} <Debug> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2636 2025.01.08 18:23:30.289266 [ 29 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2637 2025.01.08 18:23:30.289348 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
2638 2025.01.08 18:23:30.289579 [ 196 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::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
2639 2025.01.08 18:23:30.296957 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83
2640 2025.01.08 18:23:30.298226 [ 196 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2641 2025.01.08 18:23:30.299111 [ 196 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::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
2642 2025.01.08 18:23:30.303685 [ 196 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::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
2643 2025.01.08 18:23:30.308156 [ 196 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::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
2644 2025.01.08 18:23:30.312900 [ 196 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::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
2645 2025.01.08 18:23:30.318145 [ 196 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::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
2646 2025.01.08 18:23:30.322540 [ 196 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::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
2647 2025.01.08 18:23:30.378175 [ 187 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.088696006 sec., 935.7805806949189 rows/sec., 4.84 MiB/sec.
2648 2025.01.08 18:23:30.380666 [ 187 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2649 2025.01.08 18:23:30.383577 [ 187 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::all_1_11_2} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2650 2025.01.08 18:23:30.383715 [ 187 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::all_1_11_2} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2651 2025.01.08 18:23:30.386216 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB.
2652 2025.01.08 18:23:30.423450 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2653 2025.01.08 18:23:30.423632 [ 284 ] {af3da7d2-07bb-40ab-aceb-80b7620159d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2654 2025.01.08 18:23:30.423706 [ 284 ] {af3da7d2-07bb-40ab-aceb-80b7620159d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2655 2025.01.08 18:23:30.424417 [ 284 ] {af3da7d2-07bb-40ab-aceb-80b7620159d0} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2656 2025.01.08 18:23:30.424463 [ 284 ] {af3da7d2-07bb-40ab-aceb-80b7620159d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
2657 2025.01.08 18:23:30.424905 [ 284 ] {af3da7d2-07bb-40ab-aceb-80b7620159d0} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2658 2025.01.08 18:23:30.425163 [ 284 ] {af3da7d2-07bb-40ab-aceb-80b7620159d0} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2659 2025.01.08 18:23:30.425450 [ 284 ] {af3da7d2-07bb-40ab-aceb-80b7620159d0} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001874 sec., 13874.066168623265 rows/sec., 1.05 MiB/sec.
2660 2025.01.08 18:23:30.425656 [ 284 ] {af3da7d2-07bb-40ab-aceb-80b7620159d0} <Debug> TCPHandler: Processed in 0.00233278 sec.
2661 2025.01.08 18:23:30.425940 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2662 2025.01.08 18:23:30.426134 [ 290 ] {deebd67a-68b5-4313-bd62-8f3695e8081b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2663 2025.01.08 18:23:30.426212 [ 290 ] {deebd67a-68b5-4313-bd62-8f3695e8081b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2664 2025.01.08 18:23:30.427005 [ 290 ] {deebd67a-68b5-4313-bd62-8f3695e8081b} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2665 2025.01.08 18:23:30.427046 [ 290 ] {deebd67a-68b5-4313-bd62-8f3695e8081b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
2666 2025.01.08 18:23:30.427494 [ 290 ] {deebd67a-68b5-4313-bd62-8f3695e8081b} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2667 2025.01.08 18:23:30.427759 [ 290 ] {deebd67a-68b5-4313-bd62-8f3695e8081b} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2668 2025.01.08 18:23:30.427960 [ 290 ] {deebd67a-68b5-4313-bd62-8f3695e8081b} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001886 sec., 14846.235418875927 rows/sec., 1.16 MiB/sec.
2669 2025.01.08 18:23:30.428019 [ 290 ] {deebd67a-68b5-4313-bd62-8f3695e8081b} <Debug> TCPHandler: Processed in 0.002217368 sec.
2670 2025.01.08 18:23:30.428180 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2671 2025.01.08 18:23:30.428302 [ 284 ] {1d316ab1-e5f1-4410-8e12-2b8fb54b3b1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2672 2025.01.08 18:23:30.428359 [ 284 ] {1d316ab1-e5f1-4410-8e12-2b8fb54b3b1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2673 2025.01.08 18:23:30.428951 [ 284 ] {1d316ab1-e5f1-4410-8e12-2b8fb54b3b1f} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2674 2025.01.08 18:23:30.428991 [ 284 ] {1d316ab1-e5f1-4410-8e12-2b8fb54b3b1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
2675 2025.01.08 18:23:30.429387 [ 284 ] {1d316ab1-e5f1-4410-8e12-2b8fb54b3b1f} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2676 2025.01.08 18:23:30.429638 [ 284 ] {1d316ab1-e5f1-4410-8e12-2b8fb54b3b1f} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2677 2025.01.08 18:23:30.429906 [ 284 ] {1d316ab1-e5f1-4410-8e12-2b8fb54b3b1f} <Debug> executeQuery: Read 80 rows, 5.68 KiB in 0.001625 sec., 49230.769230769234 rows/sec., 3.41 MiB/sec.
2678 2025.01.08 18:23:30.430124 [ 284 ] {1d316ab1-e5f1-4410-8e12-2b8fb54b3b1f} <Debug> TCPHandler: Processed in 0.002000722 sec.
2679 2025.01.08 18:23:30.430307 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2680 2025.01.08 18:23:30.430453 [ 290 ] {34f6452e-5ce5-47d5-a332-f4554419b30e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2681 2025.01.08 18:23:30.430518 [ 290 ] {34f6452e-5ce5-47d5-a332-f4554419b30e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2682 2025.01.08 18:23:30.431058 [ 290 ] {34f6452e-5ce5-47d5-a332-f4554419b30e} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2683 2025.01.08 18:23:30.431097 [ 290 ] {34f6452e-5ce5-47d5-a332-f4554419b30e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
2684 2025.01.08 18:23:30.431489 [ 290 ] {34f6452e-5ce5-47d5-a332-f4554419b30e} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2685 2025.01.08 18:23:30.431749 [ 290 ] {34f6452e-5ce5-47d5-a332-f4554419b30e} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2686 2025.01.08 18:23:30.431963 [ 290 ] {34f6452e-5ce5-47d5-a332-f4554419b30e} <Debug> executeQuery: Read 24 rows, 1.68 KiB in 0.001542 sec., 15564.20233463035 rows/sec., 1.07 MiB/sec.
2687 2025.01.08 18:23:30.432050 [ 290 ] {34f6452e-5ce5-47d5-a332-f4554419b30e} <Debug> TCPHandler: Processed in 0.001808997 sec.
2688 2025.01.08 18:23:31.001165 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 170.42 MiB, peak 180.02 MiB, free memory in arenas 0.00 B, will set to 171.78 MiB (RSS), difference: 1.36 MiB
2689 2025.01.08 18:23:35.424622 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2690 2025.01.08 18:23:35.424827 [ 284 ] {beec64b2-d912-4d01-b678-3270f9e67c5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2691 2025.01.08 18:23:35.424903 [ 284 ] {beec64b2-d912-4d01-b678-3270f9e67c5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2692 2025.01.08 18:23:35.425633 [ 284 ] {beec64b2-d912-4d01-b678-3270f9e67c5d} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2693 2025.01.08 18:23:35.425678 [ 284 ] {beec64b2-d912-4d01-b678-3270f9e67c5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
2694 2025.01.08 18:23:35.426124 [ 284 ] {beec64b2-d912-4d01-b678-3270f9e67c5d} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2695 2025.01.08 18:23:35.426387 [ 284 ] {beec64b2-d912-4d01-b678-3270f9e67c5d} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2696 2025.01.08 18:23:35.426545 [ 39 ] {} <Debug> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2697 2025.01.08 18:23:35.426602 [ 39 ] {} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2698 2025.01.08 18:23:35.426604 [ 284 ] {beec64b2-d912-4d01-b678-3270f9e67c5d} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001826 sec., 14238.773274917854 rows/sec., 1.07 MiB/sec.
2699 2025.01.08 18:23:35.426632 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
2700 2025.01.08 18:23:35.426709 [ 284 ] {beec64b2-d912-4d01-b678-3270f9e67c5d} <Debug> TCPHandler: Processed in 0.002216638 sec.
2701 2025.01.08 18:23:35.426999 [ 191 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::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
2702 2025.01.08 18:23:35.427144 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2703 2025.01.08 18:23:35.427417 [ 191 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2704 2025.01.08 18:23:35.427530 [ 191 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1383 rows starting from the beginning of the part
2705 2025.01.08 18:23:35.427668 [ 290 ] {9b6d2650-d288-4b79-b175-81277a0a2e06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2706 2025.01.08 18:23:35.427718 [ 191 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 243 rows starting from the beginning of the part
2707 2025.01.08 18:23:35.428003 [ 191 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 26 rows starting from the beginning of the part
2708 2025.01.08 18:23:35.428032 [ 290 ] {9b6d2650-d288-4b79-b175-81277a0a2e06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2709 2025.01.08 18:23:35.428361 [ 191 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1387 rows starting from the beginning of the part
2710 2025.01.08 18:23:35.428704 [ 191 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 26 rows starting from the beginning of the part
2711 2025.01.08 18:23:35.428968 [ 191 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 26 rows starting from the beginning of the part
2712 2025.01.08 18:23:35.430839 [ 290 ] {9b6d2650-d288-4b79-b175-81277a0a2e06} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2713 2025.01.08 18:23:35.430921 [ 290 ] {9b6d2650-d288-4b79-b175-81277a0a2e06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
2714 2025.01.08 18:23:35.432044 [ 290 ] {9b6d2650-d288-4b79-b175-81277a0a2e06} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2715 2025.01.08 18:23:35.432368 [ 290 ] {9b6d2650-d288-4b79-b175-81277a0a2e06} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2716 2025.01.08 18:23:35.432752 [ 53 ] {} <Debug> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2717 2025.01.08 18:23:35.432859 [ 53 ] {} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2718 2025.01.08 18:23:35.432920 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
2719 2025.01.08 18:23:35.432916 [ 191 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3091 rows, containing 5 columns (5 merged, 0 gathered) in 0.006193432 sec., 499077.0868235899 rows/sec., 43.87 MiB/sec.
2720 2025.01.08 18:23:35.433039 [ 290 ] {9b6d2650-d288-4b79-b175-81277a0a2e06} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.005529 sec., 5064.20690902514 rows/sec., 404.47 KiB/sec.
2721 2025.01.08 18:23:35.433126 [ 189 ] {fa7e1080-106a-46d6-b087-687f1bf68453::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
2722 2025.01.08 18:23:35.433168 [ 290 ] {9b6d2650-d288-4b79-b175-81277a0a2e06} <Debug> TCPHandler: Processed in 0.006331315 sec.
2723 2025.01.08 18:23:35.433430 [ 191 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2724 2025.01.08 18:23:35.433450 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2725 2025.01.08 18:23:35.433622 [ 189 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2726 2025.01.08 18:23:35.433736 [ 189 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 850 rows starting from the beginning of the part
2727 2025.01.08 18:23:35.433775 [ 284 ] {a84d9c38-3633-4304-bc7f-7e52d5144d72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2728 2025.01.08 18:23:35.434042 [ 284 ] {a84d9c38-3633-4304-bc7f-7e52d5144d72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2729 2025.01.08 18:23:35.434183 [ 189 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 381 rows starting from the beginning of the part
2730 2025.01.08 18:23:35.434481 [ 191 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_16_3} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2731 2025.01.08 18:23:35.434669 [ 189 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 28 rows starting from the beginning of the part
2732 2025.01.08 18:23:35.434954 [ 191 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_16_3} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2733 2025.01.08 18:23:35.435294 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB.
2734 2025.01.08 18:23:35.435458 [ 189 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 845 rows starting from the beginning of the part
2735 2025.01.08 18:23:35.435858 [ 189 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 28 rows starting from the beginning of the part
2736 2025.01.08 18:23:35.436257 [ 189 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 28 rows starting from the beginning of the part
2737 2025.01.08 18:23:35.436933 [ 284 ] {a84d9c38-3633-4304-bc7f-7e52d5144d72} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2738 2025.01.08 18:23:35.436994 [ 284 ] {a84d9c38-3633-4304-bc7f-7e52d5144d72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
2739 2025.01.08 18:23:35.438054 [ 284 ] {a84d9c38-3633-4304-bc7f-7e52d5144d72} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2740 2025.01.08 18:23:35.438603 [ 284 ] {a84d9c38-3633-4304-bc7f-7e52d5144d72} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2741 2025.01.08 18:23:35.438797 [ 53 ] {} <Debug> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2742 2025.01.08 18:23:35.438897 [ 53 ] {} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2743 2025.01.08 18:23:35.438969 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
2744 2025.01.08 18:23:35.439062 [ 284 ] {a84d9c38-3633-4304-bc7f-7e52d5144d72} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.005347 sec., 18702.075930428276 rows/sec., 1.30 MiB/sec.
2745 2025.01.08 18:23:35.439428 [ 284 ] {a84d9c38-3633-4304-bc7f-7e52d5144d72} <Debug> TCPHandler: Processed in 0.00614985 sec.
2746 2025.01.08 18:23:35.439695 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2747 2025.01.08 18:23:35.439706 [ 199 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2160 rows, containing 5 columns (5 merged, 0 gathered) in 0.006673065 sec., 323689.3391567443 rows/sec., 24.62 MiB/sec.
2748 2025.01.08 18:23:35.440031 [ 190 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::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
2749 2025.01.08 18:23:35.440072 [ 199 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2750 2025.01.08 18:23:35.440042 [ 290 ] {e3f439eb-6573-4982-8b49-6b773c4e1b9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2751 2025.01.08 18:23:35.440368 [ 290 ] {e3f439eb-6573-4982-8b49-6b773c4e1b9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2752 2025.01.08 18:23:35.440535 [ 190 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2753 2025.01.08 18:23:35.440676 [ 190 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 3364 rows starting from the beginning of the part
2754 2025.01.08 18:23:35.441147 [ 194 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_16_3} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2755 2025.01.08 18:23:35.441263 [ 190 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 177 rows starting from the beginning of the part
2756 2025.01.08 18:23:35.441754 [ 194 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_16_3} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2757 2025.01.08 18:23:35.441923 [ 190 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 100 rows starting from the beginning of the part
2758 2025.01.08 18:23:35.442199 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB.
2759 2025.01.08 18:23:35.442440 [ 190 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 947 rows starting from the beginning of the part
2760 2025.01.08 18:23:35.442833 [ 190 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 80 rows starting from the beginning of the part
2761 2025.01.08 18:23:35.443131 [ 190 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 100 rows starting from the beginning of the part
2762 2025.01.08 18:23:35.443715 [ 290 ] {e3f439eb-6573-4982-8b49-6b773c4e1b9e} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2763 2025.01.08 18:23:35.443781 [ 290 ] {e3f439eb-6573-4982-8b49-6b773c4e1b9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
2764 2025.01.08 18:23:35.444588 [ 290 ] {e3f439eb-6573-4982-8b49-6b773c4e1b9e} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2765 2025.01.08 18:23:35.445075 [ 290 ] {e3f439eb-6573-4982-8b49-6b773c4e1b9e} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2766 2025.01.08 18:23:35.445384 [ 53 ] {} <Debug> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2767 2025.01.08 18:23:35.445451 [ 53 ] {} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2768 2025.01.08 18:23:35.445525 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
2769 2025.01.08 18:23:35.445719 [ 290 ] {e3f439eb-6573-4982-8b49-6b773c4e1b9e} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.005753 sec., 5214.670606640014 rows/sec., 365.81 KiB/sec.
2770 2025.01.08 18:23:35.446052 [ 199 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::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
2771 2025.01.08 18:23:35.446224 [ 290 ] {e3f439eb-6573-4982-8b49-6b773c4e1b9e} <Debug> TCPHandler: Processed in 0.006669844 sec.
2772 2025.01.08 18:23:35.446567 [ 199 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2773 2025.01.08 18:23:35.446615 [ 199 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 382 rows starting from the beginning of the part
2774 2025.01.08 18:23:35.446905 [ 199 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 52 rows starting from the beginning of the part
2775 2025.01.08 18:23:35.447395 [ 199 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 30 rows starting from the beginning of the part
2776 2025.01.08 18:23:35.447522 [ 199 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 28 rows starting from the beginning of the part
2777 2025.01.08 18:23:35.447931 [ 199 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 24 rows starting from the beginning of the part
2778 2025.01.08 18:23:35.448328 [ 199 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 30 rows starting from the beginning of the part
2779 2025.01.08 18:23:35.448508 [ 194 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4768 rows, containing 5 columns (5 merged, 0 gathered) in 0.009308153 sec., 512239.1090907079 rows/sec., 34.32 MiB/sec.
2780 2025.01.08 18:23:35.449020 [ 194 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2781 2025.01.08 18:23:35.449735 [ 194 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2782 2025.01.08 18:23:35.449960 [ 194 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2783 2025.01.08 18:23:35.450138 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.96 MiB.
2784 2025.01.08 18:23:35.450476 [ 188 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 546 rows, containing 4 columns (4 merged, 0 gathered) in 0.004783955 sec., 114131.50834403752 rows/sec., 7.39 MiB/sec.
2785 2025.01.08 18:23:35.450667 [ 199 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2786 2025.01.08 18:23:35.450947 [ 199 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_16_3} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2787 2025.01.08 18:23:35.451020 [ 199 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_16_3} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2788 2025.01.08 18:23:35.451090 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB.
2789 2025.01.08 18:23:36.545966 [ 61 ] {} <Debug> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
2790 2025.01.08 18:23:36.546037 [ 61 ] {} <Trace> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2791 2025.01.08 18:23:36.546063 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
2792 2025.01.08 18:23:36.546452 [ 198 ] {82017994-9576-4304-b229-07a24e987762::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
2793 2025.01.08 18:23:36.547036 [ 198 ] {82017994-9576-4304-b229-07a24e987762::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2794 2025.01.08 18:23:36.547104 [ 198 ] {82017994-9576-4304-b229-07a24e987762::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
2795 2025.01.08 18:23:36.547241 [ 198 ] {82017994-9576-4304-b229-07a24e987762::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
2796 2025.01.08 18:23:36.547379 [ 198 ] {82017994-9576-4304-b229-07a24e987762::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
2797 2025.01.08 18:23:36.547499 [ 198 ] {82017994-9576-4304-b229-07a24e987762::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 3 rows starting from the beginning of the part
2798 2025.01.08 18:23:36.547622 [ 198 ] {82017994-9576-4304-b229-07a24e987762::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part
2799 2025.01.08 18:23:36.549931 [ 188 ] {82017994-9576-4304-b229-07a24e987762::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 37 rows, containing 6 columns (6 merged, 0 gathered) in 0.003753478 sec., 9857.524141609461 rows/sec., 1.69 MiB/sec.
2800 2025.01.08 18:23:36.550180 [ 192 ] {82017994-9576-4304-b229-07a24e987762::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
2801 2025.01.08 18:23:36.550753 [ 192 ] {82017994-9576-4304-b229-07a24e987762::all_1_5_1} <Trace> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2802 2025.01.08 18:23:36.550873 [ 192 ] {82017994-9576-4304-b229-07a24e987762::all_1_5_1} <Trace> oximeter.timeseries_schema (82017994-9576-4304-b229-07a24e987762) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
2803 2025.01.08 18:23:36.551061 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB.
2804 2025.01.08 18:23:37.351888 [ 107 ] {} <Debug> DNSResolver: Updating DNS cache
2805 2025.01.08 18:23:37.351950 [ 107 ] {} <Debug> DNSResolver: Updated DNS cache
2806 2025.01.08 18:23:37.453106 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5551
2807 2025.01.08 18:23:37.453757 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2808 2025.01.08 18:23:37.453796 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
2809 2025.01.08 18:23:37.454358 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2810 2025.01.08 18:23:37.454614 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2811 2025.01.08 18:23:37.454815 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551
2812 2025.01.08 18:23:37.468579 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 390
2813 2025.01.08 18:23:37.471330 [ 242 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2814 2025.01.08 18:23:37.471385 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
2815 2025.01.08 18:23:37.472853 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2816 2025.01.08 18:23:37.473171 [ 242 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2817 2025.01.08 18:23:37.473765 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 390
2818 2025.01.08 18:23:37.797957 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91
2819 2025.01.08 18:23:37.817993 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2820 2025.01.08 18:23:37.818052 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
2821 2025.01.08 18:23:37.825266 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2822 2025.01.08 18:23:37.826021 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2823 2025.01.08 18:23:37.829105 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91
2824 2025.01.08 18:23:40.431098 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2825 2025.01.08 18:23:40.431319 [ 284 ] {6454bc3f-8807-4a29-9d9a-bdcabb6f1008} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2826 2025.01.08 18:23:40.431402 [ 284 ] {6454bc3f-8807-4a29-9d9a-bdcabb6f1008} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2827 2025.01.08 18:23:40.432252 [ 284 ] {6454bc3f-8807-4a29-9d9a-bdcabb6f1008} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2828 2025.01.08 18:23:40.432304 [ 284 ] {6454bc3f-8807-4a29-9d9a-bdcabb6f1008} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
2829 2025.01.08 18:23:40.432740 [ 284 ] {6454bc3f-8807-4a29-9d9a-bdcabb6f1008} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2830 2025.01.08 18:23:40.433001 [ 284 ] {6454bc3f-8807-4a29-9d9a-bdcabb6f1008} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2831 2025.01.08 18:23:40.433253 [ 284 ] {6454bc3f-8807-4a29-9d9a-bdcabb6f1008} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001993 sec., 7024.586051179127 rows/sec., 505.68 KiB/sec.
2832 2025.01.08 18:23:40.433373 [ 284 ] {6454bc3f-8807-4a29-9d9a-bdcabb6f1008} <Debug> TCPHandler: Processed in 0.002420893 sec.
2833 2025.01.08 18:23:40.433654 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2834 2025.01.08 18:23:40.433848 [ 290 ] {a35f00f0-c8dc-46ac-bb20-a0a9d6685564} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2835 2025.01.08 18:23:40.433920 [ 290 ] {a35f00f0-c8dc-46ac-bb20-a0a9d6685564} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2836 2025.01.08 18:23:40.434782 [ 290 ] {a35f00f0-c8dc-46ac-bb20-a0a9d6685564} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2837 2025.01.08 18:23:40.434826 [ 290 ] {a35f00f0-c8dc-46ac-bb20-a0a9d6685564} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
2838 2025.01.08 18:23:40.435310 [ 290 ] {a35f00f0-c8dc-46ac-bb20-a0a9d6685564} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2839 2025.01.08 18:23:40.435568 [ 290 ] {a35f00f0-c8dc-46ac-bb20-a0a9d6685564} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2840 2025.01.08 18:23:40.435767 [ 290 ] {a35f00f0-c8dc-46ac-bb20-a0a9d6685564} <Debug> executeQuery: Read 251 rows, 23.01 KiB in 0.001976 sec., 127024.29149797572 rows/sec., 11.37 MiB/sec.
2841 2025.01.08 18:23:40.435822 [ 290 ] {a35f00f0-c8dc-46ac-bb20-a0a9d6685564} <Debug> TCPHandler: Processed in 0.002313081 sec.
2842 2025.01.08 18:23:40.435966 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2843 2025.01.08 18:23:40.436093 [ 284 ] {b566938d-817b-4e87-a25b-782f5cc0c4a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2844 2025.01.08 18:23:40.436147 [ 284 ] {b566938d-817b-4e87-a25b-782f5cc0c4a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2845 2025.01.08 18:23:40.436795 [ 284 ] {b566938d-817b-4e87-a25b-782f5cc0c4a8} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2846 2025.01.08 18:23:40.436840 [ 284 ] {b566938d-817b-4e87-a25b-782f5cc0c4a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
2847 2025.01.08 18:23:40.437290 [ 284 ] {b566938d-817b-4e87-a25b-782f5cc0c4a8} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2848 2025.01.08 18:23:40.437537 [ 284 ] {b566938d-817b-4e87-a25b-782f5cc0c4a8} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2849 2025.01.08 18:23:40.437744 [ 284 ] {b566938d-817b-4e87-a25b-782f5cc0c4a8} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001683 sec., 27332.144979203804 rows/sec., 1.97 MiB/sec.
2850 2025.01.08 18:23:40.437800 [ 284 ] {b566938d-817b-4e87-a25b-782f5cc0c4a8} <Debug> TCPHandler: Processed in 0.001891679 sec.
2851 2025.01.08 18:23:40.437953 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2852 2025.01.08 18:23:40.438076 [ 290 ] {f933f569-0f74-4572-8fca-61a95ea87082} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2853 2025.01.08 18:23:40.438134 [ 290 ] {f933f569-0f74-4572-8fca-61a95ea87082} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2854 2025.01.08 18:23:40.438825 [ 290 ] {f933f569-0f74-4572-8fca-61a95ea87082} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2855 2025.01.08 18:23:40.438872 [ 290 ] {f933f569-0f74-4572-8fca-61a95ea87082} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
2856 2025.01.08 18:23:40.439264 [ 290 ] {f933f569-0f74-4572-8fca-61a95ea87082} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2857 2025.01.08 18:23:40.439504 [ 290 ] {f933f569-0f74-4572-8fca-61a95ea87082} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2858 2025.01.08 18:23:40.439753 [ 290 ] {f933f569-0f74-4572-8fca-61a95ea87082} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001688 sec., 8293.838862559242 rows/sec., 580.85 KiB/sec.
2859 2025.01.08 18:23:40.439888 [ 290 ] {f933f569-0f74-4572-8fca-61a95ea87082} <Debug> TCPHandler: Processed in 0.001990192 sec.
2860 2025.01.08 18:23:40.440069 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2861 2025.01.08 18:23:40.440209 [ 284 ] {89d08271-7dc1-4bb5-b0b0-b770f76dc127} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2862 2025.01.08 18:23:40.440268 [ 284 ] {89d08271-7dc1-4bb5-b0b0-b770f76dc127} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2863 2025.01.08 18:23:40.441041 [ 284 ] {89d08271-7dc1-4bb5-b0b0-b770f76dc127} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2864 2025.01.08 18:23:40.441081 [ 284 ] {89d08271-7dc1-4bb5-b0b0-b770f76dc127} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
2865 2025.01.08 18:23:40.441439 [ 284 ] {89d08271-7dc1-4bb5-b0b0-b770f76dc127} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2866 2025.01.08 18:23:40.441687 [ 284 ] {89d08271-7dc1-4bb5-b0b0-b770f76dc127} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2867 2025.01.08 18:23:40.441898 [ 284 ] {89d08271-7dc1-4bb5-b0b0-b770f76dc127} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001722 sec., 7549.361207897793 rows/sec., 470.70 KiB/sec.
2868 2025.01.08 18:23:40.441952 [ 284 ] {89d08271-7dc1-4bb5-b0b0-b770f76dc127} <Debug> TCPHandler: Processed in 0.001944301 sec.
2869 2025.01.08 18:23:40.442117 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2870 2025.01.08 18:23:40.442254 [ 290 ] {d87ea551-d171-40d6-a746-7eaa444525be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2871 2025.01.08 18:23:40.442311 [ 290 ] {d87ea551-d171-40d6-a746-7eaa444525be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2872 2025.01.08 18:23:40.443134 [ 290 ] {d87ea551-d171-40d6-a746-7eaa444525be} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2873 2025.01.08 18:23:40.443171 [ 290 ] {d87ea551-d171-40d6-a746-7eaa444525be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
2874 2025.01.08 18:23:40.443553 [ 290 ] {d87ea551-d171-40d6-a746-7eaa444525be} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2875 2025.01.08 18:23:40.443794 [ 290 ] {d87ea551-d171-40d6-a746-7eaa444525be} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2876 2025.01.08 18:23:40.443968 [ 290 ] {d87ea551-d171-40d6-a746-7eaa444525be} <Debug> executeQuery: Read 391 rows, 28.41 KiB in 0.001744 sec., 224197.247706422 rows/sec., 15.91 MiB/sec.
2877 2025.01.08 18:23:40.444018 [ 290 ] {d87ea551-d171-40d6-a746-7eaa444525be} <Debug> TCPHandler: Processed in 0.001968362 sec.
2878 2025.01.08 18:23:40.444218 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2879 2025.01.08 18:23:40.444436 [ 284 ] {a3dc7400-0659-4c83-9eab-dd664d15e517} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
2880 2025.01.08 18:23:40.444529 [ 284 ] {a3dc7400-0659-4c83-9eab-dd664d15e517} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2881 2025.01.08 18:23:40.445251 [ 284 ] {a3dc7400-0659-4c83-9eab-dd664d15e517} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2882 2025.01.08 18:23:40.445291 [ 284 ] {a3dc7400-0659-4c83-9eab-dd664d15e517} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
2883 2025.01.08 18:23:40.445651 [ 284 ] {a3dc7400-0659-4c83-9eab-dd664d15e517} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2884 2025.01.08 18:23:40.445887 [ 284 ] {a3dc7400-0659-4c83-9eab-dd664d15e517} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2885 2025.01.08 18:23:40.446119 [ 284 ] {a3dc7400-0659-4c83-9eab-dd664d15e517} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001732 sec., 3464.203233256351 rows/sec., 180.99 KiB/sec.
2886 2025.01.08 18:23:40.446177 [ 284 ] {a3dc7400-0659-4c83-9eab-dd664d15e517} <Debug> TCPHandler: Processed in 0.002065974 sec.
2887 2025.01.08 18:23:40.446381 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2888 2025.01.08 18:23:40.446599 [ 290 ] {929492ae-faff-496d-8ff1-96a22089e926} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2889 2025.01.08 18:23:40.446698 [ 290 ] {929492ae-faff-496d-8ff1-96a22089e926} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2890 2025.01.08 18:23:40.447455 [ 290 ] {929492ae-faff-496d-8ff1-96a22089e926} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2891 2025.01.08 18:23:40.447492 [ 290 ] {929492ae-faff-496d-8ff1-96a22089e926} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
2892 2025.01.08 18:23:40.447893 [ 290 ] {929492ae-faff-496d-8ff1-96a22089e926} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2893 2025.01.08 18:23:40.448131 [ 290 ] {929492ae-faff-496d-8ff1-96a22089e926} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2894 2025.01.08 18:23:40.448310 [ 290 ] {929492ae-faff-496d-8ff1-96a22089e926} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001765 sec., 100283.28611898016 rows/sec., 6.61 MiB/sec.
2895 2025.01.08 18:23:40.448359 [ 290 ] {929492ae-faff-496d-8ff1-96a22089e926} <Debug> TCPHandler: Processed in 0.002089195 sec.
2896 2025.01.08 18:23:40.448504 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2897 2025.01.08 18:23:40.448618 [ 284 ] {6fbd6183-72cd-4217-a19e-cfc7742bc651} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2898 2025.01.08 18:23:40.448669 [ 284 ] {6fbd6183-72cd-4217-a19e-cfc7742bc651} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2899 2025.01.08 18:23:40.449137 [ 284 ] {6fbd6183-72cd-4217-a19e-cfc7742bc651} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2900 2025.01.08 18:23:40.449177 [ 284 ] {6fbd6183-72cd-4217-a19e-cfc7742bc651} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
2901 2025.01.08 18:23:40.449538 [ 284 ] {6fbd6183-72cd-4217-a19e-cfc7742bc651} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2902 2025.01.08 18:23:40.449774 [ 284 ] {6fbd6183-72cd-4217-a19e-cfc7742bc651} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2903 2025.01.08 18:23:40.449990 [ 284 ] {6fbd6183-72cd-4217-a19e-cfc7742bc651} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001397 sec., 715.8196134574088 rows/sec., 48.23 KiB/sec.
2904 2025.01.08 18:23:40.450040 [ 284 ] {6fbd6183-72cd-4217-a19e-cfc7742bc651} <Debug> TCPHandler: Processed in 0.001593131 sec.
2905 2025.01.08 18:23:40.450241 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2906 2025.01.08 18:23:40.450458 [ 290 ] {4c2767ad-9be3-4af6-86d0-4e824e2f3e3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2907 2025.01.08 18:23:40.450595 [ 290 ] {4c2767ad-9be3-4af6-86d0-4e824e2f3e3b} <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
2908 2025.01.08 18:23:40.452015 [ 290 ] {4c2767ad-9be3-4af6-86d0-4e824e2f3e3b} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2909 2025.01.08 18:23:40.452052 [ 290 ] {4c2767ad-9be3-4af6-86d0-4e824e2f3e3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
2910 2025.01.08 18:23:40.452717 [ 290 ] {4c2767ad-9be3-4af6-86d0-4e824e2f3e3b} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2911 2025.01.08 18:23:40.452973 [ 290 ] {4c2767ad-9be3-4af6-86d0-4e824e2f3e3b} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2912 2025.01.08 18:23:40.453262 [ 290 ] {4c2767ad-9be3-4af6-86d0-4e824e2f3e3b} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002839 sec., 13737.231419513913 rows/sec., 24.62 MiB/sec.
2913 2025.01.08 18:23:40.453378 [ 290 ] {4c2767ad-9be3-4af6-86d0-4e824e2f3e3b} <Debug> TCPHandler: Processed in 0.003247555 sec.
2914 2025.01.08 18:23:40.453520 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2915 2025.01.08 18:23:40.453635 [ 284 ] {04e0d927-da87-437e-9e3e-ef7b48a2475d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete)
2916 2025.01.08 18:23:40.453684 [ 284 ] {04e0d927-da87-437e-9e3e-ef7b48a2475d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
2917 2025.01.08 18:23:40.454168 [ 284 ] {04e0d927-da87-437e-9e3e-ef7b48a2475d} <Trace> oximeter.measurements_i64 (90ded1f1-6da7-47f1-89de-d14229ba4f94): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2918 2025.01.08 18:23:40.454208 [ 284 ] {04e0d927-da87-437e-9e3e-ef7b48a2475d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
2919 2025.01.08 18:23:40.454565 [ 284 ] {04e0d927-da87-437e-9e3e-ef7b48a2475d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2920 2025.01.08 18:23:40.454802 [ 284 ] {04e0d927-da87-437e-9e3e-ef7b48a2475d} <Trace> oximeter.measurements_i64 (90ded1f1-6da7-47f1-89de-d14229ba4f94): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2921 2025.01.08 18:23:40.455035 [ 284 ] {04e0d927-da87-437e-9e3e-ef7b48a2475d} <Debug> executeQuery: Read 6 rows, 434.00 B in 0.001422 sec., 4219.4092827004215 rows/sec., 298.05 KiB/sec.
2922 2025.01.08 18:23:40.455087 [ 284 ] {04e0d927-da87-437e-9e3e-ef7b48a2475d} <Debug> TCPHandler: Processed in 0.001624803 sec.
2923 2025.01.08 18:23:40.455291 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2924 2025.01.08 18:23:40.455514 [ 290 ] {67e3183c-5b85-4252-98d6-d47e73cdd547} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2925 2025.01.08 18:23:40.455606 [ 290 ] {67e3183c-5b85-4252-98d6-d47e73cdd547} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2926 2025.01.08 18:23:40.456299 [ 290 ] {67e3183c-5b85-4252-98d6-d47e73cdd547} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2927 2025.01.08 18:23:40.456338 [ 290 ] {67e3183c-5b85-4252-98d6-d47e73cdd547} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
2928 2025.01.08 18:23:40.456706 [ 290 ] {67e3183c-5b85-4252-98d6-d47e73cdd547} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2929 2025.01.08 18:23:40.456942 [ 290 ] {67e3183c-5b85-4252-98d6-d47e73cdd547} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2930 2025.01.08 18:23:40.457118 [ 290 ] {67e3183c-5b85-4252-98d6-d47e73cdd547} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.00166 sec., 31325.301204819276 rows/sec., 1.94 MiB/sec.
2931 2025.01.08 18:23:40.457166 [ 290 ] {67e3183c-5b85-4252-98d6-d47e73cdd547} <Debug> TCPHandler: Processed in 0.001982902 sec.
2932 2025.01.08 18:23:44.955889 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5978
2933 2025.01.08 18:23:44.956547 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2934 2025.01.08 18:23:44.956600 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
2935 2025.01.08 18:23:44.957228 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2936 2025.01.08 18:23:44.957512 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2937 2025.01.08 18:23:44.957807 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5978
2938 2025.01.08 18:23:45.330125 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98
2939 2025.01.08 18:23:45.349456 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2940 2025.01.08 18:23:45.349520 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
2941 2025.01.08 18:23:45.357193 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2942 2025.01.08 18:23:45.357975 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2943 2025.01.08 18:23:45.361000 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98
2944 2025.01.08 18:23:45.424133 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2945 2025.01.08 18:23:45.424319 [ 284 ] {82acf480-8039-4a54-b3d6-957cb6da722c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2946 2025.01.08 18:23:45.424391 [ 284 ] {82acf480-8039-4a54-b3d6-957cb6da722c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2947 2025.01.08 18:23:45.425151 [ 284 ] {82acf480-8039-4a54-b3d6-957cb6da722c} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2948 2025.01.08 18:23:45.425195 [ 284 ] {82acf480-8039-4a54-b3d6-957cb6da722c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
2949 2025.01.08 18:23:45.425628 [ 284 ] {82acf480-8039-4a54-b3d6-957cb6da722c} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
2950 2025.01.08 18:23:45.425883 [ 284 ] {82acf480-8039-4a54-b3d6-957cb6da722c} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2951 2025.01.08 18:23:45.426097 [ 284 ] {82acf480-8039-4a54-b3d6-957cb6da722c} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001828 sec., 14223.194748358863 rows/sec., 1.07 MiB/sec.
2952 2025.01.08 18:23:45.426160 [ 284 ] {82acf480-8039-4a54-b3d6-957cb6da722c} <Debug> TCPHandler: Processed in 0.002159767 sec.
2953 2025.01.08 18:23:45.426434 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2954 2025.01.08 18:23:45.426647 [ 290 ] {192dabb3-578d-4424-a17d-8c1f977f56f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2955 2025.01.08 18:23:45.426728 [ 290 ] {192dabb3-578d-4424-a17d-8c1f977f56f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2956 2025.01.08 18:23:45.427526 [ 290 ] {192dabb3-578d-4424-a17d-8c1f977f56f1} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2957 2025.01.08 18:23:45.427577 [ 290 ] {192dabb3-578d-4424-a17d-8c1f977f56f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
2958 2025.01.08 18:23:45.428011 [ 290 ] {192dabb3-578d-4424-a17d-8c1f977f56f1} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
2959 2025.01.08 18:23:45.428274 [ 290 ] {192dabb3-578d-4424-a17d-8c1f977f56f1} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2960 2025.01.08 18:23:45.428505 [ 290 ] {192dabb3-578d-4424-a17d-8c1f977f56f1} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001919 sec., 14590.932777488275 rows/sec., 1.14 MiB/sec.
2961 2025.01.08 18:23:45.428562 [ 290 ] {192dabb3-578d-4424-a17d-8c1f977f56f1} <Debug> TCPHandler: Processed in 0.002277659 sec.
2962 2025.01.08 18:23:45.428701 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2963 2025.01.08 18:23:45.428831 [ 284 ] {590f1b00-fc57-4c79-8335-2bf5c2f1b239} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2964 2025.01.08 18:23:45.428890 [ 284 ] {590f1b00-fc57-4c79-8335-2bf5c2f1b239} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2965 2025.01.08 18:23:45.429473 [ 284 ] {590f1b00-fc57-4c79-8335-2bf5c2f1b239} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2966 2025.01.08 18:23:45.429511 [ 284 ] {590f1b00-fc57-4c79-8335-2bf5c2f1b239} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
2967 2025.01.08 18:23:45.429914 [ 284 ] {590f1b00-fc57-4c79-8335-2bf5c2f1b239} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
2968 2025.01.08 18:23:45.430189 [ 284 ] {590f1b00-fc57-4c79-8335-2bf5c2f1b239} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2969 2025.01.08 18:23:45.430401 [ 284 ] {590f1b00-fc57-4c79-8335-2bf5c2f1b239} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001594 sec., 62735.257214554586 rows/sec., 4.35 MiB/sec.
2970 2025.01.08 18:23:45.430492 [ 284 ] {590f1b00-fc57-4c79-8335-2bf5c2f1b239} <Debug> TCPHandler: Processed in 0.001844878 sec.
2971 2025.01.08 18:23:45.430657 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2972 2025.01.08 18:23:45.430774 [ 290 ] {aa2fbc7e-cc88-4be6-b68b-662cf8b7e0af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2973 2025.01.08 18:23:45.430826 [ 290 ] {aa2fbc7e-cc88-4be6-b68b-662cf8b7e0af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2974 2025.01.08 18:23:45.431327 [ 290 ] {aa2fbc7e-cc88-4be6-b68b-662cf8b7e0af} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2975 2025.01.08 18:23:45.431366 [ 290 ] {aa2fbc7e-cc88-4be6-b68b-662cf8b7e0af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
2976 2025.01.08 18:23:45.431752 [ 290 ] {aa2fbc7e-cc88-4be6-b68b-662cf8b7e0af} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
2977 2025.01.08 18:23:45.431995 [ 290 ] {aa2fbc7e-cc88-4be6-b68b-662cf8b7e0af} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2978 2025.01.08 18:23:45.432253 [ 290 ] {aa2fbc7e-cc88-4be6-b68b-662cf8b7e0af} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001502 sec., 19973.368841544605 rows/sec., 1.37 MiB/sec.
2979 2025.01.08 18:23:45.432438 [ 290 ] {aa2fbc7e-cc88-4be6-b68b-662cf8b7e0af} <Debug> TCPHandler: Processed in 0.001830737 sec.
2980 2025.01.08 18:23:47.474845 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 422
2981 2025.01.08 18:23:47.477889 [ 242 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2982 2025.01.08 18:23:47.477949 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
2983 2025.01.08 18:23:47.479452 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2984 2025.01.08 18:23:47.479786 [ 242 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2985 2025.01.08 18:23:47.480726 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 422
2986 2025.01.08 18:23:50.430276 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2987 2025.01.08 18:23:50.430537 [ 284 ] {aaccbb5b-55a5-4b0e-8ae8-7a4b0822b776} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2988 2025.01.08 18:23:50.430658 [ 284 ] {aaccbb5b-55a5-4b0e-8ae8-7a4b0822b776} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2989 2025.01.08 18:23:50.431695 [ 284 ] {aaccbb5b-55a5-4b0e-8ae8-7a4b0822b776} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2990 2025.01.08 18:23:50.431748 [ 284 ] {aaccbb5b-55a5-4b0e-8ae8-7a4b0822b776} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
2991 2025.01.08 18:23:50.432181 [ 284 ] {aaccbb5b-55a5-4b0e-8ae8-7a4b0822b776} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2992 2025.01.08 18:23:50.432440 [ 284 ] {aaccbb5b-55a5-4b0e-8ae8-7a4b0822b776} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2993 2025.01.08 18:23:50.432680 [ 284 ] {aaccbb5b-55a5-4b0e-8ae8-7a4b0822b776} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002235 sec., 6263.982102908278 rows/sec., 450.92 KiB/sec.
2994 2025.01.08 18:23:50.432745 [ 284 ] {aaccbb5b-55a5-4b0e-8ae8-7a4b0822b776} <Debug> TCPHandler: Processed in 0.002615438 sec.
2995 2025.01.08 18:23:50.433019 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2996 2025.01.08 18:23:50.433233 [ 290 ] {617fc445-52ca-4821-a54b-b4dcd9007b3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2997 2025.01.08 18:23:50.433312 [ 290 ] {617fc445-52ca-4821-a54b-b4dcd9007b3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2998 2025.01.08 18:23:50.434180 [ 290 ] {617fc445-52ca-4821-a54b-b4dcd9007b3f} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2999 2025.01.08 18:23:50.434226 [ 290 ] {617fc445-52ca-4821-a54b-b4dcd9007b3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3000 2025.01.08 18:23:50.434674 [ 290 ] {617fc445-52ca-4821-a54b-b4dcd9007b3f} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3001 2025.01.08 18:23:50.434929 [ 290 ] {617fc445-52ca-4821-a54b-b4dcd9007b3f} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3002 2025.01.08 18:23:50.435163 [ 290 ] {617fc445-52ca-4821-a54b-b4dcd9007b3f} <Debug> executeQuery: Read 251 rows, 23.01 KiB in 0.001989 sec., 126194.06737053796 rows/sec., 11.30 MiB/sec.
3003 2025.01.08 18:23:50.435218 [ 290 ] {617fc445-52ca-4821-a54b-b4dcd9007b3f} <Debug> TCPHandler: Processed in 0.002342771 sec.
3004 2025.01.08 18:23:50.435375 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3005 2025.01.08 18:23:50.435598 [ 284 ] {7ab70242-edc4-4c42-93d1-62ae33eafbd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3006 2025.01.08 18:23:50.435692 [ 284 ] {7ab70242-edc4-4c42-93d1-62ae33eafbd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3007 2025.01.08 18:23:50.436630 [ 284 ] {7ab70242-edc4-4c42-93d1-62ae33eafbd2} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3008 2025.01.08 18:23:50.436671 [ 284 ] {7ab70242-edc4-4c42-93d1-62ae33eafbd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3009 2025.01.08 18:23:50.437034 [ 284 ] {7ab70242-edc4-4c42-93d1-62ae33eafbd2} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3010 2025.01.08 18:23:50.437278 [ 284 ] {7ab70242-edc4-4c42-93d1-62ae33eafbd2} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3011 2025.01.08 18:23:50.437551 [ 284 ] {7ab70242-edc4-4c42-93d1-62ae33eafbd2} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.002008 sec., 22908.366533864544 rows/sec., 1.65 MiB/sec.
3012 2025.01.08 18:23:50.437714 [ 284 ] {7ab70242-edc4-4c42-93d1-62ae33eafbd2} <Debug> TCPHandler: Processed in 0.002394323 sec.
3013 2025.01.08 18:23:50.437906 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3014 2025.01.08 18:23:50.438043 [ 290 ] {f31077e8-f217-443b-b885-9bbdce02f677} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3015 2025.01.08 18:23:50.438103 [ 290 ] {f31077e8-f217-443b-b885-9bbdce02f677} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3016 2025.01.08 18:23:50.438715 [ 290 ] {f31077e8-f217-443b-b885-9bbdce02f677} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3017 2025.01.08 18:23:50.438754 [ 290 ] {f31077e8-f217-443b-b885-9bbdce02f677} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3018 2025.01.08 18:23:50.439108 [ 290 ] {f31077e8-f217-443b-b885-9bbdce02f677} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3019 2025.01.08 18:23:50.439351 [ 290 ] {f31077e8-f217-443b-b885-9bbdce02f677} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3020 2025.01.08 18:23:50.439608 [ 290 ] {f31077e8-f217-443b-b885-9bbdce02f677} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001593 sec., 8788.449466415568 rows/sec., 615.49 KiB/sec.
3021 2025.01.08 18:23:50.439790 [ 290 ] {f31077e8-f217-443b-b885-9bbdce02f677} <Debug> TCPHandler: Processed in 0.001948781 sec.
3022 2025.01.08 18:23:50.439958 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3023 2025.01.08 18:23:50.440074 [ 284 ] {653d7cc0-b681-42a5-bb62-157e9ba02458} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3024 2025.01.08 18:23:50.440122 [ 284 ] {653d7cc0-b681-42a5-bb62-157e9ba02458} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3025 2025.01.08 18:23:50.440693 [ 284 ] {653d7cc0-b681-42a5-bb62-157e9ba02458} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3026 2025.01.08 18:23:50.440732 [ 284 ] {653d7cc0-b681-42a5-bb62-157e9ba02458} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3027 2025.01.08 18:23:50.441081 [ 284 ] {653d7cc0-b681-42a5-bb62-157e9ba02458} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3028 2025.01.08 18:23:50.441339 [ 284 ] {653d7cc0-b681-42a5-bb62-157e9ba02458} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3029 2025.01.08 18:23:50.441550 [ 284 ] {653d7cc0-b681-42a5-bb62-157e9ba02458} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001499 sec., 8672.448298865911 rows/sec., 540.73 KiB/sec.
3030 2025.01.08 18:23:50.441602 [ 284 ] {653d7cc0-b681-42a5-bb62-157e9ba02458} <Debug> TCPHandler: Processed in 0.001703024 sec.
3031 2025.01.08 18:23:50.441764 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3032 2025.01.08 18:23:50.441902 [ 290 ] {547bab19-d2fb-4f52-85e4-7f6227d69ace} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3033 2025.01.08 18:23:50.441958 [ 290 ] {547bab19-d2fb-4f52-85e4-7f6227d69ace} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3034 2025.01.08 18:23:50.442731 [ 290 ] {547bab19-d2fb-4f52-85e4-7f6227d69ace} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3035 2025.01.08 18:23:50.442770 [ 290 ] {547bab19-d2fb-4f52-85e4-7f6227d69ace} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3036 2025.01.08 18:23:50.443143 [ 290 ] {547bab19-d2fb-4f52-85e4-7f6227d69ace} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3037 2025.01.08 18:23:50.443374 [ 290 ] {547bab19-d2fb-4f52-85e4-7f6227d69ace} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3038 2025.01.08 18:23:50.443583 [ 290 ] {547bab19-d2fb-4f52-85e4-7f6227d69ace} <Debug> executeQuery: Read 385 rows, 27.93 KiB in 0.001711 sec., 225014.6113383986 rows/sec., 15.94 MiB/sec.
3039 2025.01.08 18:23:50.443634 [ 290 ] {547bab19-d2fb-4f52-85e4-7f6227d69ace} <Debug> TCPHandler: Processed in 0.00193766 sec.
3040 2025.01.08 18:23:50.443782 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3041 2025.01.08 18:23:50.443899 [ 284 ] {1926d062-d6e3-4723-857a-0a871685432b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
3042 2025.01.08 18:23:50.443951 [ 284 ] {1926d062-d6e3-4723-857a-0a871685432b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3043 2025.01.08 18:23:50.444438 [ 284 ] {1926d062-d6e3-4723-857a-0a871685432b} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3044 2025.01.08 18:23:50.444477 [ 284 ] {1926d062-d6e3-4723-857a-0a871685432b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3045 2025.01.08 18:23:50.444847 [ 284 ] {1926d062-d6e3-4723-857a-0a871685432b} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3046 2025.01.08 18:23:50.445087 [ 284 ] {1926d062-d6e3-4723-857a-0a871685432b} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3047 2025.01.08 18:23:50.445292 [ 284 ] {1926d062-d6e3-4723-857a-0a871685432b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001417 sec., 4234.297812279464 rows/sec., 221.23 KiB/sec.
3048 2025.01.08 18:23:50.445343 [ 284 ] {1926d062-d6e3-4723-857a-0a871685432b} <Debug> TCPHandler: Processed in 0.001617923 sec.
3049 2025.01.08 18:23:50.445486 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3050 2025.01.08 18:23:50.445623 [ 290 ] {28a18ea6-013c-425c-9e60-3fae41420536} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3051 2025.01.08 18:23:50.445683 [ 290 ] {28a18ea6-013c-425c-9e60-3fae41420536} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3052 2025.01.08 18:23:50.446371 [ 290 ] {28a18ea6-013c-425c-9e60-3fae41420536} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3053 2025.01.08 18:23:50.446416 [ 290 ] {28a18ea6-013c-425c-9e60-3fae41420536} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3054 2025.01.08 18:23:50.446804 [ 290 ] {28a18ea6-013c-425c-9e60-3fae41420536} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3055 2025.01.08 18:23:50.447035 [ 290 ] {28a18ea6-013c-425c-9e60-3fae41420536} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3056 2025.01.08 18:23:50.447246 [ 290 ] {28a18ea6-013c-425c-9e60-3fae41420536} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001654 sec., 107013.30108827085 rows/sec., 7.06 MiB/sec.
3057 2025.01.08 18:23:50.447297 [ 290 ] {28a18ea6-013c-425c-9e60-3fae41420536} <Debug> TCPHandler: Processed in 0.001874339 sec.
3058 2025.01.08 18:23:50.447444 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3059 2025.01.08 18:23:50.447560 [ 284 ] {c277b3d6-d6a2-498e-998b-c1fd52d08abf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
3060 2025.01.08 18:23:50.447612 [ 284 ] {c277b3d6-d6a2-498e-998b-c1fd52d08abf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3061 2025.01.08 18:23:50.448086 [ 284 ] {c277b3d6-d6a2-498e-998b-c1fd52d08abf} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3062 2025.01.08 18:23:50.448125 [ 284 ] {c277b3d6-d6a2-498e-998b-c1fd52d08abf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3063 2025.01.08 18:23:50.448477 [ 284 ] {c277b3d6-d6a2-498e-998b-c1fd52d08abf} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3064 2025.01.08 18:23:50.448712 [ 284 ] {c277b3d6-d6a2-498e-998b-c1fd52d08abf} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3065 2025.01.08 18:23:50.448993 [ 284 ] {c277b3d6-d6a2-498e-998b-c1fd52d08abf} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001433 sec., 697.8367062107467 rows/sec., 47.02 KiB/sec.
3066 2025.01.08 18:23:50.449118 [ 284 ] {c277b3d6-d6a2-498e-998b-c1fd52d08abf} <Debug> TCPHandler: Processed in 0.001731726 sec.
3067 2025.01.08 18:23:50.449262 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3068 2025.01.08 18:23:50.449376 [ 290 ] {c41e78b1-2dfc-4277-ab5a-045e6689829d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3069 2025.01.08 18:23:50.449464 [ 290 ] {c41e78b1-2dfc-4277-ab5a-045e6689829d} <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
3070 2025.01.08 18:23:50.450743 [ 290 ] {c41e78b1-2dfc-4277-ab5a-045e6689829d} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3071 2025.01.08 18:23:50.450781 [ 290 ] {c41e78b1-2dfc-4277-ab5a-045e6689829d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3072 2025.01.08 18:23:50.451426 [ 290 ] {c41e78b1-2dfc-4277-ab5a-045e6689829d} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3073 2025.01.08 18:23:50.451693 [ 290 ] {c41e78b1-2dfc-4277-ab5a-045e6689829d} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3074 2025.01.08 18:23:50.451922 [ 290 ] {c41e78b1-2dfc-4277-ab5a-045e6689829d} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002569 sec., 15181.00428182172 rows/sec., 27.20 MiB/sec.
3075 2025.01.08 18:23:50.452016 [ 290 ] {c41e78b1-2dfc-4277-ab5a-045e6689829d} <Debug> TCPHandler: Processed in 0.002808543 sec.
3076 2025.01.08 18:23:50.452163 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3077 2025.01.08 18:23:50.452363 [ 284 ] {89014375-9eb1-49b2-b9d3-14994cdd4da3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3078 2025.01.08 18:23:50.452413 [ 284 ] {89014375-9eb1-49b2-b9d3-14994cdd4da3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3079 2025.01.08 18:23:50.452903 [ 284 ] {89014375-9eb1-49b2-b9d3-14994cdd4da3} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3080 2025.01.08 18:23:50.452940 [ 284 ] {89014375-9eb1-49b2-b9d3-14994cdd4da3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB.
3081 2025.01.08 18:23:50.453300 [ 284 ] {89014375-9eb1-49b2-b9d3-14994cdd4da3} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3082 2025.01.08 18:23:50.453552 [ 284 ] {89014375-9eb1-49b2-b9d3-14994cdd4da3} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3083 2025.01.08 18:23:50.453778 [ 284 ] {89014375-9eb1-49b2-b9d3-14994cdd4da3} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001427 sec., 36440.08409250175 rows/sec., 2.26 MiB/sec.
3084 2025.01.08 18:23:50.453978 [ 284 ] {89014375-9eb1-49b2-b9d3-14994cdd4da3} <Debug> TCPHandler: Processed in 0.001871249 sec.
3085 2025.01.08 18:23:52.352205 [ 90 ] {} <Debug> DNSResolver: Updating DNS cache
3086 2025.01.08 18:23:52.352279 [ 90 ] {} <Debug> DNSResolver: Updated DNS cache
3087 2025.01.08 18:23:52.458917 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6466
3088 2025.01.08 18:23:52.459595 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3089 2025.01.08 18:23:52.459648 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
3090 2025.01.08 18:23:52.460229 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3091 2025.01.08 18:23:52.460491 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3092 2025.01.08 18:23:52.460754 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466
3093 2025.01.08 18:23:52.862043 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106
3094 2025.01.08 18:23:52.882678 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3095 2025.01.08 18:23:52.882746 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
3096 2025.01.08 18:23:52.890320 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3097 2025.01.08 18:23:52.891110 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3098 2025.01.08 18:23:52.893985 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106
3099 2025.01.08 18:23:55.424347 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3100 2025.01.08 18:23:55.424623 [ 284 ] {041bb253-d2fe-45c0-913b-12b64dba18a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3101 2025.01.08 18:23:55.424693 [ 284 ] {041bb253-d2fe-45c0-913b-12b64dba18a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3102 2025.01.08 18:23:55.425441 [ 284 ] {041bb253-d2fe-45c0-913b-12b64dba18a3} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3103 2025.01.08 18:23:55.425487 [ 284 ] {041bb253-d2fe-45c0-913b-12b64dba18a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
3104 2025.01.08 18:23:55.425922 [ 284 ] {041bb253-d2fe-45c0-913b-12b64dba18a3} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3105 2025.01.08 18:23:55.426174 [ 284 ] {041bb253-d2fe-45c0-913b-12b64dba18a3} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3106 2025.01.08 18:23:55.426403 [ 284 ] {041bb253-d2fe-45c0-913b-12b64dba18a3} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001838 sec., 14145.810663764962 rows/sec., 1.07 MiB/sec.
3107 2025.01.08 18:23:55.426463 [ 284 ] {041bb253-d2fe-45c0-913b-12b64dba18a3} <Debug> TCPHandler: Processed in 0.00231256 sec.
3108 2025.01.08 18:23:55.426727 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3109 2025.01.08 18:23:55.426933 [ 290 ] {424832a5-1a98-42fc-86d6-f6d6f33d4648} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3110 2025.01.08 18:23:55.427009 [ 290 ] {424832a5-1a98-42fc-86d6-f6d6f33d4648} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3111 2025.01.08 18:23:55.427760 [ 290 ] {424832a5-1a98-42fc-86d6-f6d6f33d4648} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3112 2025.01.08 18:23:55.427811 [ 290 ] {424832a5-1a98-42fc-86d6-f6d6f33d4648} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
3113 2025.01.08 18:23:55.428259 [ 290 ] {424832a5-1a98-42fc-86d6-f6d6f33d4648} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3114 2025.01.08 18:23:55.428519 [ 290 ] {424832a5-1a98-42fc-86d6-f6d6f33d4648} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3115 2025.01.08 18:23:55.428769 [ 290 ] {424832a5-1a98-42fc-86d6-f6d6f33d4648} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.00189 sec., 14814.814814814816 rows/sec., 1.16 MiB/sec.
3116 2025.01.08 18:23:55.428835 [ 290 ] {424832a5-1a98-42fc-86d6-f6d6f33d4648} <Debug> TCPHandler: Processed in 0.002246908 sec.
3117 2025.01.08 18:23:55.428993 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3118 2025.01.08 18:23:55.429116 [ 284 ] {e06bae62-fa47-43ec-a7f1-7fc402bbbadc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3119 2025.01.08 18:23:55.429171 [ 284 ] {e06bae62-fa47-43ec-a7f1-7fc402bbbadc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3120 2025.01.08 18:23:55.429747 [ 284 ] {e06bae62-fa47-43ec-a7f1-7fc402bbbadc} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3121 2025.01.08 18:23:55.429787 [ 284 ] {e06bae62-fa47-43ec-a7f1-7fc402bbbadc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
3122 2025.01.08 18:23:55.430184 [ 284 ] {e06bae62-fa47-43ec-a7f1-7fc402bbbadc} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3123 2025.01.08 18:23:55.430426 [ 284 ] {e06bae62-fa47-43ec-a7f1-7fc402bbbadc} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3124 2025.01.08 18:23:55.430656 [ 284 ] {e06bae62-fa47-43ec-a7f1-7fc402bbbadc} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001565 sec., 63897.76357827476 rows/sec., 4.43 MiB/sec.
3125 2025.01.08 18:23:55.430772 [ 284 ] {e06bae62-fa47-43ec-a7f1-7fc402bbbadc} <Debug> TCPHandler: Processed in 0.001834378 sec.
3126 2025.01.08 18:23:55.430963 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3127 2025.01.08 18:23:55.431109 [ 290 ] {4a67243b-6daa-4fe1-8486-76a5f26e4b51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3128 2025.01.08 18:23:55.431175 [ 290 ] {4a67243b-6daa-4fe1-8486-76a5f26e4b51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3129 2025.01.08 18:23:55.431734 [ 290 ] {4a67243b-6daa-4fe1-8486-76a5f26e4b51} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3130 2025.01.08 18:23:55.431775 [ 290 ] {4a67243b-6daa-4fe1-8486-76a5f26e4b51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
3131 2025.01.08 18:23:55.432198 [ 290 ] {4a67243b-6daa-4fe1-8486-76a5f26e4b51} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3132 2025.01.08 18:23:55.432448 [ 290 ] {4a67243b-6daa-4fe1-8486-76a5f26e4b51} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3133 2025.01.08 18:23:55.432688 [ 290 ] {4a67243b-6daa-4fe1-8486-76a5f26e4b51} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001613 sec., 18598.884066955983 rows/sec., 1.27 MiB/sec.
3134 2025.01.08 18:23:55.432805 [ 290 ] {4a67243b-6daa-4fe1-8486-76a5f26e4b51} <Debug> TCPHandler: Processed in 0.00191138 sec.
3135 2025.01.08 18:23:55.736100 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3136 2025.01.08 18:23:55.736360 [ 284 ] {5eb5c244-5264-4e81-856b-6f5343c544e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3137 2025.01.08 18:23:55.736459 [ 284 ] {5eb5c244-5264-4e81-856b-6f5343c544e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3138 2025.01.08 18:23:55.737205 [ 284 ] {5eb5c244-5264-4e81-856b-6f5343c544e4} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3139 2025.01.08 18:23:55.737251 [ 284 ] {5eb5c244-5264-4e81-856b-6f5343c544e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
3140 2025.01.08 18:23:55.737642 [ 284 ] {5eb5c244-5264-4e81-856b-6f5343c544e4} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3141 2025.01.08 18:23:55.737890 [ 284 ] {5eb5c244-5264-4e81-856b-6f5343c544e4} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3142 2025.01.08 18:23:55.738068 [ 88 ] {} <Debug> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
3143 2025.01.08 18:23:55.738129 [ 284 ] {5eb5c244-5264-4e81-856b-6f5343c544e4} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001837 sec., 7621.121393576483 rows/sec., 548.62 KiB/sec.
3144 2025.01.08 18:23:55.738158 [ 88 ] {} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3145 2025.01.08 18:23:55.738219 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
3146 2025.01.08 18:23:55.738251 [ 284 ] {5eb5c244-5264-4e81-856b-6f5343c544e4} <Debug> TCPHandler: Processed in 0.00229062 sec.
3147 2025.01.08 18:23:55.738431 [ 198 ] {3fec6173-3e69-4314-b82a-beabd4844532::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
3148 2025.01.08 18:23:55.738505 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3149 2025.01.08 18:23:55.738722 [ 198 ] {3fec6173-3e69-4314-b82a-beabd4844532::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3150 2025.01.08 18:23:55.738766 [ 290 ] {2704a81a-248b-41c6-bc65-76a40cec16f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
3151 2025.01.08 18:23:55.738809 [ 198 ] {3fec6173-3e69-4314-b82a-beabd4844532::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
3152 2025.01.08 18:23:55.738866 [ 290 ] {2704a81a-248b-41c6-bc65-76a40cec16f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
3153 2025.01.08 18:23:55.739136 [ 198 ] {3fec6173-3e69-4314-b82a-beabd4844532::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
3154 2025.01.08 18:23:55.739530 [ 198 ] {3fec6173-3e69-4314-b82a-beabd4844532::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
3155 2025.01.08 18:23:55.739852 [ 198 ] {3fec6173-3e69-4314-b82a-beabd4844532::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
3156 2025.01.08 18:23:55.740158 [ 198 ] {3fec6173-3e69-4314-b82a-beabd4844532::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
3157 2025.01.08 18:23:55.741671 [ 290 ] {2704a81a-248b-41c6-bc65-76a40cec16f8} <Trace> oximeter.fields_ipaddr (a146431f-2326-4c8f-a3c3-fb5a4b690f62): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3158 2025.01.08 18:23:55.741742 [ 290 ] {2704a81a-248b-41c6-bc65-76a40cec16f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
3159 2025.01.08 18:23:55.742902 [ 290 ] {2704a81a-248b-41c6-bc65-76a40cec16f8} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
3160 2025.01.08 18:23:55.742986 [ 188 ] {3fec6173-3e69-4314-b82a-beabd4844532::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004651341 sec., 15049.423381343144 rows/sec., 1.12 MiB/sec.
3161 2025.01.08 18:23:55.743220 [ 188 ] {3fec6173-3e69-4314-b82a-beabd4844532::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
3162 2025.01.08 18:23:55.743398 [ 290 ] {2704a81a-248b-41c6-bc65-76a40cec16f8} <Trace> oximeter.fields_ipaddr (a146431f-2326-4c8f-a3c3-fb5a4b690f62): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3163 2025.01.08 18:23:55.743933 [ 290 ] {2704a81a-248b-41c6-bc65-76a40cec16f8} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.005218 sec., 383.28861632809503 rows/sec., 31.25 KiB/sec.
3164 2025.01.08 18:23:55.744014 [ 186 ] {3fec6173-3e69-4314-b82a-beabd4844532::all_1_9_2} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3165 2025.01.08 18:23:55.744139 [ 290 ] {2704a81a-248b-41c6-bc65-76a40cec16f8} <Debug> TCPHandler: Processed in 0.00574367 sec.
3166 2025.01.08 18:23:55.744261 [ 186 ] {3fec6173-3e69-4314-b82a-beabd4844532::all_1_9_2} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
3167 2025.01.08 18:23:55.744350 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3168 2025.01.08 18:23:55.744418 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
3169 2025.01.08 18:23:55.744507 [ 284 ] {6dce4c63-56f9-4b0f-9abf-e965f1b3bca8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3170 2025.01.08 18:23:55.744561 [ 284 ] {6dce4c63-56f9-4b0f-9abf-e965f1b3bca8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3171 2025.01.08 18:23:55.745867 [ 284 ] {6dce4c63-56f9-4b0f-9abf-e965f1b3bca8} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3172 2025.01.08 18:23:55.745907 [ 284 ] {6dce4c63-56f9-4b0f-9abf-e965f1b3bca8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
3173 2025.01.08 18:23:55.746400 [ 284 ] {6dce4c63-56f9-4b0f-9abf-e965f1b3bca8} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3174 2025.01.08 18:23:55.746644 [ 284 ] {6dce4c63-56f9-4b0f-9abf-e965f1b3bca8} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3175 2025.01.08 18:23:55.746825 [ 88 ] {} <Debug> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3176 2025.01.08 18:23:55.746896 [ 88 ] {} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3177 2025.01.08 18:23:55.746896 [ 284 ] {6dce4c63-56f9-4b0f-9abf-e965f1b3bca8} <Debug> executeQuery: Read 1392 rows, 119.65 KiB in 0.002403 sec., 579275.9051186017 rows/sec., 48.62 MiB/sec.
3178 2025.01.08 18:23:55.746936 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
3179 2025.01.08 18:23:55.747060 [ 284 ] {6dce4c63-56f9-4b0f-9abf-e965f1b3bca8} <Debug> TCPHandler: Processed in 0.002805603 sec.
3180 2025.01.08 18:23:55.747183 [ 188 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::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
3181 2025.01.08 18:23:55.747279 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3182 2025.01.08 18:23:55.747378 [ 188 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3183 2025.01.08 18:23:55.747468 [ 188 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1387 rows starting from the beginning of the part
3184 2025.01.08 18:23:55.747538 [ 290 ] {677a65de-a8f0-43ff-ac56-042cac1606a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3185 2025.01.08 18:23:55.747719 [ 188 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 251 rows starting from the beginning of the part
3186 2025.01.08 18:23:55.747720 [ 290 ] {677a65de-a8f0-43ff-ac56-042cac1606a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3187 2025.01.08 18:23:55.748046 [ 188 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 26 rows starting from the beginning of the part
3188 2025.01.08 18:23:55.748452 [ 188 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 251 rows starting from the beginning of the part
3189 2025.01.08 18:23:55.748781 [ 188 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 26 rows starting from the beginning of the part
3190 2025.01.08 18:23:55.749174 [ 188 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1392 rows starting from the beginning of the part
3191 2025.01.08 18:23:55.750727 [ 290 ] {677a65de-a8f0-43ff-ac56-042cac1606a8} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3192 2025.01.08 18:23:55.750795 [ 290 ] {677a65de-a8f0-43ff-ac56-042cac1606a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
3193 2025.01.08 18:23:55.751974 [ 290 ] {677a65de-a8f0-43ff-ac56-042cac1606a8} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3194 2025.01.08 18:23:55.752371 [ 290 ] {677a65de-a8f0-43ff-ac56-042cac1606a8} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3195 2025.01.08 18:23:55.752844 [ 290 ] {677a65de-a8f0-43ff-ac56-042cac1606a8} <Debug> executeQuery: Read 48 rows, 3.53 KiB in 0.005268 sec., 9111.617312072893 rows/sec., 669.76 KiB/sec.
3196 2025.01.08 18:23:55.753339 [ 290 ] {677a65de-a8f0-43ff-ac56-042cac1606a8} <Debug> TCPHandler: Processed in 0.006146711 sec.
3197 2025.01.08 18:23:55.753480 [ 188 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3333 rows, containing 5 columns (5 merged, 0 gathered) in 0.006420738 sec., 519099.2063529146 rows/sec., 45.90 MiB/sec.
3198 2025.01.08 18:23:55.753566 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3199 2025.01.08 18:23:55.753769 [ 186 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3200 2025.01.08 18:23:55.753856 [ 284 ] {a22b7ba1-59ae-4c42-a583-be606cddbb84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3201 2025.01.08 18:23:55.753977 [ 284 ] {a22b7ba1-59ae-4c42-a583-be606cddbb84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3202 2025.01.08 18:23:55.754393 [ 186 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_21_4} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3203 2025.01.08 18:23:55.754624 [ 186 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_21_4} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3204 2025.01.08 18:23:55.754847 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB.
3205 2025.01.08 18:23:55.755350 [ 284 ] {a22b7ba1-59ae-4c42-a583-be606cddbb84} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3206 2025.01.08 18:23:55.755396 [ 284 ] {a22b7ba1-59ae-4c42-a583-be606cddbb84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
3207 2025.01.08 18:23:55.755782 [ 284 ] {a22b7ba1-59ae-4c42-a583-be606cddbb84} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3208 2025.01.08 18:23:55.756022 [ 284 ] {a22b7ba1-59ae-4c42-a583-be606cddbb84} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3209 2025.01.08 18:23:55.756236 [ 284 ] {a22b7ba1-59ae-4c42-a583-be606cddbb84} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002481 sec., 97541.31398629585 rows/sec., 6.61 MiB/sec.
3210 2025.01.08 18:23:55.756293 [ 284 ] {a22b7ba1-59ae-4c42-a583-be606cddbb84} <Debug> TCPHandler: Processed in 0.002806793 sec.
3211 2025.01.08 18:23:55.756446 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3212 2025.01.08 18:23:55.756569 [ 290 ] {5277a9a5-af24-4724-a588-29e652df9048} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3213 2025.01.08 18:23:55.756627 [ 290 ] {5277a9a5-af24-4724-a588-29e652df9048} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3214 2025.01.08 18:23:55.757331 [ 290 ] {5277a9a5-af24-4724-a588-29e652df9048} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3215 2025.01.08 18:23:55.757380 [ 290 ] {5277a9a5-af24-4724-a588-29e652df9048} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
3216 2025.01.08 18:23:55.757783 [ 290 ] {5277a9a5-af24-4724-a588-29e652df9048} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3217 2025.01.08 18:23:55.758066 [ 290 ] {5277a9a5-af24-4724-a588-29e652df9048} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3218 2025.01.08 18:23:55.758237 [ 86 ] {} <Debug> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
3219 2025.01.08 18:23:55.758299 [ 86 ] {} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3220 2025.01.08 18:23:55.758308 [ 290 ] {5277a9a5-af24-4724-a588-29e652df9048} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00176 sec., 7386.363636363636 rows/sec., 460.54 KiB/sec.
3221 2025.01.08 18:23:55.758336 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
3222 2025.01.08 18:23:55.758473 [ 290 ] {5277a9a5-af24-4724-a588-29e652df9048} <Debug> TCPHandler: Processed in 0.002085644 sec.
3223 2025.01.08 18:23:55.758548 [ 193 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::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
3224 2025.01.08 18:23:55.758700 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3225 2025.01.08 18:23:55.758723 [ 193 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3226 2025.01.08 18:23:55.758790 [ 193 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::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
3227 2025.01.08 18:23:55.758971 [ 284 ] {97c30fb3-6344-4883-acb5-38e73428986c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3228 2025.01.08 18:23:55.759101 [ 193 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::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
3229 2025.01.08 18:23:55.759128 [ 284 ] {97c30fb3-6344-4883-acb5-38e73428986c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3230 2025.01.08 18:23:55.759616 [ 193 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::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
3231 2025.01.08 18:23:55.759995 [ 193 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::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
3232 2025.01.08 18:23:55.760356 [ 193 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::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
3233 2025.01.08 18:23:55.762214 [ 284 ] {97c30fb3-6344-4883-acb5-38e73428986c} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3234 2025.01.08 18:23:55.762316 [ 284 ] {97c30fb3-6344-4883-acb5-38e73428986c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
3235 2025.01.08 18:23:55.762459 [ 186 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003995464 sec., 16268.448420508857 rows/sec., 1.05 MiB/sec.
3236 2025.01.08 18:23:55.762676 [ 186 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
3237 2025.01.08 18:23:55.763206 [ 284 ] {97c30fb3-6344-4883-acb5-38e73428986c} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3238 2025.01.08 18:23:55.763221 [ 186 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::all_1_9_2} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3239 2025.01.08 18:23:55.763362 [ 186 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::all_1_9_2} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
3240 2025.01.08 18:23:55.763507 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
3241 2025.01.08 18:23:55.763634 [ 284 ] {97c30fb3-6344-4883-acb5-38e73428986c} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3242 2025.01.08 18:23:55.763824 [ 86 ] {} <Debug> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3243 2025.01.08 18:23:55.763885 [ 86 ] {} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3244 2025.01.08 18:23:55.763908 [ 284 ] {97c30fb3-6344-4883-acb5-38e73428986c} <Debug> executeQuery: Read 843 rows, 62.38 KiB in 0.005041 sec., 167228.72445943265 rows/sec., 12.08 MiB/sec.
3245 2025.01.08 18:23:55.763924 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
3246 2025.01.08 18:23:55.764123 [ 284 ] {97c30fb3-6344-4883-acb5-38e73428986c} <Debug> TCPHandler: Processed in 0.005512094 sec.
3247 2025.01.08 18:23:55.764173 [ 186 ] {fa7e1080-106a-46d6-b087-687f1bf68453::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
3248 2025.01.08 18:23:55.764322 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3249 2025.01.08 18:23:55.764343 [ 186 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3250 2025.01.08 18:23:55.764400 [ 186 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 858 rows starting from the beginning of the part
3251 2025.01.08 18:23:55.764612 [ 290 ] {f9374c50-494c-4207-ba98-d18dd53c66c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
3252 2025.01.08 18:23:55.764655 [ 186 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 391 rows starting from the beginning of the part
3253 2025.01.08 18:23:55.764783 [ 290 ] {f9374c50-494c-4207-ba98-d18dd53c66c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3254 2025.01.08 18:23:55.764985 [ 186 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 28 rows starting from the beginning of the part
3255 2025.01.08 18:23:55.765373 [ 186 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 385 rows starting from the beginning of the part
3256 2025.01.08 18:23:55.765772 [ 186 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 28 rows starting from the beginning of the part
3257 2025.01.08 18:23:55.766135 [ 186 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 843 rows starting from the beginning of the part
3258 2025.01.08 18:23:55.767154 [ 290 ] {f9374c50-494c-4207-ba98-d18dd53c66c6} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3259 2025.01.08 18:23:55.767216 [ 290 ] {f9374c50-494c-4207-ba98-d18dd53c66c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
3260 2025.01.08 18:23:55.768189 [ 290 ] {f9374c50-494c-4207-ba98-d18dd53c66c6} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3261 2025.01.08 18:23:55.768602 [ 290 ] {f9374c50-494c-4207-ba98-d18dd53c66c6} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3262 2025.01.08 18:23:55.768958 [ 290 ] {f9374c50-494c-4207-ba98-d18dd53c66c6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004504 sec., 1332.1492007104796 rows/sec., 69.60 KiB/sec.
3263 2025.01.08 18:23:55.769107 [ 290 ] {f9374c50-494c-4207-ba98-d18dd53c66c6} <Debug> TCPHandler: Processed in 0.004856097 sec.
3264 2025.01.08 18:23:55.769367 [ 200 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2533 rows, containing 5 columns (5 merged, 0 gathered) in 0.005318668 sec., 476247.060354209 rows/sec., 36.11 MiB/sec.
3265 2025.01.08 18:23:55.769424 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3266 2025.01.08 18:23:55.769624 [ 284 ] {6e26c766-5a39-4bd0-9b33-c3181f436ff3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3267 2025.01.08 18:23:55.769678 [ 195 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3268 2025.01.08 18:23:55.769684 [ 284 ] {6e26c766-5a39-4bd0-9b33-c3181f436ff3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3269 2025.01.08 18:23:55.770146 [ 195 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_21_4} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3270 2025.01.08 18:23:55.770244 [ 195 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_21_4} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3271 2025.01.08 18:23:55.770366 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB.
3272 2025.01.08 18:23:55.770674 [ 284 ] {6e26c766-5a39-4bd0-9b33-c3181f436ff3} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3273 2025.01.08 18:23:55.770713 [ 284 ] {6e26c766-5a39-4bd0-9b33-c3181f436ff3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
3274 2025.01.08 18:23:55.771175 [ 284 ] {6e26c766-5a39-4bd0-9b33-c3181f436ff3} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3275 2025.01.08 18:23:55.771419 [ 284 ] {6e26c766-5a39-4bd0-9b33-c3181f436ff3} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3276 2025.01.08 18:23:55.771585 [ 86 ] {} <Debug> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3277 2025.01.08 18:23:55.771646 [ 86 ] {} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3278 2025.01.08 18:23:55.771683 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
3279 2025.01.08 18:23:55.771679 [ 284 ] {6e26c766-5a39-4bd0-9b33-c3181f436ff3} <Debug> executeQuery: Read 944 rows, 64.18 KiB in 0.002076 sec., 454720.61657032755 rows/sec., 30.19 MiB/sec.
3280 2025.01.08 18:23:55.771941 [ 284 ] {6e26c766-5a39-4bd0-9b33-c3181f436ff3} <Debug> TCPHandler: Processed in 0.002705491 sec.
3281 2025.01.08 18:23:55.771977 [ 201 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::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
3282 2025.01.08 18:23:55.772125 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3283 2025.01.08 18:23:55.772128 [ 201 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3284 2025.01.08 18:23:55.772179 [ 201 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 4768 rows starting from the beginning of the part
3285 2025.01.08 18:23:55.772378 [ 290 ] {bd89f5ed-9f1e-465f-af2b-b02837334915} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
3286 2025.01.08 18:23:55.772383 [ 201 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 177 rows starting from the beginning of the part
3287 2025.01.08 18:23:55.772542 [ 290 ] {bd89f5ed-9f1e-465f-af2b-b02837334915} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3288 2025.01.08 18:23:55.772731 [ 201 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 100 rows starting from the beginning of the part
3289 2025.01.08 18:23:55.772957 [ 201 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 177 rows starting from the beginning of the part
3290 2025.01.08 18:23:55.773166 [ 201 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 100 rows starting from the beginning of the part
3291 2025.01.08 18:23:55.773368 [ 201 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 944 rows starting from the beginning of the part
3292 2025.01.08 18:23:55.773885 [ 290 ] {bd89f5ed-9f1e-465f-af2b-b02837334915} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3293 2025.01.08 18:23:55.773930 [ 290 ] {bd89f5ed-9f1e-465f-af2b-b02837334915} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
3294 2025.01.08 18:23:55.774452 [ 290 ] {bd89f5ed-9f1e-465f-af2b-b02837334915} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3295 2025.01.08 18:23:55.774809 [ 290 ] {bd89f5ed-9f1e-465f-af2b-b02837334915} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3296 2025.01.08 18:23:55.775063 [ 290 ] {bd89f5ed-9f1e-465f-af2b-b02837334915} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002812 sec., 355.6187766714083 rows/sec., 23.96 KiB/sec.
3297 2025.01.08 18:23:55.775120 [ 290 ] {bd89f5ed-9f1e-465f-af2b-b02837334915} <Debug> TCPHandler: Processed in 0.00306829 sec.
3298 2025.01.08 18:23:55.775285 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3299 2025.01.08 18:23:55.775469 [ 284 ] {597c969d-0718-4578-8068-e38398d8ca3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3300 2025.01.08 18:23:55.775564 [ 284 ] {597c969d-0718-4578-8068-e38398d8ca3b} <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
3301 2025.01.08 18:23:55.777080 [ 200 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6266 rows, containing 5 columns (5 merged, 0 gathered) in 0.005266958 sec., 1189681.0265052426 rows/sec., 79.62 MiB/sec.
3302 2025.01.08 18:23:55.777353 [ 284 ] {597c969d-0718-4578-8068-e38398d8ca3b} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3303 2025.01.08 18:23:55.777399 [ 284 ] {597c969d-0718-4578-8068-e38398d8ca3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
3304 2025.01.08 18:23:55.777683 [ 200 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3305 2025.01.08 18:23:55.778428 [ 200 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3306 2025.01.08 18:23:55.778648 [ 200 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3307 2025.01.08 18:23:55.778822 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.37 MiB.
3308 2025.01.08 18:23:55.778908 [ 284 ] {597c969d-0718-4578-8068-e38398d8ca3b} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3309 2025.01.08 18:23:55.779192 [ 284 ] {597c969d-0718-4578-8068-e38398d8ca3b} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3310 2025.01.08 18:23:55.779446 [ 284 ] {597c969d-0718-4578-8068-e38398d8ca3b} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.004051 sec., 9627.252530239448 rows/sec., 17.25 MiB/sec.
3311 2025.01.08 18:23:55.779572 [ 284 ] {597c969d-0718-4578-8068-e38398d8ca3b} <Debug> TCPHandler: Processed in 0.004371094 sec.
3312 2025.01.08 18:23:55.779719 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3313 2025.01.08 18:23:55.779837 [ 290 ] {34bd3a69-57a6-4f6e-a2e7-3c7f7e20137d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3314 2025.01.08 18:23:55.779888 [ 290 ] {34bd3a69-57a6-4f6e-a2e7-3c7f7e20137d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3315 2025.01.08 18:23:55.780376 [ 290 ] {34bd3a69-57a6-4f6e-a2e7-3c7f7e20137d} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3316 2025.01.08 18:23:55.780413 [ 290 ] {34bd3a69-57a6-4f6e-a2e7-3c7f7e20137d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
3317 2025.01.08 18:23:55.780789 [ 290 ] {34bd3a69-57a6-4f6e-a2e7-3c7f7e20137d} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3318 2025.01.08 18:23:55.781028 [ 290 ] {34bd3a69-57a6-4f6e-a2e7-3c7f7e20137d} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3319 2025.01.08 18:23:55.781157 [ 85 ] {} <Debug> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3320 2025.01.08 18:23:55.781199 [ 85 ] {} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3321 2025.01.08 18:23:55.781222 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
3322 2025.01.08 18:23:55.781226 [ 290 ] {34bd3a69-57a6-4f6e-a2e7-3c7f7e20137d} <Debug> executeQuery: Read 28 rows, 1.61 KiB in 0.001412 sec., 19830.028328611897 rows/sec., 1.12 MiB/sec.
3323 2025.01.08 18:23:55.781378 [ 290 ] {34bd3a69-57a6-4f6e-a2e7-3c7f7e20137d} <Debug> TCPHandler: Processed in 0.001711144 sec.
3324 2025.01.08 18:23:55.781467 [ 196 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full
3325 2025.01.08 18:23:55.781588 [ 196 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3326 2025.01.08 18:23:55.781617 [ 196 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 546 rows starting from the beginning of the part
3327 2025.01.08 18:23:55.781698 [ 196 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::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
3328 2025.01.08 18:23:55.781866 [ 196 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::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
3329 2025.01.08 18:23:55.782022 [ 196 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 52 rows starting from the beginning of the part
3330 2025.01.08 18:23:55.782143 [ 196 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 30 rows starting from the beginning of the part
3331 2025.01.08 18:23:55.782288 [ 196 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 28 rows starting from the beginning of the part
3332 2025.01.08 18:23:55.783367 [ 196 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 738 rows, containing 4 columns (4 merged, 0 gathered) in 0.002045683 sec., 360759.70714915264 rows/sec., 23.21 MiB/sec.
3333 2025.01.08 18:23:55.783566 [ 189 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3334 2025.01.08 18:23:55.783957 [ 189 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_21_4} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3335 2025.01.08 18:23:55.784050 [ 189 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_21_4} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3336 2025.01.08 18:23:55.784147 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB.
3337 2025.01.08 18:23:56.000167 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 176.75 MiB, peak 180.89 MiB, free memory in arenas 0.00 B, will set to 175.57 MiB (RSS), difference: -1.18 MiB
3338 2025.01.08 18:23:57.481866 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 476
3339 2025.01.08 18:23:57.485337 [ 242 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3340 2025.01.08 18:23:57.485392 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
3341 2025.01.08 18:23:57.486923 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3342 2025.01.08 18:23:57.487269 [ 242 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3343 2025.01.08 18:23:57.487901 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 476
3344 2025.01.08 18:23:59.961893 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6893
3345 2025.01.08 18:23:59.962635 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3346 2025.01.08 18:23:59.962682 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
3347 2025.01.08 18:23:59.963246 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3348 2025.01.08 18:23:59.963517 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3349 2025.01.08 18:23:59.963816 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6893
3350 2025.01.08 18:24:00.395030 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113
3351 2025.01.08 18:24:00.418337 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3352 2025.01.08 18:24:00.418405 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
3353 2025.01.08 18:24:00.424009 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3354 2025.01.08 18:24:00.424239 [ 284 ] {58ae66f8-0147-4742-86dc-c6ba4a8cfea6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3355 2025.01.08 18:24:00.424410 [ 284 ] {58ae66f8-0147-4742-86dc-c6ba4a8cfea6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3356 2025.01.08 18:24:00.427272 [ 284 ] {58ae66f8-0147-4742-86dc-c6ba4a8cfea6} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3357 2025.01.08 18:24:00.427356 [ 284 ] {58ae66f8-0147-4742-86dc-c6ba4a8cfea6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
3358 2025.01.08 18:24:00.428675 [ 284 ] {58ae66f8-0147-4742-86dc-c6ba4a8cfea6} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3359 2025.01.08 18:24:00.429265 [ 284 ] {58ae66f8-0147-4742-86dc-c6ba4a8cfea6} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3360 2025.01.08 18:24:00.429818 [ 284 ] {58ae66f8-0147-4742-86dc-c6ba4a8cfea6} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.005642 sec., 4608.294930875576 rows/sec., 355.70 KiB/sec.
3361 2025.01.08 18:24:00.430018 [ 284 ] {58ae66f8-0147-4742-86dc-c6ba4a8cfea6} <Debug> TCPHandler: Processed in 0.006147461 sec.
3362 2025.01.08 18:24:00.430456 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3363 2025.01.08 18:24:00.430712 [ 290 ] {4df7f95d-9ad7-4e30-b35e-4ee32fae58ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3364 2025.01.08 18:24:00.430789 [ 290 ] {4df7f95d-9ad7-4e30-b35e-4ee32fae58ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3365 2025.01.08 18:24:00.431081 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3366 2025.01.08 18:24:00.432966 [ 290 ] {4df7f95d-9ad7-4e30-b35e-4ee32fae58ea} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3367 2025.01.08 18:24:00.433082 [ 290 ] {4df7f95d-9ad7-4e30-b35e-4ee32fae58ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
3368 2025.01.08 18:24:00.434414 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3369 2025.01.08 18:24:00.434497 [ 290 ] {4df7f95d-9ad7-4e30-b35e-4ee32fae58ea} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3370 2025.01.08 18:24:00.435137 [ 290 ] {4df7f95d-9ad7-4e30-b35e-4ee32fae58ea} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3371 2025.01.08 18:24:00.435874 [ 290 ] {4df7f95d-9ad7-4e30-b35e-4ee32fae58ea} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.005187 sec., 5398.110661268556 rows/sec., 431.14 KiB/sec.
3372 2025.01.08 18:24:00.436173 [ 290 ] {4df7f95d-9ad7-4e30-b35e-4ee32fae58ea} <Debug> TCPHandler: Processed in 0.006000137 sec.
3373 2025.01.08 18:24:00.436461 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3374 2025.01.08 18:24:00.436842 [ 284 ] {f85ced80-fe9b-40a9-a15a-738ab8760633} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3375 2025.01.08 18:24:00.437003 [ 284 ] {f85ced80-fe9b-40a9-a15a-738ab8760633} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3376 2025.01.08 18:24:00.439803 [ 284 ] {f85ced80-fe9b-40a9-a15a-738ab8760633} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3377 2025.01.08 18:24:00.439887 [ 284 ] {f85ced80-fe9b-40a9-a15a-738ab8760633} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
3378 2025.01.08 18:24:00.441961 [ 284 ] {f85ced80-fe9b-40a9-a15a-738ab8760633} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3379 2025.01.08 18:24:00.442763 [ 284 ] {f85ced80-fe9b-40a9-a15a-738ab8760633} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3380 2025.01.08 18:24:00.443496 [ 284 ] {f85ced80-fe9b-40a9-a15a-738ab8760633} <Debug> executeQuery: Read 80 rows, 5.68 KiB in 0.006765 sec., 11825.572801182558 rows/sec., 839.57 KiB/sec.
3381 2025.01.08 18:24:00.443842 [ 284 ] {f85ced80-fe9b-40a9-a15a-738ab8760633} <Debug> TCPHandler: Processed in 0.007532836 sec.
3382 2025.01.08 18:24:00.444191 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3383 2025.01.08 18:24:00.444542 [ 290 ] {effc02c2-5aab-4758-91d4-9719df671e2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3384 2025.01.08 18:24:00.444749 [ 290 ] {effc02c2-5aab-4758-91d4-9719df671e2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3385 2025.01.08 18:24:00.446999 [ 290 ] {effc02c2-5aab-4758-91d4-9719df671e2d} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3386 2025.01.08 18:24:00.447078 [ 290 ] {effc02c2-5aab-4758-91d4-9719df671e2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
3387 2025.01.08 18:24:00.448430 [ 290 ] {effc02c2-5aab-4758-91d4-9719df671e2d} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3388 2025.01.08 18:24:00.449178 [ 290 ] {effc02c2-5aab-4758-91d4-9719df671e2d} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3389 2025.01.08 18:24:00.449839 [ 290 ] {effc02c2-5aab-4758-91d4-9719df671e2d} <Debug> executeQuery: Read 24 rows, 1.68 KiB in 0.005403 sec., 4441.976679622432 rows/sec., 311.60 KiB/sec.
3390 2025.01.08 18:24:00.450181 [ 290 ] {effc02c2-5aab-4758-91d4-9719df671e2d} <Debug> TCPHandler: Processed in 0.006161741 sec.
3391 2025.01.08 18:24:00.451061 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 113
3392 2025.01.08 18:24:05.423884 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3393 2025.01.08 18:24:05.424214 [ 284 ] {5970a1c8-fb8b-433b-a394-663cb7e2299b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3394 2025.01.08 18:24:05.424330 [ 284 ] {5970a1c8-fb8b-433b-a394-663cb7e2299b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3395 2025.01.08 18:24:05.425325 [ 284 ] {5970a1c8-fb8b-433b-a394-663cb7e2299b} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3396 2025.01.08 18:24:05.425370 [ 284 ] {5970a1c8-fb8b-433b-a394-663cb7e2299b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
3397 2025.01.08 18:24:05.425839 [ 284 ] {5970a1c8-fb8b-433b-a394-663cb7e2299b} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3398 2025.01.08 18:24:05.426106 [ 284 ] {5970a1c8-fb8b-433b-a394-663cb7e2299b} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3399 2025.01.08 18:24:05.426386 [ 284 ] {5970a1c8-fb8b-433b-a394-663cb7e2299b} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.002243 sec., 11591.618368256797 rows/sec., 894.71 KiB/sec.
3400 2025.01.08 18:24:05.426468 [ 284 ] {5970a1c8-fb8b-433b-a394-663cb7e2299b} <Debug> TCPHandler: Processed in 0.002772363 sec.
3401 2025.01.08 18:24:05.426865 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3402 2025.01.08 18:24:05.427078 [ 290 ] {d898508e-27f4-4a36-b291-2d5d6cba337f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3403 2025.01.08 18:24:05.427146 [ 290 ] {d898508e-27f4-4a36-b291-2d5d6cba337f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3404 2025.01.08 18:24:05.427877 [ 290 ] {d898508e-27f4-4a36-b291-2d5d6cba337f} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3405 2025.01.08 18:24:05.427918 [ 290 ] {d898508e-27f4-4a36-b291-2d5d6cba337f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
3406 2025.01.08 18:24:05.428380 [ 290 ] {d898508e-27f4-4a36-b291-2d5d6cba337f} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3407 2025.01.08 18:24:05.428635 [ 290 ] {d898508e-27f4-4a36-b291-2d5d6cba337f} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3408 2025.01.08 18:24:05.428851 [ 290 ] {d898508e-27f4-4a36-b291-2d5d6cba337f} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001825 sec., 15342.465753424658 rows/sec., 1.20 MiB/sec.
3409 2025.01.08 18:24:05.428974 [ 290 ] {d898508e-27f4-4a36-b291-2d5d6cba337f} <Debug> TCPHandler: Processed in 0.002350031 sec.
3410 2025.01.08 18:24:05.429118 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3411 2025.01.08 18:24:05.429238 [ 284 ] {3509ee90-c11a-4552-86f7-d9a90bfa9226} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3412 2025.01.08 18:24:05.429290 [ 284 ] {3509ee90-c11a-4552-86f7-d9a90bfa9226} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3413 2025.01.08 18:24:05.429845 [ 284 ] {3509ee90-c11a-4552-86f7-d9a90bfa9226} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3414 2025.01.08 18:24:05.429886 [ 284 ] {3509ee90-c11a-4552-86f7-d9a90bfa9226} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
3415 2025.01.08 18:24:05.430289 [ 284 ] {3509ee90-c11a-4552-86f7-d9a90bfa9226} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3416 2025.01.08 18:24:05.430537 [ 284 ] {3509ee90-c11a-4552-86f7-d9a90bfa9226} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3417 2025.01.08 18:24:05.430761 [ 284 ] {3509ee90-c11a-4552-86f7-d9a90bfa9226} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001548 sec., 64599.48320413437 rows/sec., 4.48 MiB/sec.
3418 2025.01.08 18:24:05.430816 [ 284 ] {3509ee90-c11a-4552-86f7-d9a90bfa9226} <Debug> TCPHandler: Processed in 0.001753615 sec.
3419 2025.01.08 18:24:05.430963 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3420 2025.01.08 18:24:05.431082 [ 290 ] {5557c71d-5d1d-4ad0-b4a0-f1ad441b5c20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3421 2025.01.08 18:24:05.431135 [ 290 ] {5557c71d-5d1d-4ad0-b4a0-f1ad441b5c20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3422 2025.01.08 18:24:05.431610 [ 290 ] {5557c71d-5d1d-4ad0-b4a0-f1ad441b5c20} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3423 2025.01.08 18:24:05.431648 [ 290 ] {5557c71d-5d1d-4ad0-b4a0-f1ad441b5c20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
3424 2025.01.08 18:24:05.432032 [ 290 ] {5557c71d-5d1d-4ad0-b4a0-f1ad441b5c20} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3425 2025.01.08 18:24:05.432275 [ 290 ] {5557c71d-5d1d-4ad0-b4a0-f1ad441b5c20} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3426 2025.01.08 18:24:05.432484 [ 290 ] {5557c71d-5d1d-4ad0-b4a0-f1ad441b5c20} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001424 sec., 21067.41573033708 rows/sec., 1.44 MiB/sec.
3427 2025.01.08 18:24:05.432580 [ 290 ] {5557c71d-5d1d-4ad0-b4a0-f1ad441b5c20} <Debug> TCPHandler: Processed in 0.001671544 sec.
3428 2025.01.08 18:24:06.700948 [ 68 ] {} <Debug> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
3429 2025.01.08 18:24:06.701024 [ 68 ] {} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3430 2025.01.08 18:24:06.701047 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
3431 2025.01.08 18:24:06.701294 [ 187 ] {77d66527-af05-4b5f-abac-09fa426106cc::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
3432 2025.01.08 18:24:06.701471 [ 187 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3433 2025.01.08 18:24:06.701510 [ 187 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 5 rows starting from the beginning of the part
3434 2025.01.08 18:24:06.701608 [ 187 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part
3435 2025.01.08 18:24:06.701814 [ 187 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part
3436 2025.01.08 18:24:06.702053 [ 187 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part
3437 2025.01.08 18:24:06.702292 [ 187 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part
3438 2025.01.08 18:24:06.703622 [ 200 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9 rows, containing 4 columns (4 merged, 0 gathered) in 0.002480644 sec., 3628.0901249836734 rows/sec., 244.47 KiB/sec.
3439 2025.01.08 18:24:06.703841 [ 190 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
3440 2025.01.08 18:24:06.704326 [ 190 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_9_2} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3441 2025.01.08 18:24:06.704436 [ 190 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_9_2} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
3442 2025.01.08 18:24:06.704562 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB.
3443 2025.01.08 18:24:07.352522 [ 68 ] {} <Debug> DNSResolver: Updating DNS cache
3444 2025.01.08 18:24:07.352584 [ 68 ] {} <Debug> DNSResolver: Updated DNS cache
3445 2025.01.08 18:24:07.464948 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7381
3446 2025.01.08 18:24:07.465652 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3447 2025.01.08 18:24:07.465699 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
3448 2025.01.08 18:24:07.466284 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3449 2025.01.08 18:24:07.466546 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3450 2025.01.08 18:24:07.466762 [ 68 ] {} <Debug> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3451 2025.01.08 18:24:07.466792 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381
3452 2025.01.08 18:24:07.466837 [ 68 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3453 2025.01.08 18:24:07.466869 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
3454 2025.01.08 18:24:07.467007 [ 187 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::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
3455 2025.01.08 18:24:07.467132 [ 187 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3456 2025.01.08 18:24:07.467171 [ 187 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5063 rows starting from the beginning of the part
3457 2025.01.08 18:24:07.467249 [ 187 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 488 rows starting from the beginning of the part
3458 2025.01.08 18:24:07.467436 [ 187 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 427 rows starting from the beginning of the part
3459 2025.01.08 18:24:07.467778 [ 187 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 488 rows starting from the beginning of the part
3460 2025.01.08 18:24:07.468073 [ 187 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 427 rows starting from the beginning of the part
3461 2025.01.08 18:24:07.468295 [ 187 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 488 rows starting from the beginning of the part
3462 2025.01.08 18:24:07.470132 [ 191 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.003185593 sec., 2316994.041611719 rows/sec., 33.14 MiB/sec.
3463 2025.01.08 18:24:07.470993 [ 194 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3464 2025.01.08 18:24:07.471368 [ 194 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::all_1_16_3} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3465 2025.01.08 18:24:07.471459 [ 194 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::all_1_16_3} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3466 2025.01.08 18:24:07.471576 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB.
3467 2025.01.08 18:24:07.489137 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 492
3468 2025.01.08 18:24:07.491848 [ 242 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3469 2025.01.08 18:24:07.491892 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
3470 2025.01.08 18:24:07.493325 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3471 2025.01.08 18:24:07.493636 [ 242 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3472 2025.01.08 18:24:07.493834 [ 68 ] {} <Debug> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3473 2025.01.08 18:24:07.493948 [ 68 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3474 2025.01.08 18:24:07.494012 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
3475 2025.01.08 18:24:07.494413 [ 192 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::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
3476 2025.01.08 18:24:07.495213 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 492
3477 2025.01.08 18:24:07.495648 [ 192 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3478 2025.01.08 18:24:07.495826 [ 192 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 316 rows starting from the beginning of the part
3479 2025.01.08 18:24:07.496466 [ 192 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 58 rows starting from the beginning of the part
3480 2025.01.08 18:24:07.496964 [ 192 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 16 rows starting from the beginning of the part
3481 2025.01.08 18:24:07.497448 [ 192 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 32 rows starting from the beginning of the part
3482 2025.01.08 18:24:07.497936 [ 192 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 54 rows starting from the beginning of the part
3483 2025.01.08 18:24:07.498428 [ 192 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 16 rows starting from the beginning of the part
3484 2025.01.08 18:24:07.506570 [ 197 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 492 rows, containing 72 columns (72 merged, 0 gathered) in 0.012440235 sec., 39549.092119240515 rows/sec., 35.16 MiB/sec.
3485 2025.01.08 18:24:07.507644 [ 191 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3486 2025.01.08 18:24:07.508453 [ 191 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::all_1_11_2} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3487 2025.01.08 18:24:07.508551 [ 191 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::all_1_11_2} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3488 2025.01.08 18:24:07.508873 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.76 MiB.
3489 2025.01.08 18:24:07.952124 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121
3490 2025.01.08 18:24:07.973635 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3491 2025.01.08 18:24:07.973691 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
3492 2025.01.08 18:24:07.981364 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3493 2025.01.08 18:24:07.982159 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3494 2025.01.08 18:24:07.982442 [ 68 ] {} <Debug> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3495 2025.01.08 18:24:07.982506 [ 68 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3496 2025.01.08 18:24:07.982543 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
3497 2025.01.08 18:24:07.983058 [ 194 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::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
3498 2025.01.08 18:24:07.998282 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121
3499 2025.01.08 18:24:07.999744 [ 194 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3500 2025.01.08 18:24:08.003449 [ 194 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::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
3501 2025.01.08 18:24:08.003981 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.003257885 sec.
3502 2025.01.08 18:24:08.009902 [ 194 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::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
3503 2025.01.08 18:24:08.015628 [ 194 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::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
3504 2025.01.08 18:24:08.021432 [ 194 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::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
3505 2025.01.08 18:24:08.027102 [ 194 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 7 rows starting from the beginning of the part
3506 2025.01.08 18:24:08.031946 [ 194 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 8 rows starting from the beginning of the part
3507 2025.01.08 18:24:08.090350 [ 197 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.107663392 sec., 1123.8731917344755 rows/sec., 5.81 MiB/sec.
3508 2025.01.08 18:24:08.092941 [ 196 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3509 2025.01.08 18:24:08.095922 [ 196 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::all_1_16_3} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3510 2025.01.08 18:24:08.096030 [ 196 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::all_1_16_3} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3511 2025.01.08 18:24:08.098365 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB.
3512 2025.01.08 18:24:09.000169 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 178.47 MiB, peak 188.42 MiB, free memory in arenas 0.00 B, will set to 179.72 MiB (RSS), difference: 1.25 MiB
3513 2025.01.08 18:24:10.430064 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3514 2025.01.08 18:24:10.430257 [ 284 ] {d7761444-44ad-4f9d-b392-868869caddad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3515 2025.01.08 18:24:10.430331 [ 284 ] {d7761444-44ad-4f9d-b392-868869caddad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3516 2025.01.08 18:24:10.431091 [ 284 ] {d7761444-44ad-4f9d-b392-868869caddad} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3517 2025.01.08 18:24:10.431141 [ 284 ] {d7761444-44ad-4f9d-b392-868869caddad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
3518 2025.01.08 18:24:10.431584 [ 284 ] {d7761444-44ad-4f9d-b392-868869caddad} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3519 2025.01.08 18:24:10.431850 [ 284 ] {d7761444-44ad-4f9d-b392-868869caddad} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3520 2025.01.08 18:24:10.432111 [ 284 ] {d7761444-44ad-4f9d-b392-868869caddad} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001901 sec., 7364.544976328249 rows/sec., 530.15 KiB/sec.
3521 2025.01.08 18:24:10.432199 [ 284 ] {d7761444-44ad-4f9d-b392-868869caddad} <Debug> TCPHandler: Processed in 0.00227094 sec.
3522 2025.01.08 18:24:10.432478 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3523 2025.01.08 18:24:10.432694 [ 290 ] {10492fcb-5c35-45ed-b6e9-f868025e7ef9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3524 2025.01.08 18:24:10.432778 [ 290 ] {10492fcb-5c35-45ed-b6e9-f868025e7ef9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3525 2025.01.08 18:24:10.433666 [ 290 ] {10492fcb-5c35-45ed-b6e9-f868025e7ef9} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3526 2025.01.08 18:24:10.433710 [ 290 ] {10492fcb-5c35-45ed-b6e9-f868025e7ef9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
3527 2025.01.08 18:24:10.434195 [ 290 ] {10492fcb-5c35-45ed-b6e9-f868025e7ef9} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3528 2025.01.08 18:24:10.434467 [ 290 ] {10492fcb-5c35-45ed-b6e9-f868025e7ef9} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3529 2025.01.08 18:24:10.434680 [ 290 ] {10492fcb-5c35-45ed-b6e9-f868025e7ef9} <Debug> executeQuery: Read 251 rows, 23.01 KiB in 0.002045 sec., 122738.38630806847 rows/sec., 10.99 MiB/sec.
3530 2025.01.08 18:24:10.434815 [ 290 ] {10492fcb-5c35-45ed-b6e9-f868025e7ef9} <Debug> TCPHandler: Processed in 0.002479535 sec.
3531 2025.01.08 18:24:10.434977 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3532 2025.01.08 18:24:10.435101 [ 284 ] {a5857949-097f-4603-bdee-1733eb9ec7e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3533 2025.01.08 18:24:10.435155 [ 284 ] {a5857949-097f-4603-bdee-1733eb9ec7e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3534 2025.01.08 18:24:10.435792 [ 284 ] {a5857949-097f-4603-bdee-1733eb9ec7e6} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3535 2025.01.08 18:24:10.435833 [ 284 ] {a5857949-097f-4603-bdee-1733eb9ec7e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
3536 2025.01.08 18:24:10.436206 [ 284 ] {a5857949-097f-4603-bdee-1733eb9ec7e6} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3537 2025.01.08 18:24:10.436462 [ 284 ] {a5857949-097f-4603-bdee-1733eb9ec7e6} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3538 2025.01.08 18:24:10.436738 [ 284 ] {a5857949-097f-4603-bdee-1733eb9ec7e6} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001638 sec., 28083.028083028086 rows/sec., 2.02 MiB/sec.
3539 2025.01.08 18:24:10.436796 [ 284 ] {a5857949-097f-4603-bdee-1733eb9ec7e6} <Debug> TCPHandler: Processed in 0.001877029 sec.
3540 2025.01.08 18:24:10.436952 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3541 2025.01.08 18:24:10.437079 [ 290 ] {9c36eace-010b-4efc-96d3-9d04456408ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3542 2025.01.08 18:24:10.437132 [ 290 ] {9c36eace-010b-4efc-96d3-9d04456408ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3543 2025.01.08 18:24:10.437737 [ 290 ] {9c36eace-010b-4efc-96d3-9d04456408ef} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3544 2025.01.08 18:24:10.437776 [ 290 ] {9c36eace-010b-4efc-96d3-9d04456408ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
3545 2025.01.08 18:24:10.438158 [ 290 ] {9c36eace-010b-4efc-96d3-9d04456408ef} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3546 2025.01.08 18:24:10.438407 [ 290 ] {9c36eace-010b-4efc-96d3-9d04456408ef} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3547 2025.01.08 18:24:10.438613 [ 290 ] {9c36eace-010b-4efc-96d3-9d04456408ef} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00156 sec., 8974.358974358975 rows/sec., 628.51 KiB/sec.
3548 2025.01.08 18:24:10.438670 [ 290 ] {9c36eace-010b-4efc-96d3-9d04456408ef} <Debug> TCPHandler: Processed in 0.001775697 sec.
3549 2025.01.08 18:24:10.438841 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3550 2025.01.08 18:24:10.438959 [ 284 ] {55b684b5-1bf0-44ce-a72f-a2cfd68a1571} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3551 2025.01.08 18:24:10.439009 [ 284 ] {55b684b5-1bf0-44ce-a72f-a2cfd68a1571} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3552 2025.01.08 18:24:10.439598 [ 284 ] {55b684b5-1bf0-44ce-a72f-a2cfd68a1571} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3553 2025.01.08 18:24:10.439638 [ 284 ] {55b684b5-1bf0-44ce-a72f-a2cfd68a1571} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
3554 2025.01.08 18:24:10.440001 [ 284 ] {55b684b5-1bf0-44ce-a72f-a2cfd68a1571} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3555 2025.01.08 18:24:10.440248 [ 284 ] {55b684b5-1bf0-44ce-a72f-a2cfd68a1571} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3556 2025.01.08 18:24:10.440490 [ 284 ] {55b684b5-1bf0-44ce-a72f-a2cfd68a1571} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001549 sec., 8392.511297611361 rows/sec., 523.27 KiB/sec.
3557 2025.01.08 18:24:10.440562 [ 284 ] {55b684b5-1bf0-44ce-a72f-a2cfd68a1571} <Debug> TCPHandler: Processed in 0.001779746 sec.
3558 2025.01.08 18:24:10.440711 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3559 2025.01.08 18:24:10.440830 [ 290 ] {d30a5679-9331-4b26-8e8f-84b46fd5b140} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3560 2025.01.08 18:24:10.440880 [ 290 ] {d30a5679-9331-4b26-8e8f-84b46fd5b140} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3561 2025.01.08 18:24:10.441611 [ 290 ] {d30a5679-9331-4b26-8e8f-84b46fd5b140} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3562 2025.01.08 18:24:10.441650 [ 290 ] {d30a5679-9331-4b26-8e8f-84b46fd5b140} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
3563 2025.01.08 18:24:10.442049 [ 290 ] {d30a5679-9331-4b26-8e8f-84b46fd5b140} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3564 2025.01.08 18:24:10.442329 [ 290 ] {d30a5679-9331-4b26-8e8f-84b46fd5b140} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3565 2025.01.08 18:24:10.442511 [ 290 ] {d30a5679-9331-4b26-8e8f-84b46fd5b140} <Debug> executeQuery: Read 385 rows, 27.93 KiB in 0.001706 sec., 225674.0914419695 rows/sec., 15.99 MiB/sec.
3566 2025.01.08 18:24:10.442566 [ 290 ] {d30a5679-9331-4b26-8e8f-84b46fd5b140} <Debug> TCPHandler: Processed in 0.00191412 sec.
3567 2025.01.08 18:24:10.442720 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3568 2025.01.08 18:24:10.442837 [ 284 ] {d413cefc-cdc6-4249-af82-7d126da6c4a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
3569 2025.01.08 18:24:10.442889 [ 284 ] {d413cefc-cdc6-4249-af82-7d126da6c4a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3570 2025.01.08 18:24:10.443386 [ 284 ] {d413cefc-cdc6-4249-af82-7d126da6c4a1} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3571 2025.01.08 18:24:10.443425 [ 284 ] {d413cefc-cdc6-4249-af82-7d126da6c4a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
3572 2025.01.08 18:24:10.443786 [ 284 ] {d413cefc-cdc6-4249-af82-7d126da6c4a1} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3573 2025.01.08 18:24:10.444026 [ 284 ] {d413cefc-cdc6-4249-af82-7d126da6c4a1} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3574 2025.01.08 18:24:10.444320 [ 284 ] {d413cefc-cdc6-4249-af82-7d126da6c4a1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001484 sec., 4043.126684636118 rows/sec., 211.24 KiB/sec.
3575 2025.01.08 18:24:10.444456 [ 284 ] {d413cefc-cdc6-4249-af82-7d126da6c4a1} <Debug> TCPHandler: Processed in 0.001796147 sec.
3576 2025.01.08 18:24:10.444612 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3577 2025.01.08 18:24:10.444750 [ 290 ] {b5655fff-fed1-49ee-94d3-4e0fcfa9b54a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3578 2025.01.08 18:24:10.444813 [ 290 ] {b5655fff-fed1-49ee-94d3-4e0fcfa9b54a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3579 2025.01.08 18:24:10.445407 [ 290 ] {b5655fff-fed1-49ee-94d3-4e0fcfa9b54a} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3580 2025.01.08 18:24:10.445443 [ 290 ] {b5655fff-fed1-49ee-94d3-4e0fcfa9b54a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
3581 2025.01.08 18:24:10.445851 [ 290 ] {b5655fff-fed1-49ee-94d3-4e0fcfa9b54a} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3582 2025.01.08 18:24:10.446103 [ 290 ] {b5655fff-fed1-49ee-94d3-4e0fcfa9b54a} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3583 2025.01.08 18:24:10.446318 [ 290 ] {b5655fff-fed1-49ee-94d3-4e0fcfa9b54a} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001599 sec., 110694.18386491557 rows/sec., 7.30 MiB/sec.
3584 2025.01.08 18:24:10.446372 [ 290 ] {b5655fff-fed1-49ee-94d3-4e0fcfa9b54a} <Debug> TCPHandler: Processed in 0.001825608 sec.
3585 2025.01.08 18:24:10.446509 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3586 2025.01.08 18:24:10.446623 [ 284 ] {2c37cd25-61bf-46bf-95fc-dce5bcb8a954} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
3587 2025.01.08 18:24:10.446675 [ 284 ] {2c37cd25-61bf-46bf-95fc-dce5bcb8a954} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3588 2025.01.08 18:24:10.447143 [ 284 ] {2c37cd25-61bf-46bf-95fc-dce5bcb8a954} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3589 2025.01.08 18:24:10.447183 [ 284 ] {2c37cd25-61bf-46bf-95fc-dce5bcb8a954} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
3590 2025.01.08 18:24:10.447539 [ 284 ] {2c37cd25-61bf-46bf-95fc-dce5bcb8a954} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3591 2025.01.08 18:24:10.447790 [ 284 ] {2c37cd25-61bf-46bf-95fc-dce5bcb8a954} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3592 2025.01.08 18:24:10.448120 [ 284 ] {2c37cd25-61bf-46bf-95fc-dce5bcb8a954} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00149 sec., 671.1409395973154 rows/sec., 45.22 KiB/sec.
3593 2025.01.08 18:24:10.448465 [ 284 ] {2c37cd25-61bf-46bf-95fc-dce5bcb8a954} <Debug> TCPHandler: Processed in 0.002010303 sec.
3594 2025.01.08 18:24:10.448708 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3595 2025.01.08 18:24:10.448933 [ 290 ] {c396fcca-838c-4b7e-a121-a630e4dee539} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3596 2025.01.08 18:24:10.449068 [ 290 ] {c396fcca-838c-4b7e-a121-a630e4dee539} <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
3597 2025.01.08 18:24:10.450276 [ 290 ] {c396fcca-838c-4b7e-a121-a630e4dee539} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3598 2025.01.08 18:24:10.450314 [ 290 ] {c396fcca-838c-4b7e-a121-a630e4dee539} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
3599 2025.01.08 18:24:10.451013 [ 290 ] {c396fcca-838c-4b7e-a121-a630e4dee539} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3600 2025.01.08 18:24:10.451282 [ 290 ] {c396fcca-838c-4b7e-a121-a630e4dee539} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3601 2025.01.08 18:24:10.451527 [ 290 ] {c396fcca-838c-4b7e-a121-a630e4dee539} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002647 sec., 14733.660748016622 rows/sec., 26.40 MiB/sec.
3602 2025.01.08 18:24:10.451638 [ 290 ] {c396fcca-838c-4b7e-a121-a630e4dee539} <Debug> TCPHandler: Processed in 0.00305734 sec.
3603 2025.01.08 18:24:10.451787 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3604 2025.01.08 18:24:10.451904 [ 284 ] {8bdbfff5-89a6-44b8-a6c6-fcbe8c707972} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3605 2025.01.08 18:24:10.451953 [ 284 ] {8bdbfff5-89a6-44b8-a6c6-fcbe8c707972} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3606 2025.01.08 18:24:10.452438 [ 284 ] {8bdbfff5-89a6-44b8-a6c6-fcbe8c707972} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3607 2025.01.08 18:24:10.452477 [ 284 ] {8bdbfff5-89a6-44b8-a6c6-fcbe8c707972} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
3608 2025.01.08 18:24:10.452844 [ 284 ] {8bdbfff5-89a6-44b8-a6c6-fcbe8c707972} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3609 2025.01.08 18:24:10.453082 [ 284 ] {8bdbfff5-89a6-44b8-a6c6-fcbe8c707972} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3610 2025.01.08 18:24:10.453305 [ 284 ] {8bdbfff5-89a6-44b8-a6c6-fcbe8c707972} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001426 sec., 36465.638148667604 rows/sec., 2.26 MiB/sec.
3611 2025.01.08 18:24:10.453358 [ 284 ] {8bdbfff5-89a6-44b8-a6c6-fcbe8c707972} <Debug> TCPHandler: Processed in 0.001629282 sec.
3612 2025.01.08 18:24:14.967915 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7808
3613 2025.01.08 18:24:14.968644 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3614 2025.01.08 18:24:14.968713 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
3615 2025.01.08 18:24:14.969575 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3616 2025.01.08 18:24:14.969924 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3617 2025.01.08 18:24:14.970184 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7808
3618 2025.01.08 18:24:15.423548 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3619 2025.01.08 18:24:15.423755 [ 284 ] {e81ce0f4-e097-4d29-91dd-737d56a28ce0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3620 2025.01.08 18:24:15.423837 [ 284 ] {e81ce0f4-e097-4d29-91dd-737d56a28ce0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3621 2025.01.08 18:24:15.424633 [ 284 ] {e81ce0f4-e097-4d29-91dd-737d56a28ce0} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3622 2025.01.08 18:24:15.424686 [ 284 ] {e81ce0f4-e097-4d29-91dd-737d56a28ce0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
3623 2025.01.08 18:24:15.425120 [ 284 ] {e81ce0f4-e097-4d29-91dd-737d56a28ce0} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3624 2025.01.08 18:24:15.425385 [ 284 ] {e81ce0f4-e097-4d29-91dd-737d56a28ce0} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3625 2025.01.08 18:24:15.425652 [ 284 ] {e81ce0f4-e097-4d29-91dd-737d56a28ce0} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001943 sec., 13381.369016984045 rows/sec., 1.01 MiB/sec.
3626 2025.01.08 18:24:15.425811 [ 284 ] {e81ce0f4-e097-4d29-91dd-737d56a28ce0} <Debug> TCPHandler: Processed in 0.002402342 sec.
3627 2025.01.08 18:24:15.426095 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3628 2025.01.08 18:24:15.426291 [ 290 ] {cc00b1ab-ea8d-4a49-abc8-c0885517449b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3629 2025.01.08 18:24:15.426365 [ 290 ] {cc00b1ab-ea8d-4a49-abc8-c0885517449b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3630 2025.01.08 18:24:15.427136 [ 290 ] {cc00b1ab-ea8d-4a49-abc8-c0885517449b} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3631 2025.01.08 18:24:15.427185 [ 290 ] {cc00b1ab-ea8d-4a49-abc8-c0885517449b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
3632 2025.01.08 18:24:15.427627 [ 290 ] {cc00b1ab-ea8d-4a49-abc8-c0885517449b} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3633 2025.01.08 18:24:15.427908 [ 290 ] {cc00b1ab-ea8d-4a49-abc8-c0885517449b} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3634 2025.01.08 18:24:15.428163 [ 290 ] {cc00b1ab-ea8d-4a49-abc8-c0885517449b} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001925 sec., 14545.454545454544 rows/sec., 1.13 MiB/sec.
3635 2025.01.08 18:24:15.428233 [ 290 ] {cc00b1ab-ea8d-4a49-abc8-c0885517449b} <Debug> TCPHandler: Processed in 0.00227621 sec.
3636 2025.01.08 18:24:15.428395 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3637 2025.01.08 18:24:15.428524 [ 284 ] {42786e35-54d3-4eef-bbe9-acaa0e3902ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3638 2025.01.08 18:24:15.428583 [ 284 ] {42786e35-54d3-4eef-bbe9-acaa0e3902ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3639 2025.01.08 18:24:15.429169 [ 284 ] {42786e35-54d3-4eef-bbe9-acaa0e3902ee} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3640 2025.01.08 18:24:15.429211 [ 284 ] {42786e35-54d3-4eef-bbe9-acaa0e3902ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
3641 2025.01.08 18:24:15.429615 [ 284 ] {42786e35-54d3-4eef-bbe9-acaa0e3902ee} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3642 2025.01.08 18:24:15.429872 [ 284 ] {42786e35-54d3-4eef-bbe9-acaa0e3902ee} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3643 2025.01.08 18:24:15.430111 [ 284 ] {42786e35-54d3-4eef-bbe9-acaa0e3902ee} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001618 sec., 61804.69715698393 rows/sec., 4.29 MiB/sec.
3644 2025.01.08 18:24:15.430170 [ 284 ] {42786e35-54d3-4eef-bbe9-acaa0e3902ee} <Debug> TCPHandler: Processed in 0.001831347 sec.
3645 2025.01.08 18:24:15.430344 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3646 2025.01.08 18:24:15.430471 [ 290 ] {d24c5c88-c49e-42fe-8338-89678eb435ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3647 2025.01.08 18:24:15.430526 [ 290 ] {d24c5c88-c49e-42fe-8338-89678eb435ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3648 2025.01.08 18:24:15.431029 [ 290 ] {d24c5c88-c49e-42fe-8338-89678eb435ea} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3649 2025.01.08 18:24:15.431069 [ 290 ] {d24c5c88-c49e-42fe-8338-89678eb435ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
3650 2025.01.08 18:24:15.431454 [ 290 ] {d24c5c88-c49e-42fe-8338-89678eb435ea} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3651 2025.01.08 18:24:15.431696 [ 290 ] {d24c5c88-c49e-42fe-8338-89678eb435ea} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3652 2025.01.08 18:24:15.431926 [ 290 ] {d24c5c88-c49e-42fe-8338-89678eb435ea} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001485 sec., 20202.0202020202 rows/sec., 1.38 MiB/sec.
3653 2025.01.08 18:24:15.432041 [ 290 ] {d24c5c88-c49e-42fe-8338-89678eb435ea} <Debug> TCPHandler: Processed in 0.001761946 sec.
3654 2025.01.08 18:24:15.499348 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129
3655 2025.01.08 18:24:15.518378 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3656 2025.01.08 18:24:15.518444 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
3657 2025.01.08 18:24:15.525740 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3658 2025.01.08 18:24:15.526551 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3659 2025.01.08 18:24:15.529694 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 129
3660 2025.01.08 18:24:17.496345 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 522
3661 2025.01.08 18:24:17.499323 [ 242 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3662 2025.01.08 18:24:17.499381 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
3663 2025.01.08 18:24:17.500881 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3664 2025.01.08 18:24:17.501222 [ 242 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3665 2025.01.08 18:24:17.502171 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 522
3666 2025.01.08 18:24:20.430262 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3667 2025.01.08 18:24:20.430465 [ 284 ] {14dc0d18-0f00-4d38-bd89-10a92c214743} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3668 2025.01.08 18:24:20.430549 [ 284 ] {14dc0d18-0f00-4d38-bd89-10a92c214743} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3669 2025.01.08 18:24:20.431427 [ 284 ] {14dc0d18-0f00-4d38-bd89-10a92c214743} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3670 2025.01.08 18:24:20.431478 [ 284 ] {14dc0d18-0f00-4d38-bd89-10a92c214743} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
3671 2025.01.08 18:24:20.431920 [ 284 ] {14dc0d18-0f00-4d38-bd89-10a92c214743} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3672 2025.01.08 18:24:20.432172 [ 284 ] {14dc0d18-0f00-4d38-bd89-10a92c214743} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3673 2025.01.08 18:24:20.432400 [ 284 ] {14dc0d18-0f00-4d38-bd89-10a92c214743} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001994 sec., 7021.063189568706 rows/sec., 505.42 KiB/sec.
3674 2025.01.08 18:24:20.432477 [ 284 ] {14dc0d18-0f00-4d38-bd89-10a92c214743} <Debug> TCPHandler: Processed in 0.002349682 sec.
3675 2025.01.08 18:24:20.432740 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3676 2025.01.08 18:24:20.432936 [ 290 ] {7e87d34e-3a50-4e2f-989f-006afaa25ee4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3677 2025.01.08 18:24:20.433011 [ 290 ] {7e87d34e-3a50-4e2f-989f-006afaa25ee4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3678 2025.01.08 18:24:20.433880 [ 290 ] {7e87d34e-3a50-4e2f-989f-006afaa25ee4} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3679 2025.01.08 18:24:20.433933 [ 290 ] {7e87d34e-3a50-4e2f-989f-006afaa25ee4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
3680 2025.01.08 18:24:20.434401 [ 290 ] {7e87d34e-3a50-4e2f-989f-006afaa25ee4} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
3681 2025.01.08 18:24:20.434660 [ 290 ] {7e87d34e-3a50-4e2f-989f-006afaa25ee4} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3682 2025.01.08 18:24:20.434833 [ 51 ] {} <Debug> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
3683 2025.01.08 18:24:20.434904 [ 51 ] {} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3684 2025.01.08 18:24:20.434926 [ 290 ] {7e87d34e-3a50-4e2f-989f-006afaa25ee4} <Debug> executeQuery: Read 251 rows, 23.01 KiB in 0.002031 sec., 123584.44116198918 rows/sec., 11.07 MiB/sec.
3685 2025.01.08 18:24:20.434944 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
3686 2025.01.08 18:24:20.435104 [ 290 ] {7e87d34e-3a50-4e2f-989f-006afaa25ee4} <Debug> TCPHandler: Processed in 0.002498635 sec.
3687 2025.01.08 18:24:20.435167 [ 189 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::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
3688 2025.01.08 18:24:20.435312 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3689 2025.01.08 18:24:20.435362 [ 189 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3690 2025.01.08 18:24:20.435420 [ 189 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1396 rows starting from the beginning of the part
3691 2025.01.08 18:24:20.435596 [ 284 ] {514c7ddc-c125-499a-8a14-b86f81371de1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3692 2025.01.08 18:24:20.435642 [ 189 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 26 rows starting from the beginning of the part
3693 2025.01.08 18:24:20.435771 [ 284 ] {514c7ddc-c125-499a-8a14-b86f81371de1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3694 2025.01.08 18:24:20.436011 [ 189 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 26 rows starting from the beginning of the part
3695 2025.01.08 18:24:20.436406 [ 189 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 251 rows starting from the beginning of the part
3696 2025.01.08 18:24:20.436777 [ 189 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 26 rows starting from the beginning of the part
3697 2025.01.08 18:24:20.437115 [ 189 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 251 rows starting from the beginning of the part
3698 2025.01.08 18:24:20.438407 [ 284 ] {514c7ddc-c125-499a-8a14-b86f81371de1} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3699 2025.01.08 18:24:20.438470 [ 284 ] {514c7ddc-c125-499a-8a14-b86f81371de1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
3700 2025.01.08 18:24:20.439486 [ 284 ] {514c7ddc-c125-499a-8a14-b86f81371de1} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3701 2025.01.08 18:24:20.439859 [ 284 ] {514c7ddc-c125-499a-8a14-b86f81371de1} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3702 2025.01.08 18:24:20.440187 [ 51 ] {} <Debug> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3703 2025.01.08 18:24:20.440278 [ 51 ] {} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3704 2025.01.08 18:24:20.440383 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
3705 2025.01.08 18:24:20.440613 [ 284 ] {514c7ddc-c125-499a-8a14-b86f81371de1} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.005121 sec., 8982.620581917594 rows/sec., 661.72 KiB/sec.
3706 2025.01.08 18:24:20.440625 [ 189 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1976 rows, containing 5 columns (5 merged, 0 gathered) in 0.005533625 sec., 357089.61124037136 rows/sec., 31.71 MiB/sec.
3707 2025.01.08 18:24:20.440760 [ 189 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::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
3708 2025.01.08 18:24:20.440864 [ 284 ] {514c7ddc-c125-499a-8a14-b86f81371de1} <Debug> TCPHandler: Processed in 0.005648928 sec.
3709 2025.01.08 18:24:20.441130 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3710 2025.01.08 18:24:20.441153 [ 201 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
3711 2025.01.08 18:24:20.441139 [ 189 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3712 2025.01.08 18:24:20.441236 [ 189 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 50 rows starting from the beginning of the part
3713 2025.01.08 18:24:20.441384 [ 290 ] {3eddd94f-011a-42f6-86e5-46a93a91f294} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3714 2025.01.08 18:24:20.441439 [ 189 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 46 rows starting from the beginning of the part
3715 2025.01.08 18:24:20.441528 [ 290 ] {3eddd94f-011a-42f6-86e5-46a93a91f294} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3716 2025.01.08 18:24:20.441916 [ 189 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 46 rows starting from the beginning of the part
3717 2025.01.08 18:24:20.442177 [ 201 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_26_5} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3718 2025.01.08 18:24:20.442489 [ 189 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 48 rows starting from the beginning of the part
3719 2025.01.08 18:24:20.442540 [ 201 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_26_5} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
3720 2025.01.08 18:24:20.442785 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB.
3721 2025.01.08 18:24:20.442823 [ 189 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 46 rows starting from the beginning of the part
3722 2025.01.08 18:24:20.443077 [ 189 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 46 rows starting from the beginning of the part
3723 2025.01.08 18:24:20.443905 [ 290 ] {3eddd94f-011a-42f6-86e5-46a93a91f294} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3724 2025.01.08 18:24:20.443948 [ 290 ] {3eddd94f-011a-42f6-86e5-46a93a91f294} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
3725 2025.01.08 18:24:20.444472 [ 290 ] {3eddd94f-011a-42f6-86e5-46a93a91f294} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3726 2025.01.08 18:24:20.444570 [ 189 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 282 rows, containing 5 columns (5 merged, 0 gathered) in 0.004041735 sec., 69772.01622570504 rows/sec., 5.27 MiB/sec.
3727 2025.01.08 18:24:20.444689 [ 189 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3728 2025.01.08 18:24:20.444806 [ 290 ] {3eddd94f-011a-42f6-86e5-46a93a91f294} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3729 2025.01.08 18:24:20.445027 [ 51 ] {} <Debug> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3730 2025.01.08 18:24:20.445159 [ 51 ] {} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3731 2025.01.08 18:24:20.445160 [ 189 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::all_1_11_2} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3732 2025.01.08 18:24:20.445231 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
3733 2025.01.08 18:24:20.445255 [ 290 ] {3eddd94f-011a-42f6-86e5-46a93a91f294} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.003946 sec., 3547.8966041561075 rows/sec., 248.47 KiB/sec.
3734 2025.01.08 18:24:20.445662 [ 189 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::all_1_11_2} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3735 2025.01.08 18:24:20.445780 [ 290 ] {3eddd94f-011a-42f6-86e5-46a93a91f294} <Debug> TCPHandler: Processed in 0.004791765 sec.
3736 2025.01.08 18:24:20.446146 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
3737 2025.01.08 18:24:20.446233 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3738 2025.01.08 18:24:20.446285 [ 189 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::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
3739 2025.01.08 18:24:20.446642 [ 284 ] {01ee4000-9f74-41ba-9839-25173e21e32f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3740 2025.01.08 18:24:20.446679 [ 189 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3741 2025.01.08 18:24:20.446740 [ 284 ] {01ee4000-9f74-41ba-9839-25173e21e32f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3742 2025.01.08 18:24:20.446755 [ 189 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 242 rows starting from the beginning of the part
3743 2025.01.08 18:24:20.447123 [ 189 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::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
3744 2025.01.08 18:24:20.447432 [ 189 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 14 rows starting from the beginning of the part
3745 2025.01.08 18:24:20.447777 [ 189 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 242 rows starting from the beginning of the part
3746 2025.01.08 18:24:20.448159 [ 189 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::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
3747 2025.01.08 18:24:20.448588 [ 189 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::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
3748 2025.01.08 18:24:20.449581 [ 284 ] {01ee4000-9f74-41ba-9839-25173e21e32f} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3749 2025.01.08 18:24:20.449658 [ 284 ] {01ee4000-9f74-41ba-9839-25173e21e32f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
3750 2025.01.08 18:24:20.450681 [ 284 ] {01ee4000-9f74-41ba-9839-25173e21e32f} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3751 2025.01.08 18:24:20.451208 [ 201 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 5 columns (5 merged, 0 gathered) in 0.005805811 sec., 93010.26161547456 rows/sec., 6.66 MiB/sec.
3752 2025.01.08 18:24:20.451257 [ 284 ] {01ee4000-9f74-41ba-9839-25173e21e32f} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3753 2025.01.08 18:24:20.451447 [ 197 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3754 2025.01.08 18:24:20.451867 [ 284 ] {01ee4000-9f74-41ba-9839-25173e21e32f} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005332 sec., 2438.1095273818455 rows/sec., 152.02 KiB/sec.
3755 2025.01.08 18:24:20.452121 [ 284 ] {01ee4000-9f74-41ba-9839-25173e21e32f} <Debug> TCPHandler: Processed in 0.006153451 sec.
3756 2025.01.08 18:24:20.452343 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3757 2025.01.08 18:24:20.452439 [ 197 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::all_1_11_2} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3758 2025.01.08 18:24:20.452507 [ 290 ] {3f03a6e9-19d4-4e1e-8028-900bb8ad9bc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3759 2025.01.08 18:24:20.452545 [ 197 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::all_1_11_2} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3760 2025.01.08 18:24:20.452576 [ 290 ] {3f03a6e9-19d4-4e1e-8028-900bb8ad9bc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3761 2025.01.08 18:24:20.452635 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB.
3762 2025.01.08 18:24:20.453444 [ 290 ] {3f03a6e9-19d4-4e1e-8028-900bb8ad9bc1} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3763 2025.01.08 18:24:20.453570 [ 290 ] {3f03a6e9-19d4-4e1e-8028-900bb8ad9bc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
3764 2025.01.08 18:24:20.453975 [ 290 ] {3f03a6e9-19d4-4e1e-8028-900bb8ad9bc1} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
3765 2025.01.08 18:24:20.454219 [ 290 ] {3f03a6e9-19d4-4e1e-8028-900bb8ad9bc1} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3766 2025.01.08 18:24:20.454379 [ 51 ] {} <Debug> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
3767 2025.01.08 18:24:20.454452 [ 51 ] {} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3768 2025.01.08 18:24:20.454480 [ 290 ] {3f03a6e9-19d4-4e1e-8028-900bb8ad9bc1} <Debug> executeQuery: Read 385 rows, 27.93 KiB in 0.002013 sec., 191256.8306010929 rows/sec., 13.55 MiB/sec.
3769 2025.01.08 18:24:20.454521 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
3770 2025.01.08 18:24:20.454627 [ 290 ] {3f03a6e9-19d4-4e1e-8028-900bb8ad9bc1} <Debug> TCPHandler: Processed in 0.002349782 sec.
3771 2025.01.08 18:24:20.454760 [ 193 ] {fa7e1080-106a-46d6-b087-687f1bf68453::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
3772 2025.01.08 18:24:20.454893 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3773 2025.01.08 18:24:20.454957 [ 193 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3774 2025.01.08 18:24:20.455002 [ 193 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 869 rows starting from the beginning of the part
3775 2025.01.08 18:24:20.455240 [ 193 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 28 rows starting from the beginning of the part
3776 2025.01.08 18:24:20.455613 [ 193 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 28 rows starting from the beginning of the part
3777 2025.01.08 18:24:20.455642 [ 284 ] {02d39213-362a-41d8-ad4b-c50797fa3093} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
3778 2025.01.08 18:24:20.455847 [ 284 ] {02d39213-362a-41d8-ad4b-c50797fa3093} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3779 2025.01.08 18:24:20.455941 [ 193 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 385 rows starting from the beginning of the part
3780 2025.01.08 18:24:20.456324 [ 193 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 28 rows starting from the beginning of the part
3781 2025.01.08 18:24:20.456727 [ 193 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 385 rows starting from the beginning of the part
3782 2025.01.08 18:24:20.457806 [ 284 ] {02d39213-362a-41d8-ad4b-c50797fa3093} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3783 2025.01.08 18:24:20.457878 [ 284 ] {02d39213-362a-41d8-ad4b-c50797fa3093} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
3784 2025.01.08 18:24:20.458989 [ 284 ] {02d39213-362a-41d8-ad4b-c50797fa3093} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3785 2025.01.08 18:24:20.459515 [ 284 ] {02d39213-362a-41d8-ad4b-c50797fa3093} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3786 2025.01.08 18:24:20.459580 [ 193 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1723 rows, containing 5 columns (5 merged, 0 gathered) in 0.004911018 sec., 350843.75581600395 rows/sec., 26.60 MiB/sec.
3787 2025.01.08 18:24:20.459741 [ 51 ] {} <Debug> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3788 2025.01.08 18:24:20.459830 [ 51 ] {} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3789 2025.01.08 18:24:20.459891 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
3790 2025.01.08 18:24:20.459929 [ 193 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
3791 2025.01.08 18:24:20.459985 [ 284 ] {02d39213-362a-41d8-ad4b-c50797fa3093} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004659 sec., 1287.83000643915 rows/sec., 67.28 KiB/sec.
3792 2025.01.08 18:24:20.460319 [ 284 ] {02d39213-362a-41d8-ad4b-c50797fa3093} <Debug> TCPHandler: Processed in 0.005561125 sec.
3793 2025.01.08 18:24:20.460319 [ 201 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::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
3794 2025.01.08 18:24:20.460611 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3795 2025.01.08 18:24:20.460670 [ 201 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3796 2025.01.08 18:24:20.460715 [ 201 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 36 rows starting from the beginning of the part
3797 2025.01.08 18:24:20.460726 [ 193 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_26_5} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3798 2025.01.08 18:24:20.460955 [ 290 ] {d25f5690-f9f8-44c5-af20-79f2ae77cfd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3799 2025.01.08 18:24:20.461037 [ 201 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part
3800 2025.01.08 18:24:20.461077 [ 193 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_26_5} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
3801 2025.01.08 18:24:20.461387 [ 290 ] {d25f5690-f9f8-44c5-af20-79f2ae77cfd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3802 2025.01.08 18:24:20.461617 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB.
3803 2025.01.08 18:24:20.461676 [ 201 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part
3804 2025.01.08 18:24:20.461999 [ 201 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part
3805 2025.01.08 18:24:20.462269 [ 201 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part
3806 2025.01.08 18:24:20.462687 [ 201 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part
3807 2025.01.08 18:24:20.463638 [ 290 ] {d25f5690-f9f8-44c5-af20-79f2ae77cfd5} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3808 2025.01.08 18:24:20.463688 [ 290 ] {d25f5690-f9f8-44c5-af20-79f2ae77cfd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
3809 2025.01.08 18:24:20.464338 [ 290 ] {d25f5690-f9f8-44c5-af20-79f2ae77cfd5} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
3810 2025.01.08 18:24:20.464336 [ 198 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.004334393 sec., 15227.045632456495 rows/sec., 795.55 KiB/sec.
3811 2025.01.08 18:24:20.464584 [ 198 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3812 2025.01.08 18:24:20.464761 [ 290 ] {d25f5690-f9f8-44c5-af20-79f2ae77cfd5} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3813 2025.01.08 18:24:20.464986 [ 51 ] {} <Debug> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
3814 2025.01.08 18:24:20.465117 [ 51 ] {} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3815 2025.01.08 18:24:20.465196 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
3816 2025.01.08 18:24:20.465271 [ 290 ] {d25f5690-f9f8-44c5-af20-79f2ae77cfd5} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.004507 sec., 39272.243177279786 rows/sec., 2.59 MiB/sec.
3817 2025.01.08 18:24:20.465460 [ 198 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::all_1_11_2} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3818 2025.01.08 18:24:20.465690 [ 200 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::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
3819 2025.01.08 18:24:20.465905 [ 290 ] {d25f5690-f9f8-44c5-af20-79f2ae77cfd5} <Debug> TCPHandler: Processed in 0.005450823 sec.
3820 2025.01.08 18:24:20.465920 [ 198 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::all_1_11_2} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3821 2025.01.08 18:24:20.466348 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3822 2025.01.08 18:24:20.466368 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
3823 2025.01.08 18:24:20.466421 [ 200 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3824 2025.01.08 18:24:20.466571 [ 200 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 6266 rows starting from the beginning of the part
3825 2025.01.08 18:24:20.466875 [ 284 ] {58c91326-5243-4547-9b74-f8010c679ed0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
3826 2025.01.08 18:24:20.466947 [ 200 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 80 rows starting from the beginning of the part
3827 2025.01.08 18:24:20.467106 [ 284 ] {58c91326-5243-4547-9b74-f8010c679ed0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3828 2025.01.08 18:24:20.467302 [ 200 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 100 rows starting from the beginning of the part
3829 2025.01.08 18:24:20.467688 [ 200 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 177 rows starting from the beginning of the part
3830 2025.01.08 18:24:20.468039 [ 200 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 100 rows starting from the beginning of the part
3831 2025.01.08 18:24:20.468324 [ 200 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 177 rows starting from the beginning of the part
3832 2025.01.08 18:24:20.469789 [ 284 ] {58c91326-5243-4547-9b74-f8010c679ed0} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3833 2025.01.08 18:24:20.469841 [ 284 ] {58c91326-5243-4547-9b74-f8010c679ed0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
3834 2025.01.08 18:24:20.470568 [ 284 ] {58c91326-5243-4547-9b74-f8010c679ed0} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3835 2025.01.08 18:24:20.471122 [ 284 ] {58c91326-5243-4547-9b74-f8010c679ed0} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3836 2025.01.08 18:24:20.471468 [ 284 ] {58c91326-5243-4547-9b74-f8010c679ed0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004829 sec., 207.08221163802028 rows/sec., 13.95 KiB/sec.
3837 2025.01.08 18:24:20.471571 [ 284 ] {58c91326-5243-4547-9b74-f8010c679ed0} <Debug> TCPHandler: Processed in 0.005531144 sec.
3838 2025.01.08 18:24:20.471745 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3839 2025.01.08 18:24:20.471862 [ 290 ] {9c98b4bf-f642-4677-a77f-410befd3cdc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3840 2025.01.08 18:24:20.472048 [ 290 ] {9c98b4bf-f642-4677-a77f-410befd3cdc9} <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
3841 2025.01.08 18:24:20.473030 [ 198 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6900 rows, containing 5 columns (5 merged, 0 gathered) in 0.00768849 sec., 897445.4021530886 rows/sec., 60.11 MiB/sec.
3842 2025.01.08 18:24:20.473615 [ 198 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
3843 2025.01.08 18:24:20.474395 [ 198 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3844 2025.01.08 18:24:20.474682 [ 198 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
3845 2025.01.08 18:24:20.474897 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.35 MiB.
3846 2025.01.08 18:24:20.474902 [ 290 ] {9c98b4bf-f642-4677-a77f-410befd3cdc9} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3847 2025.01.08 18:24:20.474966 [ 290 ] {9c98b4bf-f642-4677-a77f-410befd3cdc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
3848 2025.01.08 18:24:20.475686 [ 290 ] {9c98b4bf-f642-4677-a77f-410befd3cdc9} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3849 2025.01.08 18:24:20.475960 [ 290 ] {9c98b4bf-f642-4677-a77f-410befd3cdc9} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3850 2025.01.08 18:24:20.476163 [ 50 ] {} <Debug> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3851 2025.01.08 18:24:20.476234 [ 50 ] {} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3852 2025.01.08 18:24:20.476243 [ 290 ] {9c98b4bf-f642-4677-a77f-410befd3cdc9} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.004393 sec., 8877.760072843159 rows/sec., 15.91 MiB/sec.
3853 2025.01.08 18:24:20.476274 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB.
3854 2025.01.08 18:24:20.476684 [ 290 ] {9c98b4bf-f642-4677-a77f-410befd3cdc9} <Debug> TCPHandler: Processed in 0.005031421 sec.
3855 2025.01.08 18:24:20.476690 [ 190 ] {e2d038cd-23ef-42ff-ade3-a8c087d70f4f::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
3856 2025.01.08 18:24:20.477015 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3857 2025.01.08 18:24:20.477332 [ 190 ] {e2d038cd-23ef-42ff-ade3-a8c087d70f4f::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3858 2025.01.08 18:24:20.477391 [ 284 ] {56734b63-c0b5-45b2-8892-363b397331a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3859 2025.01.08 18:24:20.477481 [ 190 ] {e2d038cd-23ef-42ff-ade3-a8c087d70f4f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 129 rows starting from the beginning of the part
3860 2025.01.08 18:24:20.477523 [ 284 ] {56734b63-c0b5-45b2-8892-363b397331a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3861 2025.01.08 18:24:20.478493 [ 190 ] {e2d038cd-23ef-42ff-ade3-a8c087d70f4f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 39 rows starting from the beginning of the part
3862 2025.01.08 18:24:20.479062 [ 190 ] {e2d038cd-23ef-42ff-ade3-a8c087d70f4f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 39 rows starting from the beginning of the part
3863 2025.01.08 18:24:20.479859 [ 190 ] {e2d038cd-23ef-42ff-ade3-a8c087d70f4f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 39 rows starting from the beginning of the part
3864 2025.01.08 18:24:20.480092 [ 284 ] {56734b63-c0b5-45b2-8892-363b397331a1} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3865 2025.01.08 18:24:20.480233 [ 284 ] {56734b63-c0b5-45b2-8892-363b397331a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
3866 2025.01.08 18:24:20.480631 [ 190 ] {e2d038cd-23ef-42ff-ade3-a8c087d70f4f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 39 rows starting from the beginning of the part
3867 2025.01.08 18:24:20.481247 [ 190 ] {e2d038cd-23ef-42ff-ade3-a8c087d70f4f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 39 rows starting from the beginning of the part
3868 2025.01.08 18:24:20.482140 [ 284 ] {56734b63-c0b5-45b2-8892-363b397331a1} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
3869 2025.01.08 18:24:20.482694 [ 284 ] {56734b63-c0b5-45b2-8892-363b397331a1} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3870 2025.01.08 18:24:20.482994 [ 50 ] {} <Debug> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
3871 2025.01.08 18:24:20.483092 [ 50 ] {} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3872 2025.01.08 18:24:20.483206 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
3873 2025.01.08 18:24:20.483441 [ 284 ] {56734b63-c0b5-45b2-8892-363b397331a1} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.006133 sec., 8478.721669655959 rows/sec., 537.56 KiB/sec.
3874 2025.01.08 18:24:20.483802 [ 284 ] {56734b63-c0b5-45b2-8892-363b397331a1} <Debug> TCPHandler: Processed in 0.006985413 sec.
3875 2025.01.08 18:24:20.483827 [ 195 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::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
3876 2025.01.08 18:24:20.484162 [ 195 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3877 2025.01.08 18:24:20.484209 [ 195 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 738 rows starting from the beginning of the part
3878 2025.01.08 18:24:20.484493 [ 195 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 24 rows starting from the beginning of the part
3879 2025.01.08 18:24:20.484857 [ 195 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 30 rows starting from the beginning of the part
3880 2025.01.08 18:24:20.485182 [ 195 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 52 rows starting from the beginning of the part
3881 2025.01.08 18:24:20.485697 [ 195 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 30 rows starting from the beginning of the part
3882 2025.01.08 18:24:20.485943 [ 195 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 52 rows starting from the beginning of the part
3883 2025.01.08 18:24:20.489534 [ 191 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 926 rows, containing 4 columns (4 merged, 0 gathered) in 0.00613607 sec., 150910.925070933 rows/sec., 9.72 MiB/sec.
3884 2025.01.08 18:24:20.489778 [ 191 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
3885 2025.01.08 18:24:20.490385 [ 191 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_26_5} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3886 2025.01.08 18:24:20.490465 [ 191 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_26_5} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
3887 2025.01.08 18:24:20.490663 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB.
3888 2025.01.08 18:24:20.491284 [ 192 ] {e2d038cd-23ef-42ff-ade3-a8c087d70f4f::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 324 rows, containing 19 columns (19 merged, 0 gathered) in 0.014871848 sec., 21786.129067483744 rows/sec., 39.04 MiB/sec.
3889 2025.01.08 18:24:20.491922 [ 194 ] {e2d038cd-23ef-42ff-ade3-a8c087d70f4f::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3890 2025.01.08 18:24:20.492344 [ 194 ] {e2d038cd-23ef-42ff-ade3-a8c087d70f4f::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3891 2025.01.08 18:24:20.492430 [ 194 ] {e2d038cd-23ef-42ff-ade3-a8c087d70f4f::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3892 2025.01.08 18:24:20.492541 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.75 MiB.
3893 2025.01.08 18:24:22.352625 [ 48 ] {} <Debug> DNSResolver: Updating DNS cache
3894 2025.01.08 18:24:22.352706 [ 48 ] {} <Debug> DNSResolver: Updated DNS cache
3895 2025.01.08 18:24:22.470297 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8296
3896 2025.01.08 18:24:22.471085 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3897 2025.01.08 18:24:22.471139 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
3898 2025.01.08 18:24:22.471743 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3899 2025.01.08 18:24:22.472001 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3900 2025.01.08 18:24:22.472243 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296
3901 2025.01.08 18:24:23.029761 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136
3902 2025.01.08 18:24:23.049960 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3903 2025.01.08 18:24:23.050026 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
3904 2025.01.08 18:24:23.057861 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3905 2025.01.08 18:24:23.058636 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3906 2025.01.08 18:24:23.061510 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136
3907 2025.01.08 18:24:25.424190 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3908 2025.01.08 18:24:25.424398 [ 284 ] {ed6f6d27-afce-470f-b7cf-7e18886eb10c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3909 2025.01.08 18:24:25.424481 [ 284 ] {ed6f6d27-afce-470f-b7cf-7e18886eb10c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3910 2025.01.08 18:24:25.425254 [ 284 ] {ed6f6d27-afce-470f-b7cf-7e18886eb10c} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3911 2025.01.08 18:24:25.425305 [ 284 ] {ed6f6d27-afce-470f-b7cf-7e18886eb10c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
3912 2025.01.08 18:24:25.425793 [ 284 ] {ed6f6d27-afce-470f-b7cf-7e18886eb10c} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
3913 2025.01.08 18:24:25.426065 [ 284 ] {ed6f6d27-afce-470f-b7cf-7e18886eb10c} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3914 2025.01.08 18:24:25.426308 [ 284 ] {ed6f6d27-afce-470f-b7cf-7e18886eb10c} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001969 sec., 13204.672422549518 rows/sec., 1019.22 KiB/sec.
3915 2025.01.08 18:24:25.426376 [ 284 ] {ed6f6d27-afce-470f-b7cf-7e18886eb10c} <Debug> TCPHandler: Processed in 0.002329651 sec.
3916 2025.01.08 18:24:25.426610 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3917 2025.01.08 18:24:25.426804 [ 290 ] {91bcba66-6acd-47a3-9e1c-d5b764500078} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3918 2025.01.08 18:24:25.426879 [ 290 ] {91bcba66-6acd-47a3-9e1c-d5b764500078} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3919 2025.01.08 18:24:25.427638 [ 290 ] {91bcba66-6acd-47a3-9e1c-d5b764500078} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3920 2025.01.08 18:24:25.427684 [ 290 ] {91bcba66-6acd-47a3-9e1c-d5b764500078} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
3921 2025.01.08 18:24:25.428140 [ 290 ] {91bcba66-6acd-47a3-9e1c-d5b764500078} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
3922 2025.01.08 18:24:25.428409 [ 290 ] {91bcba66-6acd-47a3-9e1c-d5b764500078} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3923 2025.01.08 18:24:25.428612 [ 290 ] {91bcba66-6acd-47a3-9e1c-d5b764500078} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001862 sec., 15037.593984962406 rows/sec., 1.17 MiB/sec.
3924 2025.01.08 18:24:25.428678 [ 290 ] {91bcba66-6acd-47a3-9e1c-d5b764500078} <Debug> TCPHandler: Processed in 0.002201377 sec.
3925 2025.01.08 18:24:25.428826 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3926 2025.01.08 18:24:25.428976 [ 284 ] {affae4a0-4e7b-426b-aee7-4f54ff0287e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3927 2025.01.08 18:24:25.429045 [ 284 ] {affae4a0-4e7b-426b-aee7-4f54ff0287e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3928 2025.01.08 18:24:25.429683 [ 284 ] {affae4a0-4e7b-426b-aee7-4f54ff0287e9} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3929 2025.01.08 18:24:25.429725 [ 284 ] {affae4a0-4e7b-426b-aee7-4f54ff0287e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
3930 2025.01.08 18:24:25.430137 [ 284 ] {affae4a0-4e7b-426b-aee7-4f54ff0287e9} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
3931 2025.01.08 18:24:25.430389 [ 284 ] {affae4a0-4e7b-426b-aee7-4f54ff0287e9} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3932 2025.01.08 18:24:25.430620 [ 284 ] {affae4a0-4e7b-426b-aee7-4f54ff0287e9} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001681 sec., 59488.3997620464 rows/sec., 4.12 MiB/sec.
3933 2025.01.08 18:24:25.430677 [ 284 ] {affae4a0-4e7b-426b-aee7-4f54ff0287e9} <Debug> TCPHandler: Processed in 0.001918841 sec.
3934 2025.01.08 18:24:25.430822 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3935 2025.01.08 18:24:25.430958 [ 290 ] {2067a8e1-e2ac-4ee3-88a5-bd108e885e2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3936 2025.01.08 18:24:25.431018 [ 290 ] {2067a8e1-e2ac-4ee3-88a5-bd108e885e2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3937 2025.01.08 18:24:25.431525 [ 290 ] {2067a8e1-e2ac-4ee3-88a5-bd108e885e2d} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3938 2025.01.08 18:24:25.431565 [ 290 ] {2067a8e1-e2ac-4ee3-88a5-bd108e885e2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
3939 2025.01.08 18:24:25.431971 [ 290 ] {2067a8e1-e2ac-4ee3-88a5-bd108e885e2d} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
3940 2025.01.08 18:24:25.432220 [ 290 ] {2067a8e1-e2ac-4ee3-88a5-bd108e885e2d} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3941 2025.01.08 18:24:25.432422 [ 290 ] {2067a8e1-e2ac-4ee3-88a5-bd108e885e2d} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001494 sec., 20080.321285140562 rows/sec., 1.38 MiB/sec.
3942 2025.01.08 18:24:25.432544 [ 290 ] {2067a8e1-e2ac-4ee3-88a5-bd108e885e2d} <Debug> TCPHandler: Processed in 0.001780367 sec.
3943 2025.01.08 18:24:25.736214 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3944 2025.01.08 18:24:25.736381 [ 284 ] {ca4af42e-3059-44cb-bfb6-bfa4263078f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3945 2025.01.08 18:24:25.736449 [ 284 ] {ca4af42e-3059-44cb-bfb6-bfa4263078f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3946 2025.01.08 18:24:25.737148 [ 284 ] {ca4af42e-3059-44cb-bfb6-bfa4263078f3} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3947 2025.01.08 18:24:25.737196 [ 284 ] {ca4af42e-3059-44cb-bfb6-bfa4263078f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
3948 2025.01.08 18:24:25.737596 [ 284 ] {ca4af42e-3059-44cb-bfb6-bfa4263078f3} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3949 2025.01.08 18:24:25.737853 [ 284 ] {ca4af42e-3059-44cb-bfb6-bfa4263078f3} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3950 2025.01.08 18:24:25.738088 [ 284 ] {ca4af42e-3059-44cb-bfb6-bfa4263078f3} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001747 sec., 8013.737836290784 rows/sec., 576.88 KiB/sec.
3951 2025.01.08 18:24:25.738150 [ 284 ] {ca4af42e-3059-44cb-bfb6-bfa4263078f3} <Debug> TCPHandler: Processed in 0.002022893 sec.
3952 2025.01.08 18:24:25.738404 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3953 2025.01.08 18:24:25.738568 [ 290 ] {a39b6651-d37c-4f6f-ac0a-48b91ea745fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
3954 2025.01.08 18:24:25.738640 [ 290 ] {a39b6651-d37c-4f6f-ac0a-48b91ea745fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
3955 2025.01.08 18:24:25.739374 [ 290 ] {a39b6651-d37c-4f6f-ac0a-48b91ea745fd} <Trace> oximeter.fields_ipaddr (a146431f-2326-4c8f-a3c3-fb5a4b690f62): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3956 2025.01.08 18:24:25.739420 [ 290 ] {a39b6651-d37c-4f6f-ac0a-48b91ea745fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
3957 2025.01.08 18:24:25.739846 [ 290 ] {a39b6651-d37c-4f6f-ac0a-48b91ea745fd} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
3958 2025.01.08 18:24:25.740109 [ 290 ] {a39b6651-d37c-4f6f-ac0a-48b91ea745fd} <Trace> oximeter.fields_ipaddr (a146431f-2326-4c8f-a3c3-fb5a4b690f62): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3959 2025.01.08 18:24:25.740360 [ 290 ] {a39b6651-d37c-4f6f-ac0a-48b91ea745fd} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.00183 sec., 6557.377049180328 rows/sec., 534.71 KiB/sec.
3960 2025.01.08 18:24:25.740437 [ 290 ] {a39b6651-d37c-4f6f-ac0a-48b91ea745fd} <Debug> TCPHandler: Processed in 0.002168526 sec.
3961 2025.01.08 18:24:25.740596 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3962 2025.01.08 18:24:25.740739 [ 284 ] {d55ed6a5-50a4-4cf1-88b3-2a09acd4cc2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3963 2025.01.08 18:24:25.740797 [ 284 ] {d55ed6a5-50a4-4cf1-88b3-2a09acd4cc2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3964 2025.01.08 18:24:25.742162 [ 284 ] {d55ed6a5-50a4-4cf1-88b3-2a09acd4cc2f} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3965 2025.01.08 18:24:25.742205 [ 284 ] {d55ed6a5-50a4-4cf1-88b3-2a09acd4cc2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
3966 2025.01.08 18:24:25.742699 [ 284 ] {d55ed6a5-50a4-4cf1-88b3-2a09acd4cc2f} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
3967 2025.01.08 18:24:25.742959 [ 284 ] {d55ed6a5-50a4-4cf1-88b3-2a09acd4cc2f} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3968 2025.01.08 18:24:25.743184 [ 284 ] {d55ed6a5-50a4-4cf1-88b3-2a09acd4cc2f} <Debug> executeQuery: Read 1397 rows, 120.02 KiB in 0.002479 sec., 563533.682936668 rows/sec., 47.28 MiB/sec.
3969 2025.01.08 18:24:25.743245 [ 284 ] {d55ed6a5-50a4-4cf1-88b3-2a09acd4cc2f} <Debug> TCPHandler: Processed in 0.002710681 sec.
3970 2025.01.08 18:24:25.743408 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3971 2025.01.08 18:24:25.743538 [ 290 ] {bf52b4a0-6d8b-47e6-b657-7be463870f18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3972 2025.01.08 18:24:25.743594 [ 290 ] {bf52b4a0-6d8b-47e6-b657-7be463870f18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3973 2025.01.08 18:24:25.744341 [ 290 ] {bf52b4a0-6d8b-47e6-b657-7be463870f18} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3974 2025.01.08 18:24:25.744390 [ 290 ] {bf52b4a0-6d8b-47e6-b657-7be463870f18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
3975 2025.01.08 18:24:25.744814 [ 290 ] {bf52b4a0-6d8b-47e6-b657-7be463870f18} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3976 2025.01.08 18:24:25.745065 [ 290 ] {bf52b4a0-6d8b-47e6-b657-7be463870f18} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3977 2025.01.08 18:24:25.745288 [ 290 ] {bf52b4a0-6d8b-47e6-b657-7be463870f18} <Debug> executeQuery: Read 58 rows, 4.23 KiB in 0.001779 sec., 32602.585722315907 rows/sec., 2.32 MiB/sec.
3978 2025.01.08 18:24:25.745348 [ 290 ] {bf52b4a0-6d8b-47e6-b657-7be463870f18} <Debug> TCPHandler: Processed in 0.002001703 sec.
3979 2025.01.08 18:24:25.745489 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3980 2025.01.08 18:24:25.745609 [ 284 ] {e4a9d4eb-5cab-4abf-adc1-7a77be81723d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3981 2025.01.08 18:24:25.745659 [ 284 ] {e4a9d4eb-5cab-4abf-adc1-7a77be81723d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3982 2025.01.08 18:24:25.746339 [ 284 ] {e4a9d4eb-5cab-4abf-adc1-7a77be81723d} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3983 2025.01.08 18:24:25.746380 [ 284 ] {e4a9d4eb-5cab-4abf-adc1-7a77be81723d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
3984 2025.01.08 18:24:25.746763 [ 284 ] {e4a9d4eb-5cab-4abf-adc1-7a77be81723d} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3985 2025.01.08 18:24:25.747014 [ 284 ] {e4a9d4eb-5cab-4abf-adc1-7a77be81723d} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3986 2025.01.08 18:24:25.747226 [ 284 ] {e4a9d4eb-5cab-4abf-adc1-7a77be81723d} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001641 sec., 147471.05423522243 rows/sec., 9.99 MiB/sec.
3987 2025.01.08 18:24:25.747280 [ 284 ] {e4a9d4eb-5cab-4abf-adc1-7a77be81723d} <Debug> TCPHandler: Processed in 0.001845128 sec.
3988 2025.01.08 18:24:25.747431 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3989 2025.01.08 18:24:25.747553 [ 290 ] {db8dcd00-f9f4-4592-bbcd-b143af46e394} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3990 2025.01.08 18:24:25.747605 [ 290 ] {db8dcd00-f9f4-4592-bbcd-b143af46e394} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3991 2025.01.08 18:24:25.748198 [ 290 ] {db8dcd00-f9f4-4592-bbcd-b143af46e394} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3992 2025.01.08 18:24:25.748236 [ 290 ] {db8dcd00-f9f4-4592-bbcd-b143af46e394} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
3993 2025.01.08 18:24:25.748607 [ 290 ] {db8dcd00-f9f4-4592-bbcd-b143af46e394} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3994 2025.01.08 18:24:25.748865 [ 290 ] {db8dcd00-f9f4-4592-bbcd-b143af46e394} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3995 2025.01.08 18:24:25.749102 [ 290 ] {db8dcd00-f9f4-4592-bbcd-b143af46e394} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001575 sec., 8253.968253968254 rows/sec., 514.63 KiB/sec.
3996 2025.01.08 18:24:25.749165 [ 290 ] {db8dcd00-f9f4-4592-bbcd-b143af46e394} <Debug> TCPHandler: Processed in 0.001790866 sec.
3997 2025.01.08 18:24:25.749318 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3998 2025.01.08 18:24:25.749436 [ 284 ] {645567e7-719c-4399-84e7-8c9c2fac47aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3999 2025.01.08 18:24:25.749485 [ 284 ] {645567e7-719c-4399-84e7-8c9c2fac47aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4000 2025.01.08 18:24:25.750420 [ 284 ] {645567e7-719c-4399-84e7-8c9c2fac47aa} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4001 2025.01.08 18:24:25.750463 [ 284 ] {645567e7-719c-4399-84e7-8c9c2fac47aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
4002 2025.01.08 18:24:25.750887 [ 284 ] {645567e7-719c-4399-84e7-8c9c2fac47aa} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4003 2025.01.08 18:24:25.751139 [ 284 ] {645567e7-719c-4399-84e7-8c9c2fac47aa} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4004 2025.01.08 18:24:25.751362 [ 284 ] {645567e7-719c-4399-84e7-8c9c2fac47aa} <Debug> executeQuery: Read 853 rows, 63.19 KiB in 0.001951 sec., 437211.6863147104 rows/sec., 31.63 MiB/sec.
4005 2025.01.08 18:24:25.751423 [ 284 ] {645567e7-719c-4399-84e7-8c9c2fac47aa} <Debug> TCPHandler: Processed in 0.002164676 sec.
4006 2025.01.08 18:24:25.751591 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4007 2025.01.08 18:24:25.751713 [ 290 ] {4c11dd1b-883c-42fe-b0ac-398b2a298a2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
4008 2025.01.08 18:24:25.751765 [ 290 ] {4c11dd1b-883c-42fe-b0ac-398b2a298a2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4009 2025.01.08 18:24:25.752279 [ 290 ] {4c11dd1b-883c-42fe-b0ac-398b2a298a2b} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4010 2025.01.08 18:24:25.752318 [ 290 ] {4c11dd1b-883c-42fe-b0ac-398b2a298a2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
4011 2025.01.08 18:24:25.752712 [ 290 ] {4c11dd1b-883c-42fe-b0ac-398b2a298a2b} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4012 2025.01.08 18:24:25.752953 [ 290 ] {4c11dd1b-883c-42fe-b0ac-398b2a298a2b} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4013 2025.01.08 18:24:25.753177 [ 290 ] {4c11dd1b-883c-42fe-b0ac-398b2a298a2b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001492 sec., 4021.4477211796243 rows/sec., 210.10 KiB/sec.
4014 2025.01.08 18:24:25.753239 [ 290 ] {4c11dd1b-883c-42fe-b0ac-398b2a298a2b} <Debug> TCPHandler: Processed in 0.001707525 sec.
4015 2025.01.08 18:24:25.753388 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4016 2025.01.08 18:24:25.753506 [ 284 ] {18926e59-8770-4172-a0c4-98f35ab54d7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4017 2025.01.08 18:24:25.753560 [ 284 ] {18926e59-8770-4172-a0c4-98f35ab54d7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4018 2025.01.08 18:24:25.754325 [ 284 ] {18926e59-8770-4172-a0c4-98f35ab54d7c} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4019 2025.01.08 18:24:25.754366 [ 284 ] {18926e59-8770-4172-a0c4-98f35ab54d7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
4020 2025.01.08 18:24:25.754828 [ 284 ] {18926e59-8770-4172-a0c4-98f35ab54d7c} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4021 2025.01.08 18:24:25.755109 [ 284 ] {18926e59-8770-4172-a0c4-98f35ab54d7c} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4022 2025.01.08 18:24:25.755336 [ 284 ] {18926e59-8770-4172-a0c4-98f35ab54d7c} <Debug> executeQuery: Read 949 rows, 64.53 KiB in 0.001853 sec., 512142.4716675661 rows/sec., 34.01 MiB/sec.
4023 2025.01.08 18:24:25.755398 [ 284 ] {18926e59-8770-4172-a0c4-98f35ab54d7c} <Debug> TCPHandler: Processed in 0.002072174 sec.
4024 2025.01.08 18:24:25.755561 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4025 2025.01.08 18:24:25.755696 [ 290 ] {61b1da53-127d-4d4b-89d0-33a307c1f72b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
4026 2025.01.08 18:24:25.755768 [ 290 ] {61b1da53-127d-4d4b-89d0-33a307c1f72b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4027 2025.01.08 18:24:25.756415 [ 290 ] {61b1da53-127d-4d4b-89d0-33a307c1f72b} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4028 2025.01.08 18:24:25.756463 [ 290 ] {61b1da53-127d-4d4b-89d0-33a307c1f72b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
4029 2025.01.08 18:24:25.757073 [ 290 ] {61b1da53-127d-4d4b-89d0-33a307c1f72b} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4030 2025.01.08 18:24:25.757419 [ 290 ] {61b1da53-127d-4d4b-89d0-33a307c1f72b} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4031 2025.01.08 18:24:25.757729 [ 290 ] {61b1da53-127d-4d4b-89d0-33a307c1f72b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002061 sec., 485.201358563804 rows/sec., 32.69 KiB/sec.
4032 2025.01.08 18:24:25.757808 [ 290 ] {61b1da53-127d-4d4b-89d0-33a307c1f72b} <Debug> TCPHandler: Processed in 0.002313581 sec.
4033 2025.01.08 18:24:25.758253 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4034 2025.01.08 18:24:25.758376 [ 284 ] {e0f2bcfd-07e5-4779-9d27-fb18d52e4dbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4035 2025.01.08 18:24:25.758461 [ 284 ] {e0f2bcfd-07e5-4779-9d27-fb18d52e4dbd} <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
4036 2025.01.08 18:24:25.759685 [ 284 ] {e0f2bcfd-07e5-4779-9d27-fb18d52e4dbd} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4037 2025.01.08 18:24:25.759727 [ 284 ] {e0f2bcfd-07e5-4779-9d27-fb18d52e4dbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
4038 2025.01.08 18:24:25.760414 [ 284 ] {e0f2bcfd-07e5-4779-9d27-fb18d52e4dbd} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4039 2025.01.08 18:24:25.760690 [ 284 ] {e0f2bcfd-07e5-4779-9d27-fb18d52e4dbd} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4040 2025.01.08 18:24:25.760951 [ 284 ] {e0f2bcfd-07e5-4779-9d27-fb18d52e4dbd} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002601 sec., 14994.232987312573 rows/sec., 26.87 MiB/sec.
4041 2025.01.08 18:24:25.761072 [ 284 ] {e0f2bcfd-07e5-4779-9d27-fb18d52e4dbd} <Debug> TCPHandler: Processed in 0.002880105 sec.
4042 2025.01.08 18:24:25.761243 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4043 2025.01.08 18:24:25.761371 [ 290 ] {40f08ea4-3d54-4966-9ba6-8cebe0dcf513} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4044 2025.01.08 18:24:25.761429 [ 290 ] {40f08ea4-3d54-4966-9ba6-8cebe0dcf513} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4045 2025.01.08 18:24:25.761996 [ 290 ] {40f08ea4-3d54-4966-9ba6-8cebe0dcf513} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4046 2025.01.08 18:24:25.762037 [ 290 ] {40f08ea4-3d54-4966-9ba6-8cebe0dcf513} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
4047 2025.01.08 18:24:25.762422 [ 290 ] {40f08ea4-3d54-4966-9ba6-8cebe0dcf513} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4048 2025.01.08 18:24:25.762676 [ 290 ] {40f08ea4-3d54-4966-9ba6-8cebe0dcf513} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4049 2025.01.08 18:24:25.762898 [ 290 ] {40f08ea4-3d54-4966-9ba6-8cebe0dcf513} <Debug> executeQuery: Read 28 rows, 1.61 KiB in 0.001556 sec., 17994.85861182519 rows/sec., 1.01 MiB/sec.
4050 2025.01.08 18:24:25.762951 [ 290 ] {40f08ea4-3d54-4966-9ba6-8cebe0dcf513} <Debug> TCPHandler: Processed in 0.001771366 sec.
4051 2025.01.08 18:24:26.000190 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 182.93 MiB, peak 188.53 MiB, free memory in arenas 0.00 B, will set to 181.80 MiB (RSS), difference: -1.13 MiB
4052 2025.01.08 18:24:27.502329 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 576
4053 2025.01.08 18:24:27.505785 [ 242 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4054 2025.01.08 18:24:27.505844 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
4055 2025.01.08 18:24:27.507362 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4056 2025.01.08 18:24:27.507687 [ 242 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4057 2025.01.08 18:24:27.509005 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 576
4058 2025.01.08 18:24:29.972359 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8723
4059 2025.01.08 18:24:29.973010 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4060 2025.01.08 18:24:29.973059 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
4061 2025.01.08 18:24:29.973587 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4062 2025.01.08 18:24:29.973849 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4063 2025.01.08 18:24:29.974104 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8723
4064 2025.01.08 18:24:30.423210 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4065 2025.01.08 18:24:30.423503 [ 284 ] {d0b4f8f6-b407-4ede-903d-c9c1e71d09d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4066 2025.01.08 18:24:30.423616 [ 284 ] {d0b4f8f6-b407-4ede-903d-c9c1e71d09d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4067 2025.01.08 18:24:30.424418 [ 284 ] {d0b4f8f6-b407-4ede-903d-c9c1e71d09d7} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4068 2025.01.08 18:24:30.424468 [ 284 ] {d0b4f8f6-b407-4ede-903d-c9c1e71d09d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
4069 2025.01.08 18:24:30.424905 [ 284 ] {d0b4f8f6-b407-4ede-903d-c9c1e71d09d7} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4070 2025.01.08 18:24:30.425167 [ 284 ] {d0b4f8f6-b407-4ede-903d-c9c1e71d09d7} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4071 2025.01.08 18:24:30.425406 [ 284 ] {d0b4f8f6-b407-4ede-903d-c9c1e71d09d7} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001986 sec., 13091.641490433032 rows/sec., 1010.49 KiB/sec.
4072 2025.01.08 18:24:30.425470 [ 284 ] {d0b4f8f6-b407-4ede-903d-c9c1e71d09d7} <Debug> TCPHandler: Processed in 0.002451914 sec.
4073 2025.01.08 18:24:30.425746 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4074 2025.01.08 18:24:30.425966 [ 290 ] {8feab059-7227-4a2b-88c7-daccff14338d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4075 2025.01.08 18:24:30.426048 [ 290 ] {8feab059-7227-4a2b-88c7-daccff14338d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4076 2025.01.08 18:24:30.426886 [ 290 ] {8feab059-7227-4a2b-88c7-daccff14338d} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4077 2025.01.08 18:24:30.426929 [ 290 ] {8feab059-7227-4a2b-88c7-daccff14338d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
4078 2025.01.08 18:24:30.427385 [ 290 ] {8feab059-7227-4a2b-88c7-daccff14338d} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4079 2025.01.08 18:24:30.427646 [ 290 ] {8feab059-7227-4a2b-88c7-daccff14338d} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4080 2025.01.08 18:24:30.427890 [ 290 ] {8feab059-7227-4a2b-88c7-daccff14338d} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001974 sec., 14184.397163120568 rows/sec., 1.11 MiB/sec.
4081 2025.01.08 18:24:30.428092 [ 290 ] {8feab059-7227-4a2b-88c7-daccff14338d} <Debug> TCPHandler: Processed in 0.002484875 sec.
4082 2025.01.08 18:24:30.428311 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4083 2025.01.08 18:24:30.428458 [ 284 ] {285118d8-2959-4de9-9712-e84862a4432b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4084 2025.01.08 18:24:30.428523 [ 284 ] {285118d8-2959-4de9-9712-e84862a4432b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4085 2025.01.08 18:24:30.429124 [ 284 ] {285118d8-2959-4de9-9712-e84862a4432b} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4086 2025.01.08 18:24:30.429166 [ 284 ] {285118d8-2959-4de9-9712-e84862a4432b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
4087 2025.01.08 18:24:30.429570 [ 284 ] {285118d8-2959-4de9-9712-e84862a4432b} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4088 2025.01.08 18:24:30.429832 [ 284 ] {285118d8-2959-4de9-9712-e84862a4432b} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4089 2025.01.08 18:24:30.430043 [ 284 ] {285118d8-2959-4de9-9712-e84862a4432b} <Debug> executeQuery: Read 80 rows, 5.68 KiB in 0.001621 sec., 49352.251696483654 rows/sec., 3.42 MiB/sec.
4090 2025.01.08 18:24:30.430100 [ 284 ] {285118d8-2959-4de9-9712-e84862a4432b} <Debug> TCPHandler: Processed in 0.00189627 sec.
4091 2025.01.08 18:24:30.430269 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4092 2025.01.08 18:24:30.430416 [ 290 ] {f5bca013-73ec-42bb-a541-c7f72ac4cece} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4093 2025.01.08 18:24:30.430481 [ 290 ] {f5bca013-73ec-42bb-a541-c7f72ac4cece} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4094 2025.01.08 18:24:30.431033 [ 290 ] {f5bca013-73ec-42bb-a541-c7f72ac4cece} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4095 2025.01.08 18:24:30.431073 [ 290 ] {f5bca013-73ec-42bb-a541-c7f72ac4cece} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
4096 2025.01.08 18:24:30.431461 [ 290 ] {f5bca013-73ec-42bb-a541-c7f72ac4cece} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4097 2025.01.08 18:24:30.431709 [ 290 ] {f5bca013-73ec-42bb-a541-c7f72ac4cece} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4098 2025.01.08 18:24:30.431922 [ 290 ] {f5bca013-73ec-42bb-a541-c7f72ac4cece} <Debug> executeQuery: Read 24 rows, 1.68 KiB in 0.001543 sec., 15554.115359688916 rows/sec., 1.07 MiB/sec.
4099 2025.01.08 18:24:30.431976 [ 290 ] {f5bca013-73ec-42bb-a541-c7f72ac4cece} <Debug> TCPHandler: Processed in 0.001776747 sec.
4100 2025.01.08 18:24:30.561560 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144
4101 2025.01.08 18:24:30.583381 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4102 2025.01.08 18:24:30.583438 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
4103 2025.01.08 18:24:30.591344 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4104 2025.01.08 18:24:30.592152 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4105 2025.01.08 18:24:30.594773 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144
4106 2025.01.08 18:24:35.424039 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4107 2025.01.08 18:24:35.424366 [ 284 ] {e185c1b3-2a68-41b9-be18-35e695dd4ee4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4108 2025.01.08 18:24:35.424483 [ 284 ] {e185c1b3-2a68-41b9-be18-35e695dd4ee4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4109 2025.01.08 18:24:35.425449 [ 284 ] {e185c1b3-2a68-41b9-be18-35e695dd4ee4} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4110 2025.01.08 18:24:35.425494 [ 284 ] {e185c1b3-2a68-41b9-be18-35e695dd4ee4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
4111 2025.01.08 18:24:35.425939 [ 284 ] {e185c1b3-2a68-41b9-be18-35e695dd4ee4} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4112 2025.01.08 18:24:35.426203 [ 284 ] {e185c1b3-2a68-41b9-be18-35e695dd4ee4} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4113 2025.01.08 18:24:35.426414 [ 284 ] {e185c1b3-2a68-41b9-be18-35e695dd4ee4} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.002132 sec., 12195.121951219511 rows/sec., 941.29 KiB/sec.
4114 2025.01.08 18:24:35.426476 [ 284 ] {e185c1b3-2a68-41b9-be18-35e695dd4ee4} <Debug> TCPHandler: Processed in 0.002631059 sec.
4115 2025.01.08 18:24:35.426817 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4116 2025.01.08 18:24:35.427087 [ 290 ] {3c5135d7-8ea1-4e4b-9135-812cee03b3b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4117 2025.01.08 18:24:35.427163 [ 290 ] {3c5135d7-8ea1-4e4b-9135-812cee03b3b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4118 2025.01.08 18:24:35.427938 [ 290 ] {3c5135d7-8ea1-4e4b-9135-812cee03b3b6} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4119 2025.01.08 18:24:35.427988 [ 290 ] {3c5135d7-8ea1-4e4b-9135-812cee03b3b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
4120 2025.01.08 18:24:35.428441 [ 290 ] {3c5135d7-8ea1-4e4b-9135-812cee03b3b6} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4121 2025.01.08 18:24:35.428700 [ 290 ] {3c5135d7-8ea1-4e4b-9135-812cee03b3b6} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4122 2025.01.08 18:24:35.428959 [ 290 ] {3c5135d7-8ea1-4e4b-9135-812cee03b3b6} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001925 sec., 14545.454545454544 rows/sec., 1.13 MiB/sec.
4123 2025.01.08 18:24:35.429091 [ 290 ] {3c5135d7-8ea1-4e4b-9135-812cee03b3b6} <Debug> TCPHandler: Processed in 0.002480215 sec.
4124 2025.01.08 18:24:35.429248 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4125 2025.01.08 18:24:35.429374 [ 284 ] {582fb52e-950a-45ea-b415-d179828a9e2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4126 2025.01.08 18:24:35.429433 [ 284 ] {582fb52e-950a-45ea-b415-d179828a9e2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4127 2025.01.08 18:24:35.430006 [ 284 ] {582fb52e-950a-45ea-b415-d179828a9e2e} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4128 2025.01.08 18:24:35.430046 [ 284 ] {582fb52e-950a-45ea-b415-d179828a9e2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
4129 2025.01.08 18:24:35.430452 [ 284 ] {582fb52e-950a-45ea-b415-d179828a9e2e} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4130 2025.01.08 18:24:35.430717 [ 284 ] {582fb52e-950a-45ea-b415-d179828a9e2e} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4131 2025.01.08 18:24:35.430907 [ 284 ] {582fb52e-950a-45ea-b415-d179828a9e2e} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001563 sec., 63979.52655150352 rows/sec., 4.44 MiB/sec.
4132 2025.01.08 18:24:35.430962 [ 284 ] {582fb52e-950a-45ea-b415-d179828a9e2e} <Debug> TCPHandler: Processed in 0.001773266 sec.
4133 2025.01.08 18:24:35.431129 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4134 2025.01.08 18:24:35.431275 [ 290 ] {318d1bad-1ba1-4662-b94a-c20cec2bda6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4135 2025.01.08 18:24:35.431342 [ 290 ] {318d1bad-1ba1-4662-b94a-c20cec2bda6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4136 2025.01.08 18:24:35.431953 [ 290 ] {318d1bad-1ba1-4662-b94a-c20cec2bda6a} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4137 2025.01.08 18:24:35.431994 [ 290 ] {318d1bad-1ba1-4662-b94a-c20cec2bda6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
4138 2025.01.08 18:24:35.432396 [ 290 ] {318d1bad-1ba1-4662-b94a-c20cec2bda6a} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4139 2025.01.08 18:24:35.432643 [ 290 ] {318d1bad-1ba1-4662-b94a-c20cec2bda6a} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4140 2025.01.08 18:24:35.432864 [ 290 ] {318d1bad-1ba1-4662-b94a-c20cec2bda6a} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001626 sec., 18450.18450184502 rows/sec., 1.26 MiB/sec.
4141 2025.01.08 18:24:35.432918 [ 290 ] {318d1bad-1ba1-4662-b94a-c20cec2bda6a} <Debug> TCPHandler: Processed in 0.001857888 sec.
4142 2025.01.08 18:24:37.352767 [ 26 ] {} <Debug> DNSResolver: Updating DNS cache
4143 2025.01.08 18:24:37.352871 [ 26 ] {} <Debug> DNSResolver: Updated DNS cache
4144 2025.01.08 18:24:37.474236 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9211
4145 2025.01.08 18:24:37.475454 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4146 2025.01.08 18:24:37.475502 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
4147 2025.01.08 18:24:37.476104 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4148 2025.01.08 18:24:37.476369 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4149 2025.01.08 18:24:37.476655 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211
4150 2025.01.08 18:24:37.509334 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 592
4151 2025.01.08 18:24:37.512520 [ 242 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4152 2025.01.08 18:24:37.512569 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
4153 2025.01.08 18:24:37.514074 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4154 2025.01.08 18:24:37.514414 [ 242 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4155 2025.01.08 18:24:37.515141 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 592
4156 2025.01.08 18:24:38.094826 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151
4157 2025.01.08 18:24:38.116210 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4158 2025.01.08 18:24:38.116278 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
4159 2025.01.08 18:24:38.124104 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4160 2025.01.08 18:24:38.124966 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4161 2025.01.08 18:24:38.128597 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151
4162 2025.01.08 18:24:40.429692 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4163 2025.01.08 18:24:40.429888 [ 284 ] {4176e30c-a3ce-4ab6-839b-28503bfd19c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4164 2025.01.08 18:24:40.429968 [ 284 ] {4176e30c-a3ce-4ab6-839b-28503bfd19c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4165 2025.01.08 18:24:40.430751 [ 284 ] {4176e30c-a3ce-4ab6-839b-28503bfd19c4} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4166 2025.01.08 18:24:40.430803 [ 284 ] {4176e30c-a3ce-4ab6-839b-28503bfd19c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
4167 2025.01.08 18:24:40.431259 [ 284 ] {4176e30c-a3ce-4ab6-839b-28503bfd19c4} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4168 2025.01.08 18:24:40.431559 [ 284 ] {4176e30c-a3ce-4ab6-839b-28503bfd19c4} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4169 2025.01.08 18:24:40.431715 [ 43 ] {} <Debug> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0
4170 2025.01.08 18:24:40.431757 [ 43 ] {} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4171 2025.01.08 18:24:40.431775 [ 284 ] {4176e30c-a3ce-4ab6-839b-28503bfd19c4} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001941 sec., 7212.776919113859 rows/sec., 519.22 KiB/sec.
4172 2025.01.08 18:24:40.431782 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
4173 2025.01.08 18:24:40.431928 [ 284 ] {4176e30c-a3ce-4ab6-839b-28503bfd19c4} <Debug> TCPHandler: Processed in 0.002368182 sec.
4174 2025.01.08 18:24:40.432253 [ 196 ] {3fec6173-3e69-4314-b82a-beabd4844532::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
4175 2025.01.08 18:24:40.432424 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4176 2025.01.08 18:24:40.432462 [ 196 ] {3fec6173-3e69-4314-b82a-beabd4844532::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4177 2025.01.08 18:24:40.432515 [ 196 ] {3fec6173-3e69-4314-b82a-beabd4844532::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
4178 2025.01.08 18:24:40.432739 [ 290 ] {14e0b9a2-0b0f-4c75-87f2-47bdcecf5b48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4179 2025.01.08 18:24:40.432765 [ 196 ] {3fec6173-3e69-4314-b82a-beabd4844532::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
4180 2025.01.08 18:24:40.432906 [ 290 ] {14e0b9a2-0b0f-4c75-87f2-47bdcecf5b48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4181 2025.01.08 18:24:40.432996 [ 196 ] {3fec6173-3e69-4314-b82a-beabd4844532::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
4182 2025.01.08 18:24:40.433420 [ 196 ] {3fec6173-3e69-4314-b82a-beabd4844532::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
4183 2025.01.08 18:24:40.433735 [ 196 ] {3fec6173-3e69-4314-b82a-beabd4844532::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
4184 2025.01.08 18:24:40.436186 [ 290 ] {14e0b9a2-0b0f-4c75-87f2-47bdcecf5b48} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4185 2025.01.08 18:24:40.436268 [ 290 ] {14e0b9a2-0b0f-4c75-87f2-47bdcecf5b48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
4186 2025.01.08 18:24:40.436696 [ 194 ] {3fec6173-3e69-4314-b82a-beabd4844532::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004791756 sec., 14608.423300351686 rows/sec., 1.08 MiB/sec.
4187 2025.01.08 18:24:40.437059 [ 194 ] {3fec6173-3e69-4314-b82a-beabd4844532::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary)
4188 2025.01.08 18:24:40.437171 [ 290 ] {14e0b9a2-0b0f-4c75-87f2-47bdcecf5b48} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
4189 2025.01.08 18:24:40.437631 [ 290 ] {14e0b9a2-0b0f-4c75-87f2-47bdcecf5b48} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4190 2025.01.08 18:24:40.437861 [ 60 ] {} <Debug> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
4191 2025.01.08 18:24:40.437950 [ 194 ] {3fec6173-3e69-4314-b82a-beabd4844532::all_1_13_3} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4192 2025.01.08 18:24:40.437963 [ 60 ] {} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4193 2025.01.08 18:24:40.438056 [ 290 ] {14e0b9a2-0b0f-4c75-87f2-47bdcecf5b48} <Debug> executeQuery: Read 253 rows, 23.21 KiB in 0.005435 sec., 46550.137994480225 rows/sec., 4.17 MiB/sec.
4194 2025.01.08 18:24:40.438076 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
4195 2025.01.08 18:24:40.438458 [ 194 ] {3fec6173-3e69-4314-b82a-beabd4844532::all_1_13_3} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3
4196 2025.01.08 18:24:40.438584 [ 290 ] {14e0b9a2-0b0f-4c75-87f2-47bdcecf5b48} <Debug> TCPHandler: Processed in 0.00650884 sec.
4197 2025.01.08 18:24:40.438700 [ 186 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::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
4198 2025.01.08 18:24:40.438922 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4199 2025.01.08 18:24:40.438969 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
4200 2025.01.08 18:24:40.439420 [ 284 ] {4dc5d18e-0839-42af-b7c3-3838154d3729} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4201 2025.01.08 18:24:40.439517 [ 186 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4202 2025.01.08 18:24:40.439592 [ 284 ] {4dc5d18e-0839-42af-b7c3-3838154d3729} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4203 2025.01.08 18:24:40.439654 [ 186 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1396 rows starting from the beginning of the part
4204 2025.01.08 18:24:40.440071 [ 186 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 26 rows starting from the beginning of the part
4205 2025.01.08 18:24:40.440334 [ 186 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1397 rows starting from the beginning of the part
4206 2025.01.08 18:24:40.440686 [ 186 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 26 rows starting from the beginning of the part
4207 2025.01.08 18:24:40.441088 [ 186 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 26 rows starting from the beginning of the part
4208 2025.01.08 18:24:40.441467 [ 186 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 253 rows starting from the beginning of the part
4209 2025.01.08 18:24:40.442880 [ 284 ] {4dc5d18e-0839-42af-b7c3-3838154d3729} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4210 2025.01.08 18:24:40.442953 [ 284 ] {4dc5d18e-0839-42af-b7c3-3838154d3729} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
4211 2025.01.08 18:24:40.444025 [ 284 ] {4dc5d18e-0839-42af-b7c3-3838154d3729} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4212 2025.01.08 18:24:40.444405 [ 284 ] {4dc5d18e-0839-42af-b7c3-3838154d3729} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4213 2025.01.08 18:24:40.444882 [ 284 ] {4dc5d18e-0839-42af-b7c3-3838154d3729} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.005575 sec., 8430.493273542601 rows/sec., 621.32 KiB/sec.
4214 2025.01.08 18:24:40.445133 [ 284 ] {4dc5d18e-0839-42af-b7c3-3838154d3729} <Debug> TCPHandler: Processed in 0.006359886 sec.
4215 2025.01.08 18:24:40.445139 [ 186 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3124 rows, containing 5 columns (5 merged, 0 gathered) in 0.006917571 sec., 451603.604791335 rows/sec., 39.72 MiB/sec.
4216 2025.01.08 18:24:40.445361 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4217 2025.01.08 18:24:40.445496 [ 194 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
4218 2025.01.08 18:24:40.445564 [ 290 ] {b835b884-a58f-4afb-b309-299e390a862d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4219 2025.01.08 18:24:40.445687 [ 290 ] {b835b884-a58f-4afb-b309-299e390a862d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4220 2025.01.08 18:24:40.446376 [ 194 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_31_6} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4221 2025.01.08 18:24:40.446675 [ 194 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_31_6} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
4222 2025.01.08 18:24:40.446888 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB.
4223 2025.01.08 18:24:40.446979 [ 290 ] {b835b884-a58f-4afb-b309-299e390a862d} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4224 2025.01.08 18:24:40.447024 [ 290 ] {b835b884-a58f-4afb-b309-299e390a862d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
4225 2025.01.08 18:24:40.447404 [ 290 ] {b835b884-a58f-4afb-b309-299e390a862d} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4226 2025.01.08 18:24:40.447656 [ 290 ] {b835b884-a58f-4afb-b309-299e390a862d} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4227 2025.01.08 18:24:40.447942 [ 290 ] {b835b884-a58f-4afb-b309-299e390a862d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002428 sec., 5766.062602965403 rows/sec., 403.82 KiB/sec.
4228 2025.01.08 18:24:40.448140 [ 290 ] {b835b884-a58f-4afb-b309-299e390a862d} <Debug> TCPHandler: Processed in 0.002855685 sec.
4229 2025.01.08 18:24:40.448330 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4230 2025.01.08 18:24:40.448454 [ 284 ] {64248af7-2ae4-40b1-9f97-58630c1fb411} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
4231 2025.01.08 18:24:40.448506 [ 284 ] {64248af7-2ae4-40b1-9f97-58630c1fb411} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4232 2025.01.08 18:24:40.449122 [ 284 ] {64248af7-2ae4-40b1-9f97-58630c1fb411} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4233 2025.01.08 18:24:40.449162 [ 284 ] {64248af7-2ae4-40b1-9f97-58630c1fb411} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
4234 2025.01.08 18:24:40.449542 [ 284 ] {64248af7-2ae4-40b1-9f97-58630c1fb411} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4235 2025.01.08 18:24:40.449809 [ 284 ] {64248af7-2ae4-40b1-9f97-58630c1fb411} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4236 2025.01.08 18:24:40.449979 [ 60 ] {} <Debug> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0
4237 2025.01.08 18:24:40.450040 [ 60 ] {} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4238 2025.01.08 18:24:40.450075 [ 284 ] {64248af7-2ae4-40b1-9f97-58630c1fb411} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001642 sec., 7917.174177831912 rows/sec., 493.63 KiB/sec.
4239 2025.01.08 18:24:40.450081 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
4240 2025.01.08 18:24:40.450264 [ 284 ] {64248af7-2ae4-40b1-9f97-58630c1fb411} <Debug> TCPHandler: Processed in 0.001991152 sec.
4241 2025.01.08 18:24:40.450557 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4242 2025.01.08 18:24:40.450577 [ 197 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::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
4243 2025.01.08 18:24:40.450789 [ 290 ] {ead673c3-82c7-4436-8262-05826d9355a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4244 2025.01.08 18:24:40.450831 [ 197 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4245 2025.01.08 18:24:40.450856 [ 290 ] {ead673c3-82c7-4436-8262-05826d9355a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4246 2025.01.08 18:24:40.450872 [ 197 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::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
4247 2025.01.08 18:24:40.451121 [ 197 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::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
4248 2025.01.08 18:24:40.451455 [ 197 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::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
4249 2025.01.08 18:24:40.451894 [ 197 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::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
4250 2025.01.08 18:24:40.452219 [ 197 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::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
4251 2025.01.08 18:24:40.453562 [ 290 ] {ead673c3-82c7-4436-8262-05826d9355a6} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4252 2025.01.08 18:24:40.453626 [ 290 ] {ead673c3-82c7-4436-8262-05826d9355a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
4253 2025.01.08 18:24:40.453860 [ 188 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003629045 sec., 17911.048223430684 rows/sec., 1.16 MiB/sec.
4254 2025.01.08 18:24:40.454091 [ 188 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary)
4255 2025.01.08 18:24:40.454541 [ 290 ] {ead673c3-82c7-4436-8262-05826d9355a6} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
4256 2025.01.08 18:24:40.454616 [ 188 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::all_1_13_3} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4257 2025.01.08 18:24:40.454746 [ 188 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::all_1_13_3} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3
4258 2025.01.08 18:24:40.454914 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
4259 2025.01.08 18:24:40.455026 [ 290 ] {ead673c3-82c7-4436-8262-05826d9355a6} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4260 2025.01.08 18:24:40.455236 [ 60 ] {} <Debug> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
4261 2025.01.08 18:24:40.455294 [ 60 ] {} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4262 2025.01.08 18:24:40.455315 [ 290 ] {ead673c3-82c7-4436-8262-05826d9355a6} <Debug> executeQuery: Read 386 rows, 28.01 KiB in 0.004576 sec., 84353.14685314686 rows/sec., 5.98 MiB/sec.
4263 2025.01.08 18:24:40.455335 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
4264 2025.01.08 18:24:40.455514 [ 290 ] {ead673c3-82c7-4436-8262-05826d9355a6} <Debug> TCPHandler: Processed in 0.005122584 sec.
4265 2025.01.08 18:24:40.455559 [ 201 ] {fa7e1080-106a-46d6-b087-687f1bf68453::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
4266 2025.01.08 18:24:40.455681 [ 201 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4267 2025.01.08 18:24:40.455717 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4268 2025.01.08 18:24:40.455745 [ 201 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 869 rows starting from the beginning of the part
4269 2025.01.08 18:24:40.456057 [ 201 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 28 rows starting from the beginning of the part
4270 2025.01.08 18:24:40.456135 [ 284 ] {a8fbe7b2-aa83-46cf-9044-fdd40cdde238} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
4271 2025.01.08 18:24:40.456299 [ 201 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 853 rows starting from the beginning of the part
4272 2025.01.08 18:24:40.456371 [ 284 ] {a8fbe7b2-aa83-46cf-9044-fdd40cdde238} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4273 2025.01.08 18:24:40.456644 [ 201 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 28 rows starting from the beginning of the part
4274 2025.01.08 18:24:40.457043 [ 201 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 28 rows starting from the beginning of the part
4275 2025.01.08 18:24:40.457385 [ 201 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 386 rows starting from the beginning of the part
4276 2025.01.08 18:24:40.458440 [ 284 ] {a8fbe7b2-aa83-46cf-9044-fdd40cdde238} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4277 2025.01.08 18:24:40.458493 [ 284 ] {a8fbe7b2-aa83-46cf-9044-fdd40cdde238} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
4278 2025.01.08 18:24:40.459526 [ 284 ] {a8fbe7b2-aa83-46cf-9044-fdd40cdde238} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4279 2025.01.08 18:24:40.459876 [ 284 ] {a8fbe7b2-aa83-46cf-9044-fdd40cdde238} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4280 2025.01.08 18:24:40.460518 [ 284 ] {a8fbe7b2-aa83-46cf-9044-fdd40cdde238} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004495 sec., 1334.8164627363738 rows/sec., 69.74 KiB/sec.
4281 2025.01.08 18:24:40.460840 [ 284 ] {a8fbe7b2-aa83-46cf-9044-fdd40cdde238} <Debug> TCPHandler: Processed in 0.005210406 sec.
4282 2025.01.08 18:24:40.460858 [ 193 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2192 rows, containing 5 columns (5 merged, 0 gathered) in 0.005391401 sec., 406573.35635023256 rows/sec., 30.96 MiB/sec.
4283 2025.01.08 18:24:40.461015 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4284 2025.01.08 18:24:40.461113 [ 193 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
4285 2025.01.08 18:24:40.461179 [ 290 ] {833127cf-ae19-45b7-a248-7a55715aedc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4286 2025.01.08 18:24:40.461252 [ 290 ] {833127cf-ae19-45b7-a248-7a55715aedc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4287 2025.01.08 18:24:40.461557 [ 193 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_31_6} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4288 2025.01.08 18:24:40.461695 [ 193 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_31_6} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
4289 2025.01.08 18:24:40.461797 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB.
4290 2025.01.08 18:24:40.462095 [ 290 ] {833127cf-ae19-45b7-a248-7a55715aedc0} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4291 2025.01.08 18:24:40.462140 [ 290 ] {833127cf-ae19-45b7-a248-7a55715aedc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
4292 2025.01.08 18:24:40.462543 [ 290 ] {833127cf-ae19-45b7-a248-7a55715aedc0} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
4293 2025.01.08 18:24:40.462793 [ 290 ] {833127cf-ae19-45b7-a248-7a55715aedc0} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4294 2025.01.08 18:24:40.462961 [ 60 ] {} <Debug> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
4295 2025.01.08 18:24:40.463020 [ 60 ] {} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4296 2025.01.08 18:24:40.463045 [ 290 ] {833127cf-ae19-45b7-a248-7a55715aedc0} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001906 sec., 92864.63798530956 rows/sec., 6.13 MiB/sec.
4297 2025.01.08 18:24:40.463062 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
4298 2025.01.08 18:24:40.463219 [ 290 ] {833127cf-ae19-45b7-a248-7a55715aedc0} <Debug> TCPHandler: Processed in 0.00227298 sec.
4299 2025.01.08 18:24:40.463322 [ 199 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::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
4300 2025.01.08 18:24:40.463402 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4301 2025.01.08 18:24:40.463458 [ 199 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4302 2025.01.08 18:24:40.463494 [ 199 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 6900 rows starting from the beginning of the part
4303 2025.01.08 18:24:40.463577 [ 284 ] {d75cf185-d7c7-43a0-b10a-864bfff2c175} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
4304 2025.01.08 18:24:40.463701 [ 199 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 100 rows starting from the beginning of the part
4305 2025.01.08 18:24:40.463771 [ 284 ] {d75cf185-d7c7-43a0-b10a-864bfff2c175} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4306 2025.01.08 18:24:40.464089 [ 199 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 949 rows starting from the beginning of the part
4307 2025.01.08 18:24:40.464516 [ 199 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 80 rows starting from the beginning of the part
4308 2025.01.08 18:24:40.464888 [ 199 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 100 rows starting from the beginning of the part
4309 2025.01.08 18:24:40.465305 [ 199 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 177 rows starting from the beginning of the part
4310 2025.01.08 18:24:40.466028 [ 284 ] {d75cf185-d7c7-43a0-b10a-864bfff2c175} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4311 2025.01.08 18:24:40.466065 [ 284 ] {d75cf185-d7c7-43a0-b10a-864bfff2c175} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
4312 2025.01.08 18:24:40.466516 [ 284 ] {d75cf185-d7c7-43a0-b10a-864bfff2c175} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4313 2025.01.08 18:24:40.466855 [ 284 ] {d75cf185-d7c7-43a0-b10a-864bfff2c175} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4314 2025.01.08 18:24:40.467304 [ 284 ] {d75cf185-d7c7-43a0-b10a-864bfff2c175} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003768 sec., 265.3927813163482 rows/sec., 17.88 KiB/sec.
4315 2025.01.08 18:24:40.467503 [ 284 ] {d75cf185-d7c7-43a0-b10a-864bfff2c175} <Debug> TCPHandler: Processed in 0.004170159 sec.
4316 2025.01.08 18:24:40.467662 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4317 2025.01.08 18:24:40.467814 [ 290 ] {4421c79f-b3b2-41ec-98ee-12079f3b676d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4318 2025.01.08 18:24:40.467964 [ 290 ] {4421c79f-b3b2-41ec-98ee-12079f3b676d} <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
4319 2025.01.08 18:24:40.469591 [ 199 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8306 rows, containing 5 columns (5 merged, 0 gathered) in 0.006385107 sec., 1300839.5943873767 rows/sec., 87.11 MiB/sec.
4320 2025.01.08 18:24:40.469850 [ 199 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
4321 2025.01.08 18:24:40.470548 [ 199 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4322 2025.01.08 18:24:40.470549 [ 290 ] {4421c79f-b3b2-41ec-98ee-12079f3b676d} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4323 2025.01.08 18:24:40.470625 [ 290 ] {4421c79f-b3b2-41ec-98ee-12079f3b676d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
4324 2025.01.08 18:24:40.470666 [ 199 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
4325 2025.01.08 18:24:40.470848 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.44 MiB.
4326 2025.01.08 18:24:40.471520 [ 290 ] {4421c79f-b3b2-41ec-98ee-12079f3b676d} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4327 2025.01.08 18:24:40.471788 [ 290 ] {4421c79f-b3b2-41ec-98ee-12079f3b676d} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4328 2025.01.08 18:24:40.472038 [ 290 ] {4421c79f-b3b2-41ec-98ee-12079f3b676d} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.004257 sec., 9396.288466055907 rows/sec., 16.84 MiB/sec.
4329 2025.01.08 18:24:40.472146 [ 290 ] {4421c79f-b3b2-41ec-98ee-12079f3b676d} <Debug> TCPHandler: Processed in 0.004560639 sec.
4330 2025.01.08 18:24:40.472305 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4331 2025.01.08 18:24:40.472422 [ 284 ] {306b7305-b4d6-44c0-97d6-84a571f233c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4332 2025.01.08 18:24:40.472473 [ 284 ] {306b7305-b4d6-44c0-97d6-84a571f233c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4333 2025.01.08 18:24:40.472976 [ 284 ] {306b7305-b4d6-44c0-97d6-84a571f233c5} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4334 2025.01.08 18:24:40.473015 [ 284 ] {306b7305-b4d6-44c0-97d6-84a571f233c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
4335 2025.01.08 18:24:40.473389 [ 284 ] {306b7305-b4d6-44c0-97d6-84a571f233c5} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
4336 2025.01.08 18:24:40.473632 [ 284 ] {306b7305-b4d6-44c0-97d6-84a571f233c5} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4337 2025.01.08 18:24:40.473795 [ 60 ] {} <Debug> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
4338 2025.01.08 18:24:40.473851 [ 60 ] {} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4339 2025.01.08 18:24:40.473885 [ 284 ] {306b7305-b4d6-44c0-97d6-84a571f233c5} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001479 sec., 35158.89114266396 rows/sec., 2.18 MiB/sec.
4340 2025.01.08 18:24:40.473893 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB.
4341 2025.01.08 18:24:40.474013 [ 284 ] {306b7305-b4d6-44c0-97d6-84a571f233c5} <Debug> TCPHandler: Processed in 0.001761516 sec.
4342 2025.01.08 18:24:40.474258 [ 187 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::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
4343 2025.01.08 18:24:40.474731 [ 187 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4344 2025.01.08 18:24:40.474813 [ 187 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 926 rows starting from the beginning of the part
4345 2025.01.08 18:24:40.474937 [ 187 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::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
4346 2025.01.08 18:24:40.475184 [ 187 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 28 rows starting from the beginning of the part
4347 2025.01.08 18:24:40.475343 [ 187 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 24 rows starting from the beginning of the part
4348 2025.01.08 18:24:40.475578 [ 187 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::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
4349 2025.01.08 18:24:40.475735 [ 187 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 52 rows starting from the beginning of the part
4350 2025.01.08 18:24:40.477146 [ 200 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1090 rows, containing 4 columns (4 merged, 0 gathered) in 0.003119871 sec., 349373.41960613115 rows/sec., 22.51 MiB/sec.
4351 2025.01.08 18:24:40.477343 [ 189 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
4352 2025.01.08 18:24:40.477662 [ 189 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_31_6} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4353 2025.01.08 18:24:40.477748 [ 189 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_31_6} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
4354 2025.01.08 18:24:40.477832 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB.
4355 2025.01.08 18:24:44.976784 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9638
4356 2025.01.08 18:24:44.977443 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4357 2025.01.08 18:24:44.977488 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
4358 2025.01.08 18:24:44.978029 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4359 2025.01.08 18:24:44.978298 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4360 2025.01.08 18:24:44.978504 [ 134 ] {} <Debug> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4361 2025.01.08 18:24:44.978575 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9638
4362 2025.01.08 18:24:44.978616 [ 134 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4363 2025.01.08 18:24:44.978644 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
4364 2025.01.08 18:24:44.978791 [ 189 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::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
4365 2025.01.08 18:24:44.978958 [ 189 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4366 2025.01.08 18:24:44.979000 [ 189 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::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
4367 2025.01.08 18:24:44.979081 [ 189 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 427 rows starting from the beginning of the part
4368 2025.01.08 18:24:44.979274 [ 189 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 488 rows starting from the beginning of the part
4369 2025.01.08 18:24:44.979524 [ 189 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 427 rows starting from the beginning of the part
4370 2025.01.08 18:24:44.979730 [ 189 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 488 rows starting from the beginning of the part
4371 2025.01.08 18:24:44.979911 [ 189 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 427 rows starting from the beginning of the part
4372 2025.01.08 18:24:44.982409 [ 200 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9638 rows, containing 4 columns (4 merged, 0 gathered) in 0.003689266 sec., 2612443.776079036 rows/sec., 37.37 MiB/sec.
4373 2025.01.08 18:24:44.982637 [ 189 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4374 2025.01.08 18:24:44.982945 [ 189 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::all_1_21_4} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4375 2025.01.08 18:24:44.983031 [ 189 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::all_1_21_4} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4376 2025.01.08 18:24:44.983126 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.42 MiB.
4377 2025.01.08 18:24:45.423667 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4378 2025.01.08 18:24:45.423864 [ 284 ] {ddb60d95-0650-4b02-9ad4-59950da8d72c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4379 2025.01.08 18:24:45.423939 [ 284 ] {ddb60d95-0650-4b02-9ad4-59950da8d72c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4380 2025.01.08 18:24:45.424701 [ 284 ] {ddb60d95-0650-4b02-9ad4-59950da8d72c} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4381 2025.01.08 18:24:45.424745 [ 284 ] {ddb60d95-0650-4b02-9ad4-59950da8d72c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
4382 2025.01.08 18:24:45.425150 [ 284 ] {ddb60d95-0650-4b02-9ad4-59950da8d72c} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
4383 2025.01.08 18:24:45.425402 [ 284 ] {ddb60d95-0650-4b02-9ad4-59950da8d72c} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4384 2025.01.08 18:24:45.425632 [ 284 ] {ddb60d95-0650-4b02-9ad4-59950da8d72c} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001824 sec., 14254.38596491228 rows/sec., 1.07 MiB/sec.
4385 2025.01.08 18:24:45.425693 [ 284 ] {ddb60d95-0650-4b02-9ad4-59950da8d72c} <Debug> TCPHandler: Processed in 0.002160296 sec.
4386 2025.01.08 18:24:45.425961 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4387 2025.01.08 18:24:45.426159 [ 290 ] {044ba796-6e49-49d0-ae09-e6c6d0c2e6c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4388 2025.01.08 18:24:45.426242 [ 290 ] {044ba796-6e49-49d0-ae09-e6c6d0c2e6c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4389 2025.01.08 18:24:45.427022 [ 290 ] {044ba796-6e49-49d0-ae09-e6c6d0c2e6c6} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4390 2025.01.08 18:24:45.427077 [ 290 ] {044ba796-6e49-49d0-ae09-e6c6d0c2e6c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
4391 2025.01.08 18:24:45.427532 [ 290 ] {044ba796-6e49-49d0-ae09-e6c6d0c2e6c6} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
4392 2025.01.08 18:24:45.427793 [ 290 ] {044ba796-6e49-49d0-ae09-e6c6d0c2e6c6} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4393 2025.01.08 18:24:45.428071 [ 290 ] {044ba796-6e49-49d0-ae09-e6c6d0c2e6c6} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001963 sec., 14263.881813550688 rows/sec., 1.11 MiB/sec.
4394 2025.01.08 18:24:45.428269 [ 290 ] {044ba796-6e49-49d0-ae09-e6c6d0c2e6c6} <Debug> TCPHandler: Processed in 0.002440763 sec.
4395 2025.01.08 18:24:45.428487 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4396 2025.01.08 18:24:45.428610 [ 284 ] {d87b62d1-fb05-4033-8ace-90a14973054f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4397 2025.01.08 18:24:45.428667 [ 284 ] {d87b62d1-fb05-4033-8ace-90a14973054f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4398 2025.01.08 18:24:45.429237 [ 284 ] {d87b62d1-fb05-4033-8ace-90a14973054f} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4399 2025.01.08 18:24:45.429282 [ 284 ] {d87b62d1-fb05-4033-8ace-90a14973054f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
4400 2025.01.08 18:24:45.429689 [ 284 ] {d87b62d1-fb05-4033-8ace-90a14973054f} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
4401 2025.01.08 18:24:45.429960 [ 284 ] {d87b62d1-fb05-4033-8ace-90a14973054f} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4402 2025.01.08 18:24:45.430173 [ 284 ] {d87b62d1-fb05-4033-8ace-90a14973054f} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001589 sec., 62932.662051604784 rows/sec., 4.36 MiB/sec.
4403 2025.01.08 18:24:45.430229 [ 284 ] {d87b62d1-fb05-4033-8ace-90a14973054f} <Debug> TCPHandler: Processed in 0.001828958 sec.
4404 2025.01.08 18:24:45.430394 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4405 2025.01.08 18:24:45.430541 [ 290 ] {58b5f3de-dfab-427f-a329-726b1f5bb5e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4406 2025.01.08 18:24:45.430608 [ 290 ] {58b5f3de-dfab-427f-a329-726b1f5bb5e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4407 2025.01.08 18:24:45.431208 [ 290 ] {58b5f3de-dfab-427f-a329-726b1f5bb5e3} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4408 2025.01.08 18:24:45.431257 [ 290 ] {58b5f3de-dfab-427f-a329-726b1f5bb5e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
4409 2025.01.08 18:24:45.431658 [ 290 ] {58b5f3de-dfab-427f-a329-726b1f5bb5e3} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
4410 2025.01.08 18:24:45.431900 [ 290 ] {58b5f3de-dfab-427f-a329-726b1f5bb5e3} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4411 2025.01.08 18:24:45.432113 [ 290 ] {58b5f3de-dfab-427f-a329-726b1f5bb5e3} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001609 sec., 18645.121193287756 rows/sec., 1.28 MiB/sec.
4412 2025.01.08 18:24:45.432167 [ 290 ] {58b5f3de-dfab-427f-a329-726b1f5bb5e3} <Debug> TCPHandler: Processed in 0.001841858 sec.
4413 2025.01.08 18:24:45.628650 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159
4414 2025.01.08 18:24:45.649905 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4415 2025.01.08 18:24:45.649965 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
4416 2025.01.08 18:24:45.657930 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4417 2025.01.08 18:24:45.658715 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4418 2025.01.08 18:24:45.659091 [ 151 ] {} <Debug> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4419 2025.01.08 18:24:45.659212 [ 151 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4420 2025.01.08 18:24:45.659296 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
4421 2025.01.08 18:24:45.659703 [ 191 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::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
4422 2025.01.08 18:24:45.675749 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 159
4423 2025.01.08 18:24:45.677163 [ 191 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4424 2025.01.08 18:24:45.678393 [ 191 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::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
4425 2025.01.08 18:24:45.683901 [ 191 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::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
4426 2025.01.08 18:24:45.689554 [ 191 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::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
4427 2025.01.08 18:24:45.695265 [ 191 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::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
4428 2025.01.08 18:24:45.700979 [ 191 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::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
4429 2025.01.08 18:24:45.705823 [ 191 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::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
4430 2025.01.08 18:24:45.766461 [ 200 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.107032986 sec., 1485.52335071732 rows/sec., 7.68 MiB/sec.
4431 2025.01.08 18:24:45.768438 [ 195 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4432 2025.01.08 18:24:45.771081 [ 195 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::all_1_21_4} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4433 2025.01.08 18:24:45.771219 [ 195 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::all_1_21_4} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4434 2025.01.08 18:24:45.773079 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.09 MiB.
4435 2025.01.08 18:24:46.000173 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 185.22 MiB, peak 195.76 MiB, free memory in arenas 0.00 B, will set to 187.18 MiB (RSS), difference: 1.95 MiB
4436 2025.01.08 18:24:47.515266 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 622
4437 2025.01.08 18:24:47.518466 [ 242 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4438 2025.01.08 18:24:47.518522 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
4439 2025.01.08 18:24:47.520014 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4440 2025.01.08 18:24:47.520338 [ 242 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4441 2025.01.08 18:24:47.520992 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 622
4442 2025.01.08 18:24:50.430389 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4443 2025.01.08 18:24:50.430652 [ 284 ] {0b869853-53b7-456e-9453-b5f6d01529e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4444 2025.01.08 18:24:50.430770 [ 284 ] {0b869853-53b7-456e-9453-b5f6d01529e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4445 2025.01.08 18:24:50.431800 [ 284 ] {0b869853-53b7-456e-9453-b5f6d01529e5} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4446 2025.01.08 18:24:50.431942 [ 284 ] {0b869853-53b7-456e-9453-b5f6d01529e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
4447 2025.01.08 18:24:50.432384 [ 284 ] {0b869853-53b7-456e-9453-b5f6d01529e5} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4448 2025.01.08 18:24:50.432648 [ 284 ] {0b869853-53b7-456e-9453-b5f6d01529e5} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4449 2025.01.08 18:24:50.432932 [ 284 ] {0b869853-53b7-456e-9453-b5f6d01529e5} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002358 sec., 5937.234944868533 rows/sec., 427.40 KiB/sec.
4450 2025.01.08 18:24:50.433129 [ 284 ] {0b869853-53b7-456e-9453-b5f6d01529e5} <Debug> TCPHandler: Processed in 0.002878835 sec.
4451 2025.01.08 18:24:50.433394 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4452 2025.01.08 18:24:50.433608 [ 290 ] {4e422bc0-6628-4ccf-9bee-43b08e9fba4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4453 2025.01.08 18:24:50.433705 [ 290 ] {4e422bc0-6628-4ccf-9bee-43b08e9fba4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4454 2025.01.08 18:24:50.434734 [ 290 ] {4e422bc0-6628-4ccf-9bee-43b08e9fba4c} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4455 2025.01.08 18:24:50.434779 [ 290 ] {4e422bc0-6628-4ccf-9bee-43b08e9fba4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
4456 2025.01.08 18:24:50.435287 [ 290 ] {4e422bc0-6628-4ccf-9bee-43b08e9fba4c} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
4457 2025.01.08 18:24:50.435554 [ 290 ] {4e422bc0-6628-4ccf-9bee-43b08e9fba4c} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4458 2025.01.08 18:24:50.435798 [ 290 ] {4e422bc0-6628-4ccf-9bee-43b08e9fba4c} <Debug> executeQuery: Read 253 rows, 23.21 KiB in 0.002251 sec., 112394.49133718347 rows/sec., 10.07 MiB/sec.
4459 2025.01.08 18:24:50.436004 [ 290 ] {4e422bc0-6628-4ccf-9bee-43b08e9fba4c} <Debug> TCPHandler: Processed in 0.002752042 sec.
4460 2025.01.08 18:24:50.436228 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4461 2025.01.08 18:24:50.436372 [ 284 ] {20273891-7dbc-4a8e-88a8-b416629314ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4462 2025.01.08 18:24:50.436435 [ 284 ] {20273891-7dbc-4a8e-88a8-b416629314ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4463 2025.01.08 18:24:50.437094 [ 284 ] {20273891-7dbc-4a8e-88a8-b416629314ee} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4464 2025.01.08 18:24:50.437135 [ 284 ] {20273891-7dbc-4a8e-88a8-b416629314ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
4465 2025.01.08 18:24:50.437516 [ 284 ] {20273891-7dbc-4a8e-88a8-b416629314ee} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4466 2025.01.08 18:24:50.437764 [ 284 ] {20273891-7dbc-4a8e-88a8-b416629314ee} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4467 2025.01.08 18:24:50.437971 [ 284 ] {20273891-7dbc-4a8e-88a8-b416629314ee} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.001634 sec., 28763.76988984088 rows/sec., 2.07 MiB/sec.
4468 2025.01.08 18:24:50.438025 [ 284 ] {20273891-7dbc-4a8e-88a8-b416629314ee} <Debug> TCPHandler: Processed in 0.00191755 sec.
4469 2025.01.08 18:24:50.438194 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4470 2025.01.08 18:24:50.438323 [ 290 ] {a326a68b-23d1-4f76-bd43-7989dc881f27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4471 2025.01.08 18:24:50.438377 [ 290 ] {a326a68b-23d1-4f76-bd43-7989dc881f27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4472 2025.01.08 18:24:50.438978 [ 290 ] {a326a68b-23d1-4f76-bd43-7989dc881f27} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4473 2025.01.08 18:24:50.439019 [ 290 ] {a326a68b-23d1-4f76-bd43-7989dc881f27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
4474 2025.01.08 18:24:50.439392 [ 290 ] {a326a68b-23d1-4f76-bd43-7989dc881f27} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4475 2025.01.08 18:24:50.439646 [ 290 ] {a326a68b-23d1-4f76-bd43-7989dc881f27} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4476 2025.01.08 18:24:50.439894 [ 290 ] {a326a68b-23d1-4f76-bd43-7989dc881f27} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001581 sec., 8855.154965211892 rows/sec., 620.16 KiB/sec.
4477 2025.01.08 18:24:50.440087 [ 290 ] {a326a68b-23d1-4f76-bd43-7989dc881f27} <Debug> TCPHandler: Processed in 0.001956011 sec.
4478 2025.01.08 18:24:50.440261 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4479 2025.01.08 18:24:50.440388 [ 284 ] {01b0f16c-d6ce-4d6d-9091-42c710e71fb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
4480 2025.01.08 18:24:50.440438 [ 284 ] {01b0f16c-d6ce-4d6d-9091-42c710e71fb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4481 2025.01.08 18:24:50.441129 [ 284 ] {01b0f16c-d6ce-4d6d-9091-42c710e71fb3} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4482 2025.01.08 18:24:50.441177 [ 284 ] {01b0f16c-d6ce-4d6d-9091-42c710e71fb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
4483 2025.01.08 18:24:50.441603 [ 284 ] {01b0f16c-d6ce-4d6d-9091-42c710e71fb3} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4484 2025.01.08 18:24:50.441850 [ 284 ] {01b0f16c-d6ce-4d6d-9091-42c710e71fb3} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4485 2025.01.08 18:24:50.442140 [ 284 ] {01b0f16c-d6ce-4d6d-9091-42c710e71fb3} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001751 sec., 7424.328954882924 rows/sec., 462.91 KiB/sec.
4486 2025.01.08 18:24:50.442316 [ 284 ] {01b0f16c-d6ce-4d6d-9091-42c710e71fb3} <Debug> TCPHandler: Processed in 0.002111765 sec.
4487 2025.01.08 18:24:50.442464 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4488 2025.01.08 18:24:50.442603 [ 290 ] {b464f3b6-8bf7-42e0-a4df-4ef6c8c1e714} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4489 2025.01.08 18:24:50.442662 [ 290 ] {b464f3b6-8bf7-42e0-a4df-4ef6c8c1e714} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4490 2025.01.08 18:24:50.443498 [ 290 ] {b464f3b6-8bf7-42e0-a4df-4ef6c8c1e714} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4491 2025.01.08 18:24:50.443536 [ 290 ] {b464f3b6-8bf7-42e0-a4df-4ef6c8c1e714} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
4492 2025.01.08 18:24:50.443937 [ 290 ] {b464f3b6-8bf7-42e0-a4df-4ef6c8c1e714} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
4493 2025.01.08 18:24:50.444183 [ 290 ] {b464f3b6-8bf7-42e0-a4df-4ef6c8c1e714} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4494 2025.01.08 18:24:50.444367 [ 290 ] {b464f3b6-8bf7-42e0-a4df-4ef6c8c1e714} <Debug> executeQuery: Read 386 rows, 28.01 KiB in 0.001798 sec., 214682.98109010013 rows/sec., 15.21 MiB/sec.
4495 2025.01.08 18:24:50.444422 [ 290 ] {b464f3b6-8bf7-42e0-a4df-4ef6c8c1e714} <Debug> TCPHandler: Processed in 0.002017142 sec.
4496 2025.01.08 18:24:50.444619 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4497 2025.01.08 18:24:50.444839 [ 284 ] {9af0f538-aa02-49cd-b304-e39974038f5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
4498 2025.01.08 18:24:50.444932 [ 284 ] {9af0f538-aa02-49cd-b304-e39974038f5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4499 2025.01.08 18:24:50.445679 [ 284 ] {9af0f538-aa02-49cd-b304-e39974038f5d} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4500 2025.01.08 18:24:50.445725 [ 284 ] {9af0f538-aa02-49cd-b304-e39974038f5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
4501 2025.01.08 18:24:50.446095 [ 284 ] {9af0f538-aa02-49cd-b304-e39974038f5d} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4502 2025.01.08 18:24:50.446344 [ 284 ] {9af0f538-aa02-49cd-b304-e39974038f5d} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4503 2025.01.08 18:24:50.446608 [ 284 ] {9af0f538-aa02-49cd-b304-e39974038f5d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001818 sec., 3300.3300330033003 rows/sec., 172.43 KiB/sec.
4504 2025.01.08 18:24:50.446774 [ 284 ] {9af0f538-aa02-49cd-b304-e39974038f5d} <Debug> TCPHandler: Processed in 0.002260119 sec.
4505 2025.01.08 18:24:50.446949 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4506 2025.01.08 18:24:50.447090 [ 290 ] {868198c5-891f-43b1-ac3f-00136a05e41d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4507 2025.01.08 18:24:50.447153 [ 290 ] {868198c5-891f-43b1-ac3f-00136a05e41d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4508 2025.01.08 18:24:50.447754 [ 290 ] {868198c5-891f-43b1-ac3f-00136a05e41d} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4509 2025.01.08 18:24:50.447792 [ 290 ] {868198c5-891f-43b1-ac3f-00136a05e41d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
4510 2025.01.08 18:24:50.448207 [ 290 ] {868198c5-891f-43b1-ac3f-00136a05e41d} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
4511 2025.01.08 18:24:50.448472 [ 290 ] {868198c5-891f-43b1-ac3f-00136a05e41d} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4512 2025.01.08 18:24:50.448656 [ 290 ] {868198c5-891f-43b1-ac3f-00136a05e41d} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.0016 sec., 110625 rows/sec., 7.30 MiB/sec.
4513 2025.01.08 18:24:50.448710 [ 290 ] {868198c5-891f-43b1-ac3f-00136a05e41d} <Debug> TCPHandler: Processed in 0.001828627 sec.
4514 2025.01.08 18:24:50.448856 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4515 2025.01.08 18:24:50.448990 [ 284 ] {d02d439c-d4b6-4414-8acf-444c99d015e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
4516 2025.01.08 18:24:50.449049 [ 284 ] {d02d439c-d4b6-4414-8acf-444c99d015e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4517 2025.01.08 18:24:50.449585 [ 284 ] {d02d439c-d4b6-4414-8acf-444c99d015e2} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4518 2025.01.08 18:24:50.449623 [ 284 ] {d02d439c-d4b6-4414-8acf-444c99d015e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
4519 2025.01.08 18:24:50.449984 [ 284 ] {d02d439c-d4b6-4414-8acf-444c99d015e2} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4520 2025.01.08 18:24:50.450227 [ 284 ] {d02d439c-d4b6-4414-8acf-444c99d015e2} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4521 2025.01.08 18:24:50.450396 [ 149 ] {} <Debug> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc) (MergerMutator): Selected 6 parts from all_1_9_2 to all_14_14_0
4522 2025.01.08 18:24:50.450462 [ 149 ] {} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4523 2025.01.08 18:24:50.450472 [ 284 ] {d02d439c-d4b6-4414-8acf-444c99d015e2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001503 sec., 665.3359946773121 rows/sec., 44.83 KiB/sec.
4524 2025.01.08 18:24:50.450497 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
4525 2025.01.08 18:24:50.450602 [ 284 ] {d02d439c-d4b6-4414-8acf-444c99d015e2} <Debug> TCPHandler: Processed in 0.001808578 sec.
4526 2025.01.08 18:24:50.450994 [ 200 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_14_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_9_2 to all_14_14_0 into Compact with storage Full
4527 2025.01.08 18:24:50.451099 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4528 2025.01.08 18:24:50.451323 [ 200 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4529 2025.01.08 18:24:50.451358 [ 290 ] {145d01fc-04ea-4673-a8f8-d67380cc6949} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4530 2025.01.08 18:24:50.451398 [ 200 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 9 rows starting from the beginning of the part
4531 2025.01.08 18:24:50.451577 [ 290 ] {145d01fc-04ea-4673-a8f8-d67380cc6949} <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
4532 2025.01.08 18:24:50.451732 [ 200 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part
4533 2025.01.08 18:24:50.452206 [ 200 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part
4534 2025.01.08 18:24:50.452526 [ 200 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part
4535 2025.01.08 18:24:50.452927 [ 200 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part
4536 2025.01.08 18:24:50.453219 [ 200 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part
4537 2025.01.08 18:24:50.457472 [ 200 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14 rows, containing 4 columns (4 merged, 0 gathered) in 0.006836889 sec., 2047.7149767971955 rows/sec., 137.98 KiB/sec.
4538 2025.01.08 18:24:50.457656 [ 290 ] {145d01fc-04ea-4673-a8f8-d67380cc6949} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4539 2025.01.08 18:24:50.457717 [ 290 ] {145d01fc-04ea-4673-a8f8-d67380cc6949} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
4540 2025.01.08 18:24:50.457725 [ 200 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary)
4541 2025.01.08 18:24:50.458512 [ 200 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_14_3} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4542 2025.01.08 18:24:50.458699 [ 200 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_14_3} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc) (MergerMutator): Merged 6 parts: [all_1_9_2, all_14_14_0] -> all_1_14_3
4543 2025.01.08 18:24:50.458889 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
4544 2025.01.08 18:24:50.459253 [ 290 ] {145d01fc-04ea-4673-a8f8-d67380cc6949} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4545 2025.01.08 18:24:50.459540 [ 290 ] {145d01fc-04ea-4673-a8f8-d67380cc6949} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4546 2025.01.08 18:24:50.459815 [ 290 ] {145d01fc-04ea-4673-a8f8-d67380cc6949} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.008528 sec., 4690.431519699812 rows/sec., 8.41 MiB/sec.
4547 2025.01.08 18:24:50.460130 [ 290 ] {145d01fc-04ea-4673-a8f8-d67380cc6949} <Debug> TCPHandler: Processed in 0.009415326 sec.
4548 2025.01.08 18:24:50.460286 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4549 2025.01.08 18:24:50.460404 [ 284 ] {46137276-da92-47f4-9b36-c930a8161511} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4550 2025.01.08 18:24:50.460456 [ 284 ] {46137276-da92-47f4-9b36-c930a8161511} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4551 2025.01.08 18:24:50.460958 [ 284 ] {46137276-da92-47f4-9b36-c930a8161511} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4552 2025.01.08 18:24:50.461000 [ 284 ] {46137276-da92-47f4-9b36-c930a8161511} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
4553 2025.01.08 18:24:50.461379 [ 284 ] {46137276-da92-47f4-9b36-c930a8161511} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
4554 2025.01.08 18:24:50.461625 [ 284 ] {46137276-da92-47f4-9b36-c930a8161511} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4555 2025.01.08 18:24:50.461860 [ 284 ] {46137276-da92-47f4-9b36-c930a8161511} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001479 sec., 35158.89114266396 rows/sec., 2.18 MiB/sec.
4556 2025.01.08 18:24:50.461987 [ 284 ] {46137276-da92-47f4-9b36-c930a8161511} <Debug> TCPHandler: Processed in 0.001758886 sec.
4557 2025.01.08 18:24:52.353127 [ 146 ] {} <Debug> DNSResolver: Updating DNS cache
4558 2025.01.08 18:24:52.353223 [ 146 ] {} <Debug> DNSResolver: Updated DNS cache
4559 2025.01.08 18:24:52.478704 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10126
4560 2025.01.08 18:24:52.479475 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4561 2025.01.08 18:24:52.479532 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
4562 2025.01.08 18:24:52.480087 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4563 2025.01.08 18:24:52.480355 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4564 2025.01.08 18:24:52.480597 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126
4565 2025.01.08 18:24:53.175832 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166
4566 2025.01.08 18:24:53.195472 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4567 2025.01.08 18:24:53.195528 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
4568 2025.01.08 18:24:53.203002 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4569 2025.01.08 18:24:53.203766 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4570 2025.01.08 18:24:53.206449 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 166
4571 2025.01.08 18:24:55.424614 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4572 2025.01.08 18:24:55.424820 [ 284 ] {4f1ee8f0-abcb-4dbb-9089-fdb289355499} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4573 2025.01.08 18:24:55.424904 [ 284 ] {4f1ee8f0-abcb-4dbb-9089-fdb289355499} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4574 2025.01.08 18:24:55.425726 [ 284 ] {4f1ee8f0-abcb-4dbb-9089-fdb289355499} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4575 2025.01.08 18:24:55.425779 [ 284 ] {4f1ee8f0-abcb-4dbb-9089-fdb289355499} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
4576 2025.01.08 18:24:55.426219 [ 284 ] {4f1ee8f0-abcb-4dbb-9089-fdb289355499} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
4577 2025.01.08 18:24:55.426480 [ 284 ] {4f1ee8f0-abcb-4dbb-9089-fdb289355499} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4578 2025.01.08 18:24:55.426710 [ 284 ] {4f1ee8f0-abcb-4dbb-9089-fdb289355499} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.00195 sec., 13333.333333333334 rows/sec., 1.01 MiB/sec.
4579 2025.01.08 18:24:55.426771 [ 284 ] {4f1ee8f0-abcb-4dbb-9089-fdb289355499} <Debug> TCPHandler: Processed in 0.0022933 sec.
4580 2025.01.08 18:24:55.427022 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4581 2025.01.08 18:24:55.427233 [ 290 ] {a3c340f5-e637-452c-9dee-413af1b2a8aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4582 2025.01.08 18:24:55.427315 [ 290 ] {a3c340f5-e637-452c-9dee-413af1b2a8aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4583 2025.01.08 18:24:55.428084 [ 290 ] {a3c340f5-e637-452c-9dee-413af1b2a8aa} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4584 2025.01.08 18:24:55.428127 [ 290 ] {a3c340f5-e637-452c-9dee-413af1b2a8aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
4585 2025.01.08 18:24:55.428592 [ 290 ] {a3c340f5-e637-452c-9dee-413af1b2a8aa} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
4586 2025.01.08 18:24:55.428864 [ 290 ] {a3c340f5-e637-452c-9dee-413af1b2a8aa} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4587 2025.01.08 18:24:55.429072 [ 290 ] {a3c340f5-e637-452c-9dee-413af1b2a8aa} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001899 sec., 14744.60242232754 rows/sec., 1.15 MiB/sec.
4588 2025.01.08 18:24:55.429184 [ 290 ] {a3c340f5-e637-452c-9dee-413af1b2a8aa} <Debug> TCPHandler: Processed in 0.00230429 sec.
4589 2025.01.08 18:24:55.429356 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4590 2025.01.08 18:24:55.429478 [ 284 ] {4244f80e-81e4-46e6-ad36-fbddfea1b30d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4591 2025.01.08 18:24:55.429531 [ 284 ] {4244f80e-81e4-46e6-ad36-fbddfea1b30d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4592 2025.01.08 18:24:55.430085 [ 284 ] {4244f80e-81e4-46e6-ad36-fbddfea1b30d} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4593 2025.01.08 18:24:55.430124 [ 284 ] {4244f80e-81e4-46e6-ad36-fbddfea1b30d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
4594 2025.01.08 18:24:55.430521 [ 284 ] {4244f80e-81e4-46e6-ad36-fbddfea1b30d} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
4595 2025.01.08 18:24:55.430775 [ 284 ] {4244f80e-81e4-46e6-ad36-fbddfea1b30d} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4596 2025.01.08 18:24:55.430996 [ 284 ] {4244f80e-81e4-46e6-ad36-fbddfea1b30d} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001545 sec., 64724.91909385114 rows/sec., 4.49 MiB/sec.
4597 2025.01.08 18:24:55.431047 [ 284 ] {4244f80e-81e4-46e6-ad36-fbddfea1b30d} <Debug> TCPHandler: Processed in 0.001779496 sec.
4598 2025.01.08 18:24:55.431190 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4599 2025.01.08 18:24:55.431332 [ 290 ] {ed20a080-46e7-4e2e-90ee-0086c849d15d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4600 2025.01.08 18:24:55.431394 [ 290 ] {ed20a080-46e7-4e2e-90ee-0086c849d15d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4601 2025.01.08 18:24:55.431919 [ 290 ] {ed20a080-46e7-4e2e-90ee-0086c849d15d} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4602 2025.01.08 18:24:55.431955 [ 290 ] {ed20a080-46e7-4e2e-90ee-0086c849d15d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
4603 2025.01.08 18:24:55.432339 [ 290 ] {ed20a080-46e7-4e2e-90ee-0086c849d15d} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
4604 2025.01.08 18:24:55.432609 [ 290 ] {ed20a080-46e7-4e2e-90ee-0086c849d15d} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4605 2025.01.08 18:24:55.432788 [ 290 ] {ed20a080-46e7-4e2e-90ee-0086c849d15d} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.00149 sec., 20134.228187919463 rows/sec., 1.38 MiB/sec.
4606 2025.01.08 18:24:55.432838 [ 290 ] {ed20a080-46e7-4e2e-90ee-0086c849d15d} <Debug> TCPHandler: Processed in 0.001714885 sec.
4607 2025.01.08 18:24:55.736113 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4608 2025.01.08 18:24:55.736378 [ 284 ] {59f2b83d-d470-448c-b219-819ffcff400e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4609 2025.01.08 18:24:55.736480 [ 284 ] {59f2b83d-d470-448c-b219-819ffcff400e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4610 2025.01.08 18:24:55.737276 [ 284 ] {59f2b83d-d470-448c-b219-819ffcff400e} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4611 2025.01.08 18:24:55.737322 [ 284 ] {59f2b83d-d470-448c-b219-819ffcff400e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
4612 2025.01.08 18:24:55.737714 [ 284 ] {59f2b83d-d470-448c-b219-819ffcff400e} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4613 2025.01.08 18:24:55.737961 [ 284 ] {59f2b83d-d470-448c-b219-819ffcff400e} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4614 2025.01.08 18:24:55.738210 [ 284 ] {59f2b83d-d470-448c-b219-819ffcff400e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001897 sec., 7380.073800738007 rows/sec., 531.27 KiB/sec.
4615 2025.01.08 18:24:55.738397 [ 284 ] {59f2b83d-d470-448c-b219-819ffcff400e} <Debug> TCPHandler: Processed in 0.002429204 sec.
4616 2025.01.08 18:24:55.738636 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4617 2025.01.08 18:24:55.738820 [ 290 ] {c8be175e-cf74-4ab4-9c2e-1a70e8c45169} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
4618 2025.01.08 18:24:55.738894 [ 290 ] {c8be175e-cf74-4ab4-9c2e-1a70e8c45169} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
4619 2025.01.08 18:24:55.739654 [ 290 ] {c8be175e-cf74-4ab4-9c2e-1a70e8c45169} <Trace> oximeter.fields_ipaddr (a146431f-2326-4c8f-a3c3-fb5a4b690f62): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4620 2025.01.08 18:24:55.739701 [ 290 ] {c8be175e-cf74-4ab4-9c2e-1a70e8c45169} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
4621 2025.01.08 18:24:55.740108 [ 290 ] {c8be175e-cf74-4ab4-9c2e-1a70e8c45169} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
4622 2025.01.08 18:24:55.740360 [ 290 ] {c8be175e-cf74-4ab4-9c2e-1a70e8c45169} <Trace> oximeter.fields_ipaddr (a146431f-2326-4c8f-a3c3-fb5a4b690f62): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4623 2025.01.08 18:24:55.740622 [ 290 ] {c8be175e-cf74-4ab4-9c2e-1a70e8c45169} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001823 sec., 1097.0927043335162 rows/sec., 89.46 KiB/sec.
4624 2025.01.08 18:24:55.740748 [ 290 ] {c8be175e-cf74-4ab4-9c2e-1a70e8c45169} <Debug> TCPHandler: Processed in 0.002223828 sec.
4625 2025.01.08 18:24:55.740916 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4626 2025.01.08 18:24:55.741051 [ 284 ] {2853b23f-add5-455f-83e0-e9d0c995c105} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4627 2025.01.08 18:24:55.741107 [ 284 ] {2853b23f-add5-455f-83e0-e9d0c995c105} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4628 2025.01.08 18:24:55.742355 [ 284 ] {2853b23f-add5-455f-83e0-e9d0c995c105} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4629 2025.01.08 18:24:55.742395 [ 284 ] {2853b23f-add5-455f-83e0-e9d0c995c105} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
4630 2025.01.08 18:24:55.742845 [ 284 ] {2853b23f-add5-455f-83e0-e9d0c995c105} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
4631 2025.01.08 18:24:55.743089 [ 284 ] {2853b23f-add5-455f-83e0-e9d0c995c105} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4632 2025.01.08 18:24:55.743351 [ 284 ] {2853b23f-add5-455f-83e0-e9d0c995c105} <Debug> executeQuery: Read 1394 rows, 119.85 KiB in 0.002318 sec., 601380.5004314063 rows/sec., 50.49 MiB/sec.
4633 2025.01.08 18:24:55.743538 [ 284 ] {2853b23f-add5-455f-83e0-e9d0c995c105} <Debug> TCPHandler: Processed in 0.00268353 sec.
4634 2025.01.08 18:24:55.743754 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4635 2025.01.08 18:24:55.743894 [ 290 ] {e06b1395-acf0-4f2f-a67a-c2b8fee6a96e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4636 2025.01.08 18:24:55.743954 [ 290 ] {e06b1395-acf0-4f2f-a67a-c2b8fee6a96e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4637 2025.01.08 18:24:55.744669 [ 290 ] {e06b1395-acf0-4f2f-a67a-c2b8fee6a96e} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4638 2025.01.08 18:24:55.744713 [ 290 ] {e06b1395-acf0-4f2f-a67a-c2b8fee6a96e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
4639 2025.01.08 18:24:55.745075 [ 290 ] {e06b1395-acf0-4f2f-a67a-c2b8fee6a96e} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4640 2025.01.08 18:24:55.745316 [ 290 ] {e06b1395-acf0-4f2f-a67a-c2b8fee6a96e} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4641 2025.01.08 18:24:55.745495 [ 290 ] {e06b1395-acf0-4f2f-a67a-c2b8fee6a96e} <Debug> executeQuery: Read 49 rows, 3.60 KiB in 0.001634 sec., 29987.760097919218 rows/sec., 2.15 MiB/sec.
4642 2025.01.08 18:24:55.745547 [ 290 ] {e06b1395-acf0-4f2f-a67a-c2b8fee6a96e} <Debug> TCPHandler: Processed in 0.00190109 sec.
4643 2025.01.08 18:24:55.745700 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4644 2025.01.08 18:24:55.745838 [ 284 ] {3a41d832-63df-4816-acfc-66a5945c2cd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4645 2025.01.08 18:24:55.745893 [ 284 ] {3a41d832-63df-4816-acfc-66a5945c2cd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4646 2025.01.08 18:24:55.746658 [ 284 ] {3a41d832-63df-4816-acfc-66a5945c2cd4} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4647 2025.01.08 18:24:55.746703 [ 284 ] {3a41d832-63df-4816-acfc-66a5945c2cd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
4648 2025.01.08 18:24:55.747099 [ 284 ] {3a41d832-63df-4816-acfc-66a5945c2cd4} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4649 2025.01.08 18:24:55.747332 [ 284 ] {3a41d832-63df-4816-acfc-66a5945c2cd4} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4650 2025.01.08 18:24:55.747614 [ 284 ] {3a41d832-63df-4816-acfc-66a5945c2cd4} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001805 sec., 134072.0221606648 rows/sec., 9.08 MiB/sec.
4651 2025.01.08 18:24:55.747804 [ 284 ] {3a41d832-63df-4816-acfc-66a5945c2cd4} <Debug> TCPHandler: Processed in 0.002162226 sec.
4652 2025.01.08 18:24:55.747964 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4653 2025.01.08 18:24:55.748076 [ 290 ] {c40c840e-b368-4f02-bf2b-c37787ad5030} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
4654 2025.01.08 18:24:55.748125 [ 290 ] {c40c840e-b368-4f02-bf2b-c37787ad5030} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4655 2025.01.08 18:24:55.748676 [ 290 ] {c40c840e-b368-4f02-bf2b-c37787ad5030} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4656 2025.01.08 18:24:55.748718 [ 290 ] {c40c840e-b368-4f02-bf2b-c37787ad5030} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
4657 2025.01.08 18:24:55.749071 [ 290 ] {c40c840e-b368-4f02-bf2b-c37787ad5030} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4658 2025.01.08 18:24:55.749323 [ 290 ] {c40c840e-b368-4f02-bf2b-c37787ad5030} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4659 2025.01.08 18:24:55.749498 [ 290 ] {c40c840e-b368-4f02-bf2b-c37787ad5030} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001446 sec., 8990.318118948824 rows/sec., 560.54 KiB/sec.
4660 2025.01.08 18:24:55.749549 [ 290 ] {c40c840e-b368-4f02-bf2b-c37787ad5030} <Debug> TCPHandler: Processed in 0.001646983 sec.
4661 2025.01.08 18:24:55.749692 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4662 2025.01.08 18:24:55.749830 [ 284 ] {2d11b5f3-f30a-4a8e-99dd-db347b7f6ee7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4663 2025.01.08 18:24:55.749885 [ 284 ] {2d11b5f3-f30a-4a8e-99dd-db347b7f6ee7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4664 2025.01.08 18:24:55.750836 [ 284 ] {2d11b5f3-f30a-4a8e-99dd-db347b7f6ee7} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4665 2025.01.08 18:24:55.750875 [ 284 ] {2d11b5f3-f30a-4a8e-99dd-db347b7f6ee7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
4666 2025.01.08 18:24:55.751273 [ 284 ] {2d11b5f3-f30a-4a8e-99dd-db347b7f6ee7} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
4667 2025.01.08 18:24:55.751508 [ 284 ] {2d11b5f3-f30a-4a8e-99dd-db347b7f6ee7} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4668 2025.01.08 18:24:55.751723 [ 284 ] {2d11b5f3-f30a-4a8e-99dd-db347b7f6ee7} <Debug> executeQuery: Read 844 rows, 62.46 KiB in 0.001918 sec., 440041.7101147028 rows/sec., 31.80 MiB/sec.
4669 2025.01.08 18:24:55.751776 [ 284 ] {2d11b5f3-f30a-4a8e-99dd-db347b7f6ee7} <Debug> TCPHandler: Processed in 0.002144856 sec.
4670 2025.01.08 18:24:55.751914 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4671 2025.01.08 18:24:55.752031 [ 290 ] {4ee6e66d-d3c8-4385-8ea7-14bf02c6d8e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
4672 2025.01.08 18:24:55.752081 [ 290 ] {4ee6e66d-d3c8-4385-8ea7-14bf02c6d8e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4673 2025.01.08 18:24:55.752574 [ 290 ] {4ee6e66d-d3c8-4385-8ea7-14bf02c6d8e9} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4674 2025.01.08 18:24:55.752618 [ 290 ] {4ee6e66d-d3c8-4385-8ea7-14bf02c6d8e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
4675 2025.01.08 18:24:55.752979 [ 290 ] {4ee6e66d-d3c8-4385-8ea7-14bf02c6d8e9} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4676 2025.01.08 18:24:55.753216 [ 290 ] {4ee6e66d-d3c8-4385-8ea7-14bf02c6d8e9} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4677 2025.01.08 18:24:55.753902 [ 290 ] {4ee6e66d-d3c8-4385-8ea7-14bf02c6d8e9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001808 sec., 3318.5840707964603 rows/sec., 173.38 KiB/sec.
4678 2025.01.08 18:24:55.754133 [ 290 ] {4ee6e66d-d3c8-4385-8ea7-14bf02c6d8e9} <Debug> TCPHandler: Processed in 0.00227614 sec.
4679 2025.01.08 18:24:55.754281 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4680 2025.01.08 18:24:55.754401 [ 284 ] {89fb5e91-87de-4fca-bbd8-96f978e599ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4681 2025.01.08 18:24:55.754454 [ 284 ] {89fb5e91-87de-4fca-bbd8-96f978e599ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4682 2025.01.08 18:24:55.755173 [ 284 ] {89fb5e91-87de-4fca-bbd8-96f978e599ba} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4683 2025.01.08 18:24:55.755211 [ 284 ] {89fb5e91-87de-4fca-bbd8-96f978e599ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
4684 2025.01.08 18:24:55.755643 [ 284 ] {89fb5e91-87de-4fca-bbd8-96f978e599ba} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
4685 2025.01.08 18:24:55.755881 [ 284 ] {89fb5e91-87de-4fca-bbd8-96f978e599ba} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4686 2025.01.08 18:24:55.756091 [ 284 ] {89fb5e91-87de-4fca-bbd8-96f978e599ba} <Debug> executeQuery: Read 944 rows, 64.18 KiB in 0.001718 sec., 549476.1350407451 rows/sec., 36.48 MiB/sec.
4687 2025.01.08 18:24:55.756142 [ 284 ] {89fb5e91-87de-4fca-bbd8-96f978e599ba} <Debug> TCPHandler: Processed in 0.00191737 sec.
4688 2025.01.08 18:24:55.756281 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4689 2025.01.08 18:24:55.756396 [ 290 ] {9da85484-1809-45bb-9e2e-14af2e97f01b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
4690 2025.01.08 18:24:55.756448 [ 290 ] {9da85484-1809-45bb-9e2e-14af2e97f01b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4691 2025.01.08 18:24:55.756913 [ 290 ] {9da85484-1809-45bb-9e2e-14af2e97f01b} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4692 2025.01.08 18:24:55.756953 [ 290 ] {9da85484-1809-45bb-9e2e-14af2e97f01b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
4693 2025.01.08 18:24:55.757312 [ 290 ] {9da85484-1809-45bb-9e2e-14af2e97f01b} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4694 2025.01.08 18:24:55.757558 [ 290 ] {9da85484-1809-45bb-9e2e-14af2e97f01b} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4695 2025.01.08 18:24:55.757772 [ 290 ] {9da85484-1809-45bb-9e2e-14af2e97f01b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001399 sec., 714.7962830593281 rows/sec., 48.16 KiB/sec.
4696 2025.01.08 18:24:55.757827 [ 290 ] {9da85484-1809-45bb-9e2e-14af2e97f01b} <Debug> TCPHandler: Processed in 0.001602712 sec.
4697 2025.01.08 18:24:55.757974 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4698 2025.01.08 18:24:55.758091 [ 284 ] {3aff134c-8f0b-467b-aac6-07bae7d0f1ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4699 2025.01.08 18:24:55.758170 [ 284 ] {3aff134c-8f0b-467b-aac6-07bae7d0f1ec} <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
4700 2025.01.08 18:24:55.759299 [ 284 ] {3aff134c-8f0b-467b-aac6-07bae7d0f1ec} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4701 2025.01.08 18:24:55.759338 [ 284 ] {3aff134c-8f0b-467b-aac6-07bae7d0f1ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
4702 2025.01.08 18:24:55.760008 [ 284 ] {3aff134c-8f0b-467b-aac6-07bae7d0f1ec} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4703 2025.01.08 18:24:55.760263 [ 284 ] {3aff134c-8f0b-467b-aac6-07bae7d0f1ec} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4704 2025.01.08 18:24:55.760509 [ 284 ] {3aff134c-8f0b-467b-aac6-07bae7d0f1ec} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002442 sec., 16380.01638001638 rows/sec., 29.35 MiB/sec.
4705 2025.01.08 18:24:55.760599 [ 284 ] {3aff134c-8f0b-467b-aac6-07bae7d0f1ec} <Debug> TCPHandler: Processed in 0.00268147 sec.
4706 2025.01.08 18:24:55.760751 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4707 2025.01.08 18:24:55.760889 [ 290 ] {151325ef-a94b-4bc9-b008-4e73dbb26477} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4708 2025.01.08 18:24:55.760946 [ 290 ] {151325ef-a94b-4bc9-b008-4e73dbb26477} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4709 2025.01.08 18:24:55.761501 [ 290 ] {151325ef-a94b-4bc9-b008-4e73dbb26477} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4710 2025.01.08 18:24:55.761542 [ 290 ] {151325ef-a94b-4bc9-b008-4e73dbb26477} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
4711 2025.01.08 18:24:55.761927 [ 290 ] {151325ef-a94b-4bc9-b008-4e73dbb26477} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
4712 2025.01.08 18:24:55.762180 [ 290 ] {151325ef-a94b-4bc9-b008-4e73dbb26477} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4713 2025.01.08 18:24:55.762396 [ 290 ] {151325ef-a94b-4bc9-b008-4e73dbb26477} <Debug> executeQuery: Read 28 rows, 1.61 KiB in 0.001539 sec., 18193.632228719947 rows/sec., 1.02 MiB/sec.
4714 2025.01.08 18:24:55.762451 [ 290 ] {151325ef-a94b-4bc9-b008-4e73dbb26477} <Debug> TCPHandler: Processed in 0.001773136 sec.
4715 2025.01.08 18:24:56.000153 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 189.36 MiB, peak 195.76 MiB, free memory in arenas 0.00 B, will set to 188.24 MiB (RSS), difference: -1.12 MiB
4716 2025.01.08 18:24:57.521210 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 676
4717 2025.01.08 18:24:57.525040 [ 242 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4718 2025.01.08 18:24:57.525095 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
4719 2025.01.08 18:24:57.526626 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
4720 2025.01.08 18:24:57.526955 [ 242 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4721 2025.01.08 18:24:57.527171 [ 136 ] {} <Debug> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
4722 2025.01.08 18:24:57.527289 [ 136 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4723 2025.01.08 18:24:57.527346 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
4724 2025.01.08 18:24:57.527785 [ 192 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::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
4725 2025.01.08 18:24:57.528501 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 676
4726 2025.01.08 18:24:57.528962 [ 192 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4727 2025.01.08 18:24:57.529143 [ 192 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 492 rows starting from the beginning of the part
4728 2025.01.08 18:24:57.529815 [ 192 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::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
4729 2025.01.08 18:24:57.530400 [ 192 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 54 rows starting from the beginning of the part
4730 2025.01.08 18:24:57.530946 [ 192 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 16 rows starting from the beginning of the part
4731 2025.01.08 18:24:57.531514 [ 192 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::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
4732 2025.01.08 18:24:57.532094 [ 192 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 54 rows starting from the beginning of the part
4733 2025.01.08 18:24:57.539983 [ 194 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 676 rows, containing 72 columns (72 merged, 0 gathered) in 0.012514267 sec., 54018.34562104196 rows/sec., 45.35 MiB/sec.
4734 2025.01.08 18:24:57.541140 [ 188 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
4735 2025.01.08 18:24:57.541875 [ 188 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::all_1_16_3} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4736 2025.01.08 18:24:57.541961 [ 188 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::all_1_16_3} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
4737 2025.01.08 18:24:57.542167 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.09 MiB.
4738 2025.01.08 18:24:59.980724 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10553
4739 2025.01.08 18:24:59.981475 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4740 2025.01.08 18:24:59.981537 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
4741 2025.01.08 18:24:59.982215 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
4742 2025.01.08 18:24:59.982489 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4743 2025.01.08 18:24:59.982697 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10553
4744 2025.01.08 18:25:00.423388 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4745 2025.01.08 18:25:00.423596 [ 284 ] {04e2b890-2e40-4e43-a282-c1f9bfcfb9fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4746 2025.01.08 18:25:00.423674 [ 284 ] {04e2b890-2e40-4e43-a282-c1f9bfcfb9fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4747 2025.01.08 18:25:00.424439 [ 284 ] {04e2b890-2e40-4e43-a282-c1f9bfcfb9fa} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4748 2025.01.08 18:25:00.424480 [ 284 ] {04e2b890-2e40-4e43-a282-c1f9bfcfb9fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
4749 2025.01.08 18:25:00.424919 [ 284 ] {04e2b890-2e40-4e43-a282-c1f9bfcfb9fa} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
4750 2025.01.08 18:25:00.425183 [ 284 ] {04e2b890-2e40-4e43-a282-c1f9bfcfb9fa} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4751 2025.01.08 18:25:00.425334 [ 131 ] {} <Debug> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
4752 2025.01.08 18:25:00.425378 [ 131 ] {} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4753 2025.01.08 18:25:00.425389 [ 284 ] {04e2b890-2e40-4e43-a282-c1f9bfcfb9fa} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001848 sec., 14069.264069264069 rows/sec., 1.06 MiB/sec.
4754 2025.01.08 18:25:00.425402 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
4755 2025.01.08 18:25:00.425498 [ 284 ] {04e2b890-2e40-4e43-a282-c1f9bfcfb9fa} <Debug> TCPHandler: Processed in 0.002243719 sec.
4756 2025.01.08 18:25:00.425689 [ 193 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::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
4757 2025.01.08 18:25:00.425784 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4758 2025.01.08 18:25:00.425887 [ 193 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4759 2025.01.08 18:25:00.425936 [ 193 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1400 rows starting from the beginning of the part
4760 2025.01.08 18:25:00.426006 [ 290 ] {47b8636d-7867-4061-96bf-d4110aefccd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4761 2025.01.08 18:25:00.426036 [ 193 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 26 rows starting from the beginning of the part
4762 2025.01.08 18:25:00.426164 [ 290 ] {47b8636d-7867-4061-96bf-d4110aefccd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4763 2025.01.08 18:25:00.426450 [ 193 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 253 rows starting from the beginning of the part
4764 2025.01.08 18:25:00.426756 [ 193 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 26 rows starting from the beginning of the part
4765 2025.01.08 18:25:00.427058 [ 193 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1394 rows starting from the beginning of the part
4766 2025.01.08 18:25:00.427270 [ 193 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 26 rows starting from the beginning of the part
4767 2025.01.08 18:25:00.428173 [ 290 ] {47b8636d-7867-4061-96bf-d4110aefccd8} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4768 2025.01.08 18:25:00.428230 [ 290 ] {47b8636d-7867-4061-96bf-d4110aefccd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
4769 2025.01.08 18:25:00.428803 [ 290 ] {47b8636d-7867-4061-96bf-d4110aefccd8} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
4770 2025.01.08 18:25:00.429079 [ 290 ] {47b8636d-7867-4061-96bf-d4110aefccd8} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4771 2025.01.08 18:25:00.429339 [ 131 ] {} <Debug> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
4772 2025.01.08 18:25:00.429460 [ 131 ] {} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4773 2025.01.08 18:25:00.429608 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
4774 2025.01.08 18:25:00.429735 [ 290 ] {47b8636d-7867-4061-96bf-d4110aefccd8} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.003771 sec., 7425.086184036065 rows/sec., 593.03 KiB/sec.
4775 2025.01.08 18:25:00.429795 [ 193 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3125 rows, containing 5 columns (5 merged, 0 gathered) in 0.004278062 sec., 730470.9468913728 rows/sec., 64.28 MiB/sec.
4776 2025.01.08 18:25:00.430055 [ 290 ] {47b8636d-7867-4061-96bf-d4110aefccd8} <Debug> TCPHandler: Processed in 0.004414545 sec.
4777 2025.01.08 18:25:00.430089 [ 187 ] {fa7e1080-106a-46d6-b087-687f1bf68453::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
4778 2025.01.08 18:25:00.430173 [ 193 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
4779 2025.01.08 18:25:00.430326 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4780 2025.01.08 18:25:00.430452 [ 187 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4781 2025.01.08 18:25:00.430552 [ 187 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 874 rows starting from the beginning of the part
4782 2025.01.08 18:25:00.430642 [ 284 ] {4a6f5d6d-a284-41ef-82dd-08544876b7c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4783 2025.01.08 18:25:00.430919 [ 187 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 28 rows starting from the beginning of the part
4784 2025.01.08 18:25:00.430941 [ 284 ] {4a6f5d6d-a284-41ef-82dd-08544876b7c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4785 2025.01.08 18:25:00.431195 [ 193 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_36_7} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4786 2025.01.08 18:25:00.431473 [ 187 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 386 rows starting from the beginning of the part
4787 2025.01.08 18:25:00.431701 [ 193 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_36_7} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
4788 2025.01.08 18:25:00.431989 [ 187 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 28 rows starting from the beginning of the part
4789 2025.01.08 18:25:00.432101 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB.
4790 2025.01.08 18:25:00.432422 [ 187 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 844 rows starting from the beginning of the part
4791 2025.01.08 18:25:00.432719 [ 187 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 28 rows starting from the beginning of the part
4792 2025.01.08 18:25:00.433465 [ 284 ] {4a6f5d6d-a284-41ef-82dd-08544876b7c4} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4793 2025.01.08 18:25:00.433506 [ 284 ] {4a6f5d6d-a284-41ef-82dd-08544876b7c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
4794 2025.01.08 18:25:00.434057 [ 284 ] {4a6f5d6d-a284-41ef-82dd-08544876b7c4} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
4795 2025.01.08 18:25:00.434356 [ 284 ] {4a6f5d6d-a284-41ef-82dd-08544876b7c4} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4796 2025.01.08 18:25:00.434504 [ 131 ] {} <Debug> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
4797 2025.01.08 18:25:00.434561 [ 131 ] {} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4798 2025.01.08 18:25:00.434602 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
4799 2025.01.08 18:25:00.434679 [ 284 ] {4a6f5d6d-a284-41ef-82dd-08544876b7c4} <Debug> executeQuery: Read 80 rows, 5.68 KiB in 0.004117 sec., 19431.624969638087 rows/sec., 1.35 MiB/sec.
4800 2025.01.08 18:25:00.435147 [ 284 ] {4a6f5d6d-a284-41ef-82dd-08544876b7c4} <Debug> TCPHandler: Processed in 0.00494956 sec.
4801 2025.01.08 18:25:00.435281 [ 201 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::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
4802 2025.01.08 18:25:00.435381 [ 187 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2188 rows, containing 5 columns (5 merged, 0 gathered) in 0.005607137 sec., 390216.96812473104 rows/sec., 29.71 MiB/sec.
4803 2025.01.08 18:25:00.435456 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4804 2025.01.08 18:25:00.435638 [ 201 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4805 2025.01.08 18:25:00.435716 [ 187 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
4806 2025.01.08 18:25:00.435746 [ 201 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 8306 rows starting from the beginning of the part
4807 2025.01.08 18:25:00.435759 [ 290 ] {a5bfa55f-2b96-4851-80ad-0232f7dcb339} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4808 2025.01.08 18:25:00.436017 [ 290 ] {a5bfa55f-2b96-4851-80ad-0232f7dcb339} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4809 2025.01.08 18:25:00.436234 [ 201 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 100 rows starting from the beginning of the part
4810 2025.01.08 18:25:00.436703 [ 201 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 177 rows starting from the beginning of the part
4811 2025.01.08 18:25:00.436970 [ 187 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_36_7} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4812 2025.01.08 18:25:00.437219 [ 201 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 100 rows starting from the beginning of the part
4813 2025.01.08 18:25:00.437458 [ 187 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_36_7} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
4814 2025.01.08 18:25:00.437719 [ 201 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 944 rows starting from the beginning of the part
4815 2025.01.08 18:25:00.437981 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB.
4816 2025.01.08 18:25:00.438152 [ 201 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 80 rows starting from the beginning of the part
4817 2025.01.08 18:25:00.438891 [ 290 ] {a5bfa55f-2b96-4851-80ad-0232f7dcb339} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4818 2025.01.08 18:25:00.438941 [ 290 ] {a5bfa55f-2b96-4851-80ad-0232f7dcb339} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
4819 2025.01.08 18:25:00.439409 [ 290 ] {a5bfa55f-2b96-4851-80ad-0232f7dcb339} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
4820 2025.01.08 18:25:00.439760 [ 290 ] {a5bfa55f-2b96-4851-80ad-0232f7dcb339} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4821 2025.01.08 18:25:00.439980 [ 131 ] {} <Debug> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
4822 2025.01.08 18:25:00.440105 [ 131 ] {} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4823 2025.01.08 18:25:00.440183 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
4824 2025.01.08 18:25:00.440249 [ 290 ] {a5bfa55f-2b96-4851-80ad-0232f7dcb339} <Debug> executeQuery: Read 24 rows, 1.68 KiB in 0.004592 sec., 5226.480836236934 rows/sec., 366.64 KiB/sec.
4825 2025.01.08 18:25:00.440500 [ 290 ] {a5bfa55f-2b96-4851-80ad-0232f7dcb339} <Debug> TCPHandler: Processed in 0.005190456 sec.
4826 2025.01.08 18:25:00.440526 [ 197 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::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
4827 2025.01.08 18:25:00.440648 [ 197 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4828 2025.01.08 18:25:00.440686 [ 197 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1090 rows starting from the beginning of the part
4829 2025.01.08 18:25:00.440777 [ 197 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 30 rows starting from the beginning of the part
4830 2025.01.08 18:25:00.441083 [ 197 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 52 rows starting from the beginning of the part
4831 2025.01.08 18:25:00.441342 [ 197 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 30 rows starting from the beginning of the part
4832 2025.01.08 18:25:00.441561 [ 197 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 28 rows starting from the beginning of the part
4833 2025.01.08 18:25:00.441798 [ 197 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 24 rows starting from the beginning of the part
4834 2025.01.08 18:25:00.442775 [ 196 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9707 rows, containing 5 columns (5 merged, 0 gathered) in 0.00801881 sec., 1210528.7442899882 rows/sec., 81.06 MiB/sec.
4835 2025.01.08 18:25:00.443156 [ 196 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
4836 2025.01.08 18:25:00.443637 [ 199 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1254 rows, containing 4 columns (4 merged, 0 gathered) in 0.003313117 sec., 378495.53758590476 rows/sec., 24.38 MiB/sec.
4837 2025.01.08 18:25:00.443826 [ 196 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4838 2025.01.08 18:25:00.443951 [ 196 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
4839 2025.01.08 18:25:00.443958 [ 199 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
4840 2025.01.08 18:25:00.444136 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.92 MiB.
4841 2025.01.08 18:25:00.444388 [ 199 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_36_7} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4842 2025.01.08 18:25:00.444472 [ 199 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_36_7} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
4843 2025.01.08 18:25:00.444557 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB.
4844 2025.01.08 18:25:00.706508 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174
4845 2025.01.08 18:25:00.728046 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4846 2025.01.08 18:25:00.728111 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
4847 2025.01.08 18:25:00.736016 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
4848 2025.01.08 18:25:00.736803 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4849 2025.01.08 18:25:00.739618 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 174
4850 2025.01.08 18:25:05.423752 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4851 2025.01.08 18:25:05.423982 [ 284 ] {bff331aa-5ae3-4e49-9f95-558032dbc295} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4852 2025.01.08 18:25:05.424063 [ 284 ] {bff331aa-5ae3-4e49-9f95-558032dbc295} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4853 2025.01.08 18:25:05.424804 [ 284 ] {bff331aa-5ae3-4e49-9f95-558032dbc295} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4854 2025.01.08 18:25:05.424859 [ 284 ] {bff331aa-5ae3-4e49-9f95-558032dbc295} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
4855 2025.01.08 18:25:05.425344 [ 284 ] {bff331aa-5ae3-4e49-9f95-558032dbc295} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
4856 2025.01.08 18:25:05.425601 [ 284 ] {bff331aa-5ae3-4e49-9f95-558032dbc295} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4857 2025.01.08 18:25:05.425838 [ 284 ] {bff331aa-5ae3-4e49-9f95-558032dbc295} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001916 sec., 13569.937369519834 rows/sec., 1.02 MiB/sec.
4858 2025.01.08 18:25:05.425902 [ 284 ] {bff331aa-5ae3-4e49-9f95-558032dbc295} <Debug> TCPHandler: Processed in 0.002297409 sec.
4859 2025.01.08 18:25:05.426164 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4860 2025.01.08 18:25:05.426379 [ 290 ] {f2054d63-916f-4f46-9501-f696523a1e6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4861 2025.01.08 18:25:05.426460 [ 290 ] {f2054d63-916f-4f46-9501-f696523a1e6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4862 2025.01.08 18:25:05.427258 [ 290 ] {f2054d63-916f-4f46-9501-f696523a1e6e} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4863 2025.01.08 18:25:05.427299 [ 290 ] {f2054d63-916f-4f46-9501-f696523a1e6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
4864 2025.01.08 18:25:05.427752 [ 290 ] {f2054d63-916f-4f46-9501-f696523a1e6e} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
4865 2025.01.08 18:25:05.428035 [ 290 ] {f2054d63-916f-4f46-9501-f696523a1e6e} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4866 2025.01.08 18:25:05.428275 [ 290 ] {f2054d63-916f-4f46-9501-f696523a1e6e} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001946 sec., 14388.489208633093 rows/sec., 1.12 MiB/sec.
4867 2025.01.08 18:25:05.428350 [ 290 ] {f2054d63-916f-4f46-9501-f696523a1e6e} <Debug> TCPHandler: Processed in 0.002329701 sec.
4868 2025.01.08 18:25:05.428581 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4869 2025.01.08 18:25:05.428738 [ 284 ] {6d0508c4-a8a9-4915-ad03-afbad711782f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4870 2025.01.08 18:25:05.428795 [ 284 ] {6d0508c4-a8a9-4915-ad03-afbad711782f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4871 2025.01.08 18:25:05.429358 [ 284 ] {6d0508c4-a8a9-4915-ad03-afbad711782f} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4872 2025.01.08 18:25:05.429399 [ 284 ] {6d0508c4-a8a9-4915-ad03-afbad711782f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
4873 2025.01.08 18:25:05.429816 [ 284 ] {6d0508c4-a8a9-4915-ad03-afbad711782f} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
4874 2025.01.08 18:25:05.430062 [ 284 ] {6d0508c4-a8a9-4915-ad03-afbad711782f} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4875 2025.01.08 18:25:05.430281 [ 284 ] {6d0508c4-a8a9-4915-ad03-afbad711782f} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.00157 sec., 63694.267515923566 rows/sec., 4.42 MiB/sec.
4876 2025.01.08 18:25:05.430337 [ 284 ] {6d0508c4-a8a9-4915-ad03-afbad711782f} <Debug> TCPHandler: Processed in 0.001884799 sec.
4877 2025.01.08 18:25:05.430482 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4878 2025.01.08 18:25:05.430621 [ 290 ] {5ea5dff2-090d-4604-8a28-6694c0723b9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4879 2025.01.08 18:25:05.430683 [ 290 ] {5ea5dff2-090d-4604-8a28-6694c0723b9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4880 2025.01.08 18:25:05.431226 [ 290 ] {5ea5dff2-090d-4604-8a28-6694c0723b9c} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4881 2025.01.08 18:25:05.431264 [ 290 ] {5ea5dff2-090d-4604-8a28-6694c0723b9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
4882 2025.01.08 18:25:05.431646 [ 290 ] {5ea5dff2-090d-4604-8a28-6694c0723b9c} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
4883 2025.01.08 18:25:05.431895 [ 290 ] {5ea5dff2-090d-4604-8a28-6694c0723b9c} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4884 2025.01.08 18:25:05.432082 [ 290 ] {5ea5dff2-090d-4604-8a28-6694c0723b9c} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001492 sec., 20107.23860589812 rows/sec., 1.38 MiB/sec.
4885 2025.01.08 18:25:05.432181 [ 290 ] {5ea5dff2-090d-4604-8a28-6694c0723b9c} <Debug> TCPHandler: Processed in 0.001765237 sec.
4886 2025.01.08 18:25:06.899073 [ 123 ] {} <Debug> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e) (MergerMutator): Selected 5 parts from all_1_11_2 to all_15_15_0
4887 2025.01.08 18:25:06.899166 [ 123 ] {} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4888 2025.01.08 18:25:06.899195 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
4889 2025.01.08 18:25:06.899427 [ 197 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_11_2 to all_15_15_0 into Compact with storage Full
4890 2025.01.08 18:25:06.899649 [ 197 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4891 2025.01.08 18:25:06.899695 [ 197 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 66 rows starting from the beginning of the part
4892 2025.01.08 18:25:06.899791 [ 197 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::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
4893 2025.01.08 18:25:06.899985 [ 197 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::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
4894 2025.01.08 18:25:06.900153 [ 197 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::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
4895 2025.01.08 18:25:06.900386 [ 197 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::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
4896 2025.01.08 18:25:06.901505 [ 199 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 90 rows, containing 4 columns (4 merged, 0 gathered) in 0.002222738 sec., 40490.60213124534 rows/sec., 2.07 MiB/sec.
4897 2025.01.08 18:25:06.901705 [ 196 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary)
4898 2025.01.08 18:25:06.902078 [ 196 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::all_1_15_3} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4899 2025.01.08 18:25:06.902182 [ 196 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::all_1_15_3} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e) (MergerMutator): Merged 5 parts: [all_1_11_2, all_15_15_0] -> all_1_15_3
4900 2025.01.08 18:25:06.902287 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
4901 2025.01.08 18:25:07.314515 [ 123 ] {} <Debug> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a) (MergerMutator): Selected 5 parts from all_1_11_2 to all_15_15_0
4902 2025.01.08 18:25:07.314579 [ 123 ] {} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4903 2025.01.08 18:25:07.314606 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
4904 2025.01.08 18:25:07.314846 [ 198 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_11_2 to all_15_15_0 into Compact with storage Full
4905 2025.01.08 18:25:07.315054 [ 198 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4906 2025.01.08 18:25:07.315098 [ 198 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 56 rows starting from the beginning of the part
4907 2025.01.08 18:25:07.315184 [ 198 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 58 rows starting from the beginning of the part
4908 2025.01.08 18:25:07.315325 [ 198 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::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
4909 2025.01.08 18:25:07.315611 [ 198 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 47 rows starting from the beginning of the part
4910 2025.01.08 18:25:07.315694 [ 198 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 49 rows starting from the beginning of the part
4911 2025.01.08 18:25:07.316807 [ 199 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 257 rows, containing 5 columns (5 merged, 0 gathered) in 0.002115365 sec., 121492.03565342151 rows/sec., 9.16 MiB/sec.
4912 2025.01.08 18:25:07.316984 [ 199 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary)
4913 2025.01.08 18:25:07.317322 [ 199 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::all_1_15_3} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4914 2025.01.08 18:25:07.317411 [ 199 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::all_1_15_3} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a) (MergerMutator): Merged 5 parts: [all_1_11_2, all_15_15_0] -> all_1_15_3
4915 2025.01.08 18:25:07.317513 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
4916 2025.01.08 18:25:07.353266 [ 123 ] {} <Debug> DNSResolver: Updating DNS cache
4917 2025.01.08 18:25:07.353301 [ 123 ] {} <Debug> DNSResolver: Updated DNS cache
4918 2025.01.08 18:25:07.458500 [ 123 ] {} <Debug> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3) (MergerMutator): Selected 5 parts from all_1_11_2 to all_15_15_0
4919 2025.01.08 18:25:07.458566 [ 123 ] {} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4920 2025.01.08 18:25:07.458606 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
4921 2025.01.08 18:25:07.458799 [ 195 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_11_2 to all_15_15_0 into Compact with storage Full
4922 2025.01.08 18:25:07.459015 [ 195 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4923 2025.01.08 18:25:07.459069 [ 195 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 242 rows starting from the beginning of the part
4924 2025.01.08 18:25:07.459208 [ 195 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 242 rows starting from the beginning of the part
4925 2025.01.08 18:25:07.459408 [ 195 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 14 rows starting from the beginning of the part
4926 2025.01.08 18:25:07.459639 [ 195 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 14 rows starting from the beginning of the part
4927 2025.01.08 18:25:07.459836 [ 195 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 242 rows starting from the beginning of the part
4928 2025.01.08 18:25:07.461020 [ 191 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 754 rows, containing 5 columns (5 merged, 0 gathered) in 0.00233923 sec., 322328.28751341254 rows/sec., 23.08 MiB/sec.
4929 2025.01.08 18:25:07.461220 [ 190 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary)
4930 2025.01.08 18:25:07.461594 [ 190 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::all_1_15_3} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4931 2025.01.08 18:25:07.461699 [ 190 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::all_1_15_3} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3) (MergerMutator): Merged 5 parts: [all_1_11_2, all_15_15_0] -> all_1_15_3
4932 2025.01.08 18:25:07.461811 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB.
4933 2025.01.08 18:25:07.482828 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11041
4934 2025.01.08 18:25:07.483544 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4935 2025.01.08 18:25:07.483581 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
4936 2025.01.08 18:25:07.484089 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
4937 2025.01.08 18:25:07.484345 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4938 2025.01.08 18:25:07.484523 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11041
4939 2025.01.08 18:25:07.528765 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 692
4940 2025.01.08 18:25:07.531528 [ 242 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4941 2025.01.08 18:25:07.531583 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
4942 2025.01.08 18:25:07.533053 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
4943 2025.01.08 18:25:07.533376 [ 242 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4944 2025.01.08 18:25:07.533994 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 692
4945 2025.01.08 18:25:08.239681 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181
4946 2025.01.08 18:25:08.261709 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4947 2025.01.08 18:25:08.261782 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
4948 2025.01.08 18:25:08.269282 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
4949 2025.01.08 18:25:08.270273 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4950 2025.01.08 18:25:08.273031 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 181
4951 2025.01.08 18:25:10.431322 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4952 2025.01.08 18:25:10.431518 [ 284 ] {0d646b60-437c-4b87-8a5b-5c52a231de4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4953 2025.01.08 18:25:10.431595 [ 284 ] {0d646b60-437c-4b87-8a5b-5c52a231de4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4954 2025.01.08 18:25:10.432358 [ 284 ] {0d646b60-437c-4b87-8a5b-5c52a231de4a} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4955 2025.01.08 18:25:10.432415 [ 284 ] {0d646b60-437c-4b87-8a5b-5c52a231de4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
4956 2025.01.08 18:25:10.432871 [ 284 ] {0d646b60-437c-4b87-8a5b-5c52a231de4a} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
4957 2025.01.08 18:25:10.433133 [ 284 ] {0d646b60-437c-4b87-8a5b-5c52a231de4a} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4958 2025.01.08 18:25:10.433403 [ 284 ] {0d646b60-437c-4b87-8a5b-5c52a231de4a} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001911 sec., 7326.007326007326 rows/sec., 527.37 KiB/sec.
4959 2025.01.08 18:25:10.433881 [ 284 ] {0d646b60-437c-4b87-8a5b-5c52a231de4a} <Debug> TCPHandler: Processed in 0.00268661 sec.
4960 2025.01.08 18:25:10.434192 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4961 2025.01.08 18:25:10.434386 [ 290 ] {a3ebd2c7-feb4-4f58-9cef-098231db300b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4962 2025.01.08 18:25:10.434459 [ 290 ] {a3ebd2c7-feb4-4f58-9cef-098231db300b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4963 2025.01.08 18:25:10.435356 [ 290 ] {a3ebd2c7-feb4-4f58-9cef-098231db300b} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4964 2025.01.08 18:25:10.435398 [ 290 ] {a3ebd2c7-feb4-4f58-9cef-098231db300b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
4965 2025.01.08 18:25:10.435878 [ 290 ] {a3ebd2c7-feb4-4f58-9cef-098231db300b} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
4966 2025.01.08 18:25:10.436139 [ 290 ] {a3ebd2c7-feb4-4f58-9cef-098231db300b} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4967 2025.01.08 18:25:10.436379 [ 290 ] {a3ebd2c7-feb4-4f58-9cef-098231db300b} <Debug> executeQuery: Read 253 rows, 23.21 KiB in 0.002046 sec., 123655.91397849462 rows/sec., 11.08 MiB/sec.
4968 2025.01.08 18:25:10.436438 [ 290 ] {a3ebd2c7-feb4-4f58-9cef-098231db300b} <Debug> TCPHandler: Processed in 0.002387763 sec.
4969 2025.01.08 18:25:10.436613 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4970 2025.01.08 18:25:10.436746 [ 284 ] {2000120f-ed7f-4009-823a-cfd64dc3c105} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4971 2025.01.08 18:25:10.436801 [ 284 ] {2000120f-ed7f-4009-823a-cfd64dc3c105} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4972 2025.01.08 18:25:10.437432 [ 284 ] {2000120f-ed7f-4009-823a-cfd64dc3c105} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4973 2025.01.08 18:25:10.437475 [ 284 ] {2000120f-ed7f-4009-823a-cfd64dc3c105} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
4974 2025.01.08 18:25:10.437871 [ 284 ] {2000120f-ed7f-4009-823a-cfd64dc3c105} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
4975 2025.01.08 18:25:10.438127 [ 284 ] {2000120f-ed7f-4009-823a-cfd64dc3c105} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4976 2025.01.08 18:25:10.438348 [ 284 ] {2000120f-ed7f-4009-823a-cfd64dc3c105} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.001634 sec., 28763.76988984088 rows/sec., 2.07 MiB/sec.
4977 2025.01.08 18:25:10.438410 [ 284 ] {2000120f-ed7f-4009-823a-cfd64dc3c105} <Debug> TCPHandler: Processed in 0.001855848 sec.
4978 2025.01.08 18:25:10.438583 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4979 2025.01.08 18:25:10.438725 [ 290 ] {b153f84e-94a4-4736-9f44-bd8341f20f41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4980 2025.01.08 18:25:10.438789 [ 290 ] {b153f84e-94a4-4736-9f44-bd8341f20f41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4981 2025.01.08 18:25:10.439464 [ 290 ] {b153f84e-94a4-4736-9f44-bd8341f20f41} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4982 2025.01.08 18:25:10.439511 [ 290 ] {b153f84e-94a4-4736-9f44-bd8341f20f41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
4983 2025.01.08 18:25:10.439905 [ 290 ] {b153f84e-94a4-4736-9f44-bd8341f20f41} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
4984 2025.01.08 18:25:10.440175 [ 290 ] {b153f84e-94a4-4736-9f44-bd8341f20f41} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4985 2025.01.08 18:25:10.440427 [ 290 ] {b153f84e-94a4-4736-9f44-bd8341f20f41} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001725 sec., 8115.942028985507 rows/sec., 568.39 KiB/sec.
4986 2025.01.08 18:25:10.440614 [ 290 ] {b153f84e-94a4-4736-9f44-bd8341f20f41} <Debug> TCPHandler: Processed in 0.002096104 sec.
4987 2025.01.08 18:25:10.440798 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4988 2025.01.08 18:25:10.440918 [ 284 ] {45af9582-59d3-4d05-a19b-9f6da6176718} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
4989 2025.01.08 18:25:10.440970 [ 284 ] {45af9582-59d3-4d05-a19b-9f6da6176718} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4990 2025.01.08 18:25:10.441555 [ 284 ] {45af9582-59d3-4d05-a19b-9f6da6176718} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4991 2025.01.08 18:25:10.441596 [ 284 ] {45af9582-59d3-4d05-a19b-9f6da6176718} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
4992 2025.01.08 18:25:10.441991 [ 284 ] {45af9582-59d3-4d05-a19b-9f6da6176718} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
4993 2025.01.08 18:25:10.442243 [ 284 ] {45af9582-59d3-4d05-a19b-9f6da6176718} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4994 2025.01.08 18:25:10.442507 [ 284 ] {45af9582-59d3-4d05-a19b-9f6da6176718} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001614 sec., 8054.522924411401 rows/sec., 502.20 KiB/sec.
4995 2025.01.08 18:25:10.442728 [ 284 ] {45af9582-59d3-4d05-a19b-9f6da6176718} <Debug> TCPHandler: Processed in 0.001989672 sec.
4996 2025.01.08 18:25:10.442932 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4997 2025.01.08 18:25:10.443078 [ 290 ] {d89d5791-a8ba-44f6-93f2-0d564c8ba0e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4998 2025.01.08 18:25:10.443135 [ 290 ] {d89d5791-a8ba-44f6-93f2-0d564c8ba0e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4999 2025.01.08 18:25:10.443890 [ 290 ] {d89d5791-a8ba-44f6-93f2-0d564c8ba0e3} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5000 2025.01.08 18:25:10.443930 [ 290 ] {d89d5791-a8ba-44f6-93f2-0d564c8ba0e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
5001 2025.01.08 18:25:10.444372 [ 290 ] {d89d5791-a8ba-44f6-93f2-0d564c8ba0e3} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
5002 2025.01.08 18:25:10.444626 [ 290 ] {d89d5791-a8ba-44f6-93f2-0d564c8ba0e3} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5003 2025.01.08 18:25:10.444842 [ 290 ] {d89d5791-a8ba-44f6-93f2-0d564c8ba0e3} <Debug> executeQuery: Read 386 rows, 28.01 KiB in 0.001795 sec., 215041.782729805 rows/sec., 15.24 MiB/sec.
5004 2025.01.08 18:25:10.444899 [ 290 ] {d89d5791-a8ba-44f6-93f2-0d564c8ba0e3} <Debug> TCPHandler: Processed in 0.002035663 sec.
5005 2025.01.08 18:25:10.445065 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5006 2025.01.08 18:25:10.445210 [ 284 ] {8a3d0c5f-3b07-41f8-a108-187d7bf72aa0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
5007 2025.01.08 18:25:10.445272 [ 284 ] {8a3d0c5f-3b07-41f8-a108-187d7bf72aa0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5008 2025.01.08 18:25:10.445865 [ 284 ] {8a3d0c5f-3b07-41f8-a108-187d7bf72aa0} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5009 2025.01.08 18:25:10.445913 [ 284 ] {8a3d0c5f-3b07-41f8-a108-187d7bf72aa0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
5010 2025.01.08 18:25:10.446346 [ 284 ] {8a3d0c5f-3b07-41f8-a108-187d7bf72aa0} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
5011 2025.01.08 18:25:10.446601 [ 284 ] {8a3d0c5f-3b07-41f8-a108-187d7bf72aa0} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5012 2025.01.08 18:25:10.446884 [ 284 ] {8a3d0c5f-3b07-41f8-a108-187d7bf72aa0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001681 sec., 3569.303985722784 rows/sec., 186.48 KiB/sec.
5013 2025.01.08 18:25:10.447237 [ 284 ] {8a3d0c5f-3b07-41f8-a108-187d7bf72aa0} <Debug> TCPHandler: Processed in 0.002235568 sec.
5014 2025.01.08 18:25:10.447419 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5015 2025.01.08 18:25:10.447537 [ 290 ] {dd7dc06f-09ee-461c-9941-c953e74ddc66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5016 2025.01.08 18:25:10.447591 [ 290 ] {dd7dc06f-09ee-461c-9941-c953e74ddc66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5017 2025.01.08 18:25:10.448166 [ 290 ] {dd7dc06f-09ee-461c-9941-c953e74ddc66} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5018 2025.01.08 18:25:10.448204 [ 290 ] {dd7dc06f-09ee-461c-9941-c953e74ddc66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
5019 2025.01.08 18:25:10.448603 [ 290 ] {dd7dc06f-09ee-461c-9941-c953e74ddc66} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
5020 2025.01.08 18:25:10.448859 [ 290 ] {dd7dc06f-09ee-461c-9941-c953e74ddc66} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5021 2025.01.08 18:25:10.449079 [ 290 ] {dd7dc06f-09ee-461c-9941-c953e74ddc66} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001567 sec., 112954.69049138481 rows/sec., 7.45 MiB/sec.
5022 2025.01.08 18:25:10.449135 [ 290 ] {dd7dc06f-09ee-461c-9941-c953e74ddc66} <Debug> TCPHandler: Processed in 0.001775306 sec.
5023 2025.01.08 18:25:10.449300 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5024 2025.01.08 18:25:10.449440 [ 284 ] {db0681ee-bb75-4599-8765-a98cfce4112b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
5025 2025.01.08 18:25:10.449502 [ 284 ] {db0681ee-bb75-4599-8765-a98cfce4112b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5026 2025.01.08 18:25:10.450072 [ 284 ] {db0681ee-bb75-4599-8765-a98cfce4112b} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5027 2025.01.08 18:25:10.450119 [ 284 ] {db0681ee-bb75-4599-8765-a98cfce4112b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
5028 2025.01.08 18:25:10.450503 [ 284 ] {db0681ee-bb75-4599-8765-a98cfce4112b} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
5029 2025.01.08 18:25:10.450751 [ 284 ] {db0681ee-bb75-4599-8765-a98cfce4112b} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5030 2025.01.08 18:25:10.451127 [ 284 ] {db0681ee-bb75-4599-8765-a98cfce4112b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001672 sec., 598.0861244019138 rows/sec., 40.30 KiB/sec.
5031 2025.01.08 18:25:10.451545 [ 284 ] {db0681ee-bb75-4599-8765-a98cfce4112b} <Debug> TCPHandler: Processed in 0.00230943 sec.
5032 2025.01.08 18:25:10.451716 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5033 2025.01.08 18:25:10.451858 [ 290 ] {6c9354b1-5a25-4641-98c3-0d77ce3baefc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5034 2025.01.08 18:25:10.451986 [ 290 ] {6c9354b1-5a25-4641-98c3-0d77ce3baefc} <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
5035 2025.01.08 18:25:10.453227 [ 290 ] {6c9354b1-5a25-4641-98c3-0d77ce3baefc} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5036 2025.01.08 18:25:10.453267 [ 290 ] {6c9354b1-5a25-4641-98c3-0d77ce3baefc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
5037 2025.01.08 18:25:10.453944 [ 290 ] {6c9354b1-5a25-4641-98c3-0d77ce3baefc} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
5038 2025.01.08 18:25:10.454217 [ 290 ] {6c9354b1-5a25-4641-98c3-0d77ce3baefc} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5039 2025.01.08 18:25:10.454409 [ 124 ] {} <Debug> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
5040 2025.01.08 18:25:10.454499 [ 290 ] {6c9354b1-5a25-4641-98c3-0d77ce3baefc} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002664 sec., 15015.015015015015 rows/sec., 26.91 MiB/sec.
5041 2025.01.08 18:25:10.454507 [ 124 ] {} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5042 2025.01.08 18:25:10.454588 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
5043 2025.01.08 18:25:10.454910 [ 290 ] {6c9354b1-5a25-4641-98c3-0d77ce3baefc} <Debug> TCPHandler: Processed in 0.003255495 sec.
5044 2025.01.08 18:25:10.454966 [ 200 ] {e2d038cd-23ef-42ff-ade3-a8c087d70f4f::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
5045 2025.01.08 18:25:10.455117 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5046 2025.01.08 18:25:10.455383 [ 284 ] {973a5ee0-5624-45f9-9fdd-d72fd6ac1710} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5047 2025.01.08 18:25:10.455515 [ 284 ] {973a5ee0-5624-45f9-9fdd-d72fd6ac1710} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5048 2025.01.08 18:25:10.455758 [ 200 ] {e2d038cd-23ef-42ff-ade3-a8c087d70f4f::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5049 2025.01.08 18:25:10.456049 [ 200 ] {e2d038cd-23ef-42ff-ade3-a8c087d70f4f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 324 rows starting from the beginning of the part
5050 2025.01.08 18:25:10.456842 [ 200 ] {e2d038cd-23ef-42ff-ade3-a8c087d70f4f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 39 rows starting from the beginning of the part
5051 2025.01.08 18:25:10.457597 [ 200 ] {e2d038cd-23ef-42ff-ade3-a8c087d70f4f::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
5052 2025.01.08 18:25:10.457674 [ 284 ] {973a5ee0-5624-45f9-9fdd-d72fd6ac1710} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5053 2025.01.08 18:25:10.457744 [ 284 ] {973a5ee0-5624-45f9-9fdd-d72fd6ac1710} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB.
5054 2025.01.08 18:25:10.458219 [ 200 ] {e2d038cd-23ef-42ff-ade3-a8c087d70f4f::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
5055 2025.01.08 18:25:10.458903 [ 200 ] {e2d038cd-23ef-42ff-ade3-a8c087d70f4f::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
5056 2025.01.08 18:25:10.459556 [ 200 ] {e2d038cd-23ef-42ff-ade3-a8c087d70f4f::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
5057 2025.01.08 18:25:10.459590 [ 284 ] {973a5ee0-5624-45f9-9fdd-d72fd6ac1710} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
5058 2025.01.08 18:25:10.460330 [ 284 ] {973a5ee0-5624-45f9-9fdd-d72fd6ac1710} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5059 2025.01.08 18:25:10.461070 [ 284 ] {973a5ee0-5624-45f9-9fdd-d72fd6ac1710} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.005738 sec., 9062.391077030325 rows/sec., 574.57 KiB/sec.
5060 2025.01.08 18:25:10.461620 [ 284 ] {973a5ee0-5624-45f9-9fdd-d72fd6ac1710} <Debug> TCPHandler: Processed in 0.006584172 sec.
5061 2025.01.08 18:25:10.466570 [ 190 ] {e2d038cd-23ef-42ff-ade3-a8c087d70f4f::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 523 rows, containing 19 columns (19 merged, 0 gathered) in 0.011839049 sec., 44175.84554299927 rows/sec., 79.16 MiB/sec.
5062 2025.01.08 18:25:10.467345 [ 194 ] {e2d038cd-23ef-42ff-ade3-a8c087d70f4f::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
5063 2025.01.08 18:25:10.467845 [ 194 ] {e2d038cd-23ef-42ff-ade3-a8c087d70f4f::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5064 2025.01.08 18:25:10.467937 [ 194 ] {e2d038cd-23ef-42ff-ade3-a8c087d70f4f::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
5065 2025.01.08 18:25:10.468107 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.48 MiB.
5066 2025.01.08 18:25:14.984639 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11468
5067 2025.01.08 18:25:14.985304 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5068 2025.01.08 18:25:14.985343 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
5069 2025.01.08 18:25:14.985953 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
5070 2025.01.08 18:25:14.986220 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5071 2025.01.08 18:25:14.986450 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11468
5072 2025.01.08 18:25:15.423523 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5073 2025.01.08 18:25:15.423734 [ 284 ] {d7d724dd-5217-47a5-a2d3-6752e3ee4cd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5074 2025.01.08 18:25:15.423813 [ 284 ] {d7d724dd-5217-47a5-a2d3-6752e3ee4cd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5075 2025.01.08 18:25:15.424832 [ 284 ] {d7d724dd-5217-47a5-a2d3-6752e3ee4cd2} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5076 2025.01.08 18:25:15.424878 [ 284 ] {d7d724dd-5217-47a5-a2d3-6752e3ee4cd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
5077 2025.01.08 18:25:15.425312 [ 284 ] {d7d724dd-5217-47a5-a2d3-6752e3ee4cd2} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
5078 2025.01.08 18:25:15.425574 [ 284 ] {d7d724dd-5217-47a5-a2d3-6752e3ee4cd2} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5079 2025.01.08 18:25:15.425844 [ 284 ] {d7d724dd-5217-47a5-a2d3-6752e3ee4cd2} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.002173 sec., 11965.025310630464 rows/sec., 923.53 KiB/sec.
5080 2025.01.08 18:25:15.426076 [ 284 ] {d7d724dd-5217-47a5-a2d3-6752e3ee4cd2} <Debug> TCPHandler: Processed in 0.00268928 sec.
5081 2025.01.08 18:25:15.426367 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5082 2025.01.08 18:25:15.426580 [ 290 ] {092625c4-2c5a-4f6e-a403-998bf9150aba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5083 2025.01.08 18:25:15.426661 [ 290 ] {092625c4-2c5a-4f6e-a403-998bf9150aba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5084 2025.01.08 18:25:15.427509 [ 290 ] {092625c4-2c5a-4f6e-a403-998bf9150aba} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5085 2025.01.08 18:25:15.427556 [ 290 ] {092625c4-2c5a-4f6e-a403-998bf9150aba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
5086 2025.01.08 18:25:15.428001 [ 290 ] {092625c4-2c5a-4f6e-a403-998bf9150aba} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
5087 2025.01.08 18:25:15.428269 [ 290 ] {092625c4-2c5a-4f6e-a403-998bf9150aba} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5088 2025.01.08 18:25:15.428501 [ 290 ] {092625c4-2c5a-4f6e-a403-998bf9150aba} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.00198 sec., 14141.414141414141 rows/sec., 1.10 MiB/sec.
5089 2025.01.08 18:25:15.428559 [ 290 ] {092625c4-2c5a-4f6e-a403-998bf9150aba} <Debug> TCPHandler: Processed in 0.002335711 sec.
5090 2025.01.08 18:25:15.428707 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5091 2025.01.08 18:25:15.428831 [ 284 ] {7a69b527-b6dc-471a-bde8-a7f021ca3609} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5092 2025.01.08 18:25:15.428889 [ 284 ] {7a69b527-b6dc-471a-bde8-a7f021ca3609} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5093 2025.01.08 18:25:15.429461 [ 284 ] {7a69b527-b6dc-471a-bde8-a7f021ca3609} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5094 2025.01.08 18:25:15.429500 [ 284 ] {7a69b527-b6dc-471a-bde8-a7f021ca3609} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
5095 2025.01.08 18:25:15.429904 [ 284 ] {7a69b527-b6dc-471a-bde8-a7f021ca3609} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
5096 2025.01.08 18:25:15.430149 [ 284 ] {7a69b527-b6dc-471a-bde8-a7f021ca3609} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5097 2025.01.08 18:25:15.430373 [ 284 ] {7a69b527-b6dc-471a-bde8-a7f021ca3609} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.00157 sec., 63694.267515923566 rows/sec., 4.42 MiB/sec.
5098 2025.01.08 18:25:15.430429 [ 284 ] {7a69b527-b6dc-471a-bde8-a7f021ca3609} <Debug> TCPHandler: Processed in 0.001780457 sec.
5099 2025.01.08 18:25:15.430567 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5100 2025.01.08 18:25:15.430684 [ 290 ] {f13953cf-532c-44e2-a35b-b3ecb84b21ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5101 2025.01.08 18:25:15.430736 [ 290 ] {f13953cf-532c-44e2-a35b-b3ecb84b21ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5102 2025.01.08 18:25:15.431239 [ 290 ] {f13953cf-532c-44e2-a35b-b3ecb84b21ad} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5103 2025.01.08 18:25:15.431278 [ 290 ] {f13953cf-532c-44e2-a35b-b3ecb84b21ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
5104 2025.01.08 18:25:15.431666 [ 290 ] {f13953cf-532c-44e2-a35b-b3ecb84b21ad} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
5105 2025.01.08 18:25:15.431915 [ 290 ] {f13953cf-532c-44e2-a35b-b3ecb84b21ad} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5106 2025.01.08 18:25:15.432129 [ 290 ] {f13953cf-532c-44e2-a35b-b3ecb84b21ad} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.00147 sec., 20408.163265306124 rows/sec., 1.40 MiB/sec.
5107 2025.01.08 18:25:15.432179 [ 290 ] {f13953cf-532c-44e2-a35b-b3ecb84b21ad} <Debug> TCPHandler: Processed in 0.001670703 sec.
5108 2025.01.08 18:25:15.773093 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189
5109 2025.01.08 18:25:15.795863 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5110 2025.01.08 18:25:15.795928 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
5111 2025.01.08 18:25:15.803650 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
5112 2025.01.08 18:25:15.804487 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5113 2025.01.08 18:25:15.808751 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 189
5114 2025.01.08 18:25:17.534116 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 722
5115 2025.01.08 18:25:17.537181 [ 242 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5116 2025.01.08 18:25:17.537232 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
5117 2025.01.08 18:25:17.538751 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5118 2025.01.08 18:25:17.539076 [ 242 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5119 2025.01.08 18:25:17.539901 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 722
5120 2025.01.08 18:25:20.431063 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5121 2025.01.08 18:25:20.431365 [ 284 ] {d97df7d1-6a50-4bd6-98d4-cdb9f109bb85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
5122 2025.01.08 18:25:20.431483 [ 284 ] {d97df7d1-6a50-4bd6-98d4-cdb9f109bb85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
5123 2025.01.08 18:25:20.432299 [ 284 ] {d97df7d1-6a50-4bd6-98d4-cdb9f109bb85} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5124 2025.01.08 18:25:20.432351 [ 284 ] {d97df7d1-6a50-4bd6-98d4-cdb9f109bb85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
5125 2025.01.08 18:25:20.432795 [ 284 ] {d97df7d1-6a50-4bd6-98d4-cdb9f109bb85} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5126 2025.01.08 18:25:20.433085 [ 284 ] {d97df7d1-6a50-4bd6-98d4-cdb9f109bb85} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5127 2025.01.08 18:25:20.433282 [ 114 ] {} <Debug> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0
5128 2025.01.08 18:25:20.433353 [ 284 ] {d97df7d1-6a50-4bd6-98d4-cdb9f109bb85} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002069 sec., 6766.553890768487 rows/sec., 487.10 KiB/sec.
5129 2025.01.08 18:25:20.433369 [ 114 ] {} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5130 2025.01.08 18:25:20.433442 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
5131 2025.01.08 18:25:20.433471 [ 284 ] {d97df7d1-6a50-4bd6-98d4-cdb9f109bb85} <Debug> TCPHandler: Processed in 0.002599088 sec.
5132 2025.01.08 18:25:20.433731 [ 188 ] {3fec6173-3e69-4314-b82a-beabd4844532::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
5133 2025.01.08 18:25:20.433826 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5134 2025.01.08 18:25:20.433928 [ 188 ] {3fec6173-3e69-4314-b82a-beabd4844532::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5135 2025.01.08 18:25:20.433989 [ 188 ] {3fec6173-3e69-4314-b82a-beabd4844532::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
5136 2025.01.08 18:25:20.434188 [ 290 ] {280d0977-310b-4b9b-944d-3e3d16f363c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5137 2025.01.08 18:25:20.434218 [ 188 ] {3fec6173-3e69-4314-b82a-beabd4844532::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
5138 2025.01.08 18:25:20.434481 [ 188 ] {3fec6173-3e69-4314-b82a-beabd4844532::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
5139 2025.01.08 18:25:20.434489 [ 290 ] {280d0977-310b-4b9b-944d-3e3d16f363c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5140 2025.01.08 18:25:20.434762 [ 188 ] {3fec6173-3e69-4314-b82a-beabd4844532::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
5141 2025.01.08 18:25:20.435184 [ 188 ] {3fec6173-3e69-4314-b82a-beabd4844532::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
5142 2025.01.08 18:25:20.437287 [ 290 ] {280d0977-310b-4b9b-944d-3e3d16f363c8} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5143 2025.01.08 18:25:20.437379 [ 290 ] {280d0977-310b-4b9b-944d-3e3d16f363c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
5144 2025.01.08 18:25:20.437753 [ 190 ] {3fec6173-3e69-4314-b82a-beabd4844532::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004155788 sec., 16843.97760424738 rows/sec., 1.25 MiB/sec.
5145 2025.01.08 18:25:20.438061 [ 190 ] {3fec6173-3e69-4314-b82a-beabd4844532::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary)
5146 2025.01.08 18:25:20.438417 [ 290 ] {280d0977-310b-4b9b-944d-3e3d16f363c8} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
5147 2025.01.08 18:25:20.438677 [ 190 ] {3fec6173-3e69-4314-b82a-beabd4844532::all_1_17_4} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5148 2025.01.08 18:25:20.438846 [ 190 ] {3fec6173-3e69-4314-b82a-beabd4844532::all_1_17_4} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4
5149 2025.01.08 18:25:20.438879 [ 290 ] {280d0977-310b-4b9b-944d-3e3d16f363c8} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5150 2025.01.08 18:25:20.439025 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
5151 2025.01.08 18:25:20.439253 [ 290 ] {280d0977-310b-4b9b-944d-3e3d16f363c8} <Debug> executeQuery: Read 253 rows, 23.21 KiB in 0.005222 sec., 48448.87016468786 rows/sec., 4.34 MiB/sec.
5152 2025.01.08 18:25:20.439335 [ 290 ] {280d0977-310b-4b9b-944d-3e3d16f363c8} <Debug> TCPHandler: Processed in 0.005681348 sec.
5153 2025.01.08 18:25:20.439508 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5154 2025.01.08 18:25:20.439640 [ 284 ] {5e2e8392-acb0-4d2a-a0f2-d6afc0c34744} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5155 2025.01.08 18:25:20.439703 [ 284 ] {5e2e8392-acb0-4d2a-a0f2-d6afc0c34744} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5156 2025.01.08 18:25:20.440429 [ 284 ] {5e2e8392-acb0-4d2a-a0f2-d6afc0c34744} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5157 2025.01.08 18:25:20.440478 [ 284 ] {5e2e8392-acb0-4d2a-a0f2-d6afc0c34744} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
5158 2025.01.08 18:25:20.440875 [ 284 ] {5e2e8392-acb0-4d2a-a0f2-d6afc0c34744} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5159 2025.01.08 18:25:20.441128 [ 284 ] {5e2e8392-acb0-4d2a-a0f2-d6afc0c34744} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5160 2025.01.08 18:25:20.441341 [ 284 ] {5e2e8392-acb0-4d2a-a0f2-d6afc0c34744} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.001736 sec., 27073.73271889401 rows/sec., 1.95 MiB/sec.
5161 2025.01.08 18:25:20.441398 [ 284 ] {5e2e8392-acb0-4d2a-a0f2-d6afc0c34744} <Debug> TCPHandler: Processed in 0.001950271 sec.
5162 2025.01.08 18:25:20.441556 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5163 2025.01.08 18:25:20.441690 [ 290 ] {e4bc01ea-10f0-4d8e-9e93-1ab189b0b2e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5164 2025.01.08 18:25:20.441745 [ 290 ] {e4bc01ea-10f0-4d8e-9e93-1ab189b0b2e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5165 2025.01.08 18:25:20.442370 [ 290 ] {e4bc01ea-10f0-4d8e-9e93-1ab189b0b2e1} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5166 2025.01.08 18:25:20.442413 [ 290 ] {e4bc01ea-10f0-4d8e-9e93-1ab189b0b2e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
5167 2025.01.08 18:25:20.442797 [ 290 ] {e4bc01ea-10f0-4d8e-9e93-1ab189b0b2e1} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5168 2025.01.08 18:25:20.443045 [ 290 ] {e4bc01ea-10f0-4d8e-9e93-1ab189b0b2e1} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5169 2025.01.08 18:25:20.443265 [ 290 ] {e4bc01ea-10f0-4d8e-9e93-1ab189b0b2e1} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001606 sec., 8717.3100871731 rows/sec., 610.50 KiB/sec.
5170 2025.01.08 18:25:20.443322 [ 290 ] {e4bc01ea-10f0-4d8e-9e93-1ab189b0b2e1} <Debug> TCPHandler: Processed in 0.001828698 sec.
5171 2025.01.08 18:25:20.443469 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5172 2025.01.08 18:25:20.443585 [ 284 ] {b2d8968a-0645-49d2-9fc4-f3583276df8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
5173 2025.01.08 18:25:20.443667 [ 284 ] {b2d8968a-0645-49d2-9fc4-f3583276df8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5174 2025.01.08 18:25:20.444677 [ 284 ] {b2d8968a-0645-49d2-9fc4-f3583276df8f} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5175 2025.01.08 18:25:20.444716 [ 284 ] {b2d8968a-0645-49d2-9fc4-f3583276df8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
5176 2025.01.08 18:25:20.445073 [ 284 ] {b2d8968a-0645-49d2-9fc4-f3583276df8f} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5177 2025.01.08 18:25:20.445312 [ 284 ] {b2d8968a-0645-49d2-9fc4-f3583276df8f} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5178 2025.01.08 18:25:20.445473 [ 114 ] {} <Debug> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0
5179 2025.01.08 18:25:20.445536 [ 114 ] {} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5180 2025.01.08 18:25:20.445572 [ 284 ] {b2d8968a-0645-49d2-9fc4-f3583276df8f} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001997 sec., 6509.764646970455 rows/sec., 405.88 KiB/sec.
5181 2025.01.08 18:25:20.445580 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
5182 2025.01.08 18:25:20.445735 [ 284 ] {b2d8968a-0645-49d2-9fc4-f3583276df8f} <Debug> TCPHandler: Processed in 0.002317151 sec.
5183 2025.01.08 18:25:20.446075 [ 190 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::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
5184 2025.01.08 18:25:20.446171 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5185 2025.01.08 18:25:20.446420 [ 190 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5186 2025.01.08 18:25:20.446446 [ 290 ] {064ef7ca-cc7a-4480-9da0-94109518821c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5187 2025.01.08 18:25:20.446492 [ 190 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::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
5188 2025.01.08 18:25:20.446554 [ 290 ] {064ef7ca-cc7a-4480-9da0-94109518821c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5189 2025.01.08 18:25:20.446833 [ 190 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::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
5190 2025.01.08 18:25:20.447239 [ 190 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::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
5191 2025.01.08 18:25:20.447639 [ 190 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::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
5192 2025.01.08 18:25:20.448006 [ 190 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::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
5193 2025.01.08 18:25:20.450157 [ 290 ] {064ef7ca-cc7a-4480-9da0-94109518821c} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5194 2025.01.08 18:25:20.450229 [ 290 ] {064ef7ca-cc7a-4480-9da0-94109518821c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
5195 2025.01.08 18:25:20.450810 [ 190 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.005082082 sec., 12790.03369091644 rows/sec., 847.42 KiB/sec.
5196 2025.01.08 18:25:20.451017 [ 190 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary)
5197 2025.01.08 18:25:20.451292 [ 290 ] {064ef7ca-cc7a-4480-9da0-94109518821c} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
5198 2025.01.08 18:25:20.451527 [ 190 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::all_1_17_4} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5199 2025.01.08 18:25:20.451686 [ 190 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::all_1_17_4} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4
5200 2025.01.08 18:25:20.451770 [ 290 ] {064ef7ca-cc7a-4480-9da0-94109518821c} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5201 2025.01.08 18:25:20.451845 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
5202 2025.01.08 18:25:20.452095 [ 290 ] {064ef7ca-cc7a-4480-9da0-94109518821c} <Debug> executeQuery: Read 386 rows, 28.01 KiB in 0.00573 sec., 67364.74694589878 rows/sec., 4.77 MiB/sec.
5203 2025.01.08 18:25:20.452172 [ 290 ] {064ef7ca-cc7a-4480-9da0-94109518821c} <Debug> TCPHandler: Processed in 0.006319175 sec.
5204 2025.01.08 18:25:20.452319 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5205 2025.01.08 18:25:20.452435 [ 284 ] {0be52560-6f92-46b9-a697-175011e66db7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
5206 2025.01.08 18:25:20.452486 [ 284 ] {0be52560-6f92-46b9-a697-175011e66db7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5207 2025.01.08 18:25:20.452977 [ 284 ] {0be52560-6f92-46b9-a697-175011e66db7} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5208 2025.01.08 18:25:20.453016 [ 284 ] {0be52560-6f92-46b9-a697-175011e66db7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
5209 2025.01.08 18:25:20.453387 [ 284 ] {0be52560-6f92-46b9-a697-175011e66db7} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5210 2025.01.08 18:25:20.453662 [ 284 ] {0be52560-6f92-46b9-a697-175011e66db7} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5211 2025.01.08 18:25:20.453887 [ 284 ] {0be52560-6f92-46b9-a697-175011e66db7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001476 sec., 4065.0406504065036 rows/sec., 212.38 KiB/sec.
5212 2025.01.08 18:25:20.453945 [ 284 ] {0be52560-6f92-46b9-a697-175011e66db7} <Debug> TCPHandler: Processed in 0.001683404 sec.
5213 2025.01.08 18:25:20.454083 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5214 2025.01.08 18:25:20.454201 [ 290 ] {5e33f582-3efc-4456-8a79-016f13a13a5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5215 2025.01.08 18:25:20.454257 [ 290 ] {5e33f582-3efc-4456-8a79-016f13a13a5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5216 2025.01.08 18:25:20.454871 [ 290 ] {5e33f582-3efc-4456-8a79-016f13a13a5c} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5217 2025.01.08 18:25:20.454910 [ 290 ] {5e33f582-3efc-4456-8a79-016f13a13a5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
5218 2025.01.08 18:25:20.455317 [ 290 ] {5e33f582-3efc-4456-8a79-016f13a13a5c} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
5219 2025.01.08 18:25:20.455574 [ 290 ] {5e33f582-3efc-4456-8a79-016f13a13a5c} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5220 2025.01.08 18:25:20.455794 [ 290 ] {5e33f582-3efc-4456-8a79-016f13a13a5c} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001618 sec., 109394.31396786156 rows/sec., 7.22 MiB/sec.
5221 2025.01.08 18:25:20.455858 [ 290 ] {5e33f582-3efc-4456-8a79-016f13a13a5c} <Debug> TCPHandler: Processed in 0.001838708 sec.
5222 2025.01.08 18:25:20.456007 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5223 2025.01.08 18:25:20.456122 [ 284 ] {25f40f61-bb05-4d5f-a403-d3402d4d0d16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
5224 2025.01.08 18:25:20.456173 [ 284 ] {25f40f61-bb05-4d5f-a403-d3402d4d0d16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5225 2025.01.08 18:25:20.456650 [ 284 ] {25f40f61-bb05-4d5f-a403-d3402d4d0d16} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5226 2025.01.08 18:25:20.456689 [ 284 ] {25f40f61-bb05-4d5f-a403-d3402d4d0d16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
5227 2025.01.08 18:25:20.457052 [ 284 ] {25f40f61-bb05-4d5f-a403-d3402d4d0d16} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5228 2025.01.08 18:25:20.457292 [ 284 ] {25f40f61-bb05-4d5f-a403-d3402d4d0d16} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5229 2025.01.08 18:25:20.457526 [ 284 ] {25f40f61-bb05-4d5f-a403-d3402d4d0d16} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001422 sec., 703.2348804500702 rows/sec., 47.39 KiB/sec.
5230 2025.01.08 18:25:20.457624 [ 284 ] {25f40f61-bb05-4d5f-a403-d3402d4d0d16} <Debug> TCPHandler: Processed in 0.001671624 sec.
5231 2025.01.08 18:25:20.457774 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5232 2025.01.08 18:25:20.457913 [ 290 ] {b3b6c1d9-8635-4495-a043-c815d219ee32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5233 2025.01.08 18:25:20.458008 [ 290 ] {b3b6c1d9-8635-4495-a043-c815d219ee32} <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
5234 2025.01.08 18:25:20.459311 [ 290 ] {b3b6c1d9-8635-4495-a043-c815d219ee32} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5235 2025.01.08 18:25:20.459352 [ 290 ] {b3b6c1d9-8635-4495-a043-c815d219ee32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
5236 2025.01.08 18:25:20.460032 [ 290 ] {b3b6c1d9-8635-4495-a043-c815d219ee32} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5237 2025.01.08 18:25:20.460309 [ 290 ] {b3b6c1d9-8635-4495-a043-c815d219ee32} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5238 2025.01.08 18:25:20.460567 [ 290 ] {b3b6c1d9-8635-4495-a043-c815d219ee32} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002686 sec., 14892.032762472078 rows/sec., 26.69 MiB/sec.
5239 2025.01.08 18:25:20.460732 [ 290 ] {b3b6c1d9-8635-4495-a043-c815d219ee32} <Debug> TCPHandler: Processed in 0.003025129 sec.
5240 2025.01.08 18:25:20.460901 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5241 2025.01.08 18:25:20.461038 [ 284 ] {170a7592-1a97-4d1d-90e3-12382748e642} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5242 2025.01.08 18:25:20.461097 [ 284 ] {170a7592-1a97-4d1d-90e3-12382748e642} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5243 2025.01.08 18:25:20.461671 [ 284 ] {170a7592-1a97-4d1d-90e3-12382748e642} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5244 2025.01.08 18:25:20.461709 [ 284 ] {170a7592-1a97-4d1d-90e3-12382748e642} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
5245 2025.01.08 18:25:20.462076 [ 284 ] {170a7592-1a97-4d1d-90e3-12382748e642} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
5246 2025.01.08 18:25:20.462327 [ 284 ] {170a7592-1a97-4d1d-90e3-12382748e642} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5247 2025.01.08 18:25:20.462536 [ 284 ] {170a7592-1a97-4d1d-90e3-12382748e642} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001529 sec., 34009.15631131458 rows/sec., 2.11 MiB/sec.
5248 2025.01.08 18:25:20.462588 [ 284 ] {170a7592-1a97-4d1d-90e3-12382748e642} <Debug> TCPHandler: Processed in 0.001755066 sec.
5249 2025.01.08 18:25:22.353339 [ 29 ] {} <Debug> DNSResolver: Updating DNS cache
5250 2025.01.08 18:25:22.353416 [ 29 ] {} <Debug> DNSResolver: Updated DNS cache
5251 2025.01.08 18:25:22.486573 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11956
5252 2025.01.08 18:25:22.487351 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5253 2025.01.08 18:25:22.487410 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
5254 2025.01.08 18:25:22.487978 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
5255 2025.01.08 18:25:22.488240 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5256 2025.01.08 18:25:22.488447 [ 89 ] {} <Debug> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
5257 2025.01.08 18:25:22.488513 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11956
5258 2025.01.08 18:25:22.488530 [ 89 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5259 2025.01.08 18:25:22.488565 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
5260 2025.01.08 18:25:22.488724 [ 188 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::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
5261 2025.01.08 18:25:22.488905 [ 188 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5262 2025.01.08 18:25:22.488954 [ 188 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 9638 rows starting from the beginning of the part
5263 2025.01.08 18:25:22.489044 [ 188 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 488 rows starting from the beginning of the part
5264 2025.01.08 18:25:22.489299 [ 188 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 427 rows starting from the beginning of the part
5265 2025.01.08 18:25:22.489469 [ 188 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 488 rows starting from the beginning of the part
5266 2025.01.08 18:25:22.489594 [ 188 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 427 rows starting from the beginning of the part
5267 2025.01.08 18:25:22.489703 [ 188 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 488 rows starting from the beginning of the part
5268 2025.01.08 18:25:22.492278 [ 186 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11956 rows, containing 4 columns (4 merged, 0 gathered) in 0.003629685 sec., 3293949.7504604394 rows/sec., 47.12 MiB/sec.
5269 2025.01.08 18:25:22.492700 [ 186 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
5270 2025.01.08 18:25:22.493064 [ 186 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::all_1_26_5} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5271 2025.01.08 18:25:22.493160 [ 186 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::all_1_26_5} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
5272 2025.01.08 18:25:22.493281 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.40 MiB.
5273 2025.01.08 18:25:23.308816 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196
5274 2025.01.08 18:25:23.329794 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5275 2025.01.08 18:25:23.329841 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
5276 2025.01.08 18:25:23.337848 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
5277 2025.01.08 18:25:23.338659 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5278 2025.01.08 18:25:23.339091 [ 33 ] {} <Debug> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
5279 2025.01.08 18:25:23.339269 [ 33 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5280 2025.01.08 18:25:23.339368 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
5281 2025.01.08 18:25:23.339896 [ 201 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::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
5282 2025.01.08 18:25:23.355586 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 196
5283 2025.01.08 18:25:23.357103 [ 201 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5284 2025.01.08 18:25:23.358845 [ 201 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::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
5285 2025.01.08 18:25:23.364607 [ 201 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::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
5286 2025.01.08 18:25:23.370338 [ 201 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::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
5287 2025.01.08 18:25:23.377178 [ 201 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::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
5288 2025.01.08 18:25:23.383425 [ 201 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::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
5289 2025.01.08 18:25:23.388204 [ 201 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::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
5290 2025.01.08 18:25:23.448210 [ 187 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.108655387 sec., 1803.868224223434 rows/sec., 9.33 MiB/sec.
5291 2025.01.08 18:25:23.451010 [ 187 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
5292 2025.01.08 18:25:23.454062 [ 187 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::all_1_26_5} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5293 2025.01.08 18:25:23.454207 [ 187 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::all_1_26_5} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
5294 2025.01.08 18:25:23.456610 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB.
5295 2025.01.08 18:25:24.000217 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 193.49 MiB, peak 204.08 MiB, free memory in arenas 0.00 B, will set to 194.64 MiB (RSS), difference: 1.15 MiB
5296 2025.01.08 18:25:25.423778 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5297 2025.01.08 18:25:25.423991 [ 284 ] {7ce9d48a-5097-49e3-9924-fe37019a2d1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5298 2025.01.08 18:25:25.424074 [ 284 ] {7ce9d48a-5097-49e3-9924-fe37019a2d1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5299 2025.01.08 18:25:25.424963 [ 284 ] {7ce9d48a-5097-49e3-9924-fe37019a2d1c} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5300 2025.01.08 18:25:25.425005 [ 284 ] {7ce9d48a-5097-49e3-9924-fe37019a2d1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
5301 2025.01.08 18:25:25.425457 [ 284 ] {7ce9d48a-5097-49e3-9924-fe37019a2d1c} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
5302 2025.01.08 18:25:25.425718 [ 284 ] {7ce9d48a-5097-49e3-9924-fe37019a2d1c} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5303 2025.01.08 18:25:25.425874 [ 27 ] {} <Debug> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
5304 2025.01.08 18:25:25.425926 [ 27 ] {} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5305 2025.01.08 18:25:25.425938 [ 284 ] {7ce9d48a-5097-49e3-9924-fe37019a2d1c} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.002003 sec., 12980.529206190713 rows/sec., 1001.92 KiB/sec.
5306 2025.01.08 18:25:25.425958 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
5307 2025.01.08 18:25:25.426038 [ 284 ] {7ce9d48a-5097-49e3-9924-fe37019a2d1c} <Debug> TCPHandler: Processed in 0.002399432 sec.
5308 2025.01.08 18:25:25.426136 [ 187 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::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
5309 2025.01.08 18:25:25.426274 [ 187 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5310 2025.01.08 18:25:25.426313 [ 187 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1400 rows starting from the beginning of the part
5311 2025.01.08 18:25:25.426388 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5312 2025.01.08 18:25:25.426434 [ 187 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 26 rows starting from the beginning of the part
5313 2025.01.08 18:25:25.426809 [ 187 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 253 rows starting from the beginning of the part
5314 2025.01.08 18:25:25.427041 [ 290 ] {a9ba7f9c-01ce-48a3-9ee0-74f1cc9601f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5315 2025.01.08 18:25:25.427139 [ 187 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 26 rows starting from the beginning of the part
5316 2025.01.08 18:25:25.427209 [ 290 ] {a9ba7f9c-01ce-48a3-9ee0-74f1cc9601f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5317 2025.01.08 18:25:25.427389 [ 187 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 253 rows starting from the beginning of the part
5318 2025.01.08 18:25:25.427764 [ 187 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 26 rows starting from the beginning of the part
5319 2025.01.08 18:25:25.429712 [ 290 ] {a9ba7f9c-01ce-48a3-9ee0-74f1cc9601f1} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5320 2025.01.08 18:25:25.429799 [ 290 ] {a9ba7f9c-01ce-48a3-9ee0-74f1cc9601f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
5321 2025.01.08 18:25:25.430860 [ 290 ] {a9ba7f9c-01ce-48a3-9ee0-74f1cc9601f1} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
5322 2025.01.08 18:25:25.430920 [ 199 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1984 rows, containing 5 columns (5 merged, 0 gathered) in 0.004871167 sec., 407294.5969620832 rows/sec., 36.18 MiB/sec.
5323 2025.01.08 18:25:25.431216 [ 199 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
5324 2025.01.08 18:25:25.431283 [ 290 ] {a9ba7f9c-01ce-48a3-9ee0-74f1cc9601f1} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5325 2025.01.08 18:25:25.431559 [ 27 ] {} <Debug> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
5326 2025.01.08 18:25:25.431643 [ 27 ] {} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5327 2025.01.08 18:25:25.431711 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
5328 2025.01.08 18:25:25.431877 [ 290 ] {a9ba7f9c-01ce-48a3-9ee0-74f1cc9601f1} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.005007 sec., 5592.170960655083 rows/sec., 446.64 KiB/sec.
5329 2025.01.08 18:25:25.432026 [ 199 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_41_8} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5330 2025.01.08 18:25:25.432116 [ 195 ] {fa7e1080-106a-46d6-b087-687f1bf68453::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
5331 2025.01.08 18:25:25.432242 [ 290 ] {a9ba7f9c-01ce-48a3-9ee0-74f1cc9601f1} <Debug> TCPHandler: Processed in 0.006053868 sec.
5332 2025.01.08 18:25:25.432292 [ 199 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_41_8} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
5333 2025.01.08 18:25:25.432545 [ 195 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5334 2025.01.08 18:25:25.432552 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB.
5335 2025.01.08 18:25:25.432559 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5336 2025.01.08 18:25:25.432588 [ 195 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 874 rows starting from the beginning of the part
5337 2025.01.08 18:25:25.432721 [ 195 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 28 rows starting from the beginning of the part
5338 2025.01.08 18:25:25.432915 [ 284 ] {b3af6e9e-f668-4ef9-8a9f-13502806d6f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5339 2025.01.08 18:25:25.433181 [ 195 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 386 rows starting from the beginning of the part
5340 2025.01.08 18:25:25.433196 [ 284 ] {b3af6e9e-f668-4ef9-8a9f-13502806d6f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5341 2025.01.08 18:25:25.433503 [ 195 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 28 rows starting from the beginning of the part
5342 2025.01.08 18:25:25.433911 [ 195 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 386 rows starting from the beginning of the part
5343 2025.01.08 18:25:25.434254 [ 195 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 28 rows starting from the beginning of the part
5344 2025.01.08 18:25:25.435367 [ 284 ] {b3af6e9e-f668-4ef9-8a9f-13502806d6f0} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5345 2025.01.08 18:25:25.435415 [ 284 ] {b3af6e9e-f668-4ef9-8a9f-13502806d6f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
5346 2025.01.08 18:25:25.436098 [ 284 ] {b3af6e9e-f668-4ef9-8a9f-13502806d6f0} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
5347 2025.01.08 18:25:25.436303 [ 193 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1730 rows, containing 5 columns (5 merged, 0 gathered) in 0.004452207 sec., 388571.33102751063 rows/sec., 29.47 MiB/sec.
5348 2025.01.08 18:25:25.436537 [ 284 ] {b3af6e9e-f668-4ef9-8a9f-13502806d6f0} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5349 2025.01.08 18:25:25.436576 [ 193 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
5350 2025.01.08 18:25:25.436867 [ 27 ] {} <Debug> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
5351 2025.01.08 18:25:25.436962 [ 27 ] {} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5352 2025.01.08 18:25:25.437021 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
5353 2025.01.08 18:25:25.437048 [ 284 ] {b3af6e9e-f668-4ef9-8a9f-13502806d6f0} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.004272 sec., 23408.239700374532 rows/sec., 1.62 MiB/sec.
5354 2025.01.08 18:25:25.437517 [ 193 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_41_8} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5355 2025.01.08 18:25:25.437657 [ 284 ] {b3af6e9e-f668-4ef9-8a9f-13502806d6f0} <Debug> TCPHandler: Processed in 0.005250957 sec.
5356 2025.01.08 18:25:25.437687 [ 199 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::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
5357 2025.01.08 18:25:25.438128 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5358 2025.01.08 18:25:25.438174 [ 193 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_41_8} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
5359 2025.01.08 18:25:25.438660 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB.
5360 2025.01.08 18:25:25.438674 [ 199 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5361 2025.01.08 18:25:25.438892 [ 199 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 9707 rows starting from the beginning of the part
5362 2025.01.08 18:25:25.438910 [ 290 ] {9826bd1b-e2da-49c1-a6e9-7e70112d458d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5363 2025.01.08 18:25:25.439166 [ 290 ] {9826bd1b-e2da-49c1-a6e9-7e70112d458d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5364 2025.01.08 18:25:25.439254 [ 199 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 100 rows starting from the beginning of the part
5365 2025.01.08 18:25:25.439577 [ 199 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 177 rows starting from the beginning of the part
5366 2025.01.08 18:25:25.439878 [ 199 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 100 rows starting from the beginning of the part
5367 2025.01.08 18:25:25.440195 [ 199 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 177 rows starting from the beginning of the part
5368 2025.01.08 18:25:25.440524 [ 199 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 100 rows starting from the beginning of the part
5369 2025.01.08 18:25:25.441663 [ 290 ] {9826bd1b-e2da-49c1-a6e9-7e70112d458d} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5370 2025.01.08 18:25:25.441743 [ 290 ] {9826bd1b-e2da-49c1-a6e9-7e70112d458d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
5371 2025.01.08 18:25:25.442409 [ 290 ] {9826bd1b-e2da-49c1-a6e9-7e70112d458d} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
5372 2025.01.08 18:25:25.442873 [ 290 ] {9826bd1b-e2da-49c1-a6e9-7e70112d458d} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5373 2025.01.08 18:25:25.443155 [ 27 ] {} <Debug> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
5374 2025.01.08 18:25:25.443251 [ 27 ] {} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5375 2025.01.08 18:25:25.443330 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
5376 2025.01.08 18:25:25.443585 [ 290 ] {9826bd1b-e2da-49c1-a6e9-7e70112d458d} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.004823 sec., 6220.194899440183 rows/sec., 436.35 KiB/sec.
5377 2025.01.08 18:25:25.443807 [ 198 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::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
5378 2025.01.08 18:25:25.444005 [ 290 ] {9826bd1b-e2da-49c1-a6e9-7e70112d458d} <Debug> TCPHandler: Processed in 0.006190062 sec.
5379 2025.01.08 18:25:25.444356 [ 198 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5380 2025.01.08 18:25:25.444460 [ 198 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1254 rows starting from the beginning of the part
5381 2025.01.08 18:25:25.444728 [ 198 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 30 rows starting from the beginning of the part
5382 2025.01.08 18:25:25.444951 [ 198 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 52 rows starting from the beginning of the part
5383 2025.01.08 18:25:25.445184 [ 198 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::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
5384 2025.01.08 18:25:25.445636 [ 198 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 52 rows starting from the beginning of the part
5385 2025.01.08 18:25:25.445717 [ 198 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 30 rows starting from the beginning of the part
5386 2025.01.08 18:25:25.447658 [ 197 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10361 rows, containing 5 columns (5 merged, 0 gathered) in 0.010520935 sec., 984798.4043243305 rows/sec., 65.98 MiB/sec.
5387 2025.01.08 18:25:25.448038 [ 198 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1448 rows, containing 4 columns (4 merged, 0 gathered) in 0.004547799 sec., 318395.77782571304 rows/sec., 20.53 MiB/sec.
5388 2025.01.08 18:25:25.448082 [ 196 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
5389 2025.01.08 18:25:25.448312 [ 198 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
5390 2025.01.08 18:25:25.448616 [ 196 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5391 2025.01.08 18:25:25.448797 [ 196 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
5392 2025.01.08 18:25:25.448815 [ 198 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_41_8} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5393 2025.01.08 18:25:25.448976 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.97 MiB.
5394 2025.01.08 18:25:25.449009 [ 198 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_41_8} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
5395 2025.01.08 18:25:25.449108 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB.
5396 2025.01.08 18:25:25.733258 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5397 2025.01.08 18:25:25.733529 [ 284 ] {92987f1e-6e39-42e4-bf15-928bcf371573} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
5398 2025.01.08 18:25:25.733639 [ 284 ] {92987f1e-6e39-42e4-bf15-928bcf371573} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
5399 2025.01.08 18:25:25.734419 [ 284 ] {92987f1e-6e39-42e4-bf15-928bcf371573} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5400 2025.01.08 18:25:25.734462 [ 284 ] {92987f1e-6e39-42e4-bf15-928bcf371573} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
5401 2025.01.08 18:25:25.734888 [ 284 ] {92987f1e-6e39-42e4-bf15-928bcf371573} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5402 2025.01.08 18:25:25.735156 [ 284 ] {92987f1e-6e39-42e4-bf15-928bcf371573} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5403 2025.01.08 18:25:25.735367 [ 284 ] {92987f1e-6e39-42e4-bf15-928bcf371573} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001909 sec., 7333.682556312205 rows/sec., 527.93 KiB/sec.
5404 2025.01.08 18:25:25.735477 [ 284 ] {92987f1e-6e39-42e4-bf15-928bcf371573} <Debug> TCPHandler: Processed in 0.002372562 sec.
5405 2025.01.08 18:25:25.735690 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5406 2025.01.08 18:25:25.735869 [ 290 ] {e3eb0934-90de-4f6f-bc6f-1c066c05a216} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
5407 2025.01.08 18:25:25.735946 [ 290 ] {e3eb0934-90de-4f6f-bc6f-1c066c05a216} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
5408 2025.01.08 18:25:25.736757 [ 290 ] {e3eb0934-90de-4f6f-bc6f-1c066c05a216} <Trace> oximeter.fields_ipaddr (a146431f-2326-4c8f-a3c3-fb5a4b690f62): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5409 2025.01.08 18:25:25.736814 [ 290 ] {e3eb0934-90de-4f6f-bc6f-1c066c05a216} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
5410 2025.01.08 18:25:25.737236 [ 290 ] {e3eb0934-90de-4f6f-bc6f-1c066c05a216} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
5411 2025.01.08 18:25:25.737511 [ 290 ] {e3eb0934-90de-4f6f-bc6f-1c066c05a216} <Trace> oximeter.fields_ipaddr (a146431f-2326-4c8f-a3c3-fb5a4b690f62): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5412 2025.01.08 18:25:25.737780 [ 290 ] {e3eb0934-90de-4f6f-bc6f-1c066c05a216} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001958 sec., 6128.70275791624 rows/sec., 499.75 KiB/sec.
5413 2025.01.08 18:25:25.737859 [ 290 ] {e3eb0934-90de-4f6f-bc6f-1c066c05a216} <Debug> TCPHandler: Processed in 0.002268049 sec.
5414 2025.01.08 18:25:25.738024 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5415 2025.01.08 18:25:25.738142 [ 284 ] {1392e841-3005-45a7-80e1-701bdc1820ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5416 2025.01.08 18:25:25.738192 [ 284 ] {1392e841-3005-45a7-80e1-701bdc1820ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5417 2025.01.08 18:25:25.739737 [ 284 ] {1392e841-3005-45a7-80e1-701bdc1820ea} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5418 2025.01.08 18:25:25.739781 [ 284 ] {1392e841-3005-45a7-80e1-701bdc1820ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
5419 2025.01.08 18:25:25.740251 [ 284 ] {1392e841-3005-45a7-80e1-701bdc1820ea} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
5420 2025.01.08 18:25:25.740500 [ 284 ] {1392e841-3005-45a7-80e1-701bdc1820ea} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5421 2025.01.08 18:25:25.740686 [ 284 ] {1392e841-3005-45a7-80e1-701bdc1820ea} <Debug> executeQuery: Read 1399 rows, 120.22 KiB in 0.002569 sec., 544569.8715453483 rows/sec., 45.70 MiB/sec.
5422 2025.01.08 18:25:25.740751 [ 284 ] {1392e841-3005-45a7-80e1-701bdc1820ea} <Debug> TCPHandler: Processed in 0.002784462 sec.
5423 2025.01.08 18:25:25.740931 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5424 2025.01.08 18:25:25.741078 [ 290 ] {573a7549-2903-42e1-aa8e-a98b32f83e85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5425 2025.01.08 18:25:25.741142 [ 290 ] {573a7549-2903-42e1-aa8e-a98b32f83e85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5426 2025.01.08 18:25:25.741866 [ 290 ] {573a7549-2903-42e1-aa8e-a98b32f83e85} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5427 2025.01.08 18:25:25.741908 [ 290 ] {573a7549-2903-42e1-aa8e-a98b32f83e85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
5428 2025.01.08 18:25:25.742292 [ 290 ] {573a7549-2903-42e1-aa8e-a98b32f83e85} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5429 2025.01.08 18:25:25.742548 [ 290 ] {573a7549-2903-42e1-aa8e-a98b32f83e85} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5430 2025.01.08 18:25:25.742834 [ 290 ] {573a7549-2903-42e1-aa8e-a98b32f83e85} <Debug> executeQuery: Read 59 rows, 4.30 KiB in 0.001786 sec., 33034.71444568869 rows/sec., 2.35 MiB/sec.
5431 2025.01.08 18:25:25.743036 [ 290 ] {573a7549-2903-42e1-aa8e-a98b32f83e85} <Debug> TCPHandler: Processed in 0.002169866 sec.
5432 2025.01.08 18:25:25.743210 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5433 2025.01.08 18:25:25.743349 [ 284 ] {379888e3-80e2-4bd4-8430-79771a3f226f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5434 2025.01.08 18:25:25.743408 [ 284 ] {379888e3-80e2-4bd4-8430-79771a3f226f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5435 2025.01.08 18:25:25.744154 [ 284 ] {379888e3-80e2-4bd4-8430-79771a3f226f} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5436 2025.01.08 18:25:25.744195 [ 284 ] {379888e3-80e2-4bd4-8430-79771a3f226f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
5437 2025.01.08 18:25:25.744584 [ 284 ] {379888e3-80e2-4bd4-8430-79771a3f226f} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5438 2025.01.08 18:25:25.744843 [ 284 ] {379888e3-80e2-4bd4-8430-79771a3f226f} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5439 2025.01.08 18:25:25.745064 [ 284 ] {379888e3-80e2-4bd4-8430-79771a3f226f} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001739 sec., 139160.43703277744 rows/sec., 9.43 MiB/sec.
5440 2025.01.08 18:25:25.745249 [ 284 ] {379888e3-80e2-4bd4-8430-79771a3f226f} <Debug> TCPHandler: Processed in 0.002102675 sec.
5441 2025.01.08 18:25:25.745426 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5442 2025.01.08 18:25:25.745547 [ 290 ] {06ed2686-2d62-4f1e-8b82-fbfc3cb474cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
5443 2025.01.08 18:25:25.745599 [ 290 ] {06ed2686-2d62-4f1e-8b82-fbfc3cb474cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5444 2025.01.08 18:25:25.746208 [ 290 ] {06ed2686-2d62-4f1e-8b82-fbfc3cb474cd} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5445 2025.01.08 18:25:25.746249 [ 290 ] {06ed2686-2d62-4f1e-8b82-fbfc3cb474cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
5446 2025.01.08 18:25:25.746613 [ 290 ] {06ed2686-2d62-4f1e-8b82-fbfc3cb474cd} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5447 2025.01.08 18:25:25.746863 [ 290 ] {06ed2686-2d62-4f1e-8b82-fbfc3cb474cd} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5448 2025.01.08 18:25:25.747125 [ 290 ] {06ed2686-2d62-4f1e-8b82-fbfc3cb474cd} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001603 sec., 8109.794135995009 rows/sec., 505.64 KiB/sec.
5449 2025.01.08 18:25:25.747344 [ 290 ] {06ed2686-2d62-4f1e-8b82-fbfc3cb474cd} <Debug> TCPHandler: Processed in 0.001972902 sec.
5450 2025.01.08 18:25:25.747532 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5451 2025.01.08 18:25:25.747670 [ 284 ] {355480d8-d7d9-496c-adc9-6178252d2f3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5452 2025.01.08 18:25:25.747728 [ 284 ] {355480d8-d7d9-496c-adc9-6178252d2f3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5453 2025.01.08 18:25:25.748725 [ 284 ] {355480d8-d7d9-496c-adc9-6178252d2f3d} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5454 2025.01.08 18:25:25.748770 [ 284 ] {355480d8-d7d9-496c-adc9-6178252d2f3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
5455 2025.01.08 18:25:25.749176 [ 284 ] {355480d8-d7d9-496c-adc9-6178252d2f3d} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
5456 2025.01.08 18:25:25.749426 [ 284 ] {355480d8-d7d9-496c-adc9-6178252d2f3d} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5457 2025.01.08 18:25:25.749652 [ 284 ] {355480d8-d7d9-496c-adc9-6178252d2f3d} <Debug> executeQuery: Read 854 rows, 63.27 KiB in 0.002001 sec., 426786.6066966516 rows/sec., 30.88 MiB/sec.
5458 2025.01.08 18:25:25.749818 [ 284 ] {355480d8-d7d9-496c-adc9-6178252d2f3d} <Debug> TCPHandler: Processed in 0.002353411 sec.
5459 2025.01.08 18:25:25.750041 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5460 2025.01.08 18:25:25.750165 [ 290 ] {b85f9e55-6257-43b3-a647-6213f2b3d186} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
5461 2025.01.08 18:25:25.750220 [ 290 ] {b85f9e55-6257-43b3-a647-6213f2b3d186} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5462 2025.01.08 18:25:25.750732 [ 290 ] {b85f9e55-6257-43b3-a647-6213f2b3d186} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5463 2025.01.08 18:25:25.750779 [ 290 ] {b85f9e55-6257-43b3-a647-6213f2b3d186} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
5464 2025.01.08 18:25:25.751163 [ 290 ] {b85f9e55-6257-43b3-a647-6213f2b3d186} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5465 2025.01.08 18:25:25.751439 [ 290 ] {b85f9e55-6257-43b3-a647-6213f2b3d186} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5466 2025.01.08 18:25:25.751716 [ 290 ] {b85f9e55-6257-43b3-a647-6213f2b3d186} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001568 sec., 3826.5306122448983 rows/sec., 199.92 KiB/sec.
5467 2025.01.08 18:25:25.751928 [ 290 ] {b85f9e55-6257-43b3-a647-6213f2b3d186} <Debug> TCPHandler: Processed in 0.002001742 sec.
5468 2025.01.08 18:25:25.752117 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5469 2025.01.08 18:25:25.752255 [ 284 ] {50864e4b-2642-48c4-9ed2-531bfcf6ba43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5470 2025.01.08 18:25:25.752315 [ 284 ] {50864e4b-2642-48c4-9ed2-531bfcf6ba43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5471 2025.01.08 18:25:25.753202 [ 284 ] {50864e4b-2642-48c4-9ed2-531bfcf6ba43} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5472 2025.01.08 18:25:25.753240 [ 284 ] {50864e4b-2642-48c4-9ed2-531bfcf6ba43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
5473 2025.01.08 18:25:25.753684 [ 284 ] {50864e4b-2642-48c4-9ed2-531bfcf6ba43} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
5474 2025.01.08 18:25:25.753939 [ 284 ] {50864e4b-2642-48c4-9ed2-531bfcf6ba43} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5475 2025.01.08 18:25:25.754115 [ 284 ] {50864e4b-2642-48c4-9ed2-531bfcf6ba43} <Debug> executeQuery: Read 949 rows, 64.53 KiB in 0.001892 sec., 501585.6236786469 rows/sec., 33.31 MiB/sec.
5476 2025.01.08 18:25:25.754166 [ 284 ] {50864e4b-2642-48c4-9ed2-531bfcf6ba43} <Debug> TCPHandler: Processed in 0.002121586 sec.
5477 2025.01.08 18:25:25.754320 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5478 2025.01.08 18:25:25.754440 [ 290 ] {ec34e1cf-c3c6-4789-9bd7-e2518e5d9583} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
5479 2025.01.08 18:25:25.754493 [ 290 ] {ec34e1cf-c3c6-4789-9bd7-e2518e5d9583} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5480 2025.01.08 18:25:25.754972 [ 290 ] {ec34e1cf-c3c6-4789-9bd7-e2518e5d9583} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5481 2025.01.08 18:25:25.755013 [ 290 ] {ec34e1cf-c3c6-4789-9bd7-e2518e5d9583} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
5482 2025.01.08 18:25:25.755381 [ 290 ] {ec34e1cf-c3c6-4789-9bd7-e2518e5d9583} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5483 2025.01.08 18:25:25.755626 [ 290 ] {ec34e1cf-c3c6-4789-9bd7-e2518e5d9583} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5484 2025.01.08 18:25:25.755869 [ 290 ] {ec34e1cf-c3c6-4789-9bd7-e2518e5d9583} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001455 sec., 687.2852233676977 rows/sec., 46.31 KiB/sec.
5485 2025.01.08 18:25:25.755921 [ 290 ] {ec34e1cf-c3c6-4789-9bd7-e2518e5d9583} <Debug> TCPHandler: Processed in 0.001660494 sec.
5486 2025.01.08 18:25:25.756078 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5487 2025.01.08 18:25:25.756215 [ 284 ] {6c58f41c-6748-4eeb-8508-fa3ff491034f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5488 2025.01.08 18:25:25.756305 [ 284 ] {6c58f41c-6748-4eeb-8508-fa3ff491034f} <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
5489 2025.01.08 18:25:25.757587 [ 284 ] {6c58f41c-6748-4eeb-8508-fa3ff491034f} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5490 2025.01.08 18:25:25.757625 [ 284 ] {6c58f41c-6748-4eeb-8508-fa3ff491034f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
5491 2025.01.08 18:25:25.758274 [ 284 ] {6c58f41c-6748-4eeb-8508-fa3ff491034f} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5492 2025.01.08 18:25:25.758538 [ 284 ] {6c58f41c-6748-4eeb-8508-fa3ff491034f} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5493 2025.01.08 18:25:25.758770 [ 284 ] {6c58f41c-6748-4eeb-8508-fa3ff491034f} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002586 sec., 15467.904098994584 rows/sec., 27.72 MiB/sec.
5494 2025.01.08 18:25:25.758864 [ 284 ] {6c58f41c-6748-4eeb-8508-fa3ff491034f} <Debug> TCPHandler: Processed in 0.002851464 sec.
5495 2025.01.08 18:25:25.759030 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5496 2025.01.08 18:25:25.759151 [ 290 ] {ec5102f3-68df-46a6-9325-8f28b6c5c080} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5497 2025.01.08 18:25:25.759203 [ 290 ] {ec5102f3-68df-46a6-9325-8f28b6c5c080} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5498 2025.01.08 18:25:25.759704 [ 290 ] {ec5102f3-68df-46a6-9325-8f28b6c5c080} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5499 2025.01.08 18:25:25.759744 [ 290 ] {ec5102f3-68df-46a6-9325-8f28b6c5c080} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
5500 2025.01.08 18:25:25.760139 [ 290 ] {ec5102f3-68df-46a6-9325-8f28b6c5c080} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
5501 2025.01.08 18:25:25.760403 [ 290 ] {ec5102f3-68df-46a6-9325-8f28b6c5c080} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5502 2025.01.08 18:25:25.760604 [ 290 ] {ec5102f3-68df-46a6-9325-8f28b6c5c080} <Debug> executeQuery: Read 28 rows, 1.61 KiB in 0.001472 sec., 19021.739130434784 rows/sec., 1.07 MiB/sec.
5503 2025.01.08 18:25:25.760686 [ 290 ] {ec5102f3-68df-46a6-9325-8f28b6c5c080} <Debug> TCPHandler: Processed in 0.001711505 sec.
5504 2025.01.08 18:25:27.540089 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 776
5505 2025.01.08 18:25:27.543539 [ 242 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5506 2025.01.08 18:25:27.543598 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
5507 2025.01.08 18:25:27.545164 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
5508 2025.01.08 18:25:27.545509 [ 242 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5509 2025.01.08 18:25:27.546155 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 776
5510 2025.01.08 18:25:29.988680 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12383
5511 2025.01.08 18:25:29.989454 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5512 2025.01.08 18:25:29.989497 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
5513 2025.01.08 18:25:29.990023 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
5514 2025.01.08 18:25:29.990315 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5515 2025.01.08 18:25:29.990536 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12383
5516 2025.01.08 18:25:30.423672 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5517 2025.01.08 18:25:30.423965 [ 284 ] {c4f17660-3869-4cf5-9b92-04ac18489c4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5518 2025.01.08 18:25:30.424057 [ 284 ] {c4f17660-3869-4cf5-9b92-04ac18489c4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5519 2025.01.08 18:25:30.424802 [ 284 ] {c4f17660-3869-4cf5-9b92-04ac18489c4f} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5520 2025.01.08 18:25:30.424853 [ 284 ] {c4f17660-3869-4cf5-9b92-04ac18489c4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
5521 2025.01.08 18:25:30.425277 [ 284 ] {c4f17660-3869-4cf5-9b92-04ac18489c4f} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
5522 2025.01.08 18:25:30.425536 [ 284 ] {c4f17660-3869-4cf5-9b92-04ac18489c4f} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5523 2025.01.08 18:25:30.425775 [ 284 ] {c4f17660-3869-4cf5-9b92-04ac18489c4f} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001894 sec., 13727.560718057022 rows/sec., 1.03 MiB/sec.
5524 2025.01.08 18:25:30.425832 [ 284 ] {c4f17660-3869-4cf5-9b92-04ac18489c4f} <Debug> TCPHandler: Processed in 0.002343881 sec.
5525 2025.01.08 18:25:30.426095 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5526 2025.01.08 18:25:30.426296 [ 290 ] {3bae121c-f965-4a8e-a529-d372db64e569} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5527 2025.01.08 18:25:30.426372 [ 290 ] {3bae121c-f965-4a8e-a529-d372db64e569} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5528 2025.01.08 18:25:30.427141 [ 290 ] {3bae121c-f965-4a8e-a529-d372db64e569} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5529 2025.01.08 18:25:30.427195 [ 290 ] {3bae121c-f965-4a8e-a529-d372db64e569} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
5530 2025.01.08 18:25:30.427647 [ 290 ] {3bae121c-f965-4a8e-a529-d372db64e569} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
5531 2025.01.08 18:25:30.427949 [ 290 ] {3bae121c-f965-4a8e-a529-d372db64e569} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5532 2025.01.08 18:25:30.428188 [ 290 ] {3bae121c-f965-4a8e-a529-d372db64e569} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001947 sec., 14381.09912686184 rows/sec., 1.12 MiB/sec.
5533 2025.01.08 18:25:30.428247 [ 290 ] {3bae121c-f965-4a8e-a529-d372db64e569} <Debug> TCPHandler: Processed in 0.00229259 sec.
5534 2025.01.08 18:25:30.428416 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5535 2025.01.08 18:25:30.428554 [ 284 ] {11d2e5be-8cea-4759-abd1-5003a371447b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5536 2025.01.08 18:25:30.428617 [ 284 ] {11d2e5be-8cea-4759-abd1-5003a371447b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5537 2025.01.08 18:25:30.429229 [ 284 ] {11d2e5be-8cea-4759-abd1-5003a371447b} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5538 2025.01.08 18:25:30.429267 [ 284 ] {11d2e5be-8cea-4759-abd1-5003a371447b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
5539 2025.01.08 18:25:30.429655 [ 284 ] {11d2e5be-8cea-4759-abd1-5003a371447b} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
5540 2025.01.08 18:25:30.429894 [ 284 ] {11d2e5be-8cea-4759-abd1-5003a371447b} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5541 2025.01.08 18:25:30.430102 [ 284 ] {11d2e5be-8cea-4759-abd1-5003a371447b} <Debug> executeQuery: Read 80 rows, 5.68 KiB in 0.00158 sec., 50632.91139240506 rows/sec., 3.51 MiB/sec.
5542 2025.01.08 18:25:30.430153 [ 284 ] {11d2e5be-8cea-4759-abd1-5003a371447b} <Debug> TCPHandler: Processed in 0.001806857 sec.
5543 2025.01.08 18:25:30.430314 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5544 2025.01.08 18:25:30.430433 [ 290 ] {20afec1a-c23a-41a1-973f-94f620f87926} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5545 2025.01.08 18:25:30.430486 [ 290 ] {20afec1a-c23a-41a1-973f-94f620f87926} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5546 2025.01.08 18:25:30.430976 [ 290 ] {20afec1a-c23a-41a1-973f-94f620f87926} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5547 2025.01.08 18:25:30.431017 [ 290 ] {20afec1a-c23a-41a1-973f-94f620f87926} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
5548 2025.01.08 18:25:30.431405 [ 290 ] {20afec1a-c23a-41a1-973f-94f620f87926} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
5549 2025.01.08 18:25:30.431647 [ 290 ] {20afec1a-c23a-41a1-973f-94f620f87926} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5550 2025.01.08 18:25:30.431863 [ 290 ] {20afec1a-c23a-41a1-973f-94f620f87926} <Debug> executeQuery: Read 24 rows, 1.68 KiB in 0.001448 sec., 16574.585635359115 rows/sec., 1.14 MiB/sec.
5551 2025.01.08 18:25:30.431935 [ 290 ] {20afec1a-c23a-41a1-973f-94f620f87926} <Debug> TCPHandler: Processed in 0.001673983 sec.
5552 2025.01.08 18:25:30.855682 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204
5553 2025.01.08 18:25:30.874620 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5554 2025.01.08 18:25:30.874690 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
5555 2025.01.08 18:25:30.881869 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
5556 2025.01.08 18:25:30.882611 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5557 2025.01.08 18:25:30.886223 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 204
5558 2025.01.08 18:25:35.424363 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5559 2025.01.08 18:25:35.424587 [ 284 ] {38b0d841-c971-441a-b0da-8c81b943367d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5560 2025.01.08 18:25:35.424667 [ 284 ] {38b0d841-c971-441a-b0da-8c81b943367d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5561 2025.01.08 18:25:35.425480 [ 284 ] {38b0d841-c971-441a-b0da-8c81b943367d} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5562 2025.01.08 18:25:35.425526 [ 284 ] {38b0d841-c971-441a-b0da-8c81b943367d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
5563 2025.01.08 18:25:35.425963 [ 284 ] {38b0d841-c971-441a-b0da-8c81b943367d} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
5564 2025.01.08 18:25:35.426219 [ 284 ] {38b0d841-c971-441a-b0da-8c81b943367d} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5565 2025.01.08 18:25:35.426460 [ 284 ] {38b0d841-c971-441a-b0da-8c81b943367d} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001932 sec., 13457.556935817805 rows/sec., 1.01 MiB/sec.
5566 2025.01.08 18:25:35.426590 [ 284 ] {38b0d841-c971-441a-b0da-8c81b943367d} <Debug> TCPHandler: Processed in 0.002363552 sec.
5567 2025.01.08 18:25:35.426857 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5568 2025.01.08 18:25:35.427055 [ 290 ] {e0ec8ce4-3c0b-41cf-a537-43417d1e2db4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5569 2025.01.08 18:25:35.427134 [ 290 ] {e0ec8ce4-3c0b-41cf-a537-43417d1e2db4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5570 2025.01.08 18:25:35.427890 [ 290 ] {e0ec8ce4-3c0b-41cf-a537-43417d1e2db4} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5571 2025.01.08 18:25:35.427936 [ 290 ] {e0ec8ce4-3c0b-41cf-a537-43417d1e2db4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
5572 2025.01.08 18:25:35.428397 [ 290 ] {e0ec8ce4-3c0b-41cf-a537-43417d1e2db4} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
5573 2025.01.08 18:25:35.428659 [ 290 ] {e0ec8ce4-3c0b-41cf-a537-43417d1e2db4} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5574 2025.01.08 18:25:35.428892 [ 290 ] {e0ec8ce4-3c0b-41cf-a537-43417d1e2db4} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001881 sec., 14885.699096225411 rows/sec., 1.16 MiB/sec.
5575 2025.01.08 18:25:35.429002 [ 290 ] {e0ec8ce4-3c0b-41cf-a537-43417d1e2db4} <Debug> TCPHandler: Processed in 0.002281019 sec.
5576 2025.01.08 18:25:35.429251 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5577 2025.01.08 18:25:35.429402 [ 284 ] {8b91c0a2-b322-437a-bc4f-52836f2af095} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5578 2025.01.08 18:25:35.429469 [ 284 ] {8b91c0a2-b322-437a-bc4f-52836f2af095} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5579 2025.01.08 18:25:35.430147 [ 284 ] {8b91c0a2-b322-437a-bc4f-52836f2af095} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5580 2025.01.08 18:25:35.430190 [ 284 ] {8b91c0a2-b322-437a-bc4f-52836f2af095} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
5581 2025.01.08 18:25:35.430589 [ 284 ] {8b91c0a2-b322-437a-bc4f-52836f2af095} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
5582 2025.01.08 18:25:35.430841 [ 284 ] {8b91c0a2-b322-437a-bc4f-52836f2af095} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5583 2025.01.08 18:25:35.431058 [ 284 ] {8b91c0a2-b322-437a-bc4f-52836f2af095} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001692 sec., 59101.6548463357 rows/sec., 4.10 MiB/sec.
5584 2025.01.08 18:25:35.431115 [ 284 ] {8b91c0a2-b322-437a-bc4f-52836f2af095} <Debug> TCPHandler: Processed in 0.001997363 sec.
5585 2025.01.08 18:25:35.431276 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5586 2025.01.08 18:25:35.431406 [ 290 ] {459add94-a04a-4ca6-ba89-aaa9f0b0a41e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5587 2025.01.08 18:25:35.431462 [ 290 ] {459add94-a04a-4ca6-ba89-aaa9f0b0a41e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5588 2025.01.08 18:25:35.431969 [ 290 ] {459add94-a04a-4ca6-ba89-aaa9f0b0a41e} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5589 2025.01.08 18:25:35.432008 [ 290 ] {459add94-a04a-4ca6-ba89-aaa9f0b0a41e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
5590 2025.01.08 18:25:35.432410 [ 290 ] {459add94-a04a-4ca6-ba89-aaa9f0b0a41e} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
5591 2025.01.08 18:25:35.432664 [ 290 ] {459add94-a04a-4ca6-ba89-aaa9f0b0a41e} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5592 2025.01.08 18:25:35.432849 [ 290 ] {459add94-a04a-4ca6-ba89-aaa9f0b0a41e} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001475 sec., 20338.98305084746 rows/sec., 1.39 MiB/sec.
5593 2025.01.08 18:25:35.432899 [ 290 ] {459add94-a04a-4ca6-ba89-aaa9f0b0a41e} <Debug> TCPHandler: Processed in 0.001682744 sec.
5594 2025.01.08 18:25:37.178328 [ 94 ] {} <Debug> oximeter.fields_ipaddr (a146431f-2326-4c8f-a3c3-fb5a4b690f62) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
5595 2025.01.08 18:25:37.178408 [ 94 ] {} <Trace> oximeter.fields_ipaddr (a146431f-2326-4c8f-a3c3-fb5a4b690f62): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5596 2025.01.08 18:25:37.178431 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
5597 2025.01.08 18:25:37.178664 [ 200 ] {a146431f-2326-4c8f-a3c3-fb5a4b690f62::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
5598 2025.01.08 18:25:37.178855 [ 200 ] {a146431f-2326-4c8f-a3c3-fb5a4b690f62::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5599 2025.01.08 18:25:37.178900 [ 200 ] {a146431f-2326-4c8f-a3c3-fb5a4b690f62::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part
5600 2025.01.08 18:25:37.178993 [ 200 ] {a146431f-2326-4c8f-a3c3-fb5a4b690f62::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
5601 2025.01.08 18:25:37.179220 [ 200 ] {a146431f-2326-4c8f-a3c3-fb5a4b690f62::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 12 rows starting from the beginning of the part
5602 2025.01.08 18:25:37.179360 [ 200 ] {a146431f-2326-4c8f-a3c3-fb5a4b690f62::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
5603 2025.01.08 18:25:37.179539 [ 200 ] {a146431f-2326-4c8f-a3c3-fb5a4b690f62::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 12 rows starting from the beginning of the part
5604 2025.01.08 18:25:37.180839 [ 191 ] {a146431f-2326-4c8f-a3c3-fb5a4b690f62::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.00232504 sec., 15483.604583146956 rows/sec., 1.29 MiB/sec.
5605 2025.01.08 18:25:37.181025 [ 191 ] {a146431f-2326-4c8f-a3c3-fb5a4b690f62::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
5606 2025.01.08 18:25:37.181356 [ 191 ] {a146431f-2326-4c8f-a3c3-fb5a4b690f62::all_1_5_1} <Trace> oximeter.fields_ipaddr (a146431f-2326-4c8f-a3c3-fb5a4b690f62): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5607 2025.01.08 18:25:37.181445 [ 191 ] {a146431f-2326-4c8f-a3c3-fb5a4b690f62::all_1_5_1} <Trace> oximeter.fields_ipaddr (a146431f-2326-4c8f-a3c3-fb5a4b690f62) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
5608 2025.01.08 18:25:37.181547 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
5609 2025.01.08 18:25:37.353662 [ 94 ] {} <Debug> DNSResolver: Updating DNS cache
5610 2025.01.08 18:25:37.353710 [ 94 ] {} <Debug> DNSResolver: Updated DNS cache
5611 2025.01.08 18:25:37.417152 [ 94 ] {} <Debug> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc) (MergerMutator): Selected 5 parts from all_1_14_3 to all_18_18_0
5612 2025.01.08 18:25:37.417230 [ 94 ] {} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5613 2025.01.08 18:25:37.417280 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
5614 2025.01.08 18:25:37.417545 [ 196 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_18_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_14_3 to all_18_18_0 into Compact with storage Full
5615 2025.01.08 18:25:37.417762 [ 196 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_18_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5616 2025.01.08 18:25:37.417800 [ 196 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 14 rows starting from the beginning of the part
5617 2025.01.08 18:25:37.417917 [ 196 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part
5618 2025.01.08 18:25:37.418086 [ 196 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part
5619 2025.01.08 18:25:37.418199 [ 196 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part
5620 2025.01.08 18:25:37.418372 [ 196 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part
5621 2025.01.08 18:25:37.419313 [ 200 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_18_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18 rows, containing 4 columns (4 merged, 0 gathered) in 0.00191463 sec., 9401.29424484104 rows/sec., 633.49 KiB/sec.
5622 2025.01.08 18:25:37.419441 [ 200 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_18_4} <Trace> MergedBlockOutputStream: filled checksums all_1_18_4 (state Temporary)
5623 2025.01.08 18:25:37.419739 [ 200 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_18_4} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Renaming temporary part tmp_merge_all_1_18_4 to all_1_18_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5624 2025.01.08 18:25:37.419821 [ 200 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_18_4} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc) (MergerMutator): Merged 5 parts: [all_1_14_3, all_18_18_0] -> all_1_18_4
5625 2025.01.08 18:25:37.419903 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
5626 2025.01.08 18:25:37.490681 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12871
5627 2025.01.08 18:25:37.491351 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5628 2025.01.08 18:25:37.491396 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
5629 2025.01.08 18:25:37.491921 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
5630 2025.01.08 18:25:37.492184 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5631 2025.01.08 18:25:37.492460 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12871
5632 2025.01.08 18:25:37.546452 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 792
5633 2025.01.08 18:25:37.549434 [ 242 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5634 2025.01.08 18:25:37.549475 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
5635 2025.01.08 18:25:37.550912 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
5636 2025.01.08 18:25:37.551223 [ 242 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5637 2025.01.08 18:25:37.551810 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 792
5638 2025.01.08 18:25:38.386291 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211
5639 2025.01.08 18:25:38.406127 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5640 2025.01.08 18:25:38.406181 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
5641 2025.01.08 18:25:38.414034 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
5642 2025.01.08 18:25:38.414938 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5643 2025.01.08 18:25:38.417544 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 211
5644 2025.01.08 18:25:40.429928 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5645 2025.01.08 18:25:40.430112 [ 284 ] {fb2bbecd-2e5c-46f7-9704-9efc78638c55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
5646 2025.01.08 18:25:40.430184 [ 284 ] {fb2bbecd-2e5c-46f7-9704-9efc78638c55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
5647 2025.01.08 18:25:40.430933 [ 284 ] {fb2bbecd-2e5c-46f7-9704-9efc78638c55} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5648 2025.01.08 18:25:40.430976 [ 284 ] {fb2bbecd-2e5c-46f7-9704-9efc78638c55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
5649 2025.01.08 18:25:40.431407 [ 284 ] {fb2bbecd-2e5c-46f7-9704-9efc78638c55} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
5650 2025.01.08 18:25:40.431665 [ 284 ] {fb2bbecd-2e5c-46f7-9704-9efc78638c55} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5651 2025.01.08 18:25:40.431913 [ 284 ] {fb2bbecd-2e5c-46f7-9704-9efc78638c55} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001849 sec., 7571.660356949703 rows/sec., 545.06 KiB/sec.
5652 2025.01.08 18:25:40.432053 [ 284 ] {fb2bbecd-2e5c-46f7-9704-9efc78638c55} <Debug> TCPHandler: Processed in 0.002252689 sec.
5653 2025.01.08 18:25:40.432408 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5654 2025.01.08 18:25:40.432622 [ 290 ] {55936e8c-41c2-46a9-9fef-b92b02bf63df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5655 2025.01.08 18:25:40.432704 [ 290 ] {55936e8c-41c2-46a9-9fef-b92b02bf63df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5656 2025.01.08 18:25:40.433667 [ 290 ] {55936e8c-41c2-46a9-9fef-b92b02bf63df} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5657 2025.01.08 18:25:40.433717 [ 290 ] {55936e8c-41c2-46a9-9fef-b92b02bf63df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
5658 2025.01.08 18:25:40.434203 [ 290 ] {55936e8c-41c2-46a9-9fef-b92b02bf63df} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
5659 2025.01.08 18:25:40.434476 [ 290 ] {55936e8c-41c2-46a9-9fef-b92b02bf63df} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5660 2025.01.08 18:25:40.434723 [ 290 ] {55936e8c-41c2-46a9-9fef-b92b02bf63df} <Debug> executeQuery: Read 253 rows, 23.21 KiB in 0.002159 sec., 117183.88142658639 rows/sec., 10.50 MiB/sec.
5661 2025.01.08 18:25:40.434783 [ 290 ] {55936e8c-41c2-46a9-9fef-b92b02bf63df} <Debug> TCPHandler: Processed in 0.002581587 sec.
5662 2025.01.08 18:25:40.434979 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5663 2025.01.08 18:25:40.435122 [ 284 ] {142b0907-083f-424e-b223-c3586e8ea034} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5664 2025.01.08 18:25:40.435183 [ 284 ] {142b0907-083f-424e-b223-c3586e8ea034} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5665 2025.01.08 18:25:40.435814 [ 284 ] {142b0907-083f-424e-b223-c3586e8ea034} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5666 2025.01.08 18:25:40.435853 [ 284 ] {142b0907-083f-424e-b223-c3586e8ea034} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
5667 2025.01.08 18:25:40.436217 [ 284 ] {142b0907-083f-424e-b223-c3586e8ea034} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
5668 2025.01.08 18:25:40.436462 [ 284 ] {142b0907-083f-424e-b223-c3586e8ea034} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5669 2025.01.08 18:25:40.436680 [ 284 ] {142b0907-083f-424e-b223-c3586e8ea034} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.001593 sec., 29504.080351537978 rows/sec., 2.12 MiB/sec.
5670 2025.01.08 18:25:40.436895 [ 284 ] {142b0907-083f-424e-b223-c3586e8ea034} <Debug> TCPHandler: Processed in 0.001980792 sec.
5671 2025.01.08 18:25:40.437077 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5672 2025.01.08 18:25:40.437218 [ 290 ] {ad46c170-c3c7-47ec-92c5-bb95b6b65e07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5673 2025.01.08 18:25:40.437275 [ 290 ] {ad46c170-c3c7-47ec-92c5-bb95b6b65e07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5674 2025.01.08 18:25:40.437851 [ 290 ] {ad46c170-c3c7-47ec-92c5-bb95b6b65e07} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5675 2025.01.08 18:25:40.437894 [ 290 ] {ad46c170-c3c7-47ec-92c5-bb95b6b65e07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
5676 2025.01.08 18:25:40.438266 [ 290 ] {ad46c170-c3c7-47ec-92c5-bb95b6b65e07} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
5677 2025.01.08 18:25:40.438540 [ 290 ] {ad46c170-c3c7-47ec-92c5-bb95b6b65e07} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5678 2025.01.08 18:25:40.438823 [ 290 ] {ad46c170-c3c7-47ec-92c5-bb95b6b65e07} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001628 sec., 8599.5085995086 rows/sec., 602.25 KiB/sec.
5679 2025.01.08 18:25:40.439045 [ 290 ] {ad46c170-c3c7-47ec-92c5-bb95b6b65e07} <Debug> TCPHandler: Processed in 0.002029853 sec.
5680 2025.01.08 18:25:40.439248 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5681 2025.01.08 18:25:40.439377 [ 284 ] {1b512b96-b9bc-4695-ad22-608fd2aa3efd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
5682 2025.01.08 18:25:40.439434 [ 284 ] {1b512b96-b9bc-4695-ad22-608fd2aa3efd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5683 2025.01.08 18:25:40.440108 [ 284 ] {1b512b96-b9bc-4695-ad22-608fd2aa3efd} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5684 2025.01.08 18:25:40.440153 [ 284 ] {1b512b96-b9bc-4695-ad22-608fd2aa3efd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
5685 2025.01.08 18:25:40.440534 [ 284 ] {1b512b96-b9bc-4695-ad22-608fd2aa3efd} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
5686 2025.01.08 18:25:40.440803 [ 284 ] {1b512b96-b9bc-4695-ad22-608fd2aa3efd} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5687 2025.01.08 18:25:40.440981 [ 284 ] {1b512b96-b9bc-4695-ad22-608fd2aa3efd} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001634 sec., 7955.936352509179 rows/sec., 496.05 KiB/sec.
5688 2025.01.08 18:25:40.441033 [ 284 ] {1b512b96-b9bc-4695-ad22-608fd2aa3efd} <Debug> TCPHandler: Processed in 0.0018945 sec.
5689 2025.01.08 18:25:40.441187 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5690 2025.01.08 18:25:40.441305 [ 290 ] {cf51f048-07d0-486d-a8ab-170810b0f8f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5691 2025.01.08 18:25:40.441358 [ 290 ] {cf51f048-07d0-486d-a8ab-170810b0f8f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5692 2025.01.08 18:25:40.442257 [ 290 ] {cf51f048-07d0-486d-a8ab-170810b0f8f3} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5693 2025.01.08 18:25:40.442307 [ 290 ] {cf51f048-07d0-486d-a8ab-170810b0f8f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
5694 2025.01.08 18:25:40.442713 [ 290 ] {cf51f048-07d0-486d-a8ab-170810b0f8f3} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
5695 2025.01.08 18:25:40.442963 [ 290 ] {cf51f048-07d0-486d-a8ab-170810b0f8f3} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5696 2025.01.08 18:25:40.443221 [ 290 ] {cf51f048-07d0-486d-a8ab-170810b0f8f3} <Debug> executeQuery: Read 386 rows, 28.01 KiB in 0.001933 sec., 199689.60165545784 rows/sec., 14.15 MiB/sec.
5697 2025.01.08 18:25:40.443312 [ 290 ] {cf51f048-07d0-486d-a8ab-170810b0f8f3} <Debug> TCPHandler: Processed in 0.002177507 sec.
5698 2025.01.08 18:25:40.443584 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5699 2025.01.08 18:25:40.443731 [ 284 ] {e7b4c080-fbda-4efb-8e8c-960d0619198c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
5700 2025.01.08 18:25:40.443790 [ 284 ] {e7b4c080-fbda-4efb-8e8c-960d0619198c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5701 2025.01.08 18:25:40.444354 [ 284 ] {e7b4c080-fbda-4efb-8e8c-960d0619198c} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5702 2025.01.08 18:25:40.444390 [ 284 ] {e7b4c080-fbda-4efb-8e8c-960d0619198c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
5703 2025.01.08 18:25:40.444754 [ 284 ] {e7b4c080-fbda-4efb-8e8c-960d0619198c} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
5704 2025.01.08 18:25:40.445000 [ 284 ] {e7b4c080-fbda-4efb-8e8c-960d0619198c} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5705 2025.01.08 18:25:40.445177 [ 284 ] {e7b4c080-fbda-4efb-8e8c-960d0619198c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001477 sec., 4062.288422477996 rows/sec., 212.24 KiB/sec.
5706 2025.01.08 18:25:40.445227 [ 284 ] {e7b4c080-fbda-4efb-8e8c-960d0619198c} <Debug> TCPHandler: Processed in 0.001776266 sec.
5707 2025.01.08 18:25:40.445387 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5708 2025.01.08 18:25:40.445525 [ 290 ] {3ac3fdc0-e331-4ca1-805e-935f76b361d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5709 2025.01.08 18:25:40.445588 [ 290 ] {3ac3fdc0-e331-4ca1-805e-935f76b361d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5710 2025.01.08 18:25:40.446271 [ 290 ] {3ac3fdc0-e331-4ca1-805e-935f76b361d7} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5711 2025.01.08 18:25:40.446318 [ 290 ] {3ac3fdc0-e331-4ca1-805e-935f76b361d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
5712 2025.01.08 18:25:40.446721 [ 290 ] {3ac3fdc0-e331-4ca1-805e-935f76b361d7} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
5713 2025.01.08 18:25:40.446964 [ 290 ] {3ac3fdc0-e331-4ca1-805e-935f76b361d7} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5714 2025.01.08 18:25:40.447192 [ 290 ] {3ac3fdc0-e331-4ca1-805e-935f76b361d7} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001697 sec., 104301.7088980554 rows/sec., 6.88 MiB/sec.
5715 2025.01.08 18:25:40.447247 [ 290 ] {3ac3fdc0-e331-4ca1-805e-935f76b361d7} <Debug> TCPHandler: Processed in 0.001928201 sec.
5716 2025.01.08 18:25:40.447392 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5717 2025.01.08 18:25:40.447525 [ 284 ] {deb13ad4-d844-428b-939d-c24a6f2b680c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
5718 2025.01.08 18:25:40.447583 [ 284 ] {deb13ad4-d844-428b-939d-c24a6f2b680c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5719 2025.01.08 18:25:40.448120 [ 284 ] {deb13ad4-d844-428b-939d-c24a6f2b680c} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5720 2025.01.08 18:25:40.448163 [ 284 ] {deb13ad4-d844-428b-939d-c24a6f2b680c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
5721 2025.01.08 18:25:40.448543 [ 284 ] {deb13ad4-d844-428b-939d-c24a6f2b680c} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
5722 2025.01.08 18:25:40.448777 [ 284 ] {deb13ad4-d844-428b-939d-c24a6f2b680c} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5723 2025.01.08 18:25:40.448951 [ 284 ] {deb13ad4-d844-428b-939d-c24a6f2b680c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001457 sec., 686.3417982155113 rows/sec., 46.25 KiB/sec.
5724 2025.01.08 18:25:40.449000 [ 284 ] {deb13ad4-d844-428b-939d-c24a6f2b680c} <Debug> TCPHandler: Processed in 0.001671574 sec.
5725 2025.01.08 18:25:40.449132 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5726 2025.01.08 18:25:40.449248 [ 290 ] {dabe2268-44e7-40d4-8ace-89e350ff0d0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5727 2025.01.08 18:25:40.449329 [ 290 ] {dabe2268-44e7-40d4-8ace-89e350ff0d0d} <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
5728 2025.01.08 18:25:40.450660 [ 290 ] {dabe2268-44e7-40d4-8ace-89e350ff0d0d} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5729 2025.01.08 18:25:40.450700 [ 290 ] {dabe2268-44e7-40d4-8ace-89e350ff0d0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
5730 2025.01.08 18:25:40.451379 [ 290 ] {dabe2268-44e7-40d4-8ace-89e350ff0d0d} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
5731 2025.01.08 18:25:40.451647 [ 290 ] {dabe2268-44e7-40d4-8ace-89e350ff0d0d} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5732 2025.01.08 18:25:40.451946 [ 290 ] {dabe2268-44e7-40d4-8ace-89e350ff0d0d} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002719 sec., 14711.29091577786 rows/sec., 26.36 MiB/sec.
5733 2025.01.08 18:25:40.452353 [ 290 ] {dabe2268-44e7-40d4-8ace-89e350ff0d0d} <Debug> TCPHandler: Processed in 0.003280946 sec.
5734 2025.01.08 18:25:40.452514 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5735 2025.01.08 18:25:40.452650 [ 284 ] {45a5bcef-def9-4e75-bc4c-b9b0a5db7877} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5736 2025.01.08 18:25:40.452706 [ 284 ] {45a5bcef-def9-4e75-bc4c-b9b0a5db7877} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5737 2025.01.08 18:25:40.453257 [ 284 ] {45a5bcef-def9-4e75-bc4c-b9b0a5db7877} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5738 2025.01.08 18:25:40.453301 [ 284 ] {45a5bcef-def9-4e75-bc4c-b9b0a5db7877} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB.
5739 2025.01.08 18:25:40.453672 [ 284 ] {45a5bcef-def9-4e75-bc4c-b9b0a5db7877} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
5740 2025.01.08 18:25:40.453929 [ 284 ] {45a5bcef-def9-4e75-bc4c-b9b0a5db7877} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5741 2025.01.08 18:25:40.454162 [ 284 ] {45a5bcef-def9-4e75-bc4c-b9b0a5db7877} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001542 sec., 33722.43839169909 rows/sec., 2.09 MiB/sec.
5742 2025.01.08 18:25:40.454214 [ 284 ] {45a5bcef-def9-4e75-bc4c-b9b0a5db7877} <Debug> TCPHandler: Processed in 0.001764516 sec.
5743 2025.01.08 18:25:44.992596 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13298
5744 2025.01.08 18:25:44.993354 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5745 2025.01.08 18:25:44.993410 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
5746 2025.01.08 18:25:44.993997 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
5747 2025.01.08 18:25:44.994261 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5748 2025.01.08 18:25:44.994504 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13298
5749 2025.01.08 18:25:45.423975 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5750 2025.01.08 18:25:45.424138 [ 284 ] {ad9187df-0e34-486d-bf84-94e815d74626} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5751 2025.01.08 18:25:45.424202 [ 284 ] {ad9187df-0e34-486d-bf84-94e815d74626} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5752 2025.01.08 18:25:45.424893 [ 284 ] {ad9187df-0e34-486d-bf84-94e815d74626} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5753 2025.01.08 18:25:45.424936 [ 284 ] {ad9187df-0e34-486d-bf84-94e815d74626} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
5754 2025.01.08 18:25:45.425325 [ 284 ] {ad9187df-0e34-486d-bf84-94e815d74626} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
5755 2025.01.08 18:25:45.425572 [ 284 ] {ad9187df-0e34-486d-bf84-94e815d74626} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5756 2025.01.08 18:25:45.425773 [ 86 ] {} <Debug> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
5757 2025.01.08 18:25:45.425829 [ 284 ] {ad9187df-0e34-486d-bf84-94e815d74626} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001728 sec., 15046.296296296297 rows/sec., 1.13 MiB/sec.
5758 2025.01.08 18:25:45.425876 [ 86 ] {} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5759 2025.01.08 18:25:45.425943 [ 284 ] {ad9187df-0e34-486d-bf84-94e815d74626} <Debug> TCPHandler: Processed in 0.002085154 sec.
5760 2025.01.08 18:25:45.425950 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
5761 2025.01.08 18:25:45.426269 [ 196 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::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
5762 2025.01.08 18:25:45.426339 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5763 2025.01.08 18:25:45.426824 [ 196 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5764 2025.01.08 18:25:45.426941 [ 196 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1400 rows starting from the beginning of the part
5765 2025.01.08 18:25:45.427012 [ 290 ] {5c74f120-7a51-478d-8da1-009b16f9c1b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5766 2025.01.08 18:25:45.427140 [ 196 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1399 rows starting from the beginning of the part
5767 2025.01.08 18:25:45.427166 [ 290 ] {5c74f120-7a51-478d-8da1-009b16f9c1b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5768 2025.01.08 18:25:45.427571 [ 196 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 26 rows starting from the beginning of the part
5769 2025.01.08 18:25:45.427893 [ 196 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 26 rows starting from the beginning of the part
5770 2025.01.08 18:25:45.428203 [ 196 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 253 rows starting from the beginning of the part
5771 2025.01.08 18:25:45.428624 [ 196 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 26 rows starting from the beginning of the part
5772 2025.01.08 18:25:45.430017 [ 290 ] {5c74f120-7a51-478d-8da1-009b16f9c1b7} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5773 2025.01.08 18:25:45.430079 [ 290 ] {5c74f120-7a51-478d-8da1-009b16f9c1b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
5774 2025.01.08 18:25:45.431151 [ 290 ] {5c74f120-7a51-478d-8da1-009b16f9c1b7} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
5775 2025.01.08 18:25:45.431523 [ 290 ] {5c74f120-7a51-478d-8da1-009b16f9c1b7} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5776 2025.01.08 18:25:45.431775 [ 86 ] {} <Debug> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
5777 2025.01.08 18:25:45.431889 [ 86 ] {} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5778 2025.01.08 18:25:45.431985 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
5779 2025.01.08 18:25:45.432293 [ 196 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3130 rows, containing 5 columns (5 merged, 0 gathered) in 0.006201742 sec., 504696.90612734295 rows/sec., 44.40 MiB/sec.
5780 2025.01.08 18:25:45.432544 [ 290 ] {5c74f120-7a51-478d-8da1-009b16f9c1b7} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.005648 sec., 4957.507082152974 rows/sec., 395.95 KiB/sec.
5781 2025.01.08 18:25:45.432563 [ 197 ] {fa7e1080-106a-46d6-b087-687f1bf68453::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
5782 2025.01.08 18:25:45.432946 [ 196 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
5783 2025.01.08 18:25:45.433065 [ 290 ] {5c74f120-7a51-478d-8da1-009b16f9c1b7} <Debug> TCPHandler: Processed in 0.006968862 sec.
5784 2025.01.08 18:25:45.433336 [ 197 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5785 2025.01.08 18:25:45.433502 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5786 2025.01.08 18:25:45.433622 [ 197 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 874 rows starting from the beginning of the part
5787 2025.01.08 18:25:45.434325 [ 197 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 854 rows starting from the beginning of the part
5788 2025.01.08 18:25:45.434314 [ 284 ] {49daf03b-9e79-43b4-921b-56831e09264b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5789 2025.01.08 18:25:45.434433 [ 196 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_46_9} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5790 2025.01.08 18:25:45.434642 [ 284 ] {49daf03b-9e79-43b4-921b-56831e09264b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5791 2025.01.08 18:25:45.434767 [ 197 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 28 rows starting from the beginning of the part
5792 2025.01.08 18:25:45.434882 [ 196 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_46_9} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
5793 2025.01.08 18:25:45.435268 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB.
5794 2025.01.08 18:25:45.435305 [ 197 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 28 rows starting from the beginning of the part
5795 2025.01.08 18:25:45.435705 [ 197 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 386 rows starting from the beginning of the part
5796 2025.01.08 18:25:45.436065 [ 197 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 28 rows starting from the beginning of the part
5797 2025.01.08 18:25:45.437453 [ 284 ] {49daf03b-9e79-43b4-921b-56831e09264b} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5798 2025.01.08 18:25:45.437515 [ 284 ] {49daf03b-9e79-43b4-921b-56831e09264b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
5799 2025.01.08 18:25:45.438587 [ 284 ] {49daf03b-9e79-43b4-921b-56831e09264b} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
5800 2025.01.08 18:25:45.439083 [ 284 ] {49daf03b-9e79-43b4-921b-56831e09264b} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5801 2025.01.08 18:25:45.439167 [ 197 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2198 rows, containing 5 columns (5 merged, 0 gathered) in 0.006983573 sec., 314738.6015725761 rows/sec., 23.98 MiB/sec.
5802 2025.01.08 18:25:45.439351 [ 86 ] {} <Debug> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
5803 2025.01.08 18:25:45.439454 [ 86 ] {} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5804 2025.01.08 18:25:45.439502 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
5805 2025.01.08 18:25:45.439558 [ 284 ] {49daf03b-9e79-43b4-921b-56831e09264b} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.005584 sec., 17908.30945558739 rows/sec., 1.24 MiB/sec.
5806 2025.01.08 18:25:45.439598 [ 190 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
5807 2025.01.08 18:25:45.440026 [ 192 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::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
5808 2025.01.08 18:25:45.440031 [ 284 ] {49daf03b-9e79-43b4-921b-56831e09264b} <Debug> TCPHandler: Processed in 0.006781957 sec.
5809 2025.01.08 18:25:45.440400 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5810 2025.01.08 18:25:45.440466 [ 192 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5811 2025.01.08 18:25:45.440579 [ 192 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 10361 rows starting from the beginning of the part
5812 2025.01.08 18:25:45.440701 [ 188 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_46_9} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5813 2025.01.08 18:25:45.440815 [ 290 ] {cd856e3a-7850-4202-bc52-7e828bb80427} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5814 2025.01.08 18:25:45.440982 [ 192 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 949 rows starting from the beginning of the part
5815 2025.01.08 18:25:45.441129 [ 290 ] {cd856e3a-7850-4202-bc52-7e828bb80427} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5816 2025.01.08 18:25:45.441325 [ 188 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_46_9} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
5817 2025.01.08 18:25:45.441623 [ 192 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 80 rows starting from the beginning of the part
5818 2025.01.08 18:25:45.441816 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB.
5819 2025.01.08 18:25:45.442064 [ 192 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 100 rows starting from the beginning of the part
5820 2025.01.08 18:25:45.442508 [ 192 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 177 rows starting from the beginning of the part
5821 2025.01.08 18:25:45.442799 [ 192 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 100 rows starting from the beginning of the part
5822 2025.01.08 18:25:45.443674 [ 290 ] {cd856e3a-7850-4202-bc52-7e828bb80427} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5823 2025.01.08 18:25:45.443747 [ 290 ] {cd856e3a-7850-4202-bc52-7e828bb80427} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
5824 2025.01.08 18:25:45.444385 [ 290 ] {cd856e3a-7850-4202-bc52-7e828bb80427} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
5825 2025.01.08 18:25:45.444797 [ 290 ] {cd856e3a-7850-4202-bc52-7e828bb80427} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5826 2025.01.08 18:25:45.445067 [ 86 ] {} <Debug> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
5827 2025.01.08 18:25:45.445204 [ 86 ] {} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5828 2025.01.08 18:25:45.445309 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
5829 2025.01.08 18:25:45.445661 [ 290 ] {cd856e3a-7850-4202-bc52-7e828bb80427} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.004914 sec., 6105.006105006105 rows/sec., 428.26 KiB/sec.
5830 2025.01.08 18:25:45.445994 [ 188 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::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
5831 2025.01.08 18:25:45.446531 [ 290 ] {cd856e3a-7850-4202-bc52-7e828bb80427} <Debug> TCPHandler: Processed in 0.006254043 sec.
5832 2025.01.08 18:25:45.447032 [ 188 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5833 2025.01.08 18:25:45.447120 [ 188 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1448 rows starting from the beginning of the part
5834 2025.01.08 18:25:45.447360 [ 188 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 28 rows starting from the beginning of the part
5835 2025.01.08 18:25:45.447459 [ 188 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 24 rows starting from the beginning of the part
5836 2025.01.08 18:25:45.447527 [ 188 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 30 rows starting from the beginning of the part
5837 2025.01.08 18:25:45.447838 [ 188 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 52 rows starting from the beginning of the part
5838 2025.01.08 18:25:45.447998 [ 188 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 30 rows starting from the beginning of the part
5839 2025.01.08 18:25:45.449306 [ 186 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1612 rows, containing 4 columns (4 merged, 0 gathered) in 0.00384713 sec., 419013.65433452994 rows/sec., 27.01 MiB/sec.
5840 2025.01.08 18:25:45.449767 [ 189 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
5841 2025.01.08 18:25:45.449860 [ 190 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11767 rows, containing 5 columns (5 merged, 0 gathered) in 0.010227387 sec., 1150538.2557636667 rows/sec., 77.07 MiB/sec.
5842 2025.01.08 18:25:45.450280 [ 189 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_46_9} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5843 2025.01.08 18:25:45.450296 [ 190 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
5844 2025.01.08 18:25:45.450497 [ 189 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_46_9} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
5845 2025.01.08 18:25:45.450662 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB.
5846 2025.01.08 18:25:45.450850 [ 190 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5847 2025.01.08 18:25:45.450942 [ 190 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
5848 2025.01.08 18:25:45.451039 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.22 MiB.
5849 2025.01.08 18:25:45.917605 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219
5850 2025.01.08 18:25:45.937862 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5851 2025.01.08 18:25:45.937911 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
5852 2025.01.08 18:25:45.945714 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
5853 2025.01.08 18:25:45.946492 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5854 2025.01.08 18:25:45.949159 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 219
5855 2025.01.08 18:25:47.551951 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 822
5856 2025.01.08 18:25:47.555077 [ 242 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5857 2025.01.08 18:25:47.555128 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
5858 2025.01.08 18:25:47.556653 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
5859 2025.01.08 18:25:47.557003 [ 242 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5860 2025.01.08 18:25:47.557172 [ 82 ] {} <Debug> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
5861 2025.01.08 18:25:47.557235 [ 82 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5862 2025.01.08 18:25:47.557275 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
5863 2025.01.08 18:25:47.557874 [ 201 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::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
5864 2025.01.08 18:25:47.559182 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 822
5865 2025.01.08 18:25:47.559567 [ 201 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5866 2025.01.08 18:25:47.559751 [ 201 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 676 rows starting from the beginning of the part
5867 2025.01.08 18:25:47.560538 [ 201 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 16 rows starting from the beginning of the part
5868 2025.01.08 18:25:47.561344 [ 201 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::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
5869 2025.01.08 18:25:47.562031 [ 201 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 54 rows starting from the beginning of the part
5870 2025.01.08 18:25:47.562689 [ 201 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 16 rows starting from the beginning of the part
5871 2025.01.08 18:25:47.563287 [ 201 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::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
5872 2025.01.08 18:25:47.571440 [ 195 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 822 rows, containing 72 columns (72 merged, 0 gathered) in 0.014037387 sec., 58557.906824111924 rows/sec., 47.78 MiB/sec.
5873 2025.01.08 18:25:47.572527 [ 201 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
5874 2025.01.08 18:25:47.573260 [ 201 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::all_1_21_4} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5875 2025.01.08 18:25:47.573348 [ 201 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::all_1_21_4} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
5876 2025.01.08 18:25:47.573565 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.13 MiB.
5877 2025.01.08 18:25:50.430703 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5878 2025.01.08 18:25:50.430892 [ 284 ] {29b488b5-072d-44d6-8e52-ed9e8f4ea4d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
5879 2025.01.08 18:25:50.430963 [ 284 ] {29b488b5-072d-44d6-8e52-ed9e8f4ea4d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
5880 2025.01.08 18:25:50.431706 [ 284 ] {29b488b5-072d-44d6-8e52-ed9e8f4ea4d4} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5881 2025.01.08 18:25:50.431755 [ 284 ] {29b488b5-072d-44d6-8e52-ed9e8f4ea4d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
5882 2025.01.08 18:25:50.432180 [ 284 ] {29b488b5-072d-44d6-8e52-ed9e8f4ea4d4} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
5883 2025.01.08 18:25:50.432439 [ 284 ] {29b488b5-072d-44d6-8e52-ed9e8f4ea4d4} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5884 2025.01.08 18:25:50.432674 [ 284 ] {29b488b5-072d-44d6-8e52-ed9e8f4ea4d4} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001835 sec., 7629.427792915531 rows/sec., 549.22 KiB/sec.
5885 2025.01.08 18:25:50.432778 [ 284 ] {29b488b5-072d-44d6-8e52-ed9e8f4ea4d4} <Debug> TCPHandler: Processed in 0.002214197 sec.
5886 2025.01.08 18:25:50.433041 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5887 2025.01.08 18:25:50.433236 [ 290 ] {05104a4b-9863-414a-adfe-b6cd3c3fd8d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5888 2025.01.08 18:25:50.433308 [ 290 ] {05104a4b-9863-414a-adfe-b6cd3c3fd8d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5889 2025.01.08 18:25:50.434181 [ 290 ] {05104a4b-9863-414a-adfe-b6cd3c3fd8d3} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5890 2025.01.08 18:25:50.434226 [ 290 ] {05104a4b-9863-414a-adfe-b6cd3c3fd8d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
5891 2025.01.08 18:25:50.434784 [ 290 ] {05104a4b-9863-414a-adfe-b6cd3c3fd8d3} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
5892 2025.01.08 18:25:50.435041 [ 290 ] {05104a4b-9863-414a-adfe-b6cd3c3fd8d3} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5893 2025.01.08 18:25:50.435241 [ 290 ] {05104a4b-9863-414a-adfe-b6cd3c3fd8d3} <Debug> executeQuery: Read 253 rows, 23.21 KiB in 0.002058 sec., 122934.88824101069 rows/sec., 11.02 MiB/sec.
5894 2025.01.08 18:25:50.435306 [ 290 ] {05104a4b-9863-414a-adfe-b6cd3c3fd8d3} <Debug> TCPHandler: Processed in 0.002400313 sec.
5895 2025.01.08 18:25:50.435471 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5896 2025.01.08 18:25:50.435609 [ 284 ] {5cb08574-407d-49db-998d-e1c7d791ccaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5897 2025.01.08 18:25:50.435666 [ 284 ] {5cb08574-407d-49db-998d-e1c7d791ccaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5898 2025.01.08 18:25:50.436364 [ 284 ] {5cb08574-407d-49db-998d-e1c7d791ccaf} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5899 2025.01.08 18:25:50.436411 [ 284 ] {5cb08574-407d-49db-998d-e1c7d791ccaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
5900 2025.01.08 18:25:50.436842 [ 284 ] {5cb08574-407d-49db-998d-e1c7d791ccaf} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
5901 2025.01.08 18:25:50.437079 [ 284 ] {5cb08574-407d-49db-998d-e1c7d791ccaf} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5902 2025.01.08 18:25:50.437237 [ 77 ] {} <Debug> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0
5903 2025.01.08 18:25:50.437304 [ 77 ] {} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5904 2025.01.08 18:25:50.437316 [ 284 ] {5cb08574-407d-49db-998d-e1c7d791ccaf} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.001729 sec., 27183.342972816656 rows/sec., 1.96 MiB/sec.
5905 2025.01.08 18:25:50.437342 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
5906 2025.01.08 18:25:50.437461 [ 284 ] {5cb08574-407d-49db-998d-e1c7d791ccaf} <Debug> TCPHandler: Processed in 0.002053764 sec.
5907 2025.01.08 18:25:50.437547 [ 189 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::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
5908 2025.01.08 18:25:50.437645 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5909 2025.01.08 18:25:50.437683 [ 189 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5910 2025.01.08 18:25:50.437715 [ 189 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 61 rows starting from the beginning of the part
5911 2025.01.08 18:25:50.437790 [ 290 ] {2e2558b9-a156-487b-93f2-412834ad6c4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5912 2025.01.08 18:25:50.437835 [ 189 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 47 rows starting from the beginning of the part
5913 2025.01.08 18:25:50.437891 [ 290 ] {2e2558b9-a156-487b-93f2-412834ad6c4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5914 2025.01.08 18:25:50.438165 [ 189 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::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
5915 2025.01.08 18:25:50.438566 [ 189 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 59 rows starting from the beginning of the part
5916 2025.01.08 18:25:50.438789 [ 189 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::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
5917 2025.01.08 18:25:50.439018 [ 189 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 47 rows starting from the beginning of the part
5918 2025.01.08 18:25:50.439833 [ 290 ] {2e2558b9-a156-487b-93f2-412834ad6c4b} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5919 2025.01.08 18:25:50.439879 [ 290 ] {2e2558b9-a156-487b-93f2-412834ad6c4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
5920 2025.01.08 18:25:50.440547 [ 290 ] {2e2558b9-a156-487b-93f2-412834ad6c4b} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
5921 2025.01.08 18:25:50.440666 [ 195 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 308 rows, containing 5 columns (5 merged, 0 gathered) in 0.003212633 sec., 95871.51722590163 rows/sec., 7.24 MiB/sec.
5922 2025.01.08 18:25:50.440867 [ 195 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary)
5923 2025.01.08 18:25:50.441021 [ 290 ] {2e2558b9-a156-487b-93f2-412834ad6c4b} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5924 2025.01.08 18:25:50.441337 [ 76 ] {} <Debug> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0
5925 2025.01.08 18:25:50.441448 [ 76 ] {} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5926 2025.01.08 18:25:50.441484 [ 290 ] {2e2558b9-a156-487b-93f2-412834ad6c4b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00373 sec., 3753.3512064343167 rows/sec., 262.86 KiB/sec.
5927 2025.01.08 18:25:50.441504 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
5928 2025.01.08 18:25:50.441870 [ 187 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::all_1_20_4} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5929 2025.01.08 18:25:50.441920 [ 290 ] {2e2558b9-a156-487b-93f2-412834ad6c4b} <Debug> TCPHandler: Processed in 0.004337073 sec.
5930 2025.01.08 18:25:50.442217 [ 193 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::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
5931 2025.01.08 18:25:50.442348 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5932 2025.01.08 18:25:50.442482 [ 187 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::all_1_20_4} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4
5933 2025.01.08 18:25:50.442948 [ 284 ] {da9d0382-f2cd-4aa1-8d57-c151eba6f318} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
5934 2025.01.08 18:25:50.443029 [ 193 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5935 2025.01.08 18:25:50.443050 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB.
5936 2025.01.08 18:25:50.443150 [ 284 ] {da9d0382-f2cd-4aa1-8d57-c151eba6f318} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5937 2025.01.08 18:25:50.443222 [ 193 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 242 rows starting from the beginning of the part
5938 2025.01.08 18:25:50.443539 [ 193 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 14 rows starting from the beginning of the part
5939 2025.01.08 18:25:50.443855 [ 193 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 14 rows starting from the beginning of the part
5940 2025.01.08 18:25:50.444219 [ 193 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 242 rows starting from the beginning of the part
5941 2025.01.08 18:25:50.444580 [ 193 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 14 rows starting from the beginning of the part
5942 2025.01.08 18:25:50.444881 [ 193 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 14 rows starting from the beginning of the part
5943 2025.01.08 18:25:50.445942 [ 284 ] {da9d0382-f2cd-4aa1-8d57-c151eba6f318} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5944 2025.01.08 18:25:50.446012 [ 284 ] {da9d0382-f2cd-4aa1-8d57-c151eba6f318} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
5945 2025.01.08 18:25:50.446981 [ 284 ] {da9d0382-f2cd-4aa1-8d57-c151eba6f318} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
5946 2025.01.08 18:25:50.447450 [ 187 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 5 columns (5 merged, 0 gathered) in 0.005771311 sec., 93566.26250084252 rows/sec., 6.70 MiB/sec.
5947 2025.01.08 18:25:50.447486 [ 284 ] {da9d0382-f2cd-4aa1-8d57-c151eba6f318} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5948 2025.01.08 18:25:50.447624 [ 187 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary)
5949 2025.01.08 18:25:50.447819 [ 284 ] {da9d0382-f2cd-4aa1-8d57-c151eba6f318} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005161 sec., 2518.891687657431 rows/sec., 157.05 KiB/sec.
5950 2025.01.08 18:25:50.447898 [ 284 ] {da9d0382-f2cd-4aa1-8d57-c151eba6f318} <Debug> TCPHandler: Processed in 0.005799091 sec.
5951 2025.01.08 18:25:50.448073 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5952 2025.01.08 18:25:50.448091 [ 187 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::all_1_20_4} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5953 2025.01.08 18:25:50.448213 [ 187 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::all_1_20_4} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4
5954 2025.01.08 18:25:50.448277 [ 290 ] {aa36f86f-f165-40a7-a77a-4c8ffeef522a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5955 2025.01.08 18:25:50.448357 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB.
5956 2025.01.08 18:25:50.448409 [ 290 ] {aa36f86f-f165-40a7-a77a-4c8ffeef522a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5957 2025.01.08 18:25:50.449192 [ 290 ] {aa36f86f-f165-40a7-a77a-4c8ffeef522a} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5958 2025.01.08 18:25:50.449233 [ 290 ] {aa36f86f-f165-40a7-a77a-4c8ffeef522a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
5959 2025.01.08 18:25:50.449635 [ 290 ] {aa36f86f-f165-40a7-a77a-4c8ffeef522a} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
5960 2025.01.08 18:25:50.449886 [ 290 ] {aa36f86f-f165-40a7-a77a-4c8ffeef522a} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5961 2025.01.08 18:25:50.450111 [ 290 ] {aa36f86f-f165-40a7-a77a-4c8ffeef522a} <Debug> executeQuery: Read 386 rows, 28.01 KiB in 0.001898 sec., 203371.97049525817 rows/sec., 14.41 MiB/sec.
5962 2025.01.08 18:25:50.450164 [ 290 ] {aa36f86f-f165-40a7-a77a-4c8ffeef522a} <Debug> TCPHandler: Processed in 0.002174027 sec.
5963 2025.01.08 18:25:50.450311 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5964 2025.01.08 18:25:50.450447 [ 284 ] {906ef62f-2517-4d33-a630-6d4d802e22a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
5965 2025.01.08 18:25:50.450506 [ 284 ] {906ef62f-2517-4d33-a630-6d4d802e22a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5966 2025.01.08 18:25:50.451024 [ 284 ] {906ef62f-2517-4d33-a630-6d4d802e22a9} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5967 2025.01.08 18:25:50.451062 [ 284 ] {906ef62f-2517-4d33-a630-6d4d802e22a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
5968 2025.01.08 18:25:50.451428 [ 284 ] {906ef62f-2517-4d33-a630-6d4d802e22a9} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
5969 2025.01.08 18:25:50.451671 [ 284 ] {906ef62f-2517-4d33-a630-6d4d802e22a9} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5970 2025.01.08 18:25:50.451835 [ 76 ] {} <Debug> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0
5971 2025.01.08 18:25:50.451891 [ 76 ] {} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5972 2025.01.08 18:25:50.451916 [ 284 ] {906ef62f-2517-4d33-a630-6d4d802e22a9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001495 sec., 4013.3779264214045 rows/sec., 209.68 KiB/sec.
5973 2025.01.08 18:25:50.451930 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
5974 2025.01.08 18:25:50.452065 [ 284 ] {906ef62f-2517-4d33-a630-6d4d802e22a9} <Debug> TCPHandler: Processed in 0.001813797 sec.
5975 2025.01.08 18:25:50.452151 [ 199 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::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
5976 2025.01.08 18:25:50.452261 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5977 2025.01.08 18:25:50.452330 [ 199 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5978 2025.01.08 18:25:50.452390 [ 199 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::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
5979 2025.01.08 18:25:50.452509 [ 290 ] {42a4d7c9-feb4-4928-9f5f-96449a60d1c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5980 2025.01.08 18:25:50.452678 [ 199 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::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
5981 2025.01.08 18:25:50.452703 [ 290 ] {42a4d7c9-feb4-4928-9f5f-96449a60d1c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5982 2025.01.08 18:25:50.453055 [ 199 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::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
5983 2025.01.08 18:25:50.453376 [ 199 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::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
5984 2025.01.08 18:25:50.453681 [ 199 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::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
5985 2025.01.08 18:25:50.454018 [ 199 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::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
5986 2025.01.08 18:25:50.455219 [ 290 ] {42a4d7c9-feb4-4928-9f5f-96449a60d1c2} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5987 2025.01.08 18:25:50.455307 [ 290 ] {42a4d7c9-feb4-4928-9f5f-96449a60d1c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
5988 2025.01.08 18:25:50.456497 [ 290 ] {42a4d7c9-feb4-4928-9f5f-96449a60d1c2} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
5989 2025.01.08 18:25:50.456642 [ 199 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 4 columns (4 merged, 0 gathered) in 0.00456406 sec., 26292.380030060955 rows/sec., 1.34 MiB/sec.
5990 2025.01.08 18:25:50.456825 [ 199 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary)
5991 2025.01.08 18:25:50.457033 [ 290 ] {42a4d7c9-feb4-4928-9f5f-96449a60d1c2} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5992 2025.01.08 18:25:50.457418 [ 199 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::all_1_20_4} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5993 2025.01.08 18:25:50.457468 [ 290 ] {42a4d7c9-feb4-4928-9f5f-96449a60d1c2} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.005028 sec., 35202.86396181384 rows/sec., 2.32 MiB/sec.
5994 2025.01.08 18:25:50.457580 [ 199 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::all_1_20_4} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4
5995 2025.01.08 18:25:50.457633 [ 290 ] {42a4d7c9-feb4-4928-9f5f-96449a60d1c2} <Debug> TCPHandler: Processed in 0.005455702 sec.
5996 2025.01.08 18:25:50.457790 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
5997 2025.01.08 18:25:50.457850 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5998 2025.01.08 18:25:50.457977 [ 284 ] {d933e077-3191-4d8d-99f6-a440bef7d60a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
5999 2025.01.08 18:25:50.458036 [ 284 ] {d933e077-3191-4d8d-99f6-a440bef7d60a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6000 2025.01.08 18:25:50.458570 [ 284 ] {d933e077-3191-4d8d-99f6-a440bef7d60a} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6001 2025.01.08 18:25:50.458615 [ 284 ] {d933e077-3191-4d8d-99f6-a440bef7d60a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
6002 2025.01.08 18:25:50.459008 [ 284 ] {d933e077-3191-4d8d-99f6-a440bef7d60a} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
6003 2025.01.08 18:25:50.459250 [ 284 ] {d933e077-3191-4d8d-99f6-a440bef7d60a} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6004 2025.01.08 18:25:50.459461 [ 284 ] {d933e077-3191-4d8d-99f6-a440bef7d60a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001513 sec., 660.9385327164574 rows/sec., 44.54 KiB/sec.
6005 2025.01.08 18:25:50.459510 [ 284 ] {d933e077-3191-4d8d-99f6-a440bef7d60a} <Debug> TCPHandler: Processed in 0.001778607 sec.
6006 2025.01.08 18:25:50.459660 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6007 2025.01.08 18:25:50.459792 [ 290 ] {f38033c9-df8d-4d5a-9fda-03c12701711d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6008 2025.01.08 18:25:50.459887 [ 290 ] {f38033c9-df8d-4d5a-9fda-03c12701711d} <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
6009 2025.01.08 18:25:50.461184 [ 290 ] {f38033c9-df8d-4d5a-9fda-03c12701711d} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6010 2025.01.08 18:25:50.461224 [ 290 ] {f38033c9-df8d-4d5a-9fda-03c12701711d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
6011 2025.01.08 18:25:50.461900 [ 290 ] {f38033c9-df8d-4d5a-9fda-03c12701711d} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
6012 2025.01.08 18:25:50.462168 [ 290 ] {f38033c9-df8d-4d5a-9fda-03c12701711d} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6013 2025.01.08 18:25:50.462489 [ 290 ] {f38033c9-df8d-4d5a-9fda-03c12701711d} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002727 sec., 14668.133480014669 rows/sec., 26.28 MiB/sec.
6014 2025.01.08 18:25:50.462945 [ 290 ] {f38033c9-df8d-4d5a-9fda-03c12701711d} <Debug> TCPHandler: Processed in 0.003338667 sec.
6015 2025.01.08 18:25:50.463114 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6016 2025.01.08 18:25:50.463249 [ 284 ] {03b423fa-d5ca-4c71-badf-ed4d6a54b81c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6017 2025.01.08 18:25:50.463307 [ 284 ] {03b423fa-d5ca-4c71-badf-ed4d6a54b81c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6018 2025.01.08 18:25:50.463847 [ 284 ] {03b423fa-d5ca-4c71-badf-ed4d6a54b81c} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6019 2025.01.08 18:25:50.463887 [ 284 ] {03b423fa-d5ca-4c71-badf-ed4d6a54b81c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
6020 2025.01.08 18:25:50.464256 [ 284 ] {03b423fa-d5ca-4c71-badf-ed4d6a54b81c} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
6021 2025.01.08 18:25:50.464497 [ 284 ] {03b423fa-d5ca-4c71-badf-ed4d6a54b81c} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6022 2025.01.08 18:25:50.464693 [ 284 ] {03b423fa-d5ca-4c71-badf-ed4d6a54b81c} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001474 sec., 35278.15468113976 rows/sec., 2.18 MiB/sec.
6023 2025.01.08 18:25:50.464741 [ 284 ] {03b423fa-d5ca-4c71-badf-ed4d6a54b81c} <Debug> TCPHandler: Processed in 0.001690064 sec.
6024 2025.01.08 18:25:52.353757 [ 73 ] {} <Debug> DNSResolver: Updating DNS cache
6025 2025.01.08 18:25:52.353857 [ 73 ] {} <Debug> DNSResolver: Updated DNS cache
6026 2025.01.08 18:25:52.494626 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 13786
6027 2025.01.08 18:25:52.495404 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6028 2025.01.08 18:25:52.495455 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
6029 2025.01.08 18:25:52.496072 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
6030 2025.01.08 18:25:52.496364 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6031 2025.01.08 18:25:52.496629 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13786
6032 2025.01.08 18:25:53.449225 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 227
6033 2025.01.08 18:25:53.470619 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6034 2025.01.08 18:25:53.470675 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
6035 2025.01.08 18:25:53.479017 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
6036 2025.01.08 18:25:53.479947 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6037 2025.01.08 18:25:53.484222 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 227
6038 2025.01.08 18:25:55.424208 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6039 2025.01.08 18:25:55.424395 [ 284 ] {00f9a2c0-f834-475d-8687-15f238da02e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6040 2025.01.08 18:25:55.424466 [ 284 ] {00f9a2c0-f834-475d-8687-15f238da02e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6041 2025.01.08 18:25:55.425214 [ 284 ] {00f9a2c0-f834-475d-8687-15f238da02e0} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6042 2025.01.08 18:25:55.425262 [ 284 ] {00f9a2c0-f834-475d-8687-15f238da02e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
6043 2025.01.08 18:25:55.425690 [ 284 ] {00f9a2c0-f834-475d-8687-15f238da02e0} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
6044 2025.01.08 18:25:55.425966 [ 284 ] {00f9a2c0-f834-475d-8687-15f238da02e0} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6045 2025.01.08 18:25:55.426212 [ 284 ] {00f9a2c0-f834-475d-8687-15f238da02e0} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.00187 sec., 13903.743315508022 rows/sec., 1.05 MiB/sec.
6046 2025.01.08 18:25:55.426277 [ 284 ] {00f9a2c0-f834-475d-8687-15f238da02e0} <Debug> TCPHandler: Processed in 0.002200868 sec.
6047 2025.01.08 18:25:55.426544 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6048 2025.01.08 18:25:55.426745 [ 290 ] {3e5a4cc4-0516-4575-8bfb-8d8d058bd48a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6049 2025.01.08 18:25:55.426822 [ 290 ] {3e5a4cc4-0516-4575-8bfb-8d8d058bd48a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6050 2025.01.08 18:25:55.427616 [ 290 ] {3e5a4cc4-0516-4575-8bfb-8d8d058bd48a} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6051 2025.01.08 18:25:55.427671 [ 290 ] {3e5a4cc4-0516-4575-8bfb-8d8d058bd48a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
6052 2025.01.08 18:25:55.428166 [ 290 ] {3e5a4cc4-0516-4575-8bfb-8d8d058bd48a} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
6053 2025.01.08 18:25:55.428430 [ 290 ] {3e5a4cc4-0516-4575-8bfb-8d8d058bd48a} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6054 2025.01.08 18:25:55.428715 [ 290 ] {3e5a4cc4-0516-4575-8bfb-8d8d058bd48a} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.002017 sec., 13882.002974714922 rows/sec., 1.08 MiB/sec.
6055 2025.01.08 18:25:55.428833 [ 290 ] {3e5a4cc4-0516-4575-8bfb-8d8d058bd48a} <Debug> TCPHandler: Processed in 0.002427354 sec.
6056 2025.01.08 18:25:55.429105 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6057 2025.01.08 18:25:55.429288 [ 284 ] {6c37743e-a980-49db-9259-82c82b5df8d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6058 2025.01.08 18:25:55.429357 [ 284 ] {6c37743e-a980-49db-9259-82c82b5df8d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6059 2025.01.08 18:25:55.430026 [ 284 ] {6c37743e-a980-49db-9259-82c82b5df8d3} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6060 2025.01.08 18:25:55.430066 [ 284 ] {6c37743e-a980-49db-9259-82c82b5df8d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
6061 2025.01.08 18:25:55.430475 [ 284 ] {6c37743e-a980-49db-9259-82c82b5df8d3} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
6062 2025.01.08 18:25:55.430722 [ 284 ] {6c37743e-a980-49db-9259-82c82b5df8d3} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6063 2025.01.08 18:25:55.430935 [ 284 ] {6c37743e-a980-49db-9259-82c82b5df8d3} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001686 sec., 59311.98102016607 rows/sec., 4.11 MiB/sec.
6064 2025.01.08 18:25:55.430990 [ 284 ] {6c37743e-a980-49db-9259-82c82b5df8d3} <Debug> TCPHandler: Processed in 0.002011633 sec.
6065 2025.01.08 18:25:55.431159 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6066 2025.01.08 18:25:55.431306 [ 290 ] {7bd1b6fc-b650-4573-825e-e0019b163f31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6067 2025.01.08 18:25:55.431374 [ 290 ] {7bd1b6fc-b650-4573-825e-e0019b163f31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6068 2025.01.08 18:25:55.431967 [ 290 ] {7bd1b6fc-b650-4573-825e-e0019b163f31} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6069 2025.01.08 18:25:55.432007 [ 290 ] {7bd1b6fc-b650-4573-825e-e0019b163f31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
6070 2025.01.08 18:25:55.432399 [ 290 ] {7bd1b6fc-b650-4573-825e-e0019b163f31} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
6071 2025.01.08 18:25:55.432648 [ 290 ] {7bd1b6fc-b650-4573-825e-e0019b163f31} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6072 2025.01.08 18:25:55.432863 [ 290 ] {7bd1b6fc-b650-4573-825e-e0019b163f31} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001595 sec., 18808.777429467085 rows/sec., 1.29 MiB/sec.
6073 2025.01.08 18:25:55.432917 [ 290 ] {7bd1b6fc-b650-4573-825e-e0019b163f31} <Debug> TCPHandler: Processed in 0.001827378 sec.
6074 2025.01.08 18:25:55.731339 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6075 2025.01.08 18:25:55.731519 [ 284 ] {3f7be152-f444-412e-8009-8c766a5e2617} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
6076 2025.01.08 18:25:55.731591 [ 284 ] {3f7be152-f444-412e-8009-8c766a5e2617} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
6077 2025.01.08 18:25:55.732314 [ 284 ] {3f7be152-f444-412e-8009-8c766a5e2617} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6078 2025.01.08 18:25:55.732361 [ 284 ] {3f7be152-f444-412e-8009-8c766a5e2617} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
6079 2025.01.08 18:25:55.732762 [ 284 ] {3f7be152-f444-412e-8009-8c766a5e2617} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
6080 2025.01.08 18:25:55.733010 [ 284 ] {3f7be152-f444-412e-8009-8c766a5e2617} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6081 2025.01.08 18:25:55.733212 [ 66 ] {} <Debug> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0
6082 2025.01.08 18:25:55.733225 [ 284 ] {3f7be152-f444-412e-8009-8c766a5e2617} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001748 sec., 8009.153318077803 rows/sec., 576.55 KiB/sec.
6083 2025.01.08 18:25:55.733311 [ 66 ] {} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6084 2025.01.08 18:25:55.733396 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
6085 2025.01.08 18:25:55.733398 [ 284 ] {3f7be152-f444-412e-8009-8c766a5e2617} <Debug> TCPHandler: Processed in 0.002160706 sec.
6086 2025.01.08 18:25:55.733646 [ 198 ] {3fec6173-3e69-4314-b82a-beabd4844532::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
6087 2025.01.08 18:25:55.733663 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6088 2025.01.08 18:25:55.733923 [ 198 ] {3fec6173-3e69-4314-b82a-beabd4844532::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6089 2025.01.08 18:25:55.733939 [ 290 ] {617fb113-9f29-4e06-b1f4-e0bc9cc1b2f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
6090 2025.01.08 18:25:55.733984 [ 198 ] {3fec6173-3e69-4314-b82a-beabd4844532::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
6091 2025.01.08 18:25:55.734041 [ 290 ] {617fb113-9f29-4e06-b1f4-e0bc9cc1b2f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
6092 2025.01.08 18:25:55.734381 [ 198 ] {3fec6173-3e69-4314-b82a-beabd4844532::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
6093 2025.01.08 18:25:55.734661 [ 198 ] {3fec6173-3e69-4314-b82a-beabd4844532::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
6094 2025.01.08 18:25:55.735051 [ 198 ] {3fec6173-3e69-4314-b82a-beabd4844532::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
6095 2025.01.08 18:25:55.735428 [ 198 ] {3fec6173-3e69-4314-b82a-beabd4844532::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
6096 2025.01.08 18:25:55.736609 [ 290 ] {617fb113-9f29-4e06-b1f4-e0bc9cc1b2f3} <Trace> oximeter.fields_ipaddr (a146431f-2326-4c8f-a3c3-fb5a4b690f62): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6097 2025.01.08 18:25:55.736685 [ 290 ] {617fb113-9f29-4e06-b1f4-e0bc9cc1b2f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
6098 2025.01.08 18:25:55.737807 [ 290 ] {617fb113-9f29-4e06-b1f4-e0bc9cc1b2f3} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
6099 2025.01.08 18:25:55.738202 [ 198 ] {3fec6173-3e69-4314-b82a-beabd4844532::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004692683 sec., 14916.839684248864 rows/sec., 1.11 MiB/sec.
6100 2025.01.08 18:25:55.738369 [ 290 ] {617fb113-9f29-4e06-b1f4-e0bc9cc1b2f3} <Trace> oximeter.fields_ipaddr (a146431f-2326-4c8f-a3c3-fb5a4b690f62): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6101 2025.01.08 18:25:55.738432 [ 191 ] {3fec6173-3e69-4314-b82a-beabd4844532::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary)
6102 2025.01.08 18:25:55.738952 [ 290 ] {617fb113-9f29-4e06-b1f4-e0bc9cc1b2f3} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.005068 sec., 394.63299131807423 rows/sec., 32.18 KiB/sec.
6103 2025.01.08 18:25:55.739151 [ 290 ] {617fb113-9f29-4e06-b1f4-e0bc9cc1b2f3} <Debug> TCPHandler: Processed in 0.005619267 sec.
6104 2025.01.08 18:25:55.739161 [ 191 ] {3fec6173-3e69-4314-b82a-beabd4844532::all_1_21_5} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6105 2025.01.08 18:25:55.739319 [ 191 ] {3fec6173-3e69-4314-b82a-beabd4844532::all_1_21_5} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5
6106 2025.01.08 18:25:55.739404 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6107 2025.01.08 18:25:55.739421 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
6108 2025.01.08 18:25:55.739532 [ 284 ] {51b3bc38-23a0-4939-b524-8c5e08780115} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6109 2025.01.08 18:25:55.739583 [ 284 ] {51b3bc38-23a0-4939-b524-8c5e08780115} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6110 2025.01.08 18:25:55.740946 [ 284 ] {51b3bc38-23a0-4939-b524-8c5e08780115} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6111 2025.01.08 18:25:55.740990 [ 284 ] {51b3bc38-23a0-4939-b524-8c5e08780115} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
6112 2025.01.08 18:25:55.741459 [ 284 ] {51b3bc38-23a0-4939-b524-8c5e08780115} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
6113 2025.01.08 18:25:55.741721 [ 284 ] {51b3bc38-23a0-4939-b524-8c5e08780115} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6114 2025.01.08 18:25:55.741962 [ 284 ] {51b3bc38-23a0-4939-b524-8c5e08780115} <Debug> executeQuery: Read 1394 rows, 119.85 KiB in 0.002453 sec., 568283.7342030167 rows/sec., 47.71 MiB/sec.
6115 2025.01.08 18:25:55.742041 [ 284 ] {51b3bc38-23a0-4939-b524-8c5e08780115} <Debug> TCPHandler: Processed in 0.002717801 sec.
6116 2025.01.08 18:25:55.742264 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6117 2025.01.08 18:25:55.742410 [ 290 ] {ef553681-e612-46b0-a3fb-fdb5faebd0d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6118 2025.01.08 18:25:55.742467 [ 290 ] {ef553681-e612-46b0-a3fb-fdb5faebd0d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6119 2025.01.08 18:25:55.743161 [ 290 ] {ef553681-e612-46b0-a3fb-fdb5faebd0d2} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6120 2025.01.08 18:25:55.743205 [ 290 ] {ef553681-e612-46b0-a3fb-fdb5faebd0d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
6121 2025.01.08 18:25:55.743614 [ 290 ] {ef553681-e612-46b0-a3fb-fdb5faebd0d2} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
6122 2025.01.08 18:25:55.743876 [ 290 ] {ef553681-e612-46b0-a3fb-fdb5faebd0d2} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6123 2025.01.08 18:25:55.744140 [ 290 ] {ef553681-e612-46b0-a3fb-fdb5faebd0d2} <Debug> executeQuery: Read 49 rows, 3.60 KiB in 0.001763 sec., 27793.533749290982 rows/sec., 2.00 MiB/sec.
6124 2025.01.08 18:25:55.744340 [ 290 ] {ef553681-e612-46b0-a3fb-fdb5faebd0d2} <Debug> TCPHandler: Processed in 0.002173137 sec.
6125 2025.01.08 18:25:55.744532 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6126 2025.01.08 18:25:55.744672 [ 284 ] {da6775d8-9671-46de-a4ec-b1643c6e0402} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6127 2025.01.08 18:25:55.744732 [ 284 ] {da6775d8-9671-46de-a4ec-b1643c6e0402} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6128 2025.01.08 18:25:55.745429 [ 284 ] {da6775d8-9671-46de-a4ec-b1643c6e0402} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6129 2025.01.08 18:25:55.745468 [ 284 ] {da6775d8-9671-46de-a4ec-b1643c6e0402} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
6130 2025.01.08 18:25:55.745859 [ 284 ] {da6775d8-9671-46de-a4ec-b1643c6e0402} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
6131 2025.01.08 18:25:55.746105 [ 284 ] {da6775d8-9671-46de-a4ec-b1643c6e0402} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6132 2025.01.08 18:25:55.746318 [ 284 ] {da6775d8-9671-46de-a4ec-b1643c6e0402} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001678 sec., 144219.3087008343 rows/sec., 9.77 MiB/sec.
6133 2025.01.08 18:25:55.746374 [ 284 ] {da6775d8-9671-46de-a4ec-b1643c6e0402} <Debug> TCPHandler: Processed in 0.00190966 sec.
6134 2025.01.08 18:25:55.746525 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6135 2025.01.08 18:25:55.746650 [ 290 ] {17bbfd7c-f10c-4bce-a626-74cb7103a7ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
6136 2025.01.08 18:25:55.746701 [ 290 ] {17bbfd7c-f10c-4bce-a626-74cb7103a7ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6137 2025.01.08 18:25:55.747303 [ 290 ] {17bbfd7c-f10c-4bce-a626-74cb7103a7ba} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6138 2025.01.08 18:25:55.747344 [ 290 ] {17bbfd7c-f10c-4bce-a626-74cb7103a7ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
6139 2025.01.08 18:25:55.747720 [ 290 ] {17bbfd7c-f10c-4bce-a626-74cb7103a7ba} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
6140 2025.01.08 18:25:55.747975 [ 290 ] {17bbfd7c-f10c-4bce-a626-74cb7103a7ba} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6141 2025.01.08 18:25:55.748145 [ 66 ] {} <Debug> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0
6142 2025.01.08 18:25:55.748219 [ 66 ] {} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6143 2025.01.08 18:25:55.748232 [ 290 ] {17bbfd7c-f10c-4bce-a626-74cb7103a7ba} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001597 sec., 8140.2629931120855 rows/sec., 507.54 KiB/sec.
6144 2025.01.08 18:25:55.748261 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
6145 2025.01.08 18:25:55.748387 [ 290 ] {17bbfd7c-f10c-4bce-a626-74cb7103a7ba} <Debug> TCPHandler: Processed in 0.00191282 sec.
6146 2025.01.08 18:25:55.748758 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6147 2025.01.08 18:25:55.748802 [ 200 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::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
6148 2025.01.08 18:25:55.749031 [ 284 ] {604e28c1-8552-40f2-8add-86877fc8d06e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6149 2025.01.08 18:25:55.749126 [ 284 ] {604e28c1-8552-40f2-8add-86877fc8d06e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6150 2025.01.08 18:25:55.749146 [ 200 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6151 2025.01.08 18:25:55.749253 [ 200 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::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
6152 2025.01.08 18:25:55.749533 [ 200 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::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
6153 2025.01.08 18:25:55.749890 [ 200 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::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
6154 2025.01.08 18:25:55.750368 [ 200 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::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
6155 2025.01.08 18:25:55.750784 [ 200 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::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
6156 2025.01.08 18:25:55.752384 [ 284 ] {604e28c1-8552-40f2-8add-86877fc8d06e} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6157 2025.01.08 18:25:55.752460 [ 284 ] {604e28c1-8552-40f2-8add-86877fc8d06e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
6158 2025.01.08 18:25:55.753141 [ 200 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004731934 sec., 13736.455326722646 rows/sec., 910.12 KiB/sec.
6159 2025.01.08 18:25:55.753381 [ 198 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary)
6160 2025.01.08 18:25:55.753480 [ 284 ] {604e28c1-8552-40f2-8add-86877fc8d06e} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
6161 2025.01.08 18:25:55.753947 [ 194 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::all_1_21_5} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6162 2025.01.08 18:25:55.754020 [ 284 ] {604e28c1-8552-40f2-8add-86877fc8d06e} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6163 2025.01.08 18:25:55.754146 [ 194 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::all_1_21_5} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5
6164 2025.01.08 18:25:55.754381 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
6165 2025.01.08 18:25:55.754497 [ 284 ] {604e28c1-8552-40f2-8add-86877fc8d06e} <Debug> executeQuery: Read 844 rows, 62.46 KiB in 0.005519 sec., 152926.25475629643 rows/sec., 11.05 MiB/sec.
6166 2025.01.08 18:25:55.754581 [ 284 ] {604e28c1-8552-40f2-8add-86877fc8d06e} <Debug> TCPHandler: Processed in 0.006075629 sec.
6167 2025.01.08 18:25:55.754735 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6168 2025.01.08 18:25:55.754858 [ 290 ] {c780a998-1be3-4748-929f-9ac6c592d4f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
6169 2025.01.08 18:25:55.754910 [ 290 ] {c780a998-1be3-4748-929f-9ac6c592d4f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6170 2025.01.08 18:25:55.755411 [ 290 ] {c780a998-1be3-4748-929f-9ac6c592d4f8} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6171 2025.01.08 18:25:55.755451 [ 290 ] {c780a998-1be3-4748-929f-9ac6c592d4f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
6172 2025.01.08 18:25:55.755840 [ 290 ] {c780a998-1be3-4748-929f-9ac6c592d4f8} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
6173 2025.01.08 18:25:55.756097 [ 290 ] {c780a998-1be3-4748-929f-9ac6c592d4f8} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6174 2025.01.08 18:25:55.756278 [ 290 ] {c780a998-1be3-4748-929f-9ac6c592d4f8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001447 sec., 4146.51002073255 rows/sec., 216.64 KiB/sec.
6175 2025.01.08 18:25:55.756333 [ 290 ] {c780a998-1be3-4748-929f-9ac6c592d4f8} <Debug> TCPHandler: Processed in 0.001653454 sec.
6176 2025.01.08 18:25:55.756481 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6177 2025.01.08 18:25:55.756599 [ 284 ] {6ee70635-9097-479d-884c-86449138eaa0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6178 2025.01.08 18:25:55.756653 [ 284 ] {6ee70635-9097-479d-884c-86449138eaa0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6179 2025.01.08 18:25:55.757491 [ 284 ] {6ee70635-9097-479d-884c-86449138eaa0} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6180 2025.01.08 18:25:55.757533 [ 284 ] {6ee70635-9097-479d-884c-86449138eaa0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
6181 2025.01.08 18:25:55.758015 [ 284 ] {6ee70635-9097-479d-884c-86449138eaa0} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
6182 2025.01.08 18:25:55.758267 [ 284 ] {6ee70635-9097-479d-884c-86449138eaa0} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6183 2025.01.08 18:25:55.758483 [ 284 ] {6ee70635-9097-479d-884c-86449138eaa0} <Debug> executeQuery: Read 944 rows, 64.18 KiB in 0.00191 sec., 494240.83769633505 rows/sec., 32.81 MiB/sec.
6184 2025.01.08 18:25:55.758539 [ 284 ] {6ee70635-9097-479d-884c-86449138eaa0} <Debug> TCPHandler: Processed in 0.002112985 sec.
6185 2025.01.08 18:25:55.758685 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6186 2025.01.08 18:25:55.758803 [ 290 ] {aa5f4f18-63c9-4e64-bafa-f33b94e3e932} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
6187 2025.01.08 18:25:55.758858 [ 290 ] {aa5f4f18-63c9-4e64-bafa-f33b94e3e932} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6188 2025.01.08 18:25:55.759351 [ 290 ] {aa5f4f18-63c9-4e64-bafa-f33b94e3e932} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6189 2025.01.08 18:25:55.759389 [ 290 ] {aa5f4f18-63c9-4e64-bafa-f33b94e3e932} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
6190 2025.01.08 18:25:55.759780 [ 290 ] {aa5f4f18-63c9-4e64-bafa-f33b94e3e932} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
6191 2025.01.08 18:25:55.760034 [ 290 ] {aa5f4f18-63c9-4e64-bafa-f33b94e3e932} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6192 2025.01.08 18:25:55.760224 [ 290 ] {aa5f4f18-63c9-4e64-bafa-f33b94e3e932} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001446 sec., 691.5629322268327 rows/sec., 46.60 KiB/sec.
6193 2025.01.08 18:25:55.760276 [ 290 ] {aa5f4f18-63c9-4e64-bafa-f33b94e3e932} <Debug> TCPHandler: Processed in 0.001648084 sec.
6194 2025.01.08 18:25:55.760430 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6195 2025.01.08 18:25:55.760545 [ 284 ] {fdeb2912-5ae6-4e63-9958-7563de398013} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6196 2025.01.08 18:25:55.760627 [ 284 ] {fdeb2912-5ae6-4e63-9958-7563de398013} <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
6197 2025.01.08 18:25:55.761841 [ 284 ] {fdeb2912-5ae6-4e63-9958-7563de398013} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6198 2025.01.08 18:25:55.761882 [ 284 ] {fdeb2912-5ae6-4e63-9958-7563de398013} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
6199 2025.01.08 18:25:55.762591 [ 284 ] {fdeb2912-5ae6-4e63-9958-7563de398013} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
6200 2025.01.08 18:25:55.762868 [ 284 ] {fdeb2912-5ae6-4e63-9958-7563de398013} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6201 2025.01.08 18:25:55.763048 [ 65 ] {} <Debug> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
6202 2025.01.08 18:25:55.763119 [ 65 ] {} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6203 2025.01.08 18:25:55.763152 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
6204 2025.01.08 18:25:55.763166 [ 284 ] {fdeb2912-5ae6-4e63-9958-7563de398013} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002636 sec., 15174.506828528074 rows/sec., 27.19 MiB/sec.
6205 2025.01.08 18:25:55.763781 [ 186 ] {e2d038cd-23ef-42ff-ade3-a8c087d70f4f::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
6206 2025.01.08 18:25:55.764017 [ 284 ] {fdeb2912-5ae6-4e63-9958-7563de398013} <Debug> TCPHandler: Processed in 0.003636795 sec.
6207 2025.01.08 18:25:55.764280 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6208 2025.01.08 18:25:55.764568 [ 290 ] {b33dbf48-b1fa-4a21-b5cb-e7c5fa54ff6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6209 2025.01.08 18:25:55.764602 [ 186 ] {e2d038cd-23ef-42ff-ade3-a8c087d70f4f::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6210 2025.01.08 18:25:55.764697 [ 290 ] {b33dbf48-b1fa-4a21-b5cb-e7c5fa54ff6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6211 2025.01.08 18:25:55.764773 [ 186 ] {e2d038cd-23ef-42ff-ade3-a8c087d70f4f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 523 rows starting from the beginning of the part
6212 2025.01.08 18:25:55.765650 [ 186 ] {e2d038cd-23ef-42ff-ade3-a8c087d70f4f::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
6213 2025.01.08 18:25:55.766302 [ 186 ] {e2d038cd-23ef-42ff-ade3-a8c087d70f4f::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
6214 2025.01.08 18:25:55.767066 [ 186 ] {e2d038cd-23ef-42ff-ade3-a8c087d70f4f::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
6215 2025.01.08 18:25:55.767198 [ 290 ] {b33dbf48-b1fa-4a21-b5cb-e7c5fa54ff6b} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6216 2025.01.08 18:25:55.767283 [ 290 ] {b33dbf48-b1fa-4a21-b5cb-e7c5fa54ff6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
6217 2025.01.08 18:25:55.767699 [ 186 ] {e2d038cd-23ef-42ff-ade3-a8c087d70f4f::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
6218 2025.01.08 18:25:55.768364 [ 186 ] {e2d038cd-23ef-42ff-ade3-a8c087d70f4f::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
6219 2025.01.08 18:25:55.769098 [ 290 ] {b33dbf48-b1fa-4a21-b5cb-e7c5fa54ff6b} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
6220 2025.01.08 18:25:55.769545 [ 290 ] {b33dbf48-b1fa-4a21-b5cb-e7c5fa54ff6b} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6221 2025.01.08 18:25:55.770104 [ 290 ] {b33dbf48-b1fa-4a21-b5cb-e7c5fa54ff6b} <Debug> executeQuery: Read 28 rows, 1.61 KiB in 0.005616 sec., 4985.754985754986 rows/sec., 287.27 KiB/sec.
6222 2025.01.08 18:25:55.770285 [ 290 ] {b33dbf48-b1fa-4a21-b5cb-e7c5fa54ff6b} <Debug> TCPHandler: Processed in 0.006157071 sec.
6223 2025.01.08 18:25:55.776322 [ 194 ] {e2d038cd-23ef-42ff-ade3-a8c087d70f4f::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 723 rows, containing 19 columns (19 merged, 0 gathered) in 0.013072461 sec., 55307.1070550526 rows/sec., 99.11 MiB/sec.
6224 2025.01.08 18:25:55.777516 [ 192 ] {e2d038cd-23ef-42ff-ade3-a8c087d70f4f::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
6225 2025.01.08 18:25:55.778007 [ 192 ] {e2d038cd-23ef-42ff-ade3-a8c087d70f4f::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6226 2025.01.08 18:25:55.778102 [ 192 ] {e2d038cd-23ef-42ff-ade3-a8c087d70f4f::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
6227 2025.01.08 18:25:55.778264 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.73 MiB.
6228 2025.01.08 18:25:57.559401 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 876
6229 2025.01.08 18:25:57.563005 [ 242 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6230 2025.01.08 18:25:57.563064 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
6231 2025.01.08 18:25:57.564585 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
6232 2025.01.08 18:25:57.564921 [ 242 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6233 2025.01.08 18:25:57.565567 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 876
6234 2025.01.08 18:25:59.996770 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 14213
6235 2025.01.08 18:25:59.997473 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6236 2025.01.08 18:25:59.997526 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
6237 2025.01.08 18:25:59.998071 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
6238 2025.01.08 18:25:59.998348 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6239 2025.01.08 18:25:59.998579 [ 58 ] {} <Debug> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
6240 2025.01.08 18:25:59.998614 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14213
6241 2025.01.08 18:25:59.998666 [ 58 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6242 2025.01.08 18:25:59.998695 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
6243 2025.01.08 18:25:59.998859 [ 188 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::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
6244 2025.01.08 18:25:59.999026 [ 188 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6245 2025.01.08 18:25:59.999070 [ 188 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::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
6246 2025.01.08 18:25:59.999156 [ 188 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 427 rows starting from the beginning of the part
6247 2025.01.08 18:25:59.999240 [ 188 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 488 rows starting from the beginning of the part
6248 2025.01.08 18:25:59.999480 [ 188 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 427 rows starting from the beginning of the part
6249 2025.01.08 18:25:59.999659 [ 188 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 488 rows starting from the beginning of the part
6250 2025.01.08 18:25:59.999774 [ 188 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 427 rows starting from the beginning of the part
6251 2025.01.08 18:26:00.002307 [ 197 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14213 rows, containing 4 columns (4 merged, 0 gathered) in 0.003532793 sec., 4023162.410025156 rows/sec., 57.55 MiB/sec.
6252 2025.01.08 18:26:00.002773 [ 190 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
6253 2025.01.08 18:26:00.003142 [ 190 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::all_1_31_6} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6254 2025.01.08 18:26:00.003252 [ 190 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::all_1_31_6} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
6255 2025.01.08 18:26:00.003373 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.47 MiB.
6256 2025.01.08 18:26:00.423295 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6257 2025.01.08 18:26:00.423576 [ 284 ] {9cd160ad-0cc9-46f8-a81b-db941341c594} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6258 2025.01.08 18:26:00.423690 [ 284 ] {9cd160ad-0cc9-46f8-a81b-db941341c594} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6259 2025.01.08 18:26:00.424617 [ 284 ] {9cd160ad-0cc9-46f8-a81b-db941341c594} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6260 2025.01.08 18:26:00.424659 [ 284 ] {9cd160ad-0cc9-46f8-a81b-db941341c594} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
6261 2025.01.08 18:26:00.425080 [ 284 ] {9cd160ad-0cc9-46f8-a81b-db941341c594} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
6262 2025.01.08 18:26:00.425343 [ 284 ] {9cd160ad-0cc9-46f8-a81b-db941341c594} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6263 2025.01.08 18:26:00.425552 [ 284 ] {9cd160ad-0cc9-46f8-a81b-db941341c594} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.002057 sec., 12639.76665046184 rows/sec., 975.61 KiB/sec.
6264 2025.01.08 18:26:00.425614 [ 284 ] {9cd160ad-0cc9-46f8-a81b-db941341c594} <Debug> TCPHandler: Processed in 0.002501355 sec.
6265 2025.01.08 18:26:00.425884 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6266 2025.01.08 18:26:00.426098 [ 290 ] {d8059733-b6e7-48a8-81b4-acd02438a903} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6267 2025.01.08 18:26:00.426177 [ 290 ] {d8059733-b6e7-48a8-81b4-acd02438a903} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6268 2025.01.08 18:26:00.426929 [ 290 ] {d8059733-b6e7-48a8-81b4-acd02438a903} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6269 2025.01.08 18:26:00.426980 [ 290 ] {d8059733-b6e7-48a8-81b4-acd02438a903} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
6270 2025.01.08 18:26:00.427425 [ 290 ] {d8059733-b6e7-48a8-81b4-acd02438a903} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
6271 2025.01.08 18:26:00.427682 [ 290 ] {d8059733-b6e7-48a8-81b4-acd02438a903} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6272 2025.01.08 18:26:00.427922 [ 290 ] {d8059733-b6e7-48a8-81b4-acd02438a903} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001883 sec., 14869.888475836431 rows/sec., 1.16 MiB/sec.
6273 2025.01.08 18:26:00.427992 [ 290 ] {d8059733-b6e7-48a8-81b4-acd02438a903} <Debug> TCPHandler: Processed in 0.002251129 sec.
6274 2025.01.08 18:26:00.428153 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6275 2025.01.08 18:26:00.428296 [ 284 ] {b09ce47a-3959-4e49-882b-38cb7db62a10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6276 2025.01.08 18:26:00.428362 [ 284 ] {b09ce47a-3959-4e49-882b-38cb7db62a10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6277 2025.01.08 18:26:00.429013 [ 284 ] {b09ce47a-3959-4e49-882b-38cb7db62a10} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6278 2025.01.08 18:26:00.429059 [ 284 ] {b09ce47a-3959-4e49-882b-38cb7db62a10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
6279 2025.01.08 18:26:00.429475 [ 284 ] {b09ce47a-3959-4e49-882b-38cb7db62a10} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
6280 2025.01.08 18:26:00.429733 [ 284 ] {b09ce47a-3959-4e49-882b-38cb7db62a10} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6281 2025.01.08 18:26:00.429919 [ 284 ] {b09ce47a-3959-4e49-882b-38cb7db62a10} <Debug> executeQuery: Read 80 rows, 5.68 KiB in 0.001659 sec., 48221.82037371911 rows/sec., 3.34 MiB/sec.
6282 2025.01.08 18:26:00.429976 [ 284 ] {b09ce47a-3959-4e49-882b-38cb7db62a10} <Debug> TCPHandler: Processed in 0.001886879 sec.
6283 2025.01.08 18:26:00.430162 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6284 2025.01.08 18:26:00.430390 [ 290 ] {b9afcf11-d1ea-4d39-9750-f89f11acafea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6285 2025.01.08 18:26:00.430489 [ 290 ] {b9afcf11-d1ea-4d39-9750-f89f11acafea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6286 2025.01.08 18:26:00.431291 [ 290 ] {b9afcf11-d1ea-4d39-9750-f89f11acafea} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6287 2025.01.08 18:26:00.431331 [ 290 ] {b9afcf11-d1ea-4d39-9750-f89f11acafea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
6288 2025.01.08 18:26:00.431713 [ 290 ] {b9afcf11-d1ea-4d39-9750-f89f11acafea} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
6289 2025.01.08 18:26:00.431977 [ 290 ] {b9afcf11-d1ea-4d39-9750-f89f11acafea} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6290 2025.01.08 18:26:00.432197 [ 290 ] {b9afcf11-d1ea-4d39-9750-f89f11acafea} <Debug> executeQuery: Read 24 rows, 1.68 KiB in 0.001866 sec., 12861.736334405145 rows/sec., 902.25 KiB/sec.
6291 2025.01.08 18:26:00.432251 [ 290 ] {b9afcf11-d1ea-4d39-9750-f89f11acafea} <Debug> TCPHandler: Processed in 0.002183277 sec.
6292 2025.01.08 18:26:00.984293 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 234
6293 2025.01.08 18:26:01.005799 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6294 2025.01.08 18:26:01.005874 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
6295 2025.01.08 18:26:01.013972 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
6296 2025.01.08 18:26:01.015031 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6297 2025.01.08 18:26:01.015485 [ 57 ] {} <Debug> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
6298 2025.01.08 18:26:01.015646 [ 57 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6299 2025.01.08 18:26:01.015722 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
6300 2025.01.08 18:26:01.016040 [ 196 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::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
6301 2025.01.08 18:26:01.029347 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 234
6302 2025.01.08 18:26:01.029725 [ 196 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6303 2025.01.08 18:26:01.030759 [ 196 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::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
6304 2025.01.08 18:26:01.035866 [ 196 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::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
6305 2025.01.08 18:26:01.040721 [ 196 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::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
6306 2025.01.08 18:26:01.046153 [ 196 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::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
6307 2025.01.08 18:26:01.051775 [ 196 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::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
6308 2025.01.08 18:26:01.056428 [ 196 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::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
6309 2025.01.08 18:26:01.118778 [ 187 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.102904948 sec., 2273.9431343962196 rows/sec., 11.76 MiB/sec.
6310 2025.01.08 18:26:01.121777 [ 187 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
6311 2025.01.08 18:26:01.125096 [ 187 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::all_1_31_6} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6312 2025.01.08 18:26:01.125254 [ 187 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::all_1_31_6} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
6313 2025.01.08 18:26:01.127690 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.10 MiB.
6314 2025.01.08 18:26:02.000171 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 201.09 MiB, peak 211.66 MiB, free memory in arenas 0.00 B, will set to 203.04 MiB (RSS), difference: 1.95 MiB
6315 2025.01.08 18:26:05.423907 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6316 2025.01.08 18:26:05.424208 [ 284 ] {272787d2-89da-415d-b0b2-e6df26f477fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6317 2025.01.08 18:26:05.424322 [ 284 ] {272787d2-89da-415d-b0b2-e6df26f477fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6318 2025.01.08 18:26:05.425106 [ 284 ] {272787d2-89da-415d-b0b2-e6df26f477fb} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6319 2025.01.08 18:26:05.425158 [ 284 ] {272787d2-89da-415d-b0b2-e6df26f477fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
6320 2025.01.08 18:26:05.425617 [ 284 ] {272787d2-89da-415d-b0b2-e6df26f477fb} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
6321 2025.01.08 18:26:05.425891 [ 284 ] {272787d2-89da-415d-b0b2-e6df26f477fb} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6322 2025.01.08 18:26:05.426103 [ 52 ] {} <Debug> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
6323 2025.01.08 18:26:05.426179 [ 284 ] {272787d2-89da-415d-b0b2-e6df26f477fb} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.002054 sec., 12658.227848101267 rows/sec., 977.04 KiB/sec.
6324 2025.01.08 18:26:05.426202 [ 52 ] {} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6325 2025.01.08 18:26:05.426278 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
6326 2025.01.08 18:26:05.426332 [ 284 ] {272787d2-89da-415d-b0b2-e6df26f477fb} <Debug> TCPHandler: Processed in 0.002627709 sec.
6327 2025.01.08 18:26:05.426609 [ 199 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::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
6328 2025.01.08 18:26:05.426771 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6329 2025.01.08 18:26:05.427242 [ 199 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6330 2025.01.08 18:26:05.427375 [ 199 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1400 rows starting from the beginning of the part
6331 2025.01.08 18:26:05.427462 [ 290 ] {e2d40600-ea0b-49ec-9cd2-5779535c148d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6332 2025.01.08 18:26:05.427641 [ 199 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 253 rows starting from the beginning of the part
6333 2025.01.08 18:26:05.427705 [ 290 ] {e2d40600-ea0b-49ec-9cd2-5779535c148d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6334 2025.01.08 18:26:05.427966 [ 199 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 26 rows starting from the beginning of the part
6335 2025.01.08 18:26:05.428300 [ 199 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 1394 rows starting from the beginning of the part
6336 2025.01.08 18:26:05.428624 [ 199 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 26 rows starting from the beginning of the part
6337 2025.01.08 18:26:05.428925 [ 199 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 26 rows starting from the beginning of the part
6338 2025.01.08 18:26:05.430730 [ 290 ] {e2d40600-ea0b-49ec-9cd2-5779535c148d} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6339 2025.01.08 18:26:05.430804 [ 290 ] {e2d40600-ea0b-49ec-9cd2-5779535c148d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
6340 2025.01.08 18:26:05.431794 [ 290 ] {e2d40600-ea0b-49ec-9cd2-5779535c148d} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
6341 2025.01.08 18:26:05.432282 [ 290 ] {e2d40600-ea0b-49ec-9cd2-5779535c148d} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6342 2025.01.08 18:26:05.432415 [ 199 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3125 rows, containing 5 columns (5 merged, 0 gathered) in 0.006035267 sec., 517789.8508881214 rows/sec., 45.56 MiB/sec.
6343 2025.01.08 18:26:05.432586 [ 52 ] {} <Debug> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
6344 2025.01.08 18:26:05.432664 [ 52 ] {} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6345 2025.01.08 18:26:05.432744 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
6346 2025.01.08 18:26:05.432752 [ 199 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
6347 2025.01.08 18:26:05.432901 [ 290 ] {e2d40600-ea0b-49ec-9cd2-5779535c148d} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.005566 sec., 5030.542579949695 rows/sec., 401.78 KiB/sec.
6348 2025.01.08 18:26:05.433358 [ 189 ] {fa7e1080-106a-46d6-b087-687f1bf68453::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
6349 2025.01.08 18:26:05.433432 [ 290 ] {e2d40600-ea0b-49ec-9cd2-5779535c148d} <Debug> TCPHandler: Processed in 0.006933761 sec.
6350 2025.01.08 18:26:05.433752 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6351 2025.01.08 18:26:05.434119 [ 199 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_51_10} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6352 2025.01.08 18:26:05.434330 [ 284 ] {d9622b26-af9d-4a45-81b2-7b57d8dc706e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6353 2025.01.08 18:26:05.434413 [ 189 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6354 2025.01.08 18:26:05.434575 [ 189 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 874 rows starting from the beginning of the part
6355 2025.01.08 18:26:05.434619 [ 199 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_51_10} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
6356 2025.01.08 18:26:05.434619 [ 284 ] {d9622b26-af9d-4a45-81b2-7b57d8dc706e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6357 2025.01.08 18:26:05.435041 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB.
6358 2025.01.08 18:26:05.435422 [ 189 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 386 rows starting from the beginning of the part
6359 2025.01.08 18:26:05.435790 [ 189 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 28 rows starting from the beginning of the part
6360 2025.01.08 18:26:05.436132 [ 189 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 844 rows starting from the beginning of the part
6361 2025.01.08 18:26:05.436421 [ 189 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 28 rows starting from the beginning of the part
6362 2025.01.08 18:26:05.436675 [ 189 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 28 rows starting from the beginning of the part
6363 2025.01.08 18:26:05.437655 [ 284 ] {d9622b26-af9d-4a45-81b2-7b57d8dc706e} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6364 2025.01.08 18:26:05.437726 [ 284 ] {d9622b26-af9d-4a45-81b2-7b57d8dc706e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
6365 2025.01.08 18:26:05.438785 [ 284 ] {d9622b26-af9d-4a45-81b2-7b57d8dc706e} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
6366 2025.01.08 18:26:05.439171 [ 284 ] {d9622b26-af9d-4a45-81b2-7b57d8dc706e} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6367 2025.01.08 18:26:05.439432 [ 52 ] {} <Debug> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
6368 2025.01.08 18:26:05.439561 [ 52 ] {} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6369 2025.01.08 18:26:05.439677 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
6370 2025.01.08 18:26:05.439739 [ 284 ] {d9622b26-af9d-4a45-81b2-7b57d8dc706e} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.005605 sec., 17841.21320249777 rows/sec., 1.24 MiB/sec.
6371 2025.01.08 18:26:05.440232 [ 195 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2188 rows, containing 5 columns (5 merged, 0 gathered) in 0.007363422 sec., 297144.4526743137 rows/sec., 22.63 MiB/sec.
6372 2025.01.08 18:26:05.440392 [ 284 ] {d9622b26-af9d-4a45-81b2-7b57d8dc706e} <Debug> TCPHandler: Processed in 0.006803027 sec.
6373 2025.01.08 18:26:05.440805 [ 193 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::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
6374 2025.01.08 18:26:05.440836 [ 191 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
6375 2025.01.08 18:26:05.440967 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6376 2025.01.08 18:26:05.441486 [ 290 ] {7c64113d-1515-4071-968e-5d36fde1ef7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6377 2025.01.08 18:26:05.441577 [ 193 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6378 2025.01.08 18:26:05.441663 [ 290 ] {7c64113d-1515-4071-968e-5d36fde1ef7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6379 2025.01.08 18:26:05.441678 [ 193 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 11767 rows starting from the beginning of the part
6380 2025.01.08 18:26:05.442127 [ 193 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 177 rows starting from the beginning of the part
6381 2025.01.08 18:26:05.442561 [ 192 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_51_10} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6382 2025.01.08 18:26:05.442632 [ 193 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 100 rows starting from the beginning of the part
6383 2025.01.08 18:26:05.443132 [ 193 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 944 rows starting from the beginning of the part
6384 2025.01.08 18:26:05.443158 [ 192 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_51_10} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
6385 2025.01.08 18:26:05.443568 [ 193 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 80 rows starting from the beginning of the part
6386 2025.01.08 18:26:05.443619 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB.
6387 2025.01.08 18:26:05.443838 [ 193 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 100 rows starting from the beginning of the part
6388 2025.01.08 18:26:05.444346 [ 290 ] {7c64113d-1515-4071-968e-5d36fde1ef7c} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6389 2025.01.08 18:26:05.444391 [ 290 ] {7c64113d-1515-4071-968e-5d36fde1ef7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
6390 2025.01.08 18:26:05.444869 [ 290 ] {7c64113d-1515-4071-968e-5d36fde1ef7c} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
6391 2025.01.08 18:26:05.445184 [ 290 ] {7c64113d-1515-4071-968e-5d36fde1ef7c} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6392 2025.01.08 18:26:05.445436 [ 52 ] {} <Debug> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
6393 2025.01.08 18:26:05.445572 [ 52 ] {} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6394 2025.01.08 18:26:05.445663 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
6395 2025.01.08 18:26:05.445666 [ 290 ] {7c64113d-1515-4071-968e-5d36fde1ef7c} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.004347 sec., 6901.311249137336 rows/sec., 484.13 KiB/sec.
6396 2025.01.08 18:26:05.446074 [ 290 ] {7c64113d-1515-4071-968e-5d36fde1ef7c} <Debug> TCPHandler: Processed in 0.005541595 sec.
6397 2025.01.08 18:26:05.446314 [ 192 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::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
6398 2025.01.08 18:26:05.446500 [ 192 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6399 2025.01.08 18:26:05.446537 [ 192 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1612 rows starting from the beginning of the part
6400 2025.01.08 18:26:05.446676 [ 192 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 52 rows starting from the beginning of the part
6401 2025.01.08 18:26:05.446889 [ 192 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::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
6402 2025.01.08 18:26:05.446998 [ 192 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 28 rows starting from the beginning of the part
6403 2025.01.08 18:26:05.447074 [ 192 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 24 rows starting from the beginning of the part
6404 2025.01.08 18:26:05.447461 [ 192 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::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
6405 2025.01.08 18:26:05.449464 [ 198 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 13168 rows, containing 5 columns (5 merged, 0 gathered) in 0.009555819 sec., 1378008.5202534706 rows/sec., 92.30 MiB/sec.
6406 2025.01.08 18:26:05.449782 [ 200 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1776 rows, containing 4 columns (4 merged, 0 gathered) in 0.003957564 sec., 448760.90443515254 rows/sec., 28.92 MiB/sec.
6407 2025.01.08 18:26:05.450076 [ 191 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
6408 2025.01.08 18:26:05.450406 [ 198 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
6409 2025.01.08 18:26:05.450564 [ 191 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_51_10} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6410 2025.01.08 18:26:05.450708 [ 191 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_51_10} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
6411 2025.01.08 18:26:05.450870 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB.
6412 2025.01.08 18:26:05.450997 [ 198 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6413 2025.01.08 18:26:05.451107 [ 198 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
6414 2025.01.08 18:26:05.451224 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.37 MiB.
6415 2025.01.08 18:26:07.353909 [ 50 ] {} <Debug> DNSResolver: Updating DNS cache
6416 2025.01.08 18:26:07.353981 [ 50 ] {} <Debug> DNSResolver: Updated DNS cache
6417 2025.01.08 18:26:07.498748 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 14701
6418 2025.01.08 18:26:07.499407 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6419 2025.01.08 18:26:07.499447 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
6420 2025.01.08 18:26:07.499982 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
6421 2025.01.08 18:26:07.500248 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6422 2025.01.08 18:26:07.500491 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14701
6423 2025.01.08 18:26:07.565847 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 892
6424 2025.01.08 18:26:07.568716 [ 242 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6425 2025.01.08 18:26:07.568768 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
6426 2025.01.08 18:26:07.570270 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
6427 2025.01.08 18:26:07.570628 [ 242 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6428 2025.01.08 18:26:07.571223 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 892
6429 2025.01.08 18:26:08.001347 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000930125 sec.
6430 2025.01.08 18:26:08.529425 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 242
6431 2025.01.08 18:26:08.548399 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6432 2025.01.08 18:26:08.548463 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
6433 2025.01.08 18:26:08.555379 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
6434 2025.01.08 18:26:08.556145 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6435 2025.01.08 18:26:08.559627 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 242
6436 2025.01.08 18:26:10.430794 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6437 2025.01.08 18:26:10.431097 [ 284 ] {48867633-77e6-4f5d-bbab-1bf691b44dd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
6438 2025.01.08 18:26:10.431212 [ 284 ] {48867633-77e6-4f5d-bbab-1bf691b44dd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
6439 2025.01.08 18:26:10.432079 [ 284 ] {48867633-77e6-4f5d-bbab-1bf691b44dd2} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6440 2025.01.08 18:26:10.432125 [ 284 ] {48867633-77e6-4f5d-bbab-1bf691b44dd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
6441 2025.01.08 18:26:10.432577 [ 284 ] {48867633-77e6-4f5d-bbab-1bf691b44dd2} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
6442 2025.01.08 18:26:10.432870 [ 284 ] {48867633-77e6-4f5d-bbab-1bf691b44dd2} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6443 2025.01.08 18:26:10.433100 [ 284 ] {48867633-77e6-4f5d-bbab-1bf691b44dd2} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002082 sec., 6724.303554274736 rows/sec., 484.06 KiB/sec.
6444 2025.01.08 18:26:10.433253 [ 284 ] {48867633-77e6-4f5d-bbab-1bf691b44dd2} <Debug> TCPHandler: Processed in 0.002645789 sec.
6445 2025.01.08 18:26:10.433556 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6446 2025.01.08 18:26:10.433777 [ 290 ] {4398e243-8a44-4e37-b5ef-d3bdb9c8d4e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6447 2025.01.08 18:26:10.433864 [ 290 ] {4398e243-8a44-4e37-b5ef-d3bdb9c8d4e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6448 2025.01.08 18:26:10.434837 [ 290 ] {4398e243-8a44-4e37-b5ef-d3bdb9c8d4e2} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6449 2025.01.08 18:26:10.434892 [ 290 ] {4398e243-8a44-4e37-b5ef-d3bdb9c8d4e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
6450 2025.01.08 18:26:10.435371 [ 290 ] {4398e243-8a44-4e37-b5ef-d3bdb9c8d4e2} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
6451 2025.01.08 18:26:10.435634 [ 290 ] {4398e243-8a44-4e37-b5ef-d3bdb9c8d4e2} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6452 2025.01.08 18:26:10.435909 [ 290 ] {4398e243-8a44-4e37-b5ef-d3bdb9c8d4e2} <Debug> executeQuery: Read 253 rows, 23.21 KiB in 0.002183 sec., 115895.55657352267 rows/sec., 10.38 MiB/sec.
6453 2025.01.08 18:26:10.436038 [ 290 ] {4398e243-8a44-4e37-b5ef-d3bdb9c8d4e2} <Debug> TCPHandler: Processed in 0.00266185 sec.
6454 2025.01.08 18:26:10.436302 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6455 2025.01.08 18:26:10.436460 [ 284 ] {c7b4dcbd-0f9a-4286-98ec-ba1a6c9e8e9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6456 2025.01.08 18:26:10.436521 [ 284 ] {c7b4dcbd-0f9a-4286-98ec-ba1a6c9e8e9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6457 2025.01.08 18:26:10.437251 [ 284 ] {c7b4dcbd-0f9a-4286-98ec-ba1a6c9e8e9a} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6458 2025.01.08 18:26:10.437299 [ 284 ] {c7b4dcbd-0f9a-4286-98ec-ba1a6c9e8e9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
6459 2025.01.08 18:26:10.437708 [ 284 ] {c7b4dcbd-0f9a-4286-98ec-ba1a6c9e8e9a} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
6460 2025.01.08 18:26:10.437960 [ 284 ] {c7b4dcbd-0f9a-4286-98ec-ba1a6c9e8e9a} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6461 2025.01.08 18:26:10.438145 [ 284 ] {c7b4dcbd-0f9a-4286-98ec-ba1a6c9e8e9a} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.001724 sec., 27262.180974477957 rows/sec., 1.96 MiB/sec.
6462 2025.01.08 18:26:10.438200 [ 284 ] {c7b4dcbd-0f9a-4286-98ec-ba1a6c9e8e9a} <Debug> TCPHandler: Processed in 0.002030793 sec.
6463 2025.01.08 18:26:10.438362 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6464 2025.01.08 18:26:10.438508 [ 290 ] {68a14042-5f90-44e2-9605-04b41f2c4bd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6465 2025.01.08 18:26:10.438604 [ 290 ] {68a14042-5f90-44e2-9605-04b41f2c4bd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6466 2025.01.08 18:26:10.439613 [ 290 ] {68a14042-5f90-44e2-9605-04b41f2c4bd5} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6467 2025.01.08 18:26:10.439654 [ 290 ] {68a14042-5f90-44e2-9605-04b41f2c4bd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
6468 2025.01.08 18:26:10.440035 [ 290 ] {68a14042-5f90-44e2-9605-04b41f2c4bd5} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
6469 2025.01.08 18:26:10.440298 [ 290 ] {68a14042-5f90-44e2-9605-04b41f2c4bd5} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6470 2025.01.08 18:26:10.440563 [ 290 ] {68a14042-5f90-44e2-9605-04b41f2c4bd5} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002093 sec., 6688.963210702342 rows/sec., 468.45 KiB/sec.
6471 2025.01.08 18:26:10.440769 [ 290 ] {68a14042-5f90-44e2-9605-04b41f2c4bd5} <Debug> TCPHandler: Processed in 0.002463574 sec.
6472 2025.01.08 18:26:10.441002 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6473 2025.01.08 18:26:10.441159 [ 284 ] {7f3922fd-a392-4c84-99c3-068272359533} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
6474 2025.01.08 18:26:10.441218 [ 284 ] {7f3922fd-a392-4c84-99c3-068272359533} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6475 2025.01.08 18:26:10.441844 [ 284 ] {7f3922fd-a392-4c84-99c3-068272359533} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6476 2025.01.08 18:26:10.441883 [ 284 ] {7f3922fd-a392-4c84-99c3-068272359533} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
6477 2025.01.08 18:26:10.442252 [ 284 ] {7f3922fd-a392-4c84-99c3-068272359533} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
6478 2025.01.08 18:26:10.442495 [ 284 ] {7f3922fd-a392-4c84-99c3-068272359533} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6479 2025.01.08 18:26:10.442719 [ 284 ] {7f3922fd-a392-4c84-99c3-068272359533} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001591 sec., 8170.961659333752 rows/sec., 509.46 KiB/sec.
6480 2025.01.08 18:26:10.442935 [ 284 ] {7f3922fd-a392-4c84-99c3-068272359533} <Debug> TCPHandler: Processed in 0.002054334 sec.
6481 2025.01.08 18:26:10.443120 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6482 2025.01.08 18:26:10.443270 [ 290 ] {65907643-48f7-4cc8-aebf-ea7f340aca74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6483 2025.01.08 18:26:10.443331 [ 290 ] {65907643-48f7-4cc8-aebf-ea7f340aca74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6484 2025.01.08 18:26:10.444086 [ 290 ] {65907643-48f7-4cc8-aebf-ea7f340aca74} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6485 2025.01.08 18:26:10.444127 [ 290 ] {65907643-48f7-4cc8-aebf-ea7f340aca74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
6486 2025.01.08 18:26:10.444540 [ 290 ] {65907643-48f7-4cc8-aebf-ea7f340aca74} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
6487 2025.01.08 18:26:10.444791 [ 290 ] {65907643-48f7-4cc8-aebf-ea7f340aca74} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6488 2025.01.08 18:26:10.445020 [ 290 ] {65907643-48f7-4cc8-aebf-ea7f340aca74} <Debug> executeQuery: Read 386 rows, 28.01 KiB in 0.001779 sec., 216975.82911748174 rows/sec., 15.37 MiB/sec.
6489 2025.01.08 18:26:10.445076 [ 290 ] {65907643-48f7-4cc8-aebf-ea7f340aca74} <Debug> TCPHandler: Processed in 0.002026963 sec.
6490 2025.01.08 18:26:10.445218 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6491 2025.01.08 18:26:10.445358 [ 284 ] {83250546-ca85-4941-b89e-5994e86e70f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
6492 2025.01.08 18:26:10.445420 [ 284 ] {83250546-ca85-4941-b89e-5994e86e70f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6493 2025.01.08 18:26:10.445929 [ 284 ] {83250546-ca85-4941-b89e-5994e86e70f8} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6494 2025.01.08 18:26:10.445969 [ 284 ] {83250546-ca85-4941-b89e-5994e86e70f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
6495 2025.01.08 18:26:10.446430 [ 284 ] {83250546-ca85-4941-b89e-5994e86e70f8} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
6496 2025.01.08 18:26:10.446703 [ 284 ] {83250546-ca85-4941-b89e-5994e86e70f8} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6497 2025.01.08 18:26:10.446990 [ 284 ] {83250546-ca85-4941-b89e-5994e86e70f8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001639 sec., 3660.7687614399024 rows/sec., 191.26 KiB/sec.
6498 2025.01.08 18:26:10.447357 [ 284 ] {83250546-ca85-4941-b89e-5994e86e70f8} <Debug> TCPHandler: Processed in 0.002193397 sec.
6499 2025.01.08 18:26:10.447826 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6500 2025.01.08 18:26:10.447971 [ 290 ] {30760c2f-2d3d-4f63-88a6-90d0cd4e7980} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6501 2025.01.08 18:26:10.448034 [ 290 ] {30760c2f-2d3d-4f63-88a6-90d0cd4e7980} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6502 2025.01.08 18:26:10.448676 [ 290 ] {30760c2f-2d3d-4f63-88a6-90d0cd4e7980} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6503 2025.01.08 18:26:10.448770 [ 290 ] {30760c2f-2d3d-4f63-88a6-90d0cd4e7980} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
6504 2025.01.08 18:26:10.449181 [ 290 ] {30760c2f-2d3d-4f63-88a6-90d0cd4e7980} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
6505 2025.01.08 18:26:10.449433 [ 290 ] {30760c2f-2d3d-4f63-88a6-90d0cd4e7980} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6506 2025.01.08 18:26:10.449636 [ 290 ] {30760c2f-2d3d-4f63-88a6-90d0cd4e7980} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001687 sec., 104919.9762892709 rows/sec., 6.92 MiB/sec.
6507 2025.01.08 18:26:10.449719 [ 290 ] {30760c2f-2d3d-4f63-88a6-90d0cd4e7980} <Debug> TCPHandler: Processed in 0.002173207 sec.
6508 2025.01.08 18:26:10.449936 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6509 2025.01.08 18:26:10.450080 [ 284 ] {17322207-caf1-4caf-81df-2a6f2f3d67ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
6510 2025.01.08 18:26:10.450138 [ 284 ] {17322207-caf1-4caf-81df-2a6f2f3d67ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6511 2025.01.08 18:26:10.450649 [ 284 ] {17322207-caf1-4caf-81df-2a6f2f3d67ad} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6512 2025.01.08 18:26:10.450686 [ 284 ] {17322207-caf1-4caf-81df-2a6f2f3d67ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
6513 2025.01.08 18:26:10.451069 [ 284 ] {17322207-caf1-4caf-81df-2a6f2f3d67ad} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
6514 2025.01.08 18:26:10.451303 [ 284 ] {17322207-caf1-4caf-81df-2a6f2f3d67ad} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6515 2025.01.08 18:26:10.451578 [ 284 ] {17322207-caf1-4caf-81df-2a6f2f3d67ad} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001521 sec., 657.4621959237344 rows/sec., 44.30 KiB/sec.
6516 2025.01.08 18:26:10.451911 [ 284 ] {17322207-caf1-4caf-81df-2a6f2f3d67ad} <Debug> TCPHandler: Processed in 0.002071194 sec.
6517 2025.01.08 18:26:10.452369 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6518 2025.01.08 18:26:10.452504 [ 290 ] {7426edc7-1252-4042-87fd-eacf59565e49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6519 2025.01.08 18:26:10.452588 [ 290 ] {7426edc7-1252-4042-87fd-eacf59565e49} <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
6520 2025.01.08 18:26:10.453763 [ 290 ] {7426edc7-1252-4042-87fd-eacf59565e49} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6521 2025.01.08 18:26:10.453803 [ 290 ] {7426edc7-1252-4042-87fd-eacf59565e49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
6522 2025.01.08 18:26:10.454484 [ 290 ] {7426edc7-1252-4042-87fd-eacf59565e49} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
6523 2025.01.08 18:26:10.454750 [ 290 ] {7426edc7-1252-4042-87fd-eacf59565e49} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6524 2025.01.08 18:26:10.455025 [ 290 ] {7426edc7-1252-4042-87fd-eacf59565e49} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002536 sec., 15772.870662460567 rows/sec., 28.26 MiB/sec.
6525 2025.01.08 18:26:10.455578 [ 290 ] {7426edc7-1252-4042-87fd-eacf59565e49} <Debug> TCPHandler: Processed in 0.003554343 sec.
6526 2025.01.08 18:26:10.455816 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6527 2025.01.08 18:26:10.456037 [ 284 ] {03cef4bc-f3c6-4ad7-ac02-84b5109e6d6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6528 2025.01.08 18:26:10.456127 [ 284 ] {03cef4bc-f3c6-4ad7-ac02-84b5109e6d6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6529 2025.01.08 18:26:10.456781 [ 284 ] {03cef4bc-f3c6-4ad7-ac02-84b5109e6d6c} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6530 2025.01.08 18:26:10.456821 [ 284 ] {03cef4bc-f3c6-4ad7-ac02-84b5109e6d6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB.
6531 2025.01.08 18:26:10.457189 [ 284 ] {03cef4bc-f3c6-4ad7-ac02-84b5109e6d6c} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
6532 2025.01.08 18:26:10.457423 [ 284 ] {03cef4bc-f3c6-4ad7-ac02-84b5109e6d6c} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6533 2025.01.08 18:26:10.457630 [ 284 ] {03cef4bc-f3c6-4ad7-ac02-84b5109e6d6c} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001649 sec., 31534.263189812005 rows/sec., 1.95 MiB/sec.
6534 2025.01.08 18:26:10.457682 [ 284 ] {03cef4bc-f3c6-4ad7-ac02-84b5109e6d6c} <Debug> TCPHandler: Processed in 0.002011662 sec.
6535 2025.01.08 18:26:15.000620 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 15189
6536 2025.01.08 18:26:15.001300 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6537 2025.01.08 18:26:15.001350 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
6538 2025.01.08 18:26:15.001879 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
6539 2025.01.08 18:26:15.002149 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6540 2025.01.08 18:26:15.002446 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15189
6541 2025.01.08 18:26:15.423983 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6542 2025.01.08 18:26:15.424156 [ 284 ] {eb4f3bc1-d6ba-42ce-89f1-c4d500ef7dd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6543 2025.01.08 18:26:15.424224 [ 284 ] {eb4f3bc1-d6ba-42ce-89f1-c4d500ef7dd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6544 2025.01.08 18:26:15.424943 [ 284 ] {eb4f3bc1-d6ba-42ce-89f1-c4d500ef7dd5} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6545 2025.01.08 18:26:15.424993 [ 284 ] {eb4f3bc1-d6ba-42ce-89f1-c4d500ef7dd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
6546 2025.01.08 18:26:15.425394 [ 284 ] {eb4f3bc1-d6ba-42ce-89f1-c4d500ef7dd5} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
6547 2025.01.08 18:26:15.425643 [ 284 ] {eb4f3bc1-d6ba-42ce-89f1-c4d500ef7dd5} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6548 2025.01.08 18:26:15.425872 [ 284 ] {eb4f3bc1-d6ba-42ce-89f1-c4d500ef7dd5} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001766 sec., 14722.536806342016 rows/sec., 1.11 MiB/sec.
6549 2025.01.08 18:26:15.425934 [ 284 ] {eb4f3bc1-d6ba-42ce-89f1-c4d500ef7dd5} <Debug> TCPHandler: Processed in 0.002080595 sec.
6550 2025.01.08 18:26:15.426202 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6551 2025.01.08 18:26:15.426420 [ 290 ] {7c4c5a94-038c-4129-89a4-2492ad1a149d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6552 2025.01.08 18:26:15.426502 [ 290 ] {7c4c5a94-038c-4129-89a4-2492ad1a149d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6553 2025.01.08 18:26:15.427296 [ 290 ] {7c4c5a94-038c-4129-89a4-2492ad1a149d} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6554 2025.01.08 18:26:15.427341 [ 290 ] {7c4c5a94-038c-4129-89a4-2492ad1a149d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
6555 2025.01.08 18:26:15.427765 [ 290 ] {7c4c5a94-038c-4129-89a4-2492ad1a149d} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
6556 2025.01.08 18:26:15.428013 [ 290 ] {7c4c5a94-038c-4129-89a4-2492ad1a149d} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6557 2025.01.08 18:26:15.428236 [ 290 ] {7c4c5a94-038c-4129-89a4-2492ad1a149d} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001877 sec., 14917.421417155036 rows/sec., 1.16 MiB/sec.
6558 2025.01.08 18:26:15.428295 [ 290 ] {7c4c5a94-038c-4129-89a4-2492ad1a149d} <Debug> TCPHandler: Processed in 0.002240559 sec.
6559 2025.01.08 18:26:15.428459 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6560 2025.01.08 18:26:15.428607 [ 284 ] {c9973254-63e0-49a8-b826-d260ccc3a361} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6561 2025.01.08 18:26:15.428672 [ 284 ] {c9973254-63e0-49a8-b826-d260ccc3a361} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6562 2025.01.08 18:26:15.429333 [ 284 ] {c9973254-63e0-49a8-b826-d260ccc3a361} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6563 2025.01.08 18:26:15.429382 [ 284 ] {c9973254-63e0-49a8-b826-d260ccc3a361} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
6564 2025.01.08 18:26:15.429836 [ 284 ] {c9973254-63e0-49a8-b826-d260ccc3a361} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
6565 2025.01.08 18:26:15.430080 [ 284 ] {c9973254-63e0-49a8-b826-d260ccc3a361} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6566 2025.01.08 18:26:15.430322 [ 284 ] {c9973254-63e0-49a8-b826-d260ccc3a361} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.00175 sec., 57142.857142857145 rows/sec., 3.96 MiB/sec.
6567 2025.01.08 18:26:15.430405 [ 284 ] {c9973254-63e0-49a8-b826-d260ccc3a361} <Debug> TCPHandler: Processed in 0.002012713 sec.
6568 2025.01.08 18:26:15.430611 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6569 2025.01.08 18:26:15.430743 [ 290 ] {a2e677d5-7c5c-4c51-9547-7d1a8ad6cf76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6570 2025.01.08 18:26:15.430794 [ 290 ] {a2e677d5-7c5c-4c51-9547-7d1a8ad6cf76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6571 2025.01.08 18:26:15.431287 [ 290 ] {a2e677d5-7c5c-4c51-9547-7d1a8ad6cf76} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6572 2025.01.08 18:26:15.431325 [ 290 ] {a2e677d5-7c5c-4c51-9547-7d1a8ad6cf76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
6573 2025.01.08 18:26:15.431717 [ 290 ] {a2e677d5-7c5c-4c51-9547-7d1a8ad6cf76} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
6574 2025.01.08 18:26:15.431965 [ 290 ] {a2e677d5-7c5c-4c51-9547-7d1a8ad6cf76} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6575 2025.01.08 18:26:15.432183 [ 290 ] {a2e677d5-7c5c-4c51-9547-7d1a8ad6cf76} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001464 sec., 20491.803278688523 rows/sec., 1.40 MiB/sec.
6576 2025.01.08 18:26:15.432234 [ 290 ] {a2e677d5-7c5c-4c51-9547-7d1a8ad6cf76} <Debug> TCPHandler: Processed in 0.001718604 sec.
6577 2025.01.08 18:26:16.059690 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 249
6578 2025.01.08 18:26:16.079166 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6579 2025.01.08 18:26:16.079226 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
6580 2025.01.08 18:26:16.086808 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
6581 2025.01.08 18:26:16.087600 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6582 2025.01.08 18:26:16.090823 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 249
6583 2025.01.08 18:26:17.571360 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 922
6584 2025.01.08 18:26:17.574410 [ 242 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6585 2025.01.08 18:26:17.574458 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
6586 2025.01.08 18:26:17.575969 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
6587 2025.01.08 18:26:17.576283 [ 242 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6588 2025.01.08 18:26:17.577971 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 922
6589 2025.01.08 18:26:20.430221 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6590 2025.01.08 18:26:20.430421 [ 284 ] {4ff21952-ecc7-4146-ab62-e8cc2f7e445b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
6591 2025.01.08 18:26:20.430498 [ 284 ] {4ff21952-ecc7-4146-ab62-e8cc2f7e445b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
6592 2025.01.08 18:26:20.431285 [ 284 ] {4ff21952-ecc7-4146-ab62-e8cc2f7e445b} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6593 2025.01.08 18:26:20.431341 [ 284 ] {4ff21952-ecc7-4146-ab62-e8cc2f7e445b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
6594 2025.01.08 18:26:20.431788 [ 284 ] {4ff21952-ecc7-4146-ab62-e8cc2f7e445b} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
6595 2025.01.08 18:26:20.432056 [ 284 ] {4ff21952-ecc7-4146-ab62-e8cc2f7e445b} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6596 2025.01.08 18:26:20.432313 [ 284 ] {4ff21952-ecc7-4146-ab62-e8cc2f7e445b} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001947 sec., 7190.54956343092 rows/sec., 517.62 KiB/sec.
6597 2025.01.08 18:26:20.432384 [ 284 ] {4ff21952-ecc7-4146-ab62-e8cc2f7e445b} <Debug> TCPHandler: Processed in 0.00229736 sec.
6598 2025.01.08 18:26:20.432650 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6599 2025.01.08 18:26:20.432851 [ 290 ] {2eb8d51c-0418-48f9-9f54-0843581a3fdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6600 2025.01.08 18:26:20.432931 [ 290 ] {2eb8d51c-0418-48f9-9f54-0843581a3fdb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6601 2025.01.08 18:26:20.433827 [ 290 ] {2eb8d51c-0418-48f9-9f54-0843581a3fdb} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6602 2025.01.08 18:26:20.433884 [ 290 ] {2eb8d51c-0418-48f9-9f54-0843581a3fdb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
6603 2025.01.08 18:26:20.434364 [ 290 ] {2eb8d51c-0418-48f9-9f54-0843581a3fdb} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
6604 2025.01.08 18:26:20.434629 [ 290 ] {2eb8d51c-0418-48f9-9f54-0843581a3fdb} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6605 2025.01.08 18:26:20.434925 [ 290 ] {2eb8d51c-0418-48f9-9f54-0843581a3fdb} <Debug> executeQuery: Read 253 rows, 23.21 KiB in 0.002118 sec., 119452.313503305 rows/sec., 10.70 MiB/sec.
6606 2025.01.08 18:26:20.435024 [ 290 ] {2eb8d51c-0418-48f9-9f54-0843581a3fdb} <Debug> TCPHandler: Processed in 0.002517165 sec.
6607 2025.01.08 18:26:20.435312 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6608 2025.01.08 18:26:20.435563 [ 284 ] {9bb9ba9a-ae7a-4734-bd0a-7798913f9a34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6609 2025.01.08 18:26:20.435659 [ 284 ] {9bb9ba9a-ae7a-4734-bd0a-7798913f9a34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6610 2025.01.08 18:26:20.436379 [ 284 ] {9bb9ba9a-ae7a-4734-bd0a-7798913f9a34} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6611 2025.01.08 18:26:20.436421 [ 284 ] {9bb9ba9a-ae7a-4734-bd0a-7798913f9a34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
6612 2025.01.08 18:26:20.436788 [ 284 ] {9bb9ba9a-ae7a-4734-bd0a-7798913f9a34} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
6613 2025.01.08 18:26:20.437035 [ 284 ] {9bb9ba9a-ae7a-4734-bd0a-7798913f9a34} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6614 2025.01.08 18:26:20.437247 [ 284 ] {9bb9ba9a-ae7a-4734-bd0a-7798913f9a34} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.001745 sec., 26934.097421203438 rows/sec., 1.94 MiB/sec.
6615 2025.01.08 18:26:20.437303 [ 284 ] {9bb9ba9a-ae7a-4734-bd0a-7798913f9a34} <Debug> TCPHandler: Processed in 0.002169747 sec.
6616 2025.01.08 18:26:20.437455 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6617 2025.01.08 18:26:20.437581 [ 290 ] {8ac2eabe-2285-420e-bee1-ecd6f81c57f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6618 2025.01.08 18:26:20.437637 [ 290 ] {8ac2eabe-2285-420e-bee1-ecd6f81c57f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6619 2025.01.08 18:26:20.438226 [ 290 ] {8ac2eabe-2285-420e-bee1-ecd6f81c57f5} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6620 2025.01.08 18:26:20.438268 [ 290 ] {8ac2eabe-2285-420e-bee1-ecd6f81c57f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
6621 2025.01.08 18:26:20.438641 [ 290 ] {8ac2eabe-2285-420e-bee1-ecd6f81c57f5} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
6622 2025.01.08 18:26:20.438907 [ 290 ] {8ac2eabe-2285-420e-bee1-ecd6f81c57f5} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6623 2025.01.08 18:26:20.439189 [ 290 ] {8ac2eabe-2285-420e-bee1-ecd6f81c57f5} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001636 sec., 8557.457212713936 rows/sec., 599.31 KiB/sec.
6624 2025.01.08 18:26:20.439390 [ 290 ] {8ac2eabe-2285-420e-bee1-ecd6f81c57f5} <Debug> TCPHandler: Processed in 0.001991942 sec.
6625 2025.01.08 18:26:20.439572 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6626 2025.01.08 18:26:20.439712 [ 284 ] {31423c95-b096-4dce-ad20-10e4d2f77677} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
6627 2025.01.08 18:26:20.439769 [ 284 ] {31423c95-b096-4dce-ad20-10e4d2f77677} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6628 2025.01.08 18:26:20.440362 [ 284 ] {31423c95-b096-4dce-ad20-10e4d2f77677} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6629 2025.01.08 18:26:20.440402 [ 284 ] {31423c95-b096-4dce-ad20-10e4d2f77677} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
6630 2025.01.08 18:26:20.440756 [ 284 ] {31423c95-b096-4dce-ad20-10e4d2f77677} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
6631 2025.01.08 18:26:20.441009 [ 284 ] {31423c95-b096-4dce-ad20-10e4d2f77677} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6632 2025.01.08 18:26:20.441262 [ 284 ] {31423c95-b096-4dce-ad20-10e4d2f77677} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001573 sec., 8264.462809917355 rows/sec., 515.29 KiB/sec.
6633 2025.01.08 18:26:20.441338 [ 284 ] {31423c95-b096-4dce-ad20-10e4d2f77677} <Debug> TCPHandler: Processed in 0.001848748 sec.
6634 2025.01.08 18:26:20.441630 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6635 2025.01.08 18:26:20.441859 [ 290 ] {65bdec93-cd6e-45e0-9377-6f09991925df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6636 2025.01.08 18:26:20.441941 [ 290 ] {65bdec93-cd6e-45e0-9377-6f09991925df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6637 2025.01.08 18:26:20.442661 [ 290 ] {65bdec93-cd6e-45e0-9377-6f09991925df} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6638 2025.01.08 18:26:20.442703 [ 290 ] {65bdec93-cd6e-45e0-9377-6f09991925df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
6639 2025.01.08 18:26:20.443093 [ 290 ] {65bdec93-cd6e-45e0-9377-6f09991925df} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
6640 2025.01.08 18:26:20.443342 [ 290 ] {65bdec93-cd6e-45e0-9377-6f09991925df} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6641 2025.01.08 18:26:20.443564 [ 290 ] {65bdec93-cd6e-45e0-9377-6f09991925df} <Debug> executeQuery: Read 386 rows, 28.01 KiB in 0.001762 sec., 219069.23950056755 rows/sec., 15.52 MiB/sec.
6642 2025.01.08 18:26:20.443621 [ 290 ] {65bdec93-cd6e-45e0-9377-6f09991925df} <Debug> TCPHandler: Processed in 0.002168577 sec.
6643 2025.01.08 18:26:20.443759 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6644 2025.01.08 18:26:20.443897 [ 284 ] {c6c460be-f0c7-4751-a78e-7db8750b021b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
6645 2025.01.08 18:26:20.443989 [ 284 ] {c6c460be-f0c7-4751-a78e-7db8750b021b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6646 2025.01.08 18:26:20.444860 [ 284 ] {c6c460be-f0c7-4751-a78e-7db8750b021b} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6647 2025.01.08 18:26:20.444922 [ 284 ] {c6c460be-f0c7-4751-a78e-7db8750b021b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
6648 2025.01.08 18:26:20.445291 [ 284 ] {c6c460be-f0c7-4751-a78e-7db8750b021b} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
6649 2025.01.08 18:26:20.445536 [ 284 ] {c6c460be-f0c7-4751-a78e-7db8750b021b} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6650 2025.01.08 18:26:20.445797 [ 284 ] {c6c460be-f0c7-4751-a78e-7db8750b021b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001945 sec., 3084.832904884319 rows/sec., 161.17 KiB/sec.
6651 2025.01.08 18:26:20.445992 [ 284 ] {c6c460be-f0c7-4751-a78e-7db8750b021b} <Debug> TCPHandler: Processed in 0.002285149 sec.
6652 2025.01.08 18:26:20.446262 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6653 2025.01.08 18:26:20.446486 [ 290 ] {c76c9210-a29c-406b-92bf-03120bae5c41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6654 2025.01.08 18:26:20.446587 [ 290 ] {c76c9210-a29c-406b-92bf-03120bae5c41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6655 2025.01.08 18:26:20.447327 [ 290 ] {c76c9210-a29c-406b-92bf-03120bae5c41} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6656 2025.01.08 18:26:20.447368 [ 290 ] {c76c9210-a29c-406b-92bf-03120bae5c41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
6657 2025.01.08 18:26:20.447775 [ 290 ] {c76c9210-a29c-406b-92bf-03120bae5c41} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
6658 2025.01.08 18:26:20.448037 [ 290 ] {c76c9210-a29c-406b-92bf-03120bae5c41} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6659 2025.01.08 18:26:20.448254 [ 290 ] {c76c9210-a29c-406b-92bf-03120bae5c41} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001824 sec., 97039.47368421052 rows/sec., 6.40 MiB/sec.
6660 2025.01.08 18:26:20.448309 [ 290 ] {c76c9210-a29c-406b-92bf-03120bae5c41} <Debug> TCPHandler: Processed in 0.002208738 sec.
6661 2025.01.08 18:26:20.448461 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6662 2025.01.08 18:26:20.448597 [ 284 ] {06c42716-b765-41c7-a8d9-6b0ecbf009e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
6663 2025.01.08 18:26:20.448656 [ 284 ] {06c42716-b765-41c7-a8d9-6b0ecbf009e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6664 2025.01.08 18:26:20.449153 [ 284 ] {06c42716-b765-41c7-a8d9-6b0ecbf009e6} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6665 2025.01.08 18:26:20.449191 [ 284 ] {06c42716-b765-41c7-a8d9-6b0ecbf009e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
6666 2025.01.08 18:26:20.449548 [ 284 ] {06c42716-b765-41c7-a8d9-6b0ecbf009e6} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
6667 2025.01.08 18:26:20.449787 [ 284 ] {06c42716-b765-41c7-a8d9-6b0ecbf009e6} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6668 2025.01.08 18:26:20.449951 [ 32 ] {} <Debug> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc) (MergerMutator): Selected 6 parts from all_1_18_4 to all_23_23_0
6669 2025.01.08 18:26:20.450017 [ 284 ] {06c42716-b765-41c7-a8d9-6b0ecbf009e6} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001447 sec., 691.0850034554251 rows/sec., 46.57 KiB/sec.
6670 2025.01.08 18:26:20.450034 [ 32 ] {} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6671 2025.01.08 18:26:20.450106 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
6672 2025.01.08 18:26:20.450132 [ 284 ] {06c42716-b765-41c7-a8d9-6b0ecbf009e6} <Debug> TCPHandler: Processed in 0.001740136 sec.
6673 2025.01.08 18:26:20.450476 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6674 2025.01.08 18:26:20.450534 [ 191 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_23_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_18_4 to all_23_23_0 into Compact with storage Full
6675 2025.01.08 18:26:20.451058 [ 290 ] {d9cc17e4-f5a3-49cb-adf7-4c9fe8651df8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6676 2025.01.08 18:26:20.451134 [ 191 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_23_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6677 2025.01.08 18:26:20.451223 [ 191 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_18_4, total 18 rows starting from the beginning of the part
6678 2025.01.08 18:26:20.451259 [ 290 ] {d9cc17e4-f5a3-49cb-adf7-4c9fe8651df8} <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
6679 2025.01.08 18:26:20.451552 [ 191 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part
6680 2025.01.08 18:26:20.451961 [ 191 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1 rows starting from the beginning of the part
6681 2025.01.08 18:26:20.452324 [ 191 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1 rows starting from the beginning of the part
6682 2025.01.08 18:26:20.452635 [ 191 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1 rows starting from the beginning of the part
6683 2025.01.08 18:26:20.452957 [ 191 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1 rows starting from the beginning of the part
6684 2025.01.08 18:26:20.456366 [ 191 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_23_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23 rows, containing 4 columns (4 merged, 0 gathered) in 0.00613608 sec., 3748.321403893039 rows/sec., 252.57 KiB/sec.
6685 2025.01.08 18:26:20.456611 [ 191 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_23_5} <Trace> MergedBlockOutputStream: filled checksums all_1_23_5 (state Temporary)
6686 2025.01.08 18:26:20.457037 [ 290 ] {d9cc17e4-f5a3-49cb-adf7-4c9fe8651df8} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6687 2025.01.08 18:26:20.457111 [ 290 ] {d9cc17e4-f5a3-49cb-adf7-4c9fe8651df8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
6688 2025.01.08 18:26:20.457288 [ 191 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_23_5} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Renaming temporary part tmp_merge_all_1_23_5 to all_1_23_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6689 2025.01.08 18:26:20.457531 [ 191 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_23_5} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc) (MergerMutator): Merged 6 parts: [all_1_18_4, all_23_23_0] -> all_1_23_5
6690 2025.01.08 18:26:20.457659 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB.
6691 2025.01.08 18:26:20.458193 [ 290 ] {d9cc17e4-f5a3-49cb-adf7-4c9fe8651df8} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
6692 2025.01.08 18:26:20.458485 [ 290 ] {d9cc17e4-f5a3-49cb-adf7-4c9fe8651df8} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6693 2025.01.08 18:26:20.458768 [ 290 ] {d9cc17e4-f5a3-49cb-adf7-4c9fe8651df8} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.00783 sec., 5108.556832694763 rows/sec., 9.15 MiB/sec.
6694 2025.01.08 18:26:20.459034 [ 290 ] {d9cc17e4-f5a3-49cb-adf7-4c9fe8651df8} <Debug> TCPHandler: Processed in 0.008791869 sec.
6695 2025.01.08 18:26:20.459200 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6696 2025.01.08 18:26:20.459339 [ 284 ] {4ad76380-e2ae-4372-9878-ffe56ead8a0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6697 2025.01.08 18:26:20.459399 [ 284 ] {4ad76380-e2ae-4372-9878-ffe56ead8a0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6698 2025.01.08 18:26:20.459957 [ 284 ] {4ad76380-e2ae-4372-9878-ffe56ead8a0b} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6699 2025.01.08 18:26:20.459996 [ 284 ] {4ad76380-e2ae-4372-9878-ffe56ead8a0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
6700 2025.01.08 18:26:20.460368 [ 284 ] {4ad76380-e2ae-4372-9878-ffe56ead8a0b} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
6701 2025.01.08 18:26:20.460619 [ 284 ] {4ad76380-e2ae-4372-9878-ffe56ead8a0b} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6702 2025.01.08 18:26:20.460823 [ 284 ] {4ad76380-e2ae-4372-9878-ffe56ead8a0b} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001514 sec., 34346.10303830911 rows/sec., 2.13 MiB/sec.
6703 2025.01.08 18:26:20.460875 [ 284 ] {4ad76380-e2ae-4372-9878-ffe56ead8a0b} <Debug> TCPHandler: Processed in 0.001740755 sec.
6704 2025.01.08 18:26:22.354015 [ 28 ] {} <Debug> DNSResolver: Updating DNS cache
6705 2025.01.08 18:26:22.354083 [ 28 ] {} <Debug> DNSResolver: Updated DNS cache
6706 2025.01.08 18:26:22.502600 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 15616
6707 2025.01.08 18:26:22.503303 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6708 2025.01.08 18:26:22.503354 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
6709 2025.01.08 18:26:22.503941 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
6710 2025.01.08 18:26:22.504206 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6711 2025.01.08 18:26:22.504468 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15616
6712 2025.01.08 18:26:23.590899 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 257
6713 2025.01.08 18:26:23.611903 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6714 2025.01.08 18:26:23.611961 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
6715 2025.01.08 18:26:23.619776 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
6716 2025.01.08 18:26:23.620556 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6717 2025.01.08 18:26:23.623265 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 257
6718 2025.01.08 18:26:25.424008 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6719 2025.01.08 18:26:25.424205 [ 284 ] {564ebfda-5610-4058-a10a-52e4853298cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6720 2025.01.08 18:26:25.424282 [ 284 ] {564ebfda-5610-4058-a10a-52e4853298cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6721 2025.01.08 18:26:25.425055 [ 284 ] {564ebfda-5610-4058-a10a-52e4853298cc} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6722 2025.01.08 18:26:25.425111 [ 284 ] {564ebfda-5610-4058-a10a-52e4853298cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
6723 2025.01.08 18:26:25.425566 [ 284 ] {564ebfda-5610-4058-a10a-52e4853298cc} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
6724 2025.01.08 18:26:25.425836 [ 284 ] {564ebfda-5610-4058-a10a-52e4853298cc} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6725 2025.01.08 18:26:25.426047 [ 284 ] {564ebfda-5610-4058-a10a-52e4853298cc} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001895 sec., 13720.316622691293 rows/sec., 1.03 MiB/sec.
6726 2025.01.08 18:26:25.426115 [ 284 ] {564ebfda-5610-4058-a10a-52e4853298cc} <Debug> TCPHandler: Processed in 0.002245568 sec.
6727 2025.01.08 18:26:25.426389 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6728 2025.01.08 18:26:25.426592 [ 290 ] {d91bfd99-1aaa-4da0-af8e-ee13343a17ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6729 2025.01.08 18:26:25.426672 [ 290 ] {d91bfd99-1aaa-4da0-af8e-ee13343a17ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6730 2025.01.08 18:26:25.427456 [ 290 ] {d91bfd99-1aaa-4da0-af8e-ee13343a17ef} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6731 2025.01.08 18:26:25.427512 [ 290 ] {d91bfd99-1aaa-4da0-af8e-ee13343a17ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
6732 2025.01.08 18:26:25.427970 [ 290 ] {d91bfd99-1aaa-4da0-af8e-ee13343a17ef} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
6733 2025.01.08 18:26:25.428228 [ 290 ] {d91bfd99-1aaa-4da0-af8e-ee13343a17ef} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6734 2025.01.08 18:26:25.428470 [ 290 ] {d91bfd99-1aaa-4da0-af8e-ee13343a17ef} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001934 sec., 14477.766287487073 rows/sec., 1.13 MiB/sec.
6735 2025.01.08 18:26:25.428541 [ 290 ] {d91bfd99-1aaa-4da0-af8e-ee13343a17ef} <Debug> TCPHandler: Processed in 0.00229424 sec.
6736 2025.01.08 18:26:25.428712 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6737 2025.01.08 18:26:25.428861 [ 284 ] {2ec0e5d6-1384-4629-890d-fbb43b3a46eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6738 2025.01.08 18:26:25.428930 [ 284 ] {2ec0e5d6-1384-4629-890d-fbb43b3a46eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6739 2025.01.08 18:26:25.429518 [ 284 ] {2ec0e5d6-1384-4629-890d-fbb43b3a46eb} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6740 2025.01.08 18:26:25.429555 [ 284 ] {2ec0e5d6-1384-4629-890d-fbb43b3a46eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
6741 2025.01.08 18:26:25.429963 [ 284 ] {2ec0e5d6-1384-4629-890d-fbb43b3a46eb} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
6742 2025.01.08 18:26:25.430209 [ 284 ] {2ec0e5d6-1384-4629-890d-fbb43b3a46eb} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6743 2025.01.08 18:26:25.430407 [ 284 ] {2ec0e5d6-1384-4629-890d-fbb43b3a46eb} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001584 sec., 63131.31313131314 rows/sec., 4.38 MiB/sec.
6744 2025.01.08 18:26:25.430465 [ 284 ] {2ec0e5d6-1384-4629-890d-fbb43b3a46eb} <Debug> TCPHandler: Processed in 0.001823327 sec.
6745 2025.01.08 18:26:25.430627 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6746 2025.01.08 18:26:25.430756 [ 290 ] {4d3cd442-395f-4a3a-9a94-7ac399312be9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6747 2025.01.08 18:26:25.430815 [ 290 ] {4d3cd442-395f-4a3a-9a94-7ac399312be9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6748 2025.01.08 18:26:25.431328 [ 290 ] {4d3cd442-395f-4a3a-9a94-7ac399312be9} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6749 2025.01.08 18:26:25.431370 [ 290 ] {4d3cd442-395f-4a3a-9a94-7ac399312be9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
6750 2025.01.08 18:26:25.431763 [ 290 ] {4d3cd442-395f-4a3a-9a94-7ac399312be9} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
6751 2025.01.08 18:26:25.432008 [ 290 ] {4d3cd442-395f-4a3a-9a94-7ac399312be9} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6752 2025.01.08 18:26:25.432253 [ 290 ] {4d3cd442-395f-4a3a-9a94-7ac399312be9} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001522 sec., 19710.906701708278 rows/sec., 1.35 MiB/sec.
6753 2025.01.08 18:26:25.432355 [ 290 ] {4d3cd442-395f-4a3a-9a94-7ac399312be9} <Debug> TCPHandler: Processed in 0.001791787 sec.
6754 2025.01.08 18:26:25.734972 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6755 2025.01.08 18:26:25.735171 [ 284 ] {c3077e22-8512-4a2b-80f6-615f09008d35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
6756 2025.01.08 18:26:25.735247 [ 284 ] {c3077e22-8512-4a2b-80f6-615f09008d35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
6757 2025.01.08 18:26:25.736061 [ 284 ] {c3077e22-8512-4a2b-80f6-615f09008d35} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6758 2025.01.08 18:26:25.736117 [ 284 ] {c3077e22-8512-4a2b-80f6-615f09008d35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
6759 2025.01.08 18:26:25.736571 [ 284 ] {c3077e22-8512-4a2b-80f6-615f09008d35} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
6760 2025.01.08 18:26:25.736852 [ 284 ] {c3077e22-8512-4a2b-80f6-615f09008d35} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6761 2025.01.08 18:26:25.737121 [ 284 ] {c3077e22-8512-4a2b-80f6-615f09008d35} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001995 sec., 7017.543859649123 rows/sec., 505.17 KiB/sec.
6762 2025.01.08 18:26:25.737248 [ 284 ] {c3077e22-8512-4a2b-80f6-615f09008d35} <Debug> TCPHandler: Processed in 0.002407833 sec.
6763 2025.01.08 18:26:25.737560 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6764 2025.01.08 18:26:25.737765 [ 290 ] {97a1632e-ca3e-4e03-b02f-17674be41b24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
6765 2025.01.08 18:26:25.737857 [ 290 ] {97a1632e-ca3e-4e03-b02f-17674be41b24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
6766 2025.01.08 18:26:25.738640 [ 290 ] {97a1632e-ca3e-4e03-b02f-17674be41b24} <Trace> oximeter.fields_ipaddr (a146431f-2326-4c8f-a3c3-fb5a4b690f62): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6767 2025.01.08 18:26:25.738698 [ 290 ] {97a1632e-ca3e-4e03-b02f-17674be41b24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
6768 2025.01.08 18:26:25.739145 [ 290 ] {97a1632e-ca3e-4e03-b02f-17674be41b24} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
6769 2025.01.08 18:26:25.739403 [ 290 ] {97a1632e-ca3e-4e03-b02f-17674be41b24} <Trace> oximeter.fields_ipaddr (a146431f-2326-4c8f-a3c3-fb5a4b690f62): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6770 2025.01.08 18:26:25.739705 [ 290 ] {97a1632e-ca3e-4e03-b02f-17674be41b24} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001985 sec., 6045.340050377835 rows/sec., 492.95 KiB/sec.
6771 2025.01.08 18:26:25.739847 [ 290 ] {97a1632e-ca3e-4e03-b02f-17674be41b24} <Debug> TCPHandler: Processed in 0.002455464 sec.
6772 2025.01.08 18:26:25.740033 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6773 2025.01.08 18:26:25.740180 [ 284 ] {de4ccae5-3f77-4970-97d8-6ea1ff2a3a15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6774 2025.01.08 18:26:25.740241 [ 284 ] {de4ccae5-3f77-4970-97d8-6ea1ff2a3a15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6775 2025.01.08 18:26:25.741522 [ 284 ] {de4ccae5-3f77-4970-97d8-6ea1ff2a3a15} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6776 2025.01.08 18:26:25.741564 [ 284 ] {de4ccae5-3f77-4970-97d8-6ea1ff2a3a15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
6777 2025.01.08 18:26:25.742025 [ 284 ] {de4ccae5-3f77-4970-97d8-6ea1ff2a3a15} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
6778 2025.01.08 18:26:25.742278 [ 284 ] {de4ccae5-3f77-4970-97d8-6ea1ff2a3a15} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6779 2025.01.08 18:26:25.742421 [ 23 ] {} <Debug> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
6780 2025.01.08 18:26:25.742462 [ 23 ] {} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6781 2025.01.08 18:26:25.742471 [ 284 ] {de4ccae5-3f77-4970-97d8-6ea1ff2a3a15} <Debug> executeQuery: Read 1399 rows, 120.22 KiB in 0.002328 sec., 600945.0171821305 rows/sec., 50.43 MiB/sec.
6782 2025.01.08 18:26:25.742487 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
6783 2025.01.08 18:26:25.742568 [ 284 ] {de4ccae5-3f77-4970-97d8-6ea1ff2a3a15} <Debug> TCPHandler: Processed in 0.002603618 sec.
6784 2025.01.08 18:26:25.742803 [ 186 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::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
6785 2025.01.08 18:26:25.742817 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6786 2025.01.08 18:26:25.743101 [ 186 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6787 2025.01.08 18:26:25.743135 [ 290 ] {527df3bd-4e3d-48ce-83bf-c3b513e46551} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6788 2025.01.08 18:26:25.743167 [ 186 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1400 rows starting from the beginning of the part
6789 2025.01.08 18:26:25.743244 [ 290 ] {527df3bd-4e3d-48ce-83bf-c3b513e46551} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6790 2025.01.08 18:26:25.743452 [ 186 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 253 rows starting from the beginning of the part
6791 2025.01.08 18:26:25.743826 [ 186 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 26 rows starting from the beginning of the part
6792 2025.01.08 18:26:25.744067 [ 186 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 253 rows starting from the beginning of the part
6793 2025.01.08 18:26:25.744410 [ 186 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 26 rows starting from the beginning of the part
6794 2025.01.08 18:26:25.744754 [ 186 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 1399 rows starting from the beginning of the part
6795 2025.01.08 18:26:25.746754 [ 290 ] {527df3bd-4e3d-48ce-83bf-c3b513e46551} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6796 2025.01.08 18:26:25.746844 [ 290 ] {527df3bd-4e3d-48ce-83bf-c3b513e46551} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
6797 2025.01.08 18:26:25.747867 [ 290 ] {527df3bd-4e3d-48ce-83bf-c3b513e46551} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
6798 2025.01.08 18:26:25.748440 [ 200 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3357 rows, containing 5 columns (5 merged, 0 gathered) in 0.005835063 sec., 575315.1251323251 rows/sec., 50.89 MiB/sec.
6799 2025.01.08 18:26:25.748463 [ 290 ] {527df3bd-4e3d-48ce-83bf-c3b513e46551} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6800 2025.01.08 18:26:25.748798 [ 200 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
6801 2025.01.08 18:26:25.748944 [ 290 ] {527df3bd-4e3d-48ce-83bf-c3b513e46551} <Debug> executeQuery: Read 59 rows, 4.30 KiB in 0.005895 sec., 10008.481764206956 rows/sec., 729.73 KiB/sec.
6802 2025.01.08 18:26:25.749136 [ 290 ] {527df3bd-4e3d-48ce-83bf-c3b513e46551} <Debug> TCPHandler: Processed in 0.006450448 sec.
6803 2025.01.08 18:26:25.749355 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6804 2025.01.08 18:26:25.749408 [ 200 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_56_11} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6805 2025.01.08 18:26:25.749581 [ 200 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_56_11} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
6806 2025.01.08 18:26:25.749592 [ 284 ] {5a9de36a-8e17-41a5-9626-ee4c8fd2c61d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6807 2025.01.08 18:26:25.749700 [ 284 ] {5a9de36a-8e17-41a5-9626-ee4c8fd2c61d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6808 2025.01.08 18:26:25.749736 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB.
6809 2025.01.08 18:26:25.750497 [ 284 ] {5a9de36a-8e17-41a5-9626-ee4c8fd2c61d} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6810 2025.01.08 18:26:25.750541 [ 284 ] {5a9de36a-8e17-41a5-9626-ee4c8fd2c61d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
6811 2025.01.08 18:26:25.750918 [ 284 ] {5a9de36a-8e17-41a5-9626-ee4c8fd2c61d} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
6812 2025.01.08 18:26:25.751148 [ 284 ] {5a9de36a-8e17-41a5-9626-ee4c8fd2c61d} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6813 2025.01.08 18:26:25.751324 [ 284 ] {5a9de36a-8e17-41a5-9626-ee4c8fd2c61d} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001837 sec., 131736.52694610777 rows/sec., 8.93 MiB/sec.
6814 2025.01.08 18:26:25.751375 [ 284 ] {5a9de36a-8e17-41a5-9626-ee4c8fd2c61d} <Debug> TCPHandler: Processed in 0.002157626 sec.
6815 2025.01.08 18:26:25.751518 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6816 2025.01.08 18:26:25.751638 [ 290 ] {63ac74e7-6a4b-41af-b5f8-46731e6f0e78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
6817 2025.01.08 18:26:25.751689 [ 290 ] {63ac74e7-6a4b-41af-b5f8-46731e6f0e78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6818 2025.01.08 18:26:25.752340 [ 290 ] {63ac74e7-6a4b-41af-b5f8-46731e6f0e78} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6819 2025.01.08 18:26:25.752380 [ 290 ] {63ac74e7-6a4b-41af-b5f8-46731e6f0e78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
6820 2025.01.08 18:26:25.752748 [ 290 ] {63ac74e7-6a4b-41af-b5f8-46731e6f0e78} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
6821 2025.01.08 18:26:25.752990 [ 290 ] {63ac74e7-6a4b-41af-b5f8-46731e6f0e78} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6822 2025.01.08 18:26:25.753252 [ 290 ] {63ac74e7-6a4b-41af-b5f8-46731e6f0e78} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001581 sec., 8222.643896268184 rows/sec., 512.68 KiB/sec.
6823 2025.01.08 18:26:25.753450 [ 290 ] {63ac74e7-6a4b-41af-b5f8-46731e6f0e78} <Debug> TCPHandler: Processed in 0.001948211 sec.
6824 2025.01.08 18:26:25.753634 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6825 2025.01.08 18:26:25.753752 [ 284 ] {308b796d-3c02-4000-85df-37648ccace02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6826 2025.01.08 18:26:25.753802 [ 284 ] {308b796d-3c02-4000-85df-37648ccace02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6827 2025.01.08 18:26:25.754729 [ 284 ] {308b796d-3c02-4000-85df-37648ccace02} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6828 2025.01.08 18:26:25.754769 [ 284 ] {308b796d-3c02-4000-85df-37648ccace02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
6829 2025.01.08 18:26:25.755178 [ 284 ] {308b796d-3c02-4000-85df-37648ccace02} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
6830 2025.01.08 18:26:25.755420 [ 284 ] {308b796d-3c02-4000-85df-37648ccace02} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6831 2025.01.08 18:26:25.755561 [ 23 ] {} <Debug> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
6832 2025.01.08 18:26:25.755600 [ 23 ] {} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6833 2025.01.08 18:26:25.755609 [ 284 ] {308b796d-3c02-4000-85df-37648ccace02} <Debug> executeQuery: Read 854 rows, 63.27 KiB in 0.001879 sec., 454497.07291112293 rows/sec., 32.88 MiB/sec.
6834 2025.01.08 18:26:25.755627 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
6835 2025.01.08 18:26:25.755705 [ 284 ] {308b796d-3c02-4000-85df-37648ccace02} <Debug> TCPHandler: Processed in 0.002157267 sec.
6836 2025.01.08 18:26:25.755908 [ 194 ] {fa7e1080-106a-46d6-b087-687f1bf68453::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
6837 2025.01.08 18:26:25.755946 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6838 2025.01.08 18:26:25.756189 [ 194 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6839 2025.01.08 18:26:25.756210 [ 290 ] {b4aa8865-2a78-4635-9030-f83b19dbbe53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
6840 2025.01.08 18:26:25.756248 [ 194 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 874 rows starting from the beginning of the part
6841 2025.01.08 18:26:25.756329 [ 290 ] {b4aa8865-2a78-4635-9030-f83b19dbbe53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6842 2025.01.08 18:26:25.756509 [ 194 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 386 rows starting from the beginning of the part
6843 2025.01.08 18:26:25.756961 [ 194 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 28 rows starting from the beginning of the part
6844 2025.01.08 18:26:25.757420 [ 194 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 386 rows starting from the beginning of the part
6845 2025.01.08 18:26:25.757783 [ 194 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 28 rows starting from the beginning of the part
6846 2025.01.08 18:26:25.757917 [ 194 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 854 rows starting from the beginning of the part
6847 2025.01.08 18:26:25.758866 [ 290 ] {b4aa8865-2a78-4635-9030-f83b19dbbe53} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6848 2025.01.08 18:26:25.758927 [ 290 ] {b4aa8865-2a78-4635-9030-f83b19dbbe53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
6849 2025.01.08 18:26:25.759910 [ 290 ] {b4aa8865-2a78-4635-9030-f83b19dbbe53} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
6850 2025.01.08 18:26:25.760404 [ 290 ] {b4aa8865-2a78-4635-9030-f83b19dbbe53} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6851 2025.01.08 18:26:25.760666 [ 290 ] {b4aa8865-2a78-4635-9030-f83b19dbbe53} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00455 sec., 1318.6813186813185 rows/sec., 68.90 KiB/sec.
6852 2025.01.08 18:26:25.760842 [ 290 ] {b4aa8865-2a78-4635-9030-f83b19dbbe53} <Debug> TCPHandler: Processed in 0.005034231 sec.
6853 2025.01.08 18:26:25.761142 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6854 2025.01.08 18:26:25.761288 [ 186 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2556 rows, containing 5 columns (5 merged, 0 gathered) in 0.005558505 sec., 459835.8731349527 rows/sec., 34.90 MiB/sec.
6855 2025.01.08 18:26:25.761386 [ 284 ] {aef3980f-1b3a-4432-a4c2-be09c3790133} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6856 2025.01.08 18:26:25.761481 [ 284 ] {aef3980f-1b3a-4432-a4c2-be09c3790133} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6857 2025.01.08 18:26:25.761592 [ 186 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
6858 2025.01.08 18:26:25.762235 [ 186 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_56_11} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6859 2025.01.08 18:26:25.762386 [ 186 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_56_11} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
6860 2025.01.08 18:26:25.762555 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB.
6861 2025.01.08 18:26:25.762833 [ 284 ] {aef3980f-1b3a-4432-a4c2-be09c3790133} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6862 2025.01.08 18:26:25.762877 [ 284 ] {aef3980f-1b3a-4432-a4c2-be09c3790133} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
6863 2025.01.08 18:26:25.763343 [ 284 ] {aef3980f-1b3a-4432-a4c2-be09c3790133} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
6864 2025.01.08 18:26:25.763602 [ 284 ] {aef3980f-1b3a-4432-a4c2-be09c3790133} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6865 2025.01.08 18:26:25.763768 [ 23 ] {} <Debug> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
6866 2025.01.08 18:26:25.763810 [ 23 ] {} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6867 2025.01.08 18:26:25.763837 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
6868 2025.01.08 18:26:25.763852 [ 284 ] {aef3980f-1b3a-4432-a4c2-be09c3790133} <Debug> executeQuery: Read 949 rows, 64.53 KiB in 0.002528 sec., 375395.56962025317 rows/sec., 24.93 MiB/sec.
6869 2025.01.08 18:26:25.764193 [ 284 ] {aef3980f-1b3a-4432-a4c2-be09c3790133} <Debug> TCPHandler: Processed in 0.003231174 sec.
6870 2025.01.08 18:26:25.764236 [ 188 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::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
6871 2025.01.08 18:26:25.764598 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6872 2025.01.08 18:26:25.764747 [ 188 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6873 2025.01.08 18:26:25.764913 [ 188 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 13168 rows starting from the beginning of the part
6874 2025.01.08 18:26:25.765123 [ 290 ] {426fe9d7-6abc-44da-a6c7-e696a118fa96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
6875 2025.01.08 18:26:25.765297 [ 188 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 177 rows starting from the beginning of the part
6876 2025.01.08 18:26:25.765368 [ 290 ] {426fe9d7-6abc-44da-a6c7-e696a118fa96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6877 2025.01.08 18:26:25.765636 [ 188 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 100 rows starting from the beginning of the part
6878 2025.01.08 18:26:25.766077 [ 188 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 177 rows starting from the beginning of the part
6879 2025.01.08 18:26:25.766488 [ 188 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 100 rows starting from the beginning of the part
6880 2025.01.08 18:26:25.766848 [ 188 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 949 rows starting from the beginning of the part
6881 2025.01.08 18:26:25.767790 [ 290 ] {426fe9d7-6abc-44da-a6c7-e696a118fa96} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6882 2025.01.08 18:26:25.767877 [ 290 ] {426fe9d7-6abc-44da-a6c7-e696a118fa96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
6883 2025.01.08 18:26:25.768547 [ 290 ] {426fe9d7-6abc-44da-a6c7-e696a118fa96} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
6884 2025.01.08 18:26:25.768954 [ 290 ] {426fe9d7-6abc-44da-a6c7-e696a118fa96} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6885 2025.01.08 18:26:25.769564 [ 290 ] {426fe9d7-6abc-44da-a6c7-e696a118fa96} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004614 sec., 216.7316861725184 rows/sec., 14.60 KiB/sec.
6886 2025.01.08 18:26:25.769994 [ 290 ] {426fe9d7-6abc-44da-a6c7-e696a118fa96} <Debug> TCPHandler: Processed in 0.005671478 sec.
6887 2025.01.08 18:26:25.770287 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6888 2025.01.08 18:26:25.770594 [ 284 ] {383d9de3-444a-4f3b-8c8d-9ac04daeafe8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6889 2025.01.08 18:26:25.770799 [ 284 ] {383d9de3-444a-4f3b-8c8d-9ac04daeafe8} <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
6890 2025.01.08 18:26:25.772691 [ 284 ] {383d9de3-444a-4f3b-8c8d-9ac04daeafe8} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6891 2025.01.08 18:26:25.772732 [ 284 ] {383d9de3-444a-4f3b-8c8d-9ac04daeafe8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
6892 2025.01.08 18:26:25.773808 [ 284 ] {383d9de3-444a-4f3b-8c8d-9ac04daeafe8} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
6893 2025.01.08 18:26:25.774210 [ 186 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14671 rows, containing 5 columns (5 merged, 0 gathered) in 0.010278538 sec., 1427343.0715535614 rows/sec., 95.56 MiB/sec.
6894 2025.01.08 18:26:25.774378 [ 284 ] {383d9de3-444a-4f3b-8c8d-9ac04daeafe8} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6895 2025.01.08 18:26:25.774675 [ 284 ] {383d9de3-444a-4f3b-8c8d-9ac04daeafe8} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.004199 sec., 9526.077637532746 rows/sec., 17.07 MiB/sec.
6896 2025.01.08 18:26:25.774882 [ 284 ] {383d9de3-444a-4f3b-8c8d-9ac04daeafe8} <Debug> TCPHandler: Processed in 0.004742574 sec.
6897 2025.01.08 18:26:25.774970 [ 186 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
6898 2025.01.08 18:26:25.775084 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6899 2025.01.08 18:26:25.775278 [ 290 ] {1724075e-c825-4a18-a7e8-5e398ce8b679} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6900 2025.01.08 18:26:25.775372 [ 290 ] {1724075e-c825-4a18-a7e8-5e398ce8b679} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6901 2025.01.08 18:26:25.775609 [ 186 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6902 2025.01.08 18:26:25.775862 [ 186 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
6903 2025.01.08 18:26:25.776015 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.77 MiB.
6904 2025.01.08 18:26:25.776259 [ 290 ] {1724075e-c825-4a18-a7e8-5e398ce8b679} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6905 2025.01.08 18:26:25.776303 [ 290 ] {1724075e-c825-4a18-a7e8-5e398ce8b679} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
6906 2025.01.08 18:26:25.776693 [ 290 ] {1724075e-c825-4a18-a7e8-5e398ce8b679} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
6907 2025.01.08 18:26:25.776947 [ 290 ] {1724075e-c825-4a18-a7e8-5e398ce8b679} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6908 2025.01.08 18:26:25.777085 [ 81 ] {} <Debug> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
6909 2025.01.08 18:26:25.777128 [ 81 ] {} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6910 2025.01.08 18:26:25.777138 [ 290 ] {1724075e-c825-4a18-a7e8-5e398ce8b679} <Debug> executeQuery: Read 28 rows, 1.61 KiB in 0.001914 sec., 14629.049111807733 rows/sec., 842.88 KiB/sec.
6911 2025.01.08 18:26:25.777155 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
6912 2025.01.08 18:26:25.777235 [ 290 ] {1724075e-c825-4a18-a7e8-5e398ce8b679} <Debug> TCPHandler: Processed in 0.002236838 sec.
6913 2025.01.08 18:26:25.777311 [ 197 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::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
6914 2025.01.08 18:26:25.777428 [ 197 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6915 2025.01.08 18:26:25.777464 [ 197 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1776 rows starting from the beginning of the part
6916 2025.01.08 18:26:25.777567 [ 197 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 52 rows starting from the beginning of the part
6917 2025.01.08 18:26:25.777785 [ 197 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 30 rows starting from the beginning of the part
6918 2025.01.08 18:26:25.777975 [ 197 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 52 rows starting from the beginning of the part
6919 2025.01.08 18:26:25.778112 [ 197 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 30 rows starting from the beginning of the part
6920 2025.01.08 18:26:25.778302 [ 197 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 28 rows starting from the beginning of the part
6921 2025.01.08 18:26:25.779727 [ 187 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1968 rows, containing 4 columns (4 merged, 0 gathered) in 0.002490125 sec., 790321.7709954319 rows/sec., 50.84 MiB/sec.
6922 2025.01.08 18:26:25.779972 [ 196 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
6923 2025.01.08 18:26:25.780286 [ 196 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_56_11} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6924 2025.01.08 18:26:25.780373 [ 196 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_56_11} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
6925 2025.01.08 18:26:25.780469 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB.
6926 2025.01.08 18:26:27.578262 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 976
6927 2025.01.08 18:26:27.581961 [ 242 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6928 2025.01.08 18:26:27.582022 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
6929 2025.01.08 18:26:27.583540 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
6930 2025.01.08 18:26:27.583857 [ 242 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): 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.08 18:26:27.585179 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 976
6932 2025.01.08 18:26:30.004719 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 16104
6933 2025.01.08 18:26:30.005478 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6934 2025.01.08 18:26:30.005535 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
6935 2025.01.08 18:26:30.006106 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
6936 2025.01.08 18:26:30.006385 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6937 2025.01.08 18:26:30.006657 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16104
6938 2025.01.08 18:26:30.423268 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6939 2025.01.08 18:26:30.423456 [ 284 ] {d7d414b2-7c46-44c7-8478-c38d456e138b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6940 2025.01.08 18:26:30.423527 [ 284 ] {d7d414b2-7c46-44c7-8478-c38d456e138b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6941 2025.01.08 18:26:30.424260 [ 284 ] {d7d414b2-7c46-44c7-8478-c38d456e138b} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6942 2025.01.08 18:26:30.424302 [ 284 ] {d7d414b2-7c46-44c7-8478-c38d456e138b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
6943 2025.01.08 18:26:30.424704 [ 284 ] {d7d414b2-7c46-44c7-8478-c38d456e138b} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
6944 2025.01.08 18:26:30.425023 [ 284 ] {d7d414b2-7c46-44c7-8478-c38d456e138b} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6945 2025.01.08 18:26:30.425242 [ 284 ] {d7d414b2-7c46-44c7-8478-c38d456e138b} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001836 sec., 14161.220043572985 rows/sec., 1.07 MiB/sec.
6946 2025.01.08 18:26:30.425302 [ 284 ] {d7d414b2-7c46-44c7-8478-c38d456e138b} <Debug> TCPHandler: Processed in 0.002162136 sec.
6947 2025.01.08 18:26:30.425586 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6948 2025.01.08 18:26:30.425801 [ 290 ] {3a555eaf-2e09-4e24-9d5c-1b3c5eced878} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6949 2025.01.08 18:26:30.425884 [ 290 ] {3a555eaf-2e09-4e24-9d5c-1b3c5eced878} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6950 2025.01.08 18:26:30.426703 [ 290 ] {3a555eaf-2e09-4e24-9d5c-1b3c5eced878} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6951 2025.01.08 18:26:30.426753 [ 290 ] {3a555eaf-2e09-4e24-9d5c-1b3c5eced878} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
6952 2025.01.08 18:26:30.427204 [ 290 ] {3a555eaf-2e09-4e24-9d5c-1b3c5eced878} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
6953 2025.01.08 18:26:30.427481 [ 290 ] {3a555eaf-2e09-4e24-9d5c-1b3c5eced878} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6954 2025.01.08 18:26:30.427727 [ 290 ] {3a555eaf-2e09-4e24-9d5c-1b3c5eced878} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001986 sec., 14098.690835850957 rows/sec., 1.10 MiB/sec.
6955 2025.01.08 18:26:30.427794 [ 290 ] {3a555eaf-2e09-4e24-9d5c-1b3c5eced878} <Debug> TCPHandler: Processed in 0.002354411 sec.
6956 2025.01.08 18:26:30.427966 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6957 2025.01.08 18:26:30.428104 [ 284 ] {3d0f82f6-5e98-40aa-8e92-b595287b263e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6958 2025.01.08 18:26:30.428166 [ 284 ] {3d0f82f6-5e98-40aa-8e92-b595287b263e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6959 2025.01.08 18:26:30.428734 [ 284 ] {3d0f82f6-5e98-40aa-8e92-b595287b263e} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6960 2025.01.08 18:26:30.428774 [ 284 ] {3d0f82f6-5e98-40aa-8e92-b595287b263e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
6961 2025.01.08 18:26:30.429161 [ 284 ] {3d0f82f6-5e98-40aa-8e92-b595287b263e} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
6962 2025.01.08 18:26:30.429399 [ 284 ] {3d0f82f6-5e98-40aa-8e92-b595287b263e} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6963 2025.01.08 18:26:30.429611 [ 284 ] {3d0f82f6-5e98-40aa-8e92-b595287b263e} <Debug> executeQuery: Read 80 rows, 5.68 KiB in 0.001539 sec., 51981.80636777128 rows/sec., 3.60 MiB/sec.
6964 2025.01.08 18:26:30.429662 [ 284 ] {3d0f82f6-5e98-40aa-8e92-b595287b263e} <Debug> TCPHandler: Processed in 0.001770736 sec.
6965 2025.01.08 18:26:30.429830 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6966 2025.01.08 18:26:30.429981 [ 290 ] {e49641e8-105f-4ba9-9d45-6843862602b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6967 2025.01.08 18:26:30.430046 [ 290 ] {e49641e8-105f-4ba9-9d45-6843862602b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6968 2025.01.08 18:26:30.430589 [ 290 ] {e49641e8-105f-4ba9-9d45-6843862602b6} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6969 2025.01.08 18:26:30.430630 [ 290 ] {e49641e8-105f-4ba9-9d45-6843862602b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
6970 2025.01.08 18:26:30.431027 [ 290 ] {e49641e8-105f-4ba9-9d45-6843862602b6} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
6971 2025.01.08 18:26:30.431279 [ 290 ] {e49641e8-105f-4ba9-9d45-6843862602b6} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6972 2025.01.08 18:26:30.431489 [ 290 ] {e49641e8-105f-4ba9-9d45-6843862602b6} <Debug> executeQuery: Read 24 rows, 1.68 KiB in 0.001545 sec., 15533.980582524273 rows/sec., 1.06 MiB/sec.
6973 2025.01.08 18:26:30.431544 [ 290 ] {e49641e8-105f-4ba9-9d45-6843862602b6} <Debug> TCPHandler: Processed in 0.001783606 sec.
6974 2025.01.08 18:26:31.123430 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 264
6975 2025.01.08 18:26:31.144313 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6976 2025.01.08 18:26:31.144369 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB.
6977 2025.01.08 18:26:31.151991 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
6978 2025.01.08 18:26:31.152788 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6979 2025.01.08 18:26:31.156504 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 264
6980 2025.01.08 18:26:35.424226 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6981 2025.01.08 18:26:35.424431 [ 284 ] {3012f86c-a800-44d7-b5e4-a0a4719c2b5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6982 2025.01.08 18:26:35.424501 [ 284 ] {3012f86c-a800-44d7-b5e4-a0a4719c2b5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6983 2025.01.08 18:26:35.425247 [ 284 ] {3012f86c-a800-44d7-b5e4-a0a4719c2b5e} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6984 2025.01.08 18:26:35.425291 [ 284 ] {3012f86c-a800-44d7-b5e4-a0a4719c2b5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
6985 2025.01.08 18:26:35.425726 [ 284 ] {3012f86c-a800-44d7-b5e4-a0a4719c2b5e} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
6986 2025.01.08 18:26:35.425983 [ 284 ] {3012f86c-a800-44d7-b5e4-a0a4719c2b5e} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6987 2025.01.08 18:26:35.426221 [ 284 ] {3012f86c-a800-44d7-b5e4-a0a4719c2b5e} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001843 sec., 14107.433532284318 rows/sec., 1.06 MiB/sec.
6988 2025.01.08 18:26:35.426277 [ 284 ] {3012f86c-a800-44d7-b5e4-a0a4719c2b5e} <Debug> TCPHandler: Processed in 0.002178257 sec.
6989 2025.01.08 18:26:35.426540 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6990 2025.01.08 18:26:35.426759 [ 290 ] {ef678a3d-d6fb-442a-9ee6-1dc44691472c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6991 2025.01.08 18:26:35.426841 [ 290 ] {ef678a3d-d6fb-442a-9ee6-1dc44691472c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6992 2025.01.08 18:26:35.427685 [ 290 ] {ef678a3d-d6fb-442a-9ee6-1dc44691472c} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6993 2025.01.08 18:26:35.427728 [ 290 ] {ef678a3d-d6fb-442a-9ee6-1dc44691472c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
6994 2025.01.08 18:26:35.428201 [ 290 ] {ef678a3d-d6fb-442a-9ee6-1dc44691472c} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
6995 2025.01.08 18:26:35.428462 [ 290 ] {ef678a3d-d6fb-442a-9ee6-1dc44691472c} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6996 2025.01.08 18:26:35.428673 [ 290 ] {ef678a3d-d6fb-442a-9ee6-1dc44691472c} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001975 sec., 14177.215189873416 rows/sec., 1.11 MiB/sec.
6997 2025.01.08 18:26:35.428728 [ 290 ] {ef678a3d-d6fb-442a-9ee6-1dc44691472c} <Debug> TCPHandler: Processed in 0.002333351 sec.
6998 2025.01.08 18:26:35.428888 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6999 2025.01.08 18:26:35.429005 [ 284 ] {72d1d5f2-9c70-44d4-b0e6-68e56c8640df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7000 2025.01.08 18:26:35.429059 [ 284 ] {72d1d5f2-9c70-44d4-b0e6-68e56c8640df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7001 2025.01.08 18:26:35.429612 [ 284 ] {72d1d5f2-9c70-44d4-b0e6-68e56c8640df} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7002 2025.01.08 18:26:35.429651 [ 284 ] {72d1d5f2-9c70-44d4-b0e6-68e56c8640df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
7003 2025.01.08 18:26:35.430047 [ 284 ] {72d1d5f2-9c70-44d4-b0e6-68e56c8640df} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
7004 2025.01.08 18:26:35.430294 [ 284 ] {72d1d5f2-9c70-44d4-b0e6-68e56c8640df} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7005 2025.01.08 18:26:35.430511 [ 284 ] {72d1d5f2-9c70-44d4-b0e6-68e56c8640df} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001531 sec., 65316.78641410843 rows/sec., 4.53 MiB/sec.
7006 2025.01.08 18:26:35.430563 [ 284 ] {72d1d5f2-9c70-44d4-b0e6-68e56c8640df} <Debug> TCPHandler: Processed in 0.001733715 sec.
7007 2025.01.08 18:26:35.430714 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7008 2025.01.08 18:26:35.430853 [ 290 ] {0f7080a0-5640-4dfc-9038-62a76790f5c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7009 2025.01.08 18:26:35.430914 [ 290 ] {0f7080a0-5640-4dfc-9038-62a76790f5c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7010 2025.01.08 18:26:35.431512 [ 290 ] {0f7080a0-5640-4dfc-9038-62a76790f5c5} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7011 2025.01.08 18:26:35.431557 [ 290 ] {0f7080a0-5640-4dfc-9038-62a76790f5c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
7012 2025.01.08 18:26:35.431957 [ 290 ] {0f7080a0-5640-4dfc-9038-62a76790f5c5} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
7013 2025.01.08 18:26:35.432201 [ 290 ] {0f7080a0-5640-4dfc-9038-62a76790f5c5} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7014 2025.01.08 18:26:35.432389 [ 290 ] {0f7080a0-5640-4dfc-9038-62a76790f5c5} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001569 sec., 19120.458891013383 rows/sec., 1.31 MiB/sec.
7015 2025.01.08 18:26:35.432438 [ 290 ] {0f7080a0-5640-4dfc-9038-62a76790f5c5} <Debug> TCPHandler: Processed in 0.001791707 sec.
7016 2025.01.08 18:26:36.118671 [ 149 ] {} <Debug> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3) (MergerMutator): Selected 5 parts from all_1_20_4 to all_24_24_0
7017 2025.01.08 18:26:36.118745 [ 149 ] {} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7018 2025.01.08 18:26:36.118772 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
7019 2025.01.08 18:26:36.118971 [ 201 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::all_1_24_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_20_4 to all_24_24_0 into Compact with storage Full
7020 2025.01.08 18:26:36.119243 [ 201 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::all_1_24_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7021 2025.01.08 18:26:36.119286 [ 201 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 242 rows starting from the beginning of the part
7022 2025.01.08 18:26:36.119382 [ 201 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 242 rows starting from the beginning of the part
7023 2025.01.08 18:26:36.119658 [ 201 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 14 rows starting from the beginning of the part
7024 2025.01.08 18:26:36.119879 [ 201 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 14 rows starting from the beginning of the part
7025 2025.01.08 18:26:36.120063 [ 201 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 242 rows starting from the beginning of the part
7026 2025.01.08 18:26:36.121303 [ 201 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::all_1_24_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 754 rows, containing 5 columns (5 merged, 0 gathered) in 0.002462055 sec., 306248.2357217853 rows/sec., 21.92 MiB/sec.
7027 2025.01.08 18:26:36.121519 [ 187 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::all_1_24_5} <Trace> MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary)
7028 2025.01.08 18:26:36.121880 [ 187 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::all_1_24_5} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7029 2025.01.08 18:26:36.121968 [ 187 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::all_1_24_5} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3) (MergerMutator): Merged 5 parts: [all_1_20_4, all_24_24_0] -> all_1_24_5
7030 2025.01.08 18:26:36.122067 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB.
7031 2025.01.08 18:26:36.186377 [ 149 ] {} <Debug> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e) (MergerMutator): Selected 5 parts from all_1_20_4 to all_24_24_0
7032 2025.01.08 18:26:36.186437 [ 149 ] {} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7033 2025.01.08 18:26:36.186475 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
7034 2025.01.08 18:26:36.186811 [ 195 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::all_1_24_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_20_4 to all_24_24_0 into Compact with storage Full
7035 2025.01.08 18:26:36.187198 [ 195 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::all_1_24_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7036 2025.01.08 18:26:36.187261 [ 195 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 120 rows starting from the beginning of the part
7037 2025.01.08 18:26:36.187437 [ 195 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part
7038 2025.01.08 18:26:36.187678 [ 195 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part
7039 2025.01.08 18:26:36.187808 [ 195 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part
7040 2025.01.08 18:26:36.187978 [ 195 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part
7041 2025.01.08 18:26:36.189119 [ 193 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::all_1_24_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 144 rows, containing 4 columns (4 merged, 0 gathered) in 0.002545787 sec., 56564.04090365769 rows/sec., 2.89 MiB/sec.
7042 2025.01.08 18:26:36.189291 [ 201 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::all_1_24_5} <Trace> MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary)
7043 2025.01.08 18:26:36.189647 [ 201 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::all_1_24_5} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7044 2025.01.08 18:26:36.189745 [ 201 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::all_1_24_5} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e) (MergerMutator): Merged 5 parts: [all_1_20_4, all_24_24_0] -> all_1_24_5
7045 2025.01.08 18:26:36.189836 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
7046 2025.01.08 18:26:36.804790 [ 147 ] {} <Debug> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a) (MergerMutator): Selected 5 parts from all_1_20_4 to all_24_24_0
7047 2025.01.08 18:26:36.804876 [ 147 ] {} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7048 2025.01.08 18:26:36.804899 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
7049 2025.01.08 18:26:36.805110 [ 189 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::all_1_24_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_20_4 to all_24_24_0 into Compact with storage Full
7050 2025.01.08 18:26:36.805304 [ 189 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::all_1_24_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7051 2025.01.08 18:26:36.805343 [ 189 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 61 rows starting from the beginning of the part
7052 2025.01.08 18:26:36.805424 [ 189 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 49 rows starting from the beginning of the part
7053 2025.01.08 18:26:36.805539 [ 189 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 47 rows starting from the beginning of the part
7054 2025.01.08 18:26:36.805808 [ 189 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 47 rows starting from the beginning of the part
7055 2025.01.08 18:26:36.805886 [ 189 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 59 rows starting from the beginning of the part
7056 2025.01.08 18:26:36.806995 [ 201 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::all_1_24_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 263 rows, containing 5 columns (5 merged, 0 gathered) in 0.002022862 sec., 130013.81211372798 rows/sec., 9.80 MiB/sec.
7057 2025.01.08 18:26:36.807171 [ 201 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::all_1_24_5} <Trace> MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary)
7058 2025.01.08 18:26:36.807514 [ 201 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::all_1_24_5} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7059 2025.01.08 18:26:36.807617 [ 201 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::all_1_24_5} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a) (MergerMutator): Merged 5 parts: [all_1_20_4, all_24_24_0] -> all_1_24_5
7060 2025.01.08 18:26:36.807710 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
7061 2025.01.08 18:26:37.354123 [ 146 ] {} <Debug> DNSResolver: Updating DNS cache
7062 2025.01.08 18:26:37.354179 [ 146 ] {} <Debug> DNSResolver: Updated DNS cache
7063 2025.01.08 18:26:37.506988 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16531
7064 2025.01.08 18:26:37.507642 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7065 2025.01.08 18:26:37.507691 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
7066 2025.01.08 18:26:37.508344 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
7067 2025.01.08 18:26:37.508622 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7068 2025.01.08 18:26:37.508830 [ 144 ] {} <Debug> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
7069 2025.01.08 18:26:37.508904 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16531
7070 2025.01.08 18:26:37.508934 [ 144 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7071 2025.01.08 18:26:37.508966 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
7072 2025.01.08 18:26:37.509110 [ 193 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::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
7073 2025.01.08 18:26:37.509279 [ 193 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7074 2025.01.08 18:26:37.509325 [ 193 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 14213 rows starting from the beginning of the part
7075 2025.01.08 18:26:37.509412 [ 193 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 488 rows starting from the beginning of the part
7076 2025.01.08 18:26:37.509633 [ 193 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::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
7077 2025.01.08 18:26:37.509871 [ 193 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::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
7078 2025.01.08 18:26:37.510037 [ 193 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::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
7079 2025.01.08 18:26:37.510206 [ 193 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::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
7080 2025.01.08 18:26:37.512735 [ 189 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16531 rows, containing 4 columns (4 merged, 0 gathered) in 0.003694276 sec., 4474760.413136431 rows/sec., 64.01 MiB/sec.
7081 2025.01.08 18:26:37.512884 [ 192 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
7082 2025.01.08 18:26:37.513229 [ 192 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::all_1_36_7} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7083 2025.01.08 18:26:37.513320 [ 192 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::all_1_36_7} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
7084 2025.01.08 18:26:37.513437 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.49 MiB.
7085 2025.01.08 18:26:37.585689 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 992
7086 2025.01.08 18:26:37.588521 [ 242 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7087 2025.01.08 18:26:37.588566 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
7088 2025.01.08 18:26:37.590030 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
7089 2025.01.08 18:26:37.590333 [ 242 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7090 2025.01.08 18:26:37.590554 [ 144 ] {} <Debug> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
7091 2025.01.08 18:26:37.590658 [ 144 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7092 2025.01.08 18:26:37.590722 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
7093 2025.01.08 18:26:37.591561 [ 189 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::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
7094 2025.01.08 18:26:37.592426 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 992
7095 2025.01.08 18:26:37.592868 [ 189 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7096 2025.01.08 18:26:37.593032 [ 189 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 822 rows starting from the beginning of the part
7097 2025.01.08 18:26:37.593839 [ 189 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 54 rows starting from the beginning of the part
7098 2025.01.08 18:26:37.594546 [ 189 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 16 rows starting from the beginning of the part
7099 2025.01.08 18:26:37.595208 [ 189 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::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
7100 2025.01.08 18:26:37.595870 [ 189 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 54 rows starting from the beginning of the part
7101 2025.01.08 18:26:37.596502 [ 189 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 16 rows starting from the beginning of the part
7102 2025.01.08 18:26:37.604899 [ 198 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 992 rows, containing 72 columns (72 merged, 0 gathered) in 0.013909133 sec., 71320.0456131953 rows/sec., 56.86 MiB/sec.
7103 2025.01.08 18:26:37.606658 [ 198 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
7104 2025.01.08 18:26:37.607422 [ 198 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::all_1_26_5} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7105 2025.01.08 18:26:37.607503 [ 198 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::all_1_26_5} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
7106 2025.01.08 18:26:37.607804 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.24 MiB.
7107 2025.01.08 18:26:38.656794 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 272
7108 2025.01.08 18:26:38.678692 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7109 2025.01.08 18:26:38.678751 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
7110 2025.01.08 18:26:38.686364 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
7111 2025.01.08 18:26:38.687096 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7112 2025.01.08 18:26:38.687552 [ 145 ] {} <Debug> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
7113 2025.01.08 18:26:38.687693 [ 145 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7114 2025.01.08 18:26:38.687767 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
7115 2025.01.08 18:26:38.688079 [ 192 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::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
7116 2025.01.08 18:26:38.695991 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 272
7117 2025.01.08 18:26:38.697339 [ 192 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7118 2025.01.08 18:26:38.698224 [ 192 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::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
7119 2025.01.08 18:26:38.702604 [ 192 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::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
7120 2025.01.08 18:26:38.707122 [ 192 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::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
7121 2025.01.08 18:26:38.712260 [ 192 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::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
7122 2025.01.08 18:26:38.717694 [ 192 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::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
7123 2025.01.08 18:26:38.722733 [ 192 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::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
7124 2025.01.08 18:26:38.780838 [ 198 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 679 columns (679 merged, 0 gathered) in 0.092924957 sec., 2927.093095130515 rows/sec., 15.14 MiB/sec.
7125 2025.01.08 18:26:38.784064 [ 198 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
7126 2025.01.08 18:26:38.787210 [ 198 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::all_1_36_7} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7127 2025.01.08 18:26:38.787351 [ 198 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::all_1_36_7} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
7128 2025.01.08 18:26:38.789951 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.43 MiB.
7129 2025.01.08 18:26:39.000249 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 206.90 MiB, peak 218.78 MiB, free memory in arenas 0.00 B, will set to 208.91 MiB (RSS), difference: 2.02 MiB
7130 2025.01.08 18:26:40.430840 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7131 2025.01.08 18:26:40.431036 [ 284 ] {4d4c2d3f-5b81-4d33-9a09-2012019e8b41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
7132 2025.01.08 18:26:40.431111 [ 284 ] {4d4c2d3f-5b81-4d33-9a09-2012019e8b41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
7133 2025.01.08 18:26:40.431898 [ 284 ] {4d4c2d3f-5b81-4d33-9a09-2012019e8b41} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7134 2025.01.08 18:26:40.431951 [ 284 ] {4d4c2d3f-5b81-4d33-9a09-2012019e8b41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
7135 2025.01.08 18:26:40.432467 [ 284 ] {4d4c2d3f-5b81-4d33-9a09-2012019e8b41} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
7136 2025.01.08 18:26:40.432751 [ 284 ] {4d4c2d3f-5b81-4d33-9a09-2012019e8b41} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7137 2025.01.08 18:26:40.432912 [ 143 ] {} <Debug> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0
7138 2025.01.08 18:26:40.432960 [ 143 ] {} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7139 2025.01.08 18:26:40.432975 [ 284 ] {4d4c2d3f-5b81-4d33-9a09-2012019e8b41} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001991 sec., 7031.642390758412 rows/sec., 506.18 KiB/sec.
7140 2025.01.08 18:26:40.432985 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
7141 2025.01.08 18:26:40.433111 [ 284 ] {4d4c2d3f-5b81-4d33-9a09-2012019e8b41} <Debug> TCPHandler: Processed in 0.002402522 sec.
7142 2025.01.08 18:26:40.433223 [ 188 ] {3fec6173-3e69-4314-b82a-beabd4844532::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
7143 2025.01.08 18:26:40.433403 [ 188 ] {3fec6173-3e69-4314-b82a-beabd4844532::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7144 2025.01.08 18:26:40.433460 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7145 2025.01.08 18:26:40.433474 [ 188 ] {3fec6173-3e69-4314-b82a-beabd4844532::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
7146 2025.01.08 18:26:40.433707 [ 188 ] {3fec6173-3e69-4314-b82a-beabd4844532::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
7147 2025.01.08 18:26:40.434025 [ 290 ] {9462837b-215c-4fd4-b4d4-8ec7b1448a8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7148 2025.01.08 18:26:40.434035 [ 188 ] {3fec6173-3e69-4314-b82a-beabd4844532::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
7149 2025.01.08 18:26:40.434283 [ 188 ] {3fec6173-3e69-4314-b82a-beabd4844532::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
7150 2025.01.08 18:26:40.434283 [ 290 ] {9462837b-215c-4fd4-b4d4-8ec7b1448a8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7151 2025.01.08 18:26:40.434611 [ 188 ] {3fec6173-3e69-4314-b82a-beabd4844532::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
7152 2025.01.08 18:26:40.437025 [ 290 ] {9462837b-215c-4fd4-b4d4-8ec7b1448a8f} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7153 2025.01.08 18:26:40.437142 [ 290 ] {9462837b-215c-4fd4-b4d4-8ec7b1448a8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
7154 2025.01.08 18:26:40.437237 [ 188 ] {3fec6173-3e69-4314-b82a-beabd4844532::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004134068 sec., 16932.4742602202 rows/sec., 1.25 MiB/sec.
7155 2025.01.08 18:26:40.437447 [ 188 ] {3fec6173-3e69-4314-b82a-beabd4844532::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary)
7156 2025.01.08 18:26:40.438095 [ 290 ] {9462837b-215c-4fd4-b4d4-8ec7b1448a8f} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
7157 2025.01.08 18:26:40.438135 [ 188 ] {3fec6173-3e69-4314-b82a-beabd4844532::all_1_25_6} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7158 2025.01.08 18:26:40.438293 [ 188 ] {3fec6173-3e69-4314-b82a-beabd4844532::all_1_25_6} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6
7159 2025.01.08 18:26:40.438442 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
7160 2025.01.08 18:26:40.438570 [ 290 ] {9462837b-215c-4fd4-b4d4-8ec7b1448a8f} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7161 2025.01.08 18:26:40.438825 [ 290 ] {9462837b-215c-4fd4-b4d4-8ec7b1448a8f} <Debug> executeQuery: Read 253 rows, 23.21 KiB in 0.005058 sec., 50019.77066034006 rows/sec., 4.48 MiB/sec.
7162 2025.01.08 18:26:40.438894 [ 290 ] {9462837b-215c-4fd4-b4d4-8ec7b1448a8f} <Debug> TCPHandler: Processed in 0.005625047 sec.
7163 2025.01.08 18:26:40.439075 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7164 2025.01.08 18:26:40.439241 [ 284 ] {894f67d2-2eef-487e-bd64-3295bb4ca426} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7165 2025.01.08 18:26:40.439306 [ 284 ] {894f67d2-2eef-487e-bd64-3295bb4ca426} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7166 2025.01.08 18:26:40.440046 [ 284 ] {894f67d2-2eef-487e-bd64-3295bb4ca426} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7167 2025.01.08 18:26:40.440085 [ 284 ] {894f67d2-2eef-487e-bd64-3295bb4ca426} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
7168 2025.01.08 18:26:40.440466 [ 284 ] {894f67d2-2eef-487e-bd64-3295bb4ca426} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
7169 2025.01.08 18:26:40.440717 [ 284 ] {894f67d2-2eef-487e-bd64-3295bb4ca426} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7170 2025.01.08 18:26:40.440920 [ 284 ] {894f67d2-2eef-487e-bd64-3295bb4ca426} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.001718 sec., 27357.392316647267 rows/sec., 1.97 MiB/sec.
7171 2025.01.08 18:26:40.441034 [ 284 ] {894f67d2-2eef-487e-bd64-3295bb4ca426} <Debug> TCPHandler: Processed in 0.002028883 sec.
7172 2025.01.08 18:26:40.441229 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7173 2025.01.08 18:26:40.441358 [ 290 ] {a8167c80-67d4-43a5-83d8-ce4d255d97c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
7174 2025.01.08 18:26:40.441410 [ 290 ] {a8167c80-67d4-43a5-83d8-ce4d255d97c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7175 2025.01.08 18:26:40.442011 [ 290 ] {a8167c80-67d4-43a5-83d8-ce4d255d97c5} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7176 2025.01.08 18:26:40.442052 [ 290 ] {a8167c80-67d4-43a5-83d8-ce4d255d97c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
7177 2025.01.08 18:26:40.442436 [ 290 ] {a8167c80-67d4-43a5-83d8-ce4d255d97c5} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
7178 2025.01.08 18:26:40.442685 [ 290 ] {a8167c80-67d4-43a5-83d8-ce4d255d97c5} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7179 2025.01.08 18:26:40.442946 [ 290 ] {a8167c80-67d4-43a5-83d8-ce4d255d97c5} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001605 sec., 8722.741433021807 rows/sec., 610.88 KiB/sec.
7180 2025.01.08 18:26:40.443098 [ 290 ] {a8167c80-67d4-43a5-83d8-ce4d255d97c5} <Debug> TCPHandler: Processed in 0.00193914 sec.
7181 2025.01.08 18:26:40.443326 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7182 2025.01.08 18:26:40.443454 [ 284 ] {f0d9a478-66a3-409a-a2bb-12a3985facbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
7183 2025.01.08 18:26:40.443505 [ 284 ] {f0d9a478-66a3-409a-a2bb-12a3985facbc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
7184 2025.01.08 18:26:40.444113 [ 284 ] {f0d9a478-66a3-409a-a2bb-12a3985facbc} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7185 2025.01.08 18:26:40.444155 [ 284 ] {f0d9a478-66a3-409a-a2bb-12a3985facbc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
7186 2025.01.08 18:26:40.444544 [ 284 ] {f0d9a478-66a3-409a-a2bb-12a3985facbc} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
7187 2025.01.08 18:26:40.444834 [ 284 ] {f0d9a478-66a3-409a-a2bb-12a3985facbc} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7188 2025.01.08 18:26:40.445010 [ 142 ] {} <Debug> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0
7189 2025.01.08 18:26:40.445084 [ 284 ] {f0d9a478-66a3-409a-a2bb-12a3985facbc} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001649 sec., 7883.565797453001 rows/sec., 491.54 KiB/sec.
7190 2025.01.08 18:26:40.445093 [ 142 ] {} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7191 2025.01.08 18:26:40.445166 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
7192 2025.01.08 18:26:40.445219 [ 284 ] {f0d9a478-66a3-409a-a2bb-12a3985facbc} <Debug> TCPHandler: Processed in 0.002008083 sec.
7193 2025.01.08 18:26:40.445437 [ 197 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::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
7194 2025.01.08 18:26:40.445442 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7195 2025.01.08 18:26:40.445591 [ 197 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7196 2025.01.08 18:26:40.445632 [ 197 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::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
7197 2025.01.08 18:26:40.445635 [ 290 ] {8c6bd12c-4ca6-4576-bd9f-6cce5412712b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7198 2025.01.08 18:26:40.445745 [ 290 ] {8c6bd12c-4ca6-4576-bd9f-6cce5412712b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7199 2025.01.08 18:26:40.445847 [ 197 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::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
7200 2025.01.08 18:26:40.446195 [ 197 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::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
7201 2025.01.08 18:26:40.446391 [ 197 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::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
7202 2025.01.08 18:26:40.446613 [ 197 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::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
7203 2025.01.08 18:26:40.447592 [ 290 ] {8c6bd12c-4ca6-4576-bd9f-6cce5412712b} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7204 2025.01.08 18:26:40.447641 [ 290 ] {8c6bd12c-4ca6-4576-bd9f-6cce5412712b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
7205 2025.01.08 18:26:40.448272 [ 194 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.002995508 sec., 21699.157538554395 rows/sec., 1.40 MiB/sec.
7206 2025.01.08 18:26:40.448313 [ 290 ] {8c6bd12c-4ca6-4576-bd9f-6cce5412712b} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
7207 2025.01.08 18:26:40.448498 [ 194 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary)
7208 2025.01.08 18:26:40.448755 [ 290 ] {8c6bd12c-4ca6-4576-bd9f-6cce5412712b} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7209 2025.01.08 18:26:40.449170 [ 194 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::all_1_25_6} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7210 2025.01.08 18:26:40.449180 [ 290 ] {8c6bd12c-4ca6-4576-bd9f-6cce5412712b} <Debug> executeQuery: Read 386 rows, 28.01 KiB in 0.003579 sec., 107851.35512713048 rows/sec., 7.64 MiB/sec.
7211 2025.01.08 18:26:40.449360 [ 290 ] {8c6bd12c-4ca6-4576-bd9f-6cce5412712b} <Debug> TCPHandler: Processed in 0.004023926 sec.
7212 2025.01.08 18:26:40.449390 [ 194 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::all_1_25_6} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6
7213 2025.01.08 18:26:40.449563 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
7214 2025.01.08 18:26:40.449573 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7215 2025.01.08 18:26:40.449699 [ 284 ] {11623a80-f6a2-41ab-b641-cd22b7a89e7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
7216 2025.01.08 18:26:40.449750 [ 284 ] {11623a80-f6a2-41ab-b641-cd22b7a89e7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
7217 2025.01.08 18:26:40.450257 [ 284 ] {11623a80-f6a2-41ab-b641-cd22b7a89e7a} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7218 2025.01.08 18:26:40.450296 [ 284 ] {11623a80-f6a2-41ab-b641-cd22b7a89e7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
7219 2025.01.08 18:26:40.450680 [ 284 ] {11623a80-f6a2-41ab-b641-cd22b7a89e7a} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
7220 2025.01.08 18:26:40.450925 [ 284 ] {11623a80-f6a2-41ab-b641-cd22b7a89e7a} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7221 2025.01.08 18:26:40.451154 [ 284 ] {11623a80-f6a2-41ab-b641-cd22b7a89e7a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001479 sec., 4056.7951318458418 rows/sec., 211.95 KiB/sec.
7222 2025.01.08 18:26:40.451207 [ 284 ] {11623a80-f6a2-41ab-b641-cd22b7a89e7a} <Debug> TCPHandler: Processed in 0.001738965 sec.
7223 2025.01.08 18:26:40.451364 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7224 2025.01.08 18:26:40.451504 [ 290 ] {baf1e69a-a98e-4a04-a9bc-25ea9507c5bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7225 2025.01.08 18:26:40.451569 [ 290 ] {baf1e69a-a98e-4a04-a9bc-25ea9507c5bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7226 2025.01.08 18:26:40.452210 [ 290 ] {baf1e69a-a98e-4a04-a9bc-25ea9507c5bf} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7227 2025.01.08 18:26:40.452250 [ 290 ] {baf1e69a-a98e-4a04-a9bc-25ea9507c5bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
7228 2025.01.08 18:26:40.452652 [ 290 ] {baf1e69a-a98e-4a04-a9bc-25ea9507c5bf} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
7229 2025.01.08 18:26:40.452898 [ 290 ] {baf1e69a-a98e-4a04-a9bc-25ea9507c5bf} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7230 2025.01.08 18:26:40.453129 [ 290 ] {baf1e69a-a98e-4a04-a9bc-25ea9507c5bf} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001658 sec., 106755.12665862485 rows/sec., 7.04 MiB/sec.
7231 2025.01.08 18:26:40.453192 [ 290 ] {baf1e69a-a98e-4a04-a9bc-25ea9507c5bf} <Debug> TCPHandler: Processed in 0.00189624 sec.
7232 2025.01.08 18:26:40.453347 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7233 2025.01.08 18:26:40.453484 [ 284 ] {4c55a25a-86b4-467a-bbdb-aab498d3ad17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
7234 2025.01.08 18:26:40.453545 [ 284 ] {4c55a25a-86b4-467a-bbdb-aab498d3ad17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
7235 2025.01.08 18:26:40.454090 [ 284 ] {4c55a25a-86b4-467a-bbdb-aab498d3ad17} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7236 2025.01.08 18:26:40.454129 [ 284 ] {4c55a25a-86b4-467a-bbdb-aab498d3ad17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
7237 2025.01.08 18:26:40.454505 [ 284 ] {4c55a25a-86b4-467a-bbdb-aab498d3ad17} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
7238 2025.01.08 18:26:40.454748 [ 284 ] {4c55a25a-86b4-467a-bbdb-aab498d3ad17} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7239 2025.01.08 18:26:40.454982 [ 284 ] {4c55a25a-86b4-467a-bbdb-aab498d3ad17} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001526 sec., 655.307994757536 rows/sec., 44.16 KiB/sec.
7240 2025.01.08 18:26:40.455106 [ 284 ] {4c55a25a-86b4-467a-bbdb-aab498d3ad17} <Debug> TCPHandler: Processed in 0.001824868 sec.
7241 2025.01.08 18:26:40.455251 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7242 2025.01.08 18:26:40.455369 [ 290 ] {d8e59976-4eec-4884-8988-80d9d5cd7882} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7243 2025.01.08 18:26:40.455446 [ 290 ] {d8e59976-4eec-4884-8988-80d9d5cd7882} <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
7244 2025.01.08 18:26:40.456686 [ 290 ] {d8e59976-4eec-4884-8988-80d9d5cd7882} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7245 2025.01.08 18:26:40.456727 [ 290 ] {d8e59976-4eec-4884-8988-80d9d5cd7882} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
7246 2025.01.08 18:26:40.457419 [ 290 ] {d8e59976-4eec-4884-8988-80d9d5cd7882} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
7247 2025.01.08 18:26:40.457689 [ 290 ] {d8e59976-4eec-4884-8988-80d9d5cd7882} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7248 2025.01.08 18:26:40.458042 [ 290 ] {d8e59976-4eec-4884-8988-80d9d5cd7882} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002671 sec., 14975.664545114189 rows/sec., 26.84 MiB/sec.
7249 2025.01.08 18:26:40.458429 [ 290 ] {d8e59976-4eec-4884-8988-80d9d5cd7882} <Debug> TCPHandler: Processed in 0.003234034 sec.
7250 2025.01.08 18:26:40.458600 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7251 2025.01.08 18:26:40.458719 [ 284 ] {d34a4b01-1d21-4fe7-830d-b5e57cc62987} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7252 2025.01.08 18:26:40.458771 [ 284 ] {d34a4b01-1d21-4fe7-830d-b5e57cc62987} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7253 2025.01.08 18:26:40.459266 [ 284 ] {d34a4b01-1d21-4fe7-830d-b5e57cc62987} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7254 2025.01.08 18:26:40.459306 [ 284 ] {d34a4b01-1d21-4fe7-830d-b5e57cc62987} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
7255 2025.01.08 18:26:40.459688 [ 284 ] {d34a4b01-1d21-4fe7-830d-b5e57cc62987} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
7256 2025.01.08 18:26:40.459946 [ 284 ] {d34a4b01-1d21-4fe7-830d-b5e57cc62987} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7257 2025.01.08 18:26:40.460159 [ 284 ] {d34a4b01-1d21-4fe7-830d-b5e57cc62987} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001464 sec., 35519.12568306011 rows/sec., 2.20 MiB/sec.
7258 2025.01.08 18:26:40.460220 [ 284 ] {d34a4b01-1d21-4fe7-830d-b5e57cc62987} <Debug> TCPHandler: Processed in 0.001677353 sec.
7259 2025.01.08 18:26:45.009271 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17019
7260 2025.01.08 18:26:45.009982 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7261 2025.01.08 18:26:45.010036 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
7262 2025.01.08 18:26:45.010567 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
7263 2025.01.08 18:26:45.010820 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7264 2025.01.08 18:26:45.011057 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17019
7265 2025.01.08 18:26:45.424726 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7266 2025.01.08 18:26:45.424938 [ 284 ] {501f07aa-8b2a-4c2e-91c0-9a2b10c34bd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7267 2025.01.08 18:26:45.425017 [ 284 ] {501f07aa-8b2a-4c2e-91c0-9a2b10c34bd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7268 2025.01.08 18:26:45.425778 [ 284 ] {501f07aa-8b2a-4c2e-91c0-9a2b10c34bd5} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7269 2025.01.08 18:26:45.425833 [ 284 ] {501f07aa-8b2a-4c2e-91c0-9a2b10c34bd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
7270 2025.01.08 18:26:45.426268 [ 284 ] {501f07aa-8b2a-4c2e-91c0-9a2b10c34bd5} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
7271 2025.01.08 18:26:45.426534 [ 284 ] {501f07aa-8b2a-4c2e-91c0-9a2b10c34bd5} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7272 2025.01.08 18:26:45.426790 [ 284 ] {501f07aa-8b2a-4c2e-91c0-9a2b10c34bd5} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001911 sec., 13605.442176870749 rows/sec., 1.03 MiB/sec.
7273 2025.01.08 18:26:45.426856 [ 284 ] {501f07aa-8b2a-4c2e-91c0-9a2b10c34bd5} <Debug> TCPHandler: Processed in 0.00227188 sec.
7274 2025.01.08 18:26:45.427100 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7275 2025.01.08 18:26:45.427320 [ 290 ] {d4a0d5c6-7468-46fa-8257-082b23d8d036} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7276 2025.01.08 18:26:45.427398 [ 290 ] {d4a0d5c6-7468-46fa-8257-082b23d8d036} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7277 2025.01.08 18:26:45.428163 [ 290 ] {d4a0d5c6-7468-46fa-8257-082b23d8d036} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7278 2025.01.08 18:26:45.428208 [ 290 ] {d4a0d5c6-7468-46fa-8257-082b23d8d036} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
7279 2025.01.08 18:26:45.428652 [ 290 ] {d4a0d5c6-7468-46fa-8257-082b23d8d036} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
7280 2025.01.08 18:26:45.428934 [ 290 ] {d4a0d5c6-7468-46fa-8257-082b23d8d036} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7281 2025.01.08 18:26:45.429155 [ 290 ] {d4a0d5c6-7468-46fa-8257-082b23d8d036} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001896 sec., 14767.932489451478 rows/sec., 1.15 MiB/sec.
7282 2025.01.08 18:26:45.429231 [ 290 ] {d4a0d5c6-7468-46fa-8257-082b23d8d036} <Debug> TCPHandler: Processed in 0.0022763 sec.
7283 2025.01.08 18:26:45.429417 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7284 2025.01.08 18:26:45.429595 [ 284 ] {ef1e6cd9-9831-4661-9b83-6016732df5fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7285 2025.01.08 18:26:45.429679 [ 284 ] {ef1e6cd9-9831-4661-9b83-6016732df5fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7286 2025.01.08 18:26:45.430504 [ 284 ] {ef1e6cd9-9831-4661-9b83-6016732df5fb} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7287 2025.01.08 18:26:45.430560 [ 284 ] {ef1e6cd9-9831-4661-9b83-6016732df5fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
7288 2025.01.08 18:26:45.431111 [ 284 ] {ef1e6cd9-9831-4661-9b83-6016732df5fb} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
7289 2025.01.08 18:26:45.431414 [ 284 ] {ef1e6cd9-9831-4661-9b83-6016732df5fb} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7290 2025.01.08 18:26:45.431718 [ 284 ] {ef1e6cd9-9831-4661-9b83-6016732df5fb} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.002163 sec., 46232.085067036525 rows/sec., 3.21 MiB/sec.
7291 2025.01.08 18:26:45.431858 [ 284 ] {ef1e6cd9-9831-4661-9b83-6016732df5fb} <Debug> TCPHandler: Processed in 0.002522895 sec.
7292 2025.01.08 18:26:45.432101 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7293 2025.01.08 18:26:45.432254 [ 290 ] {ae69c032-953a-4847-8ff9-4eaabff299ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7294 2025.01.08 18:26:45.432314 [ 290 ] {ae69c032-953a-4847-8ff9-4eaabff299ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7295 2025.01.08 18:26:45.432812 [ 290 ] {ae69c032-953a-4847-8ff9-4eaabff299ff} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7296 2025.01.08 18:26:45.432852 [ 290 ] {ae69c032-953a-4847-8ff9-4eaabff299ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
7297 2025.01.08 18:26:45.433237 [ 290 ] {ae69c032-953a-4847-8ff9-4eaabff299ff} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
7298 2025.01.08 18:26:45.433559 [ 290 ] {ae69c032-953a-4847-8ff9-4eaabff299ff} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7299 2025.01.08 18:26:45.433795 [ 290 ] {ae69c032-953a-4847-8ff9-4eaabff299ff} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.00157 sec., 19108.28025477707 rows/sec., 1.31 MiB/sec.
7300 2025.01.08 18:26:45.433880 [ 290 ] {ae69c032-953a-4847-8ff9-4eaabff299ff} <Debug> TCPHandler: Processed in 0.001882049 sec.
7301 2025.01.08 18:26:46.196294 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 279
7302 2025.01.08 18:26:46.215671 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7303 2025.01.08 18:26:46.215730 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
7304 2025.01.08 18:26:46.222975 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
7305 2025.01.08 18:26:46.223740 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7306 2025.01.08 18:26:46.226641 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 279
7307 2025.01.08 18:26:47.592911 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1022
7308 2025.01.08 18:26:47.596118 [ 242 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7309 2025.01.08 18:26:47.596180 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
7310 2025.01.08 18:26:47.597710 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
7311 2025.01.08 18:26:47.598063 [ 242 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7312 2025.01.08 18:26:47.598747 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1022
7313 2025.01.08 18:26:50.431080 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7314 2025.01.08 18:26:50.431277 [ 284 ] {a0ce1282-333e-4187-96a0-faf0fa7db479} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
7315 2025.01.08 18:26:50.431354 [ 284 ] {a0ce1282-333e-4187-96a0-faf0fa7db479} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
7316 2025.01.08 18:26:50.432108 [ 284 ] {a0ce1282-333e-4187-96a0-faf0fa7db479} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7317 2025.01.08 18:26:50.432147 [ 284 ] {a0ce1282-333e-4187-96a0-faf0fa7db479} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
7318 2025.01.08 18:26:50.432564 [ 284 ] {a0ce1282-333e-4187-96a0-faf0fa7db479} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
7319 2025.01.08 18:26:50.432819 [ 284 ] {a0ce1282-333e-4187-96a0-faf0fa7db479} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7320 2025.01.08 18:26:50.433045 [ 284 ] {a0ce1282-333e-4187-96a0-faf0fa7db479} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00182 sec., 7692.307692307692 rows/sec., 553.74 KiB/sec.
7321 2025.01.08 18:26:50.433155 [ 284 ] {a0ce1282-333e-4187-96a0-faf0fa7db479} <Debug> TCPHandler: Processed in 0.002205497 sec.
7322 2025.01.08 18:26:50.433467 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7323 2025.01.08 18:26:50.433668 [ 290 ] {8fa279a0-1888-49d1-844b-f0ff2897b037} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7324 2025.01.08 18:26:50.433741 [ 290 ] {8fa279a0-1888-49d1-844b-f0ff2897b037} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7325 2025.01.08 18:26:50.434583 [ 290 ] {8fa279a0-1888-49d1-844b-f0ff2897b037} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7326 2025.01.08 18:26:50.434635 [ 290 ] {8fa279a0-1888-49d1-844b-f0ff2897b037} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
7327 2025.01.08 18:26:50.435105 [ 290 ] {8fa279a0-1888-49d1-844b-f0ff2897b037} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
7328 2025.01.08 18:26:50.435373 [ 290 ] {8fa279a0-1888-49d1-844b-f0ff2897b037} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7329 2025.01.08 18:26:50.435549 [ 119 ] {} <Debug> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
7330 2025.01.08 18:26:50.435611 [ 119 ] {} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7331 2025.01.08 18:26:50.435634 [ 290 ] {8fa279a0-1888-49d1-844b-f0ff2897b037} <Debug> executeQuery: Read 253 rows, 23.21 KiB in 0.002007 sec., 126058.79422022919 rows/sec., 11.30 MiB/sec.
7332 2025.01.08 18:26:50.435646 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
7333 2025.01.08 18:26:50.435816 [ 290 ] {8fa279a0-1888-49d1-844b-f0ff2897b037} <Debug> TCPHandler: Processed in 0.002516786 sec.
7334 2025.01.08 18:26:50.436152 [ 200 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::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
7335 2025.01.08 18:26:50.436158 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7336 2025.01.08 18:26:50.436588 [ 284 ] {940c8e00-559f-4470-befd-a84e104899e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7337 2025.01.08 18:26:50.436771 [ 284 ] {940c8e00-559f-4470-befd-a84e104899e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7338 2025.01.08 18:26:50.436864 [ 200 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7339 2025.01.08 18:26:50.436976 [ 200 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1400 rows starting from the beginning of the part
7340 2025.01.08 18:26:50.437245 [ 200 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 26 rows starting from the beginning of the part
7341 2025.01.08 18:26:50.437536 [ 200 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 26 rows starting from the beginning of the part
7342 2025.01.08 18:26:50.437815 [ 200 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 253 rows starting from the beginning of the part
7343 2025.01.08 18:26:50.438153 [ 200 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 26 rows starting from the beginning of the part
7344 2025.01.08 18:26:50.438528 [ 200 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 253 rows starting from the beginning of the part
7345 2025.01.08 18:26:50.439827 [ 284 ] {940c8e00-559f-4470-befd-a84e104899e1} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7346 2025.01.08 18:26:50.439896 [ 284 ] {940c8e00-559f-4470-befd-a84e104899e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
7347 2025.01.08 18:26:50.440802 [ 284 ] {940c8e00-559f-4470-befd-a84e104899e1} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
7348 2025.01.08 18:26:50.441267 [ 284 ] {940c8e00-559f-4470-befd-a84e104899e1} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7349 2025.01.08 18:26:50.441722 [ 284 ] {940c8e00-559f-4470-befd-a84e104899e1} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.005223 sec., 8998.6597740762 rows/sec., 663.19 KiB/sec.
7350 2025.01.08 18:26:50.442204 [ 284 ] {940c8e00-559f-4470-befd-a84e104899e1} <Debug> TCPHandler: Processed in 0.006226243 sec.
7351 2025.01.08 18:26:50.442618 [ 200 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1984 rows, containing 5 columns (5 merged, 0 gathered) in 0.006827339 sec., 290596.38022954477 rows/sec., 25.82 MiB/sec.
7352 2025.01.08 18:26:50.442665 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7353 2025.01.08 18:26:50.442802 [ 290 ] {c2ca21f6-f4a3-4458-b047-d14836ef07ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
7354 2025.01.08 18:26:50.442854 [ 290 ] {c2ca21f6-f4a3-4458-b047-d14836ef07ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7355 2025.01.08 18:26:50.443163 [ 186 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
7356 2025.01.08 18:26:50.444216 [ 186 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_61_12} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7357 2025.01.08 18:26:50.444467 [ 186 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_61_12} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
7358 2025.01.08 18:26:50.444696 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB.
7359 2025.01.08 18:26:50.444719 [ 290 ] {c2ca21f6-f4a3-4458-b047-d14836ef07ea} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7360 2025.01.08 18:26:50.444775 [ 290 ] {c2ca21f6-f4a3-4458-b047-d14836ef07ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
7361 2025.01.08 18:26:50.445147 [ 290 ] {c2ca21f6-f4a3-4458-b047-d14836ef07ea} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
7362 2025.01.08 18:26:50.445416 [ 290 ] {c2ca21f6-f4a3-4458-b047-d14836ef07ea} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7363 2025.01.08 18:26:50.445609 [ 290 ] {c2ca21f6-f4a3-4458-b047-d14836ef07ea} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002837 sec., 4934.790271413464 rows/sec., 345.60 KiB/sec.
7364 2025.01.08 18:26:50.445664 [ 290 ] {c2ca21f6-f4a3-4458-b047-d14836ef07ea} <Debug> TCPHandler: Processed in 0.003318016 sec.
7365 2025.01.08 18:26:50.445842 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7366 2025.01.08 18:26:50.445977 [ 284 ] {a99f931e-7fb0-486f-8138-fdb0686a09d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
7367 2025.01.08 18:26:50.446037 [ 284 ] {a99f931e-7fb0-486f-8138-fdb0686a09d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
7368 2025.01.08 18:26:50.446710 [ 284 ] {a99f931e-7fb0-486f-8138-fdb0686a09d9} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7369 2025.01.08 18:26:50.446749 [ 284 ] {a99f931e-7fb0-486f-8138-fdb0686a09d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
7370 2025.01.08 18:26:50.447103 [ 284 ] {a99f931e-7fb0-486f-8138-fdb0686a09d9} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
7371 2025.01.08 18:26:50.447345 [ 284 ] {a99f931e-7fb0-486f-8138-fdb0686a09d9} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7372 2025.01.08 18:26:50.447561 [ 284 ] {a99f931e-7fb0-486f-8138-fdb0686a09d9} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001613 sec., 8059.516429014258 rows/sec., 502.51 KiB/sec.
7373 2025.01.08 18:26:50.447613 [ 284 ] {a99f931e-7fb0-486f-8138-fdb0686a09d9} <Debug> TCPHandler: Processed in 0.001838588 sec.
7374 2025.01.08 18:26:50.447762 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7375 2025.01.08 18:26:50.447901 [ 290 ] {a2cb12a6-03a0-43e6-972c-86319f2cf325} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7376 2025.01.08 18:26:50.447958 [ 290 ] {a2cb12a6-03a0-43e6-972c-86319f2cf325} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7377 2025.01.08 18:26:50.448794 [ 290 ] {a2cb12a6-03a0-43e6-972c-86319f2cf325} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7378 2025.01.08 18:26:50.448832 [ 290 ] {a2cb12a6-03a0-43e6-972c-86319f2cf325} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
7379 2025.01.08 18:26:50.449219 [ 290 ] {a2cb12a6-03a0-43e6-972c-86319f2cf325} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
7380 2025.01.08 18:26:50.449470 [ 290 ] {a2cb12a6-03a0-43e6-972c-86319f2cf325} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7381 2025.01.08 18:26:50.449606 [ 125 ] {} <Debug> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
7382 2025.01.08 18:26:50.449646 [ 125 ] {} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7383 2025.01.08 18:26:50.449666 [ 290 ] {a2cb12a6-03a0-43e6-972c-86319f2cf325} <Debug> executeQuery: Read 386 rows, 28.01 KiB in 0.001791 sec., 215522.0547180346 rows/sec., 15.27 MiB/sec.
7384 2025.01.08 18:26:50.449671 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
7385 2025.01.08 18:26:50.449776 [ 290 ] {a2cb12a6-03a0-43e6-972c-86319f2cf325} <Debug> TCPHandler: Processed in 0.002080335 sec.
7386 2025.01.08 18:26:50.449930 [ 196 ] {fa7e1080-106a-46d6-b087-687f1bf68453::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
7387 2025.01.08 18:26:50.449996 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7388 2025.01.08 18:26:50.450178 [ 196 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7389 2025.01.08 18:26:50.450241 [ 284 ] {5e11c8da-41e2-4055-812b-ba64e65c37ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
7390 2025.01.08 18:26:50.450257 [ 196 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 874 rows starting from the beginning of the part
7391 2025.01.08 18:26:50.450353 [ 284 ] {5e11c8da-41e2-4055-812b-ba64e65c37ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
7392 2025.01.08 18:26:50.450604 [ 196 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 28 rows starting from the beginning of the part
7393 2025.01.08 18:26:50.451006 [ 196 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 28 rows starting from the beginning of the part
7394 2025.01.08 18:26:50.451437 [ 196 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 386 rows starting from the beginning of the part
7395 2025.01.08 18:26:50.451825 [ 196 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 28 rows starting from the beginning of the part
7396 2025.01.08 18:26:50.452097 [ 196 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 386 rows starting from the beginning of the part
7397 2025.01.08 18:26:50.453010 [ 284 ] {5e11c8da-41e2-4055-812b-ba64e65c37ab} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7398 2025.01.08 18:26:50.453079 [ 284 ] {5e11c8da-41e2-4055-812b-ba64e65c37ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
7399 2025.01.08 18:26:50.454082 [ 284 ] {5e11c8da-41e2-4055-812b-ba64e65c37ab} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
7400 2025.01.08 18:26:50.454562 [ 284 ] {5e11c8da-41e2-4055-812b-ba64e65c37ab} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7401 2025.01.08 18:26:50.455000 [ 284 ] {5e11c8da-41e2-4055-812b-ba64e65c37ab} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004817 sec., 1245.5885405854267 rows/sec., 65.08 KiB/sec.
7402 2025.01.08 18:26:50.455312 [ 284 ] {5e11c8da-41e2-4055-812b-ba64e65c37ab} <Debug> TCPHandler: Processed in 0.005416351 sec.
7403 2025.01.08 18:26:50.455397 [ 186 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1730 rows, containing 5 columns (5 merged, 0 gathered) in 0.005614906 sec., 308108.45275058923 rows/sec., 23.37 MiB/sec.
7404 2025.01.08 18:26:50.455504 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7405 2025.01.08 18:26:50.455686 [ 290 ] {4047ce86-52f6-4ff4-b7ff-4fca62a04772} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7406 2025.01.08 18:26:50.455727 [ 186 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
7407 2025.01.08 18:26:50.455819 [ 290 ] {4047ce86-52f6-4ff4-b7ff-4fca62a04772} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7408 2025.01.08 18:26:50.456347 [ 186 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_61_12} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7409 2025.01.08 18:26:50.456537 [ 186 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_61_12} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
7410 2025.01.08 18:26:50.456671 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB.
7411 2025.01.08 18:26:50.456944 [ 290 ] {4047ce86-52f6-4ff4-b7ff-4fca62a04772} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7412 2025.01.08 18:26:50.456987 [ 290 ] {4047ce86-52f6-4ff4-b7ff-4fca62a04772} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
7413 2025.01.08 18:26:50.457399 [ 290 ] {4047ce86-52f6-4ff4-b7ff-4fca62a04772} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
7414 2025.01.08 18:26:50.457665 [ 290 ] {4047ce86-52f6-4ff4-b7ff-4fca62a04772} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7415 2025.01.08 18:26:50.457798 [ 125 ] {} <Debug> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
7416 2025.01.08 18:26:50.457835 [ 125 ] {} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7417 2025.01.08 18:26:50.457859 [ 290 ] {4047ce86-52f6-4ff4-b7ff-4fca62a04772} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.002212 sec., 80018.08318264014 rows/sec., 5.28 MiB/sec.
7418 2025.01.08 18:26:50.457863 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
7419 2025.01.08 18:26:50.458013 [ 290 ] {4047ce86-52f6-4ff4-b7ff-4fca62a04772} <Debug> TCPHandler: Processed in 0.002584588 sec.
7420 2025.01.08 18:26:50.458246 [ 196 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::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
7421 2025.01.08 18:26:50.458282 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7422 2025.01.08 18:26:50.458695 [ 284 ] {b5866bbf-6c9a-48bb-97cc-a434dcc928b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
7423 2025.01.08 18:26:50.458864 [ 284 ] {b5866bbf-6c9a-48bb-97cc-a434dcc928b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
7424 2025.01.08 18:26:50.459028 [ 196 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7425 2025.01.08 18:26:50.459205 [ 196 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_56_11, total 14671 rows starting from the beginning of the part
7426 2025.01.08 18:26:50.459813 [ 196 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 80 rows starting from the beginning of the part
7427 2025.01.08 18:26:50.460141 [ 196 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 100 rows starting from the beginning of the part
7428 2025.01.08 18:26:50.460611 [ 196 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 177 rows starting from the beginning of the part
7429 2025.01.08 18:26:50.461035 [ 196 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 100 rows starting from the beginning of the part
7430 2025.01.08 18:26:50.461307 [ 196 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 177 rows starting from the beginning of the part
7431 2025.01.08 18:26:50.462015 [ 284 ] {b5866bbf-6c9a-48bb-97cc-a434dcc928b3} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7432 2025.01.08 18:26:50.462078 [ 284 ] {b5866bbf-6c9a-48bb-97cc-a434dcc928b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
7433 2025.01.08 18:26:50.462772 [ 284 ] {b5866bbf-6c9a-48bb-97cc-a434dcc928b3} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
7434 2025.01.08 18:26:50.463051 [ 284 ] {b5866bbf-6c9a-48bb-97cc-a434dcc928b3} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7435 2025.01.08 18:26:50.463519 [ 284 ] {b5866bbf-6c9a-48bb-97cc-a434dcc928b3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00496 sec., 201.61290322580646 rows/sec., 13.59 KiB/sec.
7436 2025.01.08 18:26:50.463698 [ 284 ] {b5866bbf-6c9a-48bb-97cc-a434dcc928b3} <Debug> TCPHandler: Processed in 0.005554915 sec.
7437 2025.01.08 18:26:50.463933 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7438 2025.01.08 18:26:50.464232 [ 290 ] {f979c874-43e0-4173-b62d-1054bcbd12d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7439 2025.01.08 18:26:50.464487 [ 290 ] {f979c874-43e0-4173-b62d-1054bcbd12d1} <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
7440 2025.01.08 18:26:50.466353 [ 290 ] {f979c874-43e0-4173-b62d-1054bcbd12d1} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7441 2025.01.08 18:26:50.466392 [ 290 ] {f979c874-43e0-4173-b62d-1054bcbd12d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
7442 2025.01.08 18:26:50.467642 [ 186 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15305 rows, containing 5 columns (5 merged, 0 gathered) in 0.009661942 sec., 1584050.080201268 rows/sec., 106.09 MiB/sec.
7443 2025.01.08 18:26:50.467653 [ 290 ] {f979c874-43e0-4173-b62d-1054bcbd12d1} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
7444 2025.01.08 18:26:50.467999 [ 290 ] {f979c874-43e0-4173-b62d-1054bcbd12d1} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7445 2025.01.08 18:26:50.468205 [ 127 ] {} <Debug> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
7446 2025.01.08 18:26:50.468314 [ 127 ] {} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7447 2025.01.08 18:26:50.468321 [ 186 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
7448 2025.01.08 18:26:50.468402 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
7449 2025.01.08 18:26:50.468549 [ 290 ] {f979c874-43e0-4173-b62d-1054bcbd12d1} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.00436 sec., 9174.311926605504 rows/sec., 16.44 MiB/sec.
7450 2025.01.08 18:26:50.468959 [ 195 ] {e2d038cd-23ef-42ff-ade3-a8c087d70f4f::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
7451 2025.01.08 18:26:50.469657 [ 186 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7452 2025.01.08 18:26:50.469971 [ 186 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
7453 2025.01.08 18:26:50.470234 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.75 MiB.
7454 2025.01.08 18:26:50.470343 [ 290 ] {f979c874-43e0-4173-b62d-1054bcbd12d1} <Debug> TCPHandler: Processed in 0.006538761 sec.
7455 2025.01.08 18:26:50.470435 [ 195 ] {e2d038cd-23ef-42ff-ade3-a8c087d70f4f::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7456 2025.01.08 18:26:50.470577 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7457 2025.01.08 18:26:50.470638 [ 195 ] {e2d038cd-23ef-42ff-ade3-a8c087d70f4f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 723 rows starting from the beginning of the part
7458 2025.01.08 18:26:50.470773 [ 284 ] {460a08f0-1bed-42be-b936-3fc8d4f7e1b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7459 2025.01.08 18:26:50.470979 [ 284 ] {460a08f0-1bed-42be-b936-3fc8d4f7e1b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7460 2025.01.08 18:26:50.471257 [ 195 ] {e2d038cd-23ef-42ff-ade3-a8c087d70f4f::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
7461 2025.01.08 18:26:50.471946 [ 195 ] {e2d038cd-23ef-42ff-ade3-a8c087d70f4f::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
7462 2025.01.08 18:26:50.472547 [ 195 ] {e2d038cd-23ef-42ff-ade3-a8c087d70f4f::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
7463 2025.01.08 18:26:50.472854 [ 284 ] {460a08f0-1bed-42be-b936-3fc8d4f7e1b4} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7464 2025.01.08 18:26:50.472952 [ 284 ] {460a08f0-1bed-42be-b936-3fc8d4f7e1b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
7465 2025.01.08 18:26:50.473188 [ 195 ] {e2d038cd-23ef-42ff-ade3-a8c087d70f4f::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
7466 2025.01.08 18:26:50.473847 [ 195 ] {e2d038cd-23ef-42ff-ade3-a8c087d70f4f::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
7467 2025.01.08 18:26:50.473990 [ 284 ] {460a08f0-1bed-42be-b936-3fc8d4f7e1b4} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
7468 2025.01.08 18:26:50.474536 [ 284 ] {460a08f0-1bed-42be-b936-3fc8d4f7e1b4} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7469 2025.01.08 18:26:50.474729 [ 127 ] {} <Debug> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
7470 2025.01.08 18:26:50.474783 [ 127 ] {} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7471 2025.01.08 18:26:50.474828 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
7472 2025.01.08 18:26:50.474828 [ 284 ] {460a08f0-1bed-42be-b936-3fc8d4f7e1b4} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.004092 sec., 12707.72238514174 rows/sec., 805.69 KiB/sec.
7473 2025.01.08 18:26:50.475102 [ 284 ] {460a08f0-1bed-42be-b936-3fc8d4f7e1b4} <Debug> TCPHandler: Processed in 0.004651632 sec.
7474 2025.01.08 18:26:50.475410 [ 201 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::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
7475 2025.01.08 18:26:50.475729 [ 201 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7476 2025.01.08 18:26:50.475781 [ 201 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1968 rows starting from the beginning of the part
7477 2025.01.08 18:26:50.475918 [ 201 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 24 rows starting from the beginning of the part
7478 2025.01.08 18:26:50.476073 [ 201 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 30 rows starting from the beginning of the part
7479 2025.01.08 18:26:50.476226 [ 201 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 52 rows starting from the beginning of the part
7480 2025.01.08 18:26:50.476378 [ 201 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::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
7481 2025.01.08 18:26:50.476470 [ 201 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 52 rows starting from the beginning of the part
7482 2025.01.08 18:26:50.479699 [ 201 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2156 rows, containing 4 columns (4 merged, 0 gathered) in 0.004708623 sec., 457883.33446954656 rows/sec., 29.48 MiB/sec.
7483 2025.01.08 18:26:50.480052 [ 201 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
7484 2025.01.08 18:26:50.480712 [ 201 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_61_12} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7485 2025.01.08 18:26:50.480925 [ 201 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_61_12} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
7486 2025.01.08 18:26:50.481101 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB.
7487 2025.01.08 18:26:50.487596 [ 191 ] {e2d038cd-23ef-42ff-ade3-a8c087d70f4f::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 923 rows, containing 19 columns (19 merged, 0 gathered) in 0.019007746 sec., 48559.15056945732 rows/sec., 87.02 MiB/sec.
7488 2025.01.08 18:26:50.488739 [ 193 ] {e2d038cd-23ef-42ff-ade3-a8c087d70f4f::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
7489 2025.01.08 18:26:50.489172 [ 193 ] {e2d038cd-23ef-42ff-ade3-a8c087d70f4f::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7490 2025.01.08 18:26:50.489252 [ 193 ] {e2d038cd-23ef-42ff-ade3-a8c087d70f4f::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
7491 2025.01.08 18:26:50.489394 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.78 MiB.
7492 2025.01.08 18:26:51.000183 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 210.74 MiB, peak 218.78 MiB, free memory in arenas 0.00 B, will set to 213.91 MiB (RSS), difference: 3.17 MiB
7493 2025.01.08 18:26:52.354228 [ 126 ] {} <Debug> DNSResolver: Updating DNS cache
7494 2025.01.08 18:26:52.354304 [ 126 ] {} <Debug> DNSResolver: Updated DNS cache
7495 2025.01.08 18:26:52.511410 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 17446
7496 2025.01.08 18:26:52.512107 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7497 2025.01.08 18:26:52.512148 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
7498 2025.01.08 18:26:52.512681 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
7499 2025.01.08 18:26:52.512948 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7500 2025.01.08 18:26:52.513213 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17446
7501 2025.01.08 18:26:53.726874 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287
7502 2025.01.08 18:26:53.747320 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7503 2025.01.08 18:26:53.747377 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
7504 2025.01.08 18:26:53.754767 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
7505 2025.01.08 18:26:53.755535 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7506 2025.01.08 18:26:53.758133 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 287
7507 2025.01.08 18:26:55.425181 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7508 2025.01.08 18:26:55.425477 [ 284 ] {e0129bef-4c81-4c5b-8062-a31cbe9b79ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7509 2025.01.08 18:26:55.425590 [ 284 ] {e0129bef-4c81-4c5b-8062-a31cbe9b79ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7510 2025.01.08 18:26:55.426453 [ 284 ] {e0129bef-4c81-4c5b-8062-a31cbe9b79ac} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7511 2025.01.08 18:26:55.426497 [ 284 ] {e0129bef-4c81-4c5b-8062-a31cbe9b79ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
7512 2025.01.08 18:26:55.426925 [ 284 ] {e0129bef-4c81-4c5b-8062-a31cbe9b79ac} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
7513 2025.01.08 18:26:55.427181 [ 284 ] {e0129bef-4c81-4c5b-8062-a31cbe9b79ac} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7514 2025.01.08 18:26:55.427439 [ 284 ] {e0129bef-4c81-4c5b-8062-a31cbe9b79ac} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.002046 sec., 12707.72238514174 rows/sec., 980.86 KiB/sec.
7515 2025.01.08 18:26:55.427523 [ 284 ] {e0129bef-4c81-4c5b-8062-a31cbe9b79ac} <Debug> TCPHandler: Processed in 0.002532346 sec.
7516 2025.01.08 18:26:55.427799 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7517 2025.01.08 18:26:55.428008 [ 290 ] {13b2b996-4fbf-47fe-a265-87323f25c4ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7518 2025.01.08 18:26:55.428080 [ 290 ] {13b2b996-4fbf-47fe-a265-87323f25c4ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7519 2025.01.08 18:26:55.428821 [ 290 ] {13b2b996-4fbf-47fe-a265-87323f25c4ff} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7520 2025.01.08 18:26:55.428870 [ 290 ] {13b2b996-4fbf-47fe-a265-87323f25c4ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
7521 2025.01.08 18:26:55.429329 [ 290 ] {13b2b996-4fbf-47fe-a265-87323f25c4ff} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
7522 2025.01.08 18:26:55.429596 [ 290 ] {13b2b996-4fbf-47fe-a265-87323f25c4ff} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7523 2025.01.08 18:26:55.429829 [ 290 ] {13b2b996-4fbf-47fe-a265-87323f25c4ff} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001875 sec., 14933.333333333334 rows/sec., 1.16 MiB/sec.
7524 2025.01.08 18:26:55.429891 [ 290 ] {13b2b996-4fbf-47fe-a265-87323f25c4ff} <Debug> TCPHandler: Processed in 0.00226697 sec.
7525 2025.01.08 18:26:55.430035 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7526 2025.01.08 18:26:55.430170 [ 284 ] {67ae9aa4-91a8-4d5d-833c-01b410805587} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7527 2025.01.08 18:26:55.430231 [ 284 ] {67ae9aa4-91a8-4d5d-833c-01b410805587} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7528 2025.01.08 18:26:55.430876 [ 284 ] {67ae9aa4-91a8-4d5d-833c-01b410805587} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7529 2025.01.08 18:26:55.430922 [ 284 ] {67ae9aa4-91a8-4d5d-833c-01b410805587} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
7530 2025.01.08 18:26:55.431320 [ 284 ] {67ae9aa4-91a8-4d5d-833c-01b410805587} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
7531 2025.01.08 18:26:55.431569 [ 284 ] {67ae9aa4-91a8-4d5d-833c-01b410805587} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7532 2025.01.08 18:26:55.431777 [ 284 ] {67ae9aa4-91a8-4d5d-833c-01b410805587} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001638 sec., 61050.06105006106 rows/sec., 4.23 MiB/sec.
7533 2025.01.08 18:26:55.431844 [ 284 ] {67ae9aa4-91a8-4d5d-833c-01b410805587} <Debug> TCPHandler: Processed in 0.001872649 sec.
7534 2025.01.08 18:26:55.432045 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7535 2025.01.08 18:26:55.432232 [ 290 ] {3d85202a-961e-4ed6-9b01-cb80a354c6f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7536 2025.01.08 18:26:55.432297 [ 290 ] {3d85202a-961e-4ed6-9b01-cb80a354c6f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7537 2025.01.08 18:26:55.432907 [ 290 ] {3d85202a-961e-4ed6-9b01-cb80a354c6f0} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7538 2025.01.08 18:26:55.432958 [ 290 ] {3d85202a-961e-4ed6-9b01-cb80a354c6f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
7539 2025.01.08 18:26:55.433353 [ 290 ] {3d85202a-961e-4ed6-9b01-cb80a354c6f0} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
7540 2025.01.08 18:26:55.433603 [ 290 ] {3d85202a-961e-4ed6-9b01-cb80a354c6f0} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7541 2025.01.08 18:26:55.433843 [ 290 ] {3d85202a-961e-4ed6-9b01-cb80a354c6f0} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001647 sec., 18214.936247723133 rows/sec., 1.25 MiB/sec.
7542 2025.01.08 18:26:55.433927 [ 290 ] {3d85202a-961e-4ed6-9b01-cb80a354c6f0} <Debug> TCPHandler: Processed in 0.002002532 sec.
7543 2025.01.08 18:26:55.733949 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7544 2025.01.08 18:26:55.734075 [ 284 ] {9d30f3c5-27a2-46fc-8af9-c5c0507bd2bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
7545 2025.01.08 18:26:55.734129 [ 284 ] {9d30f3c5-27a2-46fc-8af9-c5c0507bd2bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
7546 2025.01.08 18:26:55.734755 [ 284 ] {9d30f3c5-27a2-46fc-8af9-c5c0507bd2bc} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7547 2025.01.08 18:26:55.734798 [ 284 ] {9d30f3c5-27a2-46fc-8af9-c5c0507bd2bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
7548 2025.01.08 18:26:55.735174 [ 284 ] {9d30f3c5-27a2-46fc-8af9-c5c0507bd2bc} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
7549 2025.01.08 18:26:55.735418 [ 284 ] {9d30f3c5-27a2-46fc-8af9-c5c0507bd2bc} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7550 2025.01.08 18:26:55.735648 [ 284 ] {9d30f3c5-27a2-46fc-8af9-c5c0507bd2bc} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.0016 sec., 8750 rows/sec., 629.88 KiB/sec.
7551 2025.01.08 18:26:55.735701 [ 284 ] {9d30f3c5-27a2-46fc-8af9-c5c0507bd2bc} <Debug> TCPHandler: Processed in 0.001816837 sec.
7552 2025.01.08 18:26:55.735887 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7553 2025.01.08 18:26:55.736034 [ 290 ] {43f7742f-76a6-4d0b-9939-aa1374b61134} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
7554 2025.01.08 18:26:55.736091 [ 290 ] {43f7742f-76a6-4d0b-9939-aa1374b61134} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
7555 2025.01.08 18:26:55.736703 [ 290 ] {43f7742f-76a6-4d0b-9939-aa1374b61134} <Trace> oximeter.fields_ipaddr (a146431f-2326-4c8f-a3c3-fb5a4b690f62): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7556 2025.01.08 18:26:55.736747 [ 290 ] {43f7742f-76a6-4d0b-9939-aa1374b61134} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
7557 2025.01.08 18:26:55.737126 [ 290 ] {43f7742f-76a6-4d0b-9939-aa1374b61134} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
7558 2025.01.08 18:26:55.737384 [ 290 ] {43f7742f-76a6-4d0b-9939-aa1374b61134} <Trace> oximeter.fields_ipaddr (a146431f-2326-4c8f-a3c3-fb5a4b690f62): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7559 2025.01.08 18:26:55.737660 [ 290 ] {43f7742f-76a6-4d0b-9939-aa1374b61134} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001636 sec., 1222.4938875305622 rows/sec., 99.69 KiB/sec.
7560 2025.01.08 18:26:55.737819 [ 290 ] {43f7742f-76a6-4d0b-9939-aa1374b61134} <Debug> TCPHandler: Processed in 0.002009832 sec.
7561 2025.01.08 18:26:55.737963 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7562 2025.01.08 18:26:55.738097 [ 284 ] {8c1b996b-e522-4733-ab2b-10796a07d244} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7563 2025.01.08 18:26:55.738153 [ 284 ] {8c1b996b-e522-4733-ab2b-10796a07d244} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7564 2025.01.08 18:26:55.739518 [ 284 ] {8c1b996b-e522-4733-ab2b-10796a07d244} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7565 2025.01.08 18:26:55.739556 [ 284 ] {8c1b996b-e522-4733-ab2b-10796a07d244} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
7566 2025.01.08 18:26:55.740002 [ 284 ] {8c1b996b-e522-4733-ab2b-10796a07d244} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
7567 2025.01.08 18:26:55.740243 [ 284 ] {8c1b996b-e522-4733-ab2b-10796a07d244} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7568 2025.01.08 18:26:55.740472 [ 284 ] {8c1b996b-e522-4733-ab2b-10796a07d244} <Debug> executeQuery: Read 1394 rows, 119.85 KiB in 0.002405 sec., 579625.7796257796 rows/sec., 48.67 MiB/sec.
7569 2025.01.08 18:26:55.740523 [ 284 ] {8c1b996b-e522-4733-ab2b-10796a07d244} <Debug> TCPHandler: Processed in 0.002618018 sec.
7570 2025.01.08 18:26:55.740674 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7571 2025.01.08 18:26:55.740814 [ 290 ] {129387bd-3d36-4e00-bd89-0f8da85a13fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7572 2025.01.08 18:26:55.740873 [ 290 ] {129387bd-3d36-4e00-bd89-0f8da85a13fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7573 2025.01.08 18:26:55.741491 [ 290 ] {129387bd-3d36-4e00-bd89-0f8da85a13fa} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7574 2025.01.08 18:26:55.741532 [ 290 ] {129387bd-3d36-4e00-bd89-0f8da85a13fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
7575 2025.01.08 18:26:55.741915 [ 290 ] {129387bd-3d36-4e00-bd89-0f8da85a13fa} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
7576 2025.01.08 18:26:55.742166 [ 290 ] {129387bd-3d36-4e00-bd89-0f8da85a13fa} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7577 2025.01.08 18:26:55.742428 [ 290 ] {129387bd-3d36-4e00-bd89-0f8da85a13fa} <Debug> executeQuery: Read 49 rows, 3.60 KiB in 0.001635 sec., 29969.41896024465 rows/sec., 2.15 MiB/sec.
7578 2025.01.08 18:26:55.742497 [ 290 ] {129387bd-3d36-4e00-bd89-0f8da85a13fa} <Debug> TCPHandler: Processed in 0.00189534 sec.
7579 2025.01.08 18:26:55.742699 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7580 2025.01.08 18:26:55.742931 [ 284 ] {bd814000-2453-4534-9b8b-e1278cc9d283} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
7581 2025.01.08 18:26:55.742980 [ 284 ] {bd814000-2453-4534-9b8b-e1278cc9d283} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7582 2025.01.08 18:26:55.743645 [ 284 ] {bd814000-2453-4534-9b8b-e1278cc9d283} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7583 2025.01.08 18:26:55.743685 [ 284 ] {bd814000-2453-4534-9b8b-e1278cc9d283} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
7584 2025.01.08 18:26:55.744053 [ 284 ] {bd814000-2453-4534-9b8b-e1278cc9d283} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
7585 2025.01.08 18:26:55.744298 [ 284 ] {bd814000-2453-4534-9b8b-e1278cc9d283} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7586 2025.01.08 18:26:55.744508 [ 284 ] {bd814000-2453-4534-9b8b-e1278cc9d283} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001642 sec., 147381.24238733252 rows/sec., 9.99 MiB/sec.
7587 2025.01.08 18:26:55.744559 [ 284 ] {bd814000-2453-4534-9b8b-e1278cc9d283} <Debug> TCPHandler: Processed in 0.001983782 sec.
7588 2025.01.08 18:26:55.744691 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7589 2025.01.08 18:26:55.744810 [ 290 ] {efab8449-5308-4866-90ad-f4c4d9d3f155} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
7590 2025.01.08 18:26:55.744859 [ 290 ] {efab8449-5308-4866-90ad-f4c4d9d3f155} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
7591 2025.01.08 18:26:55.745432 [ 290 ] {efab8449-5308-4866-90ad-f4c4d9d3f155} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7592 2025.01.08 18:26:55.745473 [ 290 ] {efab8449-5308-4866-90ad-f4c4d9d3f155} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
7593 2025.01.08 18:26:55.745836 [ 290 ] {efab8449-5308-4866-90ad-f4c4d9d3f155} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
7594 2025.01.08 18:26:55.746083 [ 290 ] {efab8449-5308-4866-90ad-f4c4d9d3f155} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7595 2025.01.08 18:26:55.746301 [ 290 ] {efab8449-5308-4866-90ad-f4c4d9d3f155} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001515 sec., 8580.85808580858 rows/sec., 535.01 KiB/sec.
7596 2025.01.08 18:26:55.746357 [ 290 ] {efab8449-5308-4866-90ad-f4c4d9d3f155} <Debug> TCPHandler: Processed in 0.001725134 sec.
7597 2025.01.08 18:26:55.746483 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7598 2025.01.08 18:26:55.746595 [ 284 ] {2cb7dd6c-5970-43c8-9344-da29ce305ff0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7599 2025.01.08 18:26:55.746648 [ 284 ] {2cb7dd6c-5970-43c8-9344-da29ce305ff0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7600 2025.01.08 18:26:55.747529 [ 284 ] {2cb7dd6c-5970-43c8-9344-da29ce305ff0} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7601 2025.01.08 18:26:55.747568 [ 284 ] {2cb7dd6c-5970-43c8-9344-da29ce305ff0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
7602 2025.01.08 18:26:55.747975 [ 284 ] {2cb7dd6c-5970-43c8-9344-da29ce305ff0} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
7603 2025.01.08 18:26:55.748217 [ 284 ] {2cb7dd6c-5970-43c8-9344-da29ce305ff0} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7604 2025.01.08 18:26:55.748461 [ 284 ] {2cb7dd6c-5970-43c8-9344-da29ce305ff0} <Debug> executeQuery: Read 844 rows, 62.46 KiB in 0.001885 sec., 447745.3580901857 rows/sec., 32.36 MiB/sec.
7605 2025.01.08 18:26:55.748566 [ 284 ] {2cb7dd6c-5970-43c8-9344-da29ce305ff0} <Debug> TCPHandler: Processed in 0.002135316 sec.
7606 2025.01.08 18:26:55.748785 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7607 2025.01.08 18:26:55.748967 [ 290 ] {5b0aecff-68a2-4bf6-8884-6da13c1b787f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
7608 2025.01.08 18:26:55.749027 [ 290 ] {5b0aecff-68a2-4bf6-8884-6da13c1b787f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
7609 2025.01.08 18:26:55.749590 [ 290 ] {5b0aecff-68a2-4bf6-8884-6da13c1b787f} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7610 2025.01.08 18:26:55.749638 [ 290 ] {5b0aecff-68a2-4bf6-8884-6da13c1b787f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
7611 2025.01.08 18:26:55.750065 [ 290 ] {5b0aecff-68a2-4bf6-8884-6da13c1b787f} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
7612 2025.01.08 18:26:55.750328 [ 290 ] {5b0aecff-68a2-4bf6-8884-6da13c1b787f} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7613 2025.01.08 18:26:55.750542 [ 290 ] {5b0aecff-68a2-4bf6-8884-6da13c1b787f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001606 sec., 3735.9900373599003 rows/sec., 195.19 KiB/sec.
7614 2025.01.08 18:26:55.750594 [ 290 ] {5b0aecff-68a2-4bf6-8884-6da13c1b787f} <Debug> TCPHandler: Processed in 0.001950921 sec.
7615 2025.01.08 18:26:55.750730 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7616 2025.01.08 18:26:55.750841 [ 284 ] {4b838a3f-3a01-4088-8581-2ba78fb851cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7617 2025.01.08 18:26:55.750891 [ 284 ] {4b838a3f-3a01-4088-8581-2ba78fb851cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7618 2025.01.08 18:26:55.751742 [ 284 ] {4b838a3f-3a01-4088-8581-2ba78fb851cb} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7619 2025.01.08 18:26:55.751788 [ 284 ] {4b838a3f-3a01-4088-8581-2ba78fb851cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
7620 2025.01.08 18:26:55.752242 [ 284 ] {4b838a3f-3a01-4088-8581-2ba78fb851cb} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
7621 2025.01.08 18:26:55.752486 [ 284 ] {4b838a3f-3a01-4088-8581-2ba78fb851cb} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7622 2025.01.08 18:26:55.752696 [ 284 ] {4b838a3f-3a01-4088-8581-2ba78fb851cb} <Debug> executeQuery: Read 944 rows, 64.18 KiB in 0.001879 sec., 502394.89089941455 rows/sec., 33.35 MiB/sec.
7623 2025.01.08 18:26:55.752746 [ 284 ] {4b838a3f-3a01-4088-8581-2ba78fb851cb} <Debug> TCPHandler: Processed in 0.002077894 sec.
7624 2025.01.08 18:26:55.752900 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7625 2025.01.08 18:26:55.753033 [ 290 ] {a9636b8c-aca1-4645-a012-405771f27bf3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
7626 2025.01.08 18:26:55.753093 [ 290 ] {a9636b8c-aca1-4645-a012-405771f27bf3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
7627 2025.01.08 18:26:55.753640 [ 290 ] {a9636b8c-aca1-4645-a012-405771f27bf3} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7628 2025.01.08 18:26:55.753687 [ 290 ] {a9636b8c-aca1-4645-a012-405771f27bf3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
7629 2025.01.08 18:26:55.754109 [ 290 ] {a9636b8c-aca1-4645-a012-405771f27bf3} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
7630 2025.01.08 18:26:55.754349 [ 290 ] {a9636b8c-aca1-4645-a012-405771f27bf3} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7631 2025.01.08 18:26:55.754570 [ 290 ] {a9636b8c-aca1-4645-a012-405771f27bf3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001568 sec., 637.7551020408164 rows/sec., 42.97 KiB/sec.
7632 2025.01.08 18:26:55.754622 [ 290 ] {a9636b8c-aca1-4645-a012-405771f27bf3} <Debug> TCPHandler: Processed in 0.001778836 sec.
7633 2025.01.08 18:26:55.754759 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7634 2025.01.08 18:26:55.754872 [ 284 ] {c6e2fa1a-34e4-4b54-ba74-5cadd0e78696} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7635 2025.01.08 18:26:55.754955 [ 284 ] {c6e2fa1a-34e4-4b54-ba74-5cadd0e78696} <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
7636 2025.01.08 18:26:55.756227 [ 284 ] {c6e2fa1a-34e4-4b54-ba74-5cadd0e78696} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7637 2025.01.08 18:26:55.756267 [ 284 ] {c6e2fa1a-34e4-4b54-ba74-5cadd0e78696} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
7638 2025.01.08 18:26:55.756935 [ 284 ] {c6e2fa1a-34e4-4b54-ba74-5cadd0e78696} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
7639 2025.01.08 18:26:55.757467 [ 284 ] {c6e2fa1a-34e4-4b54-ba74-5cadd0e78696} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7640 2025.01.08 18:26:55.757714 [ 284 ] {c6e2fa1a-34e4-4b54-ba74-5cadd0e78696} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002866 sec., 13956.734124214934 rows/sec., 25.01 MiB/sec.
7641 2025.01.08 18:26:55.757807 [ 284 ] {c6e2fa1a-34e4-4b54-ba74-5cadd0e78696} <Debug> TCPHandler: Processed in 0.00310357 sec.
7642 2025.01.08 18:26:55.757985 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7643 2025.01.08 18:26:55.758210 [ 290 ] {42e6cd26-c400-4b17-a59d-de83f106cc8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7644 2025.01.08 18:26:55.758302 [ 290 ] {42e6cd26-c400-4b17-a59d-de83f106cc8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7645 2025.01.08 18:26:55.759094 [ 290 ] {42e6cd26-c400-4b17-a59d-de83f106cc8b} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7646 2025.01.08 18:26:55.759134 [ 290 ] {42e6cd26-c400-4b17-a59d-de83f106cc8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
7647 2025.01.08 18:26:55.759500 [ 290 ] {42e6cd26-c400-4b17-a59d-de83f106cc8b} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
7648 2025.01.08 18:26:55.759763 [ 290 ] {42e6cd26-c400-4b17-a59d-de83f106cc8b} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7649 2025.01.08 18:26:55.759971 [ 290 ] {42e6cd26-c400-4b17-a59d-de83f106cc8b} <Debug> executeQuery: Read 28 rows, 1.61 KiB in 0.001816 sec., 15418.502202643172 rows/sec., 888.37 KiB/sec.
7650 2025.01.08 18:26:55.760022 [ 290 ] {42e6cd26-c400-4b17-a59d-de83f106cc8b} <Debug> TCPHandler: Processed in 0.002119815 sec.
7651 2025.01.08 18:26:56.000177 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 215.28 MiB, peak 218.78 MiB, free memory in arenas 0.00 B, will set to 214.15 MiB (RSS), difference: -1.14 MiB
7652 2025.01.08 18:26:57.599137 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 1076
7653 2025.01.08 18:26:57.603000 [ 242 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7654 2025.01.08 18:26:57.603059 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
7655 2025.01.08 18:26:57.604564 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
7656 2025.01.08 18:26:57.604884 [ 242 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7657 2025.01.08 18:26:57.605523 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1076
7658 2025.01.08 18:27:00.013440 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17934
7659 2025.01.08 18:27:00.014441 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7660 2025.01.08 18:27:00.014496 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
7661 2025.01.08 18:27:00.015039 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
7662 2025.01.08 18:27:00.015316 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7663 2025.01.08 18:27:00.015588 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17934
7664 2025.01.08 18:27:00.425149 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7665 2025.01.08 18:27:00.425459 [ 284 ] {2a5ec5c2-38d8-49a1-abb9-8130dc9ae4da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7666 2025.01.08 18:27:00.425575 [ 284 ] {2a5ec5c2-38d8-49a1-abb9-8130dc9ae4da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7667 2025.01.08 18:27:00.426549 [ 284 ] {2a5ec5c2-38d8-49a1-abb9-8130dc9ae4da} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7668 2025.01.08 18:27:00.426602 [ 284 ] {2a5ec5c2-38d8-49a1-abb9-8130dc9ae4da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
7669 2025.01.08 18:27:00.427010 [ 284 ] {2a5ec5c2-38d8-49a1-abb9-8130dc9ae4da} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
7670 2025.01.08 18:27:00.427257 [ 284 ] {2a5ec5c2-38d8-49a1-abb9-8130dc9ae4da} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7671 2025.01.08 18:27:00.427501 [ 284 ] {2a5ec5c2-38d8-49a1-abb9-8130dc9ae4da} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.002182 sec., 11915.673693858846 rows/sec., 919.72 KiB/sec.
7672 2025.01.08 18:27:00.427563 [ 284 ] {2a5ec5c2-38d8-49a1-abb9-8130dc9ae4da} <Debug> TCPHandler: Processed in 0.00266208 sec.
7673 2025.01.08 18:27:00.427885 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7674 2025.01.08 18:27:00.428105 [ 290 ] {806d9645-3db6-4f08-9e7a-2cc7670bf29f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7675 2025.01.08 18:27:00.428185 [ 290 ] {806d9645-3db6-4f08-9e7a-2cc7670bf29f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7676 2025.01.08 18:27:00.428933 [ 290 ] {806d9645-3db6-4f08-9e7a-2cc7670bf29f} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7677 2025.01.08 18:27:00.428981 [ 290 ] {806d9645-3db6-4f08-9e7a-2cc7670bf29f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
7678 2025.01.08 18:27:00.429432 [ 290 ] {806d9645-3db6-4f08-9e7a-2cc7670bf29f} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
7679 2025.01.08 18:27:00.429698 [ 290 ] {806d9645-3db6-4f08-9e7a-2cc7670bf29f} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7680 2025.01.08 18:27:00.429941 [ 290 ] {806d9645-3db6-4f08-9e7a-2cc7670bf29f} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001897 sec., 14760.147601476014 rows/sec., 1.15 MiB/sec.
7681 2025.01.08 18:27:00.430006 [ 290 ] {806d9645-3db6-4f08-9e7a-2cc7670bf29f} <Debug> TCPHandler: Processed in 0.002270059 sec.
7682 2025.01.08 18:27:00.430218 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7683 2025.01.08 18:27:00.430389 [ 284 ] {1f7dbce1-ae82-4470-856f-33d8e6da5e88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7684 2025.01.08 18:27:00.430456 [ 284 ] {1f7dbce1-ae82-4470-856f-33d8e6da5e88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7685 2025.01.08 18:27:00.431112 [ 284 ] {1f7dbce1-ae82-4470-856f-33d8e6da5e88} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7686 2025.01.08 18:27:00.431162 [ 284 ] {1f7dbce1-ae82-4470-856f-33d8e6da5e88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
7687 2025.01.08 18:27:00.431561 [ 284 ] {1f7dbce1-ae82-4470-856f-33d8e6da5e88} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
7688 2025.01.08 18:27:00.431805 [ 284 ] {1f7dbce1-ae82-4470-856f-33d8e6da5e88} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7689 2025.01.08 18:27:00.432018 [ 284 ] {1f7dbce1-ae82-4470-856f-33d8e6da5e88} <Debug> executeQuery: Read 80 rows, 5.68 KiB in 0.001666 sec., 48019.20768307323 rows/sec., 3.33 MiB/sec.
7690 2025.01.08 18:27:00.432071 [ 284 ] {1f7dbce1-ae82-4470-856f-33d8e6da5e88} <Debug> TCPHandler: Processed in 0.001980172 sec.
7691 2025.01.08 18:27:00.432228 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7692 2025.01.08 18:27:00.432370 [ 290 ] {57a6d4c4-f66b-4165-a0e6-12a8ff6af60b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7693 2025.01.08 18:27:00.432432 [ 290 ] {57a6d4c4-f66b-4165-a0e6-12a8ff6af60b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7694 2025.01.08 18:27:00.433032 [ 290 ] {57a6d4c4-f66b-4165-a0e6-12a8ff6af60b} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7695 2025.01.08 18:27:00.433081 [ 290 ] {57a6d4c4-f66b-4165-a0e6-12a8ff6af60b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
7696 2025.01.08 18:27:00.433472 [ 290 ] {57a6d4c4-f66b-4165-a0e6-12a8ff6af60b} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
7697 2025.01.08 18:27:00.433730 [ 290 ] {57a6d4c4-f66b-4165-a0e6-12a8ff6af60b} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7698 2025.01.08 18:27:00.433939 [ 290 ] {57a6d4c4-f66b-4165-a0e6-12a8ff6af60b} <Debug> executeQuery: Read 24 rows, 1.68 KiB in 0.001602 sec., 14981.273408239702 rows/sec., 1.03 MiB/sec.
7699 2025.01.08 18:27:00.433989 [ 290 ] {57a6d4c4-f66b-4165-a0e6-12a8ff6af60b} <Debug> TCPHandler: Processed in 0.001829838 sec.
7700 2025.01.08 18:27:01.258265 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294
7701 2025.01.08 18:27:01.280683 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7702 2025.01.08 18:27:01.280746 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB.
7703 2025.01.08 18:27:01.288280 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
7704 2025.01.08 18:27:01.289063 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7705 2025.01.08 18:27:01.292052 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 294
7706 2025.01.08 18:27:05.424868 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7707 2025.01.08 18:27:05.425189 [ 284 ] {a841401f-b888-4d1b-a9b7-893cba20cbf2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7708 2025.01.08 18:27:05.425303 [ 284 ] {a841401f-b888-4d1b-a9b7-893cba20cbf2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7709 2025.01.08 18:27:05.426092 [ 284 ] {a841401f-b888-4d1b-a9b7-893cba20cbf2} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7710 2025.01.08 18:27:05.426138 [ 284 ] {a841401f-b888-4d1b-a9b7-893cba20cbf2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
7711 2025.01.08 18:27:05.426566 [ 284 ] {a841401f-b888-4d1b-a9b7-893cba20cbf2} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
7712 2025.01.08 18:27:05.426833 [ 284 ] {a841401f-b888-4d1b-a9b7-893cba20cbf2} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7713 2025.01.08 18:27:05.427082 [ 284 ] {a841401f-b888-4d1b-a9b7-893cba20cbf2} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001978 sec., 13144.59049544995 rows/sec., 1014.58 KiB/sec.
7714 2025.01.08 18:27:05.427137 [ 284 ] {a841401f-b888-4d1b-a9b7-893cba20cbf2} <Debug> TCPHandler: Processed in 0.002459874 sec.
7715 2025.01.08 18:27:05.427396 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7716 2025.01.08 18:27:05.427594 [ 290 ] {536b2a13-7b85-44f7-9986-fadb0f9ac08d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7717 2025.01.08 18:27:05.427669 [ 290 ] {536b2a13-7b85-44f7-9986-fadb0f9ac08d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7718 2025.01.08 18:27:05.428425 [ 290 ] {536b2a13-7b85-44f7-9986-fadb0f9ac08d} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7719 2025.01.08 18:27:05.428469 [ 290 ] {536b2a13-7b85-44f7-9986-fadb0f9ac08d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
7720 2025.01.08 18:27:05.428922 [ 290 ] {536b2a13-7b85-44f7-9986-fadb0f9ac08d} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
7721 2025.01.08 18:27:05.429187 [ 290 ] {536b2a13-7b85-44f7-9986-fadb0f9ac08d} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7722 2025.01.08 18:27:05.429445 [ 290 ] {536b2a13-7b85-44f7-9986-fadb0f9ac08d} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001904 sec., 14705.882352941177 rows/sec., 1.15 MiB/sec.
7723 2025.01.08 18:27:05.429525 [ 290 ] {536b2a13-7b85-44f7-9986-fadb0f9ac08d} <Debug> TCPHandler: Processed in 0.00227088 sec.
7724 2025.01.08 18:27:05.429747 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7725 2025.01.08 18:27:05.429916 [ 284 ] {9a0cccaa-d7d7-43ad-aa10-6cd09962f120} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7726 2025.01.08 18:27:05.429978 [ 284 ] {9a0cccaa-d7d7-43ad-aa10-6cd09962f120} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7727 2025.01.08 18:27:05.430574 [ 284 ] {9a0cccaa-d7d7-43ad-aa10-6cd09962f120} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7728 2025.01.08 18:27:05.430612 [ 284 ] {9a0cccaa-d7d7-43ad-aa10-6cd09962f120} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
7729 2025.01.08 18:27:05.431010 [ 284 ] {9a0cccaa-d7d7-43ad-aa10-6cd09962f120} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
7730 2025.01.08 18:27:05.431255 [ 284 ] {9a0cccaa-d7d7-43ad-aa10-6cd09962f120} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7731 2025.01.08 18:27:05.431446 [ 284 ] {9a0cccaa-d7d7-43ad-aa10-6cd09962f120} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001562 sec., 64020.486555697826 rows/sec., 4.44 MiB/sec.
7732 2025.01.08 18:27:05.431500 [ 284 ] {9a0cccaa-d7d7-43ad-aa10-6cd09962f120} <Debug> TCPHandler: Processed in 0.001877319 sec.
7733 2025.01.08 18:27:05.431712 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7734 2025.01.08 18:27:05.431876 [ 290 ] {901004f8-6957-42cb-a860-cb192a80c617} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7735 2025.01.08 18:27:05.431942 [ 290 ] {901004f8-6957-42cb-a860-cb192a80c617} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7736 2025.01.08 18:27:05.432508 [ 290 ] {901004f8-6957-42cb-a860-cb192a80c617} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7737 2025.01.08 18:27:05.432549 [ 290 ] {901004f8-6957-42cb-a860-cb192a80c617} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
7738 2025.01.08 18:27:05.432938 [ 290 ] {901004f8-6957-42cb-a860-cb192a80c617} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
7739 2025.01.08 18:27:05.433186 [ 290 ] {901004f8-6957-42cb-a860-cb192a80c617} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7740 2025.01.08 18:27:05.433408 [ 290 ] {901004f8-6957-42cb-a860-cb192a80c617} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001567 sec., 19144.86279514997 rows/sec., 1.31 MiB/sec.
7741 2025.01.08 18:27:05.433459 [ 290 ] {901004f8-6957-42cb-a860-cb192a80c617} <Debug> TCPHandler: Processed in 0.001864538 sec.
7742 2025.01.08 18:27:07.354554 [ 39 ] {} <Debug> DNSResolver: Updating DNS cache
7743 2025.01.08 18:27:07.354657 [ 39 ] {} <Debug> DNSResolver: Updated DNS cache
7744 2025.01.08 18:27:07.515775 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 18361
7745 2025.01.08 18:27:07.516684 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7746 2025.01.08 18:27:07.516731 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
7747 2025.01.08 18:27:07.517264 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
7748 2025.01.08 18:27:07.517524 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7749 2025.01.08 18:27:07.517742 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18361
7750 2025.01.08 18:27:07.605836 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1092
7751 2025.01.08 18:27:07.608628 [ 242 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7752 2025.01.08 18:27:07.608684 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
7753 2025.01.08 18:27:07.610178 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
7754 2025.01.08 18:27:07.610492 [ 242 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7755 2025.01.08 18:27:07.611192 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1092
7756 2025.01.08 18:27:07.623701 [ 27 ] {} <Debug> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc) (MergerMutator): Selected 5 parts from all_1_23_5 to all_27_27_0
7757 2025.01.08 18:27:07.623786 [ 27 ] {} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7758 2025.01.08 18:27:07.623829 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
7759 2025.01.08 18:27:07.624047 [ 199 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_27_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_23_5 to all_27_27_0 into Compact with storage Full
7760 2025.01.08 18:27:07.624373 [ 199 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_27_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7761 2025.01.08 18:27:07.624442 [ 199 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_23_5, total 23 rows starting from the beginning of the part
7762 2025.01.08 18:27:07.624592 [ 199 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1 rows starting from the beginning of the part
7763 2025.01.08 18:27:07.624972 [ 199 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1 rows starting from the beginning of the part
7764 2025.01.08 18:27:07.625189 [ 199 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1 rows starting from the beginning of the part
7765 2025.01.08 18:27:07.625376 [ 199 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 1 rows starting from the beginning of the part
7766 2025.01.08 18:27:07.626494 [ 191 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_27_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27 rows, containing 4 columns (4 merged, 0 gathered) in 0.002576857 sec., 10477.88061192375 rows/sec., 706.03 KiB/sec.
7767 2025.01.08 18:27:07.626620 [ 191 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_27_6} <Trace> MergedBlockOutputStream: filled checksums all_1_27_6 (state Temporary)
7768 2025.01.08 18:27:07.626949 [ 191 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_27_6} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Renaming temporary part tmp_merge_all_1_27_6 to all_1_27_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7769 2025.01.08 18:27:07.627037 [ 191 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_27_6} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc) (MergerMutator): Merged 5 parts: [all_1_23_5, all_27_27_0] -> all_1_27_6
7770 2025.01.08 18:27:07.627119 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
7771 2025.01.08 18:27:08.792146 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302
7772 2025.01.08 18:27:08.813637 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7773 2025.01.08 18:27:08.813703 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
7774 2025.01.08 18:27:08.821047 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
7775 2025.01.08 18:27:08.821835 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7776 2025.01.08 18:27:08.824876 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 302
7777 2025.01.08 18:27:10.431762 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7778 2025.01.08 18:27:10.431945 [ 284 ] {8cf86880-eb35-4c84-9c54-6915ad160371} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
7779 2025.01.08 18:27:10.432019 [ 284 ] {8cf86880-eb35-4c84-9c54-6915ad160371} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
7780 2025.01.08 18:27:10.432771 [ 284 ] {8cf86880-eb35-4c84-9c54-6915ad160371} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7781 2025.01.08 18:27:10.432821 [ 284 ] {8cf86880-eb35-4c84-9c54-6915ad160371} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
7782 2025.01.08 18:27:10.433254 [ 284 ] {8cf86880-eb35-4c84-9c54-6915ad160371} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
7783 2025.01.08 18:27:10.433504 [ 284 ] {8cf86880-eb35-4c84-9c54-6915ad160371} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7784 2025.01.08 18:27:10.433747 [ 284 ] {8cf86880-eb35-4c84-9c54-6915ad160371} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001854 sec., 7551.240560949299 rows/sec., 543.59 KiB/sec.
7785 2025.01.08 18:27:10.433812 [ 284 ] {8cf86880-eb35-4c84-9c54-6915ad160371} <Debug> TCPHandler: Processed in 0.002183697 sec.
7786 2025.01.08 18:27:10.434084 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7787 2025.01.08 18:27:10.434305 [ 290 ] {eb8c0c39-3245-4de6-8afd-c91832b2464f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7788 2025.01.08 18:27:10.434389 [ 290 ] {eb8c0c39-3245-4de6-8afd-c91832b2464f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7789 2025.01.08 18:27:10.435257 [ 290 ] {eb8c0c39-3245-4de6-8afd-c91832b2464f} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7790 2025.01.08 18:27:10.435309 [ 290 ] {eb8c0c39-3245-4de6-8afd-c91832b2464f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
7791 2025.01.08 18:27:10.435786 [ 290 ] {eb8c0c39-3245-4de6-8afd-c91832b2464f} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
7792 2025.01.08 18:27:10.436060 [ 290 ] {eb8c0c39-3245-4de6-8afd-c91832b2464f} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7793 2025.01.08 18:27:10.436280 [ 106 ] {} <Debug> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
7794 2025.01.08 18:27:10.436353 [ 290 ] {eb8c0c39-3245-4de6-8afd-c91832b2464f} <Debug> executeQuery: Read 253 rows, 23.21 KiB in 0.002101 sec., 120418.84816753927 rows/sec., 10.79 MiB/sec.
7795 2025.01.08 18:27:10.436406 [ 106 ] {} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7796 2025.01.08 18:27:10.436471 [ 290 ] {eb8c0c39-3245-4de6-8afd-c91832b2464f} <Debug> TCPHandler: Processed in 0.002537976 sec.
7797 2025.01.08 18:27:10.436499 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
7798 2025.01.08 18:27:10.436754 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7799 2025.01.08 18:27:10.436767 [ 199 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::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
7800 2025.01.08 18:27:10.437049 [ 284 ] {81104dea-5712-4089-a44a-908bb771f660} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7801 2025.01.08 18:27:10.437068 [ 199 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7802 2025.01.08 18:27:10.437145 [ 199 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1400 rows starting from the beginning of the part
7803 2025.01.08 18:27:10.437163 [ 284 ] {81104dea-5712-4089-a44a-908bb771f660} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7804 2025.01.08 18:27:10.437626 [ 199 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 26 rows starting from the beginning of the part
7805 2025.01.08 18:27:10.437939 [ 199 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 1394 rows starting from the beginning of the part
7806 2025.01.08 18:27:10.438379 [ 199 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 26 rows starting from the beginning of the part
7807 2025.01.08 18:27:10.438740 [ 199 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 26 rows starting from the beginning of the part
7808 2025.01.08 18:27:10.439185 [ 199 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 253 rows starting from the beginning of the part
7809 2025.01.08 18:27:10.440190 [ 284 ] {81104dea-5712-4089-a44a-908bb771f660} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7810 2025.01.08 18:27:10.440236 [ 284 ] {81104dea-5712-4089-a44a-908bb771f660} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
7811 2025.01.08 18:27:10.440775 [ 284 ] {81104dea-5712-4089-a44a-908bb771f660} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
7812 2025.01.08 18:27:10.441087 [ 284 ] {81104dea-5712-4089-a44a-908bb771f660} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7813 2025.01.08 18:27:10.441451 [ 284 ] {81104dea-5712-4089-a44a-908bb771f660} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.00447 sec., 10514.541387024608 rows/sec., 774.91 KiB/sec.
7814 2025.01.08 18:27:10.441953 [ 284 ] {81104dea-5712-4089-a44a-908bb771f660} <Debug> TCPHandler: Processed in 0.00534035 sec.
7815 2025.01.08 18:27:10.442224 [ 199 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3125 rows, containing 5 columns (5 merged, 0 gathered) in 0.005555635 sec., 562491.956365024 rows/sec., 49.50 MiB/sec.
7816 2025.01.08 18:27:10.442414 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7817 2025.01.08 18:27:10.442569 [ 190 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
7818 2025.01.08 18:27:10.442599 [ 290 ] {06379320-bde3-4a77-bc2d-c8e8b26c0823} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
7819 2025.01.08 18:27:10.442714 [ 290 ] {06379320-bde3-4a77-bc2d-c8e8b26c0823} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7820 2025.01.08 18:27:10.443274 [ 198 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_66_13} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7821 2025.01.08 18:27:10.443492 [ 198 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_66_13} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
7822 2025.01.08 18:27:10.443670 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB.
7823 2025.01.08 18:27:10.443859 [ 290 ] {06379320-bde3-4a77-bc2d-c8e8b26c0823} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7824 2025.01.08 18:27:10.443903 [ 290 ] {06379320-bde3-4a77-bc2d-c8e8b26c0823} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
7825 2025.01.08 18:27:10.444282 [ 290 ] {06379320-bde3-4a77-bc2d-c8e8b26c0823} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
7826 2025.01.08 18:27:10.444534 [ 290 ] {06379320-bde3-4a77-bc2d-c8e8b26c0823} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7827 2025.01.08 18:27:10.444799 [ 290 ] {06379320-bde3-4a77-bc2d-c8e8b26c0823} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002233 sec., 6269.592476489028 rows/sec., 439.08 KiB/sec.
7828 2025.01.08 18:27:10.444942 [ 290 ] {06379320-bde3-4a77-bc2d-c8e8b26c0823} <Debug> TCPHandler: Processed in 0.002625158 sec.
7829 2025.01.08 18:27:10.445177 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7830 2025.01.08 18:27:10.445315 [ 284 ] {4fd09702-4ae3-412e-a0bb-0a219172971a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
7831 2025.01.08 18:27:10.445364 [ 284 ] {4fd09702-4ae3-412e-a0bb-0a219172971a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
7832 2025.01.08 18:27:10.445952 [ 284 ] {4fd09702-4ae3-412e-a0bb-0a219172971a} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7833 2025.01.08 18:27:10.445991 [ 284 ] {4fd09702-4ae3-412e-a0bb-0a219172971a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
7834 2025.01.08 18:27:10.446367 [ 284 ] {4fd09702-4ae3-412e-a0bb-0a219172971a} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
7835 2025.01.08 18:27:10.446610 [ 284 ] {4fd09702-4ae3-412e-a0bb-0a219172971a} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7836 2025.01.08 18:27:10.446829 [ 284 ] {4fd09702-4ae3-412e-a0bb-0a219172971a} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00154 sec., 8441.558441558442 rows/sec., 526.33 KiB/sec.
7837 2025.01.08 18:27:10.446882 [ 284 ] {4fd09702-4ae3-412e-a0bb-0a219172971a} <Debug> TCPHandler: Processed in 0.001838798 sec.
7838 2025.01.08 18:27:10.447029 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7839 2025.01.08 18:27:10.447167 [ 290 ] {49c9e0f7-573f-49e1-93c0-1da2c61c10ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7840 2025.01.08 18:27:10.447225 [ 290 ] {49c9e0f7-573f-49e1-93c0-1da2c61c10ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7841 2025.01.08 18:27:10.448005 [ 290 ] {49c9e0f7-573f-49e1-93c0-1da2c61c10ec} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7842 2025.01.08 18:27:10.448045 [ 290 ] {49c9e0f7-573f-49e1-93c0-1da2c61c10ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
7843 2025.01.08 18:27:10.448437 [ 290 ] {49c9e0f7-573f-49e1-93c0-1da2c61c10ec} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
7844 2025.01.08 18:27:10.448688 [ 290 ] {49c9e0f7-573f-49e1-93c0-1da2c61c10ec} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7845 2025.01.08 18:27:10.448848 [ 106 ] {} <Debug> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
7846 2025.01.08 18:27:10.448915 [ 106 ] {} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7847 2025.01.08 18:27:10.448952 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
7848 2025.01.08 18:27:10.448965 [ 290 ] {49c9e0f7-573f-49e1-93c0-1da2c61c10ec} <Debug> executeQuery: Read 386 rows, 28.01 KiB in 0.001819 sec., 212204.50797141285 rows/sec., 15.04 MiB/sec.
7849 2025.01.08 18:27:10.449182 [ 290 ] {49c9e0f7-573f-49e1-93c0-1da2c61c10ec} <Debug> TCPHandler: Processed in 0.002216188 sec.
7850 2025.01.08 18:27:10.449224 [ 190 ] {fa7e1080-106a-46d6-b087-687f1bf68453::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
7851 2025.01.08 18:27:10.449368 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7852 2025.01.08 18:27:10.449422 [ 190 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7853 2025.01.08 18:27:10.449472 [ 190 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 874 rows starting from the beginning of the part
7854 2025.01.08 18:27:10.449587 [ 284 ] {70ccd4a4-5b74-46e5-9969-0e4dd9f47b23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
7855 2025.01.08 18:27:10.449719 [ 190 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 28 rows starting from the beginning of the part
7856 2025.01.08 18:27:10.449775 [ 284 ] {70ccd4a4-5b74-46e5-9969-0e4dd9f47b23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
7857 2025.01.08 18:27:10.450030 [ 190 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 844 rows starting from the beginning of the part
7858 2025.01.08 18:27:10.450444 [ 190 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 28 rows starting from the beginning of the part
7859 2025.01.08 18:27:10.450838 [ 190 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 28 rows starting from the beginning of the part
7860 2025.01.08 18:27:10.451129 [ 190 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 386 rows starting from the beginning of the part
7861 2025.01.08 18:27:10.452322 [ 284 ] {70ccd4a4-5b74-46e5-9969-0e4dd9f47b23} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7862 2025.01.08 18:27:10.452395 [ 284 ] {70ccd4a4-5b74-46e5-9969-0e4dd9f47b23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
7863 2025.01.08 18:27:10.453292 [ 284 ] {70ccd4a4-5b74-46e5-9969-0e4dd9f47b23} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
7864 2025.01.08 18:27:10.453702 [ 284 ] {70ccd4a4-5b74-46e5-9969-0e4dd9f47b23} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7865 2025.01.08 18:27:10.454468 [ 284 ] {70ccd4a4-5b74-46e5-9969-0e4dd9f47b23} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00484 sec., 1239.6694214876034 rows/sec., 64.77 KiB/sec.
7866 2025.01.08 18:27:10.454673 [ 198 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2188 rows, containing 5 columns (5 merged, 0 gathered) in 0.005632397 sec., 388466.9351254892 rows/sec., 29.58 MiB/sec.
7867 2025.01.08 18:27:10.454868 [ 284 ] {70ccd4a4-5b74-46e5-9969-0e4dd9f47b23} <Debug> TCPHandler: Processed in 0.005591246 sec.
7868 2025.01.08 18:27:10.455025 [ 199 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
7869 2025.01.08 18:27:10.455072 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7870 2025.01.08 18:27:10.455300 [ 290 ] {3ff9746c-21c6-440f-b887-d0f4dffb4336} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7871 2025.01.08 18:27:10.455417 [ 290 ] {3ff9746c-21c6-440f-b887-d0f4dffb4336} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7872 2025.01.08 18:27:10.455621 [ 199 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_66_13} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7873 2025.01.08 18:27:10.455890 [ 199 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_66_13} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
7874 2025.01.08 18:27:10.456065 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB.
7875 2025.01.08 18:27:10.456447 [ 290 ] {3ff9746c-21c6-440f-b887-d0f4dffb4336} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7876 2025.01.08 18:27:10.456491 [ 290 ] {3ff9746c-21c6-440f-b887-d0f4dffb4336} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
7877 2025.01.08 18:27:10.456901 [ 290 ] {3ff9746c-21c6-440f-b887-d0f4dffb4336} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
7878 2025.01.08 18:27:10.457176 [ 290 ] {3ff9746c-21c6-440f-b887-d0f4dffb4336} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7879 2025.01.08 18:27:10.457364 [ 98 ] {} <Debug> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
7880 2025.01.08 18:27:10.457424 [ 290 ] {3ff9746c-21c6-440f-b887-d0f4dffb4336} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.002185 sec., 81006.86498855836 rows/sec., 5.34 MiB/sec.
7881 2025.01.08 18:27:10.457441 [ 98 ] {} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7882 2025.01.08 18:27:10.457513 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
7883 2025.01.08 18:27:10.457560 [ 290 ] {3ff9746c-21c6-440f-b887-d0f4dffb4336} <Debug> TCPHandler: Processed in 0.002581438 sec.
7884 2025.01.08 18:27:10.457884 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7885 2025.01.08 18:27:10.457992 [ 192 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::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
7886 2025.01.08 18:27:10.458524 [ 284 ] {d361446b-2809-4c18-b790-8a3b7294eded} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
7887 2025.01.08 18:27:10.458561 [ 192 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7888 2025.01.08 18:27:10.458687 [ 192 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_61_12, total 15305 rows starting from the beginning of the part
7889 2025.01.08 18:27:10.458849 [ 284 ] {d361446b-2809-4c18-b790-8a3b7294eded} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
7890 2025.01.08 18:27:10.459054 [ 192 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 100 rows starting from the beginning of the part
7891 2025.01.08 18:27:10.459391 [ 192 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 944 rows starting from the beginning of the part
7892 2025.01.08 18:27:10.459855 [ 192 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 80 rows starting from the beginning of the part
7893 2025.01.08 18:27:10.460329 [ 192 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 100 rows starting from the beginning of the part
7894 2025.01.08 18:27:10.460798 [ 192 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 177 rows starting from the beginning of the part
7895 2025.01.08 18:27:10.461751 [ 284 ] {d361446b-2809-4c18-b790-8a3b7294eded} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7896 2025.01.08 18:27:10.461827 [ 284 ] {d361446b-2809-4c18-b790-8a3b7294eded} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
7897 2025.01.08 18:27:10.462413 [ 284 ] {d361446b-2809-4c18-b790-8a3b7294eded} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
7898 2025.01.08 18:27:10.462865 [ 284 ] {d361446b-2809-4c18-b790-8a3b7294eded} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7899 2025.01.08 18:27:10.463342 [ 284 ] {d361446b-2809-4c18-b790-8a3b7294eded} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.005069 sec., 197.27756954034328 rows/sec., 13.29 KiB/sec.
7900 2025.01.08 18:27:10.463687 [ 284 ] {d361446b-2809-4c18-b790-8a3b7294eded} <Debug> TCPHandler: Processed in 0.006019417 sec.
7901 2025.01.08 18:27:10.464144 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7902 2025.01.08 18:27:10.464568 [ 290 ] {e2548934-289a-4b15-a9de-d53f0c80857c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7903 2025.01.08 18:27:10.464698 [ 290 ] {e2548934-289a-4b15-a9de-d53f0c80857c} <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
7904 2025.01.08 18:27:10.466407 [ 290 ] {e2548934-289a-4b15-a9de-d53f0c80857c} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7905 2025.01.08 18:27:10.466458 [ 290 ] {e2548934-289a-4b15-a9de-d53f0c80857c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
7906 2025.01.08 18:27:10.467581 [ 290 ] {e2548934-289a-4b15-a9de-d53f0c80857c} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
7907 2025.01.08 18:27:10.467757 [ 199 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16706 rows, containing 5 columns (5 merged, 0 gathered) in 0.010117644 sec., 1651174.9177970681 rows/sec., 110.58 MiB/sec.
7908 2025.01.08 18:27:10.468012 [ 199 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
7909 2025.01.08 18:27:10.468122 [ 290 ] {e2548934-289a-4b15-a9de-d53f0c80857c} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7910 2025.01.08 18:27:10.468558 [ 290 ] {e2548934-289a-4b15-a9de-d53f0c80857c} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.004132 sec., 9680.54211035818 rows/sec., 17.35 MiB/sec.
7911 2025.01.08 18:27:10.468767 [ 194 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7912 2025.01.08 18:27:10.468935 [ 290 ] {e2548934-289a-4b15-a9de-d53f0c80857c} <Debug> TCPHandler: Processed in 0.005066623 sec.
7913 2025.01.08 18:27:10.469016 [ 194 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
7914 2025.01.08 18:27:10.469174 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7915 2025.01.08 18:27:10.469205 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.41 MiB.
7916 2025.01.08 18:27:10.469321 [ 284 ] {fa5da8d6-a66c-4785-8188-9cd839c586c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7917 2025.01.08 18:27:10.469376 [ 284 ] {fa5da8d6-a66c-4785-8188-9cd839c586c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7918 2025.01.08 18:27:10.469898 [ 284 ] {fa5da8d6-a66c-4785-8188-9cd839c586c1} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7919 2025.01.08 18:27:10.469941 [ 284 ] {fa5da8d6-a66c-4785-8188-9cd839c586c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
7920 2025.01.08 18:27:10.470343 [ 284 ] {fa5da8d6-a66c-4785-8188-9cd839c586c1} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
7921 2025.01.08 18:27:10.470595 [ 284 ] {fa5da8d6-a66c-4785-8188-9cd839c586c1} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7922 2025.01.08 18:27:10.470786 [ 98 ] {} <Debug> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
7923 2025.01.08 18:27:10.470835 [ 98 ] {} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7924 2025.01.08 18:27:10.470858 [ 284 ] {fa5da8d6-a66c-4785-8188-9cd839c586c1} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001552 sec., 33505.154639175256 rows/sec., 2.07 MiB/sec.
7925 2025.01.08 18:27:10.470874 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
7926 2025.01.08 18:27:10.471032 [ 284 ] {fa5da8d6-a66c-4785-8188-9cd839c586c1} <Debug> TCPHandler: Processed in 0.001969762 sec.
7927 2025.01.08 18:27:10.471135 [ 194 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::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
7928 2025.01.08 18:27:10.471278 [ 194 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7929 2025.01.08 18:27:10.471317 [ 194 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 2156 rows starting from the beginning of the part
7930 2025.01.08 18:27:10.471442 [ 194 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 30 rows starting from the beginning of the part
7931 2025.01.08 18:27:10.471553 [ 194 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 28 rows starting from the beginning of the part
7932 2025.01.08 18:27:10.471765 [ 194 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 24 rows starting from the beginning of the part
7933 2025.01.08 18:27:10.471902 [ 194 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 30 rows starting from the beginning of the part
7934 2025.01.08 18:27:10.472033 [ 194 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 52 rows starting from the beginning of the part
7935 2025.01.08 18:27:10.473387 [ 188 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2320 rows, containing 4 columns (4 merged, 0 gathered) in 0.002385042 sec., 972729.2014144824 rows/sec., 62.61 MiB/sec.
7936 2025.01.08 18:27:10.473658 [ 188 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
7937 2025.01.08 18:27:10.473993 [ 188 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_66_13} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7938 2025.01.08 18:27:10.474086 [ 188 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_66_13} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
7939 2025.01.08 18:27:10.474183 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB.
7940 2025.01.08 18:27:15.017891 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 18849
7941 2025.01.08 18:27:15.018605 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7942 2025.01.08 18:27:15.018656 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
7943 2025.01.08 18:27:15.019216 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
7944 2025.01.08 18:27:15.019481 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7945 2025.01.08 18:27:15.019707 [ 101 ] {} <Debug> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
7946 2025.01.08 18:27:15.019728 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18849
7947 2025.01.08 18:27:15.019801 [ 101 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7948 2025.01.08 18:27:15.019831 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
7949 2025.01.08 18:27:15.020233 [ 197 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::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
7950 2025.01.08 18:27:15.021038 [ 197 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7951 2025.01.08 18:27:15.021103 [ 197 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::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
7952 2025.01.08 18:27:15.021176 [ 197 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::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
7953 2025.01.08 18:27:15.021279 [ 197 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::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
7954 2025.01.08 18:27:15.021504 [ 197 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::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
7955 2025.01.08 18:27:15.021639 [ 197 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::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
7956 2025.01.08 18:27:15.021886 [ 197 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::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
7957 2025.01.08 18:27:15.024288 [ 187 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18849 rows, containing 4 columns (4 merged, 0 gathered) in 0.004394625 sec., 4289103.16579913 rows/sec., 61.36 MiB/sec.
7958 2025.01.08 18:27:15.024711 [ 196 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
7959 2025.01.08 18:27:15.025085 [ 196 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::all_1_41_8} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7960 2025.01.08 18:27:15.025184 [ 196 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::all_1_41_8} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
7961 2025.01.08 18:27:15.025308 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.61 MiB.
7962 2025.01.08 18:27:15.424965 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7963 2025.01.08 18:27:15.425125 [ 284 ] {b05f9f42-7c97-4958-a57f-1114b1b62252} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7964 2025.01.08 18:27:15.425188 [ 284 ] {b05f9f42-7c97-4958-a57f-1114b1b62252} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7965 2025.01.08 18:27:15.425876 [ 284 ] {b05f9f42-7c97-4958-a57f-1114b1b62252} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7966 2025.01.08 18:27:15.425918 [ 284 ] {b05f9f42-7c97-4958-a57f-1114b1b62252} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
7967 2025.01.08 18:27:15.426304 [ 284 ] {b05f9f42-7c97-4958-a57f-1114b1b62252} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
7968 2025.01.08 18:27:15.426550 [ 284 ] {b05f9f42-7c97-4958-a57f-1114b1b62252} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7969 2025.01.08 18:27:15.426769 [ 284 ] {b05f9f42-7c97-4958-a57f-1114b1b62252} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001691 sec., 15375.51744529864 rows/sec., 1.16 MiB/sec.
7970 2025.01.08 18:27:15.426824 [ 284 ] {b05f9f42-7c97-4958-a57f-1114b1b62252} <Debug> TCPHandler: Processed in 0.001981332 sec.
7971 2025.01.08 18:27:15.427067 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7972 2025.01.08 18:27:15.427253 [ 290 ] {6307d9cc-4942-4e49-88f3-d62e56df7c40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7973 2025.01.08 18:27:15.427331 [ 290 ] {6307d9cc-4942-4e49-88f3-d62e56df7c40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7974 2025.01.08 18:27:15.428097 [ 290 ] {6307d9cc-4942-4e49-88f3-d62e56df7c40} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7975 2025.01.08 18:27:15.428138 [ 290 ] {6307d9cc-4942-4e49-88f3-d62e56df7c40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
7976 2025.01.08 18:27:15.428533 [ 290 ] {6307d9cc-4942-4e49-88f3-d62e56df7c40} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
7977 2025.01.08 18:27:15.428786 [ 290 ] {6307d9cc-4942-4e49-88f3-d62e56df7c40} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7978 2025.01.08 18:27:15.428986 [ 290 ] {6307d9cc-4942-4e49-88f3-d62e56df7c40} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001787 sec., 15668.718522663683 rows/sec., 1.22 MiB/sec.
7979 2025.01.08 18:27:15.429047 [ 290 ] {6307d9cc-4942-4e49-88f3-d62e56df7c40} <Debug> TCPHandler: Processed in 0.002116845 sec.
7980 2025.01.08 18:27:15.429197 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7981 2025.01.08 18:27:15.429333 [ 284 ] {b47830a6-025d-4cb9-918c-89cff9d290cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7982 2025.01.08 18:27:15.429397 [ 284 ] {b47830a6-025d-4cb9-918c-89cff9d290cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7983 2025.01.08 18:27:15.429999 [ 284 ] {b47830a6-025d-4cb9-918c-89cff9d290cf} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7984 2025.01.08 18:27:15.430038 [ 284 ] {b47830a6-025d-4cb9-918c-89cff9d290cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
7985 2025.01.08 18:27:15.430436 [ 284 ] {b47830a6-025d-4cb9-918c-89cff9d290cf} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
7986 2025.01.08 18:27:15.430691 [ 284 ] {b47830a6-025d-4cb9-918c-89cff9d290cf} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7987 2025.01.08 18:27:15.430903 [ 284 ] {b47830a6-025d-4cb9-918c-89cff9d290cf} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.0016 sec., 62500 rows/sec., 4.33 MiB/sec.
7988 2025.01.08 18:27:15.430955 [ 284 ] {b47830a6-025d-4cb9-918c-89cff9d290cf} <Debug> TCPHandler: Processed in 0.001823938 sec.
7989 2025.01.08 18:27:15.431103 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7990 2025.01.08 18:27:15.431245 [ 290 ] {516f57ea-1d87-4a01-a9b7-24c955e6c3e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7991 2025.01.08 18:27:15.431309 [ 290 ] {516f57ea-1d87-4a01-a9b7-24c955e6c3e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7992 2025.01.08 18:27:15.431861 [ 290 ] {516f57ea-1d87-4a01-a9b7-24c955e6c3e5} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7993 2025.01.08 18:27:15.431898 [ 290 ] {516f57ea-1d87-4a01-a9b7-24c955e6c3e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
7994 2025.01.08 18:27:15.432294 [ 290 ] {516f57ea-1d87-4a01-a9b7-24c955e6c3e5} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
7995 2025.01.08 18:27:15.432549 [ 290 ] {516f57ea-1d87-4a01-a9b7-24c955e6c3e5} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7996 2025.01.08 18:27:15.432728 [ 290 ] {516f57ea-1d87-4a01-a9b7-24c955e6c3e5} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001518 sec., 19762.845849802372 rows/sec., 1.35 MiB/sec.
7997 2025.01.08 18:27:15.432784 [ 290 ] {516f57ea-1d87-4a01-a9b7-24c955e6c3e5} <Debug> TCPHandler: Processed in 0.001749185 sec.
7998 2025.01.08 18:27:16.324965 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309
7999 2025.01.08 18:27:16.348099 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8000 2025.01.08 18:27:16.348158 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
8001 2025.01.08 18:27:16.355615 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
8002 2025.01.08 18:27:16.356396 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8003 2025.01.08 18:27:16.356704 [ 100 ] {} <Debug> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
8004 2025.01.08 18:27:16.356771 [ 100 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8005 2025.01.08 18:27:16.356808 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
8006 2025.01.08 18:27:16.357371 [ 194 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::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
8007 2025.01.08 18:27:16.373632 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 309
8008 2025.01.08 18:27:16.374948 [ 194 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8009 2025.01.08 18:27:16.376537 [ 194 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::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
8010 2025.01.08 18:27:16.382079 [ 194 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::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
8011 2025.01.08 18:27:16.388450 [ 194 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::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
8012 2025.01.08 18:27:16.393916 [ 194 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::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
8013 2025.01.08 18:27:16.399473 [ 194 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::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
8014 2025.01.08 18:27:16.404320 [ 194 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::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
8015 2025.01.08 18:27:16.464534 [ 187 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.107602671 sec., 2871.675927078056 rows/sec., 14.85 MiB/sec.
8016 2025.01.08 18:27:16.466591 [ 186 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
8017 2025.01.08 18:27:16.468972 [ 186 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::all_1_41_8} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8018 2025.01.08 18:27:16.469081 [ 186 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::all_1_41_8} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
8019 2025.01.08 18:27:16.470483 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB.
8020 2025.01.08 18:27:17.000157 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 216.10 MiB, peak 229.52 MiB, free memory in arenas 0.00 B, will set to 218.55 MiB (RSS), difference: 2.45 MiB
8021 2025.01.08 18:27:17.611358 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1122
8022 2025.01.08 18:27:17.614443 [ 242 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8023 2025.01.08 18:27:17.614505 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
8024 2025.01.08 18:27:17.615985 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
8025 2025.01.08 18:27:17.616318 [ 242 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): 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.08 18:27:17.617629 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1122
8027 2025.01.08 18:27:20.430975 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8028 2025.01.08 18:27:20.431167 [ 284 ] {f181bf73-ab85-4ada-acca-38ab7e35703e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
8029 2025.01.08 18:27:20.431242 [ 284 ] {f181bf73-ab85-4ada-acca-38ab7e35703e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
8030 2025.01.08 18:27:20.431978 [ 284 ] {f181bf73-ab85-4ada-acca-38ab7e35703e} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8031 2025.01.08 18:27:20.432028 [ 284 ] {f181bf73-ab85-4ada-acca-38ab7e35703e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
8032 2025.01.08 18:27:20.432475 [ 284 ] {f181bf73-ab85-4ada-acca-38ab7e35703e} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
8033 2025.01.08 18:27:20.432735 [ 284 ] {f181bf73-ab85-4ada-acca-38ab7e35703e} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8034 2025.01.08 18:27:20.432943 [ 93 ] {} <Debug> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0
8035 2025.01.08 18:27:20.432973 [ 284 ] {f181bf73-ab85-4ada-acca-38ab7e35703e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001859 sec., 7530.930607853685 rows/sec., 542.13 KiB/sec.
8036 2025.01.08 18:27:20.433037 [ 93 ] {} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8037 2025.01.08 18:27:20.433108 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
8038 2025.01.08 18:27:20.433117 [ 284 ] {f181bf73-ab85-4ada-acca-38ab7e35703e} <Debug> TCPHandler: Processed in 0.00227921 sec.
8039 2025.01.08 18:27:20.433483 [ 200 ] {3fec6173-3e69-4314-b82a-beabd4844532::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
8040 2025.01.08 18:27:20.433510 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8041 2025.01.08 18:27:20.433941 [ 200 ] {3fec6173-3e69-4314-b82a-beabd4844532::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8042 2025.01.08 18:27:20.433971 [ 290 ] {d0f6b267-b1c3-4593-9be2-6047db11b254} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8043 2025.01.08 18:27:20.434014 [ 200 ] {3fec6173-3e69-4314-b82a-beabd4844532::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
8044 2025.01.08 18:27:20.434095 [ 290 ] {d0f6b267-b1c3-4593-9be2-6047db11b254} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8045 2025.01.08 18:27:20.434254 [ 200 ] {3fec6173-3e69-4314-b82a-beabd4844532::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
8046 2025.01.08 18:27:20.434604 [ 200 ] {3fec6173-3e69-4314-b82a-beabd4844532::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
8047 2025.01.08 18:27:20.434916 [ 200 ] {3fec6173-3e69-4314-b82a-beabd4844532::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
8048 2025.01.08 18:27:20.435292 [ 200 ] {3fec6173-3e69-4314-b82a-beabd4844532::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
8049 2025.01.08 18:27:20.437329 [ 290 ] {d0f6b267-b1c3-4593-9be2-6047db11b254} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8050 2025.01.08 18:27:20.437407 [ 290 ] {d0f6b267-b1c3-4593-9be2-6047db11b254} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
8051 2025.01.08 18:27:20.438049 [ 200 ] {3fec6173-3e69-4314-b82a-beabd4844532::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004796465 sec., 14594.081266099096 rows/sec., 1.08 MiB/sec.
8052 2025.01.08 18:27:20.438315 [ 195 ] {3fec6173-3e69-4314-b82a-beabd4844532::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary)
8053 2025.01.08 18:27:20.438540 [ 290 ] {d0f6b267-b1c3-4593-9be2-6047db11b254} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
8054 2025.01.08 18:27:20.438872 [ 195 ] {3fec6173-3e69-4314-b82a-beabd4844532::all_1_29_7} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8055 2025.01.08 18:27:20.439035 [ 290 ] {d0f6b267-b1c3-4593-9be2-6047db11b254} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8056 2025.01.08 18:27:20.439081 [ 195 ] {3fec6173-3e69-4314-b82a-beabd4844532::all_1_29_7} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7
8057 2025.01.08 18:27:20.439230 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
8058 2025.01.08 18:27:20.439408 [ 290 ] {d0f6b267-b1c3-4593-9be2-6047db11b254} <Debug> executeQuery: Read 253 rows, 23.21 KiB in 0.00557 sec., 45421.90305206463 rows/sec., 4.07 MiB/sec.
8059 2025.01.08 18:27:20.439504 [ 290 ] {d0f6b267-b1c3-4593-9be2-6047db11b254} <Debug> TCPHandler: Processed in 0.006253823 sec.
8060 2025.01.08 18:27:20.439657 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8061 2025.01.08 18:27:20.439775 [ 284 ] {efae1231-22b9-4a5a-bc35-fad6f34c9d67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8062 2025.01.08 18:27:20.439826 [ 284 ] {efae1231-22b9-4a5a-bc35-fad6f34c9d67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8063 2025.01.08 18:27:20.440437 [ 284 ] {efae1231-22b9-4a5a-bc35-fad6f34c9d67} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8064 2025.01.08 18:27:20.440478 [ 284 ] {efae1231-22b9-4a5a-bc35-fad6f34c9d67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
8065 2025.01.08 18:27:20.440857 [ 284 ] {efae1231-22b9-4a5a-bc35-fad6f34c9d67} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
8066 2025.01.08 18:27:20.441103 [ 284 ] {efae1231-22b9-4a5a-bc35-fad6f34c9d67} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8067 2025.01.08 18:27:20.441265 [ 93 ] {} <Debug> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a) (MergerMutator): Selected 6 parts from all_1_24_5 to all_29_29_0
8068 2025.01.08 18:27:20.441325 [ 93 ] {} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8069 2025.01.08 18:27:20.441350 [ 284 ] {efae1231-22b9-4a5a-bc35-fad6f34c9d67} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.001585 sec., 29652.996845425867 rows/sec., 2.13 MiB/sec.
8070 2025.01.08 18:27:20.441365 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
8071 2025.01.08 18:27:20.441569 [ 284 ] {efae1231-22b9-4a5a-bc35-fad6f34c9d67} <Debug> TCPHandler: Processed in 0.001959501 sec.
8072 2025.01.08 18:27:20.441829 [ 201 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::all_1_29_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_24_5 to all_29_29_0 into Compact with storage Full
8073 2025.01.08 18:27:20.441866 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8074 2025.01.08 18:27:20.442229 [ 290 ] {c88979cc-93a4-41b6-8ba9-b6c2fd282352} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
8075 2025.01.08 18:27:20.442272 [ 201 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::all_1_29_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8076 2025.01.08 18:27:20.442307 [ 290 ] {c88979cc-93a4-41b6-8ba9-b6c2fd282352} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8077 2025.01.08 18:27:20.442314 [ 201 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_24_5, total 61 rows starting from the beginning of the part
8078 2025.01.08 18:27:20.442487 [ 201 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 47 rows starting from the beginning of the part
8079 2025.01.08 18:27:20.442752 [ 201 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 47 rows starting from the beginning of the part
8080 2025.01.08 18:27:20.443093 [ 201 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 49 rows starting from the beginning of the part
8081 2025.01.08 18:27:20.443326 [ 201 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 47 rows starting from the beginning of the part
8082 2025.01.08 18:27:20.443544 [ 201 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 47 rows starting from the beginning of the part
8083 2025.01.08 18:27:20.444106 [ 290 ] {c88979cc-93a4-41b6-8ba9-b6c2fd282352} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8084 2025.01.08 18:27:20.444155 [ 290 ] {c88979cc-93a4-41b6-8ba9-b6c2fd282352} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
8085 2025.01.08 18:27:20.444763 [ 290 ] {c88979cc-93a4-41b6-8ba9-b6c2fd282352} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
8086 2025.01.08 18:27:20.445031 [ 193 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::all_1_29_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 298 rows, containing 5 columns (5 merged, 0 gathered) in 0.003556963 sec., 83779.33647327792 rows/sec., 6.33 MiB/sec.
8087 2025.01.08 18:27:20.445102 [ 290 ] {c88979cc-93a4-41b6-8ba9-b6c2fd282352} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8088 2025.01.08 18:27:20.445198 [ 193 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::all_1_29_6} <Trace> MergedBlockOutputStream: filled checksums all_1_29_6 (state Temporary)
8089 2025.01.08 18:27:20.445249 [ 93 ] {} <Debug> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3) (MergerMutator): Selected 6 parts from all_1_24_5 to all_29_29_0
8090 2025.01.08 18:27:20.445315 [ 93 ] {} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8091 2025.01.08 18:27:20.445380 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
8092 2025.01.08 18:27:20.445432 [ 290 ] {c88979cc-93a4-41b6-8ba9-b6c2fd282352} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00331 sec., 4229.607250755287 rows/sec., 296.21 KiB/sec.
8093 2025.01.08 18:27:20.445590 [ 201 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::all_1_29_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_24_5 to all_29_29_0 into Compact with storage Full
8094 2025.01.08 18:27:20.445602 [ 290 ] {c88979cc-93a4-41b6-8ba9-b6c2fd282352} <Debug> TCPHandler: Processed in 0.003908362 sec.
8095 2025.01.08 18:27:20.445810 [ 201 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::all_1_29_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8096 2025.01.08 18:27:20.445869 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8097 2025.01.08 18:27:20.445896 [ 201 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_24_5, total 242 rows starting from the beginning of the part
8098 2025.01.08 18:27:20.445981 [ 193 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::all_1_29_6} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Renaming temporary part tmp_merge_all_1_29_6 to all_1_29_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8099 2025.01.08 18:27:20.446362 [ 201 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 14 rows starting from the beginning of the part
8100 2025.01.08 18:27:20.446450 [ 284 ] {479b3ae8-ef82-46c6-9db9-cef8c4c12b4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
8101 2025.01.08 18:27:20.446482 [ 193 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::all_1_29_6} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a) (MergerMutator): Merged 6 parts: [all_1_24_5, all_29_29_0] -> all_1_29_6
8102 2025.01.08 18:27:20.446746 [ 284 ] {479b3ae8-ef82-46c6-9db9-cef8c4c12b4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
8103 2025.01.08 18:27:20.446816 [ 201 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 14 rows starting from the beginning of the part
8104 2025.01.08 18:27:20.446966 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
8105 2025.01.08 18:27:20.447315 [ 201 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 242 rows starting from the beginning of the part
8106 2025.01.08 18:27:20.447583 [ 201 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 14 rows starting from the beginning of the part
8107 2025.01.08 18:27:20.447897 [ 201 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 14 rows starting from the beginning of the part
8108 2025.01.08 18:27:20.449713 [ 284 ] {479b3ae8-ef82-46c6-9db9-cef8c4c12b4c} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8109 2025.01.08 18:27:20.449793 [ 284 ] {479b3ae8-ef82-46c6-9db9-cef8c4c12b4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
8110 2025.01.08 18:27:20.450874 [ 284 ] {479b3ae8-ef82-46c6-9db9-cef8c4c12b4c} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
8111 2025.01.08 18:27:20.450897 [ 201 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::all_1_29_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 5 columns (5 merged, 0 gathered) in 0.005465293 sec., 98805.315652793 rows/sec., 7.08 MiB/sec.
8112 2025.01.08 18:27:20.451115 [ 201 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::all_1_29_6} <Trace> MergedBlockOutputStream: filled checksums all_1_29_6 (state Temporary)
8113 2025.01.08 18:27:20.451321 [ 284 ] {479b3ae8-ef82-46c6-9db9-cef8c4c12b4c} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8114 2025.01.08 18:27:20.451593 [ 93 ] {} <Debug> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0
8115 2025.01.08 18:27:20.451690 [ 93 ] {} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8116 2025.01.08 18:27:20.451727 [ 201 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::all_1_29_6} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Renaming temporary part tmp_merge_all_1_29_6 to all_1_29_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8117 2025.01.08 18:27:20.451782 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
8118 2025.01.08 18:27:20.451881 [ 284 ] {479b3ae8-ef82-46c6-9db9-cef8c4c12b4c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005612 sec., 2316.464718460442 rows/sec., 144.43 KiB/sec.
8119 2025.01.08 18:27:20.452059 [ 201 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::all_1_29_6} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3) (MergerMutator): Merged 6 parts: [all_1_24_5, all_29_29_0] -> all_1_29_6
8120 2025.01.08 18:27:20.452490 [ 284 ] {479b3ae8-ef82-46c6-9db9-cef8c4c12b4c} <Debug> TCPHandler: Processed in 0.006770596 sec.
8121 2025.01.08 18:27:20.452466 [ 189 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::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
8122 2025.01.08 18:27:20.452558 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB.
8123 2025.01.08 18:27:20.452859 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8124 2025.01.08 18:27:20.453137 [ 189 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8125 2025.01.08 18:27:20.453223 [ 189 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::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
8126 2025.01.08 18:27:20.453293 [ 290 ] {2f18416b-3fc1-4b3f-9647-e2912e006711} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8127 2025.01.08 18:27:20.453432 [ 290 ] {2f18416b-3fc1-4b3f-9647-e2912e006711} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8128 2025.01.08 18:27:20.453470 [ 189 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::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
8129 2025.01.08 18:27:20.453663 [ 189 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::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
8130 2025.01.08 18:27:20.453844 [ 189 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::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
8131 2025.01.08 18:27:20.454042 [ 189 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::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
8132 2025.01.08 18:27:20.455375 [ 290 ] {2f18416b-3fc1-4b3f-9647-e2912e006711} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8133 2025.01.08 18:27:20.455426 [ 290 ] {2f18416b-3fc1-4b3f-9647-e2912e006711} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
8134 2025.01.08 18:27:20.455745 [ 189 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.00382985 sec., 16971.944070916616 rows/sec., 1.10 MiB/sec.
8135 2025.01.08 18:27:20.456073 [ 198 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary)
8136 2025.01.08 18:27:20.456083 [ 290 ] {2f18416b-3fc1-4b3f-9647-e2912e006711} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
8137 2025.01.08 18:27:20.456626 [ 290 ] {2f18416b-3fc1-4b3f-9647-e2912e006711} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8138 2025.01.08 18:27:20.456669 [ 198 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::all_1_29_7} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8139 2025.01.08 18:27:20.456912 [ 198 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::all_1_29_7} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7
8140 2025.01.08 18:27:20.457111 [ 290 ] {2f18416b-3fc1-4b3f-9647-e2912e006711} <Debug> executeQuery: Read 386 rows, 28.01 KiB in 0.003901 sec., 98948.98743911818 rows/sec., 7.01 MiB/sec.
8141 2025.01.08 18:27:20.457182 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
8142 2025.01.08 18:27:20.457369 [ 290 ] {2f18416b-3fc1-4b3f-9647-e2912e006711} <Debug> TCPHandler: Processed in 0.004723513 sec.
8143 2025.01.08 18:27:20.457617 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8144 2025.01.08 18:27:20.457764 [ 284 ] {02d6d371-98fa-4810-9346-874b75ebc8e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
8145 2025.01.08 18:27:20.457817 [ 284 ] {02d6d371-98fa-4810-9346-874b75ebc8e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
8146 2025.01.08 18:27:20.458341 [ 284 ] {02d6d371-98fa-4810-9346-874b75ebc8e4} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8147 2025.01.08 18:27:20.458381 [ 284 ] {02d6d371-98fa-4810-9346-874b75ebc8e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
8148 2025.01.08 18:27:20.458781 [ 284 ] {02d6d371-98fa-4810-9346-874b75ebc8e4} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
8149 2025.01.08 18:27:20.459028 [ 284 ] {02d6d371-98fa-4810-9346-874b75ebc8e4} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8150 2025.01.08 18:27:20.459189 [ 92 ] {} <Debug> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e) (MergerMutator): Selected 6 parts from all_1_24_5 to all_29_29_0
8151 2025.01.08 18:27:20.459250 [ 92 ] {} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8152 2025.01.08 18:27:20.459275 [ 284 ] {02d6d371-98fa-4810-9346-874b75ebc8e4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001532 sec., 3916.44908616188 rows/sec., 204.62 KiB/sec.
8153 2025.01.08 18:27:20.459291 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
8154 2025.01.08 18:27:20.459436 [ 284 ] {02d6d371-98fa-4810-9346-874b75ebc8e4} <Debug> TCPHandler: Processed in 0.001932431 sec.
8155 2025.01.08 18:27:20.459751 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8156 2025.01.08 18:27:20.459839 [ 201 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::all_1_29_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_24_5 to all_29_29_0 into Compact with storage Full
8157 2025.01.08 18:27:20.460132 [ 290 ] {c642fc68-ed63-41b6-9f56-27f9f73e4d8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8158 2025.01.08 18:27:20.460293 [ 290 ] {c642fc68-ed63-41b6-9f56-27f9f73e4d8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8159 2025.01.08 18:27:20.460342 [ 201 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::all_1_29_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8160 2025.01.08 18:27:20.460422 [ 201 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_24_5, total 144 rows starting from the beginning of the part
8161 2025.01.08 18:27:20.460614 [ 201 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part
8162 2025.01.08 18:27:20.461059 [ 201 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part
8163 2025.01.08 18:27:20.461340 [ 201 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part
8164 2025.01.08 18:27:20.461638 [ 201 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part
8165 2025.01.08 18:27:20.461881 [ 201 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 6 rows starting from the beginning of the part
8166 2025.01.08 18:27:20.462529 [ 290 ] {c642fc68-ed63-41b6-9f56-27f9f73e4d8a} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8167 2025.01.08 18:27:20.462574 [ 290 ] {c642fc68-ed63-41b6-9f56-27f9f73e4d8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
8168 2025.01.08 18:27:20.463167 [ 290 ] {c642fc68-ed63-41b6-9f56-27f9f73e4d8a} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
8169 2025.01.08 18:27:20.463324 [ 201 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::all_1_29_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 174 rows, containing 4 columns (4 merged, 0 gathered) in 0.003885561 sec., 44781.17831633579 rows/sec., 2.28 MiB/sec.
8170 2025.01.08 18:27:20.463437 [ 201 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::all_1_29_6} <Trace> MergedBlockOutputStream: filled checksums all_1_29_6 (state Temporary)
8171 2025.01.08 18:27:20.463500 [ 290 ] {c642fc68-ed63-41b6-9f56-27f9f73e4d8a} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8172 2025.01.08 18:27:20.463871 [ 290 ] {c642fc68-ed63-41b6-9f56-27f9f73e4d8a} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.003876 sec., 45665.6346749226 rows/sec., 3.01 MiB/sec.
8173 2025.01.08 18:27:20.463977 [ 201 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::all_1_29_6} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Renaming temporary part tmp_merge_all_1_29_6 to all_1_29_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8174 2025.01.08 18:27:20.464017 [ 290 ] {c642fc68-ed63-41b6-9f56-27f9f73e4d8a} <Debug> TCPHandler: Processed in 0.004455467 sec.
8175 2025.01.08 18:27:20.464276 [ 201 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::all_1_29_6} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e) (MergerMutator): Merged 6 parts: [all_1_24_5, all_29_29_0] -> all_1_29_6
8176 2025.01.08 18:27:20.464537 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8177 2025.01.08 18:27:20.464571 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
8178 2025.01.08 18:27:20.465049 [ 284 ] {88610363-c83c-44e9-8294-16da1b6d5970} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
8179 2025.01.08 18:27:20.465129 [ 284 ] {88610363-c83c-44e9-8294-16da1b6d5970} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
8180 2025.01.08 18:27:20.465609 [ 284 ] {88610363-c83c-44e9-8294-16da1b6d5970} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8181 2025.01.08 18:27:20.465649 [ 284 ] {88610363-c83c-44e9-8294-16da1b6d5970} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
8182 2025.01.08 18:27:20.466023 [ 284 ] {88610363-c83c-44e9-8294-16da1b6d5970} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
8183 2025.01.08 18:27:20.466266 [ 284 ] {88610363-c83c-44e9-8294-16da1b6d5970} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8184 2025.01.08 18:27:20.466526 [ 284 ] {88610363-c83c-44e9-8294-16da1b6d5970} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001628 sec., 614.2506142506143 rows/sec., 41.39 KiB/sec.
8185 2025.01.08 18:27:20.466725 [ 284 ] {88610363-c83c-44e9-8294-16da1b6d5970} <Debug> TCPHandler: Processed in 0.002589387 sec.
8186 2025.01.08 18:27:20.466896 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8187 2025.01.08 18:27:20.467016 [ 290 ] {123bb514-f570-44f1-ae44-9d2cb4bd458d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8188 2025.01.08 18:27:20.467100 [ 290 ] {123bb514-f570-44f1-ae44-9d2cb4bd458d} <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
8189 2025.01.08 18:27:20.468240 [ 290 ] {123bb514-f570-44f1-ae44-9d2cb4bd458d} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8190 2025.01.08 18:27:20.468279 [ 290 ] {123bb514-f570-44f1-ae44-9d2cb4bd458d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
8191 2025.01.08 18:27:20.468953 [ 290 ] {123bb514-f570-44f1-ae44-9d2cb4bd458d} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
8192 2025.01.08 18:27:20.469211 [ 290 ] {123bb514-f570-44f1-ae44-9d2cb4bd458d} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8193 2025.01.08 18:27:20.469532 [ 290 ] {123bb514-f570-44f1-ae44-9d2cb4bd458d} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002537 sec., 15766.653527788725 rows/sec., 28.25 MiB/sec.
8194 2025.01.08 18:27:20.470067 [ 290 ] {123bb514-f570-44f1-ae44-9d2cb4bd458d} <Debug> TCPHandler: Processed in 0.003223824 sec.
8195 2025.01.08 18:27:20.470323 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8196 2025.01.08 18:27:20.470547 [ 284 ] {99c0697d-0166-45b5-96b5-b517cc9f04a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8197 2025.01.08 18:27:20.470641 [ 284 ] {99c0697d-0166-45b5-96b5-b517cc9f04a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8198 2025.01.08 18:27:20.471290 [ 284 ] {99c0697d-0166-45b5-96b5-b517cc9f04a7} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8199 2025.01.08 18:27:20.471330 [ 284 ] {99c0697d-0166-45b5-96b5-b517cc9f04a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
8200 2025.01.08 18:27:20.471709 [ 284 ] {99c0697d-0166-45b5-96b5-b517cc9f04a7} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
8201 2025.01.08 18:27:20.471958 [ 284 ] {99c0697d-0166-45b5-96b5-b517cc9f04a7} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8202 2025.01.08 18:27:20.472166 [ 284 ] {99c0697d-0166-45b5-96b5-b517cc9f04a7} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001674 sec., 31063.321385902032 rows/sec., 1.92 MiB/sec.
8203 2025.01.08 18:27:20.472219 [ 284 ] {99c0697d-0166-45b5-96b5-b517cc9f04a7} <Debug> TCPHandler: Processed in 0.002047384 sec.
8204 2025.01.08 18:27:22.354718 [ 90 ] {} <Debug> DNSResolver: Updating DNS cache
8205 2025.01.08 18:27:22.354817 [ 90 ] {} <Debug> DNSResolver: Updated DNS cache
8206 2025.01.08 18:27:22.519920 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 19276
8207 2025.01.08 18:27:22.520658 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8208 2025.01.08 18:27:22.520712 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
8209 2025.01.08 18:27:22.521294 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
8210 2025.01.08 18:27:22.521554 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8211 2025.01.08 18:27:22.521806 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19276
8212 2025.01.08 18:27:23.873733 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317
8213 2025.01.08 18:27:23.892590 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8214 2025.01.08 18:27:23.892653 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
8215 2025.01.08 18:27:23.899675 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
8216 2025.01.08 18:27:23.900436 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8217 2025.01.08 18:27:23.903095 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 317
8218 2025.01.08 18:27:25.424696 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8219 2025.01.08 18:27:25.424995 [ 284 ] {88a6a2be-5575-4b91-a44f-b94ae3bee320} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8220 2025.01.08 18:27:25.425113 [ 284 ] {88a6a2be-5575-4b91-a44f-b94ae3bee320} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8221 2025.01.08 18:27:25.425876 [ 284 ] {88a6a2be-5575-4b91-a44f-b94ae3bee320} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8222 2025.01.08 18:27:25.425925 [ 284 ] {88a6a2be-5575-4b91-a44f-b94ae3bee320} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
8223 2025.01.08 18:27:25.426386 [ 284 ] {88a6a2be-5575-4b91-a44f-b94ae3bee320} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
8224 2025.01.08 18:27:25.426643 [ 284 ] {88a6a2be-5575-4b91-a44f-b94ae3bee320} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8225 2025.01.08 18:27:25.426898 [ 284 ] {88a6a2be-5575-4b91-a44f-b94ae3bee320} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001975 sec., 13164.556962025315 rows/sec., 1016.12 KiB/sec.
8226 2025.01.08 18:27:25.427022 [ 284 ] {88a6a2be-5575-4b91-a44f-b94ae3bee320} <Debug> TCPHandler: Processed in 0.002516315 sec.
8227 2025.01.08 18:27:25.427319 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8228 2025.01.08 18:27:25.427568 [ 290 ] {170932ed-c93d-40bc-b4a3-d03fec31b054} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8229 2025.01.08 18:27:25.427643 [ 290 ] {170932ed-c93d-40bc-b4a3-d03fec31b054} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8230 2025.01.08 18:27:25.428415 [ 290 ] {170932ed-c93d-40bc-b4a3-d03fec31b054} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8231 2025.01.08 18:27:25.428459 [ 290 ] {170932ed-c93d-40bc-b4a3-d03fec31b054} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
8232 2025.01.08 18:27:25.428906 [ 290 ] {170932ed-c93d-40bc-b4a3-d03fec31b054} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
8233 2025.01.08 18:27:25.429164 [ 290 ] {170932ed-c93d-40bc-b4a3-d03fec31b054} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8234 2025.01.08 18:27:25.429382 [ 290 ] {170932ed-c93d-40bc-b4a3-d03fec31b054} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001864 sec., 15021.45922746781 rows/sec., 1.17 MiB/sec.
8235 2025.01.08 18:27:25.429487 [ 290 ] {170932ed-c93d-40bc-b4a3-d03fec31b054} <Debug> TCPHandler: Processed in 0.002359242 sec.
8236 2025.01.08 18:27:25.429698 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8237 2025.01.08 18:27:25.429839 [ 284 ] {2e9e2561-b354-47a8-8b76-89a50dfe0cfb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8238 2025.01.08 18:27:25.429895 [ 284 ] {2e9e2561-b354-47a8-8b76-89a50dfe0cfb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8239 2025.01.08 18:27:25.430545 [ 284 ] {2e9e2561-b354-47a8-8b76-89a50dfe0cfb} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8240 2025.01.08 18:27:25.430622 [ 284 ] {2e9e2561-b354-47a8-8b76-89a50dfe0cfb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
8241 2025.01.08 18:27:25.431152 [ 284 ] {2e9e2561-b354-47a8-8b76-89a50dfe0cfb} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
8242 2025.01.08 18:27:25.431406 [ 284 ] {2e9e2561-b354-47a8-8b76-89a50dfe0cfb} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8243 2025.01.08 18:27:25.431621 [ 284 ] {2e9e2561-b354-47a8-8b76-89a50dfe0cfb} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001812 sec., 55187.637969094925 rows/sec., 3.83 MiB/sec.
8244 2025.01.08 18:27:25.431675 [ 284 ] {2e9e2561-b354-47a8-8b76-89a50dfe0cfb} <Debug> TCPHandler: Processed in 0.002046164 sec.
8245 2025.01.08 18:27:25.431835 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8246 2025.01.08 18:27:25.431981 [ 290 ] {da4a630a-60fc-4bb6-a246-b1b289e53d30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8247 2025.01.08 18:27:25.432047 [ 290 ] {da4a630a-60fc-4bb6-a246-b1b289e53d30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8248 2025.01.08 18:27:25.432580 [ 290 ] {da4a630a-60fc-4bb6-a246-b1b289e53d30} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8249 2025.01.08 18:27:25.432618 [ 290 ] {da4a630a-60fc-4bb6-a246-b1b289e53d30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
8250 2025.01.08 18:27:25.433060 [ 290 ] {da4a630a-60fc-4bb6-a246-b1b289e53d30} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
8251 2025.01.08 18:27:25.433315 [ 290 ] {da4a630a-60fc-4bb6-a246-b1b289e53d30} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8252 2025.01.08 18:27:25.433492 [ 290 ] {da4a630a-60fc-4bb6-a246-b1b289e53d30} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001547 sec., 19392.372333548803 rows/sec., 1.33 MiB/sec.
8253 2025.01.08 18:27:25.433544 [ 290 ] {da4a630a-60fc-4bb6-a246-b1b289e53d30} <Debug> TCPHandler: Processed in 0.001778867 sec.
8254 2025.01.08 18:27:25.736306 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8255 2025.01.08 18:27:25.736598 [ 284 ] {7f7c2a7f-a968-4ffd-bd49-c0c39e3c34b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
8256 2025.01.08 18:27:25.736711 [ 284 ] {7f7c2a7f-a968-4ffd-bd49-c0c39e3c34b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
8257 2025.01.08 18:27:25.737633 [ 284 ] {7f7c2a7f-a968-4ffd-bd49-c0c39e3c34b0} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8258 2025.01.08 18:27:25.737681 [ 284 ] {7f7c2a7f-a968-4ffd-bd49-c0c39e3c34b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
8259 2025.01.08 18:27:25.738114 [ 284 ] {7f7c2a7f-a968-4ffd-bd49-c0c39e3c34b0} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
8260 2025.01.08 18:27:25.738377 [ 284 ] {7f7c2a7f-a968-4ffd-bd49-c0c39e3c34b0} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8261 2025.01.08 18:27:25.738624 [ 284 ] {7f7c2a7f-a968-4ffd-bd49-c0c39e3c34b0} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002106 sec., 6647.6733143399815 rows/sec., 478.54 KiB/sec.
8262 2025.01.08 18:27:25.738687 [ 284 ] {7f7c2a7f-a968-4ffd-bd49-c0c39e3c34b0} <Debug> TCPHandler: Processed in 0.002556997 sec.
8263 2025.01.08 18:27:25.738940 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8264 2025.01.08 18:27:25.739155 [ 290 ] {11420f11-dbe5-490e-bb00-fd50398c9a32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
8265 2025.01.08 18:27:25.739237 [ 290 ] {11420f11-dbe5-490e-bb00-fd50398c9a32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
8266 2025.01.08 18:27:25.740017 [ 290 ] {11420f11-dbe5-490e-bb00-fd50398c9a32} <Trace> oximeter.fields_ipaddr (a146431f-2326-4c8f-a3c3-fb5a4b690f62): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8267 2025.01.08 18:27:25.740066 [ 290 ] {11420f11-dbe5-490e-bb00-fd50398c9a32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
8268 2025.01.08 18:27:25.740494 [ 290 ] {11420f11-dbe5-490e-bb00-fd50398c9a32} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
8269 2025.01.08 18:27:25.740749 [ 290 ] {11420f11-dbe5-490e-bb00-fd50398c9a32} <Trace> oximeter.fields_ipaddr (a146431f-2326-4c8f-a3c3-fb5a4b690f62): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8270 2025.01.08 18:27:25.741054 [ 290 ] {11420f11-dbe5-490e-bb00-fd50398c9a32} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001956 sec., 6134.9693251533745 rows/sec., 500.26 KiB/sec.
8271 2025.01.08 18:27:25.741232 [ 290 ] {11420f11-dbe5-490e-bb00-fd50398c9a32} <Debug> TCPHandler: Processed in 0.002428143 sec.
8272 2025.01.08 18:27:25.741401 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8273 2025.01.08 18:27:25.741540 [ 284 ] {020289e5-ea78-4fa6-be55-1e68469170a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8274 2025.01.08 18:27:25.741601 [ 284 ] {020289e5-ea78-4fa6-be55-1e68469170a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8275 2025.01.08 18:27:25.742781 [ 284 ] {020289e5-ea78-4fa6-be55-1e68469170a7} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8276 2025.01.08 18:27:25.742820 [ 284 ] {020289e5-ea78-4fa6-be55-1e68469170a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
8277 2025.01.08 18:27:25.743296 [ 284 ] {020289e5-ea78-4fa6-be55-1e68469170a7} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
8278 2025.01.08 18:27:25.743550 [ 284 ] {020289e5-ea78-4fa6-be55-1e68469170a7} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8279 2025.01.08 18:27:25.743770 [ 284 ] {020289e5-ea78-4fa6-be55-1e68469170a7} <Debug> executeQuery: Read 1399 rows, 120.22 KiB in 0.002261 sec., 618752.7642636002 rows/sec., 51.92 MiB/sec.
8280 2025.01.08 18:27:25.743824 [ 284 ] {020289e5-ea78-4fa6-be55-1e68469170a7} <Debug> TCPHandler: Processed in 0.002491115 sec.
8281 2025.01.08 18:27:25.743978 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8282 2025.01.08 18:27:25.744122 [ 290 ] {78947605-e80c-4554-aadb-5fe514a95c52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8283 2025.01.08 18:27:25.744184 [ 290 ] {78947605-e80c-4554-aadb-5fe514a95c52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8284 2025.01.08 18:27:25.744920 [ 290 ] {78947605-e80c-4554-aadb-5fe514a95c52} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8285 2025.01.08 18:27:25.744969 [ 290 ] {78947605-e80c-4554-aadb-5fe514a95c52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
8286 2025.01.08 18:27:25.745381 [ 290 ] {78947605-e80c-4554-aadb-5fe514a95c52} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
8287 2025.01.08 18:27:25.745626 [ 290 ] {78947605-e80c-4554-aadb-5fe514a95c52} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8288 2025.01.08 18:27:25.745836 [ 290 ] {78947605-e80c-4554-aadb-5fe514a95c52} <Debug> executeQuery: Read 59 rows, 4.30 KiB in 0.001749 sec., 33733.56203544883 rows/sec., 2.40 MiB/sec.
8289 2025.01.08 18:27:25.745893 [ 290 ] {78947605-e80c-4554-aadb-5fe514a95c52} <Debug> TCPHandler: Processed in 0.001982812 sec.
8290 2025.01.08 18:27:25.746035 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8291 2025.01.08 18:27:25.746154 [ 284 ] {03b791ca-f00a-4b5b-b1bd-9a6ae0fbe412} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
8292 2025.01.08 18:27:25.746209 [ 284 ] {03b791ca-f00a-4b5b-b1bd-9a6ae0fbe412} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8293 2025.01.08 18:27:25.746976 [ 284 ] {03b791ca-f00a-4b5b-b1bd-9a6ae0fbe412} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8294 2025.01.08 18:27:25.747025 [ 284 ] {03b791ca-f00a-4b5b-b1bd-9a6ae0fbe412} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
8295 2025.01.08 18:27:25.747420 [ 284 ] {03b791ca-f00a-4b5b-b1bd-9a6ae0fbe412} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
8296 2025.01.08 18:27:25.747679 [ 284 ] {03b791ca-f00a-4b5b-b1bd-9a6ae0fbe412} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8297 2025.01.08 18:27:25.747928 [ 284 ] {03b791ca-f00a-4b5b-b1bd-9a6ae0fbe412} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001793 sec., 134969.32515337423 rows/sec., 9.14 MiB/sec.
8298 2025.01.08 18:27:25.748027 [ 284 ] {03b791ca-f00a-4b5b-b1bd-9a6ae0fbe412} <Debug> TCPHandler: Processed in 0.002042124 sec.
8299 2025.01.08 18:27:25.748235 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8300 2025.01.08 18:27:25.748393 [ 290 ] {dcd6b71f-efad-4033-9327-0369952af4fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
8301 2025.01.08 18:27:25.748455 [ 290 ] {dcd6b71f-efad-4033-9327-0369952af4fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
8302 2025.01.08 18:27:25.749177 [ 290 ] {dcd6b71f-efad-4033-9327-0369952af4fe} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8303 2025.01.08 18:27:25.749216 [ 290 ] {dcd6b71f-efad-4033-9327-0369952af4fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
8304 2025.01.08 18:27:25.749580 [ 290 ] {dcd6b71f-efad-4033-9327-0369952af4fe} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
8305 2025.01.08 18:27:25.749832 [ 290 ] {dcd6b71f-efad-4033-9327-0369952af4fe} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8306 2025.01.08 18:27:25.750093 [ 290 ] {dcd6b71f-efad-4033-9327-0369952af4fe} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001722 sec., 7549.361207897793 rows/sec., 470.70 KiB/sec.
8307 2025.01.08 18:27:25.750286 [ 290 ] {dcd6b71f-efad-4033-9327-0369952af4fe} <Debug> TCPHandler: Processed in 0.002155247 sec.
8308 2025.01.08 18:27:25.750482 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8309 2025.01.08 18:27:25.750617 [ 284 ] {7074fe14-ac49-439a-ae90-539660d4002b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8310 2025.01.08 18:27:25.750673 [ 284 ] {7074fe14-ac49-439a-ae90-539660d4002b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8311 2025.01.08 18:27:25.751565 [ 284 ] {7074fe14-ac49-439a-ae90-539660d4002b} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8312 2025.01.08 18:27:25.751604 [ 284 ] {7074fe14-ac49-439a-ae90-539660d4002b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
8313 2025.01.08 18:27:25.752009 [ 284 ] {7074fe14-ac49-439a-ae90-539660d4002b} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
8314 2025.01.08 18:27:25.752251 [ 284 ] {7074fe14-ac49-439a-ae90-539660d4002b} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8315 2025.01.08 18:27:25.752466 [ 284 ] {7074fe14-ac49-439a-ae90-539660d4002b} <Debug> executeQuery: Read 854 rows, 63.27 KiB in 0.001878 sec., 454739.0841320554 rows/sec., 32.90 MiB/sec.
8316 2025.01.08 18:27:25.752518 [ 284 ] {7074fe14-ac49-439a-ae90-539660d4002b} <Debug> TCPHandler: Processed in 0.002122185 sec.
8317 2025.01.08 18:27:25.752663 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8318 2025.01.08 18:27:25.752786 [ 290 ] {268ae204-45f0-44e7-8199-5b46eda69eb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
8319 2025.01.08 18:27:25.752838 [ 290 ] {268ae204-45f0-44e7-8199-5b46eda69eb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
8320 2025.01.08 18:27:25.753337 [ 290 ] {268ae204-45f0-44e7-8199-5b46eda69eb4} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8321 2025.01.08 18:27:25.753378 [ 290 ] {268ae204-45f0-44e7-8199-5b46eda69eb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
8322 2025.01.08 18:27:25.753752 [ 290 ] {268ae204-45f0-44e7-8199-5b46eda69eb4} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
8323 2025.01.08 18:27:25.753990 [ 290 ] {268ae204-45f0-44e7-8199-5b46eda69eb4} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8324 2025.01.08 18:27:25.754201 [ 290 ] {268ae204-45f0-44e7-8199-5b46eda69eb4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001439 sec., 4169.562195969424 rows/sec., 217.84 KiB/sec.
8325 2025.01.08 18:27:25.754252 [ 290 ] {268ae204-45f0-44e7-8199-5b46eda69eb4} <Debug> TCPHandler: Processed in 0.001644473 sec.
8326 2025.01.08 18:27:25.754395 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8327 2025.01.08 18:27:25.754532 [ 284 ] {b48e7dba-7aa3-4327-982b-2111b78103df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8328 2025.01.08 18:27:25.754594 [ 284 ] {b48e7dba-7aa3-4327-982b-2111b78103df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8329 2025.01.08 18:27:25.755384 [ 284 ] {b48e7dba-7aa3-4327-982b-2111b78103df} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8330 2025.01.08 18:27:25.755423 [ 284 ] {b48e7dba-7aa3-4327-982b-2111b78103df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
8331 2025.01.08 18:27:25.755862 [ 284 ] {b48e7dba-7aa3-4327-982b-2111b78103df} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
8332 2025.01.08 18:27:25.756110 [ 284 ] {b48e7dba-7aa3-4327-982b-2111b78103df} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8333 2025.01.08 18:27:25.756331 [ 284 ] {b48e7dba-7aa3-4327-982b-2111b78103df} <Debug> executeQuery: Read 949 rows, 64.53 KiB in 0.001831 sec., 518296.0131075915 rows/sec., 34.42 MiB/sec.
8334 2025.01.08 18:27:25.756387 [ 284 ] {b48e7dba-7aa3-4327-982b-2111b78103df} <Debug> TCPHandler: Processed in 0.002056274 sec.
8335 2025.01.08 18:27:25.756532 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8336 2025.01.08 18:27:25.756670 [ 290 ] {695de278-6892-41bb-8f28-768f0757f3f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
8337 2025.01.08 18:27:25.756732 [ 290 ] {695de278-6892-41bb-8f28-768f0757f3f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
8338 2025.01.08 18:27:25.757262 [ 290 ] {695de278-6892-41bb-8f28-768f0757f3f7} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8339 2025.01.08 18:27:25.757302 [ 290 ] {695de278-6892-41bb-8f28-768f0757f3f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
8340 2025.01.08 18:27:25.757665 [ 290 ] {695de278-6892-41bb-8f28-768f0757f3f7} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
8341 2025.01.08 18:27:25.757912 [ 290 ] {695de278-6892-41bb-8f28-768f0757f3f7} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8342 2025.01.08 18:27:25.758114 [ 290 ] {695de278-6892-41bb-8f28-768f0757f3f7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001476 sec., 677.5067750677506 rows/sec., 45.65 KiB/sec.
8343 2025.01.08 18:27:25.758163 [ 290 ] {695de278-6892-41bb-8f28-768f0757f3f7} <Debug> TCPHandler: Processed in 0.001696954 sec.
8344 2025.01.08 18:27:25.758311 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8345 2025.01.08 18:27:25.758448 [ 284 ] {165b06d6-1f68-49be-82bb-6ffb5e0e0de7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8346 2025.01.08 18:27:25.758539 [ 284 ] {165b06d6-1f68-49be-82bb-6ffb5e0e0de7} <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
8347 2025.01.08 18:27:25.759838 [ 284 ] {165b06d6-1f68-49be-82bb-6ffb5e0e0de7} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8348 2025.01.08 18:27:25.759879 [ 284 ] {165b06d6-1f68-49be-82bb-6ffb5e0e0de7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
8349 2025.01.08 18:27:25.760535 [ 284 ] {165b06d6-1f68-49be-82bb-6ffb5e0e0de7} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
8350 2025.01.08 18:27:25.760804 [ 284 ] {165b06d6-1f68-49be-82bb-6ffb5e0e0de7} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8351 2025.01.08 18:27:25.761054 [ 284 ] {165b06d6-1f68-49be-82bb-6ffb5e0e0de7} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002637 sec., 15168.752370117558 rows/sec., 27.18 MiB/sec.
8352 2025.01.08 18:27:25.761167 [ 284 ] {165b06d6-1f68-49be-82bb-6ffb5e0e0de7} <Debug> TCPHandler: Processed in 0.002923807 sec.
8353 2025.01.08 18:27:25.761430 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8354 2025.01.08 18:27:25.761652 [ 290 ] {2c4d3c2e-ee49-433e-902c-3b2a9e118add} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8355 2025.01.08 18:27:25.761747 [ 290 ] {2c4d3c2e-ee49-433e-902c-3b2a9e118add} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8356 2025.01.08 18:27:25.762490 [ 290 ] {2c4d3c2e-ee49-433e-902c-3b2a9e118add} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8357 2025.01.08 18:27:25.762529 [ 290 ] {2c4d3c2e-ee49-433e-902c-3b2a9e118add} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
8358 2025.01.08 18:27:25.762904 [ 290 ] {2c4d3c2e-ee49-433e-902c-3b2a9e118add} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
8359 2025.01.08 18:27:25.763146 [ 290 ] {2c4d3c2e-ee49-433e-902c-3b2a9e118add} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8360 2025.01.08 18:27:25.763391 [ 290 ] {2c4d3c2e-ee49-433e-902c-3b2a9e118add} <Debug> executeQuery: Read 28 rows, 1.61 KiB in 0.001783 sec., 15703.869882220975 rows/sec., 904.81 KiB/sec.
8361 2025.01.08 18:27:25.763468 [ 290 ] {2c4d3c2e-ee49-433e-902c-3b2a9e118add} <Debug> TCPHandler: Processed in 0.002150426 sec.
8362 2025.01.08 18:27:26.000181 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 219.74 MiB, peak 229.52 MiB, free memory in arenas 0.00 B, will set to 218.62 MiB (RSS), difference: -1.12 MiB
8363 2025.01.08 18:27:27.617871 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 1176
8364 2025.01.08 18:27:27.621631 [ 242 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8365 2025.01.08 18:27:27.621687 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
8366 2025.01.08 18:27:27.623211 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
8367 2025.01.08 18:27:27.623532 [ 242 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8368 2025.01.08 18:27:27.623822 [ 83 ] {} <Debug> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
8369 2025.01.08 18:27:27.623996 [ 83 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8370 2025.01.08 18:27:27.624116 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
8371 2025.01.08 18:27:27.625470 [ 189 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::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
8372 2025.01.08 18:27:27.625561 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1176
8373 2025.01.08 18:27:27.626270 [ 189 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8374 2025.01.08 18:27:27.626479 [ 189 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 992 rows starting from the beginning of the part
8375 2025.01.08 18:27:27.627216 [ 189 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::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
8376 2025.01.08 18:27:27.627894 [ 189 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 54 rows starting from the beginning of the part
8377 2025.01.08 18:27:27.628614 [ 189 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 16 rows starting from the beginning of the part
8378 2025.01.08 18:27:27.629303 [ 189 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::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
8379 2025.01.08 18:27:27.629965 [ 189 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 54 rows starting from the beginning of the part
8380 2025.01.08 18:27:27.638556 [ 199 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1176 rows, containing 72 columns (72 merged, 0 gathered) in 0.01417819 sec., 82944.29683901824 rows/sec., 64.96 MiB/sec.
8381 2025.01.08 18:27:27.640405 [ 199 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
8382 2025.01.08 18:27:27.641231 [ 199 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::all_1_31_6} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8383 2025.01.08 18:27:27.641349 [ 199 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::all_1_31_6} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
8384 2025.01.08 18:27:27.641700 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.81 MiB.
8385 2025.01.08 18:27:30.021955 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 19764
8386 2025.01.08 18:27:30.022785 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8387 2025.01.08 18:27:30.022829 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
8388 2025.01.08 18:27:30.023492 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
8389 2025.01.08 18:27:30.023760 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8390 2025.01.08 18:27:30.023961 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19764
8391 2025.01.08 18:27:30.424912 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8392 2025.01.08 18:27:30.425206 [ 284 ] {73187dc6-0999-418a-a76e-181b154d74bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8393 2025.01.08 18:27:30.425319 [ 284 ] {73187dc6-0999-418a-a76e-181b154d74bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8394 2025.01.08 18:27:30.426090 [ 284 ] {73187dc6-0999-418a-a76e-181b154d74bf} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8395 2025.01.08 18:27:30.426134 [ 284 ] {73187dc6-0999-418a-a76e-181b154d74bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
8396 2025.01.08 18:27:30.426589 [ 284 ] {73187dc6-0999-418a-a76e-181b154d74bf} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
8397 2025.01.08 18:27:30.426850 [ 284 ] {73187dc6-0999-418a-a76e-181b154d74bf} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8398 2025.01.08 18:27:30.427020 [ 75 ] {} <Debug> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
8399 2025.01.08 18:27:30.427069 [ 75 ] {} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8400 2025.01.08 18:27:30.427072 [ 284 ] {73187dc6-0999-418a-a76e-181b154d74bf} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001948 sec., 13347.022587268993 rows/sec., 1.01 MiB/sec.
8401 2025.01.08 18:27:30.427112 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
8402 2025.01.08 18:27:30.427157 [ 284 ] {73187dc6-0999-418a-a76e-181b154d74bf} <Debug> TCPHandler: Processed in 0.002437363 sec.
8403 2025.01.08 18:27:30.427385 [ 188 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::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
8404 2025.01.08 18:27:30.427478 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8405 2025.01.08 18:27:30.427635 [ 188 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8406 2025.01.08 18:27:30.427715 [ 188 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1400 rows starting from the beginning of the part
8407 2025.01.08 18:27:30.427772 [ 290 ] {62a5d54b-2e1e-4406-8a38-ea407093ddab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8408 2025.01.08 18:27:30.427964 [ 290 ] {62a5d54b-2e1e-4406-8a38-ea407093ddab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8409 2025.01.08 18:27:30.428015 [ 188 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 26 rows starting from the beginning of the part
8410 2025.01.08 18:27:30.428464 [ 188 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 253 rows starting from the beginning of the part
8411 2025.01.08 18:27:30.428724 [ 188 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 26 rows starting from the beginning of the part
8412 2025.01.08 18:27:30.428996 [ 188 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 1399 rows starting from the beginning of the part
8413 2025.01.08 18:27:30.429409 [ 188 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 26 rows starting from the beginning of the part
8414 2025.01.08 18:27:30.430870 [ 290 ] {62a5d54b-2e1e-4406-8a38-ea407093ddab} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8415 2025.01.08 18:27:30.430961 [ 290 ] {62a5d54b-2e1e-4406-8a38-ea407093ddab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
8416 2025.01.08 18:27:30.431977 [ 290 ] {62a5d54b-2e1e-4406-8a38-ea407093ddab} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
8417 2025.01.08 18:27:30.432313 [ 290 ] {62a5d54b-2e1e-4406-8a38-ea407093ddab} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8418 2025.01.08 18:27:30.432577 [ 73 ] {} <Debug> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
8419 2025.01.08 18:27:30.432687 [ 73 ] {} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8420 2025.01.08 18:27:30.432766 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
8421 2025.01.08 18:27:30.432898 [ 290 ] {62a5d54b-2e1e-4406-8a38-ea407093ddab} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.005176 sec., 5409.582689335394 rows/sec., 432.06 KiB/sec.
8422 2025.01.08 18:27:30.433224 [ 188 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3130 rows, containing 5 columns (5 merged, 0 gathered) in 0.006007546 sec., 521011.40798588976 rows/sec., 45.84 MiB/sec.
8423 2025.01.08 18:27:30.433314 [ 199 ] {fa7e1080-106a-46d6-b087-687f1bf68453::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
8424 2025.01.08 18:27:30.433344 [ 290 ] {62a5d54b-2e1e-4406-8a38-ea407093ddab} <Debug> TCPHandler: Processed in 0.006046658 sec.
8425 2025.01.08 18:27:30.433623 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8426 2025.01.08 18:27:30.433637 [ 199 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8427 2025.01.08 18:27:30.433646 [ 188 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
8428 2025.01.08 18:27:30.433713 [ 199 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 874 rows starting from the beginning of the part
8429 2025.01.08 18:27:30.434036 [ 284 ] {3328bcce-02bf-49c0-b204-e0cfe0d59f6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8430 2025.01.08 18:27:30.434145 [ 199 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 28 rows starting from the beginning of the part
8431 2025.01.08 18:27:30.434297 [ 284 ] {3328bcce-02bf-49c0-b204-e0cfe0d59f6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8432 2025.01.08 18:27:30.434561 [ 199 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 386 rows starting from the beginning of the part
8433 2025.01.08 18:27:30.435009 [ 197 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_71_14} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8434 2025.01.08 18:27:30.435237 [ 199 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 28 rows starting from the beginning of the part
8435 2025.01.08 18:27:30.435591 [ 197 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_71_14} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
8436 2025.01.08 18:27:30.435702 [ 199 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 854 rows starting from the beginning of the part
8437 2025.01.08 18:27:30.435957 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB.
8438 2025.01.08 18:27:30.436191 [ 199 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 28 rows starting from the beginning of the part
8439 2025.01.08 18:27:30.437137 [ 284 ] {3328bcce-02bf-49c0-b204-e0cfe0d59f6a} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8440 2025.01.08 18:27:30.437182 [ 284 ] {3328bcce-02bf-49c0-b204-e0cfe0d59f6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
8441 2025.01.08 18:27:30.437778 [ 284 ] {3328bcce-02bf-49c0-b204-e0cfe0d59f6a} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
8442 2025.01.08 18:27:30.438064 [ 284 ] {3328bcce-02bf-49c0-b204-e0cfe0d59f6a} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8443 2025.01.08 18:27:30.438313 [ 196 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2198 rows, containing 5 columns (5 merged, 0 gathered) in 0.00535583 sec., 410393.9072001912 rows/sec., 31.26 MiB/sec.
8444 2025.01.08 18:27:30.438388 [ 73 ] {} <Debug> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
8445 2025.01.08 18:27:30.438483 [ 73 ] {} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8446 2025.01.08 18:27:30.438536 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
8447 2025.01.08 18:27:30.438544 [ 284 ] {3328bcce-02bf-49c0-b204-e0cfe0d59f6a} <Debug> executeQuery: Read 80 rows, 5.68 KiB in 0.004674 sec., 17115.960633290542 rows/sec., 1.19 MiB/sec.
8448 2025.01.08 18:27:30.438769 [ 196 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
8449 2025.01.08 18:27:30.438868 [ 284 ] {3328bcce-02bf-49c0-b204-e0cfe0d59f6a} <Debug> TCPHandler: Processed in 0.005400991 sec.
8450 2025.01.08 18:27:30.438953 [ 199 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::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
8451 2025.01.08 18:27:30.439251 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8452 2025.01.08 18:27:30.439378 [ 199 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8453 2025.01.08 18:27:30.439503 [ 199 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 16706 rows starting from the beginning of the part
8454 2025.01.08 18:27:30.439694 [ 290 ] {be90d51e-4a3b-4391-b31b-889be787bc55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8455 2025.01.08 18:27:30.439939 [ 290 ] {be90d51e-4a3b-4391-b31b-889be787bc55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8456 2025.01.08 18:27:30.439964 [ 186 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_71_14} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8457 2025.01.08 18:27:30.439987 [ 199 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 100 rows starting from the beginning of the part
8458 2025.01.08 18:27:30.440449 [ 186 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_71_14} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
8459 2025.01.08 18:27:30.440526 [ 199 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 177 rows starting from the beginning of the part
8460 2025.01.08 18:27:30.440798 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB.
8461 2025.01.08 18:27:30.441050 [ 199 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 100 rows starting from the beginning of the part
8462 2025.01.08 18:27:30.441396 [ 199 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 949 rows starting from the beginning of the part
8463 2025.01.08 18:27:30.441593 [ 199 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 80 rows starting from the beginning of the part
8464 2025.01.08 18:27:30.442558 [ 290 ] {be90d51e-4a3b-4391-b31b-889be787bc55} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8465 2025.01.08 18:27:30.442633 [ 290 ] {be90d51e-4a3b-4391-b31b-889be787bc55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
8466 2025.01.08 18:27:30.443234 [ 290 ] {be90d51e-4a3b-4391-b31b-889be787bc55} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
8467 2025.01.08 18:27:30.443773 [ 290 ] {be90d51e-4a3b-4391-b31b-889be787bc55} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8468 2025.01.08 18:27:30.444049 [ 73 ] {} <Debug> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
8469 2025.01.08 18:27:30.444141 [ 73 ] {} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8470 2025.01.08 18:27:30.444218 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
8471 2025.01.08 18:27:30.444457 [ 290 ] {be90d51e-4a3b-4391-b31b-889be787bc55} <Debug> executeQuery: Read 24 rows, 1.68 KiB in 0.004863 sec., 4935.225169648365 rows/sec., 346.20 KiB/sec.
8472 2025.01.08 18:27:30.444677 [ 196 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::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
8473 2025.01.08 18:27:30.444854 [ 290 ] {be90d51e-4a3b-4391-b31b-889be787bc55} <Debug> TCPHandler: Processed in 0.005854582 sec.
8474 2025.01.08 18:27:30.445222 [ 196 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8475 2025.01.08 18:27:30.445299 [ 196 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 2320 rows starting from the beginning of the part
8476 2025.01.08 18:27:30.445551 [ 196 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 30 rows starting from the beginning of the part
8477 2025.01.08 18:27:30.445798 [ 196 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 52 rows starting from the beginning of the part
8478 2025.01.08 18:27:30.446073 [ 196 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 30 rows starting from the beginning of the part
8479 2025.01.08 18:27:30.446380 [ 196 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 28 rows starting from the beginning of the part
8480 2025.01.08 18:27:30.446699 [ 196 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 24 rows starting from the beginning of the part
8481 2025.01.08 18:27:30.449081 [ 187 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2484 rows, containing 4 columns (4 merged, 0 gathered) in 0.004729434 sec., 525221.4112724693 rows/sec., 33.81 MiB/sec.
8482 2025.01.08 18:27:30.449459 [ 187 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
8483 2025.01.08 18:27:30.449864 [ 187 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_71_14} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8484 2025.01.08 18:27:30.449974 [ 187 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_71_14} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
8485 2025.01.08 18:27:30.450104 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB.
8486 2025.01.08 18:27:30.450310 [ 191 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18112 rows, containing 5 columns (5 merged, 0 gathered) in 0.011641674 sec., 1555790.0006476732 rows/sec., 104.18 MiB/sec.
8487 2025.01.08 18:27:30.450593 [ 194 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
8488 2025.01.08 18:27:30.450948 [ 194 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8489 2025.01.08 18:27:30.451041 [ 194 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
8490 2025.01.08 18:27:30.451140 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.11 MiB.
8491 2025.01.08 18:27:31.403172 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 324
8492 2025.01.08 18:27:31.423165 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8493 2025.01.08 18:27:31.423210 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB.
8494 2025.01.08 18:27:31.431665 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
8495 2025.01.08 18:27:31.432434 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8496 2025.01.08 18:27:31.434955 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 324
8497 2025.01.08 18:27:35.426075 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8498 2025.01.08 18:27:35.426406 [ 284 ] {47a2ac8c-0d3d-4dd5-9fbb-712c6f506b19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8499 2025.01.08 18:27:35.426525 [ 284 ] {47a2ac8c-0d3d-4dd5-9fbb-712c6f506b19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8500 2025.01.08 18:27:35.427291 [ 284 ] {47a2ac8c-0d3d-4dd5-9fbb-712c6f506b19} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8501 2025.01.08 18:27:35.427341 [ 284 ] {47a2ac8c-0d3d-4dd5-9fbb-712c6f506b19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
8502 2025.01.08 18:27:35.427790 [ 284 ] {47a2ac8c-0d3d-4dd5-9fbb-712c6f506b19} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
8503 2025.01.08 18:27:35.428061 [ 284 ] {47a2ac8c-0d3d-4dd5-9fbb-712c6f506b19} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8504 2025.01.08 18:27:35.428290 [ 284 ] {47a2ac8c-0d3d-4dd5-9fbb-712c6f506b19} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001971 sec., 13191.273465246068 rows/sec., 1018.18 KiB/sec.
8505 2025.01.08 18:27:35.428357 [ 284 ] {47a2ac8c-0d3d-4dd5-9fbb-712c6f506b19} <Debug> TCPHandler: Processed in 0.002472144 sec.
8506 2025.01.08 18:27:35.428598 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8507 2025.01.08 18:27:35.428793 [ 290 ] {c39a3639-3f46-4c56-87fc-73a4c338320d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8508 2025.01.08 18:27:35.428870 [ 290 ] {c39a3639-3f46-4c56-87fc-73a4c338320d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8509 2025.01.08 18:27:35.429622 [ 290 ] {c39a3639-3f46-4c56-87fc-73a4c338320d} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8510 2025.01.08 18:27:35.429664 [ 290 ] {c39a3639-3f46-4c56-87fc-73a4c338320d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
8511 2025.01.08 18:27:35.430131 [ 290 ] {c39a3639-3f46-4c56-87fc-73a4c338320d} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
8512 2025.01.08 18:27:35.430391 [ 290 ] {c39a3639-3f46-4c56-87fc-73a4c338320d} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8513 2025.01.08 18:27:35.430593 [ 290 ] {c39a3639-3f46-4c56-87fc-73a4c338320d} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001853 sec., 15110.631408526713 rows/sec., 1.18 MiB/sec.
8514 2025.01.08 18:27:35.430656 [ 290 ] {c39a3639-3f46-4c56-87fc-73a4c338320d} <Debug> TCPHandler: Processed in 0.002195227 sec.
8515 2025.01.08 18:27:35.430803 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8516 2025.01.08 18:27:35.430947 [ 284 ] {e0bbe522-2bc5-471c-9e91-5da69c704473} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8517 2025.01.08 18:27:35.431015 [ 284 ] {e0bbe522-2bc5-471c-9e91-5da69c704473} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8518 2025.01.08 18:27:35.431657 [ 284 ] {e0bbe522-2bc5-471c-9e91-5da69c704473} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8519 2025.01.08 18:27:35.431697 [ 284 ] {e0bbe522-2bc5-471c-9e91-5da69c704473} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
8520 2025.01.08 18:27:35.432123 [ 284 ] {e0bbe522-2bc5-471c-9e91-5da69c704473} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
8521 2025.01.08 18:27:35.432362 [ 284 ] {e0bbe522-2bc5-471c-9e91-5da69c704473} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8522 2025.01.08 18:27:35.432601 [ 284 ] {e0bbe522-2bc5-471c-9e91-5da69c704473} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001683 sec., 59417.70647653 rows/sec., 4.12 MiB/sec.
8523 2025.01.08 18:27:35.432699 [ 284 ] {e0bbe522-2bc5-471c-9e91-5da69c704473} <Debug> TCPHandler: Processed in 0.001963432 sec.
8524 2025.01.08 18:27:35.432911 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8525 2025.01.08 18:27:35.433132 [ 290 ] {787d87b0-946b-4546-bf1d-300ff8a465fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8526 2025.01.08 18:27:35.433190 [ 290 ] {787d87b0-946b-4546-bf1d-300ff8a465fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8527 2025.01.08 18:27:35.433714 [ 290 ] {787d87b0-946b-4546-bf1d-300ff8a465fc} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8528 2025.01.08 18:27:35.433753 [ 290 ] {787d87b0-946b-4546-bf1d-300ff8a465fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
8529 2025.01.08 18:27:35.434137 [ 290 ] {787d87b0-946b-4546-bf1d-300ff8a465fc} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
8530 2025.01.08 18:27:35.434384 [ 290 ] {787d87b0-946b-4546-bf1d-300ff8a465fc} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8531 2025.01.08 18:27:35.434563 [ 290 ] {787d87b0-946b-4546-bf1d-300ff8a465fc} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001486 sec., 20188.42530282638 rows/sec., 1.38 MiB/sec.
8532 2025.01.08 18:27:35.434615 [ 290 ] {787d87b0-946b-4546-bf1d-300ff8a465fc} <Debug> TCPHandler: Processed in 0.001840168 sec.
8533 2025.01.08 18:27:37.354867 [ 64 ] {} <Debug> DNSResolver: Updating DNS cache
8534 2025.01.08 18:27:37.354952 [ 64 ] {} <Debug> DNSResolver: Updated DNS cache
8535 2025.01.08 18:27:37.524102 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 20191
8536 2025.01.08 18:27:37.524812 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8537 2025.01.08 18:27:37.524858 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
8538 2025.01.08 18:27:37.525905 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
8539 2025.01.08 18:27:37.526177 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8540 2025.01.08 18:27:37.526383 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20191
8541 2025.01.08 18:27:37.625928 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1192
8542 2025.01.08 18:27:37.629007 [ 242 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8543 2025.01.08 18:27:37.629094 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
8544 2025.01.08 18:27:37.630604 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
8545 2025.01.08 18:27:37.630925 [ 242 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8546 2025.01.08 18:27:37.631595 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1192
8547 2025.01.08 18:27:38.059513 [ 63 ] {} <Debug> oximeter.fields_ipaddr (a146431f-2326-4c8f-a3c3-fb5a4b690f62) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
8548 2025.01.08 18:27:38.059570 [ 63 ] {} <Trace> oximeter.fields_ipaddr (a146431f-2326-4c8f-a3c3-fb5a4b690f62): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8549 2025.01.08 18:27:38.059591 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
8550 2025.01.08 18:27:38.059821 [ 187 ] {a146431f-2326-4c8f-a3c3-fb5a4b690f62::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
8551 2025.01.08 18:27:38.060068 [ 187 ] {a146431f-2326-4c8f-a3c3-fb5a4b690f62::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8552 2025.01.08 18:27:38.060133 [ 187 ] {a146431f-2326-4c8f-a3c3-fb5a4b690f62::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
8553 2025.01.08 18:27:38.060336 [ 187 ] {a146431f-2326-4c8f-a3c3-fb5a4b690f62::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
8554 2025.01.08 18:27:38.060637 [ 187 ] {a146431f-2326-4c8f-a3c3-fb5a4b690f62::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 12 rows starting from the beginning of the part
8555 2025.01.08 18:27:38.060889 [ 187 ] {a146431f-2326-4c8f-a3c3-fb5a4b690f62::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
8556 2025.01.08 18:27:38.061044 [ 187 ] {a146431f-2326-4c8f-a3c3-fb5a4b690f62::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 12 rows starting from the beginning of the part
8557 2025.01.08 18:27:38.062338 [ 191 ] {a146431f-2326-4c8f-a3c3-fb5a4b690f62::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 42 rows, containing 5 columns (5 merged, 0 gathered) in 0.00267577 sec., 15696.416358655639 rows/sec., 1.31 MiB/sec.
8558 2025.01.08 18:27:38.062521 [ 198 ] {a146431f-2326-4c8f-a3c3-fb5a4b690f62::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
8559 2025.01.08 18:27:38.062889 [ 198 ] {a146431f-2326-4c8f-a3c3-fb5a4b690f62::all_1_9_2} <Trace> oximeter.fields_ipaddr (a146431f-2326-4c8f-a3c3-fb5a4b690f62): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8560 2025.01.08 18:27:38.062985 [ 198 ] {a146431f-2326-4c8f-a3c3-fb5a4b690f62::all_1_9_2} <Trace> oximeter.fields_ipaddr (a146431f-2326-4c8f-a3c3-fb5a4b690f62) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
8561 2025.01.08 18:27:38.063089 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
8562 2025.01.08 18:27:38.935031 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 332
8563 2025.01.08 18:27:38.956348 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8564 2025.01.08 18:27:38.956412 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
8565 2025.01.08 18:27:38.963821 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
8566 2025.01.08 18:27:38.965071 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8567 2025.01.08 18:27:38.967836 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 332
8568 2025.01.08 18:27:40.431718 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8569 2025.01.08 18:27:40.431932 [ 284 ] {01b59c8d-e94d-4c37-9577-c4557e3ce63a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
8570 2025.01.08 18:27:40.432016 [ 284 ] {01b59c8d-e94d-4c37-9577-c4557e3ce63a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
8571 2025.01.08 18:27:40.432844 [ 284 ] {01b59c8d-e94d-4c37-9577-c4557e3ce63a} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8572 2025.01.08 18:27:40.432902 [ 284 ] {01b59c8d-e94d-4c37-9577-c4557e3ce63a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
8573 2025.01.08 18:27:40.433355 [ 284 ] {01b59c8d-e94d-4c37-9577-c4557e3ce63a} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
8574 2025.01.08 18:27:40.433619 [ 284 ] {01b59c8d-e94d-4c37-9577-c4557e3ce63a} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8575 2025.01.08 18:27:40.433901 [ 284 ] {01b59c8d-e94d-4c37-9577-c4557e3ce63a} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00202 sec., 6930.693069306931 rows/sec., 498.92 KiB/sec.
8576 2025.01.08 18:27:40.434041 [ 284 ] {01b59c8d-e94d-4c37-9577-c4557e3ce63a} <Debug> TCPHandler: Processed in 0.002464784 sec.
8577 2025.01.08 18:27:40.434391 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8578 2025.01.08 18:27:40.434611 [ 290 ] {24a55e9e-528e-40e6-8646-b1b3f9abe982} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8579 2025.01.08 18:27:40.434700 [ 290 ] {24a55e9e-528e-40e6-8646-b1b3f9abe982} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8580 2025.01.08 18:27:40.435558 [ 290 ] {24a55e9e-528e-40e6-8646-b1b3f9abe982} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8581 2025.01.08 18:27:40.435616 [ 290 ] {24a55e9e-528e-40e6-8646-b1b3f9abe982} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
8582 2025.01.08 18:27:40.436111 [ 290 ] {24a55e9e-528e-40e6-8646-b1b3f9abe982} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
8583 2025.01.08 18:27:40.436379 [ 290 ] {24a55e9e-528e-40e6-8646-b1b3f9abe982} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8584 2025.01.08 18:27:40.436624 [ 290 ] {24a55e9e-528e-40e6-8646-b1b3f9abe982} <Debug> executeQuery: Read 253 rows, 23.21 KiB in 0.002073 sec., 122045.34491075734 rows/sec., 10.94 MiB/sec.
8585 2025.01.08 18:27:40.436693 [ 290 ] {24a55e9e-528e-40e6-8646-b1b3f9abe982} <Debug> TCPHandler: Processed in 0.002517336 sec.
8586 2025.01.08 18:27:40.436845 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8587 2025.01.08 18:27:40.436991 [ 284 ] {a0e8ba64-46e2-4033-aa3b-9dfad7db6a4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8588 2025.01.08 18:27:40.437053 [ 284 ] {a0e8ba64-46e2-4033-aa3b-9dfad7db6a4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8589 2025.01.08 18:27:40.437771 [ 284 ] {a0e8ba64-46e2-4033-aa3b-9dfad7db6a4f} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8590 2025.01.08 18:27:40.437813 [ 284 ] {a0e8ba64-46e2-4033-aa3b-9dfad7db6a4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
8591 2025.01.08 18:27:40.438197 [ 284 ] {a0e8ba64-46e2-4033-aa3b-9dfad7db6a4f} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
8592 2025.01.08 18:27:40.438445 [ 284 ] {a0e8ba64-46e2-4033-aa3b-9dfad7db6a4f} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8593 2025.01.08 18:27:40.438707 [ 284 ] {a0e8ba64-46e2-4033-aa3b-9dfad7db6a4f} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.001743 sec., 26965.00286861733 rows/sec., 1.94 MiB/sec.
8594 2025.01.08 18:27:40.438807 [ 284 ] {a0e8ba64-46e2-4033-aa3b-9dfad7db6a4f} <Debug> TCPHandler: Processed in 0.002026023 sec.
8595 2025.01.08 18:27:40.439008 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8596 2025.01.08 18:27:40.439138 [ 290 ] {a8600f0f-8ac4-473e-a8d3-8382388a3148} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
8597 2025.01.08 18:27:40.439191 [ 290 ] {a8600f0f-8ac4-473e-a8d3-8382388a3148} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8598 2025.01.08 18:27:40.439792 [ 290 ] {a8600f0f-8ac4-473e-a8d3-8382388a3148} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8599 2025.01.08 18:27:40.439836 [ 290 ] {a8600f0f-8ac4-473e-a8d3-8382388a3148} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
8600 2025.01.08 18:27:40.440209 [ 290 ] {a8600f0f-8ac4-473e-a8d3-8382388a3148} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
8601 2025.01.08 18:27:40.440456 [ 290 ] {a8600f0f-8ac4-473e-a8d3-8382388a3148} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8602 2025.01.08 18:27:40.440717 [ 290 ] {a8600f0f-8ac4-473e-a8d3-8382388a3148} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001596 sec., 8771.929824561405 rows/sec., 614.33 KiB/sec.
8603 2025.01.08 18:27:40.440852 [ 290 ] {a8600f0f-8ac4-473e-a8d3-8382388a3148} <Debug> TCPHandler: Processed in 0.00193576 sec.
8604 2025.01.08 18:27:40.441115 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8605 2025.01.08 18:27:40.441258 [ 284 ] {b7736b2c-041b-4100-b54d-31b858ee451e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
8606 2025.01.08 18:27:40.441319 [ 284 ] {b7736b2c-041b-4100-b54d-31b858ee451e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
8607 2025.01.08 18:27:40.441972 [ 284 ] {b7736b2c-041b-4100-b54d-31b858ee451e} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8608 2025.01.08 18:27:40.442012 [ 284 ] {b7736b2c-041b-4100-b54d-31b858ee451e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
8609 2025.01.08 18:27:40.442368 [ 284 ] {b7736b2c-041b-4100-b54d-31b858ee451e} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
8610 2025.01.08 18:27:40.442620 [ 284 ] {b7736b2c-041b-4100-b54d-31b858ee451e} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8611 2025.01.08 18:27:40.442830 [ 284 ] {b7736b2c-041b-4100-b54d-31b858ee451e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001599 sec., 8130.081300813008 rows/sec., 506.91 KiB/sec.
8612 2025.01.08 18:27:40.442985 [ 284 ] {b7736b2c-041b-4100-b54d-31b858ee451e} <Debug> TCPHandler: Processed in 0.001940311 sec.
8613 2025.01.08 18:27:40.443185 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8614 2025.01.08 18:27:40.443311 [ 290 ] {b4dbdc7e-1569-4859-8f03-af112273961c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8615 2025.01.08 18:27:40.443358 [ 290 ] {b4dbdc7e-1569-4859-8f03-af112273961c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8616 2025.01.08 18:27:40.444091 [ 290 ] {b4dbdc7e-1569-4859-8f03-af112273961c} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8617 2025.01.08 18:27:40.444130 [ 290 ] {b4dbdc7e-1569-4859-8f03-af112273961c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
8618 2025.01.08 18:27:40.444530 [ 290 ] {b4dbdc7e-1569-4859-8f03-af112273961c} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
8619 2025.01.08 18:27:40.444780 [ 290 ] {b4dbdc7e-1569-4859-8f03-af112273961c} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8620 2025.01.08 18:27:40.445025 [ 290 ] {b4dbdc7e-1569-4859-8f03-af112273961c} <Debug> executeQuery: Read 386 rows, 28.01 KiB in 0.001737 sec., 222222.22222222222 rows/sec., 15.75 MiB/sec.
8621 2025.01.08 18:27:40.445110 [ 290 ] {b4dbdc7e-1569-4859-8f03-af112273961c} <Debug> TCPHandler: Processed in 0.002020082 sec.
8622 2025.01.08 18:27:40.445342 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8623 2025.01.08 18:27:40.445563 [ 284 ] {d3652857-bd31-4c2f-a991-e79a23716956} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
8624 2025.01.08 18:27:40.445622 [ 284 ] {d3652857-bd31-4c2f-a991-e79a23716956} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
8625 2025.01.08 18:27:40.446113 [ 284 ] {d3652857-bd31-4c2f-a991-e79a23716956} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8626 2025.01.08 18:27:40.446151 [ 284 ] {d3652857-bd31-4c2f-a991-e79a23716956} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
8627 2025.01.08 18:27:40.446520 [ 284 ] {d3652857-bd31-4c2f-a991-e79a23716956} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
8628 2025.01.08 18:27:40.446761 [ 284 ] {d3652857-bd31-4c2f-a991-e79a23716956} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8629 2025.01.08 18:27:40.446986 [ 284 ] {d3652857-bd31-4c2f-a991-e79a23716956} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001459 sec., 4112.40575736806 rows/sec., 214.86 KiB/sec.
8630 2025.01.08 18:27:40.447170 [ 284 ] {d3652857-bd31-4c2f-a991-e79a23716956} <Debug> TCPHandler: Processed in 0.001958761 sec.
8631 2025.01.08 18:27:40.447371 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8632 2025.01.08 18:27:40.447513 [ 290 ] {a1e80bcf-9ab6-4f3e-a51e-cc2d9303b932} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8633 2025.01.08 18:27:40.447574 [ 290 ] {a1e80bcf-9ab6-4f3e-a51e-cc2d9303b932} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8634 2025.01.08 18:27:40.448145 [ 290 ] {a1e80bcf-9ab6-4f3e-a51e-cc2d9303b932} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8635 2025.01.08 18:27:40.448183 [ 290 ] {a1e80bcf-9ab6-4f3e-a51e-cc2d9303b932} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
8636 2025.01.08 18:27:40.448585 [ 290 ] {a1e80bcf-9ab6-4f3e-a51e-cc2d9303b932} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
8637 2025.01.08 18:27:40.448826 [ 290 ] {a1e80bcf-9ab6-4f3e-a51e-cc2d9303b932} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8638 2025.01.08 18:27:40.449072 [ 290 ] {a1e80bcf-9ab6-4f3e-a51e-cc2d9303b932} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001588 sec., 111460.95717884132 rows/sec., 7.35 MiB/sec.
8639 2025.01.08 18:27:40.449181 [ 290 ] {a1e80bcf-9ab6-4f3e-a51e-cc2d9303b932} <Debug> TCPHandler: Processed in 0.0019094 sec.
8640 2025.01.08 18:27:40.449382 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8641 2025.01.08 18:27:40.449741 [ 284 ] {68a20390-e6ed-4705-9601-6714a75606f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
8642 2025.01.08 18:27:40.449825 [ 284 ] {68a20390-e6ed-4705-9601-6714a75606f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
8643 2025.01.08 18:27:40.450292 [ 284 ] {68a20390-e6ed-4705-9601-6714a75606f7} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8644 2025.01.08 18:27:40.450330 [ 284 ] {68a20390-e6ed-4705-9601-6714a75606f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
8645 2025.01.08 18:27:40.450694 [ 284 ] {68a20390-e6ed-4705-9601-6714a75606f7} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
8646 2025.01.08 18:27:40.450942 [ 284 ] {68a20390-e6ed-4705-9601-6714a75606f7} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8647 2025.01.08 18:27:40.451159 [ 284 ] {68a20390-e6ed-4705-9601-6714a75606f7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001554 sec., 643.5006435006435 rows/sec., 43.36 KiB/sec.
8648 2025.01.08 18:27:40.451352 [ 284 ] {68a20390-e6ed-4705-9601-6714a75606f7} <Debug> TCPHandler: Processed in 0.002090464 sec.
8649 2025.01.08 18:27:40.451547 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8650 2025.01.08 18:27:40.451681 [ 290 ] {e970e1db-dc60-400f-875d-2514e3cbe980} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8651 2025.01.08 18:27:40.451765 [ 290 ] {e970e1db-dc60-400f-875d-2514e3cbe980} <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
8652 2025.01.08 18:27:40.453037 [ 290 ] {e970e1db-dc60-400f-875d-2514e3cbe980} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8653 2025.01.08 18:27:40.453075 [ 290 ] {e970e1db-dc60-400f-875d-2514e3cbe980} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
8654 2025.01.08 18:27:40.453743 [ 290 ] {e970e1db-dc60-400f-875d-2514e3cbe980} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
8655 2025.01.08 18:27:40.454013 [ 290 ] {e970e1db-dc60-400f-875d-2514e3cbe980} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8656 2025.01.08 18:27:40.454198 [ 59 ] {} <Debug> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
8657 2025.01.08 18:27:40.454278 [ 59 ] {} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8658 2025.01.08 18:27:40.454307 [ 290 ] {e970e1db-dc60-400f-875d-2514e3cbe980} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002643 sec., 15134.31706394249 rows/sec., 27.12 MiB/sec.
8659 2025.01.08 18:27:40.454322 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
8660 2025.01.08 18:27:40.454891 [ 187 ] {e2d038cd-23ef-42ff-ade3-a8c087d70f4f::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
8661 2025.01.08 18:27:40.455081 [ 290 ] {e970e1db-dc60-400f-875d-2514e3cbe980} <Debug> TCPHandler: Processed in 0.003624664 sec.
8662 2025.01.08 18:27:40.455406 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8663 2025.01.08 18:27:40.455784 [ 284 ] {f20c0cba-520a-4051-b336-e031eb08debb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8664 2025.01.08 18:27:40.455860 [ 284 ] {f20c0cba-520a-4051-b336-e031eb08debb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8665 2025.01.08 18:27:40.455931 [ 187 ] {e2d038cd-23ef-42ff-ade3-a8c087d70f4f::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8666 2025.01.08 18:27:40.456065 [ 187 ] {e2d038cd-23ef-42ff-ade3-a8c087d70f4f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 923 rows starting from the beginning of the part
8667 2025.01.08 18:27:40.456685 [ 187 ] {e2d038cd-23ef-42ff-ade3-a8c087d70f4f::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
8668 2025.01.08 18:27:40.457267 [ 284 ] {f20c0cba-520a-4051-b336-e031eb08debb} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8669 2025.01.08 18:27:40.457269 [ 187 ] {e2d038cd-23ef-42ff-ade3-a8c087d70f4f::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
8670 2025.01.08 18:27:40.457313 [ 284 ] {f20c0cba-520a-4051-b336-e031eb08debb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
8671 2025.01.08 18:27:40.457841 [ 187 ] {e2d038cd-23ef-42ff-ade3-a8c087d70f4f::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
8672 2025.01.08 18:27:40.458411 [ 187 ] {e2d038cd-23ef-42ff-ade3-a8c087d70f4f::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
8673 2025.01.08 18:27:40.458462 [ 284 ] {f20c0cba-520a-4051-b336-e031eb08debb} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
8674 2025.01.08 18:27:40.458836 [ 187 ] {e2d038cd-23ef-42ff-ade3-a8c087d70f4f::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
8675 2025.01.08 18:27:40.459155 [ 284 ] {f20c0cba-520a-4051-b336-e031eb08debb} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8676 2025.01.08 18:27:40.459619 [ 284 ] {f20c0cba-520a-4051-b336-e031eb08debb} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.003906 sec., 13312.852022529441 rows/sec., 844.05 KiB/sec.
8677 2025.01.08 18:27:40.459883 [ 284 ] {f20c0cba-520a-4051-b336-e031eb08debb} <Debug> TCPHandler: Processed in 0.004627491 sec.
8678 2025.01.08 18:27:40.467502 [ 198 ] {e2d038cd-23ef-42ff-ade3-a8c087d70f4f::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1123 rows, containing 19 columns (19 merged, 0 gathered) in 0.01301151 sec., 86308.19943265615 rows/sec., 154.66 MiB/sec.
8679 2025.01.08 18:27:40.468644 [ 198 ] {e2d038cd-23ef-42ff-ade3-a8c087d70f4f::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
8680 2025.01.08 18:27:40.469119 [ 198 ] {e2d038cd-23ef-42ff-ade3-a8c087d70f4f::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8681 2025.01.08 18:27:40.469214 [ 198 ] {e2d038cd-23ef-42ff-ade3-a8c087d70f4f::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
8682 2025.01.08 18:27:40.469381 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.61 MiB.
8683 2025.01.08 18:27:41.000171 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 220.47 MiB, peak 229.52 MiB, free memory in arenas 0.00 B, will set to 223.76 MiB (RSS), difference: 3.29 MiB
8684 2025.01.08 18:27:45.026515 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 20679
8685 2025.01.08 18:27:45.027260 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8686 2025.01.08 18:27:45.027304 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
8687 2025.01.08 18:27:45.027848 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
8688 2025.01.08 18:27:45.028137 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8689 2025.01.08 18:27:45.028484 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20679
8690 2025.01.08 18:27:45.424726 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8691 2025.01.08 18:27:45.424920 [ 284 ] {46fb367a-a443-46e6-8e8c-7a5468da35eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8692 2025.01.08 18:27:45.424988 [ 284 ] {46fb367a-a443-46e6-8e8c-7a5468da35eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8693 2025.01.08 18:27:45.425702 [ 284 ] {46fb367a-a443-46e6-8e8c-7a5468da35eb} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8694 2025.01.08 18:27:45.425750 [ 284 ] {46fb367a-a443-46e6-8e8c-7a5468da35eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
8695 2025.01.08 18:27:45.426160 [ 284 ] {46fb367a-a443-46e6-8e8c-7a5468da35eb} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
8696 2025.01.08 18:27:45.426412 [ 284 ] {46fb367a-a443-46e6-8e8c-7a5468da35eb} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8697 2025.01.08 18:27:45.426631 [ 284 ] {46fb367a-a443-46e6-8e8c-7a5468da35eb} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001765 sec., 14730.878186968837 rows/sec., 1.11 MiB/sec.
8698 2025.01.08 18:27:45.426692 [ 284 ] {46fb367a-a443-46e6-8e8c-7a5468da35eb} <Debug> TCPHandler: Processed in 0.002103055 sec.
8699 2025.01.08 18:27:45.426975 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8700 2025.01.08 18:27:45.427193 [ 290 ] {0a31b825-c290-46db-8271-27571db68168} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8701 2025.01.08 18:27:45.427276 [ 290 ] {0a31b825-c290-46db-8271-27571db68168} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8702 2025.01.08 18:27:45.428095 [ 290 ] {0a31b825-c290-46db-8271-27571db68168} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8703 2025.01.08 18:27:45.428144 [ 290 ] {0a31b825-c290-46db-8271-27571db68168} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
8704 2025.01.08 18:27:45.428589 [ 290 ] {0a31b825-c290-46db-8271-27571db68168} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
8705 2025.01.08 18:27:45.428857 [ 290 ] {0a31b825-c290-46db-8271-27571db68168} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8706 2025.01.08 18:27:45.429089 [ 290 ] {0a31b825-c290-46db-8271-27571db68168} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001955 sec., 14322.250639386188 rows/sec., 1.12 MiB/sec.
8707 2025.01.08 18:27:45.429145 [ 290 ] {0a31b825-c290-46db-8271-27571db68168} <Debug> TCPHandler: Processed in 0.002326111 sec.
8708 2025.01.08 18:27:45.429312 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8709 2025.01.08 18:27:45.429456 [ 284 ] {d7455d7a-9c07-45d9-9cb3-f12f0889347e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8710 2025.01.08 18:27:45.429523 [ 284 ] {d7455d7a-9c07-45d9-9cb3-f12f0889347e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8711 2025.01.08 18:27:45.430139 [ 284 ] {d7455d7a-9c07-45d9-9cb3-f12f0889347e} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8712 2025.01.08 18:27:45.430180 [ 284 ] {d7455d7a-9c07-45d9-9cb3-f12f0889347e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
8713 2025.01.08 18:27:45.430598 [ 284 ] {d7455d7a-9c07-45d9-9cb3-f12f0889347e} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
8714 2025.01.08 18:27:45.430855 [ 284 ] {d7455d7a-9c07-45d9-9cb3-f12f0889347e} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8715 2025.01.08 18:27:45.431084 [ 284 ] {d7455d7a-9c07-45d9-9cb3-f12f0889347e} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001664 sec., 60096.15384615385 rows/sec., 4.17 MiB/sec.
8716 2025.01.08 18:27:45.431141 [ 284 ] {d7455d7a-9c07-45d9-9cb3-f12f0889347e} <Debug> TCPHandler: Processed in 0.001898449 sec.
8717 2025.01.08 18:27:45.431287 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8718 2025.01.08 18:27:45.431425 [ 290 ] {4458f0cb-c3e9-4ae6-8a3b-c5e0054fe54b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8719 2025.01.08 18:27:45.431487 [ 290 ] {4458f0cb-c3e9-4ae6-8a3b-c5e0054fe54b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8720 2025.01.08 18:27:45.432056 [ 290 ] {4458f0cb-c3e9-4ae6-8a3b-c5e0054fe54b} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8721 2025.01.08 18:27:45.432095 [ 290 ] {4458f0cb-c3e9-4ae6-8a3b-c5e0054fe54b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
8722 2025.01.08 18:27:45.432490 [ 290 ] {4458f0cb-c3e9-4ae6-8a3b-c5e0054fe54b} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
8723 2025.01.08 18:27:45.432745 [ 290 ] {4458f0cb-c3e9-4ae6-8a3b-c5e0054fe54b} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8724 2025.01.08 18:27:45.432973 [ 290 ] {4458f0cb-c3e9-4ae6-8a3b-c5e0054fe54b} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001578 sec., 19011.406844106463 rows/sec., 1.30 MiB/sec.
8725 2025.01.08 18:27:45.433065 [ 290 ] {4458f0cb-c3e9-4ae6-8a3b-c5e0054fe54b} <Debug> TCPHandler: Processed in 0.001843539 sec.
8726 2025.01.08 18:27:46.467912 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 340
8727 2025.01.08 18:27:46.489566 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8728 2025.01.08 18:27:46.489625 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
8729 2025.01.08 18:27:46.497333 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
8730 2025.01.08 18:27:46.498130 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8731 2025.01.08 18:27:46.500931 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 340
8732 2025.01.08 18:27:47.631742 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1222
8733 2025.01.08 18:27:47.634827 [ 242 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8734 2025.01.08 18:27:47.634881 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
8735 2025.01.08 18:27:47.636386 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
8736 2025.01.08 18:27:47.636714 [ 242 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): 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.08 18:27:47.638095 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1222
8738 2025.01.08 18:27:50.431659 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8739 2025.01.08 18:27:50.431864 [ 284 ] {5f44db55-d387-4661-96a3-977c1d05ef7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
8740 2025.01.08 18:27:50.431936 [ 284 ] {5f44db55-d387-4661-96a3-977c1d05ef7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
8741 2025.01.08 18:27:50.432711 [ 284 ] {5f44db55-d387-4661-96a3-977c1d05ef7c} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8742 2025.01.08 18:27:50.432756 [ 284 ] {5f44db55-d387-4661-96a3-977c1d05ef7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
8743 2025.01.08 18:27:50.433200 [ 284 ] {5f44db55-d387-4661-96a3-977c1d05ef7c} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
8744 2025.01.08 18:27:50.433474 [ 284 ] {5f44db55-d387-4661-96a3-977c1d05ef7c} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8745 2025.01.08 18:27:50.433688 [ 284 ] {5f44db55-d387-4661-96a3-977c1d05ef7c} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001882 sec., 7438.894792773645 rows/sec., 535.50 KiB/sec.
8746 2025.01.08 18:27:50.433821 [ 284 ] {5f44db55-d387-4661-96a3-977c1d05ef7c} <Debug> TCPHandler: Processed in 0.00230585 sec.
8747 2025.01.08 18:27:50.434108 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8748 2025.01.08 18:27:50.434329 [ 290 ] {f0ddb339-51c7-4b1e-91cd-878b5ca7a3a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8749 2025.01.08 18:27:50.434416 [ 290 ] {f0ddb339-51c7-4b1e-91cd-878b5ca7a3a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8750 2025.01.08 18:27:50.435351 [ 290 ] {f0ddb339-51c7-4b1e-91cd-878b5ca7a3a3} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8751 2025.01.08 18:27:50.435407 [ 290 ] {f0ddb339-51c7-4b1e-91cd-878b5ca7a3a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
8752 2025.01.08 18:27:50.435896 [ 290 ] {f0ddb339-51c7-4b1e-91cd-878b5ca7a3a3} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
8753 2025.01.08 18:27:50.436162 [ 290 ] {f0ddb339-51c7-4b1e-91cd-878b5ca7a3a3} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8754 2025.01.08 18:27:50.436425 [ 290 ] {f0ddb339-51c7-4b1e-91cd-878b5ca7a3a3} <Debug> executeQuery: Read 253 rows, 23.21 KiB in 0.002155 sec., 117401.39211136891 rows/sec., 10.52 MiB/sec.
8755 2025.01.08 18:27:50.436535 [ 290 ] {f0ddb339-51c7-4b1e-91cd-878b5ca7a3a3} <Debug> TCPHandler: Processed in 0.002576317 sec.
8756 2025.01.08 18:27:50.436749 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8757 2025.01.08 18:27:50.436955 [ 284 ] {79dccc37-a4da-465a-a9b9-eb48a111b8f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8758 2025.01.08 18:27:50.437014 [ 284 ] {79dccc37-a4da-465a-a9b9-eb48a111b8f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8759 2025.01.08 18:27:50.437610 [ 284 ] {79dccc37-a4da-465a-a9b9-eb48a111b8f0} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8760 2025.01.08 18:27:50.437647 [ 284 ] {79dccc37-a4da-465a-a9b9-eb48a111b8f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
8761 2025.01.08 18:27:50.438081 [ 284 ] {79dccc37-a4da-465a-a9b9-eb48a111b8f0} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
8762 2025.01.08 18:27:50.438325 [ 284 ] {79dccc37-a4da-465a-a9b9-eb48a111b8f0} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8763 2025.01.08 18:27:50.438531 [ 284 ] {79dccc37-a4da-465a-a9b9-eb48a111b8f0} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.001605 sec., 29283.48909657321 rows/sec., 2.11 MiB/sec.
8764 2025.01.08 18:27:50.438602 [ 284 ] {79dccc37-a4da-465a-a9b9-eb48a111b8f0} <Debug> TCPHandler: Processed in 0.001971532 sec.
8765 2025.01.08 18:27:50.438786 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8766 2025.01.08 18:27:50.438939 [ 290 ] {1e0f853b-4af9-4c30-821c-24aeb885ea6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
8767 2025.01.08 18:27:50.439002 [ 290 ] {1e0f853b-4af9-4c30-821c-24aeb885ea6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8768 2025.01.08 18:27:50.439627 [ 290 ] {1e0f853b-4af9-4c30-821c-24aeb885ea6b} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8769 2025.01.08 18:27:50.439670 [ 290 ] {1e0f853b-4af9-4c30-821c-24aeb885ea6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
8770 2025.01.08 18:27:50.440043 [ 290 ] {1e0f853b-4af9-4c30-821c-24aeb885ea6b} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
8771 2025.01.08 18:27:50.440293 [ 290 ] {1e0f853b-4af9-4c30-821c-24aeb885ea6b} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8772 2025.01.08 18:27:50.440513 [ 290 ] {1e0f853b-4af9-4c30-821c-24aeb885ea6b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00161 sec., 8695.652173913042 rows/sec., 608.99 KiB/sec.
8773 2025.01.08 18:27:50.440569 [ 290 ] {1e0f853b-4af9-4c30-821c-24aeb885ea6b} <Debug> TCPHandler: Processed in 0.001858828 sec.
8774 2025.01.08 18:27:50.440746 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8775 2025.01.08 18:27:50.440890 [ 284 ] {01baecaa-29e4-4267-9870-31895bc2ccaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
8776 2025.01.08 18:27:50.440948 [ 284 ] {01baecaa-29e4-4267-9870-31895bc2ccaa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
8777 2025.01.08 18:27:50.441564 [ 284 ] {01baecaa-29e4-4267-9870-31895bc2ccaa} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8778 2025.01.08 18:27:50.441605 [ 284 ] {01baecaa-29e4-4267-9870-31895bc2ccaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
8779 2025.01.08 18:27:50.441975 [ 284 ] {01baecaa-29e4-4267-9870-31895bc2ccaa} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
8780 2025.01.08 18:27:50.442214 [ 284 ] {01baecaa-29e4-4267-9870-31895bc2ccaa} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8781 2025.01.08 18:27:50.442439 [ 284 ] {01baecaa-29e4-4267-9870-31895bc2ccaa} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001585 sec., 8201.892744479495 rows/sec., 511.39 KiB/sec.
8782 2025.01.08 18:27:50.442566 [ 284 ] {01baecaa-29e4-4267-9870-31895bc2ccaa} <Debug> TCPHandler: Processed in 0.001884589 sec.
8783 2025.01.08 18:27:50.442732 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8784 2025.01.08 18:27:50.442872 [ 290 ] {ea979b67-3c1a-4da9-9ec7-54b5bacac449} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8785 2025.01.08 18:27:50.442929 [ 290 ] {ea979b67-3c1a-4da9-9ec7-54b5bacac449} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8786 2025.01.08 18:27:50.443713 [ 290 ] {ea979b67-3c1a-4da9-9ec7-54b5bacac449} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8787 2025.01.08 18:27:50.443753 [ 290 ] {ea979b67-3c1a-4da9-9ec7-54b5bacac449} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
8788 2025.01.08 18:27:50.444163 [ 290 ] {ea979b67-3c1a-4da9-9ec7-54b5bacac449} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
8789 2025.01.08 18:27:50.444417 [ 290 ] {ea979b67-3c1a-4da9-9ec7-54b5bacac449} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8790 2025.01.08 18:27:50.444645 [ 290 ] {ea979b67-3c1a-4da9-9ec7-54b5bacac449} <Debug> executeQuery: Read 386 rows, 28.01 KiB in 0.001805 sec., 213850.41551246538 rows/sec., 15.15 MiB/sec.
8791 2025.01.08 18:27:50.444700 [ 290 ] {ea979b67-3c1a-4da9-9ec7-54b5bacac449} <Debug> TCPHandler: Processed in 0.002035063 sec.
8792 2025.01.08 18:27:50.444853 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8793 2025.01.08 18:27:50.444991 [ 284 ] {9ea96426-54d2-4310-933f-58055097b30c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
8794 2025.01.08 18:27:50.445050 [ 284 ] {9ea96426-54d2-4310-933f-58055097b30c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
8795 2025.01.08 18:27:50.445551 [ 284 ] {9ea96426-54d2-4310-933f-58055097b30c} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8796 2025.01.08 18:27:50.445591 [ 284 ] {9ea96426-54d2-4310-933f-58055097b30c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
8797 2025.01.08 18:27:50.445964 [ 284 ] {9ea96426-54d2-4310-933f-58055097b30c} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
8798 2025.01.08 18:27:50.446213 [ 284 ] {9ea96426-54d2-4310-933f-58055097b30c} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8799 2025.01.08 18:27:50.446427 [ 284 ] {9ea96426-54d2-4310-933f-58055097b30c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001467 sec., 4089.9795501022495 rows/sec., 213.69 KiB/sec.
8800 2025.01.08 18:27:50.446481 [ 284 ] {9ea96426-54d2-4310-933f-58055097b30c} <Debug> TCPHandler: Processed in 0.001693125 sec.
8801 2025.01.08 18:27:50.446620 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8802 2025.01.08 18:27:50.446736 [ 290 ] {1d0918d9-f8bc-4491-a7ff-a185a9ab0ec6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8803 2025.01.08 18:27:50.446789 [ 290 ] {1d0918d9-f8bc-4491-a7ff-a185a9ab0ec6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8804 2025.01.08 18:27:50.447347 [ 290 ] {1d0918d9-f8bc-4491-a7ff-a185a9ab0ec6} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8805 2025.01.08 18:27:50.447384 [ 290 ] {1d0918d9-f8bc-4491-a7ff-a185a9ab0ec6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
8806 2025.01.08 18:27:50.447774 [ 290 ] {1d0918d9-f8bc-4491-a7ff-a185a9ab0ec6} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
8807 2025.01.08 18:27:50.448021 [ 290 ] {1d0918d9-f8bc-4491-a7ff-a185a9ab0ec6} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8808 2025.01.08 18:27:50.448246 [ 290 ] {1d0918d9-f8bc-4491-a7ff-a185a9ab0ec6} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001536 sec., 115234.375 rows/sec., 7.60 MiB/sec.
8809 2025.01.08 18:27:50.448341 [ 290 ] {1d0918d9-f8bc-4491-a7ff-a185a9ab0ec6} <Debug> TCPHandler: Processed in 0.001775436 sec.
8810 2025.01.08 18:27:50.448533 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8811 2025.01.08 18:27:50.448694 [ 284 ] {4d9762d3-d735-41e4-b88b-e02387857b75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
8812 2025.01.08 18:27:50.448752 [ 284 ] {4d9762d3-d735-41e4-b88b-e02387857b75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
8813 2025.01.08 18:27:50.449267 [ 284 ] {4d9762d3-d735-41e4-b88b-e02387857b75} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8814 2025.01.08 18:27:50.449305 [ 284 ] {4d9762d3-d735-41e4-b88b-e02387857b75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
8815 2025.01.08 18:27:50.449668 [ 284 ] {4d9762d3-d735-41e4-b88b-e02387857b75} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
8816 2025.01.08 18:27:50.449913 [ 284 ] {4d9762d3-d735-41e4-b88b-e02387857b75} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8817 2025.01.08 18:27:50.450078 [ 46 ] {} <Debug> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc) (MergerMutator): Selected 6 parts from all_1_27_6 to all_32_32_0
8818 2025.01.08 18:27:50.450148 [ 284 ] {4d9762d3-d735-41e4-b88b-e02387857b75} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001486 sec., 672.9475100942127 rows/sec., 45.35 KiB/sec.
8819 2025.01.08 18:27:50.450176 [ 46 ] {} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8820 2025.01.08 18:27:50.450246 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
8821 2025.01.08 18:27:50.450265 [ 284 ] {4d9762d3-d735-41e4-b88b-e02387857b75} <Debug> TCPHandler: Processed in 0.001846778 sec.
8822 2025.01.08 18:27:50.450475 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8823 2025.01.08 18:27:50.450488 [ 193 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_32_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_27_6 to all_32_32_0 into Compact with storage Full
8824 2025.01.08 18:27:50.450661 [ 290 ] {af7dd745-7717-4d65-96a9-eefc79429420} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8825 2025.01.08 18:27:50.450680 [ 193 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_32_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8826 2025.01.08 18:27:50.450733 [ 193 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_27_6, total 27 rows starting from the beginning of the part
8827 2025.01.08 18:27:50.450793 [ 290 ] {af7dd745-7717-4d65-96a9-eefc79429420} <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
8828 2025.01.08 18:27:50.450908 [ 193 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1 rows starting from the beginning of the part
8829 2025.01.08 18:27:50.451226 [ 193 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1 rows starting from the beginning of the part
8830 2025.01.08 18:27:50.451620 [ 193 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1 rows starting from the beginning of the part
8831 2025.01.08 18:27:50.451842 [ 193 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1 rows starting from the beginning of the part
8832 2025.01.08 18:27:50.452046 [ 193 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1 rows starting from the beginning of the part
8833 2025.01.08 18:27:50.454163 [ 193 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_32_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.003799029 sec., 8423.204982115167 rows/sec., 567.58 KiB/sec.
8834 2025.01.08 18:27:50.454299 [ 193 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_32_7} <Trace> MergedBlockOutputStream: filled checksums all_1_32_7 (state Temporary)
8835 2025.01.08 18:27:50.454514 [ 290 ] {af7dd745-7717-4d65-96a9-eefc79429420} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8836 2025.01.08 18:27:50.454559 [ 290 ] {af7dd745-7717-4d65-96a9-eefc79429420} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
8837 2025.01.08 18:27:50.454671 [ 193 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_32_7} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Renaming temporary part tmp_merge_all_1_32_7 to all_1_32_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8838 2025.01.08 18:27:50.454803 [ 193 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_32_7} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc) (MergerMutator): Merged 6 parts: [all_1_27_6, all_32_32_0] -> all_1_32_7
8839 2025.01.08 18:27:50.454893 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB.
8840 2025.01.08 18:27:50.455350 [ 290 ] {af7dd745-7717-4d65-96a9-eefc79429420} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
8841 2025.01.08 18:27:50.455615 [ 290 ] {af7dd745-7717-4d65-96a9-eefc79429420} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8842 2025.01.08 18:27:50.455863 [ 290 ] {af7dd745-7717-4d65-96a9-eefc79429420} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.005253 sec., 7614.696363982486 rows/sec., 13.65 MiB/sec.
8843 2025.01.08 18:27:50.455972 [ 290 ] {af7dd745-7717-4d65-96a9-eefc79429420} <Debug> TCPHandler: Processed in 0.005597256 sec.
8844 2025.01.08 18:27:50.456116 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8845 2025.01.08 18:27:50.456233 [ 284 ] {8f469cf1-c7a2-4315-ae65-090f2ccdf200} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8846 2025.01.08 18:27:50.456285 [ 284 ] {8f469cf1-c7a2-4315-ae65-090f2ccdf200} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8847 2025.01.08 18:27:50.456769 [ 284 ] {8f469cf1-c7a2-4315-ae65-090f2ccdf200} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8848 2025.01.08 18:27:50.456808 [ 284 ] {8f469cf1-c7a2-4315-ae65-090f2ccdf200} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
8849 2025.01.08 18:27:50.457179 [ 284 ] {8f469cf1-c7a2-4315-ae65-090f2ccdf200} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
8850 2025.01.08 18:27:50.457425 [ 284 ] {8f469cf1-c7a2-4315-ae65-090f2ccdf200} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8851 2025.01.08 18:27:50.457639 [ 284 ] {8f469cf1-c7a2-4315-ae65-090f2ccdf200} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.00143 sec., 36363.63636363636 rows/sec., 2.25 MiB/sec.
8852 2025.01.08 18:27:50.457692 [ 284 ] {8f469cf1-c7a2-4315-ae65-090f2ccdf200} <Debug> TCPHandler: Processed in 0.001634262 sec.
8853 2025.01.08 18:27:52.355004 [ 44 ] {} <Debug> DNSResolver: Updating DNS cache
8854 2025.01.08 18:27:52.355077 [ 44 ] {} <Debug> DNSResolver: Updated DNS cache
8855 2025.01.08 18:27:52.528622 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 21106
8856 2025.01.08 18:27:52.529277 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8857 2025.01.08 18:27:52.529326 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
8858 2025.01.08 18:27:52.529862 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
8859 2025.01.08 18:27:52.530137 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8860 2025.01.08 18:27:52.530351 [ 44 ] {} <Debug> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
8861 2025.01.08 18:27:52.530413 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21106
8862 2025.01.08 18:27:52.530440 [ 44 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8863 2025.01.08 18:27:52.530474 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
8864 2025.01.08 18:27:52.530645 [ 200 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::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
8865 2025.01.08 18:27:52.531040 [ 200 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8866 2025.01.08 18:27:52.531138 [ 200 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::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
8867 2025.01.08 18:27:52.531232 [ 200 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::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
8868 2025.01.08 18:27:52.531421 [ 200 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::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
8869 2025.01.08 18:27:52.531570 [ 200 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::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
8870 2025.01.08 18:27:52.531808 [ 200 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::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
8871 2025.01.08 18:27:52.531992 [ 200 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::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
8872 2025.01.08 18:27:52.534360 [ 189 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21106 rows, containing 4 columns (4 merged, 0 gathered) in 0.00381781 sec., 5528300.255905873 rows/sec., 79.08 MiB/sec.
8873 2025.01.08 18:27:52.534611 [ 200 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
8874 2025.01.08 18:27:52.534906 [ 200 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::all_1_46_9} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8875 2025.01.08 18:27:52.534988 [ 200 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::all_1_46_9} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
8876 2025.01.08 18:27:52.535080 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.67 MiB.
8877 2025.01.08 18:27:54.001000 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 347
8878 2025.01.08 18:27:54.023360 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8879 2025.01.08 18:27:54.023424 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
8880 2025.01.08 18:27:54.030950 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
8881 2025.01.08 18:27:54.031752 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8882 2025.01.08 18:27:54.032242 [ 41 ] {} <Debug> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
8883 2025.01.08 18:27:54.032441 [ 41 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8884 2025.01.08 18:27:54.032537 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
8885 2025.01.08 18:27:54.032964 [ 192 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::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
8886 2025.01.08 18:27:54.041896 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 347
8887 2025.01.08 18:27:54.043214 [ 192 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8888 2025.01.08 18:27:54.044127 [ 192 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::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
8889 2025.01.08 18:27:54.048655 [ 192 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::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
8890 2025.01.08 18:27:54.053208 [ 192 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 7 rows starting from the beginning of the part
8891 2025.01.08 18:27:54.058144 [ 192 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 8 rows starting from the beginning of the part
8892 2025.01.08 18:27:54.063464 [ 192 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::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
8893 2025.01.08 18:27:54.067769 [ 192 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::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
8894 2025.01.08 18:27:54.126794 [ 189 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.094080547 sec., 3688.3288954516815 rows/sec., 19.07 MiB/sec.
8895 2025.01.08 18:27:54.130046 [ 190 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
8896 2025.01.08 18:27:54.133203 [ 190 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::all_1_46_9} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8897 2025.01.08 18:27:54.133352 [ 190 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::all_1_46_9} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
8898 2025.01.08 18:27:54.135960 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB.
8899 2025.01.08 18:27:55.425482 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8900 2025.01.08 18:27:55.425792 [ 284 ] {2cd6d61e-06da-482c-a08c-6a8551f1560c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8901 2025.01.08 18:27:55.425914 [ 284 ] {2cd6d61e-06da-482c-a08c-6a8551f1560c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8902 2025.01.08 18:27:55.426862 [ 284 ] {2cd6d61e-06da-482c-a08c-6a8551f1560c} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8903 2025.01.08 18:27:55.426912 [ 284 ] {2cd6d61e-06da-482c-a08c-6a8551f1560c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
8904 2025.01.08 18:27:55.427376 [ 284 ] {2cd6d61e-06da-482c-a08c-6a8551f1560c} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
8905 2025.01.08 18:27:55.427648 [ 284 ] {2cd6d61e-06da-482c-a08c-6a8551f1560c} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8906 2025.01.08 18:27:55.427865 [ 40 ] {} <Debug> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
8907 2025.01.08 18:27:55.427903 [ 284 ] {2cd6d61e-06da-482c-a08c-6a8551f1560c} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.002199 sec., 11823.556161891769 rows/sec., 912.61 KiB/sec.
8908 2025.01.08 18:27:55.427951 [ 40 ] {} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8909 2025.01.08 18:27:55.428036 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
8910 2025.01.08 18:27:55.428039 [ 284 ] {2cd6d61e-06da-482c-a08c-6a8551f1560c} <Debug> TCPHandler: Processed in 0.002743361 sec.
8911 2025.01.08 18:27:55.428377 [ 197 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::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
8912 2025.01.08 18:27:55.428398 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8913 2025.01.08 18:27:55.428856 [ 290 ] {354b58f9-a088-4208-ab49-a601003c3d1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8914 2025.01.08 18:27:55.428992 [ 197 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8915 2025.01.08 18:27:55.429063 [ 290 ] {354b58f9-a088-4208-ab49-a601003c3d1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8916 2025.01.08 18:27:55.429113 [ 197 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1400 rows starting from the beginning of the part
8917 2025.01.08 18:27:55.429688 [ 197 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 26 rows starting from the beginning of the part
8918 2025.01.08 18:27:55.430269 [ 197 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 253 rows starting from the beginning of the part
8919 2025.01.08 18:27:55.430430 [ 197 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 26 rows starting from the beginning of the part
8920 2025.01.08 18:27:55.430656 [ 197 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 253 rows starting from the beginning of the part
8921 2025.01.08 18:27:55.430883 [ 197 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 26 rows starting from the beginning of the part
8922 2025.01.08 18:27:55.431652 [ 290 ] {354b58f9-a088-4208-ab49-a601003c3d1c} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8923 2025.01.08 18:27:55.431700 [ 290 ] {354b58f9-a088-4208-ab49-a601003c3d1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
8924 2025.01.08 18:27:55.432322 [ 290 ] {354b58f9-a088-4208-ab49-a601003c3d1c} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
8925 2025.01.08 18:27:55.432657 [ 290 ] {354b58f9-a088-4208-ab49-a601003c3d1c} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8926 2025.01.08 18:27:55.432771 [ 189 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1984 rows, containing 5 columns (5 merged, 0 gathered) in 0.00459723 sec., 431564.2245439101 rows/sec., 38.34 MiB/sec.
8927 2025.01.08 18:27:55.432941 [ 40 ] {} <Debug> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
8928 2025.01.08 18:27:55.433020 [ 40 ] {} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8929 2025.01.08 18:27:55.433048 [ 290 ] {354b58f9-a088-4208-ab49-a601003c3d1c} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.004317 sec., 6485.985638174659 rows/sec., 518.03 KiB/sec.
8930 2025.01.08 18:27:55.433068 [ 189 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
8931 2025.01.08 18:27:55.433087 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
8932 2025.01.08 18:27:55.433371 [ 290 ] {354b58f9-a088-4208-ab49-a601003c3d1c} <Debug> TCPHandler: Processed in 0.005178766 sec.
8933 2025.01.08 18:27:55.433414 [ 197 ] {fa7e1080-106a-46d6-b087-687f1bf68453::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
8934 2025.01.08 18:27:55.433598 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8935 2025.01.08 18:27:55.433623 [ 197 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8936 2025.01.08 18:27:55.433680 [ 197 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 874 rows starting from the beginning of the part
8937 2025.01.08 18:27:55.433716 [ 189 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_76_15} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8938 2025.01.08 18:27:55.434109 [ 284 ] {fdfadabc-260b-47c7-94bf-1d69586ec751} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8939 2025.01.08 18:27:55.434182 [ 189 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_76_15} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
8940 2025.01.08 18:27:55.434260 [ 197 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 28 rows starting from the beginning of the part
8941 2025.01.08 18:27:55.434334 [ 284 ] {fdfadabc-260b-47c7-94bf-1d69586ec751} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8942 2025.01.08 18:27:55.434447 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB.
8943 2025.01.08 18:27:55.434808 [ 197 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 386 rows starting from the beginning of the part
8944 2025.01.08 18:27:55.435193 [ 197 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 28 rows starting from the beginning of the part
8945 2025.01.08 18:27:55.435565 [ 197 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 386 rows starting from the beginning of the part
8946 2025.01.08 18:27:55.435930 [ 197 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 28 rows starting from the beginning of the part
8947 2025.01.08 18:27:55.436905 [ 284 ] {fdfadabc-260b-47c7-94bf-1d69586ec751} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8948 2025.01.08 18:27:55.436979 [ 284 ] {fdfadabc-260b-47c7-94bf-1d69586ec751} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
8949 2025.01.08 18:27:55.438092 [ 284 ] {fdfadabc-260b-47c7-94bf-1d69586ec751} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
8950 2025.01.08 18:27:55.438595 [ 284 ] {fdfadabc-260b-47c7-94bf-1d69586ec751} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8951 2025.01.08 18:27:55.438797 [ 196 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1730 rows, containing 5 columns (5 merged, 0 gathered) in 0.005505614 sec., 314224.7168072444 rows/sec., 23.83 MiB/sec.
8952 2025.01.08 18:27:55.439002 [ 38 ] {} <Debug> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
8953 2025.01.08 18:27:55.439082 [ 284 ] {fdfadabc-260b-47c7-94bf-1d69586ec751} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.005216 sec., 19171.779141104293 rows/sec., 1.33 MiB/sec.
8954 2025.01.08 18:27:55.439099 [ 38 ] {} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8955 2025.01.08 18:27:55.439167 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
8956 2025.01.08 18:27:55.439158 [ 189 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
8957 2025.01.08 18:27:55.439368 [ 284 ] {fdfadabc-260b-47c7-94bf-1d69586ec751} <Debug> TCPHandler: Processed in 0.005866883 sec.
8958 2025.01.08 18:27:55.439713 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8959 2025.01.08 18:27:55.439743 [ 186 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::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
8960 2025.01.08 18:27:55.440025 [ 290 ] {4a70c4ff-139e-4ed8-ab83-1caaa8ff3ff5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8961 2025.01.08 18:27:55.440181 [ 189 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_76_15} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8962 2025.01.08 18:27:55.440222 [ 290 ] {4a70c4ff-139e-4ed8-ab83-1caaa8ff3ff5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8963 2025.01.08 18:27:55.440280 [ 186 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8964 2025.01.08 18:27:55.440460 [ 186 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_71_14, total 18112 rows starting from the beginning of the part
8965 2025.01.08 18:27:55.440466 [ 189 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_76_15} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
8966 2025.01.08 18:27:55.440950 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB.
8967 2025.01.08 18:27:55.440872 [ 186 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 100 rows starting from the beginning of the part
8968 2025.01.08 18:27:55.441312 [ 186 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 177 rows starting from the beginning of the part
8969 2025.01.08 18:27:55.441646 [ 186 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 100 rows starting from the beginning of the part
8970 2025.01.08 18:27:55.441921 [ 186 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 177 rows starting from the beginning of the part
8971 2025.01.08 18:27:55.442132 [ 186 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 100 rows starting from the beginning of the part
8972 2025.01.08 18:27:55.443075 [ 290 ] {4a70c4ff-139e-4ed8-ab83-1caaa8ff3ff5} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8973 2025.01.08 18:27:55.443144 [ 290 ] {4a70c4ff-139e-4ed8-ab83-1caaa8ff3ff5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
8974 2025.01.08 18:27:55.443855 [ 290 ] {4a70c4ff-139e-4ed8-ab83-1caaa8ff3ff5} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
8975 2025.01.08 18:27:55.444244 [ 290 ] {4a70c4ff-139e-4ed8-ab83-1caaa8ff3ff5} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8976 2025.01.08 18:27:55.444510 [ 38 ] {} <Debug> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
8977 2025.01.08 18:27:55.444631 [ 38 ] {} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8978 2025.01.08 18:27:55.444724 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
8979 2025.01.08 18:27:55.444782 [ 290 ] {4a70c4ff-139e-4ed8-ab83-1caaa8ff3ff5} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.004848 sec., 6188.118811881188 rows/sec., 434.09 KiB/sec.
8980 2025.01.08 18:27:55.445153 [ 290 ] {4a70c4ff-139e-4ed8-ab83-1caaa8ff3ff5} <Debug> TCPHandler: Processed in 0.005638967 sec.
8981 2025.01.08 18:27:55.445225 [ 189 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::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
8982 2025.01.08 18:27:55.445582 [ 189 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8983 2025.01.08 18:27:55.445649 [ 189 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 2484 rows starting from the beginning of the part
8984 2025.01.08 18:27:55.446010 [ 189 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 30 rows starting from the beginning of the part
8985 2025.01.08 18:27:55.446249 [ 189 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 52 rows starting from the beginning of the part
8986 2025.01.08 18:27:55.446501 [ 189 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 30 rows starting from the beginning of the part
8987 2025.01.08 18:27:55.446673 [ 189 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 52 rows starting from the beginning of the part
8988 2025.01.08 18:27:55.446915 [ 189 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 30 rows starting from the beginning of the part
8989 2025.01.08 18:27:55.449008 [ 199 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2678 rows, containing 4 columns (4 merged, 0 gathered) in 0.004149208 sec., 645424.3797852506 rows/sec., 41.57 MiB/sec.
8990 2025.01.08 18:27:55.449446 [ 188 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
8991 2025.01.08 18:27:55.449885 [ 188 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_76_15} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8992 2025.01.08 18:27:55.450160 [ 188 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_76_15} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
8993 2025.01.08 18:27:55.450310 [ 199 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18766 rows, containing 5 columns (5 merged, 0 gathered) in 0.010962706 sec., 1711803.6368028114 rows/sec., 114.66 MiB/sec.
8994 2025.01.08 18:27:55.450353 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB.
8995 2025.01.08 18:27:55.450638 [ 199 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
8996 2025.01.08 18:27:55.450954 [ 199 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8997 2025.01.08 18:27:55.451035 [ 199 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
8998 2025.01.08 18:27:55.451131 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.15 MiB.
8999 2025.01.08 18:27:55.733018 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9000 2025.01.08 18:27:55.733161 [ 284 ] {b02ef46b-2a6a-4599-9856-7de47927b0af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
9001 2025.01.08 18:27:55.733220 [ 284 ] {b02ef46b-2a6a-4599-9856-7de47927b0af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
9002 2025.01.08 18:27:55.733892 [ 284 ] {b02ef46b-2a6a-4599-9856-7de47927b0af} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9003 2025.01.08 18:27:55.733936 [ 284 ] {b02ef46b-2a6a-4599-9856-7de47927b0af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
9004 2025.01.08 18:27:55.734330 [ 284 ] {b02ef46b-2a6a-4599-9856-7de47927b0af} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
9005 2025.01.08 18:27:55.734575 [ 284 ] {b02ef46b-2a6a-4599-9856-7de47927b0af} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9006 2025.01.08 18:27:55.734778 [ 36 ] {} <Debug> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0
9007 2025.01.08 18:27:55.734824 [ 284 ] {b02ef46b-2a6a-4599-9856-7de47927b0af} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001691 sec., 8279.124778237729 rows/sec., 595.99 KiB/sec.
9008 2025.01.08 18:27:55.734852 [ 36 ] {} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9009 2025.01.08 18:27:55.734929 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
9010 2025.01.08 18:27:55.734952 [ 284 ] {b02ef46b-2a6a-4599-9856-7de47927b0af} <Debug> TCPHandler: Processed in 0.002005833 sec.
9011 2025.01.08 18:27:55.735275 [ 191 ] {3fec6173-3e69-4314-b82a-beabd4844532::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
9012 2025.01.08 18:27:55.735381 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9013 2025.01.08 18:27:55.735801 [ 191 ] {3fec6173-3e69-4314-b82a-beabd4844532::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9014 2025.01.08 18:27:55.735929 [ 191 ] {3fec6173-3e69-4314-b82a-beabd4844532::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
9015 2025.01.08 18:27:55.735981 [ 290 ] {f59541a2-41e9-4b75-a76c-18819c07b79c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
9016 2025.01.08 18:27:55.736118 [ 191 ] {3fec6173-3e69-4314-b82a-beabd4844532::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
9017 2025.01.08 18:27:55.736175 [ 290 ] {f59541a2-41e9-4b75-a76c-18819c07b79c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
9018 2025.01.08 18:27:55.736464 [ 191 ] {3fec6173-3e69-4314-b82a-beabd4844532::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
9019 2025.01.08 18:27:55.736810 [ 191 ] {3fec6173-3e69-4314-b82a-beabd4844532::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
9020 2025.01.08 18:27:55.737089 [ 191 ] {3fec6173-3e69-4314-b82a-beabd4844532::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
9021 2025.01.08 18:27:55.738942 [ 290 ] {f59541a2-41e9-4b75-a76c-18819c07b79c} <Trace> oximeter.fields_ipaddr (a146431f-2326-4c8f-a3c3-fb5a4b690f62): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9022 2025.01.08 18:27:55.739015 [ 290 ] {f59541a2-41e9-4b75-a76c-18819c07b79c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
9023 2025.01.08 18:27:55.739739 [ 188 ] {3fec6173-3e69-4314-b82a-beabd4844532::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004678762 sec., 14961.22264821335 rows/sec., 1.11 MiB/sec.
9024 2025.01.08 18:27:55.739994 [ 290 ] {f59541a2-41e9-4b75-a76c-18819c07b79c} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
9025 2025.01.08 18:27:55.740021 [ 188 ] {3fec6173-3e69-4314-b82a-beabd4844532::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary)
9026 2025.01.08 18:27:55.740462 [ 290 ] {f59541a2-41e9-4b75-a76c-18819c07b79c} <Trace> oximeter.fields_ipaddr (a146431f-2326-4c8f-a3c3-fb5a4b690f62): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9027 2025.01.08 18:27:55.740621 [ 188 ] {3fec6173-3e69-4314-b82a-beabd4844532::all_1_33_8} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9028 2025.01.08 18:27:55.740952 [ 188 ] {3fec6173-3e69-4314-b82a-beabd4844532::all_1_33_8} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8
9029 2025.01.08 18:27:55.741067 [ 290 ] {f59541a2-41e9-4b75-a76c-18819c07b79c} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.005236 sec., 381.9709702062643 rows/sec., 31.15 KiB/sec.
9030 2025.01.08 18:27:55.741242 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
9031 2025.01.08 18:27:55.741398 [ 290 ] {f59541a2-41e9-4b75-a76c-18819c07b79c} <Debug> TCPHandler: Processed in 0.006320815 sec.
9032 2025.01.08 18:27:55.741576 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9033 2025.01.08 18:27:55.741705 [ 284 ] {e5c6253e-2942-4654-8c7d-ad52bc5ac7bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9034 2025.01.08 18:27:55.741755 [ 284 ] {e5c6253e-2942-4654-8c7d-ad52bc5ac7bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9035 2025.01.08 18:27:55.743132 [ 284 ] {e5c6253e-2942-4654-8c7d-ad52bc5ac7bf} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9036 2025.01.08 18:27:55.743172 [ 284 ] {e5c6253e-2942-4654-8c7d-ad52bc5ac7bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
9037 2025.01.08 18:27:55.743640 [ 284 ] {e5c6253e-2942-4654-8c7d-ad52bc5ac7bf} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
9038 2025.01.08 18:27:55.743879 [ 284 ] {e5c6253e-2942-4654-8c7d-ad52bc5ac7bf} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9039 2025.01.08 18:27:55.744103 [ 284 ] {e5c6253e-2942-4654-8c7d-ad52bc5ac7bf} <Debug> executeQuery: Read 1394 rows, 119.85 KiB in 0.002424 sec., 575082.5082508251 rows/sec., 48.28 MiB/sec.
9040 2025.01.08 18:27:55.744158 [ 284 ] {e5c6253e-2942-4654-8c7d-ad52bc5ac7bf} <Debug> TCPHandler: Processed in 0.002643029 sec.
9041 2025.01.08 18:27:55.744341 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9042 2025.01.08 18:27:55.744571 [ 290 ] {c2749019-5798-4c00-9683-1d35399f2102} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9043 2025.01.08 18:27:55.744665 [ 290 ] {c2749019-5798-4c00-9683-1d35399f2102} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9044 2025.01.08 18:27:55.745592 [ 290 ] {c2749019-5798-4c00-9683-1d35399f2102} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9045 2025.01.08 18:27:55.745633 [ 290 ] {c2749019-5798-4c00-9683-1d35399f2102} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
9046 2025.01.08 18:27:55.746011 [ 290 ] {c2749019-5798-4c00-9683-1d35399f2102} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
9047 2025.01.08 18:27:55.746257 [ 290 ] {c2749019-5798-4c00-9683-1d35399f2102} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9048 2025.01.08 18:27:55.746479 [ 290 ] {c2749019-5798-4c00-9683-1d35399f2102} <Debug> executeQuery: Read 49 rows, 3.60 KiB in 0.001968 sec., 24898.373983739835 rows/sec., 1.79 MiB/sec.
9049 2025.01.08 18:27:55.746537 [ 290 ] {c2749019-5798-4c00-9683-1d35399f2102} <Debug> TCPHandler: Processed in 0.002271189 sec.
9050 2025.01.08 18:27:55.746697 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9051 2025.01.08 18:27:55.746813 [ 284 ] {63a08850-5e2e-48b9-8cf8-f07555c6a5dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
9052 2025.01.08 18:27:55.746867 [ 284 ] {63a08850-5e2e-48b9-8cf8-f07555c6a5dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
9053 2025.01.08 18:27:55.747538 [ 284 ] {63a08850-5e2e-48b9-8cf8-f07555c6a5dc} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9054 2025.01.08 18:27:55.747577 [ 284 ] {63a08850-5e2e-48b9-8cf8-f07555c6a5dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
9055 2025.01.08 18:27:55.747952 [ 284 ] {63a08850-5e2e-48b9-8cf8-f07555c6a5dc} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
9056 2025.01.08 18:27:55.748222 [ 284 ] {63a08850-5e2e-48b9-8cf8-f07555c6a5dc} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9057 2025.01.08 18:27:55.748539 [ 284 ] {63a08850-5e2e-48b9-8cf8-f07555c6a5dc} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001744 sec., 138761.46788990824 rows/sec., 9.40 MiB/sec.
9058 2025.01.08 18:27:55.748813 [ 284 ] {63a08850-5e2e-48b9-8cf8-f07555c6a5dc} <Debug> TCPHandler: Processed in 0.002165307 sec.
9059 2025.01.08 18:27:55.749021 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9060 2025.01.08 18:27:55.749139 [ 290 ] {91991e13-a1da-4de8-91d1-03e9f21ca985} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
9061 2025.01.08 18:27:55.749189 [ 290 ] {91991e13-a1da-4de8-91d1-03e9f21ca985} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
9062 2025.01.08 18:27:55.749753 [ 290 ] {91991e13-a1da-4de8-91d1-03e9f21ca985} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9063 2025.01.08 18:27:55.749792 [ 290 ] {91991e13-a1da-4de8-91d1-03e9f21ca985} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
9064 2025.01.08 18:27:55.750151 [ 290 ] {91991e13-a1da-4de8-91d1-03e9f21ca985} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
9065 2025.01.08 18:27:55.750399 [ 290 ] {91991e13-a1da-4de8-91d1-03e9f21ca985} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9066 2025.01.08 18:27:55.750573 [ 36 ] {} <Debug> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0
9067 2025.01.08 18:27:55.750641 [ 36 ] {} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9068 2025.01.08 18:27:55.750650 [ 290 ] {91991e13-a1da-4de8-91d1-03e9f21ca985} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001528 sec., 8507.85340314136 rows/sec., 530.46 KiB/sec.
9069 2025.01.08 18:27:55.750688 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
9070 2025.01.08 18:27:55.750791 [ 290 ] {91991e13-a1da-4de8-91d1-03e9f21ca985} <Debug> TCPHandler: Processed in 0.001844698 sec.
9071 2025.01.08 18:27:55.750977 [ 198 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::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
9072 2025.01.08 18:27:55.751013 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9073 2025.01.08 18:27:55.751275 [ 284 ] {e92066e7-6cff-4ec5-9f15-ac6666b437c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9074 2025.01.08 18:27:55.751287 [ 198 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9075 2025.01.08 18:27:55.751380 [ 198 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::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
9076 2025.01.08 18:27:55.751382 [ 284 ] {e92066e7-6cff-4ec5-9f15-ac6666b437c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9077 2025.01.08 18:27:55.751692 [ 198 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::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
9078 2025.01.08 18:27:55.752089 [ 198 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::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
9079 2025.01.08 18:27:55.752417 [ 198 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::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
9080 2025.01.08 18:27:55.752683 [ 198 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::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
9081 2025.01.08 18:27:55.754995 [ 284 ] {e92066e7-6cff-4ec5-9f15-ac6666b437c0} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9082 2025.01.08 18:27:55.755084 [ 284 ] {e92066e7-6cff-4ec5-9f15-ac6666b437c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
9083 2025.01.08 18:27:55.755136 [ 188 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004325893 sec., 15025.799297393625 rows/sec., 995.55 KiB/sec.
9084 2025.01.08 18:27:55.755357 [ 187 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary)
9085 2025.01.08 18:27:55.755630 [ 284 ] {e92066e7-6cff-4ec5-9f15-ac6666b437c0} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
9086 2025.01.08 18:27:55.755771 [ 187 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::all_1_33_8} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9087 2025.01.08 18:27:55.755896 [ 187 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::all_1_33_8} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8
9088 2025.01.08 18:27:55.755936 [ 284 ] {e92066e7-6cff-4ec5-9f15-ac6666b437c0} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9089 2025.01.08 18:27:55.756017 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
9090 2025.01.08 18:27:55.756197 [ 284 ] {e92066e7-6cff-4ec5-9f15-ac6666b437c0} <Debug> executeQuery: Read 844 rows, 62.46 KiB in 0.005007 sec., 168564.01038546034 rows/sec., 12.18 MiB/sec.
9091 2025.01.08 18:27:55.756265 [ 284 ] {e92066e7-6cff-4ec5-9f15-ac6666b437c0} <Debug> TCPHandler: Processed in 0.00535847 sec.
9092 2025.01.08 18:27:55.756418 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9093 2025.01.08 18:27:55.756536 [ 290 ] {a30347e5-62ad-4dc4-9b1f-85d72be49cc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
9094 2025.01.08 18:27:55.756587 [ 290 ] {a30347e5-62ad-4dc4-9b1f-85d72be49cc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
9095 2025.01.08 18:27:55.757071 [ 290 ] {a30347e5-62ad-4dc4-9b1f-85d72be49cc6} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9096 2025.01.08 18:27:55.757109 [ 290 ] {a30347e5-62ad-4dc4-9b1f-85d72be49cc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
9097 2025.01.08 18:27:55.757475 [ 290 ] {a30347e5-62ad-4dc4-9b1f-85d72be49cc6} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
9098 2025.01.08 18:27:55.757714 [ 290 ] {a30347e5-62ad-4dc4-9b1f-85d72be49cc6} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9099 2025.01.08 18:27:55.757930 [ 290 ] {a30347e5-62ad-4dc4-9b1f-85d72be49cc6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00142 sec., 4225.352112676056 rows/sec., 220.76 KiB/sec.
9100 2025.01.08 18:27:55.757982 [ 290 ] {a30347e5-62ad-4dc4-9b1f-85d72be49cc6} <Debug> TCPHandler: Processed in 0.001619532 sec.
9101 2025.01.08 18:27:55.758123 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9102 2025.01.08 18:27:55.758240 [ 284 ] {98129b8a-8001-40d1-a93f-07f8aa499ac5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9103 2025.01.08 18:27:55.758292 [ 284 ] {98129b8a-8001-40d1-a93f-07f8aa499ac5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9104 2025.01.08 18:27:55.759196 [ 284 ] {98129b8a-8001-40d1-a93f-07f8aa499ac5} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9105 2025.01.08 18:27:55.759242 [ 284 ] {98129b8a-8001-40d1-a93f-07f8aa499ac5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
9106 2025.01.08 18:27:55.759697 [ 284 ] {98129b8a-8001-40d1-a93f-07f8aa499ac5} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
9107 2025.01.08 18:27:55.759941 [ 284 ] {98129b8a-8001-40d1-a93f-07f8aa499ac5} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9108 2025.01.08 18:27:55.760153 [ 284 ] {98129b8a-8001-40d1-a93f-07f8aa499ac5} <Debug> executeQuery: Read 944 rows, 64.18 KiB in 0.001939 sec., 486848.8911810212 rows/sec., 32.32 MiB/sec.
9109 2025.01.08 18:27:55.760210 [ 284 ] {98129b8a-8001-40d1-a93f-07f8aa499ac5} <Debug> TCPHandler: Processed in 0.002141676 sec.
9110 2025.01.08 18:27:55.760380 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9111 2025.01.08 18:27:55.760527 [ 290 ] {9de9f631-cbf6-4d0c-95ea-032d53457929} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
9112 2025.01.08 18:27:55.760589 [ 290 ] {9de9f631-cbf6-4d0c-95ea-032d53457929} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
9113 2025.01.08 18:27:55.761170 [ 290 ] {9de9f631-cbf6-4d0c-95ea-032d53457929} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9114 2025.01.08 18:27:55.761220 [ 290 ] {9de9f631-cbf6-4d0c-95ea-032d53457929} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
9115 2025.01.08 18:27:55.761621 [ 290 ] {9de9f631-cbf6-4d0c-95ea-032d53457929} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
9116 2025.01.08 18:27:55.761876 [ 290 ] {9de9f631-cbf6-4d0c-95ea-032d53457929} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9117 2025.01.08 18:27:55.762087 [ 290 ] {9de9f631-cbf6-4d0c-95ea-032d53457929} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001592 sec., 628.1407035175879 rows/sec., 42.33 KiB/sec.
9118 2025.01.08 18:27:55.762139 [ 290 ] {9de9f631-cbf6-4d0c-95ea-032d53457929} <Debug> TCPHandler: Processed in 0.001830228 sec.
9119 2025.01.08 18:27:55.762286 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9120 2025.01.08 18:27:55.762419 [ 284 ] {060ae20c-c334-4414-a2f9-470a6dcf4f9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9121 2025.01.08 18:27:55.762511 [ 284 ] {060ae20c-c334-4414-a2f9-470a6dcf4f9f} <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
9122 2025.01.08 18:27:55.763860 [ 284 ] {060ae20c-c334-4414-a2f9-470a6dcf4f9f} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9123 2025.01.08 18:27:55.763898 [ 284 ] {060ae20c-c334-4414-a2f9-470a6dcf4f9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
9124 2025.01.08 18:27:55.764557 [ 284 ] {060ae20c-c334-4414-a2f9-470a6dcf4f9f} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
9125 2025.01.08 18:27:55.764820 [ 284 ] {060ae20c-c334-4414-a2f9-470a6dcf4f9f} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9126 2025.01.08 18:27:55.765089 [ 284 ] {060ae20c-c334-4414-a2f9-470a6dcf4f9f} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.0027 sec., 14814.814814814814 rows/sec., 26.55 MiB/sec.
9127 2025.01.08 18:27:55.765306 [ 284 ] {060ae20c-c334-4414-a2f9-470a6dcf4f9f} <Debug> TCPHandler: Processed in 0.003073101 sec.
9128 2025.01.08 18:27:55.765457 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9129 2025.01.08 18:27:55.765576 [ 290 ] {fa9bf390-90a6-4078-8131-cd8c08d44fc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9130 2025.01.08 18:27:55.765628 [ 290 ] {fa9bf390-90a6-4078-8131-cd8c08d44fc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9131 2025.01.08 18:27:55.766116 [ 290 ] {fa9bf390-90a6-4078-8131-cd8c08d44fc2} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9132 2025.01.08 18:27:55.766156 [ 290 ] {fa9bf390-90a6-4078-8131-cd8c08d44fc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB.
9133 2025.01.08 18:27:55.766537 [ 290 ] {fa9bf390-90a6-4078-8131-cd8c08d44fc2} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
9134 2025.01.08 18:27:55.766784 [ 290 ] {fa9bf390-90a6-4078-8131-cd8c08d44fc2} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9135 2025.01.08 18:27:55.767006 [ 290 ] {fa9bf390-90a6-4078-8131-cd8c08d44fc2} <Debug> executeQuery: Read 28 rows, 1.61 KiB in 0.001455 sec., 19243.986254295534 rows/sec., 1.08 MiB/sec.
9136 2025.01.08 18:27:55.767062 [ 290 ] {fa9bf390-90a6-4078-8131-cd8c08d44fc2} <Debug> TCPHandler: Processed in 0.001663113 sec.
9137 2025.01.08 18:27:57.638342 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 1276
9138 2025.01.08 18:27:57.642350 [ 242 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9139 2025.01.08 18:27:57.642410 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
9140 2025.01.08 18:27:57.643949 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
9141 2025.01.08 18:27:57.644269 [ 242 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9142 2025.01.08 18:27:57.644914 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1276
9143 2025.01.08 18:28:00.030597 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 21594
9144 2025.01.08 18:28:00.031803 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9145 2025.01.08 18:28:00.031892 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
9146 2025.01.08 18:28:00.032451 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
9147 2025.01.08 18:28:00.032725 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9148 2025.01.08 18:28:00.032977 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21594
9149 2025.01.08 18:28:00.424150 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9150 2025.01.08 18:28:00.424353 [ 284 ] {8c220166-65a7-4ee4-afaa-e0776a309128} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9151 2025.01.08 18:28:00.424431 [ 284 ] {8c220166-65a7-4ee4-afaa-e0776a309128} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9152 2025.01.08 18:28:00.425191 [ 284 ] {8c220166-65a7-4ee4-afaa-e0776a309128} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9153 2025.01.08 18:28:00.425242 [ 284 ] {8c220166-65a7-4ee4-afaa-e0776a309128} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
9154 2025.01.08 18:28:00.425672 [ 284 ] {8c220166-65a7-4ee4-afaa-e0776a309128} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
9155 2025.01.08 18:28:00.425942 [ 284 ] {8c220166-65a7-4ee4-afaa-e0776a309128} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9156 2025.01.08 18:28:00.426182 [ 284 ] {8c220166-65a7-4ee4-afaa-e0776a309128} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001886 sec., 13785.790031813362 rows/sec., 1.04 MiB/sec.
9157 2025.01.08 18:28:00.426246 [ 284 ] {8c220166-65a7-4ee4-afaa-e0776a309128} <Debug> TCPHandler: Processed in 0.002238108 sec.
9158 2025.01.08 18:28:00.426508 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9159 2025.01.08 18:28:00.426711 [ 290 ] {d325bda5-e18c-415d-af29-08d5501c3c28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9160 2025.01.08 18:28:00.426788 [ 290 ] {d325bda5-e18c-415d-af29-08d5501c3c28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9161 2025.01.08 18:28:00.427561 [ 290 ] {d325bda5-e18c-415d-af29-08d5501c3c28} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9162 2025.01.08 18:28:00.427614 [ 290 ] {d325bda5-e18c-415d-af29-08d5501c3c28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
9163 2025.01.08 18:28:00.428127 [ 290 ] {d325bda5-e18c-415d-af29-08d5501c3c28} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
9164 2025.01.08 18:28:00.428398 [ 290 ] {d325bda5-e18c-415d-af29-08d5501c3c28} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9165 2025.01.08 18:28:00.428655 [ 290 ] {d325bda5-e18c-415d-af29-08d5501c3c28} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.002 sec., 14000 rows/sec., 1.09 MiB/sec.
9166 2025.01.08 18:28:00.428726 [ 290 ] {d325bda5-e18c-415d-af29-08d5501c3c28} <Debug> TCPHandler: Processed in 0.002354731 sec.
9167 2025.01.08 18:28:00.428886 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9168 2025.01.08 18:28:00.429029 [ 284 ] {8f762910-0af0-4902-9722-6ae628c4365a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9169 2025.01.08 18:28:00.429096 [ 284 ] {8f762910-0af0-4902-9722-6ae628c4365a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9170 2025.01.08 18:28:00.429709 [ 284 ] {8f762910-0af0-4902-9722-6ae628c4365a} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9171 2025.01.08 18:28:00.429748 [ 284 ] {8f762910-0af0-4902-9722-6ae628c4365a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
9172 2025.01.08 18:28:00.430145 [ 284 ] {8f762910-0af0-4902-9722-6ae628c4365a} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
9173 2025.01.08 18:28:00.430379 [ 284 ] {8f762910-0af0-4902-9722-6ae628c4365a} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9174 2025.01.08 18:28:00.430589 [ 284 ] {8f762910-0af0-4902-9722-6ae628c4365a} <Debug> executeQuery: Read 80 rows, 5.68 KiB in 0.001596 sec., 50125.31328320802 rows/sec., 3.48 MiB/sec.
9175 2025.01.08 18:28:00.430644 [ 284 ] {8f762910-0af0-4902-9722-6ae628c4365a} <Debug> TCPHandler: Processed in 0.001827727 sec.
9176 2025.01.08 18:28:00.430789 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9177 2025.01.08 18:28:00.430937 [ 290 ] {4b8be504-e313-4511-b6b1-dbd2df83b07b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9178 2025.01.08 18:28:00.431003 [ 290 ] {4b8be504-e313-4511-b6b1-dbd2df83b07b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9179 2025.01.08 18:28:00.431593 [ 290 ] {4b8be504-e313-4511-b6b1-dbd2df83b07b} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9180 2025.01.08 18:28:00.431634 [ 290 ] {4b8be504-e313-4511-b6b1-dbd2df83b07b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
9181 2025.01.08 18:28:00.432023 [ 290 ] {4b8be504-e313-4511-b6b1-dbd2df83b07b} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
9182 2025.01.08 18:28:00.432278 [ 290 ] {4b8be504-e313-4511-b6b1-dbd2df83b07b} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9183 2025.01.08 18:28:00.432518 [ 290 ] {4b8be504-e313-4511-b6b1-dbd2df83b07b} <Debug> executeQuery: Read 24 rows, 1.68 KiB in 0.001616 sec., 14851.485148514852 rows/sec., 1.02 MiB/sec.
9184 2025.01.08 18:28:00.432616 [ 290 ] {4b8be504-e313-4511-b6b1-dbd2df83b07b} <Debug> TCPHandler: Processed in 0.00189225 sec.
9185 2025.01.08 18:28:01.541977 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 355
9186 2025.01.08 18:28:01.560429 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9187 2025.01.08 18:28:01.560535 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
9188 2025.01.08 18:28:01.568112 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
9189 2025.01.08 18:28:01.568940 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9190 2025.01.08 18:28:01.571646 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 355
9191 2025.01.08 18:28:05.425296 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9192 2025.01.08 18:28:05.425513 [ 284 ] {3f51bab6-d2b8-4f4e-8b24-2fb51afd2b5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9193 2025.01.08 18:28:05.425597 [ 284 ] {3f51bab6-d2b8-4f4e-8b24-2fb51afd2b5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9194 2025.01.08 18:28:05.426412 [ 284 ] {3f51bab6-d2b8-4f4e-8b24-2fb51afd2b5a} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9195 2025.01.08 18:28:05.426460 [ 284 ] {3f51bab6-d2b8-4f4e-8b24-2fb51afd2b5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
9196 2025.01.08 18:28:05.426916 [ 284 ] {3f51bab6-d2b8-4f4e-8b24-2fb51afd2b5a} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
9197 2025.01.08 18:28:05.427173 [ 284 ] {3f51bab6-d2b8-4f4e-8b24-2fb51afd2b5a} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9198 2025.01.08 18:28:05.427417 [ 284 ] {3f51bab6-d2b8-4f4e-8b24-2fb51afd2b5a} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001964 sec., 13238.289205702647 rows/sec., 1021.81 KiB/sec.
9199 2025.01.08 18:28:05.427483 [ 284 ] {3f51bab6-d2b8-4f4e-8b24-2fb51afd2b5a} <Debug> TCPHandler: Processed in 0.002331061 sec.
9200 2025.01.08 18:28:05.427751 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9201 2025.01.08 18:28:05.427975 [ 290 ] {1a1b2b20-cf3e-4510-ab5d-3035aa632492} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9202 2025.01.08 18:28:05.428069 [ 290 ] {1a1b2b20-cf3e-4510-ab5d-3035aa632492} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9203 2025.01.08 18:28:05.428901 [ 290 ] {1a1b2b20-cf3e-4510-ab5d-3035aa632492} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9204 2025.01.08 18:28:05.428942 [ 290 ] {1a1b2b20-cf3e-4510-ab5d-3035aa632492} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
9205 2025.01.08 18:28:05.429410 [ 290 ] {1a1b2b20-cf3e-4510-ab5d-3035aa632492} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
9206 2025.01.08 18:28:05.429670 [ 290 ] {1a1b2b20-cf3e-4510-ab5d-3035aa632492} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9207 2025.01.08 18:28:05.429893 [ 290 ] {1a1b2b20-cf3e-4510-ab5d-3035aa632492} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001996 sec., 14028.056112224449 rows/sec., 1.09 MiB/sec.
9208 2025.01.08 18:28:05.430004 [ 290 ] {1a1b2b20-cf3e-4510-ab5d-3035aa632492} <Debug> TCPHandler: Processed in 0.002394282 sec.
9209 2025.01.08 18:28:05.430236 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9210 2025.01.08 18:28:05.430448 [ 284 ] {9550f226-3efd-49fc-9818-b7eb805fd3ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9211 2025.01.08 18:28:05.430508 [ 284 ] {9550f226-3efd-49fc-9818-b7eb805fd3ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9212 2025.01.08 18:28:05.431102 [ 284 ] {9550f226-3efd-49fc-9818-b7eb805fd3ad} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9213 2025.01.08 18:28:05.431143 [ 284 ] {9550f226-3efd-49fc-9818-b7eb805fd3ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
9214 2025.01.08 18:28:05.431903 [ 284 ] {9550f226-3efd-49fc-9818-b7eb805fd3ad} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
9215 2025.01.08 18:28:05.432153 [ 284 ] {9550f226-3efd-49fc-9818-b7eb805fd3ad} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9216 2025.01.08 18:28:05.432373 [ 284 ] {9550f226-3efd-49fc-9818-b7eb805fd3ad} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001963 sec., 50942.43504839532 rows/sec., 3.53 MiB/sec.
9217 2025.01.08 18:28:05.432435 [ 284 ] {9550f226-3efd-49fc-9818-b7eb805fd3ad} <Debug> TCPHandler: Processed in 0.002323081 sec.
9218 2025.01.08 18:28:05.432618 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9219 2025.01.08 18:28:05.432765 [ 290 ] {1c99d80b-fb84-4c58-895e-91e50200a899} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9220 2025.01.08 18:28:05.432831 [ 290 ] {1c99d80b-fb84-4c58-895e-91e50200a899} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9221 2025.01.08 18:28:05.433419 [ 290 ] {1c99d80b-fb84-4c58-895e-91e50200a899} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9222 2025.01.08 18:28:05.433463 [ 290 ] {1c99d80b-fb84-4c58-895e-91e50200a899} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
9223 2025.01.08 18:28:05.433887 [ 290 ] {1c99d80b-fb84-4c58-895e-91e50200a899} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
9224 2025.01.08 18:28:05.434132 [ 290 ] {1c99d80b-fb84-4c58-895e-91e50200a899} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9225 2025.01.08 18:28:05.434334 [ 290 ] {1c99d80b-fb84-4c58-895e-91e50200a899} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001605 sec., 18691.588785046726 rows/sec., 1.28 MiB/sec.
9226 2025.01.08 18:28:05.434386 [ 290 ] {1c99d80b-fb84-4c58-895e-91e50200a899} <Debug> TCPHandler: Processed in 0.001839088 sec.
9227 2025.01.08 18:28:06.359553 [ 43 ] {} <Debug> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a) (MergerMutator): Selected 5 parts from all_1_29_6 to all_33_33_0
9228 2025.01.08 18:28:06.359621 [ 43 ] {} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9229 2025.01.08 18:28:06.359647 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
9230 2025.01.08 18:28:06.359870 [ 201 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::all_1_33_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_6 to all_33_33_0 into Compact with storage Full
9231 2025.01.08 18:28:06.360136 [ 201 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::all_1_33_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9232 2025.01.08 18:28:06.360180 [ 201 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_6, total 61 rows starting from the beginning of the part
9233 2025.01.08 18:28:06.360294 [ 201 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 59 rows starting from the beginning of the part
9234 2025.01.08 18:28:06.360399 [ 201 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 47 rows starting from the beginning of the part
9235 2025.01.08 18:28:06.360657 [ 201 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 47 rows starting from the beginning of the part
9236 2025.01.08 18:28:06.360886 [ 201 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 49 rows starting from the beginning of the part
9237 2025.01.08 18:28:06.362065 [ 187 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::all_1_33_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 263 rows, containing 5 columns (5 merged, 0 gathered) in 0.002336221 sec., 112574.96615260286 rows/sec., 8.49 MiB/sec.
9238 2025.01.08 18:28:06.362287 [ 188 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::all_1_33_7} <Trace> MergedBlockOutputStream: filled checksums all_1_33_7 (state Temporary)
9239 2025.01.08 18:28:06.362684 [ 188 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::all_1_33_7} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Renaming temporary part tmp_merge_all_1_33_7 to all_1_33_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9240 2025.01.08 18:28:06.362785 [ 188 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::all_1_33_7} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a) (MergerMutator): Merged 5 parts: [all_1_29_6, all_33_33_0] -> all_1_33_7
9241 2025.01.08 18:28:06.362889 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
9242 2025.01.08 18:28:06.375850 [ 43 ] {} <Debug> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e) (MergerMutator): Selected 5 parts from all_1_29_6 to all_33_33_0
9243 2025.01.08 18:28:06.375885 [ 43 ] {} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9244 2025.01.08 18:28:06.375905 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
9245 2025.01.08 18:28:06.376074 [ 201 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::all_1_33_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_6 to all_33_33_0 into Compact with storage Full
9246 2025.01.08 18:28:06.376453 [ 201 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::all_1_33_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9247 2025.01.08 18:28:06.376492 [ 201 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_6, total 174 rows starting from the beginning of the part
9248 2025.01.08 18:28:06.376589 [ 201 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part
9249 2025.01.08 18:28:06.376786 [ 201 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 6 rows starting from the beginning of the part
9250 2025.01.08 18:28:06.376925 [ 201 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 6 rows starting from the beginning of the part
9251 2025.01.08 18:28:06.377077 [ 201 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 6 rows starting from the beginning of the part
9252 2025.01.08 18:28:06.378106 [ 193 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::all_1_33_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 198 rows, containing 4 columns (4 merged, 0 gathered) in 0.002142606 sec., 92410.83054934038 rows/sec., 4.71 MiB/sec.
9253 2025.01.08 18:28:06.378280 [ 200 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::all_1_33_7} <Trace> MergedBlockOutputStream: filled checksums all_1_33_7 (state Temporary)
9254 2025.01.08 18:28:06.378623 [ 200 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::all_1_33_7} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Renaming temporary part tmp_merge_all_1_33_7 to all_1_33_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9255 2025.01.08 18:28:06.378704 [ 200 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::all_1_33_7} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e) (MergerMutator): Merged 5 parts: [all_1_29_6, all_33_33_0] -> all_1_33_7
9256 2025.01.08 18:28:06.378791 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
9257 2025.01.08 18:28:07.252542 [ 60 ] {} <Debug> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3) (MergerMutator): Selected 5 parts from all_1_29_6 to all_33_33_0
9258 2025.01.08 18:28:07.252632 [ 60 ] {} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9259 2025.01.08 18:28:07.252659 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
9260 2025.01.08 18:28:07.252891 [ 187 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::all_1_33_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_6 to all_33_33_0 into Compact with storage Full
9261 2025.01.08 18:28:07.253117 [ 187 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::all_1_33_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9262 2025.01.08 18:28:07.253164 [ 187 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_6, total 242 rows starting from the beginning of the part
9263 2025.01.08 18:28:07.253266 [ 187 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 242 rows starting from the beginning of the part
9264 2025.01.08 18:28:07.253488 [ 187 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 14 rows starting from the beginning of the part
9265 2025.01.08 18:28:07.253738 [ 187 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 14 rows starting from the beginning of the part
9266 2025.01.08 18:28:07.253902 [ 187 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 242 rows starting from the beginning of the part
9267 2025.01.08 18:28:07.255164 [ 190 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::all_1_33_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 754 rows, containing 5 columns (5 merged, 0 gathered) in 0.002414083 sec., 312333.9172679647 rows/sec., 22.36 MiB/sec.
9268 2025.01.08 18:28:07.255394 [ 190 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::all_1_33_7} <Trace> MergedBlockOutputStream: filled checksums all_1_33_7 (state Temporary)
9269 2025.01.08 18:28:07.255799 [ 190 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::all_1_33_7} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Renaming temporary part tmp_merge_all_1_33_7 to all_1_33_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9270 2025.01.08 18:28:07.255900 [ 190 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::all_1_33_7} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3) (MergerMutator): Merged 5 parts: [all_1_29_6, all_33_33_0] -> all_1_33_7
9271 2025.01.08 18:28:07.256011 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB.
9272 2025.01.08 18:28:07.355108 [ 60 ] {} <Debug> DNSResolver: Updating DNS cache
9273 2025.01.08 18:28:07.355149 [ 60 ] {} <Debug> DNSResolver: Updated DNS cache
9274 2025.01.08 18:28:07.533137 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22021
9275 2025.01.08 18:28:07.534025 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9276 2025.01.08 18:28:07.534068 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
9277 2025.01.08 18:28:07.534572 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
9278 2025.01.08 18:28:07.534833 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9279 2025.01.08 18:28:07.535126 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22021
9280 2025.01.08 18:28:07.645279 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1292
9281 2025.01.08 18:28:07.648254 [ 242 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9282 2025.01.08 18:28:07.648308 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
9283 2025.01.08 18:28:07.649778 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
9284 2025.01.08 18:28:07.650094 [ 242 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9285 2025.01.08 18:28:07.650726 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1292
9286 2025.01.08 18:28:08.001442 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001028717 sec.
9287 2025.01.08 18:28:09.071721 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 362
9288 2025.01.08 18:28:09.092525 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9289 2025.01.08 18:28:09.092589 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
9290 2025.01.08 18:28:09.099919 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
9291 2025.01.08 18:28:09.100696 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9292 2025.01.08 18:28:09.104503 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 362
9293 2025.01.08 18:28:10.431837 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9294 2025.01.08 18:28:10.432034 [ 284 ] {b7b047ed-3fd7-4f5a-bd7b-02c1a9d2700f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
9295 2025.01.08 18:28:10.432112 [ 284 ] {b7b047ed-3fd7-4f5a-bd7b-02c1a9d2700f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
9296 2025.01.08 18:28:10.432892 [ 284 ] {b7b047ed-3fd7-4f5a-bd7b-02c1a9d2700f} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9297 2025.01.08 18:28:10.432947 [ 284 ] {b7b047ed-3fd7-4f5a-bd7b-02c1a9d2700f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
9298 2025.01.08 18:28:10.433413 [ 284 ] {b7b047ed-3fd7-4f5a-bd7b-02c1a9d2700f} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
9299 2025.01.08 18:28:10.433675 [ 284 ] {b7b047ed-3fd7-4f5a-bd7b-02c1a9d2700f} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9300 2025.01.08 18:28:10.433937 [ 284 ] {b7b047ed-3fd7-4f5a-bd7b-02c1a9d2700f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001948 sec., 7186.858316221766 rows/sec., 517.36 KiB/sec.
9301 2025.01.08 18:28:10.434040 [ 284 ] {b7b047ed-3fd7-4f5a-bd7b-02c1a9d2700f} <Debug> TCPHandler: Processed in 0.002339521 sec.
9302 2025.01.08 18:28:10.434358 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9303 2025.01.08 18:28:10.434557 [ 290 ] {73edb42d-a85c-4df2-9a14-d156f0105cfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9304 2025.01.08 18:28:10.434630 [ 290 ] {73edb42d-a85c-4df2-9a14-d156f0105cfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9305 2025.01.08 18:28:10.435488 [ 290 ] {73edb42d-a85c-4df2-9a14-d156f0105cfe} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9306 2025.01.08 18:28:10.435536 [ 290 ] {73edb42d-a85c-4df2-9a14-d156f0105cfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
9307 2025.01.08 18:28:10.436013 [ 290 ] {73edb42d-a85c-4df2-9a14-d156f0105cfe} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
9308 2025.01.08 18:28:10.436276 [ 290 ] {73edb42d-a85c-4df2-9a14-d156f0105cfe} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9309 2025.01.08 18:28:10.436523 [ 290 ] {73edb42d-a85c-4df2-9a14-d156f0105cfe} <Debug> executeQuery: Read 253 rows, 23.21 KiB in 0.002019 sec., 125309.55918771669 rows/sec., 11.23 MiB/sec.
9310 2025.01.08 18:28:10.436582 [ 290 ] {73edb42d-a85c-4df2-9a14-d156f0105cfe} <Debug> TCPHandler: Processed in 0.002394983 sec.
9311 2025.01.08 18:28:10.436750 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9312 2025.01.08 18:28:10.436879 [ 284 ] {c7dbcb64-0344-47f5-9b7e-0ebc102ae482} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9313 2025.01.08 18:28:10.436940 [ 284 ] {c7dbcb64-0344-47f5-9b7e-0ebc102ae482} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9314 2025.01.08 18:28:10.437576 [ 284 ] {c7dbcb64-0344-47f5-9b7e-0ebc102ae482} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9315 2025.01.08 18:28:10.437619 [ 284 ] {c7dbcb64-0344-47f5-9b7e-0ebc102ae482} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
9316 2025.01.08 18:28:10.437995 [ 284 ] {c7dbcb64-0344-47f5-9b7e-0ebc102ae482} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
9317 2025.01.08 18:28:10.438239 [ 284 ] {c7dbcb64-0344-47f5-9b7e-0ebc102ae482} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9318 2025.01.08 18:28:10.438448 [ 284 ] {c7dbcb64-0344-47f5-9b7e-0ebc102ae482} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.001599 sec., 29393.370856785492 rows/sec., 2.12 MiB/sec.
9319 2025.01.08 18:28:10.438506 [ 284 ] {c7dbcb64-0344-47f5-9b7e-0ebc102ae482} <Debug> TCPHandler: Processed in 0.001818047 sec.
9320 2025.01.08 18:28:10.438675 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9321 2025.01.08 18:28:10.438798 [ 290 ] {e7bf9a37-b25b-4df0-98ae-120547621bd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
9322 2025.01.08 18:28:10.438848 [ 290 ] {e7bf9a37-b25b-4df0-98ae-120547621bd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
9323 2025.01.08 18:28:10.439530 [ 290 ] {e7bf9a37-b25b-4df0-98ae-120547621bd9} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9324 2025.01.08 18:28:10.439579 [ 290 ] {e7bf9a37-b25b-4df0-98ae-120547621bd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
9325 2025.01.08 18:28:10.440007 [ 290 ] {e7bf9a37-b25b-4df0-98ae-120547621bd9} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
9326 2025.01.08 18:28:10.440259 [ 290 ] {e7bf9a37-b25b-4df0-98ae-120547621bd9} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9327 2025.01.08 18:28:10.440478 [ 290 ] {e7bf9a37-b25b-4df0-98ae-120547621bd9} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001705 sec., 8211.143695014664 rows/sec., 575.05 KiB/sec.
9328 2025.01.08 18:28:10.440533 [ 290 ] {e7bf9a37-b25b-4df0-98ae-120547621bd9} <Debug> TCPHandler: Processed in 0.00192043 sec.
9329 2025.01.08 18:28:10.440675 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9330 2025.01.08 18:28:10.440796 [ 284 ] {518c464d-faaf-49dd-83c4-fd8c059ef361} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
9331 2025.01.08 18:28:10.440846 [ 284 ] {518c464d-faaf-49dd-83c4-fd8c059ef361} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
9332 2025.01.08 18:28:10.441439 [ 284 ] {518c464d-faaf-49dd-83c4-fd8c059ef361} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9333 2025.01.08 18:28:10.441479 [ 284 ] {518c464d-faaf-49dd-83c4-fd8c059ef361} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
9334 2025.01.08 18:28:10.441842 [ 284 ] {518c464d-faaf-49dd-83c4-fd8c059ef361} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
9335 2025.01.08 18:28:10.442133 [ 284 ] {518c464d-faaf-49dd-83c4-fd8c059ef361} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9336 2025.01.08 18:28:10.442397 [ 284 ] {518c464d-faaf-49dd-83c4-fd8c059ef361} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001626 sec., 7995.079950799508 rows/sec., 498.49 KiB/sec.
9337 2025.01.08 18:28:10.442516 [ 284 ] {518c464d-faaf-49dd-83c4-fd8c059ef361} <Debug> TCPHandler: Processed in 0.001892649 sec.
9338 2025.01.08 18:28:10.442778 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9339 2025.01.08 18:28:10.442905 [ 290 ] {f1b8a426-7eb5-4a7c-b543-2f8732c5dea5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9340 2025.01.08 18:28:10.442963 [ 290 ] {f1b8a426-7eb5-4a7c-b543-2f8732c5dea5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9341 2025.01.08 18:28:10.443803 [ 290 ] {f1b8a426-7eb5-4a7c-b543-2f8732c5dea5} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9342 2025.01.08 18:28:10.443849 [ 290 ] {f1b8a426-7eb5-4a7c-b543-2f8732c5dea5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
9343 2025.01.08 18:28:10.444267 [ 290 ] {f1b8a426-7eb5-4a7c-b543-2f8732c5dea5} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
9344 2025.01.08 18:28:10.444510 [ 290 ] {f1b8a426-7eb5-4a7c-b543-2f8732c5dea5} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9345 2025.01.08 18:28:10.444735 [ 290 ] {f1b8a426-7eb5-4a7c-b543-2f8732c5dea5} <Debug> executeQuery: Read 386 rows, 28.01 KiB in 0.001855 sec., 208086.25336927222 rows/sec., 14.74 MiB/sec.
9346 2025.01.08 18:28:10.444790 [ 290 ] {f1b8a426-7eb5-4a7c-b543-2f8732c5dea5} <Debug> TCPHandler: Processed in 0.002157806 sec.
9347 2025.01.08 18:28:10.444947 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9348 2025.01.08 18:28:10.445065 [ 284 ] {2eb15c9f-d141-43fd-977c-c018061a4e57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
9349 2025.01.08 18:28:10.445117 [ 284 ] {2eb15c9f-d141-43fd-977c-c018061a4e57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
9350 2025.01.08 18:28:10.445615 [ 284 ] {2eb15c9f-d141-43fd-977c-c018061a4e57} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9351 2025.01.08 18:28:10.445655 [ 284 ] {2eb15c9f-d141-43fd-977c-c018061a4e57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
9352 2025.01.08 18:28:10.446048 [ 284 ] {2eb15c9f-d141-43fd-977c-c018061a4e57} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
9353 2025.01.08 18:28:10.446293 [ 284 ] {2eb15c9f-d141-43fd-977c-c018061a4e57} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9354 2025.01.08 18:28:10.446511 [ 284 ] {2eb15c9f-d141-43fd-977c-c018061a4e57} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001471 sec., 4078.8579197824606 rows/sec., 213.10 KiB/sec.
9355 2025.01.08 18:28:10.446564 [ 284 ] {2eb15c9f-d141-43fd-977c-c018061a4e57} <Debug> TCPHandler: Processed in 0.001684994 sec.
9356 2025.01.08 18:28:10.446713 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9357 2025.01.08 18:28:10.446830 [ 290 ] {b736844a-3845-47f7-9bf3-3ad57992bd03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9358 2025.01.08 18:28:10.446885 [ 290 ] {b736844a-3845-47f7-9bf3-3ad57992bd03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9359 2025.01.08 18:28:10.447863 [ 290 ] {b736844a-3845-47f7-9bf3-3ad57992bd03} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9360 2025.01.08 18:28:10.447942 [ 290 ] {b736844a-3845-47f7-9bf3-3ad57992bd03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
9361 2025.01.08 18:28:10.448349 [ 290 ] {b736844a-3845-47f7-9bf3-3ad57992bd03} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
9362 2025.01.08 18:28:10.448678 [ 290 ] {b736844a-3845-47f7-9bf3-3ad57992bd03} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9363 2025.01.08 18:28:10.448924 [ 290 ] {b736844a-3845-47f7-9bf3-3ad57992bd03} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.002118 sec., 83569.40509915014 rows/sec., 5.51 MiB/sec.
9364 2025.01.08 18:28:10.448995 [ 290 ] {b736844a-3845-47f7-9bf3-3ad57992bd03} <Debug> TCPHandler: Processed in 0.002338091 sec.
9365 2025.01.08 18:28:10.449205 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9366 2025.01.08 18:28:10.449369 [ 284 ] {c084c363-fa35-4dcd-8571-a41e6845cf57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
9367 2025.01.08 18:28:10.449432 [ 284 ] {c084c363-fa35-4dcd-8571-a41e6845cf57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
9368 2025.01.08 18:28:10.449981 [ 284 ] {c084c363-fa35-4dcd-8571-a41e6845cf57} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9369 2025.01.08 18:28:10.450021 [ 284 ] {c084c363-fa35-4dcd-8571-a41e6845cf57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
9370 2025.01.08 18:28:10.450390 [ 284 ] {c084c363-fa35-4dcd-8571-a41e6845cf57} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
9371 2025.01.08 18:28:10.450635 [ 284 ] {c084c363-fa35-4dcd-8571-a41e6845cf57} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9372 2025.01.08 18:28:10.450974 [ 284 ] {c084c363-fa35-4dcd-8571-a41e6845cf57} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001606 sec., 622.66500622665 rows/sec., 41.96 KiB/sec.
9373 2025.01.08 18:28:10.451213 [ 284 ] {c084c363-fa35-4dcd-8571-a41e6845cf57} <Debug> TCPHandler: Processed in 0.002126376 sec.
9374 2025.01.08 18:28:10.451382 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9375 2025.01.08 18:28:10.451505 [ 290 ] {6954ca2f-58af-45e4-82ce-02ea8504235a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9376 2025.01.08 18:28:10.451591 [ 290 ] {6954ca2f-58af-45e4-82ce-02ea8504235a} <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
9377 2025.01.08 18:28:10.452802 [ 290 ] {6954ca2f-58af-45e4-82ce-02ea8504235a} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9378 2025.01.08 18:28:10.452843 [ 290 ] {6954ca2f-58af-45e4-82ce-02ea8504235a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
9379 2025.01.08 18:28:10.453522 [ 290 ] {6954ca2f-58af-45e4-82ce-02ea8504235a} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
9380 2025.01.08 18:28:10.453791 [ 290 ] {6954ca2f-58af-45e4-82ce-02ea8504235a} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9381 2025.01.08 18:28:10.454067 [ 290 ] {6954ca2f-58af-45e4-82ce-02ea8504235a} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002587 sec., 15461.925009663704 rows/sec., 27.71 MiB/sec.
9382 2025.01.08 18:28:10.454391 [ 290 ] {6954ca2f-58af-45e4-82ce-02ea8504235a} <Debug> TCPHandler: Processed in 0.00306825 sec.
9383 2025.01.08 18:28:10.454539 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9384 2025.01.08 18:28:10.454657 [ 284 ] {dddbc0a9-e343-499a-ab26-8c4e81e5f708} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9385 2025.01.08 18:28:10.454710 [ 284 ] {dddbc0a9-e343-499a-ab26-8c4e81e5f708} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9386 2025.01.08 18:28:10.455252 [ 284 ] {dddbc0a9-e343-499a-ab26-8c4e81e5f708} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9387 2025.01.08 18:28:10.455297 [ 284 ] {dddbc0a9-e343-499a-ab26-8c4e81e5f708} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
9388 2025.01.08 18:28:10.455705 [ 284 ] {dddbc0a9-e343-499a-ab26-8c4e81e5f708} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
9389 2025.01.08 18:28:10.455962 [ 284 ] {dddbc0a9-e343-499a-ab26-8c4e81e5f708} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9390 2025.01.08 18:28:10.456156 [ 284 ] {dddbc0a9-e343-499a-ab26-8c4e81e5f708} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001524 sec., 34120.73490813648 rows/sec., 2.11 MiB/sec.
9391 2025.01.08 18:28:10.456212 [ 284 ] {dddbc0a9-e343-499a-ab26-8c4e81e5f708} <Debug> TCPHandler: Processed in 0.001731835 sec.
9392 2025.01.08 18:28:15.035263 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22509
9393 2025.01.08 18:28:15.035970 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9394 2025.01.08 18:28:15.036018 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
9395 2025.01.08 18:28:15.036557 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
9396 2025.01.08 18:28:15.036827 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9397 2025.01.08 18:28:15.037094 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22509
9398 2025.01.08 18:28:15.425433 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9399 2025.01.08 18:28:15.425653 [ 284 ] {0958a4fd-926b-4c08-aac0-dfa9ede30ec6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9400 2025.01.08 18:28:15.425740 [ 284 ] {0958a4fd-926b-4c08-aac0-dfa9ede30ec6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9401 2025.01.08 18:28:15.426535 [ 284 ] {0958a4fd-926b-4c08-aac0-dfa9ede30ec6} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9402 2025.01.08 18:28:15.426591 [ 284 ] {0958a4fd-926b-4c08-aac0-dfa9ede30ec6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
9403 2025.01.08 18:28:15.427043 [ 284 ] {0958a4fd-926b-4c08-aac0-dfa9ede30ec6} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
9404 2025.01.08 18:28:15.427301 [ 284 ] {0958a4fd-926b-4c08-aac0-dfa9ede30ec6} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9405 2025.01.08 18:28:15.427553 [ 284 ] {0958a4fd-926b-4c08-aac0-dfa9ede30ec6} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001953 sec., 13312.852022529441 rows/sec., 1.00 MiB/sec.
9406 2025.01.08 18:28:15.427568 [ 146 ] {} <Debug> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
9407 2025.01.08 18:28:15.427655 [ 284 ] {0958a4fd-926b-4c08-aac0-dfa9ede30ec6} <Debug> TCPHandler: Processed in 0.002371702 sec.
9408 2025.01.08 18:28:15.427699 [ 146 ] {} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9409 2025.01.08 18:28:15.427777 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
9410 2025.01.08 18:28:15.427915 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9411 2025.01.08 18:28:15.427981 [ 193 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::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
9412 2025.01.08 18:28:15.428200 [ 290 ] {a17c57ce-e76f-4b09-b799-682320fb9b43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9413 2025.01.08 18:28:15.428245 [ 193 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9414 2025.01.08 18:28:15.428327 [ 290 ] {a17c57ce-e76f-4b09-b799-682320fb9b43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9415 2025.01.08 18:28:15.428334 [ 193 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1400 rows starting from the beginning of the part
9416 2025.01.08 18:28:15.428942 [ 193 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 1394 rows starting from the beginning of the part
9417 2025.01.08 18:28:15.429563 [ 193 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 26 rows starting from the beginning of the part
9418 2025.01.08 18:28:15.429834 [ 193 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 26 rows starting from the beginning of the part
9419 2025.01.08 18:28:15.430082 [ 193 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 253 rows starting from the beginning of the part
9420 2025.01.08 18:28:15.430528 [ 193 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 26 rows starting from the beginning of the part
9421 2025.01.08 18:28:15.431196 [ 290 ] {a17c57ce-e76f-4b09-b799-682320fb9b43} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9422 2025.01.08 18:28:15.431238 [ 290 ] {a17c57ce-e76f-4b09-b799-682320fb9b43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
9423 2025.01.08 18:28:15.431806 [ 290 ] {a17c57ce-e76f-4b09-b799-682320fb9b43} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
9424 2025.01.08 18:28:15.432120 [ 290 ] {a17c57ce-e76f-4b09-b799-682320fb9b43} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9425 2025.01.08 18:28:15.432336 [ 146 ] {} <Debug> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
9426 2025.01.08 18:28:15.432448 [ 146 ] {} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9427 2025.01.08 18:28:15.432547 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
9428 2025.01.08 18:28:15.432591 [ 290 ] {a17c57ce-e76f-4b09-b799-682320fb9b43} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.004451 sec., 6290.721186250281 rows/sec., 502.43 KiB/sec.
9429 2025.01.08 18:28:15.433364 [ 195 ] {fa7e1080-106a-46d6-b087-687f1bf68453::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
9430 2025.01.08 18:28:15.433439 [ 290 ] {a17c57ce-e76f-4b09-b799-682320fb9b43} <Debug> TCPHandler: Processed in 0.005657598 sec.
9431 2025.01.08 18:28:15.433543 [ 187 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3125 rows, containing 5 columns (5 merged, 0 gathered) in 0.005661688 sec., 551955.5298702436 rows/sec., 48.57 MiB/sec.
9432 2025.01.08 18:28:15.433793 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9433 2025.01.08 18:28:15.434267 [ 195 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9434 2025.01.08 18:28:15.434258 [ 187 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
9435 2025.01.08 18:28:15.434424 [ 284 ] {33993082-86d8-46f8-b08d-d12299fa5c3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9436 2025.01.08 18:28:15.434497 [ 195 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 874 rows starting from the beginning of the part
9437 2025.01.08 18:28:15.434787 [ 284 ] {33993082-86d8-46f8-b08d-d12299fa5c3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9438 2025.01.08 18:28:15.435301 [ 195 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 844 rows starting from the beginning of the part
9439 2025.01.08 18:28:15.436204 [ 187 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_81_16} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9440 2025.01.08 18:28:15.436228 [ 195 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 28 rows starting from the beginning of the part
9441 2025.01.08 18:28:15.436828 [ 187 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_81_16} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
9442 2025.01.08 18:28:15.436987 [ 195 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 28 rows starting from the beginning of the part
9443 2025.01.08 18:28:15.437201 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB.
9444 2025.01.08 18:28:15.437504 [ 195 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 386 rows starting from the beginning of the part
9445 2025.01.08 18:28:15.437789 [ 195 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 28 rows starting from the beginning of the part
9446 2025.01.08 18:28:15.438518 [ 284 ] {33993082-86d8-46f8-b08d-d12299fa5c3e} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9447 2025.01.08 18:28:15.438565 [ 284 ] {33993082-86d8-46f8-b08d-d12299fa5c3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
9448 2025.01.08 18:28:15.439112 [ 284 ] {33993082-86d8-46f8-b08d-d12299fa5c3e} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
9449 2025.01.08 18:28:15.439431 [ 284 ] {33993082-86d8-46f8-b08d-d12299fa5c3e} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9450 2025.01.08 18:28:15.439679 [ 146 ] {} <Debug> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
9451 2025.01.08 18:28:15.439814 [ 146 ] {} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9452 2025.01.08 18:28:15.439876 [ 284 ] {33993082-86d8-46f8-b08d-d12299fa5c3e} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.005653 sec., 17689.72227136034 rows/sec., 1.23 MiB/sec.
9453 2025.01.08 18:28:15.439926 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
9454 2025.01.08 18:28:15.440353 [ 284 ] {33993082-86d8-46f8-b08d-d12299fa5c3e} <Debug> TCPHandler: Processed in 0.006736086 sec.
9455 2025.01.08 18:28:15.440460 [ 195 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2188 rows, containing 5 columns (5 merged, 0 gathered) in 0.007727192 sec., 283155.89932280703 rows/sec., 21.56 MiB/sec.
9456 2025.01.08 18:28:15.440567 [ 196 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::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
9457 2025.01.08 18:28:15.440701 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9458 2025.01.08 18:28:15.440837 [ 187 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
9459 2025.01.08 18:28:15.441055 [ 196 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9460 2025.01.08 18:28:15.441182 [ 196 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_76_15, total 18766 rows starting from the beginning of the part
9461 2025.01.08 18:28:15.441182 [ 290 ] {9ecea3df-2aea-4d92-81af-0d610c68cc6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9462 2025.01.08 18:28:15.441473 [ 196 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 944 rows starting from the beginning of the part
9463 2025.01.08 18:28:15.441604 [ 290 ] {9ecea3df-2aea-4d92-81af-0d610c68cc6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9464 2025.01.08 18:28:15.441885 [ 196 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 80 rows starting from the beginning of the part
9465 2025.01.08 18:28:15.442283 [ 196 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 100 rows starting from the beginning of the part
9466 2025.01.08 18:28:15.442579 [ 196 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 177 rows starting from the beginning of the part
9467 2025.01.08 18:28:15.442900 [ 196 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 100 rows starting from the beginning of the part
9468 2025.01.08 18:28:15.443404 [ 187 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_81_16} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9469 2025.01.08 18:28:15.443773 [ 187 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_81_16} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
9470 2025.01.08 18:28:15.443946 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB.
9471 2025.01.08 18:28:15.444651 [ 290 ] {9ecea3df-2aea-4d92-81af-0d610c68cc6e} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9472 2025.01.08 18:28:15.444694 [ 290 ] {9ecea3df-2aea-4d92-81af-0d610c68cc6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
9473 2025.01.08 18:28:15.445208 [ 290 ] {9ecea3df-2aea-4d92-81af-0d610c68cc6e} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
9474 2025.01.08 18:28:15.445468 [ 290 ] {9ecea3df-2aea-4d92-81af-0d610c68cc6e} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9475 2025.01.08 18:28:15.445688 [ 146 ] {} <Debug> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
9476 2025.01.08 18:28:15.445803 [ 146 ] {} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9477 2025.01.08 18:28:15.445867 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
9478 2025.01.08 18:28:15.445946 [ 290 ] {9ecea3df-2aea-4d92-81af-0d610c68cc6e} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.004989 sec., 6013.229104028863 rows/sec., 421.83 KiB/sec.
9479 2025.01.08 18:28:15.446523 [ 192 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::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
9480 2025.01.08 18:28:15.446636 [ 290 ] {9ecea3df-2aea-4d92-81af-0d610c68cc6e} <Debug> TCPHandler: Processed in 0.006135481 sec.
9481 2025.01.08 18:28:15.447350 [ 192 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9482 2025.01.08 18:28:15.447454 [ 192 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 2678 rows starting from the beginning of the part
9483 2025.01.08 18:28:15.447951 [ 192 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 28 rows starting from the beginning of the part
9484 2025.01.08 18:28:15.448533 [ 192 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 24 rows starting from the beginning of the part
9485 2025.01.08 18:28:15.448985 [ 192 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 30 rows starting from the beginning of the part
9486 2025.01.08 18:28:15.449078 [ 192 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 52 rows starting from the beginning of the part
9487 2025.01.08 18:28:15.449249 [ 192 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 30 rows starting from the beginning of the part
9488 2025.01.08 18:28:15.451152 [ 189 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2842 rows, containing 4 columns (4 merged, 0 gathered) in 0.005158335 sec., 550952.972228442 rows/sec., 35.48 MiB/sec.
9489 2025.01.08 18:28:15.451489 [ 192 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
9490 2025.01.08 18:28:15.451940 [ 192 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_81_16} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9491 2025.01.08 18:28:15.452053 [ 192 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_81_16} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
9492 2025.01.08 18:28:15.452137 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB.
9493 2025.01.08 18:28:15.452683 [ 197 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20167 rows, containing 5 columns (5 merged, 0 gathered) in 0.012519127 sec., 1610895.0727954113 rows/sec., 107.90 MiB/sec.
9494 2025.01.08 18:28:15.453047 [ 199 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
9495 2025.01.08 18:28:15.453373 [ 199 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9496 2025.01.08 18:28:15.453455 [ 199 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
9497 2025.01.08 18:28:15.453554 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB.
9498 2025.01.08 18:28:16.604580 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 370
9499 2025.01.08 18:28:16.626180 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9500 2025.01.08 18:28:16.626246 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
9501 2025.01.08 18:28:16.633654 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
9502 2025.01.08 18:28:16.634448 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9503 2025.01.08 18:28:16.639507 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 370
9504 2025.01.08 18:28:17.650881 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1322
9505 2025.01.08 18:28:17.653946 [ 242 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9506 2025.01.08 18:28:17.654001 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
9507 2025.01.08 18:28:17.655471 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
9508 2025.01.08 18:28:17.655775 [ 242 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9509 2025.01.08 18:28:17.656057 [ 143 ] {} <Debug> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
9510 2025.01.08 18:28:17.656188 [ 143 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9511 2025.01.08 18:28:17.656261 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
9512 2025.01.08 18:28:17.658238 [ 189 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::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
9513 2025.01.08 18:28:17.658578 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1322
9514 2025.01.08 18:28:17.659187 [ 189 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9515 2025.01.08 18:28:17.659393 [ 189 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1176 rows starting from the beginning of the part
9516 2025.01.08 18:28:17.660150 [ 189 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 16 rows starting from the beginning of the part
9517 2025.01.08 18:28:17.660821 [ 189 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::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
9518 2025.01.08 18:28:17.661478 [ 189 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 54 rows starting from the beginning of the part
9519 2025.01.08 18:28:17.662120 [ 189 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 16 rows starting from the beginning of the part
9520 2025.01.08 18:28:17.662708 [ 189 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::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
9521 2025.01.08 18:28:17.671261 [ 191 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1322 rows, containing 72 columns (72 merged, 0 gathered) in 0.014796006 sec., 89348.43632801987 rows/sec., 69.22 MiB/sec.
9522 2025.01.08 18:28:17.673190 [ 198 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
9523 2025.01.08 18:28:17.673972 [ 198 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::all_1_36_7} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9524 2025.01.08 18:28:17.674055 [ 198 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::all_1_36_7} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
9525 2025.01.08 18:28:17.674364 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.92 MiB.
9526 2025.01.08 18:28:20.432342 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9527 2025.01.08 18:28:20.432659 [ 284 ] {3d4eb433-1951-456d-926a-ce0ebbcd68d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
9528 2025.01.08 18:28:20.432780 [ 284 ] {3d4eb433-1951-456d-926a-ce0ebbcd68d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
9529 2025.01.08 18:28:20.433786 [ 284 ] {3d4eb433-1951-456d-926a-ce0ebbcd68d8} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9530 2025.01.08 18:28:20.433842 [ 284 ] {3d4eb433-1951-456d-926a-ce0ebbcd68d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
9531 2025.01.08 18:28:20.434290 [ 284 ] {3d4eb433-1951-456d-926a-ce0ebbcd68d8} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
9532 2025.01.08 18:28:20.434557 [ 284 ] {3d4eb433-1951-456d-926a-ce0ebbcd68d8} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9533 2025.01.08 18:28:20.434824 [ 284 ] {3d4eb433-1951-456d-926a-ce0ebbcd68d8} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00225 sec., 6222.222222222223 rows/sec., 447.92 KiB/sec.
9534 2025.01.08 18:28:20.434929 [ 284 ] {3d4eb433-1951-456d-926a-ce0ebbcd68d8} <Debug> TCPHandler: Processed in 0.002794353 sec.
9535 2025.01.08 18:28:20.435225 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9536 2025.01.08 18:28:20.435415 [ 290 ] {68656e9d-0f0f-48c8-b507-959f77dec112} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9537 2025.01.08 18:28:20.435489 [ 290 ] {68656e9d-0f0f-48c8-b507-959f77dec112} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9538 2025.01.08 18:28:20.436446 [ 290 ] {68656e9d-0f0f-48c8-b507-959f77dec112} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9539 2025.01.08 18:28:20.436495 [ 290 ] {68656e9d-0f0f-48c8-b507-959f77dec112} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
9540 2025.01.08 18:28:20.436978 [ 290 ] {68656e9d-0f0f-48c8-b507-959f77dec112} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
9541 2025.01.08 18:28:20.437241 [ 290 ] {68656e9d-0f0f-48c8-b507-959f77dec112} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9542 2025.01.08 18:28:20.437506 [ 290 ] {68656e9d-0f0f-48c8-b507-959f77dec112} <Debug> executeQuery: Read 253 rows, 23.21 KiB in 0.002138 sec., 118334.89242282507 rows/sec., 10.60 MiB/sec.
9543 2025.01.08 18:28:20.437600 [ 290 ] {68656e9d-0f0f-48c8-b507-959f77dec112} <Debug> TCPHandler: Processed in 0.002536476 sec.
9544 2025.01.08 18:28:20.437939 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9545 2025.01.08 18:28:20.438189 [ 284 ] {183dd103-2568-4d57-89a4-f3e12c4c3c70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9546 2025.01.08 18:28:20.438284 [ 284 ] {183dd103-2568-4d57-89a4-f3e12c4c3c70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9547 2025.01.08 18:28:20.438925 [ 284 ] {183dd103-2568-4d57-89a4-f3e12c4c3c70} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9548 2025.01.08 18:28:20.438967 [ 284 ] {183dd103-2568-4d57-89a4-f3e12c4c3c70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
9549 2025.01.08 18:28:20.439335 [ 284 ] {183dd103-2568-4d57-89a4-f3e12c4c3c70} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
9550 2025.01.08 18:28:20.439595 [ 284 ] {183dd103-2568-4d57-89a4-f3e12c4c3c70} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9551 2025.01.08 18:28:20.439807 [ 284 ] {183dd103-2568-4d57-89a4-f3e12c4c3c70} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.001677 sec., 28026.237328562907 rows/sec., 2.02 MiB/sec.
9552 2025.01.08 18:28:20.439863 [ 284 ] {183dd103-2568-4d57-89a4-f3e12c4c3c70} <Debug> TCPHandler: Processed in 0.002125996 sec.
9553 2025.01.08 18:28:20.440015 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9554 2025.01.08 18:28:20.440161 [ 290 ] {c8db7cb1-bdb8-47b3-92c7-7661b94d4808} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
9555 2025.01.08 18:28:20.440223 [ 290 ] {c8db7cb1-bdb8-47b3-92c7-7661b94d4808} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
9556 2025.01.08 18:28:20.440838 [ 290 ] {c8db7cb1-bdb8-47b3-92c7-7661b94d4808} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9557 2025.01.08 18:28:20.440878 [ 290 ] {c8db7cb1-bdb8-47b3-92c7-7661b94d4808} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
9558 2025.01.08 18:28:20.441252 [ 290 ] {c8db7cb1-bdb8-47b3-92c7-7661b94d4808} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
9559 2025.01.08 18:28:20.441501 [ 290 ] {c8db7cb1-bdb8-47b3-92c7-7661b94d4808} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9560 2025.01.08 18:28:20.441732 [ 290 ] {c8db7cb1-bdb8-47b3-92c7-7661b94d4808} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001603 sec., 8733.624454148472 rows/sec., 611.65 KiB/sec.
9561 2025.01.08 18:28:20.441836 [ 290 ] {c8db7cb1-bdb8-47b3-92c7-7661b94d4808} <Debug> TCPHandler: Processed in 0.001890589 sec.
9562 2025.01.08 18:28:20.442035 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9563 2025.01.08 18:28:20.442175 [ 284 ] {60a3f091-5ab5-41a1-a913-11ad11aa3edb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
9564 2025.01.08 18:28:20.442233 [ 284 ] {60a3f091-5ab5-41a1-a913-11ad11aa3edb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
9565 2025.01.08 18:28:20.442830 [ 284 ] {60a3f091-5ab5-41a1-a913-11ad11aa3edb} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9566 2025.01.08 18:28:20.442871 [ 284 ] {60a3f091-5ab5-41a1-a913-11ad11aa3edb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
9567 2025.01.08 18:28:20.443231 [ 284 ] {60a3f091-5ab5-41a1-a913-11ad11aa3edb} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
9568 2025.01.08 18:28:20.443469 [ 284 ] {60a3f091-5ab5-41a1-a913-11ad11aa3edb} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9569 2025.01.08 18:28:20.443719 [ 284 ] {60a3f091-5ab5-41a1-a913-11ad11aa3edb} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001564 sec., 8312.020460358055 rows/sec., 518.25 KiB/sec.
9570 2025.01.08 18:28:20.443895 [ 284 ] {60a3f091-5ab5-41a1-a913-11ad11aa3edb} <Debug> TCPHandler: Processed in 0.001952131 sec.
9571 2025.01.08 18:28:20.444151 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9572 2025.01.08 18:28:20.444291 [ 290 ] {63c18c00-798f-4479-b7f8-697f6c4a3053} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9573 2025.01.08 18:28:20.444345 [ 290 ] {63c18c00-798f-4479-b7f8-697f6c4a3053} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9574 2025.01.08 18:28:20.445075 [ 290 ] {63c18c00-798f-4479-b7f8-697f6c4a3053} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9575 2025.01.08 18:28:20.445115 [ 290 ] {63c18c00-798f-4479-b7f8-697f6c4a3053} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
9576 2025.01.08 18:28:20.445511 [ 290 ] {63c18c00-798f-4479-b7f8-697f6c4a3053} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
9577 2025.01.08 18:28:20.445756 [ 290 ] {63c18c00-798f-4479-b7f8-697f6c4a3053} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9578 2025.01.08 18:28:20.445977 [ 290 ] {63c18c00-798f-4479-b7f8-697f6c4a3053} <Debug> executeQuery: Read 386 rows, 28.01 KiB in 0.001717 sec., 224810.71636575423 rows/sec., 15.93 MiB/sec.
9579 2025.01.08 18:28:20.446031 [ 290 ] {63c18c00-798f-4479-b7f8-697f6c4a3053} <Debug> TCPHandler: Processed in 0.002024932 sec.
9580 2025.01.08 18:28:20.446175 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9581 2025.01.08 18:28:20.446295 [ 284 ] {a90c4dd1-b7d7-4d6b-9125-3fbb79b1155c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
9582 2025.01.08 18:28:20.446355 [ 284 ] {a90c4dd1-b7d7-4d6b-9125-3fbb79b1155c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
9583 2025.01.08 18:28:20.446933 [ 284 ] {a90c4dd1-b7d7-4d6b-9125-3fbb79b1155c} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9584 2025.01.08 18:28:20.446980 [ 284 ] {a90c4dd1-b7d7-4d6b-9125-3fbb79b1155c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
9585 2025.01.08 18:28:20.447403 [ 284 ] {a90c4dd1-b7d7-4d6b-9125-3fbb79b1155c} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
9586 2025.01.08 18:28:20.447649 [ 284 ] {a90c4dd1-b7d7-4d6b-9125-3fbb79b1155c} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9587 2025.01.08 18:28:20.447843 [ 284 ] {a90c4dd1-b7d7-4d6b-9125-3fbb79b1155c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00157 sec., 3821.6560509554142 rows/sec., 199.67 KiB/sec.
9588 2025.01.08 18:28:20.447951 [ 284 ] {a90c4dd1-b7d7-4d6b-9125-3fbb79b1155c} <Debug> TCPHandler: Processed in 0.001826918 sec.
9589 2025.01.08 18:28:20.448148 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9590 2025.01.08 18:28:20.448278 [ 290 ] {345e178e-b87f-4d4f-9906-c238e8c6c65a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9591 2025.01.08 18:28:20.448333 [ 290 ] {345e178e-b87f-4d4f-9906-c238e8c6c65a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9592 2025.01.08 18:28:20.448905 [ 290 ] {345e178e-b87f-4d4f-9906-c238e8c6c65a} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9593 2025.01.08 18:28:20.448946 [ 290 ] {345e178e-b87f-4d4f-9906-c238e8c6c65a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
9594 2025.01.08 18:28:20.449355 [ 290 ] {345e178e-b87f-4d4f-9906-c238e8c6c65a} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
9595 2025.01.08 18:28:20.449609 [ 290 ] {345e178e-b87f-4d4f-9906-c238e8c6c65a} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9596 2025.01.08 18:28:20.449834 [ 290 ] {345e178e-b87f-4d4f-9906-c238e8c6c65a} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001581 sec., 111954.45920303605 rows/sec., 7.38 MiB/sec.
9597 2025.01.08 18:28:20.449930 [ 290 ] {345e178e-b87f-4d4f-9906-c238e8c6c65a} <Debug> TCPHandler: Processed in 0.001871819 sec.
9598 2025.01.08 18:28:20.450139 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9599 2025.01.08 18:28:20.450428 [ 284 ] {b9f7dc05-9077-4eca-b986-d4174a411341} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
9600 2025.01.08 18:28:20.450500 [ 284 ] {b9f7dc05-9077-4eca-b986-d4174a411341} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
9601 2025.01.08 18:28:20.451053 [ 284 ] {b9f7dc05-9077-4eca-b986-d4174a411341} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9602 2025.01.08 18:28:20.451098 [ 284 ] {b9f7dc05-9077-4eca-b986-d4174a411341} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
9603 2025.01.08 18:28:20.451492 [ 284 ] {b9f7dc05-9077-4eca-b986-d4174a411341} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
9604 2025.01.08 18:28:20.451745 [ 284 ] {b9f7dc05-9077-4eca-b986-d4174a411341} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9605 2025.01.08 18:28:20.451922 [ 284 ] {b9f7dc05-9077-4eca-b986-d4174a411341} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001595 sec., 626.9592476489028 rows/sec., 42.25 KiB/sec.
9606 2025.01.08 18:28:20.451973 [ 284 ] {b9f7dc05-9077-4eca-b986-d4174a411341} <Debug> TCPHandler: Processed in 0.001961332 sec.
9607 2025.01.08 18:28:20.452112 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9608 2025.01.08 18:28:20.452230 [ 290 ] {718c1bdc-7174-4577-b76e-bec5b69d2876} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9609 2025.01.08 18:28:20.452316 [ 290 ] {718c1bdc-7174-4577-b76e-bec5b69d2876} <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
9610 2025.01.08 18:28:20.453666 [ 290 ] {718c1bdc-7174-4577-b76e-bec5b69d2876} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9611 2025.01.08 18:28:20.453705 [ 290 ] {718c1bdc-7174-4577-b76e-bec5b69d2876} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
9612 2025.01.08 18:28:20.454368 [ 290 ] {718c1bdc-7174-4577-b76e-bec5b69d2876} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
9613 2025.01.08 18:28:20.454642 [ 290 ] {718c1bdc-7174-4577-b76e-bec5b69d2876} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9614 2025.01.08 18:28:20.454905 [ 290 ] {718c1bdc-7174-4577-b76e-bec5b69d2876} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.0027 sec., 14814.814814814814 rows/sec., 26.55 MiB/sec.
9615 2025.01.08 18:28:20.455201 [ 290 ] {718c1bdc-7174-4577-b76e-bec5b69d2876} <Debug> TCPHandler: Processed in 0.003143892 sec.
9616 2025.01.08 18:28:20.455364 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9617 2025.01.08 18:28:20.455503 [ 284 ] {9ecaa1d4-86b5-4dbc-9cb1-eaed7f328158} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9618 2025.01.08 18:28:20.455563 [ 284 ] {9ecaa1d4-86b5-4dbc-9cb1-eaed7f328158} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9619 2025.01.08 18:28:20.456136 [ 284 ] {9ecaa1d4-86b5-4dbc-9cb1-eaed7f328158} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9620 2025.01.08 18:28:20.456183 [ 284 ] {9ecaa1d4-86b5-4dbc-9cb1-eaed7f328158} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
9621 2025.01.08 18:28:20.456575 [ 284 ] {9ecaa1d4-86b5-4dbc-9cb1-eaed7f328158} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
9622 2025.01.08 18:28:20.456823 [ 284 ] {9ecaa1d4-86b5-4dbc-9cb1-eaed7f328158} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9623 2025.01.08 18:28:20.457003 [ 284 ] {9ecaa1d4-86b5-4dbc-9cb1-eaed7f328158} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001532 sec., 33942.55874673629 rows/sec., 2.10 MiB/sec.
9624 2025.01.08 18:28:20.457056 [ 284 ] {9ecaa1d4-86b5-4dbc-9cb1-eaed7f328158} <Debug> TCPHandler: Processed in 0.001762777 sec.
9625 2025.01.08 18:28:22.355200 [ 136 ] {} <Debug> DNSResolver: Updating DNS cache
9626 2025.01.08 18:28:22.355275 [ 136 ] {} <Debug> DNSResolver: Updated DNS cache
9627 2025.01.08 18:28:22.537239 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22936
9628 2025.01.08 18:28:22.537895 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9629 2025.01.08 18:28:22.537947 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
9630 2025.01.08 18:28:22.538497 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
9631 2025.01.08 18:28:22.538756 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9632 2025.01.08 18:28:22.539020 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22936
9633 2025.01.08 18:28:24.139587 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 377
9634 2025.01.08 18:28:24.161166 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9635 2025.01.08 18:28:24.161231 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
9636 2025.01.08 18:28:24.168710 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
9637 2025.01.08 18:28:24.169496 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9638 2025.01.08 18:28:24.172199 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 377
9639 2025.01.08 18:28:25.424747 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9640 2025.01.08 18:28:25.424936 [ 284 ] {42b91e9c-5a0d-42cd-88ec-11eb1f5f074e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9641 2025.01.08 18:28:25.425011 [ 284 ] {42b91e9c-5a0d-42cd-88ec-11eb1f5f074e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9642 2025.01.08 18:28:25.425748 [ 284 ] {42b91e9c-5a0d-42cd-88ec-11eb1f5f074e} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9643 2025.01.08 18:28:25.425793 [ 284 ] {42b91e9c-5a0d-42cd-88ec-11eb1f5f074e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
9644 2025.01.08 18:28:25.426244 [ 284 ] {42b91e9c-5a0d-42cd-88ec-11eb1f5f074e} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
9645 2025.01.08 18:28:25.426504 [ 284 ] {42b91e9c-5a0d-42cd-88ec-11eb1f5f074e} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9646 2025.01.08 18:28:25.426723 [ 284 ] {42b91e9c-5a0d-42cd-88ec-11eb1f5f074e} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001835 sec., 14168.937329700273 rows/sec., 1.07 MiB/sec.
9647 2025.01.08 18:28:25.426845 [ 284 ] {42b91e9c-5a0d-42cd-88ec-11eb1f5f074e} <Debug> TCPHandler: Processed in 0.002223238 sec.
9648 2025.01.08 18:28:25.427122 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9649 2025.01.08 18:28:25.427306 [ 290 ] {9508247a-0fbc-4f92-a186-130fa33cd20d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9650 2025.01.08 18:28:25.427375 [ 290 ] {9508247a-0fbc-4f92-a186-130fa33cd20d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9651 2025.01.08 18:28:25.428135 [ 290 ] {9508247a-0fbc-4f92-a186-130fa33cd20d} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9652 2025.01.08 18:28:25.428188 [ 290 ] {9508247a-0fbc-4f92-a186-130fa33cd20d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
9653 2025.01.08 18:28:25.428638 [ 290 ] {9508247a-0fbc-4f92-a186-130fa33cd20d} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
9654 2025.01.08 18:28:25.428900 [ 290 ] {9508247a-0fbc-4f92-a186-130fa33cd20d} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9655 2025.01.08 18:28:25.429127 [ 290 ] {9508247a-0fbc-4f92-a186-130fa33cd20d} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.00185 sec., 15135.135135135135 rows/sec., 1.18 MiB/sec.
9656 2025.01.08 18:28:25.429184 [ 290 ] {9508247a-0fbc-4f92-a186-130fa33cd20d} <Debug> TCPHandler: Processed in 0.002229338 sec.
9657 2025.01.08 18:28:25.429318 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9658 2025.01.08 18:28:25.429447 [ 284 ] {8360f64a-2708-42b1-938d-b09584f5655e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9659 2025.01.08 18:28:25.429504 [ 284 ] {8360f64a-2708-42b1-938d-b09584f5655e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9660 2025.01.08 18:28:25.430166 [ 284 ] {8360f64a-2708-42b1-938d-b09584f5655e} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9661 2025.01.08 18:28:25.430212 [ 284 ] {8360f64a-2708-42b1-938d-b09584f5655e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
9662 2025.01.08 18:28:25.430670 [ 284 ] {8360f64a-2708-42b1-938d-b09584f5655e} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
9663 2025.01.08 18:28:25.430928 [ 284 ] {8360f64a-2708-42b1-938d-b09584f5655e} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9664 2025.01.08 18:28:25.431120 [ 284 ] {8360f64a-2708-42b1-938d-b09584f5655e} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001707 sec., 58582.308142940834 rows/sec., 4.06 MiB/sec.
9665 2025.01.08 18:28:25.431174 [ 284 ] {8360f64a-2708-42b1-938d-b09584f5655e} <Debug> TCPHandler: Processed in 0.00191321 sec.
9666 2025.01.08 18:28:25.431312 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9667 2025.01.08 18:28:25.431432 [ 290 ] {788563ac-7fd2-4ba8-812b-3300e9483005} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9668 2025.01.08 18:28:25.431484 [ 290 ] {788563ac-7fd2-4ba8-812b-3300e9483005} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9669 2025.01.08 18:28:25.432086 [ 290 ] {788563ac-7fd2-4ba8-812b-3300e9483005} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9670 2025.01.08 18:28:25.432136 [ 290 ] {788563ac-7fd2-4ba8-812b-3300e9483005} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
9671 2025.01.08 18:28:25.432581 [ 290 ] {788563ac-7fd2-4ba8-812b-3300e9483005} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
9672 2025.01.08 18:28:25.432831 [ 290 ] {788563ac-7fd2-4ba8-812b-3300e9483005} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9673 2025.01.08 18:28:25.433058 [ 290 ] {788563ac-7fd2-4ba8-812b-3300e9483005} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001651 sec., 18170.805572380377 rows/sec., 1.24 MiB/sec.
9674 2025.01.08 18:28:25.433108 [ 290 ] {788563ac-7fd2-4ba8-812b-3300e9483005} <Debug> TCPHandler: Processed in 0.001853639 sec.
9675 2025.01.08 18:28:25.734765 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9676 2025.01.08 18:28:25.735021 [ 284 ] {737c4491-44b6-4b4a-8b99-f297fc073a51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
9677 2025.01.08 18:28:25.735122 [ 284 ] {737c4491-44b6-4b4a-8b99-f297fc073a51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
9678 2025.01.08 18:28:25.736004 [ 284 ] {737c4491-44b6-4b4a-8b99-f297fc073a51} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9679 2025.01.08 18:28:25.736053 [ 284 ] {737c4491-44b6-4b4a-8b99-f297fc073a51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
9680 2025.01.08 18:28:25.736452 [ 284 ] {737c4491-44b6-4b4a-8b99-f297fc073a51} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
9681 2025.01.08 18:28:25.736785 [ 284 ] {737c4491-44b6-4b4a-8b99-f297fc073a51} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9682 2025.01.08 18:28:25.737011 [ 284 ] {737c4491-44b6-4b4a-8b99-f297fc073a51} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002058 sec., 6802.721088435374 rows/sec., 489.70 KiB/sec.
9683 2025.01.08 18:28:25.737074 [ 284 ] {737c4491-44b6-4b4a-8b99-f297fc073a51} <Debug> TCPHandler: Processed in 0.002459045 sec.
9684 2025.01.08 18:28:25.737332 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9685 2025.01.08 18:28:25.737535 [ 290 ] {b340f169-a362-4a1d-9da6-4ecf126fdd0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
9686 2025.01.08 18:28:25.737607 [ 290 ] {b340f169-a362-4a1d-9da6-4ecf126fdd0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
9687 2025.01.08 18:28:25.738332 [ 290 ] {b340f169-a362-4a1d-9da6-4ecf126fdd0b} <Trace> oximeter.fields_ipaddr (a146431f-2326-4c8f-a3c3-fb5a4b690f62): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9688 2025.01.08 18:28:25.738372 [ 290 ] {b340f169-a362-4a1d-9da6-4ecf126fdd0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
9689 2025.01.08 18:28:25.738783 [ 290 ] {b340f169-a362-4a1d-9da6-4ecf126fdd0b} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
9690 2025.01.08 18:28:25.739026 [ 290 ] {b340f169-a362-4a1d-9da6-4ecf126fdd0b} <Trace> oximeter.fields_ipaddr (a146431f-2326-4c8f-a3c3-fb5a4b690f62): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9691 2025.01.08 18:28:25.739227 [ 290 ] {b340f169-a362-4a1d-9da6-4ecf126fdd0b} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001748 sec., 6864.988558352403 rows/sec., 559.79 KiB/sec.
9692 2025.01.08 18:28:25.739282 [ 290 ] {b340f169-a362-4a1d-9da6-4ecf126fdd0b} <Debug> TCPHandler: Processed in 0.002084144 sec.
9693 2025.01.08 18:28:25.739439 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9694 2025.01.08 18:28:25.739583 [ 284 ] {ccfabaf8-01d8-4cec-b2e6-c2292fb5bb12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9695 2025.01.08 18:28:25.739642 [ 284 ] {ccfabaf8-01d8-4cec-b2e6-c2292fb5bb12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9696 2025.01.08 18:28:25.741231 [ 284 ] {ccfabaf8-01d8-4cec-b2e6-c2292fb5bb12} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9697 2025.01.08 18:28:25.741272 [ 284 ] {ccfabaf8-01d8-4cec-b2e6-c2292fb5bb12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
9698 2025.01.08 18:28:25.741721 [ 284 ] {ccfabaf8-01d8-4cec-b2e6-c2292fb5bb12} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
9699 2025.01.08 18:28:25.741966 [ 284 ] {ccfabaf8-01d8-4cec-b2e6-c2292fb5bb12} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9700 2025.01.08 18:28:25.742177 [ 284 ] {ccfabaf8-01d8-4cec-b2e6-c2292fb5bb12} <Debug> executeQuery: Read 1399 rows, 120.22 KiB in 0.002628 sec., 532343.9878234399 rows/sec., 44.67 MiB/sec.
9701 2025.01.08 18:28:25.742232 [ 284 ] {ccfabaf8-01d8-4cec-b2e6-c2292fb5bb12} <Debug> TCPHandler: Processed in 0.002862854 sec.
9702 2025.01.08 18:28:25.742376 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9703 2025.01.08 18:28:25.742492 [ 290 ] {c56b01b8-259f-4c31-8ad4-f454ab4709e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9704 2025.01.08 18:28:25.742541 [ 290 ] {c56b01b8-259f-4c31-8ad4-f454ab4709e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9705 2025.01.08 18:28:25.743259 [ 290 ] {c56b01b8-259f-4c31-8ad4-f454ab4709e0} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9706 2025.01.08 18:28:25.743304 [ 290 ] {c56b01b8-259f-4c31-8ad4-f454ab4709e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
9707 2025.01.08 18:28:25.743711 [ 290 ] {c56b01b8-259f-4c31-8ad4-f454ab4709e0} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
9708 2025.01.08 18:28:25.743950 [ 290 ] {c56b01b8-259f-4c31-8ad4-f454ab4709e0} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9709 2025.01.08 18:28:25.744152 [ 290 ] {c56b01b8-259f-4c31-8ad4-f454ab4709e0} <Debug> executeQuery: Read 59 rows, 4.30 KiB in 0.001672 sec., 35287.08133971292 rows/sec., 2.51 MiB/sec.
9710 2025.01.08 18:28:25.744229 [ 290 ] {c56b01b8-259f-4c31-8ad4-f454ab4709e0} <Debug> TCPHandler: Processed in 0.00191025 sec.
9711 2025.01.08 18:28:25.744441 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9712 2025.01.08 18:28:25.744653 [ 284 ] {93146b66-1e4a-45b0-8e81-291f4dded76f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
9713 2025.01.08 18:28:25.744746 [ 284 ] {93146b66-1e4a-45b0-8e81-291f4dded76f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
9714 2025.01.08 18:28:25.745766 [ 284 ] {93146b66-1e4a-45b0-8e81-291f4dded76f} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9715 2025.01.08 18:28:25.745807 [ 284 ] {93146b66-1e4a-45b0-8e81-291f4dded76f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
9716 2025.01.08 18:28:25.746173 [ 284 ] {93146b66-1e4a-45b0-8e81-291f4dded76f} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
9717 2025.01.08 18:28:25.746410 [ 284 ] {93146b66-1e4a-45b0-8e81-291f4dded76f} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9718 2025.01.08 18:28:25.746668 [ 284 ] {93146b66-1e4a-45b0-8e81-291f4dded76f} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002061 sec., 117418.72877244056 rows/sec., 7.96 MiB/sec.
9719 2025.01.08 18:28:25.746845 [ 284 ] {93146b66-1e4a-45b0-8e81-291f4dded76f} <Debug> TCPHandler: Processed in 0.002530066 sec.
9720 2025.01.08 18:28:25.747067 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9721 2025.01.08 18:28:25.747188 [ 290 ] {d482aaeb-93a6-4b1b-ae29-d0120d825e8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
9722 2025.01.08 18:28:25.747237 [ 290 ] {d482aaeb-93a6-4b1b-ae29-d0120d825e8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
9723 2025.01.08 18:28:25.747807 [ 290 ] {d482aaeb-93a6-4b1b-ae29-d0120d825e8b} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9724 2025.01.08 18:28:25.747845 [ 290 ] {d482aaeb-93a6-4b1b-ae29-d0120d825e8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
9725 2025.01.08 18:28:25.748210 [ 290 ] {d482aaeb-93a6-4b1b-ae29-d0120d825e8b} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
9726 2025.01.08 18:28:25.748447 [ 290 ] {d482aaeb-93a6-4b1b-ae29-d0120d825e8b} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9727 2025.01.08 18:28:25.748666 [ 290 ] {d482aaeb-93a6-4b1b-ae29-d0120d825e8b} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001501 sec., 8660.89273817455 rows/sec., 540.00 KiB/sec.
9728 2025.01.08 18:28:25.748720 [ 290 ] {d482aaeb-93a6-4b1b-ae29-d0120d825e8b} <Debug> TCPHandler: Processed in 0.001780527 sec.
9729 2025.01.08 18:28:25.748860 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9730 2025.01.08 18:28:25.749001 [ 284 ] {790d32f1-58eb-48d1-800a-daf695b14a97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9731 2025.01.08 18:28:25.749059 [ 284 ] {790d32f1-58eb-48d1-800a-daf695b14a97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9732 2025.01.08 18:28:25.750086 [ 284 ] {790d32f1-58eb-48d1-800a-daf695b14a97} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9733 2025.01.08 18:28:25.750127 [ 284 ] {790d32f1-58eb-48d1-800a-daf695b14a97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
9734 2025.01.08 18:28:25.750530 [ 284 ] {790d32f1-58eb-48d1-800a-daf695b14a97} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
9735 2025.01.08 18:28:25.750774 [ 284 ] {790d32f1-58eb-48d1-800a-daf695b14a97} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9736 2025.01.08 18:28:25.750997 [ 284 ] {790d32f1-58eb-48d1-800a-daf695b14a97} <Debug> executeQuery: Read 854 rows, 63.27 KiB in 0.00203 sec., 420689.6551724138 rows/sec., 30.44 MiB/sec.
9737 2025.01.08 18:28:25.751052 [ 284 ] {790d32f1-58eb-48d1-800a-daf695b14a97} <Debug> TCPHandler: Processed in 0.002260509 sec.
9738 2025.01.08 18:28:25.751195 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9739 2025.01.08 18:28:25.751311 [ 290 ] {ab5aab8c-22ab-4aaa-92c2-f45273d081d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
9740 2025.01.08 18:28:25.751360 [ 290 ] {ab5aab8c-22ab-4aaa-92c2-f45273d081d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
9741 2025.01.08 18:28:25.751833 [ 290 ] {ab5aab8c-22ab-4aaa-92c2-f45273d081d9} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9742 2025.01.08 18:28:25.751871 [ 290 ] {ab5aab8c-22ab-4aaa-92c2-f45273d081d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
9743 2025.01.08 18:28:25.752237 [ 290 ] {ab5aab8c-22ab-4aaa-92c2-f45273d081d9} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
9744 2025.01.08 18:28:25.752472 [ 290 ] {ab5aab8c-22ab-4aaa-92c2-f45273d081d9} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9745 2025.01.08 18:28:25.752732 [ 290 ] {ab5aab8c-22ab-4aaa-92c2-f45273d081d9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001438 sec., 4172.4617524339355 rows/sec., 217.99 KiB/sec.
9746 2025.01.08 18:28:25.752873 [ 290 ] {ab5aab8c-22ab-4aaa-92c2-f45273d081d9} <Debug> TCPHandler: Processed in 0.001733235 sec.
9747 2025.01.08 18:28:25.753109 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9748 2025.01.08 18:28:25.753272 [ 284 ] {841c93e4-c089-4b9d-8058-eaea46472aae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9749 2025.01.08 18:28:25.753333 [ 284 ] {841c93e4-c089-4b9d-8058-eaea46472aae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9750 2025.01.08 18:28:25.754105 [ 284 ] {841c93e4-c089-4b9d-8058-eaea46472aae} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9751 2025.01.08 18:28:25.754144 [ 284 ] {841c93e4-c089-4b9d-8058-eaea46472aae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
9752 2025.01.08 18:28:25.754571 [ 284 ] {841c93e4-c089-4b9d-8058-eaea46472aae} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
9753 2025.01.08 18:28:25.754812 [ 284 ] {841c93e4-c089-4b9d-8058-eaea46472aae} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9754 2025.01.08 18:28:25.755043 [ 284 ] {841c93e4-c089-4b9d-8058-eaea46472aae} <Debug> executeQuery: Read 949 rows, 64.53 KiB in 0.001802 sec., 526637.0699223086 rows/sec., 34.97 MiB/sec.
9755 2025.01.08 18:28:25.755098 [ 284 ] {841c93e4-c089-4b9d-8058-eaea46472aae} <Debug> TCPHandler: Processed in 0.002127065 sec.
9756 2025.01.08 18:28:25.755224 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9757 2025.01.08 18:28:25.755337 [ 290 ] {ca5477e3-940d-45ab-bd89-32a8b9fc521e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
9758 2025.01.08 18:28:25.755388 [ 290 ] {ca5477e3-940d-45ab-bd89-32a8b9fc521e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
9759 2025.01.08 18:28:25.755841 [ 290 ] {ca5477e3-940d-45ab-bd89-32a8b9fc521e} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9760 2025.01.08 18:28:25.755879 [ 290 ] {ca5477e3-940d-45ab-bd89-32a8b9fc521e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
9761 2025.01.08 18:28:25.756231 [ 290 ] {ca5477e3-940d-45ab-bd89-32a8b9fc521e} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
9762 2025.01.08 18:28:25.756460 [ 290 ] {ca5477e3-940d-45ab-bd89-32a8b9fc521e} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9763 2025.01.08 18:28:25.756693 [ 290 ] {ca5477e3-940d-45ab-bd89-32a8b9fc521e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001379 sec., 725.1631617113851 rows/sec., 48.86 KiB/sec.
9764 2025.01.08 18:28:25.756746 [ 290 ] {ca5477e3-940d-45ab-bd89-32a8b9fc521e} <Debug> TCPHandler: Processed in 0.001576471 sec.
9765 2025.01.08 18:28:25.756883 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9766 2025.01.08 18:28:25.757020 [ 284 ] {c6e32a5d-6d29-41f1-9622-e5dcb4345f09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9767 2025.01.08 18:28:25.757107 [ 284 ] {c6e32a5d-6d29-41f1-9622-e5dcb4345f09} <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
9768 2025.01.08 18:28:25.758365 [ 284 ] {c6e32a5d-6d29-41f1-9622-e5dcb4345f09} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9769 2025.01.08 18:28:25.758406 [ 284 ] {c6e32a5d-6d29-41f1-9622-e5dcb4345f09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
9770 2025.01.08 18:28:25.759070 [ 284 ] {c6e32a5d-6d29-41f1-9622-e5dcb4345f09} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
9771 2025.01.08 18:28:25.759329 [ 284 ] {c6e32a5d-6d29-41f1-9622-e5dcb4345f09} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9772 2025.01.08 18:28:25.759538 [ 122 ] {} <Debug> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
9773 2025.01.08 18:28:25.759625 [ 284 ] {c6e32a5d-6d29-41f1-9622-e5dcb4345f09} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002632 sec., 15197.568389057751 rows/sec., 27.23 MiB/sec.
9774 2025.01.08 18:28:25.759653 [ 122 ] {} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9775 2025.01.08 18:28:25.759715 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
9776 2025.01.08 18:28:25.760041 [ 284 ] {c6e32a5d-6d29-41f1-9622-e5dcb4345f09} <Debug> TCPHandler: Processed in 0.003221204 sec.
9777 2025.01.08 18:28:25.760067 [ 197 ] {e2d038cd-23ef-42ff-ade3-a8c087d70f4f::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
9778 2025.01.08 18:28:25.760233 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9779 2025.01.08 18:28:25.760372 [ 290 ] {a4fa10df-7291-44f6-af98-211bc13cc4d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9780 2025.01.08 18:28:25.760439 [ 290 ] {a4fa10df-7291-44f6-af98-211bc13cc4d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9781 2025.01.08 18:28:25.760537 [ 197 ] {e2d038cd-23ef-42ff-ade3-a8c087d70f4f::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9782 2025.01.08 18:28:25.760651 [ 197 ] {e2d038cd-23ef-42ff-ade3-a8c087d70f4f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1123 rows starting from the beginning of the part
9783 2025.01.08 18:28:25.761257 [ 197 ] {e2d038cd-23ef-42ff-ade3-a8c087d70f4f::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
9784 2025.01.08 18:28:25.761743 [ 290 ] {a4fa10df-7291-44f6-af98-211bc13cc4d7} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9785 2025.01.08 18:28:25.761792 [ 290 ] {a4fa10df-7291-44f6-af98-211bc13cc4d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
9786 2025.01.08 18:28:25.761807 [ 197 ] {e2d038cd-23ef-42ff-ade3-a8c087d70f4f::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
9787 2025.01.08 18:28:25.762449 [ 197 ] {e2d038cd-23ef-42ff-ade3-a8c087d70f4f::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
9788 2025.01.08 18:28:25.762682 [ 290 ] {a4fa10df-7291-44f6-af98-211bc13cc4d7} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
9789 2025.01.08 18:28:25.763011 [ 197 ] {e2d038cd-23ef-42ff-ade3-a8c087d70f4f::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
9790 2025.01.08 18:28:25.763272 [ 290 ] {a4fa10df-7291-44f6-af98-211bc13cc4d7} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9791 2025.01.08 18:28:25.763390 [ 197 ] {e2d038cd-23ef-42ff-ade3-a8c087d70f4f::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
9792 2025.01.08 18:28:25.763734 [ 290 ] {a4fa10df-7291-44f6-af98-211bc13cc4d7} <Debug> executeQuery: Read 28 rows, 1.61 KiB in 0.003387 sec., 8266.90286389135 rows/sec., 476.32 KiB/sec.
9793 2025.01.08 18:28:25.763855 [ 290 ] {a4fa10df-7291-44f6-af98-211bc13cc4d7} <Debug> TCPHandler: Processed in 0.003708757 sec.
9794 2025.01.08 18:28:25.771355 [ 198 ] {e2d038cd-23ef-42ff-ade3-a8c087d70f4f::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1323 rows, containing 19 columns (19 merged, 0 gathered) in 0.01147709 sec., 115273.12236812641 rows/sec., 206.56 MiB/sec.
9795 2025.01.08 18:28:25.772874 [ 198 ] {e2d038cd-23ef-42ff-ade3-a8c087d70f4f::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
9796 2025.01.08 18:28:25.773352 [ 198 ] {e2d038cd-23ef-42ff-ade3-a8c087d70f4f::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9797 2025.01.08 18:28:25.773444 [ 198 ] {e2d038cd-23ef-42ff-ade3-a8c087d70f4f::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
9798 2025.01.08 18:28:25.773615 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.46 MiB.
9799 2025.01.08 18:28:26.000199 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 229.13 MiB, peak 240.54 MiB, free memory in arenas 0.00 B, will set to 231.98 MiB (RSS), difference: 2.85 MiB
9800 2025.01.08 18:28:27.658900 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 1376
9801 2025.01.08 18:28:27.662355 [ 242 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9802 2025.01.08 18:28:27.662407 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
9803 2025.01.08 18:28:27.663907 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
9804 2025.01.08 18:28:27.664225 [ 242 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): 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.08 18:28:27.665564 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1376
9806 2025.01.08 18:28:30.039371 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 23424
9807 2025.01.08 18:28:30.040263 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9808 2025.01.08 18:28:30.040306 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
9809 2025.01.08 18:28:30.040854 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
9810 2025.01.08 18:28:30.041120 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9811 2025.01.08 18:28:30.041292 [ 127 ] {} <Debug> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
9812 2025.01.08 18:28:30.041334 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23424
9813 2025.01.08 18:28:30.041351 [ 127 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9814 2025.01.08 18:28:30.041378 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
9815 2025.01.08 18:28:30.041555 [ 191 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::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
9816 2025.01.08 18:28:30.041919 [ 191 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9817 2025.01.08 18:28:30.042027 [ 191 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::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
9818 2025.01.08 18:28:30.042172 [ 191 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::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
9819 2025.01.08 18:28:30.042350 [ 191 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::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
9820 2025.01.08 18:28:30.042661 [ 191 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::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
9821 2025.01.08 18:28:30.042994 [ 191 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::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
9822 2025.01.08 18:28:30.043250 [ 191 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::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
9823 2025.01.08 18:28:30.045632 [ 201 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23424 rows, containing 4 columns (4 merged, 0 gathered) in 0.004183229 sec., 5599502.202724259 rows/sec., 80.10 MiB/sec.
9824 2025.01.08 18:28:30.046113 [ 201 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
9825 2025.01.08 18:28:30.046470 [ 201 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::all_1_51_10} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9826 2025.01.08 18:28:30.046576 [ 201 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::all_1_51_10} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
9827 2025.01.08 18:28:30.046697 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB.
9828 2025.01.08 18:28:30.424649 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9829 2025.01.08 18:28:30.424842 [ 284 ] {201d376c-bbee-4fb3-b74f-76a8710238b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9830 2025.01.08 18:28:30.424916 [ 284 ] {201d376c-bbee-4fb3-b74f-76a8710238b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9831 2025.01.08 18:28:30.425629 [ 284 ] {201d376c-bbee-4fb3-b74f-76a8710238b2} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9832 2025.01.08 18:28:30.425672 [ 284 ] {201d376c-bbee-4fb3-b74f-76a8710238b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
9833 2025.01.08 18:28:30.426081 [ 284 ] {201d376c-bbee-4fb3-b74f-76a8710238b2} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
9834 2025.01.08 18:28:30.426336 [ 284 ] {201d376c-bbee-4fb3-b74f-76a8710238b2} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9835 2025.01.08 18:28:30.426558 [ 284 ] {201d376c-bbee-4fb3-b74f-76a8710238b2} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001764 sec., 14739.229024943312 rows/sec., 1.11 MiB/sec.
9836 2025.01.08 18:28:30.426672 [ 284 ] {201d376c-bbee-4fb3-b74f-76a8710238b2} <Debug> TCPHandler: Processed in 0.002155866 sec.
9837 2025.01.08 18:28:30.426961 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9838 2025.01.08 18:28:30.427162 [ 290 ] {8d4c65cf-9f64-461f-9431-37a4ea7314a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9839 2025.01.08 18:28:30.427242 [ 290 ] {8d4c65cf-9f64-461f-9431-37a4ea7314a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9840 2025.01.08 18:28:30.428042 [ 290 ] {8d4c65cf-9f64-461f-9431-37a4ea7314a5} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9841 2025.01.08 18:28:30.428086 [ 290 ] {8d4c65cf-9f64-461f-9431-37a4ea7314a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
9842 2025.01.08 18:28:30.428518 [ 290 ] {8d4c65cf-9f64-461f-9431-37a4ea7314a5} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
9843 2025.01.08 18:28:30.428774 [ 290 ] {8d4c65cf-9f64-461f-9431-37a4ea7314a5} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9844 2025.01.08 18:28:30.429010 [ 290 ] {8d4c65cf-9f64-461f-9431-37a4ea7314a5} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001906 sec., 14690.451206715636 rows/sec., 1.15 MiB/sec.
9845 2025.01.08 18:28:30.429068 [ 290 ] {8d4c65cf-9f64-461f-9431-37a4ea7314a5} <Debug> TCPHandler: Processed in 0.00227035 sec.
9846 2025.01.08 18:28:30.429240 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9847 2025.01.08 18:28:30.429377 [ 284 ] {f43d0fb6-2a73-4e56-b4e1-639078642b74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9848 2025.01.08 18:28:30.429439 [ 284 ] {f43d0fb6-2a73-4e56-b4e1-639078642b74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9849 2025.01.08 18:28:30.430041 [ 284 ] {f43d0fb6-2a73-4e56-b4e1-639078642b74} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9850 2025.01.08 18:28:30.430077 [ 284 ] {f43d0fb6-2a73-4e56-b4e1-639078642b74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
9851 2025.01.08 18:28:30.430463 [ 284 ] {f43d0fb6-2a73-4e56-b4e1-639078642b74} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
9852 2025.01.08 18:28:30.430712 [ 284 ] {f43d0fb6-2a73-4e56-b4e1-639078642b74} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9853 2025.01.08 18:28:30.430895 [ 284 ] {f43d0fb6-2a73-4e56-b4e1-639078642b74} <Debug> executeQuery: Read 80 rows, 5.68 KiB in 0.001551 sec., 51579.62604771115 rows/sec., 3.58 MiB/sec.
9854 2025.01.08 18:28:30.430945 [ 284 ] {f43d0fb6-2a73-4e56-b4e1-639078642b74} <Debug> TCPHandler: Processed in 0.001774226 sec.
9855 2025.01.08 18:28:30.431094 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9856 2025.01.08 18:28:30.431215 [ 290 ] {a52d324b-a6f2-42e1-b0f5-cc9ec1fe3ef1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9857 2025.01.08 18:28:30.431266 [ 290 ] {a52d324b-a6f2-42e1-b0f5-cc9ec1fe3ef1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9858 2025.01.08 18:28:30.431756 [ 290 ] {a52d324b-a6f2-42e1-b0f5-cc9ec1fe3ef1} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9859 2025.01.08 18:28:30.431796 [ 290 ] {a52d324b-a6f2-42e1-b0f5-cc9ec1fe3ef1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
9860 2025.01.08 18:28:30.432176 [ 290 ] {a52d324b-a6f2-42e1-b0f5-cc9ec1fe3ef1} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
9861 2025.01.08 18:28:30.432415 [ 290 ] {a52d324b-a6f2-42e1-b0f5-cc9ec1fe3ef1} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9862 2025.01.08 18:28:30.432631 [ 290 ] {a52d324b-a6f2-42e1-b0f5-cc9ec1fe3ef1} <Debug> executeQuery: Read 24 rows, 1.68 KiB in 0.001443 sec., 16632.01663201663 rows/sec., 1.14 MiB/sec.
9863 2025.01.08 18:28:30.432682 [ 290 ] {a52d324b-a6f2-42e1-b0f5-cc9ec1fe3ef1} <Debug> TCPHandler: Processed in 0.001643213 sec.
9864 2025.01.08 18:28:31.672502 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 385
9865 2025.01.08 18:28:31.695789 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9866 2025.01.08 18:28:31.695867 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
9867 2025.01.08 18:28:31.704129 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
9868 2025.01.08 18:28:31.704940 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9869 2025.01.08 18:28:31.705387 [ 121 ] {} <Debug> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
9870 2025.01.08 18:28:31.705535 [ 121 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9871 2025.01.08 18:28:31.705611 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
9872 2025.01.08 18:28:31.706042 [ 190 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::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
9873 2025.01.08 18:28:31.722889 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 385
9874 2025.01.08 18:28:31.724253 [ 190 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9875 2025.01.08 18:28:31.725913 [ 190 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::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
9876 2025.01.08 18:28:31.732518 [ 190 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::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
9877 2025.01.08 18:28:31.738291 [ 190 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::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
9878 2025.01.08 18:28:31.744100 [ 190 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::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
9879 2025.01.08 18:28:31.749880 [ 190 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::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
9880 2025.01.08 18:28:31.754263 [ 190 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::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
9881 2025.01.08 18:28:31.814851 [ 200 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 385 rows, containing 679 columns (679 merged, 0 gathered) in 0.109092849 sec., 3529.10391037638 rows/sec., 18.25 MiB/sec.
9882 2025.01.08 18:28:31.818010 [ 200 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
9883 2025.01.08 18:28:31.820886 [ 200 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::all_1_51_10} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9884 2025.01.08 18:28:31.821009 [ 200 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::all_1_51_10} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
9885 2025.01.08 18:28:31.823242 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB.
9886 2025.01.08 18:28:35.425434 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9887 2025.01.08 18:28:35.425626 [ 284 ] {1692cabc-c78b-4aad-917a-9ec003eafb0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9888 2025.01.08 18:28:35.425697 [ 284 ] {1692cabc-c78b-4aad-917a-9ec003eafb0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9889 2025.01.08 18:28:35.426454 [ 284 ] {1692cabc-c78b-4aad-917a-9ec003eafb0a} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9890 2025.01.08 18:28:35.426507 [ 284 ] {1692cabc-c78b-4aad-917a-9ec003eafb0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
9891 2025.01.08 18:28:35.426950 [ 284 ] {1692cabc-c78b-4aad-917a-9ec003eafb0a} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
9892 2025.01.08 18:28:35.427204 [ 284 ] {1692cabc-c78b-4aad-917a-9ec003eafb0a} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9893 2025.01.08 18:28:35.427408 [ 118 ] {} <Debug> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
9894 2025.01.08 18:28:35.427478 [ 284 ] {1692cabc-c78b-4aad-917a-9ec003eafb0a} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001898 sec., 13698.630136986301 rows/sec., 1.03 MiB/sec.
9895 2025.01.08 18:28:35.427491 [ 118 ] {} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9896 2025.01.08 18:28:35.427565 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
9897 2025.01.08 18:28:35.427622 [ 284 ] {1692cabc-c78b-4aad-917a-9ec003eafb0a} <Debug> TCPHandler: Processed in 0.002320441 sec.
9898 2025.01.08 18:28:35.427853 [ 194 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::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
9899 2025.01.08 18:28:35.427941 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9900 2025.01.08 18:28:35.428044 [ 194 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9901 2025.01.08 18:28:35.428115 [ 194 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1400 rows starting from the beginning of the part
9902 2025.01.08 18:28:35.428295 [ 290 ] {6be1ba72-b697-4185-adb7-ab65b296f2a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9903 2025.01.08 18:28:35.428352 [ 194 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 253 rows starting from the beginning of the part
9904 2025.01.08 18:28:35.428537 [ 290 ] {6be1ba72-b697-4185-adb7-ab65b296f2a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9905 2025.01.08 18:28:35.428607 [ 194 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 26 rows starting from the beginning of the part
9906 2025.01.08 18:28:35.429030 [ 194 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 1399 rows starting from the beginning of the part
9907 2025.01.08 18:28:35.429259 [ 194 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 26 rows starting from the beginning of the part
9908 2025.01.08 18:28:35.429554 [ 194 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 26 rows starting from the beginning of the part
9909 2025.01.08 18:28:35.432309 [ 290 ] {6be1ba72-b697-4185-adb7-ab65b296f2a3} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9910 2025.01.08 18:28:35.432376 [ 290 ] {6be1ba72-b697-4185-adb7-ab65b296f2a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
9911 2025.01.08 18:28:35.433198 [ 290 ] {6be1ba72-b697-4185-adb7-ab65b296f2a3} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
9912 2025.01.08 18:28:35.433656 [ 192 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3130 rows, containing 5 columns (5 merged, 0 gathered) in 0.005998007 sec., 521840.00452150195 rows/sec., 45.91 MiB/sec.
9913 2025.01.08 18:28:35.433684 [ 290 ] {6be1ba72-b697-4185-adb7-ab65b296f2a3} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9914 2025.01.08 18:28:35.433941 [ 118 ] {} <Debug> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
9915 2025.01.08 18:28:35.434041 [ 118 ] {} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9916 2025.01.08 18:28:35.434061 [ 192 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
9917 2025.01.08 18:28:35.434110 [ 290 ] {6be1ba72-b697-4185-adb7-ab65b296f2a3} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.006025 sec., 4647.302904564315 rows/sec., 371.17 KiB/sec.
9918 2025.01.08 18:28:35.434127 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
9919 2025.01.08 18:28:35.434615 [ 290 ] {6be1ba72-b697-4185-adb7-ab65b296f2a3} <Debug> TCPHandler: Processed in 0.006842339 sec.
9920 2025.01.08 18:28:35.434639 [ 187 ] {fa7e1080-106a-46d6-b087-687f1bf68453::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
9921 2025.01.08 18:28:35.434897 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9922 2025.01.08 18:28:35.435028 [ 187 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9923 2025.01.08 18:28:35.435115 [ 187 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 874 rows starting from the beginning of the part
9924 2025.01.08 18:28:35.435149 [ 192 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_86_17} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9925 2025.01.08 18:28:35.435207 [ 284 ] {ad6d859f-76f3-4aab-8984-7c30ef4137a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9926 2025.01.08 18:28:35.435508 [ 187 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 386 rows starting from the beginning of the part
9927 2025.01.08 18:28:35.435532 [ 284 ] {ad6d859f-76f3-4aab-8984-7c30ef4137a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9928 2025.01.08 18:28:35.435667 [ 192 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_86_17} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
9929 2025.01.08 18:28:35.436036 [ 187 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 28 rows starting from the beginning of the part
9930 2025.01.08 18:28:35.436214 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB.
9931 2025.01.08 18:28:35.436484 [ 187 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 854 rows starting from the beginning of the part
9932 2025.01.08 18:28:35.436922 [ 187 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 28 rows starting from the beginning of the part
9933 2025.01.08 18:28:35.437357 [ 187 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 28 rows starting from the beginning of the part
9934 2025.01.08 18:28:35.438347 [ 284 ] {ad6d859f-76f3-4aab-8984-7c30ef4137a0} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9935 2025.01.08 18:28:35.438387 [ 284 ] {ad6d859f-76f3-4aab-8984-7c30ef4137a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
9936 2025.01.08 18:28:35.438976 [ 284 ] {ad6d859f-76f3-4aab-8984-7c30ef4137a0} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
9937 2025.01.08 18:28:35.439262 [ 284 ] {ad6d859f-76f3-4aab-8984-7c30ef4137a0} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9938 2025.01.08 18:28:35.439557 [ 118 ] {} <Debug> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
9939 2025.01.08 18:28:35.439722 [ 118 ] {} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9940 2025.01.08 18:28:35.439837 [ 284 ] {ad6d859f-76f3-4aab-8984-7c30ef4137a0} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.004696 sec., 21294.718909710395 rows/sec., 1.48 MiB/sec.
9941 2025.01.08 18:28:35.439850 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
9942 2025.01.08 18:28:35.439869 [ 187 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2198 rows, containing 5 columns (5 merged, 0 gathered) in 0.005523244 sec., 397954.5354143326 rows/sec., 30.32 MiB/sec.
9943 2025.01.08 18:28:35.440119 [ 284 ] {ad6d859f-76f3-4aab-8984-7c30ef4137a0} <Debug> TCPHandler: Processed in 0.00535013 sec.
9944 2025.01.08 18:28:35.440273 [ 187 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
9945 2025.01.08 18:28:35.440412 [ 195 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::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
9946 2025.01.08 18:28:35.440504 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9947 2025.01.08 18:28:35.440775 [ 195 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9948 2025.01.08 18:28:35.440920 [ 195 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_81_16, total 20167 rows starting from the beginning of the part
9949 2025.01.08 18:28:35.440941 [ 290 ] {1c5e63b2-4d6d-4f88-99bb-cb82e6a8ec66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9950 2025.01.08 18:28:35.440961 [ 187 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_86_17} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9951 2025.01.08 18:28:35.441170 [ 290 ] {1c5e63b2-4d6d-4f88-99bb-cb82e6a8ec66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9952 2025.01.08 18:28:35.441386 [ 195 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 177 rows starting from the beginning of the part
9953 2025.01.08 18:28:35.441434 [ 187 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_86_17} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
9954 2025.01.08 18:28:35.441803 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB.
9955 2025.01.08 18:28:35.442009 [ 195 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 100 rows starting from the beginning of the part
9956 2025.01.08 18:28:35.442363 [ 195 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 949 rows starting from the beginning of the part
9957 2025.01.08 18:28:35.442723 [ 195 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 80 rows starting from the beginning of the part
9958 2025.01.08 18:28:35.442979 [ 195 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 100 rows starting from the beginning of the part
9959 2025.01.08 18:28:35.443845 [ 290 ] {1c5e63b2-4d6d-4f88-99bb-cb82e6a8ec66} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9960 2025.01.08 18:28:35.443908 [ 290 ] {1c5e63b2-4d6d-4f88-99bb-cb82e6a8ec66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
9961 2025.01.08 18:28:35.444529 [ 290 ] {1c5e63b2-4d6d-4f88-99bb-cb82e6a8ec66} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
9962 2025.01.08 18:28:35.444903 [ 290 ] {1c5e63b2-4d6d-4f88-99bb-cb82e6a8ec66} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9963 2025.01.08 18:28:35.445140 [ 118 ] {} <Debug> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
9964 2025.01.08 18:28:35.445235 [ 118 ] {} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9965 2025.01.08 18:28:35.445315 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
9966 2025.01.08 18:28:35.445583 [ 290 ] {1c5e63b2-4d6d-4f88-99bb-cb82e6a8ec66} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.00474 sec., 6329.113924050633 rows/sec., 443.99 KiB/sec.
9967 2025.01.08 18:28:35.445794 [ 196 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::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
9968 2025.01.08 18:28:35.446072 [ 290 ] {1c5e63b2-4d6d-4f88-99bb-cb82e6a8ec66} <Debug> TCPHandler: Processed in 0.005807952 sec.
9969 2025.01.08 18:28:35.446535 [ 196 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9970 2025.01.08 18:28:35.446668 [ 196 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 2842 rows starting from the beginning of the part
9971 2025.01.08 18:28:35.447085 [ 196 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 52 rows starting from the beginning of the part
9972 2025.01.08 18:28:35.447592 [ 196 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 30 rows starting from the beginning of the part
9973 2025.01.08 18:28:35.448027 [ 196 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 28 rows starting from the beginning of the part
9974 2025.01.08 18:28:35.448483 [ 196 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 24 rows starting from the beginning of the part
9975 2025.01.08 18:28:35.448944 [ 196 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 30 rows starting from the beginning of the part
9976 2025.01.08 18:28:35.452303 [ 193 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3006 rows, containing 4 columns (4 merged, 0 gathered) in 0.006862839 sec., 438011.14961315575 rows/sec., 28.21 MiB/sec.
9977 2025.01.08 18:28:35.452876 [ 199 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
9978 2025.01.08 18:28:35.453455 [ 199 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_86_17} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9979 2025.01.08 18:28:35.453563 [ 199 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_86_17} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
9980 2025.01.08 18:28:35.453710 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB.
9981 2025.01.08 18:28:35.454734 [ 193 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21573 rows, containing 5 columns (5 merged, 0 gathered) in 0.014693034 sec., 1468246.789601113 rows/sec., 98.34 MiB/sec.
9982 2025.01.08 18:28:35.455082 [ 199 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
9983 2025.01.08 18:28:35.455373 [ 199 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9984 2025.01.08 18:28:35.455446 [ 199 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
9985 2025.01.08 18:28:35.455527 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB.
9986 2025.01.08 18:28:36.019028 [ 113 ] {} <Debug> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc) (MergerMutator): Selected 5 parts from all_1_32_7 to all_36_36_0
9987 2025.01.08 18:28:36.019126 [ 113 ] {} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9988 2025.01.08 18:28:36.019167 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
9989 2025.01.08 18:28:36.019490 [ 189 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_36_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_32_7 to all_36_36_0 into Compact with storage Full
9990 2025.01.08 18:28:36.019949 [ 189 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_36_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9991 2025.01.08 18:28:36.019998 [ 189 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_36_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_32_7, total 32 rows starting from the beginning of the part
9992 2025.01.08 18:28:36.020094 [ 189 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_36_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 1 rows starting from the beginning of the part
9993 2025.01.08 18:28:36.020308 [ 189 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_36_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 1 rows starting from the beginning of the part
9994 2025.01.08 18:28:36.020617 [ 189 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_36_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1 rows starting from the beginning of the part
9995 2025.01.08 18:28:36.020768 [ 189 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_36_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 1 rows starting from the beginning of the part
9996 2025.01.08 18:28:36.022059 [ 193 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_36_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.002782442 sec., 12938.275083541723 rows/sec., 871.82 KiB/sec.
9997 2025.01.08 18:28:36.022265 [ 198 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_36_8} <Trace> MergedBlockOutputStream: filled checksums all_1_36_8 (state Temporary)
9998 2025.01.08 18:28:36.022676 [ 198 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_36_8} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Renaming temporary part tmp_merge_all_1_36_8 to all_1_36_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9999 2025.01.08 18:28:36.022786 [ 198 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_36_8} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc) (MergerMutator): Merged 5 parts: [all_1_32_7, all_36_36_0] -> all_1_36_8
10000 2025.01.08 18:28:36.022902 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
10001 2025.01.08 18:28:37.355532 [ 112 ] {} <Debug> DNSResolver: Updating DNS cache
10002 2025.01.08 18:28:37.355631 [ 112 ] {} <Debug> DNSResolver: Updated DNS cache
10003 2025.01.08 18:28:37.541651 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 23851
10004 2025.01.08 18:28:37.542390 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10005 2025.01.08 18:28:37.542441 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
10006 2025.01.08 18:28:37.543009 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
10007 2025.01.08 18:28:37.543276 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10008 2025.01.08 18:28:37.543537 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23851
10009 2025.01.08 18:28:37.666159 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1392
10010 2025.01.08 18:28:37.668931 [ 242 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10011 2025.01.08 18:28:37.668978 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
10012 2025.01.08 18:28:37.670472 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
10013 2025.01.08 18:28:37.670793 [ 242 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10014 2025.01.08 18:28:37.672184 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1392
10015 2025.01.08 18:28:39.223132 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 392
10016 2025.01.08 18:28:39.243513 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10017 2025.01.08 18:28:39.243572 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
10018 2025.01.08 18:28:39.250638 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
10019 2025.01.08 18:28:39.251420 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10020 2025.01.08 18:28:39.255429 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 392
10021 2025.01.08 18:28:40.431945 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10022 2025.01.08 18:28:40.432138 [ 284 ] {dc462a4a-afa1-40ff-9681-2745a2cdcbfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
10023 2025.01.08 18:28:40.432212 [ 284 ] {dc462a4a-afa1-40ff-9681-2745a2cdcbfa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
10024 2025.01.08 18:28:40.432989 [ 284 ] {dc462a4a-afa1-40ff-9681-2745a2cdcbfa} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10025 2025.01.08 18:28:40.433043 [ 284 ] {dc462a4a-afa1-40ff-9681-2745a2cdcbfa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
10026 2025.01.08 18:28:40.433486 [ 284 ] {dc462a4a-afa1-40ff-9681-2745a2cdcbfa} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
10027 2025.01.08 18:28:40.433755 [ 284 ] {dc462a4a-afa1-40ff-9681-2745a2cdcbfa} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10028 2025.01.08 18:28:40.433960 [ 109 ] {} <Debug> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0
10029 2025.01.08 18:28:40.434025 [ 284 ] {dc462a4a-afa1-40ff-9681-2745a2cdcbfa} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001939 sec., 7220.216606498195 rows/sec., 519.76 KiB/sec.
10030 2025.01.08 18:28:40.434039 [ 109 ] {} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10031 2025.01.08 18:28:40.434109 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
10032 2025.01.08 18:28:40.434179 [ 284 ] {dc462a4a-afa1-40ff-9681-2745a2cdcbfa} <Debug> TCPHandler: Processed in 0.002361692 sec.
10033 2025.01.08 18:28:40.434460 [ 189 ] {3fec6173-3e69-4314-b82a-beabd4844532::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
10034 2025.01.08 18:28:40.434489 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10035 2025.01.08 18:28:40.434706 [ 189 ] {3fec6173-3e69-4314-b82a-beabd4844532::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10036 2025.01.08 18:28:40.434735 [ 290 ] {afc2d937-255a-4d34-a775-35473aac36c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10037 2025.01.08 18:28:40.434749 [ 189 ] {3fec6173-3e69-4314-b82a-beabd4844532::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
10038 2025.01.08 18:28:40.434821 [ 290 ] {afc2d937-255a-4d34-a775-35473aac36c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10039 2025.01.08 18:28:40.434887 [ 189 ] {3fec6173-3e69-4314-b82a-beabd4844532::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
10040 2025.01.08 18:28:40.435241 [ 189 ] {3fec6173-3e69-4314-b82a-beabd4844532::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
10041 2025.01.08 18:28:40.435623 [ 189 ] {3fec6173-3e69-4314-b82a-beabd4844532::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
10042 2025.01.08 18:28:40.436007 [ 189 ] {3fec6173-3e69-4314-b82a-beabd4844532::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
10043 2025.01.08 18:28:40.437445 [ 290 ] {afc2d937-255a-4d34-a775-35473aac36c6} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10044 2025.01.08 18:28:40.437491 [ 290 ] {afc2d937-255a-4d34-a775-35473aac36c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
10045 2025.01.08 18:28:40.437774 [ 189 ] {3fec6173-3e69-4314-b82a-beabd4844532::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003556513 sec., 19682.199952594015 rows/sec., 1.46 MiB/sec.
10046 2025.01.08 18:28:40.437955 [ 193 ] {3fec6173-3e69-4314-b82a-beabd4844532::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary)
10047 2025.01.08 18:28:40.438068 [ 290 ] {afc2d937-255a-4d34-a775-35473aac36c6} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
10048 2025.01.08 18:28:40.438379 [ 193 ] {3fec6173-3e69-4314-b82a-beabd4844532::all_1_37_9} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10049 2025.01.08 18:28:40.438410 [ 290 ] {afc2d937-255a-4d34-a775-35473aac36c6} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10050 2025.01.08 18:28:40.438505 [ 193 ] {3fec6173-3e69-4314-b82a-beabd4844532::all_1_37_9} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9
10051 2025.01.08 18:28:40.438632 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
10052 2025.01.08 18:28:40.438689 [ 290 ] {afc2d937-255a-4d34-a775-35473aac36c6} <Debug> executeQuery: Read 253 rows, 23.21 KiB in 0.004018 sec., 62966.650074664016 rows/sec., 5.64 MiB/sec.
10053 2025.01.08 18:28:40.438754 [ 290 ] {afc2d937-255a-4d34-a775-35473aac36c6} <Debug> TCPHandler: Processed in 0.004422946 sec.
10054 2025.01.08 18:28:40.438923 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10055 2025.01.08 18:28:40.439069 [ 284 ] {5a75a060-6293-43c6-9f4f-f0e1b9271816} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10056 2025.01.08 18:28:40.439133 [ 284 ] {5a75a060-6293-43c6-9f4f-f0e1b9271816} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10057 2025.01.08 18:28:40.439811 [ 284 ] {5a75a060-6293-43c6-9f4f-f0e1b9271816} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10058 2025.01.08 18:28:40.439852 [ 284 ] {5a75a060-6293-43c6-9f4f-f0e1b9271816} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
10059 2025.01.08 18:28:40.440226 [ 284 ] {5a75a060-6293-43c6-9f4f-f0e1b9271816} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
10060 2025.01.08 18:28:40.440478 [ 284 ] {5a75a060-6293-43c6-9f4f-f0e1b9271816} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10061 2025.01.08 18:28:40.440704 [ 284 ] {5a75a060-6293-43c6-9f4f-f0e1b9271816} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.001671 sec., 28126.87013764213 rows/sec., 2.02 MiB/sec.
10062 2025.01.08 18:28:40.440759 [ 284 ] {5a75a060-6293-43c6-9f4f-f0e1b9271816} <Debug> TCPHandler: Processed in 0.00190437 sec.
10063 2025.01.08 18:28:40.440964 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10064 2025.01.08 18:28:40.441191 [ 290 ] {872fca21-f9d9-4b37-a9eb-5ac082ce6d15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
10065 2025.01.08 18:28:40.441287 [ 290 ] {872fca21-f9d9-4b37-a9eb-5ac082ce6d15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
10066 2025.01.08 18:28:40.441998 [ 290 ] {872fca21-f9d9-4b37-a9eb-5ac082ce6d15} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10067 2025.01.08 18:28:40.442036 [ 290 ] {872fca21-f9d9-4b37-a9eb-5ac082ce6d15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
10068 2025.01.08 18:28:40.442410 [ 290 ] {872fca21-f9d9-4b37-a9eb-5ac082ce6d15} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
10069 2025.01.08 18:28:40.442661 [ 290 ] {872fca21-f9d9-4b37-a9eb-5ac082ce6d15} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10070 2025.01.08 18:28:40.442895 [ 290 ] {872fca21-f9d9-4b37-a9eb-5ac082ce6d15} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001749 sec., 8004.574042309891 rows/sec., 560.59 KiB/sec.
10071 2025.01.08 18:28:40.442987 [ 290 ] {872fca21-f9d9-4b37-a9eb-5ac082ce6d15} <Debug> TCPHandler: Processed in 0.002135056 sec.
10072 2025.01.08 18:28:40.443230 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10073 2025.01.08 18:28:40.443380 [ 284 ] {5b4f6a98-917c-421d-afaf-3d8b92dbaabd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
10074 2025.01.08 18:28:40.443440 [ 284 ] {5b4f6a98-917c-421d-afaf-3d8b92dbaabd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
10075 2025.01.08 18:28:40.444031 [ 284 ] {5b4f6a98-917c-421d-afaf-3d8b92dbaabd} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10076 2025.01.08 18:28:40.444070 [ 284 ] {5b4f6a98-917c-421d-afaf-3d8b92dbaabd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
10077 2025.01.08 18:28:40.444431 [ 284 ] {5b4f6a98-917c-421d-afaf-3d8b92dbaabd} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
10078 2025.01.08 18:28:40.444666 [ 284 ] {5b4f6a98-917c-421d-afaf-3d8b92dbaabd} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10079 2025.01.08 18:28:40.444856 [ 110 ] {} <Debug> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0
10080 2025.01.08 18:28:40.444916 [ 284 ] {5b4f6a98-917c-421d-afaf-3d8b92dbaabd} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001567 sec., 8296.107211231652 rows/sec., 517.26 KiB/sec.
10081 2025.01.08 18:28:40.444940 [ 110 ] {} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10082 2025.01.08 18:28:40.445008 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
10083 2025.01.08 18:28:40.445034 [ 284 ] {5b4f6a98-917c-421d-afaf-3d8b92dbaabd} <Debug> TCPHandler: Processed in 0.001944441 sec.
10084 2025.01.08 18:28:40.445294 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10085 2025.01.08 18:28:40.445308 [ 197 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::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
10086 2025.01.08 18:28:40.445542 [ 290 ] {4575ab38-851f-4945-beb3-30590ce6d9f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10087 2025.01.08 18:28:40.445635 [ 197 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10088 2025.01.08 18:28:40.445645 [ 290 ] {4575ab38-851f-4945-beb3-30590ce6d9f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10089 2025.01.08 18:28:40.445699 [ 197 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::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
10090 2025.01.08 18:28:40.445921 [ 197 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::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
10091 2025.01.08 18:28:40.446325 [ 197 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::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
10092 2025.01.08 18:28:40.446681 [ 197 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::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
10093 2025.01.08 18:28:40.446957 [ 197 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::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
10094 2025.01.08 18:28:40.447922 [ 290 ] {4575ab38-851f-4945-beb3-30590ce6d9f4} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10095 2025.01.08 18:28:40.447973 [ 290 ] {4575ab38-851f-4945-beb3-30590ce6d9f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
10096 2025.01.08 18:28:40.448444 [ 197 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003326987 sec., 19537.196869119114 rows/sec., 1.26 MiB/sec.
10097 2025.01.08 18:28:40.448573 [ 290 ] {4575ab38-851f-4945-beb3-30590ce6d9f4} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
10098 2025.01.08 18:28:40.448693 [ 188 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary)
10099 2025.01.08 18:28:40.449007 [ 290 ] {4575ab38-851f-4945-beb3-30590ce6d9f4} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10100 2025.01.08 18:28:40.449445 [ 290 ] {4575ab38-851f-4945-beb3-30590ce6d9f4} <Debug> executeQuery: Read 386 rows, 28.01 KiB in 0.003976 sec., 97082.4949698189 rows/sec., 6.88 MiB/sec.
10101 2025.01.08 18:28:40.449444 [ 188 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::all_1_37_9} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10102 2025.01.08 18:28:40.449605 [ 290 ] {4575ab38-851f-4945-beb3-30590ce6d9f4} <Debug> TCPHandler: Processed in 0.004449826 sec.
10103 2025.01.08 18:28:40.449705 [ 188 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::all_1_37_9} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9
10104 2025.01.08 18:28:40.449806 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10105 2025.01.08 18:28:40.449876 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
10106 2025.01.08 18:28:40.449978 [ 284 ] {efe181a1-c815-404f-aeec-e1407c0ee7f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
10107 2025.01.08 18:28:40.450040 [ 284 ] {efe181a1-c815-404f-aeec-e1407c0ee7f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
10108 2025.01.08 18:28:40.450596 [ 284 ] {efe181a1-c815-404f-aeec-e1407c0ee7f4} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10109 2025.01.08 18:28:40.450634 [ 284 ] {efe181a1-c815-404f-aeec-e1407c0ee7f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
10110 2025.01.08 18:28:40.451006 [ 284 ] {efe181a1-c815-404f-aeec-e1407c0ee7f4} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
10111 2025.01.08 18:28:40.451254 [ 284 ] {efe181a1-c815-404f-aeec-e1407c0ee7f4} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10112 2025.01.08 18:28:40.451454 [ 284 ] {efe181a1-c815-404f-aeec-e1407c0ee7f4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001506 sec., 3984.0637450199206 rows/sec., 208.15 KiB/sec.
10113 2025.01.08 18:28:40.451505 [ 284 ] {efe181a1-c815-404f-aeec-e1407c0ee7f4} <Debug> TCPHandler: Processed in 0.001800307 sec.
10114 2025.01.08 18:28:40.451715 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10115 2025.01.08 18:28:40.451945 [ 290 ] {2e416ee2-e0f0-4b38-ae10-81718070b23f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10116 2025.01.08 18:28:40.452050 [ 290 ] {2e416ee2-e0f0-4b38-ae10-81718070b23f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10117 2025.01.08 18:28:40.453404 [ 290 ] {2e416ee2-e0f0-4b38-ae10-81718070b23f} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10118 2025.01.08 18:28:40.453443 [ 290 ] {2e416ee2-e0f0-4b38-ae10-81718070b23f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
10119 2025.01.08 18:28:40.453848 [ 290 ] {2e416ee2-e0f0-4b38-ae10-81718070b23f} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
10120 2025.01.08 18:28:40.454104 [ 290 ] {2e416ee2-e0f0-4b38-ae10-81718070b23f} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10121 2025.01.08 18:28:40.454356 [ 290 ] {2e416ee2-e0f0-4b38-ae10-81718070b23f} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.002463 sec., 71863.58099878198 rows/sec., 4.74 MiB/sec.
10122 2025.01.08 18:28:40.454492 [ 290 ] {2e416ee2-e0f0-4b38-ae10-81718070b23f} <Debug> TCPHandler: Processed in 0.002885986 sec.
10123 2025.01.08 18:28:40.454655 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10124 2025.01.08 18:28:40.454772 [ 284 ] {3ee19a87-d42c-4c89-9dc9-39077a7d3247} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
10125 2025.01.08 18:28:40.454824 [ 284 ] {3ee19a87-d42c-4c89-9dc9-39077a7d3247} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
10126 2025.01.08 18:28:40.455297 [ 284 ] {3ee19a87-d42c-4c89-9dc9-39077a7d3247} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10127 2025.01.08 18:28:40.455335 [ 284 ] {3ee19a87-d42c-4c89-9dc9-39077a7d3247} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
10128 2025.01.08 18:28:40.455699 [ 284 ] {3ee19a87-d42c-4c89-9dc9-39077a7d3247} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
10129 2025.01.08 18:28:40.455938 [ 284 ] {3ee19a87-d42c-4c89-9dc9-39077a7d3247} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10130 2025.01.08 18:28:40.456161 [ 284 ] {3ee19a87-d42c-4c89-9dc9-39077a7d3247} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001413 sec., 707.7140835102618 rows/sec., 47.69 KiB/sec.
10131 2025.01.08 18:28:40.456213 [ 284 ] {3ee19a87-d42c-4c89-9dc9-39077a7d3247} <Debug> TCPHandler: Processed in 0.001615642 sec.
10132 2025.01.08 18:28:40.456360 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10133 2025.01.08 18:28:40.456486 [ 290 ] {0e72bc2c-9df3-468f-9cac-7bba088441f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10134 2025.01.08 18:28:40.456627 [ 290 ] {0e72bc2c-9df3-468f-9cac-7bba088441f8} <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
10135 2025.01.08 18:28:40.458191 [ 290 ] {0e72bc2c-9df3-468f-9cac-7bba088441f8} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10136 2025.01.08 18:28:40.458231 [ 290 ] {0e72bc2c-9df3-468f-9cac-7bba088441f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
10137 2025.01.08 18:28:40.458941 [ 290 ] {0e72bc2c-9df3-468f-9cac-7bba088441f8} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
10138 2025.01.08 18:28:40.459221 [ 290 ] {0e72bc2c-9df3-468f-9cac-7bba088441f8} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10139 2025.01.08 18:28:40.459525 [ 290 ] {0e72bc2c-9df3-468f-9cac-7bba088441f8} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.00307 sec., 13029.315960912052 rows/sec., 23.35 MiB/sec.
10140 2025.01.08 18:28:40.460051 [ 290 ] {0e72bc2c-9df3-468f-9cac-7bba088441f8} <Debug> TCPHandler: Processed in 0.003744828 sec.
10141 2025.01.08 18:28:40.460244 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10142 2025.01.08 18:28:40.460384 [ 284 ] {d1773e7a-089e-419b-8a77-b887ac447e63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10143 2025.01.08 18:28:40.460442 [ 284 ] {d1773e7a-089e-419b-8a77-b887ac447e63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10144 2025.01.08 18:28:40.460952 [ 284 ] {d1773e7a-089e-419b-8a77-b887ac447e63} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10145 2025.01.08 18:28:40.460990 [ 284 ] {d1773e7a-089e-419b-8a77-b887ac447e63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
10146 2025.01.08 18:28:40.461357 [ 284 ] {d1773e7a-089e-419b-8a77-b887ac447e63} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
10147 2025.01.08 18:28:40.461607 [ 284 ] {d1773e7a-089e-419b-8a77-b887ac447e63} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10148 2025.01.08 18:28:40.461815 [ 284 ] {d1773e7a-089e-419b-8a77-b887ac447e63} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001462 sec., 35567.71545827633 rows/sec., 2.20 MiB/sec.
10149 2025.01.08 18:28:40.461866 [ 284 ] {d1773e7a-089e-419b-8a77-b887ac447e63} <Debug> TCPHandler: Processed in 0.001690784 sec.
10150 2025.01.08 18:28:45.043774 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 24339
10151 2025.01.08 18:28:45.044577 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10152 2025.01.08 18:28:45.044640 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
10153 2025.01.08 18:28:45.045194 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
10154 2025.01.08 18:28:45.045470 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10155 2025.01.08 18:28:45.045727 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24339
10156 2025.01.08 18:28:45.425868 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10157 2025.01.08 18:28:45.426062 [ 284 ] {faa05c90-93da-49e4-a964-1a135c66b4a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10158 2025.01.08 18:28:45.426135 [ 284 ] {faa05c90-93da-49e4-a964-1a135c66b4a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10159 2025.01.08 18:28:45.426917 [ 284 ] {faa05c90-93da-49e4-a964-1a135c66b4a2} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10160 2025.01.08 18:28:45.426962 [ 284 ] {faa05c90-93da-49e4-a964-1a135c66b4a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
10161 2025.01.08 18:28:45.427377 [ 284 ] {faa05c90-93da-49e4-a964-1a135c66b4a2} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
10162 2025.01.08 18:28:45.427642 [ 284 ] {faa05c90-93da-49e4-a964-1a135c66b4a2} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10163 2025.01.08 18:28:45.427893 [ 284 ] {faa05c90-93da-49e4-a964-1a135c66b4a2} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001882 sec., 13815.090329436769 rows/sec., 1.04 MiB/sec.
10164 2025.01.08 18:28:45.427982 [ 284 ] {faa05c90-93da-49e4-a964-1a135c66b4a2} <Debug> TCPHandler: Processed in 0.002246589 sec.
10165 2025.01.08 18:28:45.428243 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10166 2025.01.08 18:28:45.428432 [ 290 ] {d42d9cb0-6f27-438f-be84-fb2b22806a2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10167 2025.01.08 18:28:45.428509 [ 290 ] {d42d9cb0-6f27-438f-be84-fb2b22806a2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10168 2025.01.08 18:28:45.429760 [ 290 ] {d42d9cb0-6f27-438f-be84-fb2b22806a2d} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10169 2025.01.08 18:28:45.429803 [ 290 ] {d42d9cb0-6f27-438f-be84-fb2b22806a2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
10170 2025.01.08 18:28:45.430238 [ 290 ] {d42d9cb0-6f27-438f-be84-fb2b22806a2d} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
10171 2025.01.08 18:28:45.430499 [ 290 ] {d42d9cb0-6f27-438f-be84-fb2b22806a2d} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10172 2025.01.08 18:28:45.430708 [ 290 ] {d42d9cb0-6f27-438f-be84-fb2b22806a2d} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.002329 sec., 12022.327179046802 rows/sec., 960.21 KiB/sec.
10173 2025.01.08 18:28:45.430781 [ 290 ] {d42d9cb0-6f27-438f-be84-fb2b22806a2d} <Debug> TCPHandler: Processed in 0.002679359 sec.
10174 2025.01.08 18:28:45.430991 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10175 2025.01.08 18:28:45.431137 [ 284 ] {a474de41-7bf3-4550-af1e-14aef487b269} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10176 2025.01.08 18:28:45.431198 [ 284 ] {a474de41-7bf3-4550-af1e-14aef487b269} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10177 2025.01.08 18:28:45.431845 [ 284 ] {a474de41-7bf3-4550-af1e-14aef487b269} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10178 2025.01.08 18:28:45.431884 [ 284 ] {a474de41-7bf3-4550-af1e-14aef487b269} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
10179 2025.01.08 18:28:45.432286 [ 284 ] {a474de41-7bf3-4550-af1e-14aef487b269} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
10180 2025.01.08 18:28:45.432539 [ 284 ] {a474de41-7bf3-4550-af1e-14aef487b269} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10181 2025.01.08 18:28:45.432751 [ 284 ] {a474de41-7bf3-4550-af1e-14aef487b269} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001646 sec., 60753.34143377886 rows/sec., 4.21 MiB/sec.
10182 2025.01.08 18:28:45.432802 [ 284 ] {a474de41-7bf3-4550-af1e-14aef487b269} <Debug> TCPHandler: Processed in 0.00191817 sec.
10183 2025.01.08 18:28:45.432971 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10184 2025.01.08 18:28:45.433110 [ 290 ] {14619c5b-8ab3-46e9-8a7e-5d4c8343ad93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10185 2025.01.08 18:28:45.433171 [ 290 ] {14619c5b-8ab3-46e9-8a7e-5d4c8343ad93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10186 2025.01.08 18:28:45.433748 [ 290 ] {14619c5b-8ab3-46e9-8a7e-5d4c8343ad93} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10187 2025.01.08 18:28:45.433786 [ 290 ] {14619c5b-8ab3-46e9-8a7e-5d4c8343ad93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
10188 2025.01.08 18:28:45.434170 [ 290 ] {14619c5b-8ab3-46e9-8a7e-5d4c8343ad93} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
10189 2025.01.08 18:28:45.434408 [ 290 ] {14619c5b-8ab3-46e9-8a7e-5d4c8343ad93} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10190 2025.01.08 18:28:45.434586 [ 290 ] {14619c5b-8ab3-46e9-8a7e-5d4c8343ad93} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001509 sec., 19880.715705765408 rows/sec., 1.36 MiB/sec.
10191 2025.01.08 18:28:45.434636 [ 290 ] {14619c5b-8ab3-46e9-8a7e-5d4c8343ad93} <Debug> TCPHandler: Processed in 0.001730665 sec.
10192 2025.01.08 18:28:46.755598 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 400
10193 2025.01.08 18:28:46.775888 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10194 2025.01.08 18:28:46.775949 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
10195 2025.01.08 18:28:46.784902 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
10196 2025.01.08 18:28:46.785668 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10197 2025.01.08 18:28:46.788360 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 400
10198 2025.01.08 18:28:47.672468 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1422
10199 2025.01.08 18:28:47.675495 [ 242 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10200 2025.01.08 18:28:47.675542 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
10201 2025.01.08 18:28:47.677023 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
10202 2025.01.08 18:28:47.677344 [ 242 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10203 2025.01.08 18:28:47.678743 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1422
10204 2025.01.08 18:28:50.432723 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10205 2025.01.08 18:28:50.433022 [ 284 ] {87fadee9-f8cf-4a76-8a3c-4159836138b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
10206 2025.01.08 18:28:50.433095 [ 284 ] {87fadee9-f8cf-4a76-8a3c-4159836138b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
10207 2025.01.08 18:28:50.433844 [ 284 ] {87fadee9-f8cf-4a76-8a3c-4159836138b7} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10208 2025.01.08 18:28:50.433897 [ 284 ] {87fadee9-f8cf-4a76-8a3c-4159836138b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
10209 2025.01.08 18:28:50.434346 [ 284 ] {87fadee9-f8cf-4a76-8a3c-4159836138b7} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
10210 2025.01.08 18:28:50.434618 [ 284 ] {87fadee9-f8cf-4a76-8a3c-4159836138b7} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10211 2025.01.08 18:28:50.434860 [ 284 ] {87fadee9-f8cf-4a76-8a3c-4159836138b7} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00192 sec., 7291.666666666666 rows/sec., 524.90 KiB/sec.
10212 2025.01.08 18:28:50.434916 [ 284 ] {87fadee9-f8cf-4a76-8a3c-4159836138b7} <Debug> TCPHandler: Processed in 0.002383492 sec.
10213 2025.01.08 18:28:50.435185 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10214 2025.01.08 18:28:50.435400 [ 290 ] {0ec33f64-a05a-401e-8020-522c31be3b9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10215 2025.01.08 18:28:50.435483 [ 290 ] {0ec33f64-a05a-401e-8020-522c31be3b9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10216 2025.01.08 18:28:50.436435 [ 290 ] {0ec33f64-a05a-401e-8020-522c31be3b9e} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10217 2025.01.08 18:28:50.436478 [ 290 ] {0ec33f64-a05a-401e-8020-522c31be3b9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
10218 2025.01.08 18:28:50.436945 [ 290 ] {0ec33f64-a05a-401e-8020-522c31be3b9e} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
10219 2025.01.08 18:28:50.437199 [ 290 ] {0ec33f64-a05a-401e-8020-522c31be3b9e} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10220 2025.01.08 18:28:50.437403 [ 290 ] {0ec33f64-a05a-401e-8020-522c31be3b9e} <Debug> executeQuery: Read 253 rows, 23.21 KiB in 0.002063 sec., 122636.93650024236 rows/sec., 10.99 MiB/sec.
10221 2025.01.08 18:28:50.437468 [ 290 ] {0ec33f64-a05a-401e-8020-522c31be3b9e} <Debug> TCPHandler: Processed in 0.002427543 sec.
10222 2025.01.08 18:28:50.437633 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10223 2025.01.08 18:28:50.437758 [ 284 ] {f7a71f6d-7553-428c-a95b-479caf847d53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10224 2025.01.08 18:28:50.437812 [ 284 ] {f7a71f6d-7553-428c-a95b-479caf847d53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10225 2025.01.08 18:28:50.438418 [ 284 ] {f7a71f6d-7553-428c-a95b-479caf847d53} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10226 2025.01.08 18:28:50.438456 [ 284 ] {f7a71f6d-7553-428c-a95b-479caf847d53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
10227 2025.01.08 18:28:50.438902 [ 284 ] {f7a71f6d-7553-428c-a95b-479caf847d53} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
10228 2025.01.08 18:28:50.439154 [ 284 ] {f7a71f6d-7553-428c-a95b-479caf847d53} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10229 2025.01.08 18:28:50.439331 [ 27 ] {} <Debug> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a) (MergerMutator): Selected 6 parts from all_1_33_7 to all_38_38_0
10230 2025.01.08 18:28:50.439403 [ 27 ] {} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10231 2025.01.08 18:28:50.439452 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
10232 2025.01.08 18:28:50.439469 [ 284 ] {f7a71f6d-7553-428c-a95b-479caf847d53} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.001698 sec., 27679.62308598351 rows/sec., 1.99 MiB/sec.
10233 2025.01.08 18:28:50.439780 [ 284 ] {f7a71f6d-7553-428c-a95b-479caf847d53} <Debug> TCPHandler: Processed in 0.002196708 sec.
10234 2025.01.08 18:28:50.440065 [ 191 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::all_1_38_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_33_7 to all_38_38_0 into Compact with storage Full
10235 2025.01.08 18:28:50.440262 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10236 2025.01.08 18:28:50.440368 [ 191 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::all_1_38_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10237 2025.01.08 18:28:50.440421 [ 191 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_7, total 61 rows starting from the beginning of the part
10238 2025.01.08 18:28:50.440561 [ 290 ] {a6bec80f-d01e-4fe8-ac3a-12bdb0bdf423} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
10239 2025.01.08 18:28:50.440685 [ 191 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 47 rows starting from the beginning of the part
10240 2025.01.08 18:28:50.440791 [ 290 ] {a6bec80f-d01e-4fe8-ac3a-12bdb0bdf423} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
10241 2025.01.08 18:28:50.441109 [ 191 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 47 rows starting from the beginning of the part
10242 2025.01.08 18:28:50.441716 [ 191 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 59 rows starting from the beginning of the part
10243 2025.01.08 18:28:50.442198 [ 191 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 47 rows starting from the beginning of the part
10244 2025.01.08 18:28:50.442714 [ 191 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 47 rows starting from the beginning of the part
10245 2025.01.08 18:28:50.444588 [ 290 ] {a6bec80f-d01e-4fe8-ac3a-12bdb0bdf423} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10246 2025.01.08 18:28:50.444658 [ 290 ] {a6bec80f-d01e-4fe8-ac3a-12bdb0bdf423} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
10247 2025.01.08 18:28:50.445635 [ 290 ] {a6bec80f-d01e-4fe8-ac3a-12bdb0bdf423} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
10248 2025.01.08 18:28:50.445820 [ 188 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::all_1_38_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 308 rows, containing 5 columns (5 merged, 0 gathered) in 0.006234772 sec., 49400.36299643355 rows/sec., 3.73 MiB/sec.
10249 2025.01.08 18:28:50.446054 [ 290 ] {a6bec80f-d01e-4fe8-ac3a-12bdb0bdf423} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10250 2025.01.08 18:28:50.446072 [ 197 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::all_1_38_8} <Trace> MergedBlockOutputStream: filled checksums all_1_38_8 (state Temporary)
10251 2025.01.08 18:28:50.446304 [ 27 ] {} <Debug> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3) (MergerMutator): Selected 6 parts from all_1_33_7 to all_38_38_0
10252 2025.01.08 18:28:50.446406 [ 27 ] {} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10253 2025.01.08 18:28:50.446481 [ 290 ] {a6bec80f-d01e-4fe8-ac3a-12bdb0bdf423} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.006018 sec., 2326.3542705217683 rows/sec., 162.92 KiB/sec.
10254 2025.01.08 18:28:50.446487 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
10255 2025.01.08 18:28:50.446950 [ 290 ] {a6bec80f-d01e-4fe8-ac3a-12bdb0bdf423} <Debug> TCPHandler: Processed in 0.007011123 sec.
10256 2025.01.08 18:28:50.447005 [ 197 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::all_1_38_8} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Renaming temporary part tmp_merge_all_1_38_8 to all_1_38_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10257 2025.01.08 18:28:50.447214 [ 201 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::all_1_38_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_33_7 to all_38_38_0 into Compact with storage Full
10258 2025.01.08 18:28:50.447344 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10259 2025.01.08 18:28:50.447553 [ 197 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::all_1_38_8} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a) (MergerMutator): Merged 6 parts: [all_1_33_7, all_38_38_0] -> all_1_38_8
10260 2025.01.08 18:28:50.448000 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB.
10261 2025.01.08 18:28:50.448016 [ 284 ] {636d9ff0-cd62-4dda-ac46-d5b6a14b85c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
10262 2025.01.08 18:28:50.448058 [ 201 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::all_1_38_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10263 2025.01.08 18:28:50.448228 [ 284 ] {636d9ff0-cd62-4dda-ac46-d5b6a14b85c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
10264 2025.01.08 18:28:50.448255 [ 201 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_7, total 242 rows starting from the beginning of the part
10265 2025.01.08 18:28:50.448753 [ 201 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 14 rows starting from the beginning of the part
10266 2025.01.08 18:28:50.449091 [ 201 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 14 rows starting from the beginning of the part
10267 2025.01.08 18:28:50.449537 [ 201 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 242 rows starting from the beginning of the part
10268 2025.01.08 18:28:50.449976 [ 201 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 14 rows starting from the beginning of the part
10269 2025.01.08 18:28:50.450297 [ 201 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 14 rows starting from the beginning of the part
10270 2025.01.08 18:28:50.451196 [ 284 ] {636d9ff0-cd62-4dda-ac46-d5b6a14b85c1} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10271 2025.01.08 18:28:50.451270 [ 284 ] {636d9ff0-cd62-4dda-ac46-d5b6a14b85c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
10272 2025.01.08 18:28:50.452286 [ 284 ] {636d9ff0-cd62-4dda-ac46-d5b6a14b85c1} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
10273 2025.01.08 18:28:50.452914 [ 284 ] {636d9ff0-cd62-4dda-ac46-d5b6a14b85c1} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10274 2025.01.08 18:28:50.452944 [ 200 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::all_1_38_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 5 columns (5 merged, 0 gathered) in 0.006298225 sec., 85738.44218013805 rows/sec., 6.14 MiB/sec.
10275 2025.01.08 18:28:50.453235 [ 200 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::all_1_38_8} <Trace> MergedBlockOutputStream: filled checksums all_1_38_8 (state Temporary)
10276 2025.01.08 18:28:50.453246 [ 284 ] {636d9ff0-cd62-4dda-ac46-d5b6a14b85c1} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005481 sec., 2371.829958036855 rows/sec., 147.88 KiB/sec.
10277 2025.01.08 18:28:50.453438 [ 284 ] {636d9ff0-cd62-4dda-ac46-d5b6a14b85c1} <Debug> TCPHandler: Processed in 0.006360297 sec.
10278 2025.01.08 18:28:50.453608 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10279 2025.01.08 18:28:50.453816 [ 200 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::all_1_38_8} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Renaming temporary part tmp_merge_all_1_38_8 to all_1_38_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10280 2025.01.08 18:28:50.453827 [ 290 ] {0c8cebbb-0e84-43db-819e-e39e1fde0ad6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10281 2025.01.08 18:28:50.453947 [ 290 ] {0c8cebbb-0e84-43db-819e-e39e1fde0ad6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10282 2025.01.08 18:28:50.454026 [ 200 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::all_1_38_8} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3) (MergerMutator): Merged 6 parts: [all_1_33_7, all_38_38_0] -> all_1_38_8
10283 2025.01.08 18:28:50.454206 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB.
10284 2025.01.08 18:28:50.454880 [ 290 ] {0c8cebbb-0e84-43db-819e-e39e1fde0ad6} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10285 2025.01.08 18:28:50.454925 [ 290 ] {0c8cebbb-0e84-43db-819e-e39e1fde0ad6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
10286 2025.01.08 18:28:50.455320 [ 290 ] {0c8cebbb-0e84-43db-819e-e39e1fde0ad6} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
10287 2025.01.08 18:28:50.455561 [ 290 ] {0c8cebbb-0e84-43db-819e-e39e1fde0ad6} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10288 2025.01.08 18:28:50.455779 [ 290 ] {0c8cebbb-0e84-43db-819e-e39e1fde0ad6} <Debug> executeQuery: Read 386 rows, 28.01 KiB in 0.002024 sec., 190711.46245059287 rows/sec., 13.51 MiB/sec.
10289 2025.01.08 18:28:50.455838 [ 290 ] {0c8cebbb-0e84-43db-819e-e39e1fde0ad6} <Debug> TCPHandler: Processed in 0.00230628 sec.
10290 2025.01.08 18:28:50.455992 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10291 2025.01.08 18:28:50.456131 [ 284 ] {dafa05a8-adc7-4fae-8b6b-49d7ac24c64b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
10292 2025.01.08 18:28:50.456189 [ 284 ] {dafa05a8-adc7-4fae-8b6b-49d7ac24c64b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
10293 2025.01.08 18:28:50.456762 [ 284 ] {dafa05a8-adc7-4fae-8b6b-49d7ac24c64b} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10294 2025.01.08 18:28:50.456806 [ 284 ] {dafa05a8-adc7-4fae-8b6b-49d7ac24c64b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
10295 2025.01.08 18:28:50.457201 [ 284 ] {dafa05a8-adc7-4fae-8b6b-49d7ac24c64b} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
10296 2025.01.08 18:28:50.457446 [ 284 ] {dafa05a8-adc7-4fae-8b6b-49d7ac24c64b} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10297 2025.01.08 18:28:50.457580 [ 27 ] {} <Debug> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e) (MergerMutator): Selected 6 parts from all_1_33_7 to all_38_38_0
10298 2025.01.08 18:28:50.457618 [ 27 ] {} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10299 2025.01.08 18:28:50.457642 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
10300 2025.01.08 18:28:50.457647 [ 284 ] {dafa05a8-adc7-4fae-8b6b-49d7ac24c64b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001547 sec., 3878.4744667097607 rows/sec., 202.64 KiB/sec.
10301 2025.01.08 18:28:50.457827 [ 284 ] {dafa05a8-adc7-4fae-8b6b-49d7ac24c64b} <Debug> TCPHandler: Processed in 0.001896649 sec.
10302 2025.01.08 18:28:50.457881 [ 197 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::all_1_38_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_33_7 to all_38_38_0 into Compact with storage Full
10303 2025.01.08 18:28:50.458009 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10304 2025.01.08 18:28:50.458051 [ 197 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::all_1_38_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10305 2025.01.08 18:28:50.458092 [ 197 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_7, total 198 rows starting from the beginning of the part
10306 2025.01.08 18:28:50.458173 [ 290 ] {b89710da-8eca-463e-ac36-037c4e08e74a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10307 2025.01.08 18:28:50.458249 [ 197 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 6 rows starting from the beginning of the part
10308 2025.01.08 18:28:50.458356 [ 290 ] {b89710da-8eca-463e-ac36-037c4e08e74a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10309 2025.01.08 18:28:50.458653 [ 197 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 6 rows starting from the beginning of the part
10310 2025.01.08 18:28:50.459072 [ 197 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 6 rows starting from the beginning of the part
10311 2025.01.08 18:28:50.459371 [ 197 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 6 rows starting from the beginning of the part
10312 2025.01.08 18:28:50.459736 [ 197 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 6 rows starting from the beginning of the part
10313 2025.01.08 18:28:50.460764 [ 290 ] {b89710da-8eca-463e-ac36-037c4e08e74a} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10314 2025.01.08 18:28:50.460810 [ 290 ] {b89710da-8eca-463e-ac36-037c4e08e74a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
10315 2025.01.08 18:28:50.461425 [ 190 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::all_1_38_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 228 rows, containing 4 columns (4 merged, 0 gathered) in 0.003697777 sec., 61658.66681522439 rows/sec., 3.15 MiB/sec.
10316 2025.01.08 18:28:50.461435 [ 290 ] {b89710da-8eca-463e-ac36-037c4e08e74a} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
10317 2025.01.08 18:28:50.461675 [ 190 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::all_1_38_8} <Trace> MergedBlockOutputStream: filled checksums all_1_38_8 (state Temporary)
10318 2025.01.08 18:28:50.462024 [ 290 ] {b89710da-8eca-463e-ac36-037c4e08e74a} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10319 2025.01.08 18:28:50.462333 [ 186 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::all_1_38_8} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Renaming temporary part tmp_merge_all_1_38_8 to all_1_38_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10320 2025.01.08 18:28:50.462628 [ 290 ] {b89710da-8eca-463e-ac36-037c4e08e74a} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.004487 sec., 39447.29217740138 rows/sec., 2.60 MiB/sec.
10321 2025.01.08 18:28:50.462665 [ 186 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::all_1_38_8} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e) (MergerMutator): Merged 6 parts: [all_1_33_7, all_38_38_0] -> all_1_38_8
10322 2025.01.08 18:28:50.462898 [ 290 ] {b89710da-8eca-463e-ac36-037c4e08e74a} <Debug> TCPHandler: Processed in 0.004971219 sec.
10323 2025.01.08 18:28:50.463034 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
10324 2025.01.08 18:28:50.463234 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10325 2025.01.08 18:28:50.463431 [ 284 ] {2039ecd0-4444-4503-9a9e-b245b674801b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
10326 2025.01.08 18:28:50.463488 [ 284 ] {2039ecd0-4444-4503-9a9e-b245b674801b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
10327 2025.01.08 18:28:50.464033 [ 284 ] {2039ecd0-4444-4503-9a9e-b245b674801b} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10328 2025.01.08 18:28:50.464070 [ 284 ] {2039ecd0-4444-4503-9a9e-b245b674801b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
10329 2025.01.08 18:28:50.464436 [ 284 ] {2039ecd0-4444-4503-9a9e-b245b674801b} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
10330 2025.01.08 18:28:50.464679 [ 284 ] {2039ecd0-4444-4503-9a9e-b245b674801b} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10331 2025.01.08 18:28:50.464856 [ 284 ] {2039ecd0-4444-4503-9a9e-b245b674801b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001456 sec., 686.8131868131868 rows/sec., 46.28 KiB/sec.
10332 2025.01.08 18:28:50.464906 [ 284 ] {2039ecd0-4444-4503-9a9e-b245b674801b} <Debug> TCPHandler: Processed in 0.001892229 sec.
10333 2025.01.08 18:28:50.465060 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10334 2025.01.08 18:28:50.465200 [ 290 ] {b369201d-32ab-472c-9ca8-049976419b56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10335 2025.01.08 18:28:50.465295 [ 290 ] {b369201d-32ab-472c-9ca8-049976419b56} <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
10336 2025.01.08 18:28:50.466689 [ 290 ] {b369201d-32ab-472c-9ca8-049976419b56} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10337 2025.01.08 18:28:50.466742 [ 290 ] {b369201d-32ab-472c-9ca8-049976419b56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
10338 2025.01.08 18:28:50.467482 [ 290 ] {b369201d-32ab-472c-9ca8-049976419b56} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
10339 2025.01.08 18:28:50.467751 [ 290 ] {b369201d-32ab-472c-9ca8-049976419b56} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10340 2025.01.08 18:28:50.467969 [ 290 ] {b369201d-32ab-472c-9ca8-049976419b56} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002801 sec., 14280.614066404854 rows/sec., 25.59 MiB/sec.
10341 2025.01.08 18:28:50.468073 [ 290 ] {b369201d-32ab-472c-9ca8-049976419b56} <Debug> TCPHandler: Processed in 0.003077581 sec.
10342 2025.01.08 18:28:50.468268 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10343 2025.01.08 18:28:50.468489 [ 284 ] {656c8f3f-14c9-425f-bd48-7f3c1bbf0974} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10344 2025.01.08 18:28:50.468609 [ 284 ] {656c8f3f-14c9-425f-bd48-7f3c1bbf0974} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10345 2025.01.08 18:28:50.469298 [ 284 ] {656c8f3f-14c9-425f-bd48-7f3c1bbf0974} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10346 2025.01.08 18:28:50.469335 [ 284 ] {656c8f3f-14c9-425f-bd48-7f3c1bbf0974} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
10347 2025.01.08 18:28:50.469729 [ 284 ] {656c8f3f-14c9-425f-bd48-7f3c1bbf0974} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
10348 2025.01.08 18:28:50.469986 [ 284 ] {656c8f3f-14c9-425f-bd48-7f3c1bbf0974} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10349 2025.01.08 18:28:50.470193 [ 284 ] {656c8f3f-14c9-425f-bd48-7f3c1bbf0974} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001764 sec., 29478.458049886623 rows/sec., 1.83 MiB/sec.
10350 2025.01.08 18:28:50.470245 [ 284 ] {656c8f3f-14c9-425f-bd48-7f3c1bbf0974} <Debug> TCPHandler: Processed in 0.002084024 sec.
10351 2025.01.08 18:28:52.355674 [ 107 ] {} <Debug> DNSResolver: Updating DNS cache
10352 2025.01.08 18:28:52.355742 [ 107 ] {} <Debug> DNSResolver: Updated DNS cache
10353 2025.01.08 18:28:52.545936 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 24766
10354 2025.01.08 18:28:52.546589 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10355 2025.01.08 18:28:52.546634 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
10356 2025.01.08 18:28:52.547179 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
10357 2025.01.08 18:28:52.547451 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10358 2025.01.08 18:28:52.547652 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24766
10359 2025.01.08 18:28:54.288497 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 407
10360 2025.01.08 18:28:54.309807 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10361 2025.01.08 18:28:54.309865 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
10362 2025.01.08 18:28:54.317312 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
10363 2025.01.08 18:28:54.318118 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10364 2025.01.08 18:28:54.321065 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 407
10365 2025.01.08 18:28:55.425787 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10366 2025.01.08 18:28:55.426028 [ 284 ] {f8835eed-a796-45a5-8c6e-f973693ca256} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10367 2025.01.08 18:28:55.426121 [ 284 ] {f8835eed-a796-45a5-8c6e-f973693ca256} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10368 2025.01.08 18:28:55.426897 [ 284 ] {f8835eed-a796-45a5-8c6e-f973693ca256} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10369 2025.01.08 18:28:55.426947 [ 284 ] {f8835eed-a796-45a5-8c6e-f973693ca256} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
10370 2025.01.08 18:28:55.427380 [ 284 ] {f8835eed-a796-45a5-8c6e-f973693ca256} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
10371 2025.01.08 18:28:55.427653 [ 284 ] {f8835eed-a796-45a5-8c6e-f973693ca256} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10372 2025.01.08 18:28:55.427887 [ 284 ] {f8835eed-a796-45a5-8c6e-f973693ca256} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001927 sec., 13492.475350285418 rows/sec., 1.02 MiB/sec.
10373 2025.01.08 18:28:55.427942 [ 284 ] {f8835eed-a796-45a5-8c6e-f973693ca256} <Debug> TCPHandler: Processed in 0.00231406 sec.
10374 2025.01.08 18:28:55.428241 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10375 2025.01.08 18:28:55.428461 [ 290 ] {caa1acd7-bb79-487b-aba1-8e6285b4c026} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10376 2025.01.08 18:28:55.428544 [ 290 ] {caa1acd7-bb79-487b-aba1-8e6285b4c026} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10377 2025.01.08 18:28:55.429395 [ 290 ] {caa1acd7-bb79-487b-aba1-8e6285b4c026} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10378 2025.01.08 18:28:55.429438 [ 290 ] {caa1acd7-bb79-487b-aba1-8e6285b4c026} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
10379 2025.01.08 18:28:55.429880 [ 290 ] {caa1acd7-bb79-487b-aba1-8e6285b4c026} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
10380 2025.01.08 18:28:55.430146 [ 290 ] {caa1acd7-bb79-487b-aba1-8e6285b4c026} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10381 2025.01.08 18:28:55.430352 [ 290 ] {caa1acd7-bb79-487b-aba1-8e6285b4c026} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001954 sec., 14329.580348004094 rows/sec., 1.12 MiB/sec.
10382 2025.01.08 18:28:55.430416 [ 290 ] {caa1acd7-bb79-487b-aba1-8e6285b4c026} <Debug> TCPHandler: Processed in 0.002336861 sec.
10383 2025.01.08 18:28:55.430567 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10384 2025.01.08 18:28:55.430704 [ 284 ] {31c0932c-b1e9-4630-81cf-a618d2649f89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10385 2025.01.08 18:28:55.430767 [ 284 ] {31c0932c-b1e9-4630-81cf-a618d2649f89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10386 2025.01.08 18:28:55.431387 [ 284 ] {31c0932c-b1e9-4630-81cf-a618d2649f89} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10387 2025.01.08 18:28:55.431426 [ 284 ] {31c0932c-b1e9-4630-81cf-a618d2649f89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
10388 2025.01.08 18:28:55.431823 [ 284 ] {31c0932c-b1e9-4630-81cf-a618d2649f89} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
10389 2025.01.08 18:28:55.432067 [ 284 ] {31c0932c-b1e9-4630-81cf-a618d2649f89} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10390 2025.01.08 18:28:55.432291 [ 284 ] {31c0932c-b1e9-4630-81cf-a618d2649f89} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001619 sec., 61766.52254478073 rows/sec., 4.28 MiB/sec.
10391 2025.01.08 18:28:55.432342 [ 284 ] {31c0932c-b1e9-4630-81cf-a618d2649f89} <Debug> TCPHandler: Processed in 0.001841718 sec.
10392 2025.01.08 18:28:55.432508 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10393 2025.01.08 18:28:55.432655 [ 290 ] {52a6180c-ed48-4cf8-82cb-330f9d0638d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10394 2025.01.08 18:28:55.432720 [ 290 ] {52a6180c-ed48-4cf8-82cb-330f9d0638d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10395 2025.01.08 18:28:55.433302 [ 290 ] {52a6180c-ed48-4cf8-82cb-330f9d0638d9} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10396 2025.01.08 18:28:55.433341 [ 290 ] {52a6180c-ed48-4cf8-82cb-330f9d0638d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
10397 2025.01.08 18:28:55.433733 [ 290 ] {52a6180c-ed48-4cf8-82cb-330f9d0638d9} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
10398 2025.01.08 18:28:55.433976 [ 290 ] {52a6180c-ed48-4cf8-82cb-330f9d0638d9} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10399 2025.01.08 18:28:55.434157 [ 290 ] {52a6180c-ed48-4cf8-82cb-330f9d0638d9} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001541 sec., 19467.878001297857 rows/sec., 1.33 MiB/sec.
10400 2025.01.08 18:28:55.434209 [ 290 ] {52a6180c-ed48-4cf8-82cb-330f9d0638d9} <Debug> TCPHandler: Processed in 0.001771237 sec.
10401 2025.01.08 18:28:55.740210 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10402 2025.01.08 18:28:55.740407 [ 284 ] {4dd786d5-45a3-410e-9c7b-c4f8959ffef3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
10403 2025.01.08 18:28:55.740480 [ 284 ] {4dd786d5-45a3-410e-9c7b-c4f8959ffef3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
10404 2025.01.08 18:28:55.741320 [ 284 ] {4dd786d5-45a3-410e-9c7b-c4f8959ffef3} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10405 2025.01.08 18:28:55.741372 [ 284 ] {4dd786d5-45a3-410e-9c7b-c4f8959ffef3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
10406 2025.01.08 18:28:55.741837 [ 284 ] {4dd786d5-45a3-410e-9c7b-c4f8959ffef3} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
10407 2025.01.08 18:28:55.742110 [ 284 ] {4dd786d5-45a3-410e-9c7b-c4f8959ffef3} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10408 2025.01.08 18:28:55.742333 [ 284 ] {4dd786d5-45a3-410e-9c7b-c4f8959ffef3} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001981 sec., 7067.137809187278 rows/sec., 508.74 KiB/sec.
10409 2025.01.08 18:28:55.742392 [ 284 ] {4dd786d5-45a3-410e-9c7b-c4f8959ffef3} <Debug> TCPHandler: Processed in 0.00231773 sec.
10410 2025.01.08 18:28:55.742710 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10411 2025.01.08 18:28:55.742920 [ 290 ] {ee50b9b6-204f-4c90-a2fa-32e892920ed3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
10412 2025.01.08 18:28:55.743002 [ 290 ] {ee50b9b6-204f-4c90-a2fa-32e892920ed3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
10413 2025.01.08 18:28:55.743807 [ 290 ] {ee50b9b6-204f-4c90-a2fa-32e892920ed3} <Trace> oximeter.fields_ipaddr (a146431f-2326-4c8f-a3c3-fb5a4b690f62): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10414 2025.01.08 18:28:55.743857 [ 290 ] {ee50b9b6-204f-4c90-a2fa-32e892920ed3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
10415 2025.01.08 18:28:55.744324 [ 290 ] {ee50b9b6-204f-4c90-a2fa-32e892920ed3} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
10416 2025.01.08 18:28:55.744603 [ 290 ] {ee50b9b6-204f-4c90-a2fa-32e892920ed3} <Trace> oximeter.fields_ipaddr (a146431f-2326-4c8f-a3c3-fb5a4b690f62): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10417 2025.01.08 18:28:55.744841 [ 290 ] {ee50b9b6-204f-4c90-a2fa-32e892920ed3} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001972 sec., 1014.1987829614606 rows/sec., 82.70 KiB/sec.
10418 2025.01.08 18:28:55.745062 [ 290 ] {ee50b9b6-204f-4c90-a2fa-32e892920ed3} <Debug> TCPHandler: Processed in 0.002495965 sec.
10419 2025.01.08 18:28:55.745282 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10420 2025.01.08 18:28:55.745414 [ 284 ] {5ba51163-d071-4ce7-86f4-05e21a16ce5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10421 2025.01.08 18:28:55.745468 [ 284 ] {5ba51163-d071-4ce7-86f4-05e21a16ce5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10422 2025.01.08 18:28:55.746694 [ 284 ] {5ba51163-d071-4ce7-86f4-05e21a16ce5b} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10423 2025.01.08 18:28:55.746735 [ 284 ] {5ba51163-d071-4ce7-86f4-05e21a16ce5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
10424 2025.01.08 18:28:55.747222 [ 284 ] {5ba51163-d071-4ce7-86f4-05e21a16ce5b} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
10425 2025.01.08 18:28:55.747495 [ 284 ] {5ba51163-d071-4ce7-86f4-05e21a16ce5b} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10426 2025.01.08 18:28:55.747660 [ 103 ] {} <Debug> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
10427 2025.01.08 18:28:55.747696 [ 284 ] {5ba51163-d071-4ce7-86f4-05e21a16ce5b} <Debug> executeQuery: Read 1394 rows, 119.85 KiB in 0.00231 sec., 603463.2034632035 rows/sec., 50.67 MiB/sec.
10428 2025.01.08 18:28:55.747700 [ 103 ] {} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10429 2025.01.08 18:28:55.747743 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
10430 2025.01.08 18:28:55.747773 [ 284 ] {5ba51163-d071-4ce7-86f4-05e21a16ce5b} <Debug> TCPHandler: Processed in 0.002555687 sec.
10431 2025.01.08 18:28:55.747968 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10432 2025.01.08 18:28:55.747993 [ 190 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::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
10433 2025.01.08 18:28:55.748154 [ 290 ] {09a8d254-de8b-49d2-a029-be76423e9e2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10434 2025.01.08 18:28:55.748260 [ 290 ] {09a8d254-de8b-49d2-a029-be76423e9e2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10435 2025.01.08 18:28:55.748479 [ 190 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10436 2025.01.08 18:28:55.748612 [ 190 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1400 rows starting from the beginning of the part
10437 2025.01.08 18:28:55.749033 [ 190 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 253 rows starting from the beginning of the part
10438 2025.01.08 18:28:55.749433 [ 190 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 26 rows starting from the beginning of the part
10439 2025.01.08 18:28:55.749695 [ 190 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 253 rows starting from the beginning of the part
10440 2025.01.08 18:28:55.749910 [ 190 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 26 rows starting from the beginning of the part
10441 2025.01.08 18:28:55.750232 [ 190 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 1394 rows starting from the beginning of the part
10442 2025.01.08 18:28:55.750941 [ 290 ] {09a8d254-de8b-49d2-a029-be76423e9e2a} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10443 2025.01.08 18:28:55.751001 [ 290 ] {09a8d254-de8b-49d2-a029-be76423e9e2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
10444 2025.01.08 18:28:55.751884 [ 290 ] {09a8d254-de8b-49d2-a029-be76423e9e2a} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
10445 2025.01.08 18:28:55.752455 [ 290 ] {09a8d254-de8b-49d2-a029-be76423e9e2a} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10446 2025.01.08 18:28:55.753097 [ 290 ] {09a8d254-de8b-49d2-a029-be76423e9e2a} <Debug> executeQuery: Read 49 rows, 3.60 KiB in 0.004956 sec., 9887.005649717514 rows/sec., 727.10 KiB/sec.
10447 2025.01.08 18:28:55.753373 [ 290 ] {09a8d254-de8b-49d2-a029-be76423e9e2a} <Debug> TCPHandler: Processed in 0.005485094 sec.
10448 2025.01.08 18:28:55.753595 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10449 2025.01.08 18:28:55.753884 [ 284 ] {0f547dbe-5a79-48a3-837f-f15d5c3a224c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
10450 2025.01.08 18:28:55.754018 [ 284 ] {0f547dbe-5a79-48a3-837f-f15d5c3a224c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
10451 2025.01.08 18:28:55.754058 [ 190 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3352 rows, containing 5 columns (5 merged, 0 gathered) in 0.006199462 sec., 540692.0794094714 rows/sec., 47.84 MiB/sec.
10452 2025.01.08 18:28:55.754485 [ 192 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
10453 2025.01.08 18:28:55.755148 [ 192 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_91_18} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10454 2025.01.08 18:28:55.755170 [ 284 ] {0f547dbe-5a79-48a3-837f-f15d5c3a224c} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10455 2025.01.08 18:28:55.755240 [ 284 ] {0f547dbe-5a79-48a3-837f-f15d5c3a224c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
10456 2025.01.08 18:28:55.755386 [ 192 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_91_18} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
10457 2025.01.08 18:28:55.755604 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB.
10458 2025.01.08 18:28:55.755856 [ 284 ] {0f547dbe-5a79-48a3-837f-f15d5c3a224c} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
10459 2025.01.08 18:28:55.756115 [ 284 ] {0f547dbe-5a79-48a3-837f-f15d5c3a224c} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10460 2025.01.08 18:28:55.756308 [ 284 ] {0f547dbe-5a79-48a3-837f-f15d5c3a224c} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002521 sec., 95993.65331217772 rows/sec., 6.50 MiB/sec.
10461 2025.01.08 18:28:55.756370 [ 284 ] {0f547dbe-5a79-48a3-837f-f15d5c3a224c} <Debug> TCPHandler: Processed in 0.002862054 sec.
10462 2025.01.08 18:28:55.756556 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10463 2025.01.08 18:28:55.756706 [ 290 ] {d5863b76-ca36-4d68-95ea-cc5223f16f22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
10464 2025.01.08 18:28:55.756769 [ 290 ] {d5863b76-ca36-4d68-95ea-cc5223f16f22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
10465 2025.01.08 18:28:55.757444 [ 290 ] {d5863b76-ca36-4d68-95ea-cc5223f16f22} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10466 2025.01.08 18:28:55.757484 [ 290 ] {d5863b76-ca36-4d68-95ea-cc5223f16f22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
10467 2025.01.08 18:28:55.757860 [ 290 ] {d5863b76-ca36-4d68-95ea-cc5223f16f22} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
10468 2025.01.08 18:28:55.758105 [ 290 ] {d5863b76-ca36-4d68-95ea-cc5223f16f22} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10469 2025.01.08 18:28:55.758324 [ 290 ] {d5863b76-ca36-4d68-95ea-cc5223f16f22} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001656 sec., 7850.24154589372 rows/sec., 489.46 KiB/sec.
10470 2025.01.08 18:28:55.758384 [ 290 ] {d5863b76-ca36-4d68-95ea-cc5223f16f22} <Debug> TCPHandler: Processed in 0.00190045 sec.
10471 2025.01.08 18:28:55.758537 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10472 2025.01.08 18:28:55.758657 [ 284 ] {d609e85d-90c1-42cf-9f47-c3d9415065d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10473 2025.01.08 18:28:55.758707 [ 284 ] {d609e85d-90c1-42cf-9f47-c3d9415065d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10474 2025.01.08 18:28:55.759661 [ 284 ] {d609e85d-90c1-42cf-9f47-c3d9415065d5} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10475 2025.01.08 18:28:55.759701 [ 284 ] {d609e85d-90c1-42cf-9f47-c3d9415065d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
10476 2025.01.08 18:28:55.760113 [ 284 ] {d609e85d-90c1-42cf-9f47-c3d9415065d5} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
10477 2025.01.08 18:28:55.760360 [ 284 ] {d609e85d-90c1-42cf-9f47-c3d9415065d5} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10478 2025.01.08 18:28:55.760505 [ 103 ] {} <Debug> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
10479 2025.01.08 18:28:55.760548 [ 103 ] {} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10480 2025.01.08 18:28:55.760552 [ 284 ] {d609e85d-90c1-42cf-9f47-c3d9415065d5} <Debug> executeQuery: Read 844 rows, 62.46 KiB in 0.00192 sec., 439583.3333333333 rows/sec., 31.77 MiB/sec.
10481 2025.01.08 18:28:55.760572 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
10482 2025.01.08 18:28:55.760668 [ 284 ] {d609e85d-90c1-42cf-9f47-c3d9415065d5} <Debug> TCPHandler: Processed in 0.002188518 sec.
10483 2025.01.08 18:28:55.760768 [ 196 ] {fa7e1080-106a-46d6-b087-687f1bf68453::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
10484 2025.01.08 18:28:55.760869 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10485 2025.01.08 18:28:55.760950 [ 196 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10486 2025.01.08 18:28:55.761024 [ 196 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 874 rows starting from the beginning of the part
10487 2025.01.08 18:28:55.761132 [ 290 ] {7148e140-96d0-4af7-a853-c699208b3608} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
10488 2025.01.08 18:28:55.761260 [ 196 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 386 rows starting from the beginning of the part
10489 2025.01.08 18:28:55.761368 [ 290 ] {7148e140-96d0-4af7-a853-c699208b3608} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
10490 2025.01.08 18:28:55.761674 [ 196 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 28 rows starting from the beginning of the part
10491 2025.01.08 18:28:55.762048 [ 196 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 386 rows starting from the beginning of the part
10492 2025.01.08 18:28:55.762422 [ 196 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 28 rows starting from the beginning of the part
10493 2025.01.08 18:28:55.762702 [ 196 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 844 rows starting from the beginning of the part
10494 2025.01.08 18:28:55.763649 [ 290 ] {7148e140-96d0-4af7-a853-c699208b3608} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10495 2025.01.08 18:28:55.763724 [ 290 ] {7148e140-96d0-4af7-a853-c699208b3608} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
10496 2025.01.08 18:28:55.764635 [ 290 ] {7148e140-96d0-4af7-a853-c699208b3608} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
10497 2025.01.08 18:28:55.765140 [ 290 ] {7148e140-96d0-4af7-a853-c699208b3608} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10498 2025.01.08 18:28:55.765428 [ 290 ] {7148e140-96d0-4af7-a853-c699208b3608} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004374 sec., 1371.7421124828531 rows/sec., 71.67 KiB/sec.
10499 2025.01.08 18:28:55.765827 [ 290 ] {7148e140-96d0-4af7-a853-c699208b3608} <Debug> TCPHandler: Processed in 0.005043711 sec.
10500 2025.01.08 18:28:55.766193 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10501 2025.01.08 18:28:55.766534 [ 196 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2546 rows, containing 5 columns (5 merged, 0 gathered) in 0.005859153 sec., 434533.7969498322 rows/sec., 32.96 MiB/sec.
10502 2025.01.08 18:28:55.766653 [ 284 ] {b81f6faf-30e8-43b5-a591-4f1f37818c4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10503 2025.01.08 18:28:55.766773 [ 284 ] {b81f6faf-30e8-43b5-a591-4f1f37818c4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10504 2025.01.08 18:28:55.766822 [ 196 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
10505 2025.01.08 18:28:55.767465 [ 196 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_91_18} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10506 2025.01.08 18:28:55.767707 [ 196 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_91_18} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
10507 2025.01.08 18:28:55.767907 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB.
10508 2025.01.08 18:28:55.768722 [ 284 ] {b81f6faf-30e8-43b5-a591-4f1f37818c4a} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10509 2025.01.08 18:28:55.768765 [ 284 ] {b81f6faf-30e8-43b5-a591-4f1f37818c4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
10510 2025.01.08 18:28:55.769257 [ 284 ] {b81f6faf-30e8-43b5-a591-4f1f37818c4a} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
10511 2025.01.08 18:28:55.769527 [ 284 ] {b81f6faf-30e8-43b5-a591-4f1f37818c4a} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10512 2025.01.08 18:28:55.769661 [ 103 ] {} <Debug> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
10513 2025.01.08 18:28:55.769703 [ 103 ] {} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10514 2025.01.08 18:28:55.769729 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
10515 2025.01.08 18:28:55.769735 [ 284 ] {b81f6faf-30e8-43b5-a591-4f1f37818c4a} <Debug> executeQuery: Read 944 rows, 64.18 KiB in 0.003246 sec., 290819.47011706716 rows/sec., 19.31 MiB/sec.
10516 2025.01.08 18:28:55.769860 [ 284 ] {b81f6faf-30e8-43b5-a591-4f1f37818c4a} <Debug> TCPHandler: Processed in 0.003895832 sec.
10517 2025.01.08 18:28:55.769900 [ 187 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::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
10518 2025.01.08 18:28:55.770052 [ 187 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10519 2025.01.08 18:28:55.770062 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10520 2025.01.08 18:28:55.770103 [ 187 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_86_17, total 21573 rows starting from the beginning of the part
10521 2025.01.08 18:28:55.770330 [ 187 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 177 rows starting from the beginning of the part
10522 2025.01.08 18:28:55.770604 [ 187 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 100 rows starting from the beginning of the part
10523 2025.01.08 18:28:55.770535 [ 290 ] {0e93989f-bb68-47fc-bde0-de65650ab971} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
10524 2025.01.08 18:28:55.770912 [ 187 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 177 rows starting from the beginning of the part
10525 2025.01.08 18:28:55.770934 [ 290 ] {0e93989f-bb68-47fc-bde0-de65650ab971} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
10526 2025.01.08 18:28:55.771200 [ 187 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 100 rows starting from the beginning of the part
10527 2025.01.08 18:28:55.771527 [ 187 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 944 rows starting from the beginning of the part
10528 2025.01.08 18:28:55.772940 [ 290 ] {0e93989f-bb68-47fc-bde0-de65650ab971} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10529 2025.01.08 18:28:55.772996 [ 290 ] {0e93989f-bb68-47fc-bde0-de65650ab971} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
10530 2025.01.08 18:28:55.773951 [ 290 ] {0e93989f-bb68-47fc-bde0-de65650ab971} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
10531 2025.01.08 18:28:55.774448 [ 290 ] {0e93989f-bb68-47fc-bde0-de65650ab971} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10532 2025.01.08 18:28:55.774973 [ 290 ] {0e93989f-bb68-47fc-bde0-de65650ab971} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004664 sec., 214.40823327615783 rows/sec., 14.45 KiB/sec.
10533 2025.01.08 18:28:55.775169 [ 290 ] {0e93989f-bb68-47fc-bde0-de65650ab971} <Debug> TCPHandler: Processed in 0.005198076 sec.
10534 2025.01.08 18:28:55.775387 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10535 2025.01.08 18:28:55.775549 [ 284 ] {1aa67241-a7aa-4e48-a437-fe95c0f1e2f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10536 2025.01.08 18:28:55.775653 [ 284 ] {1aa67241-a7aa-4e48-a437-fe95c0f1e2f6} <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
10537 2025.01.08 18:28:55.777299 [ 284 ] {1aa67241-a7aa-4e48-a437-fe95c0f1e2f6} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10538 2025.01.08 18:28:55.777345 [ 284 ] {1aa67241-a7aa-4e48-a437-fe95c0f1e2f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
10539 2025.01.08 18:28:55.778376 [ 284 ] {1aa67241-a7aa-4e48-a437-fe95c0f1e2f6} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
10540 2025.01.08 18:28:55.778676 [ 284 ] {1aa67241-a7aa-4e48-a437-fe95c0f1e2f6} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10541 2025.01.08 18:28:55.778900 [ 284 ] {1aa67241-a7aa-4e48-a437-fe95c0f1e2f6} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.003401 sec., 11761.246692149369 rows/sec., 21.08 MiB/sec.
10542 2025.01.08 18:28:55.779066 [ 284 ] {1aa67241-a7aa-4e48-a437-fe95c0f1e2f6} <Debug> TCPHandler: Processed in 0.003764868 sec.
10543 2025.01.08 18:28:55.779303 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10544 2025.01.08 18:28:55.779432 [ 290 ] {24f14165-815c-4172-8ed6-3d8532bea6de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10545 2025.01.08 18:28:55.779622 [ 290 ] {24f14165-815c-4172-8ed6-3d8532bea6de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10546 2025.01.08 18:28:55.780354 [ 290 ] {24f14165-815c-4172-8ed6-3d8532bea6de} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10547 2025.01.08 18:28:55.780395 [ 290 ] {24f14165-815c-4172-8ed6-3d8532bea6de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
10548 2025.01.08 18:28:55.780881 [ 290 ] {24f14165-815c-4172-8ed6-3d8532bea6de} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
10549 2025.01.08 18:28:55.781248 [ 290 ] {24f14165-815c-4172-8ed6-3d8532bea6de} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10550 2025.01.08 18:28:55.781677 [ 103 ] {} <Debug> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
10551 2025.01.08 18:28:55.781678 [ 199 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23071 rows, containing 5 columns (5 merged, 0 gathered) in 0.01186584 sec., 1944320.8403282026 rows/sec., 130.19 MiB/sec.
10552 2025.01.08 18:28:55.781770 [ 103 ] {} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10553 2025.01.08 18:28:55.781818 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
10554 2025.01.08 18:28:55.781865 [ 290 ] {24f14165-815c-4172-8ed6-3d8532bea6de} <Debug> executeQuery: Read 28 rows, 1.61 KiB in 0.002449 sec., 11433.238056349532 rows/sec., 658.75 KiB/sec.
10555 2025.01.08 18:28:55.782164 [ 290 ] {24f14165-815c-4172-8ed6-3d8532bea6de} <Debug> TCPHandler: Processed in 0.002970068 sec.
10556 2025.01.08 18:28:55.782168 [ 194 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::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
10557 2025.01.08 18:28:55.782300 [ 199 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
10558 2025.01.08 18:28:55.782529 [ 194 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10559 2025.01.08 18:28:55.782596 [ 194 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 3006 rows starting from the beginning of the part
10560 2025.01.08 18:28:55.782764 [ 194 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 52 rows starting from the beginning of the part
10561 2025.01.08 18:28:55.783097 [ 194 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 30 rows starting from the beginning of the part
10562 2025.01.08 18:28:55.783257 [ 199 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10563 2025.01.08 18:28:55.783305 [ 194 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 52 rows starting from the beginning of the part
10564 2025.01.08 18:28:55.783561 [ 194 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 30 rows starting from the beginning of the part
10565 2025.01.08 18:28:55.783609 [ 199 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
10566 2025.01.08 18:28:55.783774 [ 194 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 28 rows starting from the beginning of the part
10567 2025.01.08 18:28:55.783885 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB.
10568 2025.01.08 18:28:55.785453 [ 198 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3198 rows, containing 4 columns (4 merged, 0 gathered) in 0.003540103 sec., 903363.5462019043 rows/sec., 58.11 MiB/sec.
10569 2025.01.08 18:28:55.785777 [ 193 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
10570 2025.01.08 18:28:55.786097 [ 193 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_91_18} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10571 2025.01.08 18:28:55.786185 [ 193 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_91_18} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
10572 2025.01.08 18:28:55.786282 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB.
10573 2025.01.08 18:28:57.679025 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 1476
10574 2025.01.08 18:28:57.682541 [ 242 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10575 2025.01.08 18:28:57.682600 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
10576 2025.01.08 18:28:57.684129 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
10577 2025.01.08 18:28:57.684466 [ 242 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10578 2025.01.08 18:28:57.685162 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1476
10579 2025.01.08 18:29:00.047873 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 25254
10580 2025.01.08 18:29:00.048802 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10581 2025.01.08 18:29:00.048846 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
10582 2025.01.08 18:29:00.049395 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
10583 2025.01.08 18:29:00.049674 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10584 2025.01.08 18:29:00.049941 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25254
10585 2025.01.08 18:29:00.425354 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10586 2025.01.08 18:29:00.425550 [ 284 ] {ce229bca-13fe-4542-8eff-2ec2905c6e82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10587 2025.01.08 18:29:00.425629 [ 284 ] {ce229bca-13fe-4542-8eff-2ec2905c6e82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10588 2025.01.08 18:29:00.426506 [ 284 ] {ce229bca-13fe-4542-8eff-2ec2905c6e82} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10589 2025.01.08 18:29:00.426578 [ 284 ] {ce229bca-13fe-4542-8eff-2ec2905c6e82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
10590 2025.01.08 18:29:00.426998 [ 284 ] {ce229bca-13fe-4542-8eff-2ec2905c6e82} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
10591 2025.01.08 18:29:00.427252 [ 284 ] {ce229bca-13fe-4542-8eff-2ec2905c6e82} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10592 2025.01.08 18:29:00.427485 [ 284 ] {ce229bca-13fe-4542-8eff-2ec2905c6e82} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001991 sec., 13058.764439979908 rows/sec., 1007.95 KiB/sec.
10593 2025.01.08 18:29:00.427541 [ 284 ] {ce229bca-13fe-4542-8eff-2ec2905c6e82} <Debug> TCPHandler: Processed in 0.00232068 sec.
10594 2025.01.08 18:29:00.427874 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10595 2025.01.08 18:29:00.428185 [ 290 ] {f5649371-0814-4b6a-8724-af05970926d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10596 2025.01.08 18:29:00.428304 [ 290 ] {f5649371-0814-4b6a-8724-af05970926d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10597 2025.01.08 18:29:00.429164 [ 290 ] {f5649371-0814-4b6a-8724-af05970926d9} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10598 2025.01.08 18:29:00.429215 [ 290 ] {f5649371-0814-4b6a-8724-af05970926d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
10599 2025.01.08 18:29:00.429657 [ 290 ] {f5649371-0814-4b6a-8724-af05970926d9} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
10600 2025.01.08 18:29:00.429913 [ 290 ] {f5649371-0814-4b6a-8724-af05970926d9} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10601 2025.01.08 18:29:00.430154 [ 290 ] {f5649371-0814-4b6a-8724-af05970926d9} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.002056 sec., 13618.677042801555 rows/sec., 1.06 MiB/sec.
10602 2025.01.08 18:29:00.430221 [ 290 ] {f5649371-0814-4b6a-8724-af05970926d9} <Debug> TCPHandler: Processed in 0.002534737 sec.
10603 2025.01.08 18:29:00.430362 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10604 2025.01.08 18:29:00.430491 [ 284 ] {6404da53-77cc-43b9-9777-4983564a22e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10605 2025.01.08 18:29:00.430552 [ 284 ] {6404da53-77cc-43b9-9777-4983564a22e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10606 2025.01.08 18:29:00.431208 [ 284 ] {6404da53-77cc-43b9-9777-4983564a22e1} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10607 2025.01.08 18:29:00.431254 [ 284 ] {6404da53-77cc-43b9-9777-4983564a22e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
10608 2025.01.08 18:29:00.431667 [ 284 ] {6404da53-77cc-43b9-9777-4983564a22e1} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
10609 2025.01.08 18:29:00.431900 [ 284 ] {6404da53-77cc-43b9-9777-4983564a22e1} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10610 2025.01.08 18:29:00.432100 [ 284 ] {6404da53-77cc-43b9-9777-4983564a22e1} <Debug> executeQuery: Read 80 rows, 5.68 KiB in 0.001642 sec., 48721.071863581 rows/sec., 3.38 MiB/sec.
10611 2025.01.08 18:29:00.432151 [ 284 ] {6404da53-77cc-43b9-9777-4983564a22e1} <Debug> TCPHandler: Processed in 0.001843068 sec.
10612 2025.01.08 18:29:00.432291 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10613 2025.01.08 18:29:00.432416 [ 290 ] {5d1b8bd6-d93e-489f-b852-3bda7f522295} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10614 2025.01.08 18:29:00.432503 [ 290 ] {5d1b8bd6-d93e-489f-b852-3bda7f522295} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10615 2025.01.08 18:29:00.433396 [ 290 ] {5d1b8bd6-d93e-489f-b852-3bda7f522295} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10616 2025.01.08 18:29:00.433472 [ 290 ] {5d1b8bd6-d93e-489f-b852-3bda7f522295} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
10617 2025.01.08 18:29:00.433861 [ 290 ] {5d1b8bd6-d93e-489f-b852-3bda7f522295} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
10618 2025.01.08 18:29:00.434105 [ 290 ] {5d1b8bd6-d93e-489f-b852-3bda7f522295} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10619 2025.01.08 18:29:00.434319 [ 290 ] {5d1b8bd6-d93e-489f-b852-3bda7f522295} <Debug> executeQuery: Read 24 rows, 1.68 KiB in 0.001932 sec., 12422.360248447205 rows/sec., 871.43 KiB/sec.
10620 2025.01.08 18:29:00.434370 [ 290 ] {5d1b8bd6-d93e-489f-b852-3bda7f522295} <Debug> TCPHandler: Processed in 0.002141496 sec.
10621 2025.01.08 18:29:01.821197 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 415
10622 2025.01.08 18:29:01.843279 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10623 2025.01.08 18:29:01.843339 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
10624 2025.01.08 18:29:01.850854 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
10625 2025.01.08 18:29:01.851651 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10626 2025.01.08 18:29:01.854456 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 415
10627 2025.01.08 18:29:05.426204 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10628 2025.01.08 18:29:05.426412 [ 284 ] {655d6f39-2333-4b58-a179-4510e05da1a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10629 2025.01.08 18:29:05.426489 [ 284 ] {655d6f39-2333-4b58-a179-4510e05da1a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10630 2025.01.08 18:29:05.427259 [ 284 ] {655d6f39-2333-4b58-a179-4510e05da1a8} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10631 2025.01.08 18:29:05.427303 [ 284 ] {655d6f39-2333-4b58-a179-4510e05da1a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
10632 2025.01.08 18:29:05.427730 [ 284 ] {655d6f39-2333-4b58-a179-4510e05da1a8} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
10633 2025.01.08 18:29:05.427992 [ 284 ] {655d6f39-2333-4b58-a179-4510e05da1a8} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10634 2025.01.08 18:29:05.428227 [ 284 ] {655d6f39-2333-4b58-a179-4510e05da1a8} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001873 sec., 13881.47357180993 rows/sec., 1.05 MiB/sec.
10635 2025.01.08 18:29:05.428284 [ 284 ] {655d6f39-2333-4b58-a179-4510e05da1a8} <Debug> TCPHandler: Processed in 0.002220318 sec.
10636 2025.01.08 18:29:05.428538 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10637 2025.01.08 18:29:05.428736 [ 290 ] {6b38671c-1970-464c-8b67-955e277c6a2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10638 2025.01.08 18:29:05.428809 [ 290 ] {6b38671c-1970-464c-8b67-955e277c6a2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10639 2025.01.08 18:29:05.429564 [ 290 ] {6b38671c-1970-464c-8b67-955e277c6a2b} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10640 2025.01.08 18:29:05.429611 [ 290 ] {6b38671c-1970-464c-8b67-955e277c6a2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
10641 2025.01.08 18:29:05.430065 [ 290 ] {6b38671c-1970-464c-8b67-955e277c6a2b} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
10642 2025.01.08 18:29:05.430330 [ 290 ] {6b38671c-1970-464c-8b67-955e277c6a2b} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10643 2025.01.08 18:29:05.430565 [ 290 ] {6b38671c-1970-464c-8b67-955e277c6a2b} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001883 sec., 14869.888475836431 rows/sec., 1.16 MiB/sec.
10644 2025.01.08 18:29:05.430622 [ 290 ] {6b38671c-1970-464c-8b67-955e277c6a2b} <Debug> TCPHandler: Processed in 0.002219788 sec.
10645 2025.01.08 18:29:05.430793 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10646 2025.01.08 18:29:05.430930 [ 284 ] {16c730e3-86b3-4579-bcac-36ec94547b5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10647 2025.01.08 18:29:05.430993 [ 284 ] {16c730e3-86b3-4579-bcac-36ec94547b5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10648 2025.01.08 18:29:05.431628 [ 284 ] {16c730e3-86b3-4579-bcac-36ec94547b5a} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10649 2025.01.08 18:29:05.431673 [ 284 ] {16c730e3-86b3-4579-bcac-36ec94547b5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
10650 2025.01.08 18:29:05.432064 [ 284 ] {16c730e3-86b3-4579-bcac-36ec94547b5a} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
10651 2025.01.08 18:29:05.432301 [ 284 ] {16c730e3-86b3-4579-bcac-36ec94547b5a} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10652 2025.01.08 18:29:05.432528 [ 284 ] {16c730e3-86b3-4579-bcac-36ec94547b5a} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.00163 sec., 61349.69325153375 rows/sec., 4.25 MiB/sec.
10653 2025.01.08 18:29:05.432579 [ 284 ] {16c730e3-86b3-4579-bcac-36ec94547b5a} <Debug> TCPHandler: Processed in 0.001854449 sec.
10654 2025.01.08 18:29:05.432734 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10655 2025.01.08 18:29:05.432873 [ 290 ] {928466fd-441c-4aa0-bdaa-1bb6e50f830e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10656 2025.01.08 18:29:05.432935 [ 290 ] {928466fd-441c-4aa0-bdaa-1bb6e50f830e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10657 2025.01.08 18:29:05.433517 [ 290 ] {928466fd-441c-4aa0-bdaa-1bb6e50f830e} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10658 2025.01.08 18:29:05.433564 [ 290 ] {928466fd-441c-4aa0-bdaa-1bb6e50f830e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
10659 2025.01.08 18:29:05.433967 [ 290 ] {928466fd-441c-4aa0-bdaa-1bb6e50f830e} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
10660 2025.01.08 18:29:05.434210 [ 290 ] {928466fd-441c-4aa0-bdaa-1bb6e50f830e} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10661 2025.01.08 18:29:05.434416 [ 290 ] {928466fd-441c-4aa0-bdaa-1bb6e50f830e} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.00157 sec., 19108.28025477707 rows/sec., 1.31 MiB/sec.
10662 2025.01.08 18:29:05.434468 [ 290 ] {928466fd-441c-4aa0-bdaa-1bb6e50f830e} <Debug> TCPHandler: Processed in 0.001803717 sec.
10663 2025.01.08 18:29:07.355787 [ 87 ] {} <Debug> DNSResolver: Updating DNS cache
10664 2025.01.08 18:29:07.355855 [ 87 ] {} <Debug> DNSResolver: Updated DNS cache
10665 2025.01.08 18:29:07.550320 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 25681
10666 2025.01.08 18:29:07.550963 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10667 2025.01.08 18:29:07.551009 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
10668 2025.01.08 18:29:07.551573 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
10669 2025.01.08 18:29:07.551846 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10670 2025.01.08 18:29:07.552011 [ 87 ] {} <Debug> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
10671 2025.01.08 18:29:07.552061 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25681
10672 2025.01.08 18:29:07.552068 [ 87 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10673 2025.01.08 18:29:07.552095 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
10674 2025.01.08 18:29:07.552237 [ 189 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::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
10675 2025.01.08 18:29:07.552413 [ 189 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10676 2025.01.08 18:29:07.552458 [ 189 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::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
10677 2025.01.08 18:29:07.552538 [ 189 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::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
10678 2025.01.08 18:29:07.552732 [ 189 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::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
10679 2025.01.08 18:29:07.553076 [ 189 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::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
10680 2025.01.08 18:29:07.553188 [ 189 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::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
10681 2025.01.08 18:29:07.553382 [ 189 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::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
10682 2025.01.08 18:29:07.556463 [ 198 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25681 rows, containing 4 columns (4 merged, 0 gathered) in 0.004292732 sec., 5982437.29168278 rows/sec., 85.58 MiB/sec.
10683 2025.01.08 18:29:07.556780 [ 198 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
10684 2025.01.08 18:29:07.557136 [ 198 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::all_1_56_11} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10685 2025.01.08 18:29:07.557234 [ 198 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::all_1_56_11} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
10686 2025.01.08 18:29:07.557359 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB.
10687 2025.01.08 18:29:07.685552 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1492
10688 2025.01.08 18:29:07.688301 [ 242 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10689 2025.01.08 18:29:07.688346 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
10690 2025.01.08 18:29:07.689834 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
10691 2025.01.08 18:29:07.690143 [ 242 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10692 2025.01.08 18:29:07.690353 [ 87 ] {} <Debug> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
10693 2025.01.08 18:29:07.690448 [ 87 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10694 2025.01.08 18:29:07.690515 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
10695 2025.01.08 18:29:07.690980 [ 188 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::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
10696 2025.01.08 18:29:07.691518 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1492
10697 2025.01.08 18:29:07.692067 [ 188 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10698 2025.01.08 18:29:07.692260 [ 188 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1322 rows starting from the beginning of the part
10699 2025.01.08 18:29:07.692811 [ 188 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 54 rows starting from the beginning of the part
10700 2025.01.08 18:29:07.693343 [ 188 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 16 rows starting from the beginning of the part
10701 2025.01.08 18:29:07.693858 [ 188 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::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
10702 2025.01.08 18:29:07.694352 [ 188 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 54 rows starting from the beginning of the part
10703 2025.01.08 18:29:07.694842 [ 188 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 16 rows starting from the beginning of the part
10704 2025.01.08 18:29:07.703596 [ 200 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1492 rows, containing 72 columns (72 merged, 0 gathered) in 0.012936608 sec., 115331.62325085525 rows/sec., 88.46 MiB/sec.
10705 2025.01.08 18:29:07.705441 [ 197 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
10706 2025.01.08 18:29:07.706269 [ 197 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::all_1_41_8} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10707 2025.01.08 18:29:07.706372 [ 197 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::all_1_41_8} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
10708 2025.01.08 18:29:07.706704 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.90 MiB.
10709 2025.01.08 18:29:09.354563 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 422
10710 2025.01.08 18:29:09.376825 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10711 2025.01.08 18:29:09.376885 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
10712 2025.01.08 18:29:09.384373 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
10713 2025.01.08 18:29:09.385164 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10714 2025.01.08 18:29:09.385494 [ 84 ] {} <Debug> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
10715 2025.01.08 18:29:09.385567 [ 84 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10716 2025.01.08 18:29:09.385614 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
10717 2025.01.08 18:29:09.386024 [ 200 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::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
10718 2025.01.08 18:29:09.396293 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 422
10719 2025.01.08 18:29:09.397500 [ 200 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10720 2025.01.08 18:29:09.398429 [ 200 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::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
10721 2025.01.08 18:29:09.402774 [ 200 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::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
10722 2025.01.08 18:29:09.407390 [ 200 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::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
10723 2025.01.08 18:29:09.412314 [ 200 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::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
10724 2025.01.08 18:29:09.417545 [ 200 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::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
10725 2025.01.08 18:29:09.422092 [ 200 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::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
10726 2025.01.08 18:29:09.487254 [ 191 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 422 rows, containing 679 columns (679 merged, 0 gathered) in 0.101523972 sec., 4156.653760552237 rows/sec., 21.49 MiB/sec.
10727 2025.01.08 18:29:09.490725 [ 186 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
10728 2025.01.08 18:29:09.493755 [ 186 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::all_1_56_11} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10729 2025.01.08 18:29:09.493895 [ 186 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::all_1_56_11} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
10730 2025.01.08 18:29:09.496373 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB.
10731 2025.01.08 18:29:10.000184 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 237.41 MiB, peak 250.83 MiB, free memory in arenas 0.00 B, will set to 239.99 MiB (RSS), difference: 2.57 MiB
10732 2025.01.08 18:29:10.432647 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10733 2025.01.08 18:29:10.432837 [ 284 ] {74b14086-8014-4b97-b33c-aecdb1d41b4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
10734 2025.01.08 18:29:10.432910 [ 284 ] {74b14086-8014-4b97-b33c-aecdb1d41b4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
10735 2025.01.08 18:29:10.433683 [ 284 ] {74b14086-8014-4b97-b33c-aecdb1d41b4c} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10736 2025.01.08 18:29:10.433732 [ 284 ] {74b14086-8014-4b97-b33c-aecdb1d41b4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
10737 2025.01.08 18:29:10.434172 [ 284 ] {74b14086-8014-4b97-b33c-aecdb1d41b4c} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
10738 2025.01.08 18:29:10.434430 [ 284 ] {74b14086-8014-4b97-b33c-aecdb1d41b4c} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10739 2025.01.08 18:29:10.434648 [ 284 ] {74b14086-8014-4b97-b33c-aecdb1d41b4c} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001859 sec., 7530.930607853685 rows/sec., 542.13 KiB/sec.
10740 2025.01.08 18:29:10.434743 [ 284 ] {74b14086-8014-4b97-b33c-aecdb1d41b4c} <Debug> TCPHandler: Processed in 0.002225727 sec.
10741 2025.01.08 18:29:10.435047 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10742 2025.01.08 18:29:10.435224 [ 290 ] {cd479ed3-4caf-4de9-a545-b6089f81364d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10743 2025.01.08 18:29:10.435289 [ 290 ] {cd479ed3-4caf-4de9-a545-b6089f81364d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10744 2025.01.08 18:29:10.436215 [ 290 ] {cd479ed3-4caf-4de9-a545-b6089f81364d} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10745 2025.01.08 18:29:10.436259 [ 290 ] {cd479ed3-4caf-4de9-a545-b6089f81364d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
10746 2025.01.08 18:29:10.436726 [ 290 ] {cd479ed3-4caf-4de9-a545-b6089f81364d} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
10747 2025.01.08 18:29:10.436993 [ 290 ] {cd479ed3-4caf-4de9-a545-b6089f81364d} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10748 2025.01.08 18:29:10.437241 [ 290 ] {cd479ed3-4caf-4de9-a545-b6089f81364d} <Debug> executeQuery: Read 253 rows, 23.21 KiB in 0.002032 sec., 124507.87401574804 rows/sec., 11.16 MiB/sec.
10749 2025.01.08 18:29:10.437300 [ 290 ] {cd479ed3-4caf-4de9-a545-b6089f81364d} <Debug> TCPHandler: Processed in 0.002371342 sec.
10750 2025.01.08 18:29:10.437471 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10751 2025.01.08 18:29:10.437619 [ 284 ] {39b78e94-f5c1-4b61-80d8-692d1bc09cc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10752 2025.01.08 18:29:10.437681 [ 284 ] {39b78e94-f5c1-4b61-80d8-692d1bc09cc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10753 2025.01.08 18:29:10.438316 [ 284 ] {39b78e94-f5c1-4b61-80d8-692d1bc09cc5} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10754 2025.01.08 18:29:10.438355 [ 284 ] {39b78e94-f5c1-4b61-80d8-692d1bc09cc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
10755 2025.01.08 18:29:10.438717 [ 284 ] {39b78e94-f5c1-4b61-80d8-692d1bc09cc5} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
10756 2025.01.08 18:29:10.438963 [ 284 ] {39b78e94-f5c1-4b61-80d8-692d1bc09cc5} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10757 2025.01.08 18:29:10.439164 [ 284 ] {39b78e94-f5c1-4b61-80d8-692d1bc09cc5} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.001572 sec., 29898.21882951654 rows/sec., 2.15 MiB/sec.
10758 2025.01.08 18:29:10.439245 [ 284 ] {39b78e94-f5c1-4b61-80d8-692d1bc09cc5} <Debug> TCPHandler: Processed in 0.001840408 sec.
10759 2025.01.08 18:29:10.439508 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10760 2025.01.08 18:29:10.439662 [ 290 ] {26cbb63a-05da-4bc2-8a9a-4682b2e1050e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
10761 2025.01.08 18:29:10.439720 [ 290 ] {26cbb63a-05da-4bc2-8a9a-4682b2e1050e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
10762 2025.01.08 18:29:10.440339 [ 290 ] {26cbb63a-05da-4bc2-8a9a-4682b2e1050e} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10763 2025.01.08 18:29:10.440379 [ 290 ] {26cbb63a-05da-4bc2-8a9a-4682b2e1050e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
10764 2025.01.08 18:29:10.440752 [ 290 ] {26cbb63a-05da-4bc2-8a9a-4682b2e1050e} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
10765 2025.01.08 18:29:10.441008 [ 290 ] {26cbb63a-05da-4bc2-8a9a-4682b2e1050e} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10766 2025.01.08 18:29:10.441207 [ 290 ] {26cbb63a-05da-4bc2-8a9a-4682b2e1050e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001576 sec., 8883.248730964468 rows/sec., 622.12 KiB/sec.
10767 2025.01.08 18:29:10.441261 [ 290 ] {26cbb63a-05da-4bc2-8a9a-4682b2e1050e} <Debug> TCPHandler: Processed in 0.00190042 sec.
10768 2025.01.08 18:29:10.441426 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10769 2025.01.08 18:29:10.441564 [ 284 ] {26d8cf8f-5c45-4f2e-8099-1f52fe6ca864} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
10770 2025.01.08 18:29:10.441621 [ 284 ] {26d8cf8f-5c45-4f2e-8099-1f52fe6ca864} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
10771 2025.01.08 18:29:10.442233 [ 284 ] {26d8cf8f-5c45-4f2e-8099-1f52fe6ca864} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10772 2025.01.08 18:29:10.442272 [ 284 ] {26d8cf8f-5c45-4f2e-8099-1f52fe6ca864} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
10773 2025.01.08 18:29:10.442639 [ 284 ] {26d8cf8f-5c45-4f2e-8099-1f52fe6ca864} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
10774 2025.01.08 18:29:10.442885 [ 284 ] {26d8cf8f-5c45-4f2e-8099-1f52fe6ca864} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10775 2025.01.08 18:29:10.443126 [ 284 ] {26d8cf8f-5c45-4f2e-8099-1f52fe6ca864} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001589 sec., 8181.2460667086225 rows/sec., 510.10 KiB/sec.
10776 2025.01.08 18:29:10.443223 [ 284 ] {26d8cf8f-5c45-4f2e-8099-1f52fe6ca864} <Debug> TCPHandler: Processed in 0.001862038 sec.
10777 2025.01.08 18:29:10.443450 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10778 2025.01.08 18:29:10.443621 [ 290 ] {9de5d79d-3433-4456-9a89-5d86ae0fd6f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10779 2025.01.08 18:29:10.443670 [ 290 ] {9de5d79d-3433-4456-9a89-5d86ae0fd6f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10780 2025.01.08 18:29:10.444384 [ 290 ] {9de5d79d-3433-4456-9a89-5d86ae0fd6f2} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10781 2025.01.08 18:29:10.444425 [ 290 ] {9de5d79d-3433-4456-9a89-5d86ae0fd6f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
10782 2025.01.08 18:29:10.444816 [ 290 ] {9de5d79d-3433-4456-9a89-5d86ae0fd6f2} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
10783 2025.01.08 18:29:10.445063 [ 290 ] {9de5d79d-3433-4456-9a89-5d86ae0fd6f2} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10784 2025.01.08 18:29:10.445307 [ 290 ] {9de5d79d-3433-4456-9a89-5d86ae0fd6f2} <Debug> executeQuery: Read 386 rows, 28.01 KiB in 0.001706 sec., 226260.25791324736 rows/sec., 16.03 MiB/sec.
10785 2025.01.08 18:29:10.445380 [ 290 ] {9de5d79d-3433-4456-9a89-5d86ae0fd6f2} <Debug> TCPHandler: Processed in 0.002070814 sec.
10786 2025.01.08 18:29:10.445605 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10787 2025.01.08 18:29:10.445828 [ 284 ] {734a1475-ddbf-4786-bab4-7863a67c1515} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
10788 2025.01.08 18:29:10.445886 [ 284 ] {734a1475-ddbf-4786-bab4-7863a67c1515} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
10789 2025.01.08 18:29:10.446369 [ 284 ] {734a1475-ddbf-4786-bab4-7863a67c1515} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10790 2025.01.08 18:29:10.446408 [ 284 ] {734a1475-ddbf-4786-bab4-7863a67c1515} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
10791 2025.01.08 18:29:10.446777 [ 284 ] {734a1475-ddbf-4786-bab4-7863a67c1515} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
10792 2025.01.08 18:29:10.447022 [ 284 ] {734a1475-ddbf-4786-bab4-7863a67c1515} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10793 2025.01.08 18:29:10.447269 [ 284 ] {734a1475-ddbf-4786-bab4-7863a67c1515} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001473 sec., 4073.319755600815 rows/sec., 212.82 KiB/sec.
10794 2025.01.08 18:29:10.447439 [ 284 ] {734a1475-ddbf-4786-bab4-7863a67c1515} <Debug> TCPHandler: Processed in 0.001973091 sec.
10795 2025.01.08 18:29:10.447669 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10796 2025.01.08 18:29:10.447786 [ 290 ] {c16ebe84-294d-4ace-8bd1-4e252685e889} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10797 2025.01.08 18:29:10.447840 [ 290 ] {c16ebe84-294d-4ace-8bd1-4e252685e889} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10798 2025.01.08 18:29:10.448516 [ 290 ] {c16ebe84-294d-4ace-8bd1-4e252685e889} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10799 2025.01.08 18:29:10.448563 [ 290 ] {c16ebe84-294d-4ace-8bd1-4e252685e889} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
10800 2025.01.08 18:29:10.449014 [ 290 ] {c16ebe84-294d-4ace-8bd1-4e252685e889} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
10801 2025.01.08 18:29:10.449264 [ 290 ] {c16ebe84-294d-4ace-8bd1-4e252685e889} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10802 2025.01.08 18:29:10.449507 [ 290 ] {c16ebe84-294d-4ace-8bd1-4e252685e889} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001744 sec., 101490.82568807338 rows/sec., 6.69 MiB/sec.
10803 2025.01.08 18:29:10.449572 [ 290 ] {c16ebe84-294d-4ace-8bd1-4e252685e889} <Debug> TCPHandler: Processed in 0.002024723 sec.
10804 2025.01.08 18:29:10.449788 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10805 2025.01.08 18:29:10.450103 [ 284 ] {e44bb8a6-1b58-4cb6-a668-c381d4934f25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
10806 2025.01.08 18:29:10.450196 [ 284 ] {e44bb8a6-1b58-4cb6-a668-c381d4934f25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
10807 2025.01.08 18:29:10.450975 [ 284 ] {e44bb8a6-1b58-4cb6-a668-c381d4934f25} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10808 2025.01.08 18:29:10.451014 [ 284 ] {e44bb8a6-1b58-4cb6-a668-c381d4934f25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
10809 2025.01.08 18:29:10.451374 [ 284 ] {e44bb8a6-1b58-4cb6-a668-c381d4934f25} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
10810 2025.01.08 18:29:10.451617 [ 284 ] {e44bb8a6-1b58-4cb6-a668-c381d4934f25} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10811 2025.01.08 18:29:10.451878 [ 284 ] {e44bb8a6-1b58-4cb6-a668-c381d4934f25} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001843 sec., 542.5935973955508 rows/sec., 36.56 KiB/sec.
10812 2025.01.08 18:29:10.452049 [ 284 ] {e44bb8a6-1b58-4cb6-a668-c381d4934f25} <Debug> TCPHandler: Processed in 0.002395612 sec.
10813 2025.01.08 18:29:10.452346 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10814 2025.01.08 18:29:10.452568 [ 290 ] {6cd32990-f736-407b-a946-8aa21cd614e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10815 2025.01.08 18:29:10.452711 [ 290 ] {6cd32990-f736-407b-a946-8aa21cd614e5} <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
10816 2025.01.08 18:29:10.453965 [ 290 ] {6cd32990-f736-407b-a946-8aa21cd614e5} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10817 2025.01.08 18:29:10.454006 [ 290 ] {6cd32990-f736-407b-a946-8aa21cd614e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
10818 2025.01.08 18:29:10.454688 [ 290 ] {6cd32990-f736-407b-a946-8aa21cd614e5} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
10819 2025.01.08 18:29:10.454971 [ 290 ] {6cd32990-f736-407b-a946-8aa21cd614e5} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10820 2025.01.08 18:29:10.455279 [ 290 ] {6cd32990-f736-407b-a946-8aa21cd614e5} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002764 sec., 14471.78002894356 rows/sec., 25.93 MiB/sec.
10821 2025.01.08 18:29:10.455813 [ 290 ] {6cd32990-f736-407b-a946-8aa21cd614e5} <Debug> TCPHandler: Processed in 0.003640795 sec.
10822 2025.01.08 18:29:10.456078 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10823 2025.01.08 18:29:10.456295 [ 284 ] {d15ca7c6-4ef5-4831-bd91-762c9cd837fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10824 2025.01.08 18:29:10.456386 [ 284 ] {d15ca7c6-4ef5-4831-bd91-762c9cd837fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10825 2025.01.08 18:29:10.457095 [ 284 ] {d15ca7c6-4ef5-4831-bd91-762c9cd837fe} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10826 2025.01.08 18:29:10.457134 [ 284 ] {d15ca7c6-4ef5-4831-bd91-762c9cd837fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
10827 2025.01.08 18:29:10.457517 [ 284 ] {d15ca7c6-4ef5-4831-bd91-762c9cd837fe} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
10828 2025.01.08 18:29:10.457763 [ 284 ] {d15ca7c6-4ef5-4831-bd91-762c9cd837fe} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10829 2025.01.08 18:29:10.458005 [ 284 ] {d15ca7c6-4ef5-4831-bd91-762c9cd837fe} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001761 sec., 29528.676888131744 rows/sec., 1.83 MiB/sec.
10830 2025.01.08 18:29:10.458100 [ 284 ] {d15ca7c6-4ef5-4831-bd91-762c9cd837fe} <Debug> TCPHandler: Processed in 0.002157557 sec.
10831 2025.01.08 18:29:15.052222 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 26169
10832 2025.01.08 18:29:15.052921 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10833 2025.01.08 18:29:15.052976 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
10834 2025.01.08 18:29:15.053539 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
10835 2025.01.08 18:29:15.053807 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10836 2025.01.08 18:29:15.054089 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26169
10837 2025.01.08 18:29:15.425630 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10838 2025.01.08 18:29:15.425805 [ 284 ] {ae398b0c-4f17-476f-a702-6d32575fca76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10839 2025.01.08 18:29:15.425871 [ 284 ] {ae398b0c-4f17-476f-a702-6d32575fca76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10840 2025.01.08 18:29:15.426588 [ 284 ] {ae398b0c-4f17-476f-a702-6d32575fca76} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10841 2025.01.08 18:29:15.426636 [ 284 ] {ae398b0c-4f17-476f-a702-6d32575fca76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
10842 2025.01.08 18:29:15.427049 [ 284 ] {ae398b0c-4f17-476f-a702-6d32575fca76} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
10843 2025.01.08 18:29:15.427311 [ 284 ] {ae398b0c-4f17-476f-a702-6d32575fca76} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10844 2025.01.08 18:29:15.427567 [ 284 ] {ae398b0c-4f17-476f-a702-6d32575fca76} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001803 sec., 14420.410427066001 rows/sec., 1.09 MiB/sec.
10845 2025.01.08 18:29:15.427675 [ 284 ] {ae398b0c-4f17-476f-a702-6d32575fca76} <Debug> TCPHandler: Processed in 0.002167416 sec.
10846 2025.01.08 18:29:15.427964 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10847 2025.01.08 18:29:15.428156 [ 290 ] {4d96978f-8250-4453-9982-d6f9fe0625ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10848 2025.01.08 18:29:15.428229 [ 290 ] {4d96978f-8250-4453-9982-d6f9fe0625ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10849 2025.01.08 18:29:15.428986 [ 290 ] {4d96978f-8250-4453-9982-d6f9fe0625ee} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10850 2025.01.08 18:29:15.429030 [ 290 ] {4d96978f-8250-4453-9982-d6f9fe0625ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
10851 2025.01.08 18:29:15.429488 [ 290 ] {4d96978f-8250-4453-9982-d6f9fe0625ee} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
10852 2025.01.08 18:29:15.429754 [ 290 ] {4d96978f-8250-4453-9982-d6f9fe0625ee} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10853 2025.01.08 18:29:15.429987 [ 290 ] {4d96978f-8250-4453-9982-d6f9fe0625ee} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001884 sec., 14861.995753715499 rows/sec., 1.16 MiB/sec.
10854 2025.01.08 18:29:15.430076 [ 290 ] {4d96978f-8250-4453-9982-d6f9fe0625ee} <Debug> TCPHandler: Processed in 0.002274879 sec.
10855 2025.01.08 18:29:15.430307 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10856 2025.01.08 18:29:15.430631 [ 284 ] {48b85d4d-7df0-402e-9c8d-c942e9bdcad6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10857 2025.01.08 18:29:15.430725 [ 284 ] {48b85d4d-7df0-402e-9c8d-c942e9bdcad6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10858 2025.01.08 18:29:15.431356 [ 284 ] {48b85d4d-7df0-402e-9c8d-c942e9bdcad6} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10859 2025.01.08 18:29:15.431397 [ 284 ] {48b85d4d-7df0-402e-9c8d-c942e9bdcad6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
10860 2025.01.08 18:29:15.431812 [ 284 ] {48b85d4d-7df0-402e-9c8d-c942e9bdcad6} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
10861 2025.01.08 18:29:15.432065 [ 284 ] {48b85d4d-7df0-402e-9c8d-c942e9bdcad6} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10862 2025.01.08 18:29:15.432309 [ 284 ] {48b85d4d-7df0-402e-9c8d-c942e9bdcad6} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001795 sec., 55710.30640668524 rows/sec., 3.86 MiB/sec.
10863 2025.01.08 18:29:15.432382 [ 284 ] {48b85d4d-7df0-402e-9c8d-c942e9bdcad6} <Debug> TCPHandler: Processed in 0.002207097 sec.
10864 2025.01.08 18:29:15.432590 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10865 2025.01.08 18:29:15.432756 [ 290 ] {1dfef134-405a-4d9c-8045-72cc6d77c2a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10866 2025.01.08 18:29:15.432819 [ 290 ] {1dfef134-405a-4d9c-8045-72cc6d77c2a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10867 2025.01.08 18:29:15.433351 [ 290 ] {1dfef134-405a-4d9c-8045-72cc6d77c2a3} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10868 2025.01.08 18:29:15.433389 [ 290 ] {1dfef134-405a-4d9c-8045-72cc6d77c2a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
10869 2025.01.08 18:29:15.433778 [ 290 ] {1dfef134-405a-4d9c-8045-72cc6d77c2a3} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
10870 2025.01.08 18:29:15.434039 [ 290 ] {1dfef134-405a-4d9c-8045-72cc6d77c2a3} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10871 2025.01.08 18:29:15.434223 [ 290 ] {1dfef134-405a-4d9c-8045-72cc6d77c2a3} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001504 sec., 19946.8085106383 rows/sec., 1.37 MiB/sec.
10872 2025.01.08 18:29:15.434276 [ 290 ] {1dfef134-405a-4d9c-8045-72cc6d77c2a3} <Debug> TCPHandler: Processed in 0.001791467 sec.
10873 2025.01.08 18:29:16.896394 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 430
10874 2025.01.08 18:29:16.915027 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10875 2025.01.08 18:29:16.915079 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
10876 2025.01.08 18:29:16.922162 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
10877 2025.01.08 18:29:16.922918 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10878 2025.01.08 18:29:16.926381 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 430
10879 2025.01.08 18:29:17.691716 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1522
10880 2025.01.08 18:29:17.694852 [ 242 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10881 2025.01.08 18:29:17.694914 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
10882 2025.01.08 18:29:17.696423 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
10883 2025.01.08 18:29:17.696748 [ 242 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10884 2025.01.08 18:29:17.698127 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1522
10885 2025.01.08 18:29:20.432669 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10886 2025.01.08 18:29:20.432877 [ 284 ] {9c204b4b-ff33-4f38-83bf-9a08128f001a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
10887 2025.01.08 18:29:20.432953 [ 284 ] {9c204b4b-ff33-4f38-83bf-9a08128f001a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
10888 2025.01.08 18:29:20.433752 [ 284 ] {9c204b4b-ff33-4f38-83bf-9a08128f001a} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10889 2025.01.08 18:29:20.433793 [ 284 ] {9c204b4b-ff33-4f38-83bf-9a08128f001a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
10890 2025.01.08 18:29:20.434226 [ 284 ] {9c204b4b-ff33-4f38-83bf-9a08128f001a} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
10891 2025.01.08 18:29:20.434494 [ 284 ] {9c204b4b-ff33-4f38-83bf-9a08128f001a} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10892 2025.01.08 18:29:20.434630 [ 67 ] {} <Debug> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0
10893 2025.01.08 18:29:20.434674 [ 67 ] {} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10894 2025.01.08 18:29:20.434695 [ 284 ] {9c204b4b-ff33-4f38-83bf-9a08128f001a} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001876 sec., 7462.686567164179 rows/sec., 537.21 KiB/sec.
10895 2025.01.08 18:29:20.434700 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
10896 2025.01.08 18:29:20.434814 [ 284 ] {9c204b4b-ff33-4f38-83bf-9a08128f001a} <Debug> TCPHandler: Processed in 0.002279799 sec.
10897 2025.01.08 18:29:20.435153 [ 201 ] {3fec6173-3e69-4314-b82a-beabd4844532::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
10898 2025.01.08 18:29:20.435153 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10899 2025.01.08 18:29:20.435436 [ 201 ] {3fec6173-3e69-4314-b82a-beabd4844532::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10900 2025.01.08 18:29:20.435449 [ 290 ] {f9573d1f-1c67-4b7a-bae7-6f4d40e5165c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10901 2025.01.08 18:29:20.435485 [ 201 ] {3fec6173-3e69-4314-b82a-beabd4844532::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
10902 2025.01.08 18:29:20.435536 [ 290 ] {f9573d1f-1c67-4b7a-bae7-6f4d40e5165c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10903 2025.01.08 18:29:20.435638 [ 201 ] {3fec6173-3e69-4314-b82a-beabd4844532::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
10904 2025.01.08 18:29:20.435941 [ 201 ] {3fec6173-3e69-4314-b82a-beabd4844532::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
10905 2025.01.08 18:29:20.436299 [ 201 ] {3fec6173-3e69-4314-b82a-beabd4844532::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
10906 2025.01.08 18:29:20.436525 [ 201 ] {3fec6173-3e69-4314-b82a-beabd4844532::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
10907 2025.01.08 18:29:20.437570 [ 290 ] {f9573d1f-1c67-4b7a-bae7-6f4d40e5165c} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10908 2025.01.08 18:29:20.437625 [ 290 ] {f9573d1f-1c67-4b7a-bae7-6f4d40e5165c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
10909 2025.01.08 18:29:20.438029 [ 201 ] {3fec6173-3e69-4314-b82a-beabd4844532::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003200234 sec., 21873.40050758788 rows/sec., 1.62 MiB/sec.
10910 2025.01.08 18:29:20.438238 [ 201 ] {3fec6173-3e69-4314-b82a-beabd4844532::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary)
10911 2025.01.08 18:29:20.438305 [ 290 ] {f9573d1f-1c67-4b7a-bae7-6f4d40e5165c} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
10912 2025.01.08 18:29:20.438547 [ 201 ] {3fec6173-3e69-4314-b82a-beabd4844532::all_1_41_10} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10913 2025.01.08 18:29:20.438642 [ 290 ] {f9573d1f-1c67-4b7a-bae7-6f4d40e5165c} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10914 2025.01.08 18:29:20.438661 [ 201 ] {3fec6173-3e69-4314-b82a-beabd4844532::all_1_41_10} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10
10915 2025.01.08 18:29:20.438759 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
10916 2025.01.08 18:29:20.438877 [ 67 ] {} <Debug> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0
10917 2025.01.08 18:29:20.438946 [ 67 ] {} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10918 2025.01.08 18:29:20.438981 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
10919 2025.01.08 18:29:20.439022 [ 290 ] {f9573d1f-1c67-4b7a-bae7-6f4d40e5165c} <Debug> executeQuery: Read 253 rows, 23.21 KiB in 0.003638 sec., 69543.70533260032 rows/sec., 6.23 MiB/sec.
10920 2025.01.08 18:29:20.439144 [ 191 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::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
10921 2025.01.08 18:29:20.439233 [ 290 ] {f9573d1f-1c67-4b7a-bae7-6f4d40e5165c} <Debug> TCPHandler: Processed in 0.004282191 sec.
10922 2025.01.08 18:29:20.439410 [ 191 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10923 2025.01.08 18:29:20.439425 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10924 2025.01.08 18:29:20.439451 [ 191 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1400 rows starting from the beginning of the part
10925 2025.01.08 18:29:20.439663 [ 191 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 26 rows starting from the beginning of the part
10926 2025.01.08 18:29:20.439677 [ 284 ] {6b85cc01-0aef-48c9-aa42-63c138f6ab06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10927 2025.01.08 18:29:20.439860 [ 284 ] {6b85cc01-0aef-48c9-aa42-63c138f6ab06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10928 2025.01.08 18:29:20.439969 [ 191 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 26 rows starting from the beginning of the part
10929 2025.01.08 18:29:20.440358 [ 191 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 253 rows starting from the beginning of the part
10930 2025.01.08 18:29:20.440689 [ 191 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 26 rows starting from the beginning of the part
10931 2025.01.08 18:29:20.441074 [ 191 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 253 rows starting from the beginning of the part
10932 2025.01.08 18:29:20.442221 [ 284 ] {6b85cc01-0aef-48c9-aa42-63c138f6ab06} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10933 2025.01.08 18:29:20.442265 [ 284 ] {6b85cc01-0aef-48c9-aa42-63c138f6ab06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
10934 2025.01.08 18:29:20.442838 [ 284 ] {6b85cc01-0aef-48c9-aa42-63c138f6ab06} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
10935 2025.01.08 18:29:20.443110 [ 284 ] {6b85cc01-0aef-48c9-aa42-63c138f6ab06} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10936 2025.01.08 18:29:20.443458 [ 284 ] {6b85cc01-0aef-48c9-aa42-63c138f6ab06} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.003894 sec., 12069.8510529019 rows/sec., 889.54 KiB/sec.
10937 2025.01.08 18:29:20.443469 [ 194 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1984 rows, containing 5 columns (5 merged, 0 gathered) in 0.004404675 sec., 450430.5084938162 rows/sec., 40.02 MiB/sec.
10938 2025.01.08 18:29:20.443560 [ 284 ] {6b85cc01-0aef-48c9-aa42-63c138f6ab06} <Debug> TCPHandler: Processed in 0.00420857 sec.
10939 2025.01.08 18:29:20.443746 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10940 2025.01.08 18:29:20.443898 [ 194 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary)
10941 2025.01.08 18:29:20.443930 [ 290 ] {76063ba9-585e-4cc0-a544-4a3a7008620e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
10942 2025.01.08 18:29:20.444053 [ 290 ] {76063ba9-585e-4cc0-a544-4a3a7008620e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
10943 2025.01.08 18:29:20.444889 [ 194 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_96_19} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10944 2025.01.08 18:29:20.445239 [ 194 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_96_19} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19
10945 2025.01.08 18:29:20.445313 [ 290 ] {76063ba9-585e-4cc0-a544-4a3a7008620e} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10946 2025.01.08 18:29:20.445405 [ 290 ] {76063ba9-585e-4cc0-a544-4a3a7008620e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
10947 2025.01.08 18:29:20.445457 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB.
10948 2025.01.08 18:29:20.445860 [ 290 ] {76063ba9-585e-4cc0-a544-4a3a7008620e} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
10949 2025.01.08 18:29:20.446121 [ 290 ] {76063ba9-585e-4cc0-a544-4a3a7008620e} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10950 2025.01.08 18:29:20.446351 [ 290 ] {76063ba9-585e-4cc0-a544-4a3a7008620e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002466 sec., 5677.210056772101 rows/sec., 397.59 KiB/sec.
10951 2025.01.08 18:29:20.446414 [ 290 ] {76063ba9-585e-4cc0-a544-4a3a7008620e} <Debug> TCPHandler: Processed in 0.002748662 sec.
10952 2025.01.08 18:29:20.446573 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10953 2025.01.08 18:29:20.446709 [ 284 ] {2745be80-7065-4542-a5a6-1ad474600f70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
10954 2025.01.08 18:29:20.446767 [ 284 ] {2745be80-7065-4542-a5a6-1ad474600f70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
10955 2025.01.08 18:29:20.447562 [ 284 ] {2745be80-7065-4542-a5a6-1ad474600f70} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10956 2025.01.08 18:29:20.447612 [ 284 ] {2745be80-7065-4542-a5a6-1ad474600f70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
10957 2025.01.08 18:29:20.448117 [ 284 ] {2745be80-7065-4542-a5a6-1ad474600f70} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
10958 2025.01.08 18:29:20.448411 [ 284 ] {2745be80-7065-4542-a5a6-1ad474600f70} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10959 2025.01.08 18:29:20.448557 [ 67 ] {} <Debug> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0
10960 2025.01.08 18:29:20.448604 [ 67 ] {} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10961 2025.01.08 18:29:20.448622 [ 284 ] {2745be80-7065-4542-a5a6-1ad474600f70} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00194 sec., 6701.030927835051 rows/sec., 417.81 KiB/sec.
10962 2025.01.08 18:29:20.448630 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
10963 2025.01.08 18:29:20.448743 [ 284 ] {2745be80-7065-4542-a5a6-1ad474600f70} <Debug> TCPHandler: Processed in 0.002227738 sec.
10964 2025.01.08 18:29:20.448915 [ 190 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::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
10965 2025.01.08 18:29:20.448978 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10966 2025.01.08 18:29:20.449261 [ 290 ] {a6cd6407-a28e-4e60-884b-05c132bdea2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10967 2025.01.08 18:29:20.449303 [ 190 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10968 2025.01.08 18:29:20.449354 [ 290 ] {a6cd6407-a28e-4e60-884b-05c132bdea2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10969 2025.01.08 18:29:20.449380 [ 190 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::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
10970 2025.01.08 18:29:20.449698 [ 190 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::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
10971 2025.01.08 18:29:20.449988 [ 190 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::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
10972 2025.01.08 18:29:20.450259 [ 190 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::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
10973 2025.01.08 18:29:20.450627 [ 190 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::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
10974 2025.01.08 18:29:20.452530 [ 290 ] {a6cd6407-a28e-4e60-884b-05c132bdea2d} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10975 2025.01.08 18:29:20.452612 [ 290 ] {a6cd6407-a28e-4e60-884b-05c132bdea2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
10976 2025.01.08 18:29:20.453237 [ 190 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004484787 sec., 14493.441940497956 rows/sec., 960.28 KiB/sec.
10977 2025.01.08 18:29:20.453424 [ 190 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary)
10978 2025.01.08 18:29:20.453630 [ 290 ] {a6cd6407-a28e-4e60-884b-05c132bdea2d} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
10979 2025.01.08 18:29:20.453888 [ 190 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::all_1_41_10} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10980 2025.01.08 18:29:20.454041 [ 190 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::all_1_41_10} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10
10981 2025.01.08 18:29:20.454127 [ 290 ] {a6cd6407-a28e-4e60-884b-05c132bdea2d} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10982 2025.01.08 18:29:20.454195 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
10983 2025.01.08 18:29:20.454410 [ 67 ] {} <Debug> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0
10984 2025.01.08 18:29:20.454473 [ 67 ] {} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10985 2025.01.08 18:29:20.454492 [ 290 ] {a6cd6407-a28e-4e60-884b-05c132bdea2d} <Debug> executeQuery: Read 386 rows, 28.01 KiB in 0.005322 sec., 72529.12438932732 rows/sec., 5.14 MiB/sec.
10986 2025.01.08 18:29:20.454509 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
10987 2025.01.08 18:29:20.454709 [ 290 ] {a6cd6407-a28e-4e60-884b-05c132bdea2d} <Debug> TCPHandler: Processed in 0.005835952 sec.
10988 2025.01.08 18:29:20.454800 [ 190 ] {fa7e1080-106a-46d6-b087-687f1bf68453::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
10989 2025.01.08 18:29:20.454936 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10990 2025.01.08 18:29:20.454990 [ 190 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10991 2025.01.08 18:29:20.455038 [ 190 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 874 rows starting from the beginning of the part
10992 2025.01.08 18:29:20.455293 [ 284 ] {df47cf77-c94f-4e9e-bd78-e6b3df61fed0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
10993 2025.01.08 18:29:20.455308 [ 190 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 28 rows starting from the beginning of the part
10994 2025.01.08 18:29:20.455498 [ 284 ] {df47cf77-c94f-4e9e-bd78-e6b3df61fed0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
10995 2025.01.08 18:29:20.455585 [ 190 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 28 rows starting from the beginning of the part
10996 2025.01.08 18:29:20.455882 [ 190 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 386 rows starting from the beginning of the part
10997 2025.01.08 18:29:20.456250 [ 190 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 28 rows starting from the beginning of the part
10998 2025.01.08 18:29:20.456598 [ 190 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 386 rows starting from the beginning of the part
10999 2025.01.08 18:29:20.457970 [ 284 ] {df47cf77-c94f-4e9e-bd78-e6b3df61fed0} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11000 2025.01.08 18:29:20.458041 [ 284 ] {df47cf77-c94f-4e9e-bd78-e6b3df61fed0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
11001 2025.01.08 18:29:20.459122 [ 284 ] {df47cf77-c94f-4e9e-bd78-e6b3df61fed0} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
11002 2025.01.08 18:29:20.459685 [ 284 ] {df47cf77-c94f-4e9e-bd78-e6b3df61fed0} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11003 2025.01.08 18:29:20.459784 [ 196 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1730 rows, containing 5 columns (5 merged, 0 gathered) in 0.005115553 sec., 338184.3566081712 rows/sec., 25.65 MiB/sec.
11004 2025.01.08 18:29:20.460120 [ 284 ] {df47cf77-c94f-4e9e-bd78-e6b3df61fed0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005003 sec., 1199.2804317409555 rows/sec., 62.66 KiB/sec.
11005 2025.01.08 18:29:20.460246 [ 196 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary)
11006 2025.01.08 18:29:20.460514 [ 284 ] {df47cf77-c94f-4e9e-bd78-e6b3df61fed0} <Debug> TCPHandler: Processed in 0.005669788 sec.
11007 2025.01.08 18:29:20.460859 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11008 2025.01.08 18:29:20.461049 [ 290 ] {765b9f2d-edcd-455a-a90c-d1e9b3b4b7c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11009 2025.01.08 18:29:20.461102 [ 196 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_96_19} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11010 2025.01.08 18:29:20.461143 [ 290 ] {765b9f2d-edcd-455a-a90c-d1e9b3b4b7c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11011 2025.01.08 18:29:20.461332 [ 196 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_96_19} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19
11012 2025.01.08 18:29:20.461546 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB.
11013 2025.01.08 18:29:20.462049 [ 290 ] {765b9f2d-edcd-455a-a90c-d1e9b3b4b7c8} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11014 2025.01.08 18:29:20.462095 [ 290 ] {765b9f2d-edcd-455a-a90c-d1e9b3b4b7c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
11015 2025.01.08 18:29:20.462522 [ 290 ] {765b9f2d-edcd-455a-a90c-d1e9b3b4b7c8} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
11016 2025.01.08 18:29:20.462784 [ 290 ] {765b9f2d-edcd-455a-a90c-d1e9b3b4b7c8} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11017 2025.01.08 18:29:20.462978 [ 67 ] {} <Debug> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0
11018 2025.01.08 18:29:20.463037 [ 67 ] {} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11019 2025.01.08 18:29:20.463042 [ 290 ] {765b9f2d-edcd-455a-a90c-d1e9b3b4b7c8} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.002038 sec., 86849.85279685968 rows/sec., 5.73 MiB/sec.
11020 2025.01.08 18:29:20.463102 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
11021 2025.01.08 18:29:20.463185 [ 290 ] {765b9f2d-edcd-455a-a90c-d1e9b3b4b7c8} <Debug> TCPHandler: Processed in 0.002509046 sec.
11022 2025.01.08 18:29:20.463417 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11023 2025.01.08 18:29:20.463427 [ 192 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::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
11024 2025.01.08 18:29:20.463640 [ 284 ] {70afab8d-6b4f-4310-b13c-fe980ae47eb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
11025 2025.01.08 18:29:20.463707 [ 192 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11026 2025.01.08 18:29:20.463739 [ 284 ] {70afab8d-6b4f-4310-b13c-fe980ae47eb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
11027 2025.01.08 18:29:20.463774 [ 192 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_91_18, total 23071 rows starting from the beginning of the part
11028 2025.01.08 18:29:20.464178 [ 192 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 80 rows starting from the beginning of the part
11029 2025.01.08 18:29:20.464611 [ 192 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 100 rows starting from the beginning of the part
11030 2025.01.08 18:29:20.465012 [ 192 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 177 rows starting from the beginning of the part
11031 2025.01.08 18:29:20.465228 [ 192 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 100 rows starting from the beginning of the part
11032 2025.01.08 18:29:20.465592 [ 192 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 177 rows starting from the beginning of the part
11033 2025.01.08 18:29:20.466308 [ 284 ] {70afab8d-6b4f-4310-b13c-fe980ae47eb1} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11034 2025.01.08 18:29:20.466363 [ 284 ] {70afab8d-6b4f-4310-b13c-fe980ae47eb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
11035 2025.01.08 18:29:20.467030 [ 284 ] {70afab8d-6b4f-4310-b13c-fe980ae47eb1} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
11036 2025.01.08 18:29:20.467346 [ 284 ] {70afab8d-6b4f-4310-b13c-fe980ae47eb1} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11037 2025.01.08 18:29:20.467503 [ 67 ] {} <Debug> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc) (MergerMutator): Selected 6 parts from all_1_36_8 to all_41_41_0
11038 2025.01.08 18:29:20.467555 [ 67 ] {} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11039 2025.01.08 18:29:20.467589 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
11040 2025.01.08 18:29:20.467602 [ 284 ] {70afab8d-6b4f-4310-b13c-fe980ae47eb1} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004046 sec., 247.15768660405337 rows/sec., 16.65 KiB/sec.
11041 2025.01.08 18:29:20.468035 [ 284 ] {70afab8d-6b4f-4310-b13c-fe980ae47eb1} <Debug> TCPHandler: Processed in 0.004721603 sec.
11042 2025.01.08 18:29:20.468250 [ 199 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_41_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_8 to all_41_41_0 into Compact with storage Full
11043 2025.01.08 18:29:20.468651 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11044 2025.01.08 18:29:20.469099 [ 199 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_41_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11045 2025.01.08 18:29:20.469286 [ 199 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_41_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_8, total 36 rows starting from the beginning of the part
11046 2025.01.08 18:29:20.469902 [ 199 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_41_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 1 rows starting from the beginning of the part
11047 2025.01.08 18:29:20.470035 [ 290 ] {98a28797-2987-404b-ad72-31fe3ec34d19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11048 2025.01.08 18:29:20.470397 [ 199 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_41_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 1 rows starting from the beginning of the part
11049 2025.01.08 18:29:20.470880 [ 199 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_41_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 1 rows starting from the beginning of the part
11050 2025.01.08 18:29:20.471178 [ 199 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_41_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 1 rows starting from the beginning of the part
11051 2025.01.08 18:29:20.471273 [ 290 ] {98a28797-2987-404b-ad72-31fe3ec34d19} <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
11052 2025.01.08 18:29:20.471450 [ 199 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_41_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 1 rows starting from the beginning of the part
11053 2025.01.08 18:29:20.476312 [ 192 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23705 rows, containing 5 columns (5 merged, 0 gathered) in 0.013075731 sec., 1812900.5559995077 rows/sec., 121.41 MiB/sec.
11054 2025.01.08 18:29:20.477120 [ 187 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary)
11055 2025.01.08 18:29:20.477542 [ 199 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_41_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41 rows, containing 4 columns (4 merged, 0 gathered) in 0.009887038 sec., 4146.843574384967 rows/sec., 279.43 KiB/sec.
11056 2025.01.08 18:29:20.477827 [ 199 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_41_9} <Trace> MergedBlockOutputStream: filled checksums all_1_41_9 (state Temporary)
11057 2025.01.08 18:29:20.478231 [ 187 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11058 2025.01.08 18:29:20.478554 [ 187 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19
11059 2025.01.08 18:29:20.478876 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.98 MiB.
11060 2025.01.08 18:29:20.478991 [ 199 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_41_9} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Renaming temporary part tmp_merge_all_1_41_9 to all_1_41_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11061 2025.01.08 18:29:20.479246 [ 199 ] {77d66527-af05-4b5f-abac-09fa426106cc::all_1_41_9} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc) (MergerMutator): Merged 6 parts: [all_1_36_8, all_41_41_0] -> all_1_41_9
11062 2025.01.08 18:29:20.479294 [ 290 ] {98a28797-2987-404b-ad72-31fe3ec34d19} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11063 2025.01.08 18:29:20.479387 [ 290 ] {98a28797-2987-404b-ad72-31fe3ec34d19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
11064 2025.01.08 18:29:20.479400 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB.
11065 2025.01.08 18:29:20.480150 [ 290 ] {98a28797-2987-404b-ad72-31fe3ec34d19} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
11066 2025.01.08 18:29:20.480439 [ 290 ] {98a28797-2987-404b-ad72-31fe3ec34d19} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11067 2025.01.08 18:29:20.480630 [ 67 ] {} <Debug> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
11068 2025.01.08 18:29:20.480706 [ 67 ] {} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11069 2025.01.08 18:29:20.480735 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
11070 2025.01.08 18:29:20.480774 [ 290 ] {98a28797-2987-404b-ad72-31fe3ec34d19} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.011245 sec., 3557.136505113384 rows/sec., 6.37 MiB/sec.
11071 2025.01.08 18:29:20.481226 [ 187 ] {e2d038cd-23ef-42ff-ade3-a8c087d70f4f::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
11072 2025.01.08 18:29:20.481776 [ 290 ] {98a28797-2987-404b-ad72-31fe3ec34d19} <Debug> TCPHandler: Processed in 0.013570174 sec.
11073 2025.01.08 18:29:20.482143 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11074 2025.01.08 18:29:20.482409 [ 284 ] {d20f0e2b-355b-4ba8-8278-1cff06087337} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11075 2025.01.08 18:29:20.482484 [ 284 ] {d20f0e2b-355b-4ba8-8278-1cff06087337} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11076 2025.01.08 18:29:20.482499 [ 187 ] {e2d038cd-23ef-42ff-ade3-a8c087d70f4f::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11077 2025.01.08 18:29:20.482625 [ 187 ] {e2d038cd-23ef-42ff-ade3-a8c087d70f4f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1323 rows starting from the beginning of the part
11078 2025.01.08 18:29:20.483276 [ 187 ] {e2d038cd-23ef-42ff-ade3-a8c087d70f4f::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
11079 2025.01.08 18:29:20.483886 [ 187 ] {e2d038cd-23ef-42ff-ade3-a8c087d70f4f::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
11080 2025.01.08 18:29:20.484074 [ 284 ] {d20f0e2b-355b-4ba8-8278-1cff06087337} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11081 2025.01.08 18:29:20.484177 [ 284 ] {d20f0e2b-355b-4ba8-8278-1cff06087337} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
11082 2025.01.08 18:29:20.484525 [ 187 ] {e2d038cd-23ef-42ff-ade3-a8c087d70f4f::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
11083 2025.01.08 18:29:20.485091 [ 187 ] {e2d038cd-23ef-42ff-ade3-a8c087d70f4f::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
11084 2025.01.08 18:29:20.485331 [ 284 ] {d20f0e2b-355b-4ba8-8278-1cff06087337} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
11085 2025.01.08 18:29:20.485612 [ 187 ] {e2d038cd-23ef-42ff-ade3-a8c087d70f4f::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
11086 2025.01.08 18:29:20.486064 [ 284 ] {d20f0e2b-355b-4ba8-8278-1cff06087337} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11087 2025.01.08 18:29:20.486293 [ 67 ] {} <Debug> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0
11088 2025.01.08 18:29:20.486354 [ 67 ] {} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11089 2025.01.08 18:29:20.486398 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
11090 2025.01.08 18:29:20.486530 [ 284 ] {d20f0e2b-355b-4ba8-8278-1cff06087337} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.004131 sec., 12587.751149842652 rows/sec., 798.08 KiB/sec.
11091 2025.01.08 18:29:20.486921 [ 284 ] {d20f0e2b-355b-4ba8-8278-1cff06087337} <Debug> TCPHandler: Processed in 0.005010001 sec.
11092 2025.01.08 18:29:20.486963 [ 189 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::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
11093 2025.01.08 18:29:20.487268 [ 189 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11094 2025.01.08 18:29:20.487340 [ 189 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 3198 rows starting from the beginning of the part
11095 2025.01.08 18:29:20.487675 [ 189 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 24 rows starting from the beginning of the part
11096 2025.01.08 18:29:20.488021 [ 189 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 30 rows starting from the beginning of the part
11097 2025.01.08 18:29:20.488323 [ 189 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 52 rows starting from the beginning of the part
11098 2025.01.08 18:29:20.488535 [ 189 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 30 rows starting from the beginning of the part
11099 2025.01.08 18:29:20.488733 [ 189 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 52 rows starting from the beginning of the part
11100 2025.01.08 18:29:20.491002 [ 189 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3386 rows, containing 4 columns (4 merged, 0 gathered) in 0.004470046 sec., 757486.6119945969 rows/sec., 48.75 MiB/sec.
11101 2025.01.08 18:29:20.491492 [ 189 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary)
11102 2025.01.08 18:29:20.492172 [ 189 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_96_19} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11103 2025.01.08 18:29:20.492349 [ 189 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_96_19} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19
11104 2025.01.08 18:29:20.492500 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB.
11105 2025.01.08 18:29:20.498336 [ 197 ] {e2d038cd-23ef-42ff-ade3-a8c087d70f4f::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1523 rows, containing 19 columns (19 merged, 0 gathered) in 0.017503947 sec., 87008.94718202701 rows/sec., 155.92 MiB/sec.
11106 2025.01.08 18:29:20.499895 [ 188 ] {e2d038cd-23ef-42ff-ade3-a8c087d70f4f::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
11107 2025.01.08 18:29:20.500347 [ 188 ] {e2d038cd-23ef-42ff-ade3-a8c087d70f4f::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11108 2025.01.08 18:29:20.500438 [ 188 ] {e2d038cd-23ef-42ff-ade3-a8c087d70f4f::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
11109 2025.01.08 18:29:20.500594 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.71 MiB.
11110 2025.01.08 18:29:21.000225 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 241.05 MiB, peak 252.73 MiB, free memory in arenas 0.00 B, will set to 244.45 MiB (RSS), difference: 3.39 MiB
11111 2025.01.08 18:29:22.355892 [ 65 ] {} <Debug> DNSResolver: Updating DNS cache
11112 2025.01.08 18:29:22.355969 [ 65 ] {} <Debug> DNSResolver: Updated DNS cache
11113 2025.01.08 18:29:22.554269 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 26596
11114 2025.01.08 18:29:22.555034 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11115 2025.01.08 18:29:22.555096 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
11116 2025.01.08 18:29:22.555685 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
11117 2025.01.08 18:29:22.555968 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11118 2025.01.08 18:29:22.556225 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26596
11119 2025.01.08 18:29:24.426476 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 438
11120 2025.01.08 18:29:24.449124 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11121 2025.01.08 18:29:24.449187 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
11122 2025.01.08 18:29:24.456528 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
11123 2025.01.08 18:29:24.457293 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11124 2025.01.08 18:29:24.460869 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 438
11125 2025.01.08 18:29:25.425758 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11126 2025.01.08 18:29:25.425956 [ 284 ] {8d2f0b29-b441-4a1e-984d-f42be3cfe224} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11127 2025.01.08 18:29:25.426040 [ 284 ] {8d2f0b29-b441-4a1e-984d-f42be3cfe224} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11128 2025.01.08 18:29:25.426882 [ 284 ] {8d2f0b29-b441-4a1e-984d-f42be3cfe224} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11129 2025.01.08 18:29:25.426940 [ 284 ] {8d2f0b29-b441-4a1e-984d-f42be3cfe224} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
11130 2025.01.08 18:29:25.427422 [ 284 ] {8d2f0b29-b441-4a1e-984d-f42be3cfe224} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
11131 2025.01.08 18:29:25.427700 [ 284 ] {8d2f0b29-b441-4a1e-984d-f42be3cfe224} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11132 2025.01.08 18:29:25.427971 [ 284 ] {8d2f0b29-b441-4a1e-984d-f42be3cfe224} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.002063 sec., 12603.005332040717 rows/sec., 972.78 KiB/sec.
11133 2025.01.08 18:29:25.428084 [ 284 ] {8d2f0b29-b441-4a1e-984d-f42be3cfe224} <Debug> TCPHandler: Processed in 0.002465485 sec.
11134 2025.01.08 18:29:25.428402 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11135 2025.01.08 18:29:25.428607 [ 290 ] {b44d90bf-317d-4bcc-bac3-cdfc62eae2e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11136 2025.01.08 18:29:25.428680 [ 290 ] {b44d90bf-317d-4bcc-bac3-cdfc62eae2e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11137 2025.01.08 18:29:25.429571 [ 290 ] {b44d90bf-317d-4bcc-bac3-cdfc62eae2e9} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11138 2025.01.08 18:29:25.429614 [ 290 ] {b44d90bf-317d-4bcc-bac3-cdfc62eae2e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
11139 2025.01.08 18:29:25.430067 [ 290 ] {b44d90bf-317d-4bcc-bac3-cdfc62eae2e9} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
11140 2025.01.08 18:29:25.430325 [ 290 ] {b44d90bf-317d-4bcc-bac3-cdfc62eae2e9} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11141 2025.01.08 18:29:25.430565 [ 290 ] {b44d90bf-317d-4bcc-bac3-cdfc62eae2e9} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.002012 sec., 13916.500994035787 rows/sec., 1.09 MiB/sec.
11142 2025.01.08 18:29:25.430624 [ 290 ] {b44d90bf-317d-4bcc-bac3-cdfc62eae2e9} <Debug> TCPHandler: Processed in 0.002435104 sec.
11143 2025.01.08 18:29:25.430772 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11144 2025.01.08 18:29:25.430905 [ 284 ] {b4c620f5-a19b-4da8-aacc-4d43c4d83791} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11145 2025.01.08 18:29:25.430967 [ 284 ] {b4c620f5-a19b-4da8-aacc-4d43c4d83791} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11146 2025.01.08 18:29:25.431547 [ 284 ] {b4c620f5-a19b-4da8-aacc-4d43c4d83791} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11147 2025.01.08 18:29:25.431590 [ 284 ] {b4c620f5-a19b-4da8-aacc-4d43c4d83791} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
11148 2025.01.08 18:29:25.431998 [ 284 ] {b4c620f5-a19b-4da8-aacc-4d43c4d83791} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
11149 2025.01.08 18:29:25.432245 [ 284 ] {b4c620f5-a19b-4da8-aacc-4d43c4d83791} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11150 2025.01.08 18:29:25.432466 [ 284 ] {b4c620f5-a19b-4da8-aacc-4d43c4d83791} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001592 sec., 62814.07035175879 rows/sec., 4.36 MiB/sec.
11151 2025.01.08 18:29:25.432523 [ 284 ] {b4c620f5-a19b-4da8-aacc-4d43c4d83791} <Debug> TCPHandler: Processed in 0.001812417 sec.
11152 2025.01.08 18:29:25.432671 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11153 2025.01.08 18:29:25.432811 [ 290 ] {85ebd349-b308-44a9-99f1-77a560c2f627} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11154 2025.01.08 18:29:25.432873 [ 290 ] {85ebd349-b308-44a9-99f1-77a560c2f627} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11155 2025.01.08 18:29:25.433468 [ 290 ] {85ebd349-b308-44a9-99f1-77a560c2f627} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11156 2025.01.08 18:29:25.433517 [ 290 ] {85ebd349-b308-44a9-99f1-77a560c2f627} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
11157 2025.01.08 18:29:25.433912 [ 290 ] {85ebd349-b308-44a9-99f1-77a560c2f627} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
11158 2025.01.08 18:29:25.434158 [ 290 ] {85ebd349-b308-44a9-99f1-77a560c2f627} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11159 2025.01.08 18:29:25.434403 [ 290 ] {85ebd349-b308-44a9-99f1-77a560c2f627} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001623 sec., 18484.288354898334 rows/sec., 1.27 MiB/sec.
11160 2025.01.08 18:29:25.434473 [ 290 ] {85ebd349-b308-44a9-99f1-77a560c2f627} <Debug> TCPHandler: Processed in 0.001868748 sec.
11161 2025.01.08 18:29:25.734380 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11162 2025.01.08 18:29:25.734549 [ 284 ] {f2aa71e6-abf5-4493-ad3c-8c02f95bd4e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
11163 2025.01.08 18:29:25.734611 [ 284 ] {f2aa71e6-abf5-4493-ad3c-8c02f95bd4e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
11164 2025.01.08 18:29:25.735285 [ 284 ] {f2aa71e6-abf5-4493-ad3c-8c02f95bd4e2} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11165 2025.01.08 18:29:25.735329 [ 284 ] {f2aa71e6-abf5-4493-ad3c-8c02f95bd4e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
11166 2025.01.08 18:29:25.735723 [ 284 ] {f2aa71e6-abf5-4493-ad3c-8c02f95bd4e2} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
11167 2025.01.08 18:29:25.735969 [ 284 ] {f2aa71e6-abf5-4493-ad3c-8c02f95bd4e2} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11168 2025.01.08 18:29:25.736199 [ 284 ] {f2aa71e6-abf5-4493-ad3c-8c02f95bd4e2} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00169 sec., 8284.023668639053 rows/sec., 596.34 KiB/sec.
11169 2025.01.08 18:29:25.736259 [ 284 ] {f2aa71e6-abf5-4493-ad3c-8c02f95bd4e2} <Debug> TCPHandler: Processed in 0.001971482 sec.
11170 2025.01.08 18:29:25.736490 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11171 2025.01.08 18:29:25.736679 [ 290 ] {d18c0755-e701-47a2-922e-6e939d9430d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
11172 2025.01.08 18:29:25.736753 [ 290 ] {d18c0755-e701-47a2-922e-6e939d9430d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
11173 2025.01.08 18:29:25.737541 [ 290 ] {d18c0755-e701-47a2-922e-6e939d9430d7} <Trace> oximeter.fields_ipaddr (a146431f-2326-4c8f-a3c3-fb5a4b690f62): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11174 2025.01.08 18:29:25.737584 [ 290 ] {d18c0755-e701-47a2-922e-6e939d9430d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
11175 2025.01.08 18:29:25.737984 [ 290 ] {d18c0755-e701-47a2-922e-6e939d9430d7} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
11176 2025.01.08 18:29:25.738233 [ 290 ] {d18c0755-e701-47a2-922e-6e939d9430d7} <Trace> oximeter.fields_ipaddr (a146431f-2326-4c8f-a3c3-fb5a4b690f62): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11177 2025.01.08 18:29:25.738496 [ 290 ] {d18c0755-e701-47a2-922e-6e939d9430d7} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001863 sec., 6441.2238325281805 rows/sec., 525.24 KiB/sec.
11178 2025.01.08 18:29:25.738594 [ 290 ] {d18c0755-e701-47a2-922e-6e939d9430d7} <Debug> TCPHandler: Processed in 0.002211298 sec.
11179 2025.01.08 18:29:25.738737 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11180 2025.01.08 18:29:25.738857 [ 284 ] {0dad1512-e4e3-4dc8-815d-82373db22823} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11181 2025.01.08 18:29:25.738908 [ 284 ] {0dad1512-e4e3-4dc8-815d-82373db22823} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11182 2025.01.08 18:29:25.740049 [ 284 ] {0dad1512-e4e3-4dc8-815d-82373db22823} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11183 2025.01.08 18:29:25.740091 [ 284 ] {0dad1512-e4e3-4dc8-815d-82373db22823} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
11184 2025.01.08 18:29:25.740543 [ 284 ] {0dad1512-e4e3-4dc8-815d-82373db22823} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
11185 2025.01.08 18:29:25.740800 [ 284 ] {0dad1512-e4e3-4dc8-815d-82373db22823} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11186 2025.01.08 18:29:25.741021 [ 284 ] {0dad1512-e4e3-4dc8-815d-82373db22823} <Debug> executeQuery: Read 1399 rows, 120.22 KiB in 0.002189 sec., 639104.6139789858 rows/sec., 53.63 MiB/sec.
11187 2025.01.08 18:29:25.741079 [ 284 ] {0dad1512-e4e3-4dc8-815d-82373db22823} <Debug> TCPHandler: Processed in 0.002400893 sec.
11188 2025.01.08 18:29:25.741244 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11189 2025.01.08 18:29:25.741387 [ 290 ] {f9fc1bb6-f7ff-404e-8916-3115fa76a62f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11190 2025.01.08 18:29:25.741449 [ 290 ] {f9fc1bb6-f7ff-404e-8916-3115fa76a62f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11191 2025.01.08 18:29:25.742073 [ 290 ] {f9fc1bb6-f7ff-404e-8916-3115fa76a62f} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11192 2025.01.08 18:29:25.742113 [ 290 ] {f9fc1bb6-f7ff-404e-8916-3115fa76a62f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
11193 2025.01.08 18:29:25.742485 [ 290 ] {f9fc1bb6-f7ff-404e-8916-3115fa76a62f} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
11194 2025.01.08 18:29:25.742724 [ 290 ] {f9fc1bb6-f7ff-404e-8916-3115fa76a62f} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11195 2025.01.08 18:29:25.742957 [ 290 ] {f9fc1bb6-f7ff-404e-8916-3115fa76a62f} <Debug> executeQuery: Read 59 rows, 4.30 KiB in 0.001603 sec., 36805.988771054275 rows/sec., 2.62 MiB/sec.
11196 2025.01.08 18:29:25.743013 [ 290 ] {f9fc1bb6-f7ff-404e-8916-3115fa76a62f} <Debug> TCPHandler: Processed in 0.001837748 sec.
11197 2025.01.08 18:29:25.743155 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11198 2025.01.08 18:29:25.743271 [ 284 ] {a3b97e26-6138-41ef-874a-7d3f2517a7a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
11199 2025.01.08 18:29:25.743321 [ 284 ] {a3b97e26-6138-41ef-874a-7d3f2517a7a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
11200 2025.01.08 18:29:25.743969 [ 284 ] {a3b97e26-6138-41ef-874a-7d3f2517a7a4} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11201 2025.01.08 18:29:25.744009 [ 284 ] {a3b97e26-6138-41ef-874a-7d3f2517a7a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
11202 2025.01.08 18:29:25.744380 [ 284 ] {a3b97e26-6138-41ef-874a-7d3f2517a7a4} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
11203 2025.01.08 18:29:25.744615 [ 284 ] {a3b97e26-6138-41ef-874a-7d3f2517a7a4} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11204 2025.01.08 18:29:25.744837 [ 284 ] {a3b97e26-6138-41ef-874a-7d3f2517a7a4} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.00159 sec., 152201.2578616352 rows/sec., 10.31 MiB/sec.
11205 2025.01.08 18:29:25.744892 [ 284 ] {a3b97e26-6138-41ef-874a-7d3f2517a7a4} <Debug> TCPHandler: Processed in 0.001797307 sec.
11206 2025.01.08 18:29:25.745050 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11207 2025.01.08 18:29:25.745187 [ 290 ] {c61b38aa-18f1-44ef-a9d6-cf3f18e0c59c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
11208 2025.01.08 18:29:25.745244 [ 290 ] {c61b38aa-18f1-44ef-a9d6-cf3f18e0c59c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
11209 2025.01.08 18:29:25.745874 [ 290 ] {c61b38aa-18f1-44ef-a9d6-cf3f18e0c59c} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11210 2025.01.08 18:29:25.745914 [ 290 ] {c61b38aa-18f1-44ef-a9d6-cf3f18e0c59c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
11211 2025.01.08 18:29:25.746275 [ 290 ] {c61b38aa-18f1-44ef-a9d6-cf3f18e0c59c} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
11212 2025.01.08 18:29:25.746527 [ 290 ] {c61b38aa-18f1-44ef-a9d6-cf3f18e0c59c} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11213 2025.01.08 18:29:25.746735 [ 290 ] {c61b38aa-18f1-44ef-a9d6-cf3f18e0c59c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001579 sec., 8233.058898036732 rows/sec., 513.33 KiB/sec.
11214 2025.01.08 18:29:25.746790 [ 290 ] {c61b38aa-18f1-44ef-a9d6-cf3f18e0c59c} <Debug> TCPHandler: Processed in 0.001806217 sec.
11215 2025.01.08 18:29:25.746934 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11216 2025.01.08 18:29:25.747051 [ 284 ] {ba264405-2c1b-4ec1-9f64-f44f7ec8a3ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11217 2025.01.08 18:29:25.747101 [ 284 ] {ba264405-2c1b-4ec1-9f64-f44f7ec8a3ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11218 2025.01.08 18:29:25.748044 [ 284 ] {ba264405-2c1b-4ec1-9f64-f44f7ec8a3ca} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11219 2025.01.08 18:29:25.748083 [ 284 ] {ba264405-2c1b-4ec1-9f64-f44f7ec8a3ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
11220 2025.01.08 18:29:25.748482 [ 284 ] {ba264405-2c1b-4ec1-9f64-f44f7ec8a3ca} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
11221 2025.01.08 18:29:25.748726 [ 284 ] {ba264405-2c1b-4ec1-9f64-f44f7ec8a3ca} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11222 2025.01.08 18:29:25.748914 [ 284 ] {ba264405-2c1b-4ec1-9f64-f44f7ec8a3ca} <Debug> executeQuery: Read 854 rows, 63.27 KiB in 0.001888 sec., 452330.5084745763 rows/sec., 32.73 MiB/sec.
11223 2025.01.08 18:29:25.748969 [ 284 ] {ba264405-2c1b-4ec1-9f64-f44f7ec8a3ca} <Debug> TCPHandler: Processed in 0.002093395 sec.
11224 2025.01.08 18:29:25.749125 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11225 2025.01.08 18:29:25.749266 [ 290 ] {c7a9c9b4-abea-4261-953e-2b04faeda898} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
11226 2025.01.08 18:29:25.749327 [ 290 ] {c7a9c9b4-abea-4261-953e-2b04faeda898} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
11227 2025.01.08 18:29:25.749859 [ 290 ] {c7a9c9b4-abea-4261-953e-2b04faeda898} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11228 2025.01.08 18:29:25.749898 [ 290 ] {c7a9c9b4-abea-4261-953e-2b04faeda898} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
11229 2025.01.08 18:29:25.750281 [ 290 ] {c7a9c9b4-abea-4261-953e-2b04faeda898} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
11230 2025.01.08 18:29:25.750539 [ 290 ] {c7a9c9b4-abea-4261-953e-2b04faeda898} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11231 2025.01.08 18:29:25.750800 [ 290 ] {c7a9c9b4-abea-4261-953e-2b04faeda898} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001553 sec., 3863.4900193174503 rows/sec., 201.85 KiB/sec.
11232 2025.01.08 18:29:25.750977 [ 290 ] {c7a9c9b4-abea-4261-953e-2b04faeda898} <Debug> TCPHandler: Processed in 0.00191639 sec.
11233 2025.01.08 18:29:25.751202 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11234 2025.01.08 18:29:25.751338 [ 284 ] {29ce72d4-42f1-4da4-aa32-7b7432b6fc9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11235 2025.01.08 18:29:25.751391 [ 284 ] {29ce72d4-42f1-4da4-aa32-7b7432b6fc9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11236 2025.01.08 18:29:25.752178 [ 284 ] {29ce72d4-42f1-4da4-aa32-7b7432b6fc9e} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11237 2025.01.08 18:29:25.752216 [ 284 ] {29ce72d4-42f1-4da4-aa32-7b7432b6fc9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
11238 2025.01.08 18:29:25.752649 [ 284 ] {29ce72d4-42f1-4da4-aa32-7b7432b6fc9e} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
11239 2025.01.08 18:29:25.752894 [ 284 ] {29ce72d4-42f1-4da4-aa32-7b7432b6fc9e} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11240 2025.01.08 18:29:25.753077 [ 284 ] {29ce72d4-42f1-4da4-aa32-7b7432b6fc9e} <Debug> executeQuery: Read 949 rows, 64.53 KiB in 0.001764 sec., 537981.8594104309 rows/sec., 35.72 MiB/sec.
11241 2025.01.08 18:29:25.753131 [ 284 ] {29ce72d4-42f1-4da4-aa32-7b7432b6fc9e} <Debug> TCPHandler: Processed in 0.002048613 sec.
11242 2025.01.08 18:29:25.753285 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11243 2025.01.08 18:29:25.753422 [ 290 ] {224ebd56-972b-4ef0-bfb8-185de25db5da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
11244 2025.01.08 18:29:25.753484 [ 290 ] {224ebd56-972b-4ef0-bfb8-185de25db5da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
11245 2025.01.08 18:29:25.754055 [ 290 ] {224ebd56-972b-4ef0-bfb8-185de25db5da} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11246 2025.01.08 18:29:25.754102 [ 290 ] {224ebd56-972b-4ef0-bfb8-185de25db5da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
11247 2025.01.08 18:29:25.754535 [ 290 ] {224ebd56-972b-4ef0-bfb8-185de25db5da} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
11248 2025.01.08 18:29:25.754778 [ 290 ] {224ebd56-972b-4ef0-bfb8-185de25db5da} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11249 2025.01.08 18:29:25.754989 [ 290 ] {224ebd56-972b-4ef0-bfb8-185de25db5da} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001597 sec., 626.1740763932373 rows/sec., 42.19 KiB/sec.
11250 2025.01.08 18:29:25.755045 [ 290 ] {224ebd56-972b-4ef0-bfb8-185de25db5da} <Debug> TCPHandler: Processed in 0.001830438 sec.
11251 2025.01.08 18:29:25.755193 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11252 2025.01.08 18:29:25.755309 [ 284 ] {8721759c-4d98-493b-afcc-ec0bb6c91126} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11253 2025.01.08 18:29:25.755389 [ 284 ] {8721759c-4d98-493b-afcc-ec0bb6c91126} <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
11254 2025.01.08 18:29:25.756586 [ 284 ] {8721759c-4d98-493b-afcc-ec0bb6c91126} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11255 2025.01.08 18:29:25.756624 [ 284 ] {8721759c-4d98-493b-afcc-ec0bb6c91126} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
11256 2025.01.08 18:29:25.757273 [ 284 ] {8721759c-4d98-493b-afcc-ec0bb6c91126} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
11257 2025.01.08 18:29:25.757535 [ 284 ] {8721759c-4d98-493b-afcc-ec0bb6c91126} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11258 2025.01.08 18:29:25.757738 [ 284 ] {8721759c-4d98-493b-afcc-ec0bb6c91126} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002453 sec., 16306.563391765187 rows/sec., 29.22 MiB/sec.
11259 2025.01.08 18:29:25.757847 [ 284 ] {8721759c-4d98-493b-afcc-ec0bb6c91126} <Debug> TCPHandler: Processed in 0.00271236 sec.
11260 2025.01.08 18:29:25.758001 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11261 2025.01.08 18:29:25.758137 [ 290 ] {cb451eb6-dc4a-4dfe-9366-a20f052d612d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11262 2025.01.08 18:29:25.758197 [ 290 ] {cb451eb6-dc4a-4dfe-9366-a20f052d612d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11263 2025.01.08 18:29:25.758727 [ 290 ] {cb451eb6-dc4a-4dfe-9366-a20f052d612d} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11264 2025.01.08 18:29:25.758767 [ 290 ] {cb451eb6-dc4a-4dfe-9366-a20f052d612d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
11265 2025.01.08 18:29:25.759159 [ 290 ] {cb451eb6-dc4a-4dfe-9366-a20f052d612d} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
11266 2025.01.08 18:29:25.759414 [ 290 ] {cb451eb6-dc4a-4dfe-9366-a20f052d612d} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11267 2025.01.08 18:29:25.759630 [ 290 ] {cb451eb6-dc4a-4dfe-9366-a20f052d612d} <Debug> executeQuery: Read 28 rows, 1.61 KiB in 0.001525 sec., 18360.655737704918 rows/sec., 1.03 MiB/sec.
11268 2025.01.08 18:29:25.759683 [ 290 ] {cb451eb6-dc4a-4dfe-9366-a20f052d612d} <Debug> TCPHandler: Processed in 0.001749505 sec.
11269 2025.01.08 18:29:26.000161 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 245.58 MiB, peak 252.73 MiB, free memory in arenas 0.00 B, will set to 244.45 MiB (RSS), difference: -1.14 MiB
11270 2025.01.08 18:29:27.698355 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 1576
11271 2025.01.08 18:29:27.701961 [ 242 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11272 2025.01.08 18:29:27.702015 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
11273 2025.01.08 18:29:27.703562 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
11274 2025.01.08 18:29:27.703880 [ 242 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11275 2025.01.08 18:29:27.704532 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1576
11276 2025.01.08 18:29:30.056375 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 27084
11277 2025.01.08 18:29:30.057066 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11278 2025.01.08 18:29:30.057119 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
11279 2025.01.08 18:29:30.057668 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
11280 2025.01.08 18:29:30.057943 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11281 2025.01.08 18:29:30.058262 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27084
11282 2025.01.08 18:29:30.424860 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11283 2025.01.08 18:29:30.425059 [ 284 ] {2fe25a11-4717-45c1-99fe-4d224d38dabe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11284 2025.01.08 18:29:30.425134 [ 284 ] {2fe25a11-4717-45c1-99fe-4d224d38dabe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11285 2025.01.08 18:29:30.425909 [ 284 ] {2fe25a11-4717-45c1-99fe-4d224d38dabe} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11286 2025.01.08 18:29:30.425964 [ 284 ] {2fe25a11-4717-45c1-99fe-4d224d38dabe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
11287 2025.01.08 18:29:30.426411 [ 284 ] {2fe25a11-4717-45c1-99fe-4d224d38dabe} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
11288 2025.01.08 18:29:30.426670 [ 284 ] {2fe25a11-4717-45c1-99fe-4d224d38dabe} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11289 2025.01.08 18:29:30.426912 [ 284 ] {2fe25a11-4717-45c1-99fe-4d224d38dabe} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001908 sec., 13626.834381551364 rows/sec., 1.03 MiB/sec.
11290 2025.01.08 18:29:30.426981 [ 284 ] {2fe25a11-4717-45c1-99fe-4d224d38dabe} <Debug> TCPHandler: Processed in 0.002260839 sec.
11291 2025.01.08 18:29:30.427244 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11292 2025.01.08 18:29:30.427445 [ 290 ] {b7866ac3-9476-4640-8913-a28a433d3754} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11293 2025.01.08 18:29:30.427523 [ 290 ] {b7866ac3-9476-4640-8913-a28a433d3754} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11294 2025.01.08 18:29:30.428298 [ 290 ] {b7866ac3-9476-4640-8913-a28a433d3754} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11295 2025.01.08 18:29:30.428352 [ 290 ] {b7866ac3-9476-4640-8913-a28a433d3754} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
11296 2025.01.08 18:29:30.428808 [ 290 ] {b7866ac3-9476-4640-8913-a28a433d3754} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
11297 2025.01.08 18:29:30.429075 [ 290 ] {b7866ac3-9476-4640-8913-a28a433d3754} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11298 2025.01.08 18:29:30.429319 [ 290 ] {b7866ac3-9476-4640-8913-a28a433d3754} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001928 sec., 14522.821576763485 rows/sec., 1.13 MiB/sec.
11299 2025.01.08 18:29:30.429390 [ 290 ] {b7866ac3-9476-4640-8913-a28a433d3754} <Debug> TCPHandler: Processed in 0.00228771 sec.
11300 2025.01.08 18:29:30.429551 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11301 2025.01.08 18:29:30.429682 [ 284 ] {ced0cf2f-c7d7-465b-8a0b-5de378531001} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11302 2025.01.08 18:29:30.429749 [ 284 ] {ced0cf2f-c7d7-465b-8a0b-5de378531001} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11303 2025.01.08 18:29:30.430433 [ 284 ] {ced0cf2f-c7d7-465b-8a0b-5de378531001} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11304 2025.01.08 18:29:30.430483 [ 284 ] {ced0cf2f-c7d7-465b-8a0b-5de378531001} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
11305 2025.01.08 18:29:30.430932 [ 284 ] {ced0cf2f-c7d7-465b-8a0b-5de378531001} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
11306 2025.01.08 18:29:30.431192 [ 284 ] {ced0cf2f-c7d7-465b-8a0b-5de378531001} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11307 2025.01.08 18:29:30.431412 [ 284 ] {ced0cf2f-c7d7-465b-8a0b-5de378531001} <Debug> executeQuery: Read 80 rows, 5.68 KiB in 0.00176 sec., 45454.545454545456 rows/sec., 3.15 MiB/sec.
11308 2025.01.08 18:29:30.431470 [ 284 ] {ced0cf2f-c7d7-465b-8a0b-5de378531001} <Debug> TCPHandler: Processed in 0.001977071 sec.
11309 2025.01.08 18:29:30.431631 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11310 2025.01.08 18:29:30.431762 [ 290 ] {efd010a2-0653-4a14-a7e8-fa839879dfda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11311 2025.01.08 18:29:30.431824 [ 290 ] {efd010a2-0653-4a14-a7e8-fa839879dfda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11312 2025.01.08 18:29:30.432418 [ 290 ] {efd010a2-0653-4a14-a7e8-fa839879dfda} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11313 2025.01.08 18:29:30.432469 [ 290 ] {efd010a2-0653-4a14-a7e8-fa839879dfda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
11314 2025.01.08 18:29:30.432971 [ 290 ] {efd010a2-0653-4a14-a7e8-fa839879dfda} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
11315 2025.01.08 18:29:30.433305 [ 290 ] {efd010a2-0653-4a14-a7e8-fa839879dfda} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11316 2025.01.08 18:29:30.433578 [ 290 ] {efd010a2-0653-4a14-a7e8-fa839879dfda} <Debug> executeQuery: Read 24 rows, 1.68 KiB in 0.001844 sec., 13015.184381778743 rows/sec., 913.01 KiB/sec.
11317 2025.01.08 18:29:30.433656 [ 290 ] {efd010a2-0653-4a14-a7e8-fa839879dfda} <Debug> TCPHandler: Processed in 0.002085824 sec.
11318 2025.01.08 18:29:31.960960 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 445
11319 2025.01.08 18:29:31.982172 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11320 2025.01.08 18:29:31.982229 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
11321 2025.01.08 18:29:31.989617 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
11322 2025.01.08 18:29:31.990392 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11323 2025.01.08 18:29:31.993268 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 445
11324 2025.01.08 18:29:35.426359 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11325 2025.01.08 18:29:35.426562 [ 284 ] {4c329aac-fc24-49e7-b58e-791f341eed3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11326 2025.01.08 18:29:35.426644 [ 284 ] {4c329aac-fc24-49e7-b58e-791f341eed3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11327 2025.01.08 18:29:35.427417 [ 284 ] {4c329aac-fc24-49e7-b58e-791f341eed3f} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11328 2025.01.08 18:29:35.427465 [ 284 ] {4c329aac-fc24-49e7-b58e-791f341eed3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
11329 2025.01.08 18:29:35.427899 [ 284 ] {4c329aac-fc24-49e7-b58e-791f341eed3f} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
11330 2025.01.08 18:29:35.428159 [ 284 ] {4c329aac-fc24-49e7-b58e-791f341eed3f} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11331 2025.01.08 18:29:35.428408 [ 284 ] {4c329aac-fc24-49e7-b58e-791f341eed3f} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001904 sec., 13655.46218487395 rows/sec., 1.03 MiB/sec.
11332 2025.01.08 18:29:35.428473 [ 284 ] {4c329aac-fc24-49e7-b58e-791f341eed3f} <Debug> TCPHandler: Processed in 0.002258888 sec.
11333 2025.01.08 18:29:35.428728 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11334 2025.01.08 18:29:35.428950 [ 290 ] {5e27cf44-3612-42cf-9460-46898959153c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11335 2025.01.08 18:29:35.429026 [ 290 ] {5e27cf44-3612-42cf-9460-46898959153c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11336 2025.01.08 18:29:35.429783 [ 290 ] {5e27cf44-3612-42cf-9460-46898959153c} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11337 2025.01.08 18:29:35.429829 [ 290 ] {5e27cf44-3612-42cf-9460-46898959153c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
11338 2025.01.08 18:29:35.430292 [ 290 ] {5e27cf44-3612-42cf-9460-46898959153c} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
11339 2025.01.08 18:29:35.430571 [ 290 ] {5e27cf44-3612-42cf-9460-46898959153c} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11340 2025.01.08 18:29:35.430816 [ 290 ] {5e27cf44-3612-42cf-9460-46898959153c} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.00192 sec., 14583.333333333332 rows/sec., 1.14 MiB/sec.
11341 2025.01.08 18:29:35.430924 [ 290 ] {5e27cf44-3612-42cf-9460-46898959153c} <Debug> TCPHandler: Processed in 0.002341601 sec.
11342 2025.01.08 18:29:35.431110 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11343 2025.01.08 18:29:35.431406 [ 284 ] {e5366956-c19f-47c1-b424-2422c9017c42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11344 2025.01.08 18:29:35.431543 [ 284 ] {e5366956-c19f-47c1-b424-2422c9017c42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11345 2025.01.08 18:29:35.432144 [ 284 ] {e5366956-c19f-47c1-b424-2422c9017c42} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11346 2025.01.08 18:29:35.432186 [ 284 ] {e5366956-c19f-47c1-b424-2422c9017c42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
11347 2025.01.08 18:29:35.432591 [ 284 ] {e5366956-c19f-47c1-b424-2422c9017c42} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
11348 2025.01.08 18:29:35.432835 [ 284 ] {e5366956-c19f-47c1-b424-2422c9017c42} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11349 2025.01.08 18:29:35.433062 [ 284 ] {e5366956-c19f-47c1-b424-2422c9017c42} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.00177 sec., 56497.17514124294 rows/sec., 3.92 MiB/sec.
11350 2025.01.08 18:29:35.433118 [ 284 ] {e5366956-c19f-47c1-b424-2422c9017c42} <Debug> TCPHandler: Processed in 0.002104645 sec.
11351 2025.01.08 18:29:35.433270 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11352 2025.01.08 18:29:35.433419 [ 290 ] {e9769c6b-efda-484b-8030-e8bc3013bec5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11353 2025.01.08 18:29:35.433485 [ 290 ] {e9769c6b-efda-484b-8030-e8bc3013bec5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11354 2025.01.08 18:29:35.434046 [ 290 ] {e9769c6b-efda-484b-8030-e8bc3013bec5} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11355 2025.01.08 18:29:35.434085 [ 290 ] {e9769c6b-efda-484b-8030-e8bc3013bec5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
11356 2025.01.08 18:29:35.434484 [ 290 ] {e9769c6b-efda-484b-8030-e8bc3013bec5} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
11357 2025.01.08 18:29:35.434737 [ 290 ] {e9769c6b-efda-484b-8030-e8bc3013bec5} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11358 2025.01.08 18:29:35.434922 [ 290 ] {e9769c6b-efda-484b-8030-e8bc3013bec5} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001542 sec., 19455.252918287937 rows/sec., 1.33 MiB/sec.
11359 2025.01.08 18:29:35.434975 [ 290 ] {e9769c6b-efda-484b-8030-e8bc3013bec5} <Debug> TCPHandler: Processed in 0.001773056 sec.
11360 2025.01.08 18:29:36.165654 [ 44 ] {} <Debug> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3) (MergerMutator): Selected 5 parts from all_1_38_8 to all_42_42_0
11361 2025.01.08 18:29:36.165727 [ 44 ] {} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11362 2025.01.08 18:29:36.165754 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
11363 2025.01.08 18:29:36.166028 [ 186 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::all_1_42_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_38_8 to all_42_42_0 into Compact with storage Full
11364 2025.01.08 18:29:36.166296 [ 186 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::all_1_42_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11365 2025.01.08 18:29:36.166341 [ 186 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_38_8, total 242 rows starting from the beginning of the part
11366 2025.01.08 18:29:36.166437 [ 186 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 242 rows starting from the beginning of the part
11367 2025.01.08 18:29:36.166545 [ 186 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 14 rows starting from the beginning of the part
11368 2025.01.08 18:29:36.166825 [ 186 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 14 rows starting from the beginning of the part
11369 2025.01.08 18:29:36.166999 [ 186 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 242 rows starting from the beginning of the part
11370 2025.01.08 18:29:36.168206 [ 197 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::all_1_42_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 754 rows, containing 5 columns (5 merged, 0 gathered) in 0.002348501 sec., 321055.8564803677 rows/sec., 22.98 MiB/sec.
11371 2025.01.08 18:29:36.168432 [ 197 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::all_1_42_9} <Trace> MergedBlockOutputStream: filled checksums all_1_42_9 (state Temporary)
11372 2025.01.08 18:29:36.168824 [ 197 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::all_1_42_9} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Renaming temporary part tmp_merge_all_1_42_9 to all_1_42_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11373 2025.01.08 18:29:36.168951 [ 197 ] {2c223895-825c-4136-aa84-337ee2a5ddc3::all_1_42_9} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3) (MergerMutator): Merged 5 parts: [all_1_38_8, all_42_42_0] -> all_1_42_9
11374 2025.01.08 18:29:36.169061 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB.
11375 2025.01.08 18:29:36.179848 [ 44 ] {} <Debug> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a) (MergerMutator): Selected 5 parts from all_1_38_8 to all_42_42_0
11376 2025.01.08 18:29:36.179890 [ 44 ] {} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11377 2025.01.08 18:29:36.179914 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
11378 2025.01.08 18:29:36.180055 [ 188 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::all_1_42_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_38_8 to all_42_42_0 into Compact with storage Full
11379 2025.01.08 18:29:36.180371 [ 188 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::all_1_42_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11380 2025.01.08 18:29:36.180478 [ 188 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_38_8, total 61 rows starting from the beginning of the part
11381 2025.01.08 18:29:36.180879 [ 188 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 49 rows starting from the beginning of the part
11382 2025.01.08 18:29:36.181223 [ 188 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 47 rows starting from the beginning of the part
11383 2025.01.08 18:29:36.181287 [ 188 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 47 rows starting from the beginning of the part
11384 2025.01.08 18:29:36.181525 [ 188 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 59 rows starting from the beginning of the part
11385 2025.01.08 18:29:36.182519 [ 200 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::all_1_42_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 263 rows, containing 5 columns (5 merged, 0 gathered) in 0.002554477 sec., 102956.49559577166 rows/sec., 7.76 MiB/sec.
11386 2025.01.08 18:29:36.182667 [ 200 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::all_1_42_9} <Trace> MergedBlockOutputStream: filled checksums all_1_42_9 (state Temporary)
11387 2025.01.08 18:29:36.182987 [ 200 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::all_1_42_9} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Renaming temporary part tmp_merge_all_1_42_9 to all_1_42_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11388 2025.01.08 18:29:36.183067 [ 200 ] {f0435507-f7ba-44f4-a4b0-d6e8989ba65a::all_1_42_9} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a) (MergerMutator): Merged 5 parts: [all_1_38_8, all_42_42_0] -> all_1_42_9
11389 2025.01.08 18:29:36.183147 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
11390 2025.01.08 18:29:37.071033 [ 44 ] {} <Debug> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e) (MergerMutator): Selected 5 parts from all_1_38_8 to all_42_42_0
11391 2025.01.08 18:29:37.071121 [ 44 ] {} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11392 2025.01.08 18:29:37.071147 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
11393 2025.01.08 18:29:37.071326 [ 200 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::all_1_42_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_38_8 to all_42_42_0 into Compact with storage Full
11394 2025.01.08 18:29:37.071772 [ 200 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::all_1_42_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11395 2025.01.08 18:29:37.071845 [ 200 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_38_8, total 228 rows starting from the beginning of the part
11396 2025.01.08 18:29:37.071940 [ 200 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 6 rows starting from the beginning of the part
11397 2025.01.08 18:29:37.072040 [ 200 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 6 rows starting from the beginning of the part
11398 2025.01.08 18:29:37.072275 [ 200 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 6 rows starting from the beginning of the part
11399 2025.01.08 18:29:37.072492 [ 200 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 6 rows starting from the beginning of the part
11400 2025.01.08 18:29:37.073681 [ 197 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::all_1_42_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 252 rows, containing 4 columns (4 merged, 0 gathered) in 0.002459174 sec., 102473.43213615628 rows/sec., 5.23 MiB/sec.
11401 2025.01.08 18:29:37.073904 [ 197 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::all_1_42_9} <Trace> MergedBlockOutputStream: filled checksums all_1_42_9 (state Temporary)
11402 2025.01.08 18:29:37.074263 [ 197 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::all_1_42_9} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Renaming temporary part tmp_merge_all_1_42_9 to all_1_42_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11403 2025.01.08 18:29:37.074361 [ 197 ] {ad655653-4baa-4594-8cbb-9e7a3f200b7e::all_1_42_9} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e) (MergerMutator): Merged 5 parts: [all_1_38_8, all_42_42_0] -> all_1_42_9
11404 2025.01.08 18:29:37.074467 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
11405 2025.01.08 18:29:37.356031 [ 44 ] {} <Debug> DNSResolver: Updating DNS cache
11406 2025.01.08 18:29:37.356112 [ 44 ] {} <Debug> DNSResolver: Updated DNS cache
11407 2025.01.08 18:29:37.558425 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27511
11408 2025.01.08 18:29:37.559139 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11409 2025.01.08 18:29:37.559187 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
11410 2025.01.08 18:29:37.559708 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
11411 2025.01.08 18:29:37.559988 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11412 2025.01.08 18:29:37.560262 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27511
11413 2025.01.08 18:29:37.704834 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1592
11414 2025.01.08 18:29:37.707593 [ 242 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11415 2025.01.08 18:29:37.707654 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
11416 2025.01.08 18:29:37.709145 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
11417 2025.01.08 18:29:37.709473 [ 242 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11418 2025.01.08 18:29:37.710909 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1592
11419 2025.01.08 18:29:37.963637 [ 37 ] {} <Debug> oximeter.fields_ipaddr (a146431f-2326-4c8f-a3c3-fb5a4b690f62) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0
11420 2025.01.08 18:29:37.963743 [ 37 ] {} <Trace> oximeter.fields_ipaddr (a146431f-2326-4c8f-a3c3-fb5a4b690f62): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11421 2025.01.08 18:29:37.963784 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
11422 2025.01.08 18:29:37.964057 [ 195 ] {a146431f-2326-4c8f-a3c3-fb5a4b690f62::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
11423 2025.01.08 18:29:37.964363 [ 195 ] {a146431f-2326-4c8f-a3c3-fb5a4b690f62::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11424 2025.01.08 18:29:37.964440 [ 195 ] {a146431f-2326-4c8f-a3c3-fb5a4b690f62::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
11425 2025.01.08 18:29:37.964616 [ 195 ] {a146431f-2326-4c8f-a3c3-fb5a4b690f62::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 2 rows starting from the beginning of the part
11426 2025.01.08 18:29:37.964916 [ 195 ] {a146431f-2326-4c8f-a3c3-fb5a4b690f62::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 12 rows starting from the beginning of the part
11427 2025.01.08 18:29:37.965186 [ 195 ] {a146431f-2326-4c8f-a3c3-fb5a4b690f62::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
11428 2025.01.08 18:29:37.965319 [ 195 ] {a146431f-2326-4c8f-a3c3-fb5a4b690f62::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 12 rows starting from the beginning of the part
11429 2025.01.08 18:29:37.966538 [ 197 ] {a146431f-2326-4c8f-a3c3-fb5a4b690f62::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 42 rows, containing 5 columns (5 merged, 0 gathered) in 0.002639549 sec., 15911.809176491892 rows/sec., 1.33 MiB/sec.
11430 2025.01.08 18:29:37.966732 [ 197 ] {a146431f-2326-4c8f-a3c3-fb5a4b690f62::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary)
11431 2025.01.08 18:29:37.967115 [ 197 ] {a146431f-2326-4c8f-a3c3-fb5a4b690f62::all_1_13_3} <Trace> oximeter.fields_ipaddr (a146431f-2326-4c8f-a3c3-fb5a4b690f62): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11432 2025.01.08 18:29:37.967204 [ 197 ] {a146431f-2326-4c8f-a3c3-fb5a4b690f62::all_1_13_3} <Trace> oximeter.fields_ipaddr (a146431f-2326-4c8f-a3c3-fb5a4b690f62) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3
11433 2025.01.08 18:29:37.967306 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
11434 2025.01.08 18:29:38.000241 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 240.51 MiB, peak 252.73 MiB, free memory in arenas 0.00 B, will set to 244.45 MiB (RSS), difference: 3.93 MiB
11435 2025.01.08 18:29:39.493378 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 453
11436 2025.01.08 18:29:39.515078 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11437 2025.01.08 18:29:39.515131 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
11438 2025.01.08 18:29:39.524357 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
11439 2025.01.08 18:29:39.525287 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11440 2025.01.08 18:29:39.529033 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 453
11441 2025.01.08 18:29:40.432802 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11442 2025.01.08 18:29:40.433021 [ 284 ] {204a0344-38ac-43ea-a4de-375178df992d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
11443 2025.01.08 18:29:40.433107 [ 284 ] {204a0344-38ac-43ea-a4de-375178df992d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
11444 2025.01.08 18:29:40.433857 [ 284 ] {204a0344-38ac-43ea-a4de-375178df992d} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11445 2025.01.08 18:29:40.433901 [ 284 ] {204a0344-38ac-43ea-a4de-375178df992d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
11446 2025.01.08 18:29:40.434347 [ 284 ] {204a0344-38ac-43ea-a4de-375178df992d} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
11447 2025.01.08 18:29:40.434601 [ 284 ] {204a0344-38ac-43ea-a4de-375178df992d} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11448 2025.01.08 18:29:40.434811 [ 284 ] {204a0344-38ac-43ea-a4de-375178df992d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00185 sec., 7567.5675675675675 rows/sec., 544.76 KiB/sec.
11449 2025.01.08 18:29:40.434880 [ 284 ] {204a0344-38ac-43ea-a4de-375178df992d} <Debug> TCPHandler: Processed in 0.002219298 sec.
11450 2025.01.08 18:29:40.435146 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11451 2025.01.08 18:29:40.435342 [ 290 ] {f145f5e8-98c3-42be-b9d5-ea5894d24248} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11452 2025.01.08 18:29:40.435422 [ 290 ] {f145f5e8-98c3-42be-b9d5-ea5894d24248} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11453 2025.01.08 18:29:40.436325 [ 290 ] {f145f5e8-98c3-42be-b9d5-ea5894d24248} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11454 2025.01.08 18:29:40.436381 [ 290 ] {f145f5e8-98c3-42be-b9d5-ea5894d24248} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
11455 2025.01.08 18:29:40.436882 [ 290 ] {f145f5e8-98c3-42be-b9d5-ea5894d24248} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
11456 2025.01.08 18:29:40.437145 [ 290 ] {f145f5e8-98c3-42be-b9d5-ea5894d24248} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11457 2025.01.08 18:29:40.437351 [ 35 ] {} <Debug> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0
11458 2025.01.08 18:29:40.437423 [ 35 ] {} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11459 2025.01.08 18:29:40.437428 [ 290 ] {f145f5e8-98c3-42be-b9d5-ea5894d24248} <Debug> executeQuery: Read 253 rows, 23.21 KiB in 0.002132 sec., 118667.91744840523 rows/sec., 10.63 MiB/sec.
11460 2025.01.08 18:29:40.437467 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
11461 2025.01.08 18:29:40.437611 [ 290 ] {f145f5e8-98c3-42be-b9d5-ea5894d24248} <Debug> TCPHandler: Processed in 0.002619188 sec.
11462 2025.01.08 18:29:40.437780 [ 194 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::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
11463 2025.01.08 18:29:40.437813 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11464 2025.01.08 18:29:40.438044 [ 284 ] {f44eec6c-0f74-4292-bcb3-574c65935aed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11465 2025.01.08 18:29:40.438076 [ 194 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11466 2025.01.08 18:29:40.438142 [ 284 ] {f44eec6c-0f74-4292-bcb3-574c65935aed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11467 2025.01.08 18:29:40.438153 [ 194 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1400 rows starting from the beginning of the part
11468 2025.01.08 18:29:40.438438 [ 194 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 26 rows starting from the beginning of the part
11469 2025.01.08 18:29:40.438847 [ 194 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 1399 rows starting from the beginning of the part
11470 2025.01.08 18:29:40.439096 [ 194 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 26 rows starting from the beginning of the part
11471 2025.01.08 18:29:40.439355 [ 194 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 26 rows starting from the beginning of the part
11472 2025.01.08 18:29:40.439703 [ 194 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 253 rows starting from the beginning of the part
11473 2025.01.08 18:29:40.441366 [ 284 ] {f44eec6c-0f74-4292-bcb3-574c65935aed} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11474 2025.01.08 18:29:40.441441 [ 284 ] {f44eec6c-0f74-4292-bcb3-574c65935aed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
11475 2025.01.08 18:29:40.442507 [ 284 ] {f44eec6c-0f74-4292-bcb3-574c65935aed} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
11476 2025.01.08 18:29:40.442851 [ 284 ] {f44eec6c-0f74-4292-bcb3-574c65935aed} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11477 2025.01.08 18:29:40.443298 [ 284 ] {f44eec6c-0f74-4292-bcb3-574c65935aed} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.00532 sec., 8834.586466165414 rows/sec., 651.10 KiB/sec.
11478 2025.01.08 18:29:40.443531 [ 284 ] {f44eec6c-0f74-4292-bcb3-574c65935aed} <Debug> TCPHandler: Processed in 0.005807312 sec.
11479 2025.01.08 18:29:40.443546 [ 194 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3130 rows, containing 5 columns (5 merged, 0 gathered) in 0.005947075 sec., 526309.1519780733 rows/sec., 46.30 MiB/sec.
11480 2025.01.08 18:29:40.443720 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11481 2025.01.08 18:29:40.443826 [ 194 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary)
11482 2025.01.08 18:29:40.443979 [ 290 ] {710c6b0d-e496-4c75-a20d-9ad961d7bae9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
11483 2025.01.08 18:29:40.444079 [ 290 ] {710c6b0d-e496-4c75-a20d-9ad961d7bae9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
11484 2025.01.08 18:29:40.444392 [ 194 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_101_20} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11485 2025.01.08 18:29:40.444661 [ 194 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_101_20} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20
11486 2025.01.08 18:29:40.444847 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB.
11487 2025.01.08 18:29:40.445164 [ 290 ] {710c6b0d-e496-4c75-a20d-9ad961d7bae9} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11488 2025.01.08 18:29:40.445211 [ 290 ] {710c6b0d-e496-4c75-a20d-9ad961d7bae9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
11489 2025.01.08 18:29:40.445602 [ 290 ] {710c6b0d-e496-4c75-a20d-9ad961d7bae9} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
11490 2025.01.08 18:29:40.445849 [ 290 ] {710c6b0d-e496-4c75-a20d-9ad961d7bae9} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11491 2025.01.08 18:29:40.446083 [ 290 ] {710c6b0d-e496-4c75-a20d-9ad961d7bae9} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002203 sec., 6354.9704947798455 rows/sec., 445.06 KiB/sec.
11492 2025.01.08 18:29:40.446151 [ 290 ] {710c6b0d-e496-4c75-a20d-9ad961d7bae9} <Debug> TCPHandler: Processed in 0.002518186 sec.
11493 2025.01.08 18:29:40.446300 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11494 2025.01.08 18:29:40.446441 [ 284 ] {4c194831-4f52-4e2d-9c00-d149b8f18bb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
11495 2025.01.08 18:29:40.446500 [ 284 ] {4c194831-4f52-4e2d-9c00-d149b8f18bb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
11496 2025.01.08 18:29:40.447184 [ 284 ] {4c194831-4f52-4e2d-9c00-d149b8f18bb7} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11497 2025.01.08 18:29:40.447224 [ 284 ] {4c194831-4f52-4e2d-9c00-d149b8f18bb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
11498 2025.01.08 18:29:40.447580 [ 284 ] {4c194831-4f52-4e2d-9c00-d149b8f18bb7} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
11499 2025.01.08 18:29:40.447836 [ 284 ] {4c194831-4f52-4e2d-9c00-d149b8f18bb7} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11500 2025.01.08 18:29:40.448056 [ 284 ] {4c194831-4f52-4e2d-9c00-d149b8f18bb7} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001648 sec., 7888.349514563107 rows/sec., 491.84 KiB/sec.
11501 2025.01.08 18:29:40.448112 [ 284 ] {4c194831-4f52-4e2d-9c00-d149b8f18bb7} <Debug> TCPHandler: Processed in 0.001879609 sec.
11502 2025.01.08 18:29:40.448260 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11503 2025.01.08 18:29:40.448392 [ 290 ] {9382b0b5-76cc-42e7-9430-71e02d637458} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11504 2025.01.08 18:29:40.448446 [ 290 ] {9382b0b5-76cc-42e7-9430-71e02d637458} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11505 2025.01.08 18:29:40.449292 [ 290 ] {9382b0b5-76cc-42e7-9430-71e02d637458} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11506 2025.01.08 18:29:40.449333 [ 290 ] {9382b0b5-76cc-42e7-9430-71e02d637458} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
11507 2025.01.08 18:29:40.449731 [ 290 ] {9382b0b5-76cc-42e7-9430-71e02d637458} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
11508 2025.01.08 18:29:40.449985 [ 290 ] {9382b0b5-76cc-42e7-9430-71e02d637458} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11509 2025.01.08 18:29:40.450180 [ 36 ] {} <Debug> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0
11510 2025.01.08 18:29:40.450204 [ 290 ] {9382b0b5-76cc-42e7-9430-71e02d637458} <Debug> executeQuery: Read 386 rows, 28.01 KiB in 0.001841 sec., 209668.65833785987 rows/sec., 14.86 MiB/sec.
11511 2025.01.08 18:29:40.450270 [ 36 ] {} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11512 2025.01.08 18:29:40.450346 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
11513 2025.01.08 18:29:40.450353 [ 290 ] {9382b0b5-76cc-42e7-9430-71e02d637458} <Debug> TCPHandler: Processed in 0.002147836 sec.
11514 2025.01.08 18:29:40.450579 [ 200 ] {fa7e1080-106a-46d6-b087-687f1bf68453::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
11515 2025.01.08 18:29:40.450591 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11516 2025.01.08 18:29:40.450832 [ 284 ] {0062d532-ce81-4198-9d75-0b4bccd25c9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
11517 2025.01.08 18:29:40.450846 [ 200 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11518 2025.01.08 18:29:40.450926 [ 284 ] {0062d532-ce81-4198-9d75-0b4bccd25c9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
11519 2025.01.08 18:29:40.450935 [ 200 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 874 rows starting from the beginning of the part
11520 2025.01.08 18:29:40.451266 [ 200 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 28 rows starting from the beginning of the part
11521 2025.01.08 18:29:40.451708 [ 200 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 854 rows starting from the beginning of the part
11522 2025.01.08 18:29:40.452110 [ 200 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 28 rows starting from the beginning of the part
11523 2025.01.08 18:29:40.452423 [ 200 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 28 rows starting from the beginning of the part
11524 2025.01.08 18:29:40.452669 [ 200 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 386 rows starting from the beginning of the part
11525 2025.01.08 18:29:40.453479 [ 284 ] {0062d532-ce81-4198-9d75-0b4bccd25c9a} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11526 2025.01.08 18:29:40.453536 [ 284 ] {0062d532-ce81-4198-9d75-0b4bccd25c9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
11527 2025.01.08 18:29:40.454426 [ 284 ] {0062d532-ce81-4198-9d75-0b4bccd25c9a} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
11528 2025.01.08 18:29:40.454937 [ 284 ] {0062d532-ce81-4198-9d75-0b4bccd25c9a} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11529 2025.01.08 18:29:40.455285 [ 284 ] {0062d532-ce81-4198-9d75-0b4bccd25c9a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004538 sec., 1322.1683561040104 rows/sec., 69.08 KiB/sec.
11530 2025.01.08 18:29:40.455347 [ 284 ] {0062d532-ce81-4198-9d75-0b4bccd25c9a} <Debug> TCPHandler: Processed in 0.004836757 sec.
11531 2025.01.08 18:29:40.455599 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11532 2025.01.08 18:29:40.455753 [ 196 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2198 rows, containing 5 columns (5 merged, 0 gathered) in 0.005312329 sec., 413754.49449761113 rows/sec., 31.52 MiB/sec.
11533 2025.01.08 18:29:40.455822 [ 290 ] {28be4b3b-3dcd-4a1b-9bcc-4790b3cd9383} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11534 2025.01.08 18:29:40.455892 [ 290 ] {28be4b3b-3dcd-4a1b-9bcc-4790b3cd9383} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11535 2025.01.08 18:29:40.456050 [ 196 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary)
11536 2025.01.08 18:29:40.456657 [ 196 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_101_20} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11537 2025.01.08 18:29:40.456884 [ 196 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_101_20} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20
11538 2025.01.08 18:29:40.457065 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB.
11539 2025.01.08 18:29:40.457186 [ 290 ] {28be4b3b-3dcd-4a1b-9bcc-4790b3cd9383} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11540 2025.01.08 18:29:40.457232 [ 290 ] {28be4b3b-3dcd-4a1b-9bcc-4790b3cd9383} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
11541 2025.01.08 18:29:40.457649 [ 290 ] {28be4b3b-3dcd-4a1b-9bcc-4790b3cd9383} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
11542 2025.01.08 18:29:40.457895 [ 290 ] {28be4b3b-3dcd-4a1b-9bcc-4790b3cd9383} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11543 2025.01.08 18:29:40.458088 [ 36 ] {} <Debug> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0
11544 2025.01.08 18:29:40.458154 [ 36 ] {} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11545 2025.01.08 18:29:40.458161 [ 290 ] {28be4b3b-3dcd-4a1b-9bcc-4790b3cd9383} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.002378 sec., 74432.29604709841 rows/sec., 4.91 MiB/sec.
11546 2025.01.08 18:29:40.458187 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
11547 2025.01.08 18:29:40.458379 [ 290 ] {28be4b3b-3dcd-4a1b-9bcc-4790b3cd9383} <Debug> TCPHandler: Processed in 0.002901435 sec.
11548 2025.01.08 18:29:40.458427 [ 200 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::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
11549 2025.01.08 18:29:40.458569 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11550 2025.01.08 18:29:40.458594 [ 200 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11551 2025.01.08 18:29:40.458644 [ 200 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_96_19, total 23705 rows starting from the beginning of the part
11552 2025.01.08 18:29:40.458870 [ 284 ] {a1d7739f-db48-4ff9-917e-2ff0c721106f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
11553 2025.01.08 18:29:40.458909 [ 200 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 100 rows starting from the beginning of the part
11554 2025.01.08 18:29:40.459053 [ 284 ] {a1d7739f-db48-4ff9-917e-2ff0c721106f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
11555 2025.01.08 18:29:40.459249 [ 200 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 949 rows starting from the beginning of the part
11556 2025.01.08 18:29:40.459560 [ 200 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 80 rows starting from the beginning of the part
11557 2025.01.08 18:29:40.460059 [ 200 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 100 rows starting from the beginning of the part
11558 2025.01.08 18:29:40.460488 [ 200 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 177 rows starting from the beginning of the part
11559 2025.01.08 18:29:40.461379 [ 284 ] {a1d7739f-db48-4ff9-917e-2ff0c721106f} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11560 2025.01.08 18:29:40.461456 [ 284 ] {a1d7739f-db48-4ff9-917e-2ff0c721106f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
11561 2025.01.08 18:29:40.462030 [ 284 ] {a1d7739f-db48-4ff9-917e-2ff0c721106f} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
11562 2025.01.08 18:29:40.462349 [ 284 ] {a1d7739f-db48-4ff9-917e-2ff0c721106f} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11563 2025.01.08 18:29:40.462903 [ 284 ] {a1d7739f-db48-4ff9-917e-2ff0c721106f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004166 sec., 240.03840614498318 rows/sec., 16.17 KiB/sec.
11564 2025.01.08 18:29:40.463257 [ 284 ] {a1d7739f-db48-4ff9-917e-2ff0c721106f} <Debug> TCPHandler: Processed in 0.004757304 sec.
11565 2025.01.08 18:29:40.463868 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11566 2025.01.08 18:29:40.464079 [ 290 ] {95cc996f-9940-4118-b440-dea28d63ab29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11567 2025.01.08 18:29:40.464188 [ 290 ] {95cc996f-9940-4118-b440-dea28d63ab29} <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
11568 2025.01.08 18:29:40.465619 [ 290 ] {95cc996f-9940-4118-b440-dea28d63ab29} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11569 2025.01.08 18:29:40.465659 [ 290 ] {95cc996f-9940-4118-b440-dea28d63ab29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
11570 2025.01.08 18:29:40.467567 [ 290 ] {95cc996f-9940-4118-b440-dea28d63ab29} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
11571 2025.01.08 18:29:40.467847 [ 290 ] {95cc996f-9940-4118-b440-dea28d63ab29} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11572 2025.01.08 18:29:40.468246 [ 290 ] {95cc996f-9940-4118-b440-dea28d63ab29} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.004208 sec., 9505.703422053231 rows/sec., 17.03 MiB/sec.
11573 2025.01.08 18:29:40.468423 [ 290 ] {95cc996f-9940-4118-b440-dea28d63ab29} <Debug> TCPHandler: Processed in 0.005026141 sec.
11574 2025.01.08 18:29:40.468582 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11575 2025.01.08 18:29:40.468758 [ 284 ] {173a3ad7-0810-45c2-82d3-211cfbdc18d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11576 2025.01.08 18:29:40.468835 [ 284 ] {173a3ad7-0810-45c2-82d3-211cfbdc18d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11577 2025.01.08 18:29:40.469526 [ 284 ] {173a3ad7-0810-45c2-82d3-211cfbdc18d3} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11578 2025.01.08 18:29:40.469588 [ 284 ] {173a3ad7-0810-45c2-82d3-211cfbdc18d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
11579 2025.01.08 18:29:40.470103 [ 284 ] {173a3ad7-0810-45c2-82d3-211cfbdc18d3} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
11580 2025.01.08 18:29:40.470483 [ 284 ] {173a3ad7-0810-45c2-82d3-211cfbdc18d3} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11581 2025.01.08 18:29:40.470681 [ 36 ] {} <Debug> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0
11582 2025.01.08 18:29:40.470738 [ 284 ] {173a3ad7-0810-45c2-82d3-211cfbdc18d3} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.002042 sec., 25465.23016650343 rows/sec., 1.58 MiB/sec.
11583 2025.01.08 18:29:40.470755 [ 36 ] {} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11584 2025.01.08 18:29:40.470826 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
11585 2025.01.08 18:29:40.470863 [ 284 ] {173a3ad7-0810-45c2-82d3-211cfbdc18d3} <Debug> TCPHandler: Processed in 0.002343731 sec.
11586 2025.01.08 18:29:40.471203 [ 189 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::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
11587 2025.01.08 18:29:40.471358 [ 189 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11588 2025.01.08 18:29:40.471397 [ 189 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 3386 rows starting from the beginning of the part
11589 2025.01.08 18:29:40.471498 [ 189 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 30 rows starting from the beginning of the part
11590 2025.01.08 18:29:40.471950 [ 189 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 28 rows starting from the beginning of the part
11591 2025.01.08 18:29:40.472419 [ 189 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 24 rows starting from the beginning of the part
11592 2025.01.08 18:29:40.472626 [ 198 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25111 rows, containing 5 columns (5 merged, 0 gathered) in 0.014321414 sec., 1753388.3176619292 rows/sec., 117.42 MiB/sec.
11593 2025.01.08 18:29:40.472689 [ 189 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 30 rows starting from the beginning of the part
11594 2025.01.08 18:29:40.472918 [ 189 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 52 rows starting from the beginning of the part
11595 2025.01.08 18:29:40.473014 [ 198 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary)
11596 2025.01.08 18:29:40.473823 [ 198 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_101_20} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11597 2025.01.08 18:29:40.474016 [ 198 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_101_20} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20
11598 2025.01.08 18:29:40.474179 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB.
11599 2025.01.08 18:29:40.475104 [ 199 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3550 rows, containing 4 columns (4 merged, 0 gathered) in 0.004053865 sec., 875707.503826595 rows/sec., 56.36 MiB/sec.
11600 2025.01.08 18:29:40.475459 [ 190 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary)
11601 2025.01.08 18:29:40.475832 [ 190 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_101_20} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11602 2025.01.08 18:29:40.475935 [ 190 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_101_20} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20
11603 2025.01.08 18:29:40.476039 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB.
11604 2025.01.08 18:29:45.060405 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 27999
11605 2025.01.08 18:29:45.061094 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11606 2025.01.08 18:29:45.061141 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
11607 2025.01.08 18:29:45.061676 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
11608 2025.01.08 18:29:45.061948 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11609 2025.01.08 18:29:45.062160 [ 26 ] {} <Debug> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
11610 2025.01.08 18:29:45.062215 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27999
11611 2025.01.08 18:29:45.062256 [ 26 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11612 2025.01.08 18:29:45.062284 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
11613 2025.01.08 18:29:45.062419 [ 191 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::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
11614 2025.01.08 18:29:45.062621 [ 191 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11615 2025.01.08 18:29:45.062681 [ 191 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::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
11616 2025.01.08 18:29:45.062771 [ 191 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::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
11617 2025.01.08 18:29:45.062993 [ 191 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::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
11618 2025.01.08 18:29:45.063252 [ 191 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::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
11619 2025.01.08 18:29:45.063429 [ 191 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::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
11620 2025.01.08 18:29:45.063626 [ 191 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::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
11621 2025.01.08 18:29:45.066233 [ 199 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27999 rows, containing 4 columns (4 merged, 0 gathered) in 0.003883281 sec., 7210140.085149645 rows/sec., 103.14 MiB/sec.
11622 2025.01.08 18:29:45.066456 [ 199 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
11623 2025.01.08 18:29:45.066731 [ 199 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::all_1_61_12} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11624 2025.01.08 18:29:45.066810 [ 199 ] {3a93960a-9ee4-4745-88e3-d47ae120bf42::all_1_61_12} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
11625 2025.01.08 18:29:45.066890 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.89 MiB.
11626 2025.01.08 18:29:45.426534 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11627 2025.01.08 18:29:45.426720 [ 284 ] {68522be4-0042-4624-8606-dfa1a3f1b070} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11628 2025.01.08 18:29:45.426791 [ 284 ] {68522be4-0042-4624-8606-dfa1a3f1b070} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11629 2025.01.08 18:29:45.427531 [ 284 ] {68522be4-0042-4624-8606-dfa1a3f1b070} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11630 2025.01.08 18:29:45.427577 [ 284 ] {68522be4-0042-4624-8606-dfa1a3f1b070} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
11631 2025.01.08 18:29:45.427970 [ 284 ] {68522be4-0042-4624-8606-dfa1a3f1b070} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary)
11632 2025.01.08 18:29:45.428223 [ 284 ] {68522be4-0042-4624-8606-dfa1a3f1b070} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11633 2025.01.08 18:29:45.428452 [ 284 ] {68522be4-0042-4624-8606-dfa1a3f1b070} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001786 sec., 14557.67077267637 rows/sec., 1.10 MiB/sec.
11634 2025.01.08 18:29:45.428509 [ 284 ] {68522be4-0042-4624-8606-dfa1a3f1b070} <Debug> TCPHandler: Processed in 0.002104875 sec.
11635 2025.01.08 18:29:45.428772 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11636 2025.01.08 18:29:45.428985 [ 290 ] {8d49b960-ed10-46a9-9827-ac25f54b2922} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11637 2025.01.08 18:29:45.429068 [ 290 ] {8d49b960-ed10-46a9-9827-ac25f54b2922} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11638 2025.01.08 18:29:45.429851 [ 290 ] {8d49b960-ed10-46a9-9827-ac25f54b2922} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11639 2025.01.08 18:29:45.429904 [ 290 ] {8d49b960-ed10-46a9-9827-ac25f54b2922} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
11640 2025.01.08 18:29:45.430334 [ 290 ] {8d49b960-ed10-46a9-9827-ac25f54b2922} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary)
11641 2025.01.08 18:29:45.430594 [ 290 ] {8d49b960-ed10-46a9-9827-ac25f54b2922} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11642 2025.01.08 18:29:45.430834 [ 290 ] {8d49b960-ed10-46a9-9827-ac25f54b2922} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001909 sec., 14667.36511262441 rows/sec., 1.14 MiB/sec.
11643 2025.01.08 18:29:45.430890 [ 290 ] {8d49b960-ed10-46a9-9827-ac25f54b2922} <Debug> TCPHandler: Processed in 0.002262849 sec.
11644 2025.01.08 18:29:45.431055 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11645 2025.01.08 18:29:45.431197 [ 284 ] {c6e3abf2-d479-40b7-9ec9-c725a2439b28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11646 2025.01.08 18:29:45.431262 [ 284 ] {c6e3abf2-d479-40b7-9ec9-c725a2439b28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11647 2025.01.08 18:29:45.431823 [ 284 ] {c6e3abf2-d479-40b7-9ec9-c725a2439b28} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11648 2025.01.08 18:29:45.431863 [ 284 ] {c6e3abf2-d479-40b7-9ec9-c725a2439b28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
11649 2025.01.08 18:29:45.432258 [ 284 ] {c6e3abf2-d479-40b7-9ec9-c725a2439b28} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary)
11650 2025.01.08 18:29:45.432498 [ 284 ] {c6e3abf2-d479-40b7-9ec9-c725a2439b28} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11651 2025.01.08 18:29:45.432716 [ 284 ] {c6e3abf2-d479-40b7-9ec9-c725a2439b28} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001554 sec., 64350.06435006435 rows/sec., 4.46 MiB/sec.
11652 2025.01.08 18:29:45.432771 [ 284 ] {c6e3abf2-d479-40b7-9ec9-c725a2439b28} <Debug> TCPHandler: Processed in 0.001781776 sec.
11653 2025.01.08 18:29:45.432910 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11654 2025.01.08 18:29:45.433029 [ 290 ] {49ad3ab2-9b72-46bf-b712-f6158185c083} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11655 2025.01.08 18:29:45.433082 [ 290 ] {49ad3ab2-9b72-46bf-b712-f6158185c083} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11656 2025.01.08 18:29:45.433582 [ 290 ] {49ad3ab2-9b72-46bf-b712-f6158185c083} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11657 2025.01.08 18:29:45.433620 [ 290 ] {49ad3ab2-9b72-46bf-b712-f6158185c083} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
11658 2025.01.08 18:29:45.434004 [ 290 ] {49ad3ab2-9b72-46bf-b712-f6158185c083} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary)
11659 2025.01.08 18:29:45.434238 [ 290 ] {49ad3ab2-9b72-46bf-b712-f6158185c083} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11660 2025.01.08 18:29:45.434451 [ 290 ] {49ad3ab2-9b72-46bf-b712-f6158185c083} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001448 sec., 20718.232044198892 rows/sec., 1.42 MiB/sec.
11661 2025.01.08 18:29:45.434502 [ 290 ] {49ad3ab2-9b72-46bf-b712-f6158185c083} <Debug> TCPHandler: Processed in 0.001647283 sec.
11662 2025.01.08 18:29:47.029124 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 460
11663 2025.01.08 18:29:47.051192 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11664 2025.01.08 18:29:47.051260 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
11665 2025.01.08 18:29:47.058672 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
11666 2025.01.08 18:29:47.059472 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11667 2025.01.08 18:29:47.059885 [ 81 ] {} <Debug> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
11668 2025.01.08 18:29:47.060035 [ 81 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11669 2025.01.08 18:29:47.060100 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
11670 2025.01.08 18:29:47.060519 [ 201 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::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
11671 2025.01.08 18:29:47.076989 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 460
11672 2025.01.08 18:29:47.078328 [ 201 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11673 2025.01.08 18:29:47.079794 [ 201 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::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
11674 2025.01.08 18:29:47.084805 [ 201 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::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
11675 2025.01.08 18:29:47.089951 [ 201 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::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
11676 2025.01.08 18:29:47.095447 [ 201 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::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
11677 2025.01.08 18:29:47.101092 [ 201 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::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
11678 2025.01.08 18:29:47.105839 [ 201 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::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
11679 2025.01.08 18:29:47.169102 [ 187 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 460 rows, containing 679 columns (679 merged, 0 gathered) in 0.108852423 sec., 4225.905012697788 rows/sec., 21.85 MiB/sec.
11680 2025.01.08 18:29:47.172529 [ 186 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
11681 2025.01.08 18:29:47.175605 [ 186 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::all_1_61_12} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11682 2025.01.08 18:29:47.175756 [ 186 ] {1edb9e95-8883-441f-a984-3eee82c60d5c::all_1_61_12} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
11683 2025.01.08 18:29:47.178229 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB.
11684 2025.01.08 18:29:47.711069 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1622
11685 2025.01.08 18:29:47.714130 [ 242 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11686 2025.01.08 18:29:47.714181 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
11687 2025.01.08 18:29:47.715669 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
11688 2025.01.08 18:29:47.715995 [ 242 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11689 2025.01.08 18:29:47.717463 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1622
11690 2025.01.08 18:29:48.000151 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 245.67 MiB, peak 259.07 MiB, free memory in arenas 0.00 B, will set to 247.17 MiB (RSS), difference: 1.51 MiB
11691 2025.01.08 18:29:50.432335 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11692 2025.01.08 18:29:50.432527 [ 284 ] {cc490c3b-7a90-4fd1-a9cf-973f4ac8651f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
11693 2025.01.08 18:29:50.432620 [ 284 ] {cc490c3b-7a90-4fd1-a9cf-973f4ac8651f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
11694 2025.01.08 18:29:50.433736 [ 284 ] {cc490c3b-7a90-4fd1-a9cf-973f4ac8651f} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11695 2025.01.08 18:29:50.433785 [ 284 ] {cc490c3b-7a90-4fd1-a9cf-973f4ac8651f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
11696 2025.01.08 18:29:50.434232 [ 284 ] {cc490c3b-7a90-4fd1-a9cf-973f4ac8651f} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
11697 2025.01.08 18:29:50.434492 [ 284 ] {cc490c3b-7a90-4fd1-a9cf-973f4ac8651f} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11698 2025.01.08 18:29:50.434746 [ 284 ] {cc490c3b-7a90-4fd1-a9cf-973f4ac8651f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002276 sec., 6151.1423550087875 rows/sec., 442.80 KiB/sec.
11699 2025.01.08 18:29:50.434814 [ 284 ] {cc490c3b-7a90-4fd1-a9cf-973f4ac8651f} <Debug> TCPHandler: Processed in 0.002606768 sec.
11700 2025.01.08 18:29:50.435092 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11701 2025.01.08 18:29:50.435310 [ 290 ] {a3b3decd-0dd0-4c5c-97c2-cc8aac7efb52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11702 2025.01.08 18:29:50.435394 [ 290 ] {a3b3decd-0dd0-4c5c-97c2-cc8aac7efb52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11703 2025.01.08 18:29:50.436299 [ 290 ] {a3b3decd-0dd0-4c5c-97c2-cc8aac7efb52} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11704 2025.01.08 18:29:50.436351 [ 290 ] {a3b3decd-0dd0-4c5c-97c2-cc8aac7efb52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
11705 2025.01.08 18:29:50.436822 [ 290 ] {a3b3decd-0dd0-4c5c-97c2-cc8aac7efb52} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary)
11706 2025.01.08 18:29:50.437082 [ 290 ] {a3b3decd-0dd0-4c5c-97c2-cc8aac7efb52} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11707 2025.01.08 18:29:50.437327 [ 290 ] {a3b3decd-0dd0-4c5c-97c2-cc8aac7efb52} <Debug> executeQuery: Read 253 rows, 23.21 KiB in 0.002079 sec., 121693.12169312169 rows/sec., 10.90 MiB/sec.
11708 2025.01.08 18:29:50.437382 [ 290 ] {a3b3decd-0dd0-4c5c-97c2-cc8aac7efb52} <Debug> TCPHandler: Processed in 0.002440624 sec.
11709 2025.01.08 18:29:50.437564 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11710 2025.01.08 18:29:50.437790 [ 284 ] {094e46f8-03ed-4886-be5a-2c7b8d972107} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11711 2025.01.08 18:29:50.437886 [ 284 ] {094e46f8-03ed-4886-be5a-2c7b8d972107} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11712 2025.01.08 18:29:50.438799 [ 284 ] {094e46f8-03ed-4886-be5a-2c7b8d972107} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11713 2025.01.08 18:29:50.438842 [ 284 ] {094e46f8-03ed-4886-be5a-2c7b8d972107} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
11714 2025.01.08 18:29:50.439209 [ 284 ] {094e46f8-03ed-4886-be5a-2c7b8d972107} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
11715 2025.01.08 18:29:50.439462 [ 284 ] {094e46f8-03ed-4886-be5a-2c7b8d972107} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11716 2025.01.08 18:29:50.439676 [ 284 ] {094e46f8-03ed-4886-be5a-2c7b8d972107} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.001946 sec., 24152.106885919835 rows/sec., 1.74 MiB/sec.
11717 2025.01.08 18:29:50.439731 [ 284 ] {094e46f8-03ed-4886-be5a-2c7b8d972107} <Debug> TCPHandler: Processed in 0.002250918 sec.
11718 2025.01.08 18:29:50.439874 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11719 2025.01.08 18:29:50.440022 [ 290 ] {1a4d2564-73fd-415e-80a4-1fbc838f3e18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
11720 2025.01.08 18:29:50.440083 [ 290 ] {1a4d2564-73fd-415e-80a4-1fbc838f3e18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
11721 2025.01.08 18:29:50.440756 [ 290 ] {1a4d2564-73fd-415e-80a4-1fbc838f3e18} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11722 2025.01.08 18:29:50.440798 [ 290 ] {1a4d2564-73fd-415e-80a4-1fbc838f3e18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
11723 2025.01.08 18:29:50.441171 [ 290 ] {1a4d2564-73fd-415e-80a4-1fbc838f3e18} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
11724 2025.01.08 18:29:50.441441 [ 290 ] {1a4d2564-73fd-415e-80a4-1fbc838f3e18} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11725 2025.01.08 18:29:50.441691 [ 290 ] {1a4d2564-73fd-415e-80a4-1fbc838f3e18} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001697 sec., 8249.852681202121 rows/sec., 577.77 KiB/sec.
11726 2025.01.08 18:29:50.441760 [ 290 ] {1a4d2564-73fd-415e-80a4-1fbc838f3e18} <Debug> TCPHandler: Processed in 0.001953371 sec.
11727 2025.01.08 18:29:50.442005 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11728 2025.01.08 18:29:50.442153 [ 284 ] {f1307f6f-c323-4d48-9572-c009fac75341} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
11729 2025.01.08 18:29:50.442209 [ 284 ] {f1307f6f-c323-4d48-9572-c009fac75341} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
11730 2025.01.08 18:29:50.442828 [ 284 ] {f1307f6f-c323-4d48-9572-c009fac75341} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11731 2025.01.08 18:29:50.442868 [ 284 ] {f1307f6f-c323-4d48-9572-c009fac75341} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
11732 2025.01.08 18:29:50.443218 [ 284 ] {f1307f6f-c323-4d48-9572-c009fac75341} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
11733 2025.01.08 18:29:50.443459 [ 284 ] {f1307f6f-c323-4d48-9572-c009fac75341} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11734 2025.01.08 18:29:50.443684 [ 284 ] {f1307f6f-c323-4d48-9572-c009fac75341} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001561 sec., 8327.994875080076 rows/sec., 519.25 KiB/sec.
11735 2025.01.08 18:29:50.443773 [ 284 ] {f1307f6f-c323-4d48-9572-c009fac75341} <Debug> TCPHandler: Processed in 0.00190667 sec.
11736 2025.01.08 18:29:50.443968 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11737 2025.01.08 18:29:50.444104 [ 290 ] {b7480630-613b-486b-8451-48ffbcb5cc02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11738 2025.01.08 18:29:50.444162 [ 290 ] {b7480630-613b-486b-8451-48ffbcb5cc02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11739 2025.01.08 18:29:50.445025 [ 290 ] {b7480630-613b-486b-8451-48ffbcb5cc02} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11740 2025.01.08 18:29:50.445064 [ 290 ] {b7480630-613b-486b-8451-48ffbcb5cc02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
11741 2025.01.08 18:29:50.445447 [ 290 ] {b7480630-613b-486b-8451-48ffbcb5cc02} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary)
11742 2025.01.08 18:29:50.445685 [ 290 ] {b7480630-613b-486b-8451-48ffbcb5cc02} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11743 2025.01.08 18:29:50.445907 [ 290 ] {b7480630-613b-486b-8451-48ffbcb5cc02} <Debug> executeQuery: Read 386 rows, 28.01 KiB in 0.001832 sec., 210698.68995633186 rows/sec., 14.93 MiB/sec.
11744 2025.01.08 18:29:50.445959 [ 290 ] {b7480630-613b-486b-8451-48ffbcb5cc02} <Debug> TCPHandler: Processed in 0.002100085 sec.
11745 2025.01.08 18:29:50.446112 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11746 2025.01.08 18:29:50.446248 [ 284 ] {e21e09a0-5d5c-4e71-b354-f5fb1b9db284} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
11747 2025.01.08 18:29:50.446306 [ 284 ] {e21e09a0-5d5c-4e71-b354-f5fb1b9db284} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
11748 2025.01.08 18:29:50.446823 [ 284 ] {e21e09a0-5d5c-4e71-b354-f5fb1b9db284} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11749 2025.01.08 18:29:50.446862 [ 284 ] {e21e09a0-5d5c-4e71-b354-f5fb1b9db284} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
11750 2025.01.08 18:29:50.447244 [ 284 ] {e21e09a0-5d5c-4e71-b354-f5fb1b9db284} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
11751 2025.01.08 18:29:50.447485 [ 284 ] {e21e09a0-5d5c-4e71-b354-f5fb1b9db284} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11752 2025.01.08 18:29:50.447697 [ 284 ] {e21e09a0-5d5c-4e71-b354-f5fb1b9db284} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001481 sec., 4051.3166779203243 rows/sec., 211.67 KiB/sec.
11753 2025.01.08 18:29:50.447750 [ 284 ] {e21e09a0-5d5c-4e71-b354-f5fb1b9db284} <Debug> TCPHandler: Processed in 0.001706335 sec.
11754 2025.01.08 18:29:50.447888 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11755 2025.01.08 18:29:50.448031 [ 290 ] {7d2b260d-6b4c-4510-a369-d6d488961fc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11756 2025.01.08 18:29:50.448094 [ 290 ] {7d2b260d-6b4c-4510-a369-d6d488961fc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11757 2025.01.08 18:29:50.448742 [ 290 ] {7d2b260d-6b4c-4510-a369-d6d488961fc1} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11758 2025.01.08 18:29:50.448780 [ 290 ] {7d2b260d-6b4c-4510-a369-d6d488961fc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
11759 2025.01.08 18:29:50.449176 [ 290 ] {7d2b260d-6b4c-4510-a369-d6d488961fc1} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary)
11760 2025.01.08 18:29:50.449417 [ 290 ] {7d2b260d-6b4c-4510-a369-d6d488961fc1} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11761 2025.01.08 18:29:50.449628 [ 290 ] {7d2b260d-6b4c-4510-a369-d6d488961fc1} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001628 sec., 108722.35872235871 rows/sec., 7.17 MiB/sec.
11762 2025.01.08 18:29:50.449679 [ 290 ] {7d2b260d-6b4c-4510-a369-d6d488961fc1} <Debug> TCPHandler: Processed in 0.001855598 sec.
11763 2025.01.08 18:29:50.449824 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11764 2025.01.08 18:29:50.449959 [ 284 ] {4c503e2a-e005-470a-bee6-400ca9951b50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
11765 2025.01.08 18:29:50.450018 [ 284 ] {4c503e2a-e005-470a-bee6-400ca9951b50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
11766 2025.01.08 18:29:50.450561 [ 284 ] {4c503e2a-e005-470a-bee6-400ca9951b50} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11767 2025.01.08 18:29:50.450600 [ 284 ] {4c503e2a-e005-470a-bee6-400ca9951b50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
11768 2025.01.08 18:29:50.450954 [ 284 ] {4c503e2a-e005-470a-bee6-400ca9951b50} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
11769 2025.01.08 18:29:50.451187 [ 284 ] {4c503e2a-e005-470a-bee6-400ca9951b50} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11770 2025.01.08 18:29:50.451433 [ 284 ] {4c503e2a-e005-470a-bee6-400ca9951b50} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001499 sec., 667.1114076050701 rows/sec., 44.95 KiB/sec.
11771 2025.01.08 18:29:50.451590 [ 284 ] {4c503e2a-e005-470a-bee6-400ca9951b50} <Debug> TCPHandler: Processed in 0.001832078 sec.
11772 2025.01.08 18:29:50.451823 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11773 2025.01.08 18:29:50.451952 [ 290 ] {89c8f167-1f0a-4752-8bb0-fa778f2f3fb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11774 2025.01.08 18:29:50.452032 [ 290 ] {89c8f167-1f0a-4752-8bb0-fa778f2f3fb8} <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
11775 2025.01.08 18:29:50.453257 [ 290 ] {89c8f167-1f0a-4752-8bb0-fa778f2f3fb8} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11776 2025.01.08 18:29:50.453296 [ 290 ] {89c8f167-1f0a-4752-8bb0-fa778f2f3fb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
11777 2025.01.08 18:29:50.453971 [ 290 ] {89c8f167-1f0a-4752-8bb0-fa778f2f3fb8} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
11778 2025.01.08 18:29:50.454230 [ 290 ] {89c8f167-1f0a-4752-8bb0-fa778f2f3fb8} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11779 2025.01.08 18:29:50.454478 [ 290 ] {89c8f167-1f0a-4752-8bb0-fa778f2f3fb8} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002549 sec., 15692.42840329541 rows/sec., 28.12 MiB/sec.
11780 2025.01.08 18:29:50.454570 [ 290 ] {89c8f167-1f0a-4752-8bb0-fa778f2f3fb8} <Debug> TCPHandler: Processed in 0.002887886 sec.
11781 2025.01.08 18:29:50.454708 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11782 2025.01.08 18:29:50.454824 [ 284 ] {11779462-16a3-4b0d-80ea-e12cf24005e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11783 2025.01.08 18:29:50.454874 [ 284 ] {11779462-16a3-4b0d-80ea-e12cf24005e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11784 2025.01.08 18:29:50.455362 [ 284 ] {11779462-16a3-4b0d-80ea-e12cf24005e9} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11785 2025.01.08 18:29:50.455401 [ 284 ] {11779462-16a3-4b0d-80ea-e12cf24005e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
11786 2025.01.08 18:29:50.455772 [ 284 ] {11779462-16a3-4b0d-80ea-e12cf24005e9} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary)
11787 2025.01.08 18:29:50.456013 [ 284 ] {11779462-16a3-4b0d-80ea-e12cf24005e9} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11788 2025.01.08 18:29:50.456223 [ 284 ] {11779462-16a3-4b0d-80ea-e12cf24005e9} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001423 sec., 36542.51581166549 rows/sec., 2.26 MiB/sec.
11789 2025.01.08 18:29:50.456272 [ 284 ] {11779462-16a3-4b0d-80ea-e12cf24005e9} <Debug> TCPHandler: Processed in 0.001618493 sec.
11790 2025.01.08 18:29:52.356164 [ 108 ] {} <Debug> DNSResolver: Updating DNS cache
11791 2025.01.08 18:29:52.356229 [ 108 ] {} <Debug> DNSResolver: Updated DNS cache
11792 2025.01.08 18:29:52.562387 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 28426
11793 2025.01.08 18:29:52.563093 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11794 2025.01.08 18:29:52.563146 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
11795 2025.01.08 18:29:52.563712 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
11796 2025.01.08 18:29:52.563993 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11797 2025.01.08 18:29:52.564256 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28426
11798 2025.01.08 18:29:54.577109 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 468
11799 2025.01.08 18:29:54.595487 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11800 2025.01.08 18:29:54.595540 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
11801 2025.01.08 18:29:54.603426 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
11802 2025.01.08 18:29:54.604196 [ 244 ] {} <Trace> system.metric_log (1edb9e95-8883-441f-a984-3eee82c60d5c): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11803 2025.01.08 18:29:54.608205 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 468
11804 2025.01.08 18:29:55.426716 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11805 2025.01.08 18:29:55.427024 [ 284 ] {7fe2b1d7-5816-49b3-9d0a-1f80b33d3825} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11806 2025.01.08 18:29:55.427144 [ 284 ] {7fe2b1d7-5816-49b3-9d0a-1f80b33d3825} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11807 2025.01.08 18:29:55.428132 [ 284 ] {7fe2b1d7-5816-49b3-9d0a-1f80b33d3825} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11808 2025.01.08 18:29:55.428185 [ 284 ] {7fe2b1d7-5816-49b3-9d0a-1f80b33d3825} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
11809 2025.01.08 18:29:55.428630 [ 284 ] {7fe2b1d7-5816-49b3-9d0a-1f80b33d3825} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary)
11810 2025.01.08 18:29:55.428904 [ 284 ] {7fe2b1d7-5816-49b3-9d0a-1f80b33d3825} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11811 2025.01.08 18:29:55.429166 [ 284 ] {7fe2b1d7-5816-49b3-9d0a-1f80b33d3825} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.002231 sec., 11653.966831017482 rows/sec., 899.52 KiB/sec.
11812 2025.01.08 18:29:55.429238 [ 284 ] {7fe2b1d7-5816-49b3-9d0a-1f80b33d3825} <Debug> TCPHandler: Processed in 0.002716041 sec.
11813 2025.01.08 18:29:55.429521 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11814 2025.01.08 18:29:55.429723 [ 290 ] {04bccb3c-82a0-47c4-9a34-9b80cb526f6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11815 2025.01.08 18:29:55.429796 [ 290 ] {04bccb3c-82a0-47c4-9a34-9b80cb526f6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11816 2025.01.08 18:29:55.430533 [ 290 ] {04bccb3c-82a0-47c4-9a34-9b80cb526f6a} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11817 2025.01.08 18:29:55.430580 [ 290 ] {04bccb3c-82a0-47c4-9a34-9b80cb526f6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
11818 2025.01.08 18:29:55.431028 [ 290 ] {04bccb3c-82a0-47c4-9a34-9b80cb526f6a} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary)
11819 2025.01.08 18:29:55.431286 [ 290 ] {04bccb3c-82a0-47c4-9a34-9b80cb526f6a} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11820 2025.01.08 18:29:55.431538 [ 290 ] {04bccb3c-82a0-47c4-9a34-9b80cb526f6a} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001869 sec., 14981.2734082397 rows/sec., 1.17 MiB/sec.
11821 2025.01.08 18:29:55.431595 [ 290 ] {04bccb3c-82a0-47c4-9a34-9b80cb526f6a} <Debug> TCPHandler: Processed in 0.002252389 sec.
11822 2025.01.08 18:29:55.431739 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11823 2025.01.08 18:29:55.431882 [ 284 ] {2ea1c486-b1a3-469c-9a69-e64ec97c2f79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11824 2025.01.08 18:29:55.431950 [ 284 ] {2ea1c486-b1a3-469c-9a69-e64ec97c2f79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11825 2025.01.08 18:29:55.432678 [ 284 ] {2ea1c486-b1a3-469c-9a69-e64ec97c2f79} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11826 2025.01.08 18:29:55.432728 [ 284 ] {2ea1c486-b1a3-469c-9a69-e64ec97c2f79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
11827 2025.01.08 18:29:55.433148 [ 284 ] {2ea1c486-b1a3-469c-9a69-e64ec97c2f79} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary)
11828 2025.01.08 18:29:55.433398 [ 284 ] {2ea1c486-b1a3-469c-9a69-e64ec97c2f79} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11829 2025.01.08 18:29:55.433621 [ 284 ] {2ea1c486-b1a3-469c-9a69-e64ec97c2f79} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001774 sec., 56369.78579481398 rows/sec., 3.91 MiB/sec.
11830 2025.01.08 18:29:55.433674 [ 284 ] {2ea1c486-b1a3-469c-9a69-e64ec97c2f79} <Debug> TCPHandler: Processed in 0.001998562 sec.
11831 2025.01.08 18:29:55.433838 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11832 2025.01.08 18:29:55.433976 [ 290 ] {54a82070-3e3e-447e-bb04-cdbd78801083} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11833 2025.01.08 18:29:55.434039 [ 290 ] {54a82070-3e3e-447e-bb04-cdbd78801083} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11834 2025.01.08 18:29:55.434618 [ 290 ] {54a82070-3e3e-447e-bb04-cdbd78801083} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11835 2025.01.08 18:29:55.434665 [ 290 ] {54a82070-3e3e-447e-bb04-cdbd78801083} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
11836 2025.01.08 18:29:55.435060 [ 290 ] {54a82070-3e3e-447e-bb04-cdbd78801083} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary)
11837 2025.01.08 18:29:55.435301 [ 290 ] {54a82070-3e3e-447e-bb04-cdbd78801083} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11838 2025.01.08 18:29:55.435508 [ 290 ] {54a82070-3e3e-447e-bb04-cdbd78801083} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001563 sec., 19193.857965451058 rows/sec., 1.31 MiB/sec.
11839 2025.01.08 18:29:55.435557 [ 290 ] {54a82070-3e3e-447e-bb04-cdbd78801083} <Debug> TCPHandler: Processed in 0.001784837 sec.
11840 2025.01.08 18:29:55.735671 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11841 2025.01.08 18:29:55.735926 [ 284 ] {ffa85fab-4da3-4187-b13f-a3a2303fdae8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
11842 2025.01.08 18:29:55.736039 [ 284 ] {ffa85fab-4da3-4187-b13f-a3a2303fdae8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
11843 2025.01.08 18:29:55.737056 [ 284 ] {ffa85fab-4da3-4187-b13f-a3a2303fdae8} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11844 2025.01.08 18:29:55.737104 [ 284 ] {ffa85fab-4da3-4187-b13f-a3a2303fdae8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
11845 2025.01.08 18:29:55.737532 [ 284 ] {ffa85fab-4da3-4187-b13f-a3a2303fdae8} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
11846 2025.01.08 18:29:55.737795 [ 284 ] {ffa85fab-4da3-4187-b13f-a3a2303fdae8} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11847 2025.01.08 18:29:55.738005 [ 130 ] {} <Debug> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0
11848 2025.01.08 18:29:55.738065 [ 284 ] {ffa85fab-4da3-4187-b13f-a3a2303fdae8} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002208 sec., 6340.579710144928 rows/sec., 456.44 KiB/sec.
11849 2025.01.08 18:29:55.738091 [ 130 ] {} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11850 2025.01.08 18:29:55.738161 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
11851 2025.01.08 18:29:55.738208 [ 284 ] {ffa85fab-4da3-4187-b13f-a3a2303fdae8} <Debug> TCPHandler: Processed in 0.002651869 sec.
11852 2025.01.08 18:29:55.738396 [ 187 ] {3fec6173-3e69-4314-b82a-beabd4844532::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
11853 2025.01.08 18:29:55.738552 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11854 2025.01.08 18:29:55.738712 [ 187 ] {3fec6173-3e69-4314-b82a-beabd4844532::all_1_45_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11855 2025.01.08 18:29:55.738849 [ 187 ] {3fec6173-3e69-4314-b82a-beabd4844532::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
11856 2025.01.08 18:29:55.739018 [ 290 ] {1ee0d59a-f79b-4cb4-a35a-c10ea5db82be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
11857 2025.01.08 18:29:55.739102 [ 187 ] {3fec6173-3e69-4314-b82a-beabd4844532::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
11858 2025.01.08 18:29:55.739195 [ 290 ] {1ee0d59a-f79b-4cb4-a35a-c10ea5db82be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
11859 2025.01.08 18:29:55.739411 [ 187 ] {3fec6173-3e69-4314-b82a-beabd4844532::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
11860 2025.01.08 18:29:55.739795 [ 187 ] {3fec6173-3e69-4314-b82a-beabd4844532::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
11861 2025.01.08 18:29:55.740094 [ 187 ] {3fec6173-3e69-4314-b82a-beabd4844532::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
11862 2025.01.08 18:29:55.741860 [ 290 ] {1ee0d59a-f79b-4cb4-a35a-c10ea5db82be} <Trace> oximeter.fields_ipaddr (a146431f-2326-4c8f-a3c3-fb5a4b690f62): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11863 2025.01.08 18:29:55.741943 [ 290 ] {1ee0d59a-f79b-4cb4-a35a-c10ea5db82be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
11864 2025.01.08 18:29:55.742671 [ 187 ] {3fec6173-3e69-4314-b82a-beabd4844532::all_1_45_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004397505 sec., 15918.11720509698 rows/sec., 1.18 MiB/sec.
11865 2025.01.08 18:29:55.742929 [ 187 ] {3fec6173-3e69-4314-b82a-beabd4844532::all_1_45_11} <Trace> MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary)
11866 2025.01.08 18:29:55.743008 [ 290 ] {1ee0d59a-f79b-4cb4-a35a-c10ea5db82be} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
11867 2025.01.08 18:29:55.743405 [ 187 ] {3fec6173-3e69-4314-b82a-beabd4844532::all_1_45_11} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11868 2025.01.08 18:29:55.743493 [ 290 ] {1ee0d59a-f79b-4cb4-a35a-c10ea5db82be} <Trace> oximeter.fields_ipaddr (a146431f-2326-4c8f-a3c3-fb5a4b690f62): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11869 2025.01.08 18:29:55.743584 [ 187 ] {3fec6173-3e69-4314-b82a-beabd4844532::all_1_45_11} <Trace> oximeter.fields_i16 (3fec6173-3e69-4314-b82a-beabd4844532) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11
11870 2025.01.08 18:29:55.743735 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
11871 2025.01.08 18:29:55.743937 [ 290 ] {1ee0d59a-f79b-4cb4-a35a-c10ea5db82be} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.005069 sec., 394.55513908068656 rows/sec., 32.17 KiB/sec.
11872 2025.01.08 18:29:55.744074 [ 290 ] {1ee0d59a-f79b-4cb4-a35a-c10ea5db82be} <Debug> TCPHandler: Processed in 0.00574414 sec.
11873 2025.01.08 18:29:55.744248 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11874 2025.01.08 18:29:55.744376 [ 284 ] {4c874635-f673-42c7-b3db-0261abebee5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11875 2025.01.08 18:29:55.744428 [ 284 ] {4c874635-f673-42c7-b3db-0261abebee5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11876 2025.01.08 18:29:55.745738 [ 284 ] {4c874635-f673-42c7-b3db-0261abebee5e} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11877 2025.01.08 18:29:55.745780 [ 284 ] {4c874635-f673-42c7-b3db-0261abebee5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
11878 2025.01.08 18:29:55.746246 [ 284 ] {4c874635-f673-42c7-b3db-0261abebee5e} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary)
11879 2025.01.08 18:29:55.746519 [ 284 ] {4c874635-f673-42c7-b3db-0261abebee5e} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11880 2025.01.08 18:29:55.746754 [ 284 ] {4c874635-f673-42c7-b3db-0261abebee5e} <Debug> executeQuery: Read 1394 rows, 119.85 KiB in 0.002404 sec., 579866.8885191348 rows/sec., 48.69 MiB/sec.
11881 2025.01.08 18:29:55.746813 [ 284 ] {4c874635-f673-42c7-b3db-0261abebee5e} <Debug> TCPHandler: Processed in 0.002638889 sec.
11882 2025.01.08 18:29:55.746974 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11883 2025.01.08 18:29:55.747118 [ 290 ] {169be69b-2730-4921-a229-4c2b3c9488b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11884 2025.01.08 18:29:55.747180 [ 290 ] {169be69b-2730-4921-a229-4c2b3c9488b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11885 2025.01.08 18:29:55.747873 [ 290 ] {169be69b-2730-4921-a229-4c2b3c9488b4} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11886 2025.01.08 18:29:55.747915 [ 290 ] {169be69b-2730-4921-a229-4c2b3c9488b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
11887 2025.01.08 18:29:55.748312 [ 290 ] {169be69b-2730-4921-a229-4c2b3c9488b4} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
11888 2025.01.08 18:29:55.748560 [ 290 ] {169be69b-2730-4921-a229-4c2b3c9488b4} <Trace> oximeter.fields_u16 (f0435507-f7ba-44f4-a4b0-d6e8989ba65a): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11889 2025.01.08 18:29:55.748783 [ 290 ] {169be69b-2730-4921-a229-4c2b3c9488b4} <Debug> executeQuery: Read 49 rows, 3.60 KiB in 0.001701 sec., 28806.584362139918 rows/sec., 2.07 MiB/sec.
11890 2025.01.08 18:29:55.748841 [ 290 ] {169be69b-2730-4921-a229-4c2b3c9488b4} <Debug> TCPHandler: Processed in 0.001938251 sec.
11891 2025.01.08 18:29:55.748980 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11892 2025.01.08 18:29:55.749119 [ 284 ] {2d30bdfe-8748-47b8-94af-42fb0b0f3c86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
11893 2025.01.08 18:29:55.749177 [ 284 ] {2d30bdfe-8748-47b8-94af-42fb0b0f3c86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
11894 2025.01.08 18:29:55.749920 [ 284 ] {2d30bdfe-8748-47b8-94af-42fb0b0f3c86} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11895 2025.01.08 18:29:55.749960 [ 284 ] {2d30bdfe-8748-47b8-94af-42fb0b0f3c86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
11896 2025.01.08 18:29:55.750346 [ 284 ] {2d30bdfe-8748-47b8-94af-42fb0b0f3c86} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
11897 2025.01.08 18:29:55.750597 [ 284 ] {2d30bdfe-8748-47b8-94af-42fb0b0f3c86} <Trace> oximeter.fields_u32 (2c223895-825c-4136-aa84-337ee2a5ddc3): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11898 2025.01.08 18:29:55.750814 [ 284 ] {2d30bdfe-8748-47b8-94af-42fb0b0f3c86} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001727 sec., 140127.38853503185 rows/sec., 9.49 MiB/sec.
11899 2025.01.08 18:29:55.750871 [ 284 ] {2d30bdfe-8748-47b8-94af-42fb0b0f3c86} <Debug> TCPHandler: Processed in 0.001954741 sec.
11900 2025.01.08 18:29:55.751017 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11901 2025.01.08 18:29:55.751155 [ 290 ] {24591cc0-6869-4126-b67a-dca4acd399fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
11902 2025.01.08 18:29:55.751213 [ 290 ] {24591cc0-6869-4126-b67a-dca4acd399fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
11903 2025.01.08 18:29:55.751866 [ 290 ] {24591cc0-6869-4126-b67a-dca4acd399fd} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11904 2025.01.08 18:29:55.751906 [ 290 ] {24591cc0-6869-4126-b67a-dca4acd399fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
11905 2025.01.08 18:29:55.752272 [ 290 ] {24591cc0-6869-4126-b67a-dca4acd399fd} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
11906 2025.01.08 18:29:55.752513 [ 290 ] {24591cc0-6869-4126-b67a-dca4acd399fd} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11907 2025.01.08 18:29:55.752675 [ 146 ] {} <Debug> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0
11908 2025.01.08 18:29:55.752743 [ 146 ] {} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11909 2025.01.08 18:29:55.752752 [ 290 ] {24591cc0-6869-4126-b67a-dca4acd399fd} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001618 sec., 8034.61063040791 rows/sec., 500.96 KiB/sec.
11910 2025.01.08 18:29:55.752805 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
11911 2025.01.08 18:29:55.752887 [ 290 ] {24591cc0-6869-4126-b67a-dca4acd399fd} <Debug> TCPHandler: Processed in 0.00193941 sec.
11912 2025.01.08 18:29:55.753166 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11913 2025.01.08 18:29:55.753220 [ 195 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::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
11914 2025.01.08 18:29:55.753453 [ 284 ] {6269ff34-8781-4ab4-90a7-658fd671444a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11915 2025.01.08 18:29:55.753596 [ 284 ] {6269ff34-8781-4ab4-90a7-658fd671444a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11916 2025.01.08 18:29:55.753624 [ 195 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::all_1_45_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11917 2025.01.08 18:29:55.753726 [ 195 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::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
11918 2025.01.08 18:29:55.753938 [ 195 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::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
11919 2025.01.08 18:29:55.754310 [ 195 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::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
11920 2025.01.08 18:29:55.754687 [ 195 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::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
11921 2025.01.08 18:29:55.755033 [ 195 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::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
11922 2025.01.08 18:29:55.756522 [ 284 ] {6269ff34-8781-4ab4-90a7-658fd671444a} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11923 2025.01.08 18:29:55.756590 [ 284 ] {6269ff34-8781-4ab4-90a7-658fd671444a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
11924 2025.01.08 18:29:55.756642 [ 187 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::all_1_45_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003676796 sec., 17678.435246339475 rows/sec., 1.14 MiB/sec.
11925 2025.01.08 18:29:55.756800 [ 187 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::all_1_45_11} <Trace> MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary)
11926 2025.01.08 18:29:55.757100 [ 284 ] {6269ff34-8781-4ab4-90a7-658fd671444a} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary)
11927 2025.01.08 18:29:55.757163 [ 187 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::all_1_45_11} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11928 2025.01.08 18:29:55.757255 [ 187 ] {ee626f9f-e269-467c-a7d3-6845daa667fb::all_1_45_11} <Trace> oximeter.fields_u8 (ee626f9f-e269-467c-a7d3-6845daa667fb) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11
11929 2025.01.08 18:29:55.757340 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
11930 2025.01.08 18:29:55.757403 [ 284 ] {6269ff34-8781-4ab4-90a7-658fd671444a} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11931 2025.01.08 18:29:55.757670 [ 284 ] {6269ff34-8781-4ab4-90a7-658fd671444a} <Debug> executeQuery: Read 844 rows, 62.46 KiB in 0.004318 sec., 195460.8615099583 rows/sec., 14.13 MiB/sec.
11932 2025.01.08 18:29:55.757784 [ 284 ] {6269ff34-8781-4ab4-90a7-658fd671444a} <Debug> TCPHandler: Processed in 0.004785785 sec.
11933 2025.01.08 18:29:55.757952 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11934 2025.01.08 18:29:55.758152 [ 290 ] {2db86b1b-a408-4bd5-aa4c-542578383739} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
11935 2025.01.08 18:29:55.758218 [ 290 ] {2db86b1b-a408-4bd5-aa4c-542578383739} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
11936 2025.01.08 18:29:55.758771 [ 290 ] {2db86b1b-a408-4bd5-aa4c-542578383739} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11937 2025.01.08 18:29:55.758809 [ 290 ] {2db86b1b-a408-4bd5-aa4c-542578383739} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
11938 2025.01.08 18:29:55.759187 [ 290 ] {2db86b1b-a408-4bd5-aa4c-542578383739} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
11939 2025.01.08 18:29:55.759431 [ 290 ] {2db86b1b-a408-4bd5-aa4c-542578383739} <Trace> oximeter.measurements_bool (ad655653-4baa-4594-8cbb-9e7a3f200b7e): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11940 2025.01.08 18:29:55.759683 [ 290 ] {2db86b1b-a408-4bd5-aa4c-542578383739} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001581 sec., 3795.066413662239 rows/sec., 198.28 KiB/sec.
11941 2025.01.08 18:29:55.759805 [ 290 ] {2db86b1b-a408-4bd5-aa4c-542578383739} <Debug> TCPHandler: Processed in 0.001937271 sec.
11942 2025.01.08 18:29:55.760023 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11943 2025.01.08 18:29:55.760169 [ 284 ] {1e63f6d1-ecd3-4fd5-8344-1a0c834ae4c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11944 2025.01.08 18:29:55.760231 [ 284 ] {1e63f6d1-ecd3-4fd5-8344-1a0c834ae4c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11945 2025.01.08 18:29:55.761073 [ 284 ] {1e63f6d1-ecd3-4fd5-8344-1a0c834ae4c8} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11946 2025.01.08 18:29:55.761113 [ 284 ] {1e63f6d1-ecd3-4fd5-8344-1a0c834ae4c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
11947 2025.01.08 18:29:55.761555 [ 284 ] {1e63f6d1-ecd3-4fd5-8344-1a0c834ae4c8} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary)
11948 2025.01.08 18:29:55.761804 [ 284 ] {1e63f6d1-ecd3-4fd5-8344-1a0c834ae4c8} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11949 2025.01.08 18:29:55.762049 [ 284 ] {1e63f6d1-ecd3-4fd5-8344-1a0c834ae4c8} <Debug> executeQuery: Read 944 rows, 64.18 KiB in 0.001912 sec., 493723.8493723849 rows/sec., 32.78 MiB/sec.
11950 2025.01.08 18:29:55.762144 [ 284 ] {1e63f6d1-ecd3-4fd5-8344-1a0c834ae4c8} <Debug> TCPHandler: Processed in 0.002230008 sec.
11951 2025.01.08 18:29:55.762313 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11952 2025.01.08 18:29:55.762660 [ 290 ] {52bd8f66-4c57-4a9d-95d7-1b21d2aee093} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
11953 2025.01.08 18:29:55.762788 [ 290 ] {52bd8f66-4c57-4a9d-95d7-1b21d2aee093} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
11954 2025.01.08 18:29:55.763308 [ 290 ] {52bd8f66-4c57-4a9d-95d7-1b21d2aee093} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11955 2025.01.08 18:29:55.763347 [ 290 ] {52bd8f66-4c57-4a9d-95d7-1b21d2aee093} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
11956 2025.01.08 18:29:55.763716 [ 290 ] {52bd8f66-4c57-4a9d-95d7-1b21d2aee093} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
11957 2025.01.08 18:29:55.763969 [ 290 ] {52bd8f66-4c57-4a9d-95d7-1b21d2aee093} <Trace> oximeter.measurements_f64 (77d66527-af05-4b5f-abac-09fa426106cc): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11958 2025.01.08 18:29:55.764228 [ 290 ] {52bd8f66-4c57-4a9d-95d7-1b21d2aee093} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001691 sec., 591.3660555884093 rows/sec., 39.85 KiB/sec.
11959 2025.01.08 18:29:55.764366 [ 290 ] {52bd8f66-4c57-4a9d-95d7-1b21d2aee093} <Debug> TCPHandler: Processed in 0.002138366 sec.
11960 2025.01.08 18:29:55.764579 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11961 2025.01.08 18:29:55.764717 [ 284 ] {26465706-fda7-490b-bd28-62777e182cce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11962 2025.01.08 18:29:55.764833 [ 284 ] {26465706-fda7-490b-bd28-62777e182cce} <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
11963 2025.01.08 18:29:55.766132 [ 284 ] {26465706-fda7-490b-bd28-62777e182cce} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11964 2025.01.08 18:29:55.766171 [ 284 ] {26465706-fda7-490b-bd28-62777e182cce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
11965 2025.01.08 18:29:55.766849 [ 284 ] {26465706-fda7-490b-bd28-62777e182cce} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
11966 2025.01.08 18:29:55.767117 [ 284 ] {26465706-fda7-490b-bd28-62777e182cce} <Trace> oximeter.measurements_histogramu64 (e2d038cd-23ef-42ff-ade3-a8c087d70f4f): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11967 2025.01.08 18:29:55.767382 [ 284 ] {26465706-fda7-490b-bd28-62777e182cce} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002693 sec., 14853.323431117713 rows/sec., 26.62 MiB/sec.
11968 2025.01.08 18:29:55.767483 [ 284 ] {26465706-fda7-490b-bd28-62777e182cce} <Debug> TCPHandler: Processed in 0.003007439 sec.
11969 2025.01.08 18:29:55.767644 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11970 2025.01.08 18:29:55.767777 [ 290 ] {4a54fe39-deb3-4ef7-b7a1-59037d35ab02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11971 2025.01.08 18:29:55.767829 [ 290 ] {4a54fe39-deb3-4ef7-b7a1-59037d35ab02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11972 2025.01.08 18:29:55.768300 [ 290 ] {4a54fe39-deb3-4ef7-b7a1-59037d35ab02} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11973 2025.01.08 18:29:55.768338 [ 290 ] {4a54fe39-deb3-4ef7-b7a1-59037d35ab02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
11974 2025.01.08 18:29:55.768717 [ 290 ] {4a54fe39-deb3-4ef7-b7a1-59037d35ab02} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary)
11975 2025.01.08 18:29:55.768976 [ 290 ] {4a54fe39-deb3-4ef7-b7a1-59037d35ab02} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11976 2025.01.08 18:29:55.769197 [ 290 ] {4a54fe39-deb3-4ef7-b7a1-59037d35ab02} <Debug> executeQuery: Read 28 rows, 1.61 KiB in 0.001444 sec., 19390.581717451525 rows/sec., 1.09 MiB/sec.
11977 2025.01.08 18:29:55.769248 [ 290 ] {4a54fe39-deb3-4ef7-b7a1-59037d35ab02} <Debug> TCPHandler: Processed in 0.001671154 sec.
11978 2025.01.08 18:29:56.000156 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 248.41 MiB, peak 259.07 MiB, free memory in arenas 0.00 B, will set to 247.21 MiB (RSS), difference: -1.20 MiB
11979 2025.01.08 18:29:57.717719 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 1676
11980 2025.01.08 18:29:57.721652 [ 242 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11981 2025.01.08 18:29:57.721700 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
11982 2025.01.08 18:29:57.723188 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
11983 2025.01.08 18:29:57.723494 [ 242 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11984 2025.01.08 18:29:57.723773 [ 147 ] {} <Debug> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
11985 2025.01.08 18:29:57.723963 [ 147 ] {} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11986 2025.01.08 18:29:57.724056 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
11987 2025.01.08 18:29:57.725018 [ 187 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::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
11988 2025.01.08 18:29:57.725992 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1676
11989 2025.01.08 18:29:57.726495 [ 187 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11990 2025.01.08 18:29:57.726700 [ 187 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1492 rows starting from the beginning of the part
11991 2025.01.08 18:29:57.727425 [ 187 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::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
11992 2025.01.08 18:29:57.728129 [ 187 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 54 rows starting from the beginning of the part
11993 2025.01.08 18:29:57.728770 [ 187 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 16 rows starting from the beginning of the part
11994 2025.01.08 18:29:57.729430 [ 187 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::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
11995 2025.01.08 18:29:57.730075 [ 187 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 54 rows starting from the beginning of the part
11996 2025.01.08 18:29:57.739057 [ 187 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1676 rows, containing 72 columns (72 merged, 0 gathered) in 0.014788016 sec., 113335.0139734769 rows/sec., 86.18 MiB/sec.
11997 2025.01.08 18:29:57.740904 [ 193 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
11998 2025.01.08 18:29:57.741775 [ 193 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::all_1_46_9} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11999 2025.01.08 18:29:57.741884 [ 193 ] {d725b4dd-130e-46da-9f50-0c92f4e252cc::all_1_46_9} <Trace> system.query_log (d725b4dd-130e-46da-9f50-0c92f4e252cc) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
12000 2025.01.08 18:29:57.742228 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.92 MiB.
12001 2025.01.08 18:30:00.064396 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 28914
12002 2025.01.08 18:30:00.065095 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12003 2025.01.08 18:30:00.065151 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
12004 2025.01.08 18:30:00.065705 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
12005 2025.01.08 18:30:00.065985 [ 243 ] {} <Trace> system.asynchronous_metric_log (3a93960a-9ee4-4745-88e3-d47ae120bf42): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12006 2025.01.08 18:30:00.066194 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28914
12007 2025.01.08 18:30:00.425753 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12008 2025.01.08 18:30:00.425948 [ 284 ] {3b6577c7-2479-4510-ace9-32aebfb93b6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12009 2025.01.08 18:30:00.426028 [ 284 ] {3b6577c7-2479-4510-ace9-32aebfb93b6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12010 2025.01.08 18:30:00.426887 [ 284 ] {3b6577c7-2479-4510-ace9-32aebfb93b6b} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12011 2025.01.08 18:30:00.426942 [ 284 ] {3b6577c7-2479-4510-ace9-32aebfb93b6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
12012 2025.01.08 18:30:00.427407 [ 284 ] {3b6577c7-2479-4510-ace9-32aebfb93b6b} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary)
12013 2025.01.08 18:30:00.427705 [ 284 ] {3b6577c7-2479-4510-ace9-32aebfb93b6b} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12014 2025.01.08 18:30:00.427889 [ 143 ] {} <Debug> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0
12015 2025.01.08 18:30:00.427934 [ 143 ] {} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12016 2025.01.08 18:30:00.427934 [ 284 ] {3b6577c7-2479-4510-ace9-32aebfb93b6b} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.00204 sec., 12745.098039215685 rows/sec., 983.74 KiB/sec.
12017 2025.01.08 18:30:00.427963 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
12018 2025.01.08 18:30:00.428071 [ 284 ] {3b6577c7-2479-4510-ace9-32aebfb93b6b} <Debug> TCPHandler: Processed in 0.002465295 sec.
12019 2025.01.08 18:30:00.428223 [ 189 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::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
12020 2025.01.08 18:30:00.428367 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12021 2025.01.08 18:30:00.428389 [ 189 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12022 2025.01.08 18:30:00.428434 [ 189 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 1400 rows starting from the beginning of the part
12023 2025.01.08 18:30:00.428558 [ 189 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 26 rows starting from the beginning of the part
12024 2025.01.08 18:30:00.428576 [ 290 ] {36c3146c-09e5-4b06-bf06-29c6c8eb6aae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12025 2025.01.08 18:30:00.428719 [ 189 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 253 rows starting from the beginning of the part
12026 2025.01.08 18:30:00.428746 [ 290 ] {36c3146c-09e5-4b06-bf06-29c6c8eb6aae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12027 2025.01.08 18:30:00.429314 [ 189 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 26 rows starting from the beginning of the part
12028 2025.01.08 18:30:00.429564 [ 189 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 1394 rows starting from the beginning of the part
12029 2025.01.08 18:30:00.430302 [ 189 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 26 rows starting from the beginning of the part
12030 2025.01.08 18:30:00.431918 [ 290 ] {36c3146c-09e5-4b06-bf06-29c6c8eb6aae} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12031 2025.01.08 18:30:00.431990 [ 290 ] {36c3146c-09e5-4b06-bf06-29c6c8eb6aae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
12032 2025.01.08 18:30:00.432669 [ 290 ] {36c3146c-09e5-4b06-bf06-29c6c8eb6aae} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary)
12033 2025.01.08 18:30:00.433045 [ 290 ] {36c3146c-09e5-4b06-bf06-29c6c8eb6aae} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12034 2025.01.08 18:30:00.433131 [ 196 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3125 rows, containing 5 columns (5 merged, 0 gathered) in 0.005043952 sec., 619553.8736292494 rows/sec., 54.52 MiB/sec.
12035 2025.01.08 18:30:00.433323 [ 143 ] {} <Debug> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0
12036 2025.01.08 18:30:00.433392 [ 143 ] {} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12037 2025.01.08 18:30:00.433447 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
12038 2025.01.08 18:30:00.433456 [ 290 ] {36c3146c-09e5-4b06-bf06-29c6c8eb6aae} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.004933 sec., 5676.059193188729 rows/sec., 453.34 KiB/sec.
12039 2025.01.08 18:30:00.433482 [ 193 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary)
12040 2025.01.08 18:30:00.433898 [ 290 ] {36c3146c-09e5-4b06-bf06-29c6c8eb6aae} <Debug> TCPHandler: Processed in 0.005665428 sec.
12041 2025.01.08 18:30:00.433929 [ 200 ] {fa7e1080-106a-46d6-b087-687f1bf68453::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
12042 2025.01.08 18:30:00.434193 [ 284 ] {} <Trace> TCP-Session: 0ccfc123-50c6-4234-983d-0bdc725eede0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12043 2025.01.08 18:30:00.434339 [ 200 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12044 2025.01.08 18:30:00.434446 [ 200 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 874 rows starting from the beginning of the part
12045 2025.01.08 18:30:00.434540 [ 284 ] {eedcf899-16cd-4b54-a6b5-8c766e53937f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38867) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12046 2025.01.08 18:30:00.434643 [ 196 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_106_21} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12047 2025.01.08 18:30:00.434844 [ 284 ] {eedcf899-16cd-4b54-a6b5-8c766e53937f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12048 2025.01.08 18:30:00.434903 [ 200 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 28 rows starting from the beginning of the part
12049 2025.01.08 18:30:00.435105 [ 196 ] {9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd::all_1_106_21} <Trace> oximeter.fields_string (9b1a4e75-424c-4ee6-aa49-b23ebc7e70bd) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21
12050 2025.01.08 18:30:00.435398 [ 200 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 386 rows starting from the beginning of the part
12051 2025.01.08 18:30:00.435470 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB.
12052 2025.01.08 18:30:00.435820 [ 200 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 28 rows starting from the beginning of the part
12053 2025.01.08 18:30:00.436183 [ 200 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 844 rows starting from the beginning of the part
12054 2025.01.08 18:30:00.436502 [ 200 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 28 rows starting from the beginning of the part
12055 2025.01.08 18:30:00.438133 [ 284 ] {eedcf899-16cd-4b54-a6b5-8c766e53937f} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12056 2025.01.08 18:30:00.438217 [ 284 ] {eedcf899-16cd-4b54-a6b5-8c766e53937f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
12057 2025.01.08 18:30:00.439439 [ 284 ] {eedcf899-16cd-4b54-a6b5-8c766e53937f} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary)
12058 2025.01.08 18:30:00.439986 [ 284 ] {eedcf899-16cd-4b54-a6b5-8c766e53937f} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12059 2025.01.08 18:30:00.440293 [ 193 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2188 rows, containing 5 columns (5 merged, 0 gathered) in 0.006704295 sec., 326357.95411747246 rows/sec., 24.85 MiB/sec.
12060 2025.01.08 18:30:00.440378 [ 143 ] {} <Debug> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7) (MergerMutator): Selected 5 parts from all_1_101_20 to all_105_105_0
12061 2025.01.08 18:30:00.440454 [ 143 ] {} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12062 2025.01.08 18:30:00.440504 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
12063 2025.01.08 18:30:00.440555 [ 284 ] {eedcf899-16cd-4b54-a6b5-8c766e53937f} <Debug> executeQuery: Read 80 rows, 5.68 KiB in 0.006149 sec., 13010.245568385104 rows/sec., 923.68 KiB/sec.
12064 2025.01.08 18:30:00.440722 [ 193 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary)
12065 2025.01.08 18:30:00.441224 [ 284 ] {eedcf899-16cd-4b54-a6b5-8c766e53937f} <Debug> TCPHandler: Processed in 0.007174748 sec.
12066 2025.01.08 18:30:00.441178 [ 200 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_105_21} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_101_20 to all_105_105_0 into Compact with storage Full
12067 2025.01.08 18:30:00.441679 [ 290 ] {} <Trace> TCP-Session: 76afc410-e302-4f81-b3b6-b595f3ece536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12068 2025.01.08 18:30:00.442439 [ 290 ] {5739bae8-1a7f-4b62-b413-aa3617f75391} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52665) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12069 2025.01.08 18:30:00.442468 [ 193 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_106_21} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12070 2025.01.08 18:30:00.442589 [ 200 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_105_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12071 2025.01.08 18:30:00.442730 [ 290 ] {5739bae8-1a7f-4b62-b413-aa3617f75391} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12072 2025.01.08 18:30:00.442938 [ 200 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_101_20, total 25111 rows starting from the beginning of the part
12073 2025.01.08 18:30:00.443060 [ 193 ] {fa7e1080-106a-46d6-b087-687f1bf68453::all_1_106_21} <Trace> oximeter.fields_uuid (fa7e1080-106a-46d6-b087-687f1bf68453) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21
12074 2025.01.08 18:30:00.443805 [ 200 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 100 rows starting from the beginning of the part
12075 2025.01.08 18:30:00.443931 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB.
12076 2025.01.08 18:30:00.444504 [ 200 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 177 rows starting from the beginning of the part
12077 2025.01.08 18:30:00.444958 [ 200 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 100 rows starting from the beginning of the part
12078 2025.01.08 18:30:00.445355 [ 200 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 944 rows starting from the beginning of the part
12079 2025.01.08 18:30:00.446352 [ 290 ] {5739bae8-1a7f-4b62-b413-aa3617f75391} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12080 2025.01.08 18:30:00.446417 [ 290 ] {5739bae8-1a7f-4b62-b413-aa3617f75391} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
12081 2025.01.08 18:30:00.447094 [ 290 ] {5739bae8-1a7f-4b62-b413-aa3617f75391} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary)
12082 2025.01.08 18:30:00.447581 [ 290 ] {5739bae8-1a7f-4b62-b413-aa3617f75391} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12083 2025.01.08 18:30:00.447863 [ 143 ] {} <Debug> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0
12084 2025.01.08 18:30:00.447968 [ 143 ] {} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12085 2025.01.08 18:30:00.448063 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
12086 2025.01.08 18:30:00.448510 [ 290 ] {5739bae8-1a7f-4b62-b413-aa3617f75391} <Debug> executeQuery: Read 24 rows, 1.68 KiB in 0.006283 sec., 3819.8312907846566 rows/sec., 267.96 KiB/sec.
12087 2025.01.08 18:30:00.448657 [ 194 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::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
12088 2025.01.08 18:30:00.449497 [ 194 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12089 2025.01.08 18:30:00.449710 [ 194 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 3550 rows starting from the beginning of the part
12090 2025.01.08 18:30:00.449814 [ 290 ] {5739bae8-1a7f-4b62-b413-aa3617f75391} <Debug> TCPHandler: Processed in 0.00838899 sec.
12091 2025.01.08 18:30:00.450296 [ 194 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 30 rows starting from the beginning of the part
12092 2025.01.08 18:30:00.450798 [ 194 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 52 rows starting from the beginning of the part
12093 2025.01.08 18:30:00.451350 [ 194 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 30 rows starting from the beginning of the part
12094 2025.01.08 18:30:00.451750 [ 194 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 28 rows starting from the beginning of the part
12095 2025.01.08 18:30:00.451991 [ 194 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 24 rows starting from the beginning of the part
12096 2025.01.08 18:30:00.457704 [ 200 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3714 rows, containing 4 columns (4 merged, 0 gathered) in 0.009482468 sec., 391670.18544117414 rows/sec., 25.21 MiB/sec.
12097 2025.01.08 18:30:00.458294 [ 200 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary)
12098 2025.01.08 18:30:00.458771 [ 200 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_106_21} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12099 2025.01.08 18:30:00.458901 [ 200 ] {d5cb32fe-3ef5-4c8c-835a-f33311cf2426::all_1_106_21} <Trace> oximeter.measurements_u64 (d5cb32fe-3ef5-4c8c-835a-f33311cf2426) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21
12100 2025.01.08 18:30:00.459046 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB.
12101 2025.01.08 18:30:00.461715 [ 191 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_105_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26432 rows, containing 5 columns (5 merged, 0 gathered) in 0.021063601 sec., 1254866.1551270364 rows/sec., 84.02 MiB/sec.
12102 2025.01.08 18:30:00.462005 [ 191 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_105_21} <Trace> MergedBlockOutputStream: filled checksums all_1_105_21 (state Temporary)
12103 2025.01.08 18:30:00.462356 [ 191 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_105_21} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7): Renaming temporary part tmp_merge_all_1_105_21 to all_1_105_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12104 2025.01.08 18:30:00.462441 [ 191 ] {c7d814f0-df01-475c-9dc0-61d23cbfa3e7::all_1_105_21} <Trace> oximeter.measurements_cumulativeu64 (c7d814f0-df01-475c-9dc0-61d23cbfa3e7) (MergerMutator): Merged 5 parts: [all_1_101_20, all_105_105_0] -> all_1_105_21
12105 2025.01.08 18:30:00.462543 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB.
12106 2025.01.08 18:30:01.000166 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 247.69 MiB, peak 259.07 MiB, free memory in arenas 0.00 B, will set to 248.95 MiB (RSS), difference: 1.26 MiB