Max level shown:
1 [ Mar 22 20:02:58 Enabled. ]
2 [ Mar 22 20:02:58 Rereading configuration. ]
3 [ Mar 22 20:02:59 Rereading configuration. ]
4 [ Mar 22 20:03:01 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ]
5 + set -o errexit
6 + set -o pipefail
7 + . /lib/svc/share/smf_include.sh
8 ++ SMF_EXIT_OK=0
9 ++ SMF_EXIT_NODAEMON=94
10 ++ SMF_EXIT_ERR_FATAL=95
11 ++ SMF_EXIT_ERR_CONFIG=96
12 ++ SMF_EXIT_MON_DEGRADE=97
13 ++ SMF_EXIT_MON_OFFLINE=98
14 ++ SMF_EXIT_ERR_NOSMF=99
15 ++ SMF_EXIT_ERR_PERM=100
16 ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default
17 + LISTEN_ADDR=fd00:1122:3344:101::e
18 ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default
19 + LISTEN_PORT=8123
20 ++ svcprop -c -p config/store svc:/oxide/clickhouse:default
21 + DATASTORE=/data
22 + args=("--config-file" "/opt/oxide/clickhouse/config.xml" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT")
23 + exec /opt/oxide/clickhouse/clickhouse server --config-file /opt/oxide/clickhouse/config.xml -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123
24 [ Mar 22 20:03:01 Method "start" exited with status 0. ]
25 Processing configuration file '/opt/oxide/clickhouse/config.xml'.
26 Logging trace to /var/tmp/clickhouse-server.log
27 Logging errors to /var/tmp/clickhouse-server.errlog
28 2025.03.22 20:03:02.390205 [ 1 ] {} <Information> Application: Will watch for the process with pid 23000
29 2025.03.22 20:03:02.390631 [ 1 ] {} <Information> Application: Forked a child process to watch
30 2025.03.22 20:03:02.622092 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 23000
31 2025.03.22 20:03:02.622886 [ 1 ] {} <Information> Application: starting up
32 2025.03.22 20:03:02.623642 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc
33 2025.03.22 20:03:02.717922 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48.
34 2025.03.22 20:03:02.766962 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536
35 2025.03.22 20:03:02.767011 [ 1 ] {} <Debug> Application: Initializing DateLUT.
36 2025.03.22 20:03:02.767023 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'.
37 2025.03.22 20:03:02.767088 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it
38 2025.03.22 20:03:02.767457 [ 1 ] {} <Debug> Application: Initializing interserver credentials.
39 2025.03.22 20:03:02.769070 [ 1 ] {} <Debug> ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml'
40 Processing configuration file '/opt/oxide/clickhouse/config.xml'.
41 Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'.
42 2025.03.22 20:03:02.769775 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration
43 2025.03.22 20:03:02.770672 [ 1 ] {} <Information> Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio)
44 2025.03.22 20:03:02.770698 [ 1 ] {} <Information> Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio)
45 2025.03.22 20:03:02.770713 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB
46 2025.03.22 20:03:02.770882 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads
47 2025.03.22 20:03:02.771812 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads
48 2025.03.22 20:03:02.777228 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads
49 2025.03.22 20:03:02.777937 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads
50 2025.03.22 20:03:02.779321 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again.
51 2025.03.22 20:03:02.779387 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration
52 2025.03.22 20:03:02.780997 [ 1 ] {} <Debug> ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml'
53 Processing configuration file '/opt/oxide/clickhouse/config.xml'.
54 Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'.
55 2025.03.22 20:03:02.781472 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration
56 2025.03.22 20:03:02.786092 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration
57 2025.03.22 20:03:02.786799 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml
58 2025.03.22 20:03:02.788429 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin
59 2025.03.22 20:03:02.788867 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8
60 2025.03.22 20:03:02.789263 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8
61 2025.03.22 20:03:02.789592 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8
62 2025.03.22 20:03:02.791055 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds
63 2025.03.22 20:03:02.791084 [ 1 ] {} <Information> Application: Loading metadata from /data/
64 2025.03.22 20:03:02.791172 [ 150 ] {} <Debug> DNSResolver: Updating DNS cache
65 2025.03.22 20:03:02.791341 [ 150 ] {} <Debug> DNSResolver: Updated DNS cache
66 2025.03.22 20:03:02.804715 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total.
67 2025.03.22 20:03:02.804747 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000169654 sec
68 2025.03.22 20:03:02.804800 [ 1 ] {} <Trace> ReferentialDeps: No tables
69 2025.03.22 20:03:02.804819 [ 1 ] {} <Trace> LoadingDeps: No tables
70 2025.03.22 20:03:02.806192 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables.
71 2025.03.22 20:03:02.807410 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log
72 2025.03.22 20:03:02.821536 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config
73 2025.03.22 20:03:02.821581 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config
74 2025.03.22 20:03:02.821609 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config
75 2025.03.22 20:03:02.821622 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config
76 2025.03.22 20:03:02.821653 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config
77 2025.03.22 20:03:02.821673 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log
78 2025.03.22 20:03:02.824297 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config
79 2025.03.22 20:03:02.824342 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config
80 2025.03.22 20:03:02.824369 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log
81 2025.03.22 20:03:02.824548 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config
82 2025.03.22 20:03:02.824569 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config
83 2025.03.22 20:03:02.824604 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config
84 2025.03.22 20:03:02.824626 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config
85 2025.03.22 20:03:02.824640 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config
86 2025.03.22 20:03:02.824670 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config
87 2025.03.22 20:03:02.824692 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config
88 2025.03.22 20:03:02.851962 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal.
89 2025.03.22 20:03:02.853674 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total.
90 2025.03.22 20:03:02.853713 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.7871e-05 sec
91 2025.03.22 20:03:02.853726 [ 1 ] {} <Trace> ReferentialDeps: No tables
92 2025.03.22 20:03:02.853737 [ 1 ] {} <Trace> LoadingDeps: No tables
93 2025.03.22 20:03:02.853761 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables.
94 2025.03.22 20:03:02.853949 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/
95 2025.03.22 20:03:02.853993 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded
96 2025.03.22 20:03:02.854006 [ 1 ] {} <Debug> Application: Loaded metadata.
97 2025.03.22 20:03:02.854018 [ 1 ] {} <Information> Application: Query Profiler and TraceCollector are disabled because they require PHDR cache to be created (otherwise the function 'dl_iterate_phdr' is not lock free and not async-signal safe).
98 2025.03.22 20:03:02.854030 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled.
99 2025.03.22 20:03:02.859005 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again.
100 2025.03.22 20:03:02.859202 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 117.12 MiB (RSS), difference: 92.34 MiB
101 2025.03.22 20:03:02.860182 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.602e-05 sec.
102 2025.03.22 20:03:02.861199 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123
103 2025.03.22 20:03:02.861287 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000
104 2025.03.22 20:03:02.861308 [ 1 ] {} <Information> Application: Ready for connections.
105 2025.03.22 20:03:03.430682 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:40084
106 2025.03.22 20:03:03.431358 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
107 2025.03.22 20:03:03.431458 [ 3 ] {} <Debug> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Authenticating user 'default' from [fd00:1122:3344:101::d]:40084
108 2025.03.22 20:03:03.431511 [ 3 ] {} <Debug> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
109 2025.03.22 20:03:03.431553 [ 3 ] {} <Debug> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
110 2025.03.22 20:03:03.431693 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
111 2025.03.22 20:03:03.431743 [ 3 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
112 2025.03.22 20:03:03.431789 [ 3 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
113 2025.03.22 20:03:03.433283 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:38041
114 2025.03.22 20:03:03.433336 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:62843
115 2025.03.22 20:03:03.433409 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
116 2025.03.22 20:03:03.433462 [ 4 ] {} <Debug> TCP-Session: afdc32d1-b81a-4a96-af16-d0f634075d2d Authenticating user 'default' from [fd00:1122:3344:101::d]:38041
117 2025.03.22 20:03:03.433472 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
118 2025.03.22 20:03:03.433514 [ 4 ] {} <Debug> TCP-Session: afdc32d1-b81a-4a96-af16-d0f634075d2d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
119 2025.03.22 20:03:03.433523 [ 5 ] {} <Debug> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Authenticating user 'default' from [fd00:1122:3344:101::d]:62843
120 2025.03.22 20:03:03.433542 [ 4 ] {} <Debug> TCP-Session: afdc32d1-b81a-4a96-af16-d0f634075d2d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
121 2025.03.22 20:03:03.433593 [ 5 ] {} <Debug> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
122 2025.03.22 20:03:03.433620 [ 5 ] {} <Debug> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
123 2025.03.22 20:03:03.434183 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:54189
124 2025.03.22 20:03:03.435001 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:35516
125 2025.03.22 20:03:03.435013 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
126 2025.03.22 20:03:03.435068 [ 253 ] {} <Debug> TCP-Session: 66dabe1d-c103-45fd-bbec-4a8c4496695a Authenticating user 'default' from [fd00:1122:3344:101::d]:54189
127 2025.03.22 20:03:03.435238 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
128 2025.03.22 20:03:03.435241 [ 253 ] {} <Debug> TCP-Session: 66dabe1d-c103-45fd-bbec-4a8c4496695a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
129 2025.03.22 20:03:03.435257 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:44439
130 2025.03.22 20:03:03.435291 [ 253 ] {} <Debug> TCP-Session: 66dabe1d-c103-45fd-bbec-4a8c4496695a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
131 2025.03.22 20:03:03.435285 [ 254 ] {} <Debug> TCP-Session: 58dcfaaf-e97f-4465-82e0-48d2f40ee144 Authenticating user 'default' from [fd00:1122:3344:101::d]:35516
132 2025.03.22 20:03:03.436041 [ 254 ] {} <Debug> TCP-Session: 58dcfaaf-e97f-4465-82e0-48d2f40ee144 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
133 2025.03.22 20:03:03.436050 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
134 2025.03.22 20:03:03.436137 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:36870
135 2025.03.22 20:03:03.436216 [ 255 ] {} <Debug> TCP-Session: bfdcc244-5604-45d6-b66b-e4feac6e514f Authenticating user 'default' from [fd00:1122:3344:101::d]:44439
136 2025.03.22 20:03:03.436223 [ 254 ] {} <Debug> TCP-Session: 58dcfaaf-e97f-4465-82e0-48d2f40ee144 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
137 2025.03.22 20:03:03.436200 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
138 2025.03.22 20:03:03.436258 [ 255 ] {} <Debug> TCP-Session: bfdcc244-5604-45d6-b66b-e4feac6e514f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
139 2025.03.22 20:03:03.436373 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:49070
140 2025.03.22 20:03:03.436430 [ 255 ] {} <Debug> TCP-Session: bfdcc244-5604-45d6-b66b-e4feac6e514f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
141 2025.03.22 20:03:03.436461 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:60138
142 2025.03.22 20:03:03.436495 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
143 2025.03.22 20:03:03.436789 [ 256 ] {} <Debug> TCP-Session: 34f7a4b5-bf16-4ee5-a47e-d3e27685c651 Authenticating user 'default' from [fd00:1122:3344:101::d]:36870
144 2025.03.22 20:03:03.436805 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
145 2025.03.22 20:03:03.436794 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
146 2025.03.22 20:03:03.436847 [ 256 ] {} <Debug> TCP-Session: 34f7a4b5-bf16-4ee5-a47e-d3e27685c651 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
147 2025.03.22 20:03:03.436871 [ 258 ] {} <Debug> TCP-Session: d8722faa-3442-457d-97f6-aa0acce856e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:49070
148 2025.03.22 20:03:03.436889 [ 257 ] {} <Debug> TCP-Session: 0153117f-e5b9-4f50-ac56-45d34490cff6 Authenticating user 'default' from [fd00:1122:3344:101::d]:60138
149 2025.03.22 20:03:03.436911 [ 256 ] {} <Debug> TCP-Session: 34f7a4b5-bf16-4ee5-a47e-d3e27685c651 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
150 2025.03.22 20:03:03.436931 [ 258 ] {} <Debug> TCP-Session: d8722faa-3442-457d-97f6-aa0acce856e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
151 2025.03.22 20:03:03.436938 [ 257 ] {} <Debug> TCP-Session: 0153117f-e5b9-4f50-ac56-45d34490cff6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
152 2025.03.22 20:03:03.437002 [ 258 ] {} <Debug> TCP-Session: d8722faa-3442-457d-97f6-aa0acce856e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
153 2025.03.22 20:03:03.437039 [ 257 ] {} <Debug> TCP-Session: 0153117f-e5b9-4f50-ac56-45d34490cff6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
154 2025.03.22 20:03:03.440281 [ 3 ] {37334401-6576-4258-9f8d-82efd386c1f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete)
155 2025.03.22 20:03:03.512218 [ 3 ] {37334401-6576-4258-9f8d-82efd386c1f6} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:40084) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below):
156 
157 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
158 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
159 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse
160 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
161 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
162 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
163 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse
164 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse
165 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse
166 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse
167 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse
168 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
169 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
170 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse
171 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
172 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
173 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
174 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
175 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
176 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
177 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
178 
179 2025.03.22 20:03:03.513564 [ 3 ] {37334401-6576-4258-9f8d-82efd386c1f6} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below):
180 
181 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
182 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
183 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse
184 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
185 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
186 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
187 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse
188 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse
189 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse
190 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse
191 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse
192 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
193 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
194 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse
195 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
196 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
197 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
198 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
199 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
200 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
201 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
202 
203 2025.03.22 20:03:03.513686 [ 3 ] {37334401-6576-4258-9f8d-82efd386c1f6} <Debug> TCPHandler: Processed in 0.079568881 sec.
204 2025.03.22 20:03:03.513975 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
205 2025.03.22 20:03:03.514195 [ 5 ] {7cc36632-12a4-494f-b096-a5879711d731} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete)
206 2025.03.22 20:03:03.514525 [ 5 ] {7cc36632-12a4-494f-b096-a5879711d731} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:62843) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below):
207 
208 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
209 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
210 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse
211 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
212 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
213 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
214 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse
215 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse
216 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse
217 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse
218 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse
219 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
220 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
221 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse
222 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
223 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
224 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
225 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
226 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
227 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
228 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
229 
230 2025.03.22 20:03:03.514653 [ 5 ] {7cc36632-12a4-494f-b096-a5879711d731} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below):
231 
232 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
233 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
234 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse
235 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
236 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
237 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
238 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse
239 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse
240 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse
241 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse
242 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse
243 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
244 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
245 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse
246 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
247 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
248 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
249 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
250 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
251 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
252 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
253 
254 2025.03.22 20:03:03.514764 [ 5 ] {7cc36632-12a4-494f-b096-a5879711d731} <Debug> TCPHandler: Processed in 0.0009373 sec.
255 2025.03.22 20:03:03.515536 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
256 2025.03.22 20:03:03.517230 [ 3 ] {244584c4-e317-4a9e-b594-8f0b1ab67ee1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete)
257 2025.03.22 20:03:03.517322 [ 3 ] {244584c4-e317-4a9e-b594-8f0b1ab67ee1} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.*
258 2025.03.22 20:03:03.519709 [ 3 ] {244584c4-e317-4a9e-b594-8f0b1ab67ee1} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total.
259 2025.03.22 20:03:03.519731 [ 3 ] {244584c4-e317-4a9e-b594-8f0b1ab67ee1} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.5561e-05 sec
260 2025.03.22 20:03:03.519749 [ 3 ] {244584c4-e317-4a9e-b594-8f0b1ab67ee1} <Trace> ReferentialDeps: No tables
261 2025.03.22 20:03:03.519800 [ 3 ] {244584c4-e317-4a9e-b594-8f0b1ab67ee1} <Trace> LoadingDeps: No tables
262 2025.03.22 20:03:03.519847 [ 3 ] {244584c4-e317-4a9e-b594-8f0b1ab67ee1} <Information> DatabaseAtomic (oximeter): Starting up tables.
263 2025.03.22 20:03:03.520846 [ 3 ] {244584c4-e317-4a9e-b594-8f0b1ab67ee1} <Debug> TCPHandler: Processed in 0.005398905 sec.
264 2025.03.22 20:03:03.520981 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
265 2025.03.22 20:03:03.521173 [ 3 ] {da0f1ed2-2605-42f3-9dbf-5c79950ef1ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) /* The version table contains metadata about the `oximeter` database */
266 CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete)
267 2025.03.22 20:03:03.521217 [ 3 ] {da0f1ed2-2605-42f3-9dbf-5c79950ef1ee} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version
268 2025.03.22 20:03:03.529242 [ 3 ] {da0f1ed2-2605-42f3-9dbf-5c79950ef1ee} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1
269 2025.03.22 20:03:03.530473 [ 3 ] {da0f1ed2-2605-42f3-9dbf-5c79950ef1ee} <Debug> oximeter.version (86413367-6d52-46a6-8afc-96942c374098): Loading data parts
270 2025.03.22 20:03:03.530996 [ 3 ] {da0f1ed2-2605-42f3-9dbf-5c79950ef1ee} <Debug> oximeter.version (86413367-6d52-46a6-8afc-96942c374098): There are no data parts
271 2025.03.22 20:03:03.536804 [ 3 ] {da0f1ed2-2605-42f3-9dbf-5c79950ef1ee} <Debug> TCPHandler: Processed in 0.015871788 sec.
272 2025.03.22 20:03:03.536952 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
273 2025.03.22 20:03:03.537148 [ 3 ] {37a20778-b458-4701-9ef1-7eb6bc54b5c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) /* The measurement tables contain all individual samples from each timeseries.
274 *
275 * Each table stores a single datum type, and otherwise contains nearly the same
276 * structure. The primary sorting key is on the timeseries name, key, and then
277 * timestamp, so that all timeseries from the same schema are grouped, followed
278 * by all samples from the same timeseries.
279 *
280 * This reflects that one usually looks up the _key_ in one or more field table,
281 * and then uses that to index quickly into the measurements tables.
282 */
283 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)
284 2025.03.22 20:03:03.537226 [ 3 ] {37a20778-b458-4701-9ef1-7eb6bc54b5c7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool
285 2025.03.22 20:03:03.550644 [ 3 ] {37a20778-b458-4701-9ef1-7eb6bc54b5c7} <Debug> oximeter.measurements_bool (8ed81660-cfcd-469e-83a8-842cb8bc1f55): Loading data parts
286 2025.03.22 20:03:03.550948 [ 3 ] {37a20778-b458-4701-9ef1-7eb6bc54b5c7} <Debug> oximeter.measurements_bool (8ed81660-cfcd-469e-83a8-842cb8bc1f55): There are no data parts
287 2025.03.22 20:03:03.552752 [ 3 ] {37a20778-b458-4701-9ef1-7eb6bc54b5c7} <Debug> TCPHandler: Processed in 0.015852636 sec.
288 2025.03.22 20:03:03.552879 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
289 2025.03.22 20:03:03.553076 [ 3 ] {05621460-013d-4eba-b9fc-dcd9e3562007} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) 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)
290 2025.03.22 20:03:03.553129 [ 3 ] {05621460-013d-4eba-b9fc-dcd9e3562007} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8
291 2025.03.22 20:03:03.558149 [ 3 ] {05621460-013d-4eba-b9fc-dcd9e3562007} <Debug> oximeter.measurements_i8 (ff5d2e27-352d-489f-96eb-e4072dbc7dbe): Loading data parts
292 2025.03.22 20:03:03.558330 [ 3 ] {05621460-013d-4eba-b9fc-dcd9e3562007} <Debug> oximeter.measurements_i8 (ff5d2e27-352d-489f-96eb-e4072dbc7dbe): There are no data parts
293 2025.03.22 20:03:03.559919 [ 3 ] {05621460-013d-4eba-b9fc-dcd9e3562007} <Debug> TCPHandler: Processed in 0.007088771 sec.
294 2025.03.22 20:03:03.560069 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
295 2025.03.22 20:03:03.560256 [ 3 ] {3efdd20f-aff0-4f94-b3c6-27c7187020d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) 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)
296 2025.03.22 20:03:03.560315 [ 3 ] {3efdd20f-aff0-4f94-b3c6-27c7187020d7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8
297 2025.03.22 20:03:03.564530 [ 3 ] {3efdd20f-aff0-4f94-b3c6-27c7187020d7} <Debug> oximeter.measurements_u8 (5fe45d86-4d52-4f2e-ab7a-d068dafe319d): Loading data parts
298 2025.03.22 20:03:03.564715 [ 3 ] {3efdd20f-aff0-4f94-b3c6-27c7187020d7} <Debug> oximeter.measurements_u8 (5fe45d86-4d52-4f2e-ab7a-d068dafe319d): There are no data parts
299 2025.03.22 20:03:03.566185 [ 3 ] {3efdd20f-aff0-4f94-b3c6-27c7187020d7} <Debug> TCPHandler: Processed in 0.006167031 sec.
300 2025.03.22 20:03:03.566349 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
301 2025.03.22 20:03:03.566545 [ 3 ] {2fc38f1b-eeb2-440b-92e5-00850dc111fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) 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)
302 2025.03.22 20:03:03.566590 [ 3 ] {2fc38f1b-eeb2-440b-92e5-00850dc111fc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16
303 2025.03.22 20:03:03.571515 [ 3 ] {2fc38f1b-eeb2-440b-92e5-00850dc111fc} <Debug> oximeter.measurements_i16 (0c2f261b-59c8-4fca-8bbf-721bf6d96d68): Loading data parts
304 2025.03.22 20:03:03.571710 [ 3 ] {2fc38f1b-eeb2-440b-92e5-00850dc111fc} <Debug> oximeter.measurements_i16 (0c2f261b-59c8-4fca-8bbf-721bf6d96d68): There are no data parts
305 2025.03.22 20:03:03.573325 [ 3 ] {2fc38f1b-eeb2-440b-92e5-00850dc111fc} <Debug> TCPHandler: Processed in 0.007027539 sec.
306 2025.03.22 20:03:03.573500 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
307 2025.03.22 20:03:03.573686 [ 3 ] {58130a52-061b-4d45-bfc3-9f06766d036f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) 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)
308 2025.03.22 20:03:03.573741 [ 3 ] {58130a52-061b-4d45-bfc3-9f06766d036f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16
309 2025.03.22 20:03:03.577885 [ 3 ] {58130a52-061b-4d45-bfc3-9f06766d036f} <Debug> oximeter.measurements_u16 (33534b08-bfce-4138-a2e0-3ddd3a6d315a): Loading data parts
310 2025.03.22 20:03:03.578110 [ 3 ] {58130a52-061b-4d45-bfc3-9f06766d036f} <Debug> oximeter.measurements_u16 (33534b08-bfce-4138-a2e0-3ddd3a6d315a): There are no data parts
311 2025.03.22 20:03:03.579681 [ 3 ] {58130a52-061b-4d45-bfc3-9f06766d036f} <Debug> TCPHandler: Processed in 0.006230572 sec.
312 2025.03.22 20:03:03.579819 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
313 2025.03.22 20:03:03.580017 [ 3 ] {ee024bb3-b4ef-431c-9f3b-631750914ba5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) 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)
314 2025.03.22 20:03:03.580063 [ 3 ] {ee024bb3-b4ef-431c-9f3b-631750914ba5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32
315 2025.03.22 20:03:03.584965 [ 3 ] {ee024bb3-b4ef-431c-9f3b-631750914ba5} <Debug> oximeter.measurements_i32 (245b181c-2de2-4652-b48c-c76250157872): Loading data parts
316 2025.03.22 20:03:03.585136 [ 3 ] {ee024bb3-b4ef-431c-9f3b-631750914ba5} <Debug> oximeter.measurements_i32 (245b181c-2de2-4652-b48c-c76250157872): There are no data parts
317 2025.03.22 20:03:03.586788 [ 3 ] {ee024bb3-b4ef-431c-9f3b-631750914ba5} <Debug> TCPHandler: Processed in 0.007019929 sec.
318 2025.03.22 20:03:03.586954 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
319 2025.03.22 20:03:03.587140 [ 3 ] {c005c621-f6f6-41cc-968f-446394b104b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) 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)
320 2025.03.22 20:03:03.587195 [ 3 ] {c005c621-f6f6-41cc-968f-446394b104b9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32
321 2025.03.22 20:03:03.591370 [ 3 ] {c005c621-f6f6-41cc-968f-446394b104b9} <Debug> oximeter.measurements_u32 (3791e386-f5d7-4219-a89b-c13bd7da8f54): Loading data parts
322 2025.03.22 20:03:03.591531 [ 3 ] {c005c621-f6f6-41cc-968f-446394b104b9} <Debug> oximeter.measurements_u32 (3791e386-f5d7-4219-a89b-c13bd7da8f54): There are no data parts
323 2025.03.22 20:03:03.593017 [ 3 ] {c005c621-f6f6-41cc-968f-446394b104b9} <Debug> TCPHandler: Processed in 0.00611329 sec.
324 2025.03.22 20:03:03.593165 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
325 2025.03.22 20:03:03.593350 [ 3 ] {4af8f5be-6529-4d58-83a3-a9d45e5515cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) 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)
326 2025.03.22 20:03:03.593413 [ 3 ] {4af8f5be-6529-4d58-83a3-a9d45e5515cb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64
327 2025.03.22 20:03:03.598181 [ 3 ] {4af8f5be-6529-4d58-83a3-a9d45e5515cb} <Debug> oximeter.measurements_i64 (61fb433b-d8a8-4608-9ef5-bef693362230): Loading data parts
328 2025.03.22 20:03:03.598341 [ 3 ] {4af8f5be-6529-4d58-83a3-a9d45e5515cb} <Debug> oximeter.measurements_i64 (61fb433b-d8a8-4608-9ef5-bef693362230): There are no data parts
329 2025.03.22 20:03:03.599801 [ 3 ] {4af8f5be-6529-4d58-83a3-a9d45e5515cb} <Debug> TCPHandler: Processed in 0.006686673 sec.
330 2025.03.22 20:03:03.599957 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
331 2025.03.22 20:03:03.600149 [ 3 ] {21cc8ab6-3582-4cc7-8ebc-6f026bc5c1fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) 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)
332 2025.03.22 20:03:03.600202 [ 3 ] {21cc8ab6-3582-4cc7-8ebc-6f026bc5c1fd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64
333 2025.03.22 20:03:03.604587 [ 3 ] {21cc8ab6-3582-4cc7-8ebc-6f026bc5c1fd} <Debug> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Loading data parts
334 2025.03.22 20:03:03.604753 [ 3 ] {21cc8ab6-3582-4cc7-8ebc-6f026bc5c1fd} <Debug> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): There are no data parts
335 2025.03.22 20:03:03.606381 [ 3 ] {21cc8ab6-3582-4cc7-8ebc-6f026bc5c1fd} <Debug> TCPHandler: Processed in 0.006474377 sec.
336 2025.03.22 20:03:03.606533 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
337 2025.03.22 20:03:03.606722 [ 3 ] {f5f9b9cf-4925-403b-a964-76d79b78a87a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) 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)
338 2025.03.22 20:03:03.606791 [ 3 ] {f5f9b9cf-4925-403b-a964-76d79b78a87a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32
339 2025.03.22 20:03:03.611527 [ 3 ] {f5f9b9cf-4925-403b-a964-76d79b78a87a} <Debug> oximeter.measurements_f32 (4f17021e-f637-46c0-867a-caa221b3ead1): Loading data parts
340 2025.03.22 20:03:03.611750 [ 3 ] {f5f9b9cf-4925-403b-a964-76d79b78a87a} <Debug> oximeter.measurements_f32 (4f17021e-f637-46c0-867a-caa221b3ead1): There are no data parts
341 2025.03.22 20:03:03.613261 [ 3 ] {f5f9b9cf-4925-403b-a964-76d79b78a87a} <Debug> TCPHandler: Processed in 0.006779044 sec.
342 2025.03.22 20:03:03.613411 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
343 2025.03.22 20:03:03.613608 [ 3 ] {8a5fe7b1-1df8-4507-81a2-d291bb0a8f4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) 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)
344 2025.03.22 20:03:03.613666 [ 3 ] {8a5fe7b1-1df8-4507-81a2-d291bb0a8f4a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64
345 2025.03.22 20:03:03.617881 [ 3 ] {8a5fe7b1-1df8-4507-81a2-d291bb0a8f4a} <Debug> oximeter.measurements_f64 (e2022182-65bf-4aba-9bc6-5bf184b0602f): Loading data parts
346 2025.03.22 20:03:03.618054 [ 3 ] {8a5fe7b1-1df8-4507-81a2-d291bb0a8f4a} <Debug> oximeter.measurements_f64 (e2022182-65bf-4aba-9bc6-5bf184b0602f): There are no data parts
347 2025.03.22 20:03:03.619510 [ 3 ] {8a5fe7b1-1df8-4507-81a2-d291bb0a8f4a} <Debug> TCPHandler: Processed in 0.006148551 sec.
348 2025.03.22 20:03:03.619646 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
349 2025.03.22 20:03:03.619833 [ 3 ] {1ea0b543-7541-4002-9e47-2b49a6a510ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) 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)
350 2025.03.22 20:03:03.619893 [ 3 ] {1ea0b543-7541-4002-9e47-2b49a6a510ee} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string
351 2025.03.22 20:03:03.624647 [ 3 ] {1ea0b543-7541-4002-9e47-2b49a6a510ee} <Debug> oximeter.measurements_string (af01d057-fb72-4bdf-a285-6664fa7165a6): Loading data parts
352 2025.03.22 20:03:03.624885 [ 3 ] {1ea0b543-7541-4002-9e47-2b49a6a510ee} <Debug> oximeter.measurements_string (af01d057-fb72-4bdf-a285-6664fa7165a6): There are no data parts
353 2025.03.22 20:03:03.626431 [ 3 ] {1ea0b543-7541-4002-9e47-2b49a6a510ee} <Debug> TCPHandler: Processed in 0.006835005 sec.
354 2025.03.22 20:03:03.626580 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
355 2025.03.22 20:03:03.626789 [ 3 ] {937d0832-2858-4e6f-bce0-08b205e2cc0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /*
356 * NOTE: Right now we can't unambiguously record a nullable byte array.
357 * Arrays cannot be nested in `Nullable()` types, and encoding the array as
358 * a string isn't palatable for a few reasons.
359 * See: https://github.com/oxidecomputer/omicron/issues/4551 for more
360 * details.
361 */
362 datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
363 2025.03.22 20:03:03.626853 [ 3 ] {937d0832-2858-4e6f-bce0-08b205e2cc0f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes
364 2025.03.22 20:03:03.631463 [ 3 ] {937d0832-2858-4e6f-bce0-08b205e2cc0f} <Debug> oximeter.measurements_bytes (6983af11-b709-4bb3-84fb-d22f9d965d19): Loading data parts
365 2025.03.22 20:03:03.631632 [ 3 ] {937d0832-2858-4e6f-bce0-08b205e2cc0f} <Debug> oximeter.measurements_bytes (6983af11-b709-4bb3-84fb-d22f9d965d19): There are no data parts
366 2025.03.22 20:03:03.633091 [ 3 ] {937d0832-2858-4e6f-bce0-08b205e2cc0f} <Debug> TCPHandler: Processed in 0.006566079 sec.
367 2025.03.22 20:03:03.633247 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
368 2025.03.22 20:03:03.633489 [ 3 ] {49c76291-51a5-43a7-adc4-38c50f76c21b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) 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)
369 2025.03.22 20:03:03.633560 [ 3 ] {49c76291-51a5-43a7-adc4-38c50f76c21b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64
370 2025.03.22 20:03:03.638395 [ 3 ] {49c76291-51a5-43a7-adc4-38c50f76c21b} <Debug> oximeter.measurements_cumulativei64 (765d763e-71d4-4cf7-afe3-7181694df09c): Loading data parts
371 2025.03.22 20:03:03.638624 [ 3 ] {49c76291-51a5-43a7-adc4-38c50f76c21b} <Debug> oximeter.measurements_cumulativei64 (765d763e-71d4-4cf7-afe3-7181694df09c): There are no data parts
372 2025.03.22 20:03:03.640156 [ 3 ] {49c76291-51a5-43a7-adc4-38c50f76c21b} <Debug> TCPHandler: Processed in 0.006962228 sec.
373 2025.03.22 20:03:03.640313 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
374 2025.03.22 20:03:03.640536 [ 3 ] {93cc421b-29f7-4a70-9926-dcfbd6336745} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) 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)
375 2025.03.22 20:03:03.640592 [ 3 ] {93cc421b-29f7-4a70-9926-dcfbd6336745} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64
376 2025.03.22 20:03:03.645332 [ 3 ] {93cc421b-29f7-4a70-9926-dcfbd6336745} <Debug> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Loading data parts
377 2025.03.22 20:03:03.645519 [ 3 ] {93cc421b-29f7-4a70-9926-dcfbd6336745} <Debug> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): There are no data parts
378 2025.03.22 20:03:03.647136 [ 3 ] {93cc421b-29f7-4a70-9926-dcfbd6336745} <Debug> TCPHandler: Processed in 0.006874606 sec.
379 2025.03.22 20:03:03.647295 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
380 2025.03.22 20:03:03.647494 [ 3 ] {9b01c0f6-8d7c-41c0-80d9-2004c70734eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) 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)
381 2025.03.22 20:03:03.647558 [ 3 ] {9b01c0f6-8d7c-41c0-80d9-2004c70734eb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32
382 2025.03.22 20:03:03.652479 [ 3 ] {9b01c0f6-8d7c-41c0-80d9-2004c70734eb} <Debug> oximeter.measurements_cumulativef32 (621363ba-f5f7-43f0-9112-9d9a873c52b2): Loading data parts
383 2025.03.22 20:03:03.652684 [ 3 ] {9b01c0f6-8d7c-41c0-80d9-2004c70734eb} <Debug> oximeter.measurements_cumulativef32 (621363ba-f5f7-43f0-9112-9d9a873c52b2): There are no data parts
384 2025.03.22 20:03:03.654204 [ 3 ] {9b01c0f6-8d7c-41c0-80d9-2004c70734eb} <Debug> TCPHandler: Processed in 0.006958998 sec.
385 2025.03.22 20:03:03.654366 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
386 2025.03.22 20:03:03.654578 [ 3 ] {86f318c0-2ae3-4bec-947e-cc23afa572f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) 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)
387 2025.03.22 20:03:03.654642 [ 3 ] {86f318c0-2ae3-4bec-947e-cc23afa572f0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64
388 2025.03.22 20:03:03.658834 [ 3 ] {86f318c0-2ae3-4bec-947e-cc23afa572f0} <Debug> oximeter.measurements_cumulativef64 (23f4150f-ac77-4818-a2b9-3c8f5148daae): Loading data parts
389 2025.03.22 20:03:03.659017 [ 3 ] {86f318c0-2ae3-4bec-947e-cc23afa572f0} <Debug> oximeter.measurements_cumulativef64 (23f4150f-ac77-4818-a2b9-3c8f5148daae): There are no data parts
390 2025.03.22 20:03:03.660526 [ 3 ] {86f318c0-2ae3-4bec-947e-cc23afa572f0} <Debug> TCPHandler: Processed in 0.006210292 sec.
391 2025.03.22 20:03:03.660686 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
392 2025.03.22 20:03:03.660954 [ 3 ] {d2afacbd-5c0d-4cb2-928c-6e29e788bb07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /*
393 * NOTE: Array types cannot be Nullable, see
394 * https://clickhouse.com/docs/en/sql-reference/data-types/nullable
395 * for more details.
396 *
397 * This means we need to use empty arrays to indicate a missing value. This
398 * is unfortunate, and at this point relies on the fact that an
399 * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need
400 * to figure out another way to represent missing samples here.
401 */
402 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)
403 2025.03.22 20:03:03.661032 [ 3 ] {d2afacbd-5c0d-4cb2-928c-6e29e788bb07} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8
404 2025.03.22 20:03:03.666293 [ 3 ] {d2afacbd-5c0d-4cb2-928c-6e29e788bb07} <Debug> oximeter.measurements_histogrami8 (c225388b-d26c-4573-b90f-01b076ace138): Loading data parts
405 2025.03.22 20:03:03.666505 [ 3 ] {d2afacbd-5c0d-4cb2-928c-6e29e788bb07} <Debug> oximeter.measurements_histogrami8 (c225388b-d26c-4573-b90f-01b076ace138): There are no data parts
406 2025.03.22 20:03:03.668143 [ 3 ] {d2afacbd-5c0d-4cb2-928c-6e29e788bb07} <Debug> TCPHandler: Processed in 0.007508349 sec.
407 2025.03.22 20:03:03.668305 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
408 2025.03.22 20:03:03.668585 [ 3 ] {d4fdd8b3-3b13-43c5-aa6b-78c884e8aa59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) 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)
409 2025.03.22 20:03:03.668652 [ 3 ] {d4fdd8b3-3b13-43c5-aa6b-78c884e8aa59} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8
410 2025.03.22 20:03:03.672623 [ 3 ] {d4fdd8b3-3b13-43c5-aa6b-78c884e8aa59} <Debug> oximeter.measurements_histogramu8 (d1e73b5e-e7f9-4b4c-83df-ca9d54456c2e): Loading data parts
411 2025.03.22 20:03:03.672790 [ 3 ] {d4fdd8b3-3b13-43c5-aa6b-78c884e8aa59} <Debug> oximeter.measurements_histogramu8 (d1e73b5e-e7f9-4b4c-83df-ca9d54456c2e): There are no data parts
412 2025.03.22 20:03:03.674293 [ 3 ] {d4fdd8b3-3b13-43c5-aa6b-78c884e8aa59} <Debug> TCPHandler: Processed in 0.006039599 sec.
413 2025.03.22 20:03:03.674430 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
414 2025.03.22 20:03:03.674689 [ 3 ] {7ca94982-c1e4-42ec-aba9-5803b2aeaf5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) 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)
415 2025.03.22 20:03:03.674758 [ 3 ] {7ca94982-c1e4-42ec-aba9-5803b2aeaf5f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16
416 2025.03.22 20:03:03.679822 [ 3 ] {7ca94982-c1e4-42ec-aba9-5803b2aeaf5f} <Debug> oximeter.measurements_histogrami16 (66abfd6f-3eaf-4927-8f30-b4cdadba9ed8): Loading data parts
417 2025.03.22 20:03:03.680002 [ 3 ] {7ca94982-c1e4-42ec-aba9-5803b2aeaf5f} <Debug> oximeter.measurements_histogrami16 (66abfd6f-3eaf-4927-8f30-b4cdadba9ed8): There are no data parts
418 2025.03.22 20:03:03.681599 [ 3 ] {7ca94982-c1e4-42ec-aba9-5803b2aeaf5f} <Debug> TCPHandler: Processed in 0.007218544 sec.
419 2025.03.22 20:03:03.681736 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
420 2025.03.22 20:03:03.682012 [ 3 ] {0e6f509f-e008-472b-ac34-a0408535d269} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) 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)
421 2025.03.22 20:03:03.682079 [ 3 ] {0e6f509f-e008-472b-ac34-a0408535d269} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16
422 2025.03.22 20:03:03.686204 [ 3 ] {0e6f509f-e008-472b-ac34-a0408535d269} <Debug> oximeter.measurements_histogramu16 (2e4619c7-f648-4af1-8659-ad4ee264f792): Loading data parts
423 2025.03.22 20:03:03.686362 [ 3 ] {0e6f509f-e008-472b-ac34-a0408535d269} <Debug> oximeter.measurements_histogramu16 (2e4619c7-f648-4af1-8659-ad4ee264f792): There are no data parts
424 2025.03.22 20:03:03.687902 [ 3 ] {0e6f509f-e008-472b-ac34-a0408535d269} <Debug> TCPHandler: Processed in 0.006216381 sec.
425 2025.03.22 20:03:03.688041 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
426 2025.03.22 20:03:03.688305 [ 3 ] {d3e5a87e-2e29-48c3-8443-19d5c6baac92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) 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)
427 2025.03.22 20:03:03.688374 [ 3 ] {d3e5a87e-2e29-48c3-8443-19d5c6baac92} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32
428 2025.03.22 20:03:03.693428 [ 3 ] {d3e5a87e-2e29-48c3-8443-19d5c6baac92} <Debug> oximeter.measurements_histogrami32 (37dd73c4-818c-4aaa-962c-57e437789f4f): Loading data parts
429 2025.03.22 20:03:03.693616 [ 3 ] {d3e5a87e-2e29-48c3-8443-19d5c6baac92} <Debug> oximeter.measurements_histogrami32 (37dd73c4-818c-4aaa-962c-57e437789f4f): There are no data parts
430 2025.03.22 20:03:03.695420 [ 3 ] {d3e5a87e-2e29-48c3-8443-19d5c6baac92} <Debug> TCPHandler: Processed in 0.007430108 sec.
431 2025.03.22 20:03:03.695557 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
432 2025.03.22 20:03:03.695837 [ 3 ] {a32c3d60-fbf0-4ed3-853c-18d525412e85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) 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)
433 2025.03.22 20:03:03.695909 [ 3 ] {a32c3d60-fbf0-4ed3-853c-18d525412e85} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32
434 2025.03.22 20:03:03.699793 [ 3 ] {a32c3d60-fbf0-4ed3-853c-18d525412e85} <Debug> oximeter.measurements_histogramu32 (8cee27a0-f9eb-4eda-ad27-939aab75bcf7): Loading data parts
435 2025.03.22 20:03:03.699958 [ 3 ] {a32c3d60-fbf0-4ed3-853c-18d525412e85} <Debug> oximeter.measurements_histogramu32 (8cee27a0-f9eb-4eda-ad27-939aab75bcf7): There are no data parts
436 2025.03.22 20:03:03.703795 [ 3 ] {a32c3d60-fbf0-4ed3-853c-18d525412e85} <Debug> TCPHandler: Processed in 0.008287446 sec.
437 2025.03.22 20:03:03.704047 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
438 2025.03.22 20:03:03.704443 [ 3 ] {96fbac8a-98a3-402b-9377-10741f0548e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) 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)
439 2025.03.22 20:03:03.704557 [ 3 ] {96fbac8a-98a3-402b-9377-10741f0548e2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64
440 2025.03.22 20:03:03.709886 [ 3 ] {96fbac8a-98a3-402b-9377-10741f0548e2} <Debug> oximeter.measurements_histogrami64 (dea917e0-af89-4175-84d4-6bff09fb329b): Loading data parts
441 2025.03.22 20:03:03.710098 [ 3 ] {96fbac8a-98a3-402b-9377-10741f0548e2} <Debug> oximeter.measurements_histogrami64 (dea917e0-af89-4175-84d4-6bff09fb329b): There are no data parts
442 2025.03.22 20:03:03.714987 [ 3 ] {96fbac8a-98a3-402b-9377-10741f0548e2} <Debug> TCPHandler: Processed in 0.011017424 sec.
443 2025.03.22 20:03:03.715180 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
444 2025.03.22 20:03:03.715535 [ 3 ] {d96b5cb9-b4fa-4b60-a9f3-65f9ef5e8e36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) 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)
445 2025.03.22 20:03:03.715623 [ 3 ] {d96b5cb9-b4fa-4b60-a9f3-65f9ef5e8e36} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64
446 2025.03.22 20:03:03.717956 [ 3 ] {d96b5cb9-b4fa-4b60-a9f3-65f9ef5e8e36} <Debug> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Loading data parts
447 2025.03.22 20:03:03.718120 [ 3 ] {d96b5cb9-b4fa-4b60-a9f3-65f9ef5e8e36} <Debug> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): There are no data parts
448 2025.03.22 20:03:03.721336 [ 3 ] {d96b5cb9-b4fa-4b60-a9f3-65f9ef5e8e36} <Debug> TCPHandler: Processed in 0.006216801 sec.
449 2025.03.22 20:03:03.721516 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
450 2025.03.22 20:03:03.721821 [ 3 ] {1db15e8f-403a-4e6c-9740-8e4bff597789} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) 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)
451 2025.03.22 20:03:03.721890 [ 3 ] {1db15e8f-403a-4e6c-9740-8e4bff597789} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32
452 2025.03.22 20:03:03.724032 [ 3 ] {1db15e8f-403a-4e6c-9740-8e4bff597789} <Debug> oximeter.measurements_histogramf32 (75e06b0c-48c5-4d21-a9ac-de5a7f136c9c): Loading data parts
453 2025.03.22 20:03:03.724205 [ 3 ] {1db15e8f-403a-4e6c-9740-8e4bff597789} <Debug> oximeter.measurements_histogramf32 (75e06b0c-48c5-4d21-a9ac-de5a7f136c9c): There are no data parts
454 2025.03.22 20:03:03.728611 [ 3 ] {1db15e8f-403a-4e6c-9740-8e4bff597789} <Debug> TCPHandler: Processed in 0.007156692 sec.
455 2025.03.22 20:03:03.728770 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
456 2025.03.22 20:03:03.729043 [ 3 ] {c276c722-790a-4525-99e9-cdaf8fbd2bec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) 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)
457 2025.03.22 20:03:03.729111 [ 3 ] {c276c722-790a-4525-99e9-cdaf8fbd2bec} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64
458 2025.03.22 20:03:03.731526 [ 3 ] {c276c722-790a-4525-99e9-cdaf8fbd2bec} <Debug> oximeter.measurements_histogramf64 (2cee293d-f5a9-4e06-8fa4-3c0571371e48): Loading data parts
459 2025.03.22 20:03:03.731695 [ 3 ] {c276c722-790a-4525-99e9-cdaf8fbd2bec} <Debug> oximeter.measurements_histogramf64 (2cee293d-f5a9-4e06-8fa4-3c0571371e48): There are no data parts
460 2025.03.22 20:03:03.734988 [ 3 ] {c276c722-790a-4525-99e9-cdaf8fbd2bec} <Debug> TCPHandler: Processed in 0.006274113 sec.
461 2025.03.22 20:03:03.735175 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
462 2025.03.22 20:03:03.735407 [ 3 ] {cf7abc6a-7add-43bc-9302-da1d33964448} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) /* The field tables store named dimensions of each timeseries.
463 *
464 * As with the measurement tables, there is one field table for each field data
465 * type. Fields are deduplicated by using the "replacing merge tree", though
466 * this behavior **must not** be relied upon for query correctness.
467 *
468 * The index for the fields differs from the measurements, however. Rows are
469 * sorted by timeseries name, then field name, field value, and finally
470 * timeseries key. This reflects the most common pattern for looking them up:
471 * by field name and possibly value, within a timeseries. The resulting keys are
472 * usually then used to look up measurements.
473 *
474 * NOTE: We may want to consider a secondary index on these tables, sorting by
475 * timeseries name and then key, since it would improve lookups where one
476 * already has the key. Realistically though, these tables are quite small and
477 * so performance benefits will be low in absolute terms.
478 *
479 * TTL: We use a materialized column to expire old field table records. This
480 * column is generated automatically by the database whenever a new row is
481 * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *`
482 * query. Since these tables are `ReplacingMergeTree`s, that means the last
483 * record will remain during a deduplication, which will have the last
484 * timestamp. ClickHouse will then expire old data for us, similar to the
485 * measurement tables.
486 */
487 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)
488 2025.03.22 20:03:03.735485 [ 3 ] {cf7abc6a-7add-43bc-9302-da1d33964448} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool
489 2025.03.22 20:03:03.740684 [ 3 ] {cf7abc6a-7add-43bc-9302-da1d33964448} <Debug> oximeter.fields_bool (beaf0028-8743-4656-8d10-71ec34778c7f): Loading data parts
490 2025.03.22 20:03:03.740897 [ 3 ] {cf7abc6a-7add-43bc-9302-da1d33964448} <Debug> oximeter.fields_bool (beaf0028-8743-4656-8d10-71ec34778c7f): There are no data parts
491 2025.03.22 20:03:03.742709 [ 3 ] {cf7abc6a-7add-43bc-9302-da1d33964448} <Debug> TCPHandler: Processed in 0.007595402 sec.
492 2025.03.22 20:03:03.742862 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
493 2025.03.22 20:03:03.743052 [ 3 ] {aa4178e2-1717-4949-85cb-d677d11e0a77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) 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)
494 2025.03.22 20:03:03.743132 [ 3 ] {aa4178e2-1717-4949-85cb-d677d11e0a77} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8
495 2025.03.22 20:03:03.747037 [ 3 ] {aa4178e2-1717-4949-85cb-d677d11e0a77} <Debug> oximeter.fields_i8 (657cbeb6-1798-4ec4-af34-06274afee308): Loading data parts
496 2025.03.22 20:03:03.747212 [ 3 ] {aa4178e2-1717-4949-85cb-d677d11e0a77} <Debug> oximeter.fields_i8 (657cbeb6-1798-4ec4-af34-06274afee308): There are no data parts
497 2025.03.22 20:03:03.748642 [ 3 ] {aa4178e2-1717-4949-85cb-d677d11e0a77} <Debug> TCPHandler: Processed in 0.005829363 sec.
498 2025.03.22 20:03:03.748794 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
499 2025.03.22 20:03:03.749009 [ 3 ] {2b77b517-85d1-479b-b128-b700dfba724a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) 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)
500 2025.03.22 20:03:03.749071 [ 3 ] {2b77b517-85d1-479b-b128-b700dfba724a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8
501 2025.03.22 20:03:03.753965 [ 3 ] {2b77b517-85d1-479b-b128-b700dfba724a} <Debug> oximeter.fields_u8 (faaaa09d-c3bc-4a8d-ab11-77969ca3dca4): Loading data parts
502 2025.03.22 20:03:03.754155 [ 3 ] {2b77b517-85d1-479b-b128-b700dfba724a} <Debug> oximeter.fields_u8 (faaaa09d-c3bc-4a8d-ab11-77969ca3dca4): There are no data parts
503 2025.03.22 20:03:03.755773 [ 3 ] {2b77b517-85d1-479b-b128-b700dfba724a} <Debug> TCPHandler: Processed in 0.007028189 sec.
504 2025.03.22 20:03:03.755913 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
505 2025.03.22 20:03:03.756107 [ 3 ] {196fa499-7cd7-4ed5-b491-d263bc45f75d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) 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)
506 2025.03.22 20:03:03.756223 [ 3 ] {196fa499-7cd7-4ed5-b491-d263bc45f75d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16
507 2025.03.22 20:03:03.760343 [ 3 ] {196fa499-7cd7-4ed5-b491-d263bc45f75d} <Debug> oximeter.fields_i16 (264093f9-a655-4468-9a79-5d699a3bbf39): Loading data parts
508 2025.03.22 20:03:03.760529 [ 3 ] {196fa499-7cd7-4ed5-b491-d263bc45f75d} <Debug> oximeter.fields_i16 (264093f9-a655-4468-9a79-5d699a3bbf39): There are no data parts
509 2025.03.22 20:03:03.761923 [ 3 ] {196fa499-7cd7-4ed5-b491-d263bc45f75d} <Debug> TCPHandler: Processed in 0.006063119 sec.
510 2025.03.22 20:03:03.762060 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
511 2025.03.22 20:03:03.762277 [ 3 ] {f3b6c8df-6564-464d-a3a1-843f3fac140b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) 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)
512 2025.03.22 20:03:03.762334 [ 3 ] {f3b6c8df-6564-464d-a3a1-843f3fac140b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16
513 2025.03.22 20:03:03.767212 [ 3 ] {f3b6c8df-6564-464d-a3a1-843f3fac140b} <Debug> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Loading data parts
514 2025.03.22 20:03:03.767378 [ 3 ] {f3b6c8df-6564-464d-a3a1-843f3fac140b} <Debug> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): There are no data parts
515 2025.03.22 20:03:03.768870 [ 3 ] {f3b6c8df-6564-464d-a3a1-843f3fac140b} <Debug> TCPHandler: Processed in 0.006860205 sec.
516 2025.03.22 20:03:03.769013 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
517 2025.03.22 20:03:03.769203 [ 3 ] {0f3e349a-e244-47e2-a427-69b1b75c0eae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) 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)
518 2025.03.22 20:03:03.769266 [ 3 ] {0f3e349a-e244-47e2-a427-69b1b75c0eae} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32
519 2025.03.22 20:03:03.773593 [ 3 ] {0f3e349a-e244-47e2-a427-69b1b75c0eae} <Debug> oximeter.fields_i32 (27c9d5d5-e067-441a-8a10-abf9c3f2907c): Loading data parts
520 2025.03.22 20:03:03.773768 [ 3 ] {0f3e349a-e244-47e2-a427-69b1b75c0eae} <Debug> oximeter.fields_i32 (27c9d5d5-e067-441a-8a10-abf9c3f2907c): There are no data parts
521 2025.03.22 20:03:03.775203 [ 3 ] {0f3e349a-e244-47e2-a427-69b1b75c0eae} <Debug> TCPHandler: Processed in 0.006239673 sec.
522 2025.03.22 20:03:03.775359 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
523 2025.03.22 20:03:03.775562 [ 3 ] {255b53b9-e30d-44d9-8c3a-984326b4cba8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) 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)
524 2025.03.22 20:03:03.775624 [ 3 ] {255b53b9-e30d-44d9-8c3a-984326b4cba8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32
525 2025.03.22 20:03:03.780492 [ 3 ] {255b53b9-e30d-44d9-8c3a-984326b4cba8} <Debug> oximeter.fields_u32 (ad7a5232-f0e1-40d6-acb0-24ed1d64c039): Loading data parts
526 2025.03.22 20:03:03.780671 [ 3 ] {255b53b9-e30d-44d9-8c3a-984326b4cba8} <Debug> oximeter.fields_u32 (ad7a5232-f0e1-40d6-acb0-24ed1d64c039): There are no data parts
527 2025.03.22 20:03:03.782177 [ 3 ] {255b53b9-e30d-44d9-8c3a-984326b4cba8} <Debug> TCPHandler: Processed in 0.006869266 sec.
528 2025.03.22 20:03:03.782328 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
529 2025.03.22 20:03:03.782516 [ 3 ] {179b01cb-f015-45e9-b9c1-d62961f8f50b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) 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)
530 2025.03.22 20:03:03.782575 [ 3 ] {179b01cb-f015-45e9-b9c1-d62961f8f50b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64
531 2025.03.22 20:03:03.786882 [ 3 ] {179b01cb-f015-45e9-b9c1-d62961f8f50b} <Debug> oximeter.fields_i64 (7f95f5d5-f14c-4bc2-8079-016b73e1e940): Loading data parts
532 2025.03.22 20:03:03.787043 [ 3 ] {179b01cb-f015-45e9-b9c1-d62961f8f50b} <Debug> oximeter.fields_i64 (7f95f5d5-f14c-4bc2-8079-016b73e1e940): There are no data parts
533 2025.03.22 20:03:03.788516 [ 3 ] {179b01cb-f015-45e9-b9c1-d62961f8f50b} <Debug> TCPHandler: Processed in 0.006239313 sec.
534 2025.03.22 20:03:03.788667 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
535 2025.03.22 20:03:03.788877 [ 3 ] {d4cecb98-618c-4622-afcb-aa549fd84d74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) 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)
536 2025.03.22 20:03:03.788938 [ 3 ] {d4cecb98-618c-4622-afcb-aa549fd84d74} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64
537 2025.03.22 20:03:03.793834 [ 3 ] {d4cecb98-618c-4622-afcb-aa549fd84d74} <Debug> oximeter.fields_u64 (7c8fe2ee-5808-4148-9ffb-d49e8c914d8a): Loading data parts
538 2025.03.22 20:03:03.793992 [ 3 ] {d4cecb98-618c-4622-afcb-aa549fd84d74} <Debug> oximeter.fields_u64 (7c8fe2ee-5808-4148-9ffb-d49e8c914d8a): There are no data parts
539 2025.03.22 20:03:03.795557 [ 3 ] {d4cecb98-618c-4622-afcb-aa549fd84d74} <Debug> TCPHandler: Processed in 0.006941578 sec.
540 2025.03.22 20:03:03.795696 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
541 2025.03.22 20:03:03.795885 [ 3 ] {692eab97-4396-4872-8205-7d5f6011b90f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) 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)
542 2025.03.22 20:03:03.795945 [ 3 ] {692eab97-4396-4872-8205-7d5f6011b90f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr
543 2025.03.22 20:03:03.800225 [ 3 ] {692eab97-4396-4872-8205-7d5f6011b90f} <Debug> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Loading data parts
544 2025.03.22 20:03:03.800391 [ 3 ] {692eab97-4396-4872-8205-7d5f6011b90f} <Debug> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): There are no data parts
545 2025.03.22 20:03:03.801868 [ 3 ] {692eab97-4396-4872-8205-7d5f6011b90f} <Debug> TCPHandler: Processed in 0.006221782 sec.
546 2025.03.22 20:03:03.802028 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
547 2025.03.22 20:03:03.802224 [ 3 ] {f68a6750-fc4b-4801-a0dc-d3e959a573eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) 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)
548 2025.03.22 20:03:03.802283 [ 3 ] {f68a6750-fc4b-4801-a0dc-d3e959a573eb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string
549 2025.03.22 20:03:03.807151 [ 3 ] {f68a6750-fc4b-4801-a0dc-d3e959a573eb} <Debug> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Loading data parts
550 2025.03.22 20:03:03.807304 [ 3 ] {f68a6750-fc4b-4801-a0dc-d3e959a573eb} <Debug> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): There are no data parts
551 2025.03.22 20:03:03.808884 [ 3 ] {f68a6750-fc4b-4801-a0dc-d3e959a573eb} <Debug> TCPHandler: Processed in 0.006906947 sec.
552 2025.03.22 20:03:03.809027 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
553 2025.03.22 20:03:03.809215 [ 3 ] {14bee908-947b-489a-ae4a-e45dd38a091e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) 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)
554 2025.03.22 20:03:03.809286 [ 3 ] {14bee908-947b-489a-ae4a-e45dd38a091e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid
555 2025.03.22 20:03:03.813565 [ 3 ] {14bee908-947b-489a-ae4a-e45dd38a091e} <Debug> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Loading data parts
556 2025.03.22 20:03:03.813719 [ 3 ] {14bee908-947b-489a-ae4a-e45dd38a091e} <Debug> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): There are no data parts
557 2025.03.22 20:03:03.815160 [ 3 ] {14bee908-947b-489a-ae4a-e45dd38a091e} <Debug> TCPHandler: Processed in 0.006182771 sec.
558 2025.03.22 20:03:03.815312 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
559 2025.03.22 20:03:03.815580 [ 3 ] {72103ca3-2275-4e85-8cf9-1de94a261164} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) /* The timeseries schema table stores the extracted schema for the samples
560 * oximeter collects.
561 */
562 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)
563 2025.03.22 20:03:03.815659 [ 3 ] {72103ca3-2275-4e85-8cf9-1de94a261164} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema
564 2025.03.22 20:03:03.820507 [ 3 ] {72103ca3-2275-4e85-8cf9-1de94a261164} <Debug> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba): Loading data parts
565 2025.03.22 20:03:03.820700 [ 3 ] {72103ca3-2275-4e85-8cf9-1de94a261164} <Debug> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba): There are no data parts
566 2025.03.22 20:03:03.822407 [ 3 ] {72103ca3-2275-4e85-8cf9-1de94a261164} <Debug> TCPHandler: Processed in 0.007144402 sec.
567 2025.03.22 20:03:03.824815 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
568 2025.03.22 20:03:03.825140 [ 5 ] {734df630-874d-43b2-90ee-0acb6cdf212a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.version (*) VALUES (stage: Complete)
569 2025.03.22 20:03:03.826447 [ 5 ] {734df630-874d-43b2-90ee-0acb6cdf212a} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version
570 2025.03.22 20:03:03.836018 [ 260 ] {734df630-874d-43b2-90ee-0acb6cdf212a} <Trace> oximeter.version (86413367-6d52-46a6-8afc-96942c374098): Trying to reserve 1.00 MiB using storage policy from min volume index 0
571 2025.03.22 20:03:03.836125 [ 260 ] {734df630-874d-43b2-90ee-0acb6cdf212a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
572 2025.03.22 20:03:03.840768 [ 260 ] {734df630-874d-43b2-90ee-0acb6cdf212a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
573 2025.03.22 20:03:03.841215 [ 260 ] {734df630-874d-43b2-90ee-0acb6cdf212a} <Trace> oximeter.version (86413367-6d52-46a6-8afc-96942c374098): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
574 2025.03.22 20:03:03.841526 [ 5 ] {734df630-874d-43b2-90ee-0acb6cdf212a} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.01652 sec., 60.53268765133172 rows/sec., 968.52 B/sec.
575 2025.03.22 20:03:03.841831 [ 5 ] {734df630-874d-43b2-90ee-0acb6cdf212a} <Debug> TCPHandler: Processed in 0.017095433 sec.
576 2025.03.22 20:03:04.000149 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 125.06 MiB, peak 125.06 MiB, free memory in arenas 0.00 B, will set to 139.24 MiB (RSS), difference: 14.17 MiB
577 2025.03.22 20:03:05.792713 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:33700
578 2025.03.22 20:03:05.793272 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
579 2025.03.22 20:03:05.793306 [ 261 ] {} <Debug> TCP-Session: 7880ead3-074b-47bd-9031-53b6d2c42a26 Authenticating user 'default' from [fd00:1122:3344:101::c]:33700
580 2025.03.22 20:03:05.793400 [ 261 ] {} <Debug> TCP-Session: 7880ead3-074b-47bd-9031-53b6d2c42a26 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
581 2025.03.22 20:03:05.793418 [ 261 ] {} <Debug> TCP-Session: 7880ead3-074b-47bd-9031-53b6d2c42a26 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
582 2025.03.22 20:03:05.793471 [ 261 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
583 2025.03.22 20:03:05.793576 [ 261 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
584 2025.03.22 20:03:05.793595 [ 261 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
585 2025.03.22 20:03:05.795295 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:44262
586 2025.03.22 20:03:05.795396 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:46859
587 2025.03.22 20:03:05.795494 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:42923
588 2025.03.22 20:03:05.795408 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:34004
589 2025.03.22 20:03:05.795604 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:42205
590 2025.03.22 20:03:05.795813 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
591 2025.03.22 20:03:05.795986 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
592 2025.03.22 20:03:05.795994 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
593 2025.03.22 20:03:05.796019 [ 265 ] {} <Debug> TCP-Session: a96aab8f-4082-49db-9f10-fc3e383172cf Authenticating user 'default' from [fd00:1122:3344:101::c]:42923
594 2025.03.22 20:03:05.796065 [ 263 ] {} <Debug> TCP-Session: 3f770c3b-e112-4584-b39c-a1b9c404eeee Authenticating user 'default' from [fd00:1122:3344:101::c]:46859
595 2025.03.22 20:03:05.796113 [ 265 ] {} <Debug> TCP-Session: a96aab8f-4082-49db-9f10-fc3e383172cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
596 2025.03.22 20:03:05.796059 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:54351
597 2025.03.22 20:03:05.796043 [ 264 ] {} <Debug> TCP-Session: d5c5fd0a-7755-4df0-a278-bf70900ed4ad Authenticating user 'default' from [fd00:1122:3344:101::c]:34004
598 2025.03.22 20:03:05.796191 [ 265 ] {} <Debug> TCP-Session: a96aab8f-4082-49db-9f10-fc3e383172cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
599 2025.03.22 20:03:05.796180 [ 263 ] {} <Debug> TCP-Session: 3f770c3b-e112-4584-b39c-a1b9c404eeee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
600 2025.03.22 20:03:05.796281 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
601 2025.03.22 20:03:05.796318 [ 263 ] {} <Debug> TCP-Session: 3f770c3b-e112-4584-b39c-a1b9c404eeee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
602 2025.03.22 20:03:05.796311 [ 264 ] {} <Debug> TCP-Session: d5c5fd0a-7755-4df0-a278-bf70900ed4ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
603 2025.03.22 20:03:05.796359 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
604 2025.03.22 20:03:05.796464 [ 267 ] {} <Debug> TCP-Session: 602b3d56-5ee3-4ea8-adfc-587026dae5f7 Authenticating user 'default' from [fd00:1122:3344:101::c]:54351
605 2025.03.22 20:03:05.796485 [ 266 ] {} <Debug> TCP-Session: 43770f74-54ac-4388-b0a2-9748b7d95729 Authenticating user 'default' from [fd00:1122:3344:101::c]:42205
606 2025.03.22 20:03:05.796504 [ 264 ] {} <Debug> TCP-Session: d5c5fd0a-7755-4df0-a278-bf70900ed4ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
607 2025.03.22 20:03:05.796575 [ 266 ] {} <Debug> TCP-Session: 43770f74-54ac-4388-b0a2-9748b7d95729 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
608 2025.03.22 20:03:05.796609 [ 267 ] {} <Debug> TCP-Session: 602b3d56-5ee3-4ea8-adfc-587026dae5f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
609 2025.03.22 20:03:05.796669 [ 267 ] {} <Debug> TCP-Session: 602b3d56-5ee3-4ea8-adfc-587026dae5f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
610 2025.03.22 20:03:05.796680 [ 266 ] {} <Debug> TCP-Session: 43770f74-54ac-4388-b0a2-9748b7d95729 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
611 2025.03.22 20:03:05.798441 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
612 2025.03.22 20:03:05.798475 [ 262 ] {} <Debug> TCP-Session: 71a790bb-f2ca-4eed-a344-aba8f05e624c Authenticating user 'default' from [fd00:1122:3344:101::c]:44262
613 2025.03.22 20:03:05.798578 [ 262 ] {} <Debug> TCP-Session: 71a790bb-f2ca-4eed-a344-aba8f05e624c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
614 2025.03.22 20:03:05.798594 [ 262 ] {} <Debug> TCP-Session: 71a790bb-f2ca-4eed-a344-aba8f05e624c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
615 2025.03.22 20:03:05.819163 [ 268 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:55406
616 2025.03.22 20:03:05.819342 [ 268 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
617 2025.03.22 20:03:05.819539 [ 268 ] {} <Debug> TCP-Session: c3e66a00-241f-40aa-bdb1-e7f0df3e304a Authenticating user 'default' from [fd00:1122:3344:101::c]:55406
618 2025.03.22 20:03:05.819565 [ 268 ] {} <Debug> TCP-Session: c3e66a00-241f-40aa-bdb1-e7f0df3e304a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
619 2025.03.22 20:03:05.819578 [ 268 ] {} <Debug> TCP-Session: c3e66a00-241f-40aa-bdb1-e7f0df3e304a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
620 2025.03.22 20:03:06.041232 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:65075
621 2025.03.22 20:03:06.042307 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
622 2025.03.22 20:03:06.042343 [ 269 ] {} <Debug> TCP-Session: fd5ed2a6-5b3f-4730-93b6-f173f6e4c8ee Authenticating user 'default' from [fd00:1122:3344:101::a]:65075
623 2025.03.22 20:03:06.042524 [ 269 ] {} <Debug> TCP-Session: fd5ed2a6-5b3f-4730-93b6-f173f6e4c8ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
624 2025.03.22 20:03:06.042541 [ 269 ] {} <Debug> TCP-Session: fd5ed2a6-5b3f-4730-93b6-f173f6e4c8ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
625 2025.03.22 20:03:06.042618 [ 269 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
626 2025.03.22 20:03:06.042722 [ 269 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
627 2025.03.22 20:03:06.042743 [ 269 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
628 2025.03.22 20:03:06.044833 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:51897
629 2025.03.22 20:03:06.045006 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:52752
630 2025.03.22 20:03:06.045051 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
631 2025.03.22 20:03:06.045082 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:47669
632 2025.03.22 20:03:06.045302 [ 270 ] {} <Debug> TCP-Session: b9ee859e-b315-4807-a433-798c977d7742 Authenticating user 'default' from [fd00:1122:3344:101::a]:51897
633 2025.03.22 20:03:06.045305 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
634 2025.03.22 20:03:06.045482 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:37190
635 2025.03.22 20:03:06.045527 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
636 2025.03.22 20:03:06.045561 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:36080
637 2025.03.22 20:03:06.045529 [ 270 ] {} <Debug> TCP-Session: b9ee859e-b315-4807-a433-798c977d7742 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
638 2025.03.22 20:03:06.045643 [ 272 ] {} <Debug> TCP-Session: b2190a49-3d4a-4757-bd8b-1080fa5242f3 Authenticating user 'default' from [fd00:1122:3344:101::a]:47669
639 2025.03.22 20:03:06.045621 [ 271 ] {} <Debug> TCP-Session: c6dbed4c-b821-4fdc-a2a7-00de00c9f375 Authenticating user 'default' from [fd00:1122:3344:101::a]:52752
640 2025.03.22 20:03:06.045895 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
641 2025.03.22 20:03:06.045995 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:50822
642 2025.03.22 20:03:06.045970 [ 272 ] {} <Debug> TCP-Session: b2190a49-3d4a-4757-bd8b-1080fa5242f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
643 2025.03.22 20:03:06.045952 [ 271 ] {} <Debug> TCP-Session: c6dbed4c-b821-4fdc-a2a7-00de00c9f375 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
644 2025.03.22 20:03:06.046112 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:48257
645 2025.03.22 20:03:06.046165 [ 271 ] {} <Debug> TCP-Session: c6dbed4c-b821-4fdc-a2a7-00de00c9f375 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
646 2025.03.22 20:03:06.046168 [ 273 ] {} <Debug> TCP-Session: 7130fd57-6134-47bb-8f6e-6647156efe0a Authenticating user 'default' from [fd00:1122:3344:101::a]:37190
647 2025.03.22 20:03:06.046183 [ 272 ] {} <Debug> TCP-Session: b2190a49-3d4a-4757-bd8b-1080fa5242f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
648 2025.03.22 20:03:06.045952 [ 270 ] {} <Debug> TCP-Session: b9ee859e-b315-4807-a433-798c977d7742 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
649 2025.03.22 20:03:06.045923 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
650 2025.03.22 20:03:06.046599 [ 274 ] {} <Debug> TCP-Session: 9ec8eb0a-e0df-4851-85b7-bda20507e1c9 Authenticating user 'default' from [fd00:1122:3344:101::a]:36080
651 2025.03.22 20:03:06.046611 [ 273 ] {} <Debug> TCP-Session: 7130fd57-6134-47bb-8f6e-6647156efe0a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
652 2025.03.22 20:03:06.046773 [ 274 ] {} <Debug> TCP-Session: 9ec8eb0a-e0df-4851-85b7-bda20507e1c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
653 2025.03.22 20:03:06.046782 [ 273 ] {} <Debug> TCP-Session: 7130fd57-6134-47bb-8f6e-6647156efe0a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
654 2025.03.22 20:03:06.046799 [ 274 ] {} <Debug> TCP-Session: 9ec8eb0a-e0df-4851-85b7-bda20507e1c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
655 2025.03.22 20:03:06.047741 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
656 2025.03.22 20:03:06.048430 [ 276 ] {} <Debug> TCP-Session: a792b435-24cc-4ec1-8643-12eaa1562d70 Authenticating user 'default' from [fd00:1122:3344:101::a]:48257
657 2025.03.22 20:03:06.048546 [ 276 ] {} <Debug> TCP-Session: a792b435-24cc-4ec1-8643-12eaa1562d70 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
658 2025.03.22 20:03:06.048563 [ 276 ] {} <Debug> TCP-Session: a792b435-24cc-4ec1-8643-12eaa1562d70 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
659 2025.03.22 20:03:06.055070 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
660 2025.03.22 20:03:06.055182 [ 275 ] {} <Debug> TCP-Session: 39d96eb8-a2a7-40d5-9799-7dba6aa416ee Authenticating user 'default' from [fd00:1122:3344:101::a]:50822
661 2025.03.22 20:03:06.055256 [ 275 ] {} <Debug> TCP-Session: 39d96eb8-a2a7-40d5-9799-7dba6aa416ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
662 2025.03.22 20:03:06.055280 [ 275 ] {} <Debug> TCP-Session: 39d96eb8-a2a7-40d5-9799-7dba6aa416ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
663 2025.03.22 20:03:06.391684 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:38638
664 2025.03.22 20:03:06.392487 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
665 2025.03.22 20:03:06.392519 [ 277 ] {} <Debug> TCP-Session: 59093aa1-f8fa-4020-85a9-3516ab623b01 Authenticating user 'default' from [fd00:1122:3344:101::b]:38638
666 2025.03.22 20:03:06.392544 [ 277 ] {} <Debug> TCP-Session: 59093aa1-f8fa-4020-85a9-3516ab623b01 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
667 2025.03.22 20:03:06.392654 [ 277 ] {} <Debug> TCP-Session: 59093aa1-f8fa-4020-85a9-3516ab623b01 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
668 2025.03.22 20:03:06.392730 [ 277 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
669 2025.03.22 20:03:06.392758 [ 277 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
670 2025.03.22 20:03:06.392858 [ 277 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
671 2025.03.22 20:03:06.394977 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:37265
672 2025.03.22 20:03:06.395242 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
673 2025.03.22 20:03:06.395242 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:55620
674 2025.03.22 20:03:06.395418 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:56732
675 2025.03.22 20:03:06.395338 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:47991
676 2025.03.22 20:03:06.395292 [ 278 ] {} <Debug> TCP-Session: 3c170834-94f4-4ec6-84da-75add1c721f8 Authenticating user 'default' from [fd00:1122:3344:101::b]:37265
677 2025.03.22 20:03:06.395241 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:44617
678 2025.03.22 20:03:06.395617 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
679 2025.03.22 20:03:06.395606 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:62974
680 2025.03.22 20:03:06.395627 [ 278 ] {} <Debug> TCP-Session: 3c170834-94f4-4ec6-84da-75add1c721f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
681 2025.03.22 20:03:06.395948 [ 278 ] {} <Debug> TCP-Session: 3c170834-94f4-4ec6-84da-75add1c721f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
682 2025.03.22 20:03:06.396164 [ 284 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:33860
683 2025.03.22 20:03:06.396185 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
684 2025.03.22 20:03:06.396272 [ 280 ] {} <Debug> TCP-Session: 94e62e07-da5d-4a31-b56a-8a4c5dfcef30 Authenticating user 'default' from [fd00:1122:3344:101::b]:55620
685 2025.03.22 20:03:06.396291 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
686 2025.03.22 20:03:06.396436 [ 283 ] {} <Debug> TCP-Session: c77b4e8e-a77c-4636-af75-0ad2b10c4b20 Authenticating user 'default' from [fd00:1122:3344:101::b]:62974
687 2025.03.22 20:03:06.396441 [ 284 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
688 2025.03.22 20:03:06.396499 [ 280 ] {} <Debug> TCP-Session: 94e62e07-da5d-4a31-b56a-8a4c5dfcef30 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
689 2025.03.22 20:03:06.396563 [ 279 ] {} <Debug> TCP-Session: ddb9762a-5c9f-4592-9368-be39edc57f40 Authenticating user 'default' from [fd00:1122:3344:101::b]:44617
690 2025.03.22 20:03:06.396537 [ 284 ] {} <Debug> TCP-Session: e3eb3aa3-6531-4260-9a83-732b02da88b5 Authenticating user 'default' from [fd00:1122:3344:101::b]:33860
691 2025.03.22 20:03:06.396519 [ 283 ] {} <Debug> TCP-Session: c77b4e8e-a77c-4636-af75-0ad2b10c4b20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
692 2025.03.22 20:03:06.396670 [ 284 ] {} <Debug> TCP-Session: e3eb3aa3-6531-4260-9a83-732b02da88b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
693 2025.03.22 20:03:06.396694 [ 279 ] {} <Debug> TCP-Session: ddb9762a-5c9f-4592-9368-be39edc57f40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
694 2025.03.22 20:03:06.396651 [ 280 ] {} <Debug> TCP-Session: 94e62e07-da5d-4a31-b56a-8a4c5dfcef30 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
695 2025.03.22 20:03:06.396766 [ 283 ] {} <Debug> TCP-Session: c77b4e8e-a77c-4636-af75-0ad2b10c4b20 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
696 2025.03.22 20:03:06.396777 [ 284 ] {} <Debug> TCP-Session: e3eb3aa3-6531-4260-9a83-732b02da88b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
697 2025.03.22 20:03:06.396789 [ 279 ] {} <Debug> TCP-Session: ddb9762a-5c9f-4592-9368-be39edc57f40 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
698 2025.03.22 20:03:06.398048 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
699 2025.03.22 20:03:06.398099 [ 282 ] {} <Debug> TCP-Session: 8c980dd7-5378-4483-95bb-3994bda70db0 Authenticating user 'default' from [fd00:1122:3344:101::b]:56732
700 2025.03.22 20:03:06.398124 [ 282 ] {} <Debug> TCP-Session: 8c980dd7-5378-4483-95bb-3994bda70db0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
701 2025.03.22 20:03:06.398359 [ 282 ] {} <Debug> TCP-Session: 8c980dd7-5378-4483-95bb-3994bda70db0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
702 2025.03.22 20:03:06.410999 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
703 2025.03.22 20:03:06.411043 [ 281 ] {} <Debug> TCP-Session: 48634aa1-ece8-44e3-852b-36784b655801 Authenticating user 'default' from [fd00:1122:3344:101::b]:47991
704 2025.03.22 20:03:06.411146 [ 281 ] {} <Debug> TCP-Session: 48634aa1-ece8-44e3-852b-36784b655801 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
705 2025.03.22 20:03:06.411164 [ 281 ] {} <Debug> TCP-Session: 48634aa1-ece8-44e3-852b-36784b655801 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
706 2025.03.22 20:03:10.324906 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8
707 2025.03.22 20:03:10.325110 [ 243 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog
708 2025.03.22 20:03:10.325980 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549
709 2025.03.22 20:03:10.326105 [ 244 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog
710 2025.03.22 20:03:10.336007 [ 244 ] {} <Debug> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Loading data parts
711 2025.03.22 20:03:10.336627 [ 244 ] {} <Debug> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): There are no data parts
712 2025.03.22 20:03:10.346186 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
713 2025.03.22 20:03:10.346270 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
714 2025.03.22 20:03:10.350536 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
715 2025.03.22 20:03:10.351790 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
716 2025.03.22 20:03:10.352525 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549
717 2025.03.22 20:03:10.358841 [ 243 ] {} <Debug> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Loading data parts
718 2025.03.22 20:03:10.359232 [ 243 ] {} <Debug> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): There are no data parts
719 2025.03.22 20:03:10.402326 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
720 2025.03.22 20:03:10.402404 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
721 2025.03.22 20:03:10.416665 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
722 2025.03.22 20:03:10.419497 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
723 2025.03.22 20:03:10.424172 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8
724 2025.03.22 20:03:11.000165 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 145.77 MiB, peak 149.77 MiB, free memory in arenas 0.00 B, will set to 150.68 MiB (RSS), difference: 4.90 MiB
725 2025.03.22 20:03:12.825898 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88
726 2025.03.22 20:03:12.826003 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog
727 2025.03.22 20:03:12.831970 [ 242 ] {} <Debug> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Loading data parts
728 2025.03.22 20:03:12.832311 [ 242 ] {} <Debug> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): There are no data parts
729 2025.03.22 20:03:12.841857 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Trying to reserve 1.00 MiB using storage policy from min volume index 0
730 2025.03.22 20:03:12.841897 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
731 2025.03.22 20:03:12.843633 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
732 2025.03.22 20:03:12.844296 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
733 2025.03.22 20:03:12.844817 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 88
734 2025.03.22 20:03:13.000164 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 154.86 MiB, peak 154.86 MiB, free memory in arenas 0.00 B, will set to 151.06 MiB (RSS), difference: -3.79 MiB
735 2025.03.22 20:03:13.847253 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
736 2025.03.22 20:03:13.847451 [ 3 ] {ddcc9125-53ab-4e85-a9b7-76f5b83ccec5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete)
737 2025.03.22 20:03:13.847897 [ 3 ] {ddcc9125-53ab-4e85-a9b7-76f5b83ccec5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
738 2025.03.22 20:03:13.848187 [ 3 ] {ddcc9125-53ab-4e85-a9b7-76f5b83ccec5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
739 2025.03.22 20:03:13.848965 [ 3 ] {ddcc9125-53ab-4e85-a9b7-76f5b83ccec5} <Debug> TCPHandler: Processed in 0.001839889 sec.
740 2025.03.22 20:03:13.850991 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
741 2025.03.22 20:03:13.851263 [ 3 ] {5b7fe320-63c3-407f-969f-d468de7463be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes') FORMAT Native; (stage: Complete)
742 2025.03.22 20:03:13.853055 [ 3 ] {5b7fe320-63c3-407f-969f-d468de7463be} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
743 2025.03.22 20:03:13.853195 [ 3 ] {5b7fe320-63c3-407f-969f-d468de7463be} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
744 2025.03.22 20:03:13.853804 [ 3 ] {5b7fe320-63c3-407f-969f-d468de7463be} <Debug> TCPHandler: Processed in 0.002866531 sec.
745 2025.03.22 20:03:13.854636 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
746 2025.03.22 20:03:13.854855 [ 3 ] {daf334e2-593f-46ba-86a9-92700cc77f0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes') FORMAT Native; (stage: Complete)
747 2025.03.22 20:03:13.855221 [ 3 ] {daf334e2-593f-46ba-86a9-92700cc77f0d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
748 2025.03.22 20:03:13.855369 [ 3 ] {daf334e2-593f-46ba-86a9-92700cc77f0d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
749 2025.03.22 20:03:13.855905 [ 3 ] {daf334e2-593f-46ba-86a9-92700cc77f0d} <Debug> TCPHandler: Processed in 0.001319378 sec.
750 2025.03.22 20:03:13.856150 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
751 2025.03.22 20:03:13.856331 [ 3 ] {52b94451-a62a-4164-92ff-b962368ed82e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) 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)
752 2025.03.22 20:03:13.856647 [ 3 ] {52b94451-a62a-4164-92ff-b962368ed82e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
753 2025.03.22 20:03:13.856737 [ 3 ] {52b94451-a62a-4164-92ff-b962368ed82e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
754 2025.03.22 20:03:13.857301 [ 3 ] {52b94451-a62a-4164-92ff-b962368ed82e} <Debug> TCPHandler: Processed in 0.001205836 sec.
755 2025.03.22 20:03:13.857524 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
756 2025.03.22 20:03:13.857702 [ 3 ] {3128306c-9d5c-48ed-b85c-b9cd47eba95d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) 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)
757 2025.03.22 20:03:13.858021 [ 3 ] {3128306c-9d5c-48ed-b85c-b9cd47eba95d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
758 2025.03.22 20:03:13.858073 [ 3 ] {3128306c-9d5c-48ed-b85c-b9cd47eba95d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
759 2025.03.22 20:03:13.858586 [ 3 ] {3128306c-9d5c-48ed-b85c-b9cd47eba95d} <Debug> TCPHandler: Processed in 0.001112854 sec.
760 2025.03.22 20:03:13.858796 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
761 2025.03.22 20:03:13.858934 [ 3 ] {098087b3-1303-441c-b8ae-7b5d4fe1c93f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) 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)
762 2025.03.22 20:03:13.859252 [ 3 ] {098087b3-1303-441c-b8ae-7b5d4fe1c93f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
763 2025.03.22 20:03:13.859303 [ 3 ] {098087b3-1303-441c-b8ae-7b5d4fe1c93f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
764 2025.03.22 20:03:13.859782 [ 3 ] {098087b3-1303-441c-b8ae-7b5d4fe1c93f} <Debug> TCPHandler: Processed in 0.001037492 sec.
765 2025.03.22 20:03:13.860009 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
766 2025.03.22 20:03:13.860143 [ 3 ] {c2726710-42c7-41f2-a3a9-b7dd890775d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) 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)
767 2025.03.22 20:03:13.860527 [ 3 ] {c2726710-42c7-41f2-a3a9-b7dd890775d6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
768 2025.03.22 20:03:13.860582 [ 3 ] {c2726710-42c7-41f2-a3a9-b7dd890775d6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
769 2025.03.22 20:03:13.861101 [ 3 ] {c2726710-42c7-41f2-a3a9-b7dd890775d6} <Debug> TCPHandler: Processed in 0.001141885 sec.
770 2025.03.22 20:03:13.861327 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
771 2025.03.22 20:03:13.861464 [ 3 ] {61dec098-577b-42c4-88db-8b287de1206f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) 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)
772 2025.03.22 20:03:13.861794 [ 3 ] {61dec098-577b-42c4-88db-8b287de1206f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
773 2025.03.22 20:03:13.861847 [ 3 ] {61dec098-577b-42c4-88db-8b287de1206f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
774 2025.03.22 20:03:13.862350 [ 3 ] {61dec098-577b-42c4-88db-8b287de1206f} <Debug> TCPHandler: Processed in 0.001072123 sec.
775 2025.03.22 20:03:13.862584 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
776 2025.03.22 20:03:13.862721 [ 3 ] {dce9ca64-ceb8-4cfc-8694-9d2ba68ce814} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) 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)
777 2025.03.22 20:03:13.863052 [ 3 ] {dce9ca64-ceb8-4cfc-8694-9d2ba68ce814} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
778 2025.03.22 20:03:13.863105 [ 3 ] {dce9ca64-ceb8-4cfc-8694-9d2ba68ce814} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
779 2025.03.22 20:03:13.863653 [ 3 ] {dce9ca64-ceb8-4cfc-8694-9d2ba68ce814} <Debug> TCPHandler: Processed in 0.001118724 sec.
780 2025.03.22 20:03:13.863880 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
781 2025.03.22 20:03:13.864020 [ 3 ] {34b6fa27-91fb-4e10-829e-b9c681f1c4a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) 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)
782 2025.03.22 20:03:13.864355 [ 3 ] {34b6fa27-91fb-4e10-829e-b9c681f1c4a4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
783 2025.03.22 20:03:13.864407 [ 3 ] {34b6fa27-91fb-4e10-829e-b9c681f1c4a4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
784 2025.03.22 20:03:13.864890 [ 3 ] {34b6fa27-91fb-4e10-829e-b9c681f1c4a4} <Debug> TCPHandler: Processed in 0.001059733 sec.
785 2025.03.22 20:03:13.865106 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
786 2025.03.22 20:03:13.865247 [ 3 ] {31c9174a-dc5c-49fc-8c44-8240cbae47bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) 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)
787 2025.03.22 20:03:13.865683 [ 3 ] {31c9174a-dc5c-49fc-8c44-8240cbae47bd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
788 2025.03.22 20:03:13.865741 [ 3 ] {31c9174a-dc5c-49fc-8c44-8240cbae47bd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
789 2025.03.22 20:03:13.866237 [ 3 ] {31c9174a-dc5c-49fc-8c44-8240cbae47bd} <Debug> TCPHandler: Processed in 0.001182336 sec.
790 2025.03.22 20:03:13.866441 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
791 2025.03.22 20:03:13.866582 [ 3 ] {0c84e482-e531-494a-8da2-142486d17527} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) 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)
792 2025.03.22 20:03:13.866925 [ 3 ] {0c84e482-e531-494a-8da2-142486d17527} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
793 2025.03.22 20:03:13.866976 [ 3 ] {0c84e482-e531-494a-8da2-142486d17527} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
794 2025.03.22 20:03:13.867474 [ 3 ] {0c84e482-e531-494a-8da2-142486d17527} <Debug> TCPHandler: Processed in 0.001082853 sec.
795 2025.03.22 20:03:13.867744 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
796 2025.03.22 20:03:13.867888 [ 3 ] {ec776b43-98f2-4035-853a-02b461a4ef27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) 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)
797 2025.03.22 20:03:13.868231 [ 3 ] {ec776b43-98f2-4035-853a-02b461a4ef27} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
798 2025.03.22 20:03:13.868282 [ 3 ] {ec776b43-98f2-4035-853a-02b461a4ef27} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
799 2025.03.22 20:03:13.868773 [ 3 ] {ec776b43-98f2-4035-853a-02b461a4ef27} <Debug> TCPHandler: Processed in 0.001079093 sec.
800 2025.03.22 20:03:13.869000 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
801 2025.03.22 20:03:13.869143 [ 3 ] {af0f244e-9c74-4855-b1ac-c79de77cc613} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) 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)
802 2025.03.22 20:03:13.869487 [ 3 ] {af0f244e-9c74-4855-b1ac-c79de77cc613} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
803 2025.03.22 20:03:13.869539 [ 3 ] {af0f244e-9c74-4855-b1ac-c79de77cc613} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
804 2025.03.22 20:03:13.870035 [ 3 ] {af0f244e-9c74-4855-b1ac-c79de77cc613} <Debug> TCPHandler: Processed in 0.001084903 sec.
805 2025.03.22 20:03:13.874711 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
806 2025.03.22 20:03:13.874855 [ 3 ] {2d3e80bc-bbba-41da-82d5-002f839cd7d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
807 2025.03.22 20:03:13.874913 [ 3 ] {2d3e80bc-bbba-41da-82d5-002f839cd7d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
808 2025.03.22 20:03:13.880526 [ 3 ] {2d3e80bc-bbba-41da-82d5-002f839cd7d3} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
809 2025.03.22 20:03:13.880574 [ 3 ] {2d3e80bc-bbba-41da-82d5-002f839cd7d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
810 2025.03.22 20:03:13.881335 [ 3 ] {2d3e80bc-bbba-41da-82d5-002f839cd7d3} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
811 2025.03.22 20:03:13.881814 [ 3 ] {2d3e80bc-bbba-41da-82d5-002f839cd7d3} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
812 2025.03.22 20:03:13.882004 [ 3 ] {2d3e80bc-bbba-41da-82d5-002f839cd7d3} <Debug> executeQuery: Read 14 rows, 2.01 KiB in 0.007191 sec., 1946.8780419969405 rows/sec., 279.35 KiB/sec.
813 2025.03.22 20:03:13.882057 [ 3 ] {2d3e80bc-bbba-41da-82d5-002f839cd7d3} <Debug> TCPHandler: Processed in 0.007409218 sec.
814 2025.03.22 20:03:13.882479 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
815 2025.03.22 20:03:13.882588 [ 3 ] {2f48126c-847c-4648-85be-08e8f6c706b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
816 2025.03.22 20:03:13.882634 [ 3 ] {2f48126c-847c-4648-85be-08e8f6c706b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
817 2025.03.22 20:03:13.883899 [ 3 ] {2f48126c-847c-4648-85be-08e8f6c706b5} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
818 2025.03.22 20:03:13.883933 [ 3 ] {2f48126c-847c-4648-85be-08e8f6c706b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
819 2025.03.22 20:03:13.884450 [ 3 ] {2f48126c-847c-4648-85be-08e8f6c706b5} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
820 2025.03.22 20:03:13.884990 [ 3 ] {2f48126c-847c-4648-85be-08e8f6c706b5} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
821 2025.03.22 20:03:13.885261 [ 3 ] {2f48126c-847c-4648-85be-08e8f6c706b5} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.002696 sec., 9643.916913946587 rows/sec., 734.23 KiB/sec.
822 2025.03.22 20:03:13.885314 [ 3 ] {2f48126c-847c-4648-85be-08e8f6c706b5} <Debug> TCPHandler: Processed in 0.002893472 sec.
823 2025.03.22 20:03:13.885435 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
824 2025.03.22 20:03:13.885544 [ 3 ] {790f1704-a31a-4178-849d-52730131046d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
825 2025.03.22 20:03:13.885590 [ 3 ] {790f1704-a31a-4178-849d-52730131046d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
826 2025.03.22 20:03:13.886239 [ 3 ] {790f1704-a31a-4178-849d-52730131046d} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
827 2025.03.22 20:03:13.886279 [ 3 ] {790f1704-a31a-4178-849d-52730131046d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
828 2025.03.22 20:03:13.886778 [ 3 ] {790f1704-a31a-4178-849d-52730131046d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
829 2025.03.22 20:03:13.887293 [ 3 ] {790f1704-a31a-4178-849d-52730131046d} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
830 2025.03.22 20:03:13.887512 [ 3 ] {790f1704-a31a-4178-849d-52730131046d} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001993 sec., 14049.172102358254 rows/sec., 1.10 MiB/sec.
831 2025.03.22 20:03:13.887568 [ 3 ] {790f1704-a31a-4178-849d-52730131046d} <Debug> TCPHandler: Processed in 0.002182677 sec.
832 2025.03.22 20:03:13.887692 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
833 2025.03.22 20:03:13.887796 [ 3 ] {3681b3f9-c8eb-462c-aae9-be88dc7af9ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
834 2025.03.22 20:03:13.887846 [ 3 ] {3681b3f9-c8eb-462c-aae9-be88dc7af9ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
835 2025.03.22 20:03:13.888964 [ 3 ] {3681b3f9-c8eb-462c-aae9-be88dc7af9ba} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
836 2025.03.22 20:03:13.889000 [ 3 ] {3681b3f9-c8eb-462c-aae9-be88dc7af9ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
837 2025.03.22 20:03:13.889652 [ 3 ] {3681b3f9-c8eb-462c-aae9-be88dc7af9ba} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
838 2025.03.22 20:03:13.890098 [ 3 ] {3681b3f9-c8eb-462c-aae9-be88dc7af9ba} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
839 2025.03.22 20:03:13.890341 [ 3 ] {3681b3f9-c8eb-462c-aae9-be88dc7af9ba} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.002565 sec., 38986.35477582846 rows/sec., 2.70 MiB/sec.
840 2025.03.22 20:03:13.890482 [ 3 ] {3681b3f9-c8eb-462c-aae9-be88dc7af9ba} <Debug> TCPHandler: Processed in 0.002841781 sec.
841 2025.03.22 20:03:13.890606 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
842 2025.03.22 20:03:13.890711 [ 3 ] {8424bf9c-d7c5-487e-a86a-7b8893254a0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
843 2025.03.22 20:03:13.890758 [ 3 ] {8424bf9c-d7c5-487e-a86a-7b8893254a0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
844 2025.03.22 20:03:13.891202 [ 3 ] {8424bf9c-d7c5-487e-a86a-7b8893254a0f} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
845 2025.03.22 20:03:13.891242 [ 3 ] {8424bf9c-d7c5-487e-a86a-7b8893254a0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
846 2025.03.22 20:03:13.891793 [ 3 ] {8424bf9c-d7c5-487e-a86a-7b8893254a0f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
847 2025.03.22 20:03:13.892304 [ 3 ] {8424bf9c-d7c5-487e-a86a-7b8893254a0f} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
848 2025.03.22 20:03:13.892584 [ 3 ] {8424bf9c-d7c5-487e-a86a-7b8893254a0f} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001879 sec., 15965.939329430548 rows/sec., 1.09 MiB/sec.
849 2025.03.22 20:03:13.892656 [ 3 ] {8424bf9c-d7c5-487e-a86a-7b8893254a0f} <Debug> TCPHandler: Processed in 0.002099855 sec.
850 2025.03.22 20:03:17.791391 [ 125 ] {} <Debug> DNSResolver: Updating DNS cache
851 2025.03.22 20:03:17.791446 [ 125 ] {} <Debug> DNSResolver: Updated DNS cache
852 2025.03.22 20:03:17.853691 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 976
853 2025.03.22 20:03:17.854577 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
854 2025.03.22 20:03:17.854628 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB.
855 2025.03.22 20:03:17.855341 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
856 2025.03.22 20:03:17.856063 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
857 2025.03.22 20:03:17.856339 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976
858 2025.03.22 20:03:17.925243 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16
859 2025.03.22 20:03:17.946002 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
860 2025.03.22 20:03:17.946069 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB.
861 2025.03.22 20:03:17.953115 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
862 2025.03.22 20:03:17.954381 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
863 2025.03.22 20:03:17.957529 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16
864 2025.03.22 20:03:18.000156 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 153.04 MiB, peak 157.04 MiB, free memory in arenas 0.00 B, will set to 154.49 MiB (RSS), difference: 1.44 MiB
865 2025.03.22 20:03:18.849222 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
866 2025.03.22 20:03:18.849439 [ 3 ] {69c1d556-8733-40eb-ba67-79f9362dfcf2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
867 2025.03.22 20:03:18.849546 [ 3 ] {69c1d556-8733-40eb-ba67-79f9362dfcf2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
868 2025.03.22 20:03:18.850389 [ 3 ] {69c1d556-8733-40eb-ba67-79f9362dfcf2} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
869 2025.03.22 20:03:18.850444 [ 3 ] {69c1d556-8733-40eb-ba67-79f9362dfcf2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB.
870 2025.03.22 20:03:18.851052 [ 3 ] {69c1d556-8733-40eb-ba67-79f9362dfcf2} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
871 2025.03.22 20:03:18.851610 [ 3 ] {69c1d556-8733-40eb-ba67-79f9362dfcf2} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
872 2025.03.22 20:03:18.851854 [ 3 ] {69c1d556-8733-40eb-ba67-79f9362dfcf2} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.00249 sec., 10441.767068273091 rows/sec., 794.98 KiB/sec.
873 2025.03.22 20:03:18.851921 [ 3 ] {69c1d556-8733-40eb-ba67-79f9362dfcf2} <Debug> TCPHandler: Processed in 0.002834961 sec.
874 2025.03.22 20:03:18.852048 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
875 2025.03.22 20:03:18.852162 [ 3 ] {f7160996-df0b-45ee-95b6-cbc027331b06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
876 2025.03.22 20:03:18.852213 [ 3 ] {f7160996-df0b-45ee-95b6-cbc027331b06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
877 2025.03.22 20:03:18.852769 [ 3 ] {f7160996-df0b-45ee-95b6-cbc027331b06} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
878 2025.03.22 20:03:18.852811 [ 3 ] {f7160996-df0b-45ee-95b6-cbc027331b06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB.
879 2025.03.22 20:03:18.853319 [ 3 ] {f7160996-df0b-45ee-95b6-cbc027331b06} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
880 2025.03.22 20:03:18.853830 [ 3 ] {f7160996-df0b-45ee-95b6-cbc027331b06} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
881 2025.03.22 20:03:18.854046 [ 3 ] {f7160996-df0b-45ee-95b6-cbc027331b06} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001911 sec., 14652.014652014652 rows/sec., 1.14 MiB/sec.
882 2025.03.22 20:03:18.854101 [ 3 ] {f7160996-df0b-45ee-95b6-cbc027331b06} <Debug> TCPHandler: Processed in 0.002107815 sec.
883 2025.03.22 20:03:18.854209 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
884 2025.03.22 20:03:18.854313 [ 3 ] {ef936ebf-b42d-47fb-8d5e-b33e03a6c19e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
885 2025.03.22 20:03:18.854363 [ 3 ] {ef936ebf-b42d-47fb-8d5e-b33e03a6c19e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
886 2025.03.22 20:03:18.854860 [ 3 ] {ef936ebf-b42d-47fb-8d5e-b33e03a6c19e} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
887 2025.03.22 20:03:18.854900 [ 3 ] {ef936ebf-b42d-47fb-8d5e-b33e03a6c19e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB.
888 2025.03.22 20:03:18.855471 [ 3 ] {ef936ebf-b42d-47fb-8d5e-b33e03a6c19e} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
889 2025.03.22 20:03:18.855999 [ 3 ] {ef936ebf-b42d-47fb-8d5e-b33e03a6c19e} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
890 2025.03.22 20:03:18.856215 [ 3 ] {ef936ebf-b42d-47fb-8d5e-b33e03a6c19e} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001916 sec., 52192.06680584551 rows/sec., 3.62 MiB/sec.
891 2025.03.22 20:03:18.856382 [ 3 ] {ef936ebf-b42d-47fb-8d5e-b33e03a6c19e} <Debug> TCPHandler: Processed in 0.002223017 sec.
892 2025.03.22 20:03:18.856524 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
893 2025.03.22 20:03:18.856629 [ 3 ] {ec08acf0-86e0-4db7-af49-242b48431815} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
894 2025.03.22 20:03:18.856678 [ 3 ] {ec08acf0-86e0-4db7-af49-242b48431815} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
895 2025.03.22 20:03:18.857125 [ 3 ] {ec08acf0-86e0-4db7-af49-242b48431815} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
896 2025.03.22 20:03:18.857165 [ 3 ] {ec08acf0-86e0-4db7-af49-242b48431815} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB.
897 2025.03.22 20:03:18.857678 [ 3 ] {ec08acf0-86e0-4db7-af49-242b48431815} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
898 2025.03.22 20:03:18.858266 [ 3 ] {ec08acf0-86e0-4db7-af49-242b48431815} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
899 2025.03.22 20:03:18.858543 [ 3 ] {ec08acf0-86e0-4db7-af49-242b48431815} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001912 sec., 15690.376569037657 rows/sec., 1.07 MiB/sec.
900 2025.03.22 20:03:18.858644 [ 3 ] {ec08acf0-86e0-4db7-af49-242b48431815} <Debug> TCPHandler: Processed in 0.002172646 sec.
901 2025.03.22 20:03:22.845527 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 134
902 2025.03.22 20:03:22.849438 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Trying to reserve 1.00 MiB using storage policy from min volume index 0
903 2025.03.22 20:03:22.849490 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB.
904 2025.03.22 20:03:22.851132 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
905 2025.03.22 20:03:22.851720 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
906 2025.03.22 20:03:22.852280 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 134
907 2025.03.22 20:03:23.000152 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 150.51 MiB, peak 157.04 MiB, free memory in arenas 0.00 B, will set to 154.53 MiB (RSS), difference: 4.02 MiB
908 2025.03.22 20:03:23.849119 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
909 2025.03.22 20:03:23.849383 [ 3 ] {93956ae2-70ca-4a05-9909-ec6cfb22f186} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) 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)
910 2025.03.22 20:03:23.849846 [ 3 ] {93956ae2-70ca-4a05-9909-ec6cfb22f186} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
911 2025.03.22 20:03:23.852030 [ 3 ] {93956ae2-70ca-4a05-9909-ec6cfb22f186} <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
912 2025.03.22 20:03:23.852383 [ 3 ] {93956ae2-70ca-4a05-9909-ec6cfb22f186} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
913 2025.03.22 20:03:23.854529 [ 3 ] {93956ae2-70ca-4a05-9909-ec6cfb22f186} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
914 2025.03.22 20:03:23.856823 [ 3 ] {93956ae2-70ca-4a05-9909-ec6cfb22f186} <Debug> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Key condition: (column 0 notIn 14-element set)
915 2025.03.22 20:03:23.858155 [ 3 ] {93956ae2-70ca-4a05-9909-ec6cfb22f186} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
916 2025.03.22 20:03:23.858207 [ 3 ] {93956ae2-70ca-4a05-9909-ec6cfb22f186} <Debug> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (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
917 2025.03.22 20:03:23.858227 [ 3 ] {93956ae2-70ca-4a05-9909-ec6cfb22f186} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Spreading mark ranges among streams (default reading)
918 2025.03.22 20:03:23.858342 [ 3 ] {93956ae2-70ca-4a05-9909-ec6cfb22f186} <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'))"
919 2025.03.22 20:03:23.858370 [ 3 ] {93956ae2-70ca-4a05-9909-ec6cfb22f186} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
920 2025.03.22 20:03:23.864607 [ 3 ] {93956ae2-70ca-4a05-9909-ec6cfb22f186} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.015335 sec., 912.9442451907402 rows/sec., 37.25 KiB/sec.
921 2025.03.22 20:03:23.864752 [ 3 ] {93956ae2-70ca-4a05-9909-ec6cfb22f186} <Debug> TCPHandler: Processed in 0.015760425 sec.
922 2025.03.22 20:03:23.865003 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
923 2025.03.22 20:03:23.865192 [ 3 ] {b4af2471-bd96-464a-af59-e598db530ac7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) 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', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete)
924 2025.03.22 20:03:23.865520 [ 3 ] {b4af2471-bd96-464a-af59-e598db530ac7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
925 2025.03.22 20:03:23.865568 [ 3 ] {b4af2471-bd96-464a-af59-e598db530ac7} <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', 'static_routing_config:static_routes')" moved to PREWHERE
926 2025.03.22 20:03:23.865851 [ 3 ] {b4af2471-bd96-464a-af59-e598db530ac7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
927 2025.03.22 20:03:23.865922 [ 3 ] {b4af2471-bd96-464a-af59-e598db530ac7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
928 2025.03.22 20:03:23.866067 [ 3 ] {b4af2471-bd96-464a-af59-e598db530ac7} <Debug> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Key condition: (column 0 notIn 15-element set)
929 2025.03.22 20:03:23.866102 [ 3 ] {b4af2471-bd96-464a-af59-e598db530ac7} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
930 2025.03.22 20:03:23.866126 [ 3 ] {b4af2471-bd96-464a-af59-e598db530ac7} <Debug> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (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
931 2025.03.22 20:03:23.866144 [ 3 ] {b4af2471-bd96-464a-af59-e598db530ac7} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Spreading mark ranges among streams (default reading)
932 2025.03.22 20:03:23.866190 [ 3 ] {b4af2471-bd96-464a-af59-e598db530ac7} <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', 'static_routing_config:static_routes'))"
933 2025.03.22 20:03:23.866212 [ 3 ] {b4af2471-bd96-464a-af59-e598db530ac7} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
934 2025.03.22 20:03:23.866778 [ 3 ] {b4af2471-bd96-464a-af59-e598db530ac7} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001673 sec., 8368.200836820084 rows/sec., 341.48 KiB/sec.
935 2025.03.22 20:03:23.866897 [ 3 ] {b4af2471-bd96-464a-af59-e598db530ac7} <Debug> TCPHandler: Processed in 0.001957252 sec.
936 2025.03.22 20:03:23.867097 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
937 2025.03.22 20:03:23.867246 [ 3 ] {7b033d65-e3d5-4499-a3d9-cd9353ff9a04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete)
938 2025.03.22 20:03:23.867505 [ 3 ] {7b033d65-e3d5-4499-a3d9-cd9353ff9a04} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
939 2025.03.22 20:03:23.867544 [ 3 ] {7b033d65-e3d5-4499-a3d9-cd9353ff9a04} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes')" moved to PREWHERE
940 2025.03.22 20:03:23.867789 [ 3 ] {7b033d65-e3d5-4499-a3d9-cd9353ff9a04} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
941 2025.03.22 20:03:23.867853 [ 3 ] {7b033d65-e3d5-4499-a3d9-cd9353ff9a04} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
942 2025.03.22 20:03:23.867991 [ 3 ] {7b033d65-e3d5-4499-a3d9-cd9353ff9a04} <Debug> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Key condition: (column 0 notIn 16-element set)
943 2025.03.22 20:03:23.868024 [ 3 ] {7b033d65-e3d5-4499-a3d9-cd9353ff9a04} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
944 2025.03.22 20:03:23.868046 [ 3 ] {7b033d65-e3d5-4499-a3d9-cd9353ff9a04} <Debug> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (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
945 2025.03.22 20:03:23.868064 [ 3 ] {7b033d65-e3d5-4499-a3d9-cd9353ff9a04} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Spreading mark ranges among streams (default reading)
946 2025.03.22 20:03:23.868107 [ 3 ] {7b033d65-e3d5-4499-a3d9-cd9353ff9a04} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes'))"
947 2025.03.22 20:03:23.868130 [ 3 ] {7b033d65-e3d5-4499-a3d9-cd9353ff9a04} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
948 2025.03.22 20:03:23.868667 [ 3 ] {7b033d65-e3d5-4499-a3d9-cd9353ff9a04} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001484 sec., 9433.962264150943 rows/sec., 384.97 KiB/sec.
949 2025.03.22 20:03:23.868780 [ 3 ] {7b033d65-e3d5-4499-a3d9-cd9353ff9a04} <Debug> TCPHandler: Processed in 0.001734507 sec.
950 2025.03.22 20:03:23.868972 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
951 2025.03.22 20:03:23.869121 [ 3 ] {b41f50c6-8fae-4ea7-83a7-8eda8051e4e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
952 2025.03.22 20:03:23.869376 [ 3 ] {b41f50c6-8fae-4ea7-83a7-8eda8051e4e2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
953 2025.03.22 20:03:23.869415 [ 3 ] {b41f50c6-8fae-4ea7-83a7-8eda8051e4e2} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE
954 2025.03.22 20:03:23.869659 [ 3 ] {b41f50c6-8fae-4ea7-83a7-8eda8051e4e2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
955 2025.03.22 20:03:23.869723 [ 3 ] {b41f50c6-8fae-4ea7-83a7-8eda8051e4e2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
956 2025.03.22 20:03:23.869861 [ 3 ] {b41f50c6-8fae-4ea7-83a7-8eda8051e4e2} <Debug> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Key condition: (column 0 notIn 17-element set)
957 2025.03.22 20:03:23.869893 [ 3 ] {b41f50c6-8fae-4ea7-83a7-8eda8051e4e2} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
958 2025.03.22 20:03:23.869918 [ 3 ] {b41f50c6-8fae-4ea7-83a7-8eda8051e4e2} <Debug> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (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
959 2025.03.22 20:03:23.869935 [ 3 ] {b41f50c6-8fae-4ea7-83a7-8eda8051e4e2} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Spreading mark ranges among streams (default reading)
960 2025.03.22 20:03:23.869977 [ 3 ] {b41f50c6-8fae-4ea7-83a7-8eda8051e4e2} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))"
961 2025.03.22 20:03:23.870000 [ 3 ] {b41f50c6-8fae-4ea7-83a7-8eda8051e4e2} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
962 2025.03.22 20:03:23.870534 [ 3 ] {b41f50c6-8fae-4ea7-83a7-8eda8051e4e2} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001477 sec., 9478.67298578199 rows/sec., 386.79 KiB/sec.
963 2025.03.22 20:03:23.870647 [ 3 ] {b41f50c6-8fae-4ea7-83a7-8eda8051e4e2} <Debug> TCPHandler: Processed in 0.001726066 sec.
964 2025.03.22 20:03:23.871415 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
965 2025.03.22 20:03:23.871532 [ 3 ] {937edbda-7ae7-4fe5-abca-1746eef6c31b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
966 2025.03.22 20:03:23.871579 [ 3 ] {937edbda-7ae7-4fe5-abca-1746eef6c31b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
967 2025.03.22 20:03:23.872222 [ 3 ] {937edbda-7ae7-4fe5-abca-1746eef6c31b} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
968 2025.03.22 20:03:23.872260 [ 3 ] {937edbda-7ae7-4fe5-abca-1746eef6c31b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB.
969 2025.03.22 20:03:23.872909 [ 3 ] {937edbda-7ae7-4fe5-abca-1746eef6c31b} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
970 2025.03.22 20:03:23.873355 [ 3 ] {937edbda-7ae7-4fe5-abca-1746eef6c31b} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
971 2025.03.22 20:03:23.873544 [ 3 ] {937edbda-7ae7-4fe5-abca-1746eef6c31b} <Debug> executeQuery: Read 4 rows, 521.00 B in 0.002048 sec., 1953.125 rows/sec., 248.43 KiB/sec.
972 2025.03.22 20:03:23.873597 [ 3 ] {937edbda-7ae7-4fe5-abca-1746eef6c31b} <Debug> TCPHandler: Processed in 0.002233278 sec.
973 2025.03.22 20:03:23.873729 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
974 2025.03.22 20:03:23.873835 [ 3 ] {fd559f62-836c-4ca5-9e7f-0e8e9608b818} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
975 2025.03.22 20:03:23.873881 [ 3 ] {fd559f62-836c-4ca5-9e7f-0e8e9608b818} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
976 2025.03.22 20:03:23.874417 [ 3 ] {fd559f62-836c-4ca5-9e7f-0e8e9608b818} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
977 2025.03.22 20:03:23.874454 [ 3 ] {fd559f62-836c-4ca5-9e7f-0e8e9608b818} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB.
978 2025.03.22 20:03:23.874951 [ 3 ] {fd559f62-836c-4ca5-9e7f-0e8e9608b818} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
979 2025.03.22 20:03:23.875533 [ 3 ] {fd559f62-836c-4ca5-9e7f-0e8e9608b818} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
980 2025.03.22 20:03:23.875729 [ 3 ] {fd559f62-836c-4ca5-9e7f-0e8e9608b818} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001913 sec., 29273.392577104027 rows/sec., 2.23 MiB/sec.
981 2025.03.22 20:03:23.875799 [ 3 ] {fd559f62-836c-4ca5-9e7f-0e8e9608b818} <Debug> TCPHandler: Processed in 0.002119805 sec.
982 2025.03.22 20:03:23.875912 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
983 2025.03.22 20:03:23.876018 [ 3 ] {40286c5b-8f6e-4d98-9e5a-597ddafcb539} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
984 2025.03.22 20:03:23.876063 [ 3 ] {40286c5b-8f6e-4d98-9e5a-597ddafcb539} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
985 2025.03.22 20:03:23.876576 [ 3 ] {40286c5b-8f6e-4d98-9e5a-597ddafcb539} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
986 2025.03.22 20:03:23.876613 [ 3 ] {40286c5b-8f6e-4d98-9e5a-597ddafcb539} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB.
987 2025.03.22 20:03:23.877097 [ 3 ] {40286c5b-8f6e-4d98-9e5a-597ddafcb539} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
988 2025.03.22 20:03:23.877655 [ 3 ] {40286c5b-8f6e-4d98-9e5a-597ddafcb539} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
989 2025.03.22 20:03:23.877875 [ 3 ] {40286c5b-8f6e-4d98-9e5a-597ddafcb539} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001873 sec., 34169.78109983983 rows/sec., 2.67 MiB/sec.
990 2025.03.22 20:03:23.878021 [ 3 ] {40286c5b-8f6e-4d98-9e5a-597ddafcb539} <Debug> TCPHandler: Processed in 0.002159466 sec.
991 2025.03.22 20:03:23.878294 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
992 2025.03.22 20:03:23.878411 [ 3 ] {7abbc9e0-6f16-487f-aa59-cf4bc74b427d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
993 2025.03.22 20:03:23.878460 [ 3 ] {7abbc9e0-6f16-487f-aa59-cf4bc74b427d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
994 2025.03.22 20:03:23.878951 [ 3 ] {7abbc9e0-6f16-487f-aa59-cf4bc74b427d} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
995 2025.03.22 20:03:23.878989 [ 3 ] {7abbc9e0-6f16-487f-aa59-cf4bc74b427d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB.
996 2025.03.22 20:03:23.879515 [ 3 ] {7abbc9e0-6f16-487f-aa59-cf4bc74b427d} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
997 2025.03.22 20:03:23.880057 [ 3 ] {7abbc9e0-6f16-487f-aa59-cf4bc74b427d} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
998 2025.03.22 20:03:23.880240 [ 3 ] {7abbc9e0-6f16-487f-aa59-cf4bc74b427d} <Debug> executeQuery: Read 112 rows, 7.96 KiB in 0.001854 sec., 60409.92448759439 rows/sec., 4.19 MiB/sec.
999 2025.03.22 20:03:23.880290 [ 3 ] {7abbc9e0-6f16-487f-aa59-cf4bc74b427d} <Debug> TCPHandler: Processed in 0.002062534 sec.
1000 2025.03.22 20:03:23.880401 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1001 2025.03.22 20:03:23.880505 [ 3 ] {4081d81b-4b38-41da-b506-167b54e651c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1002 2025.03.22 20:03:23.880550 [ 3 ] {4081d81b-4b38-41da-b506-167b54e651c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1003 2025.03.22 20:03:23.880958 [ 3 ] {4081d81b-4b38-41da-b506-167b54e651c5} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1004 2025.03.22 20:03:23.880994 [ 3 ] {4081d81b-4b38-41da-b506-167b54e651c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB.
1005 2025.03.22 20:03:23.881479 [ 3 ] {4081d81b-4b38-41da-b506-167b54e651c5} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1006 2025.03.22 20:03:23.881983 [ 3 ] {4081d81b-4b38-41da-b506-167b54e651c5} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1007 2025.03.22 20:03:23.882163 [ 3 ] {4081d81b-4b38-41da-b506-167b54e651c5} <Debug> executeQuery: Read 36 rows, 2.51 KiB in 0.00168 sec., 21428.571428571428 rows/sec., 1.46 MiB/sec.
1008 2025.03.22 20:03:23.882210 [ 3 ] {4081d81b-4b38-41da-b506-167b54e651c5} <Debug> TCPHandler: Processed in 0.00186022 sec.
1009 2025.03.22 20:03:25.356818 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1464
1010 2025.03.22 20:03:25.357459 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1011 2025.03.22 20:03:25.357498 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB.
1012 2025.03.22 20:03:25.358221 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1013 2025.03.22 20:03:25.358815 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1014 2025.03.22 20:03:25.359061 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1464
1015 2025.03.22 20:03:25.457985 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23
1016 2025.03.22 20:03:25.477011 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1017 2025.03.22 20:03:25.477072 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB.
1018 2025.03.22 20:03:25.483721 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1019 2025.03.22 20:03:25.484913 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1020 2025.03.22 20:03:25.487534 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23
1021 2025.03.22 20:03:28.851837 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1022 2025.03.22 20:03:28.852063 [ 3 ] {3e325044-fe60-4a76-85c9-fc9b8766dac2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1023 2025.03.22 20:03:28.852140 [ 3 ] {3e325044-fe60-4a76-85c9-fc9b8766dac2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1024 2025.03.22 20:03:28.852960 [ 3 ] {3e325044-fe60-4a76-85c9-fc9b8766dac2} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1025 2025.03.22 20:03:28.853000 [ 3 ] {3e325044-fe60-4a76-85c9-fc9b8766dac2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB.
1026 2025.03.22 20:03:28.853557 [ 3 ] {3e325044-fe60-4a76-85c9-fc9b8766dac2} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1027 2025.03.22 20:03:28.854019 [ 3 ] {3e325044-fe60-4a76-85c9-fc9b8766dac2} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1028 2025.03.22 20:03:28.854213 [ 3 ] {3e325044-fe60-4a76-85c9-fc9b8766dac2} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00221 sec., 25339.3665158371 rows/sec., 1.93 MiB/sec.
1029 2025.03.22 20:03:28.854267 [ 3 ] {3e325044-fe60-4a76-85c9-fc9b8766dac2} <Debug> TCPHandler: Processed in 0.002569765 sec.
1030 2025.03.22 20:03:28.854381 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1031 2025.03.22 20:03:28.854487 [ 3 ] {55f201b0-b035-4d9d-b030-81846ab771e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1032 2025.03.22 20:03:28.854531 [ 3 ] {55f201b0-b035-4d9d-b030-81846ab771e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1033 2025.03.22 20:03:28.855075 [ 3 ] {55f201b0-b035-4d9d-b030-81846ab771e0} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1034 2025.03.22 20:03:28.855112 [ 3 ] {55f201b0-b035-4d9d-b030-81846ab771e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB.
1035 2025.03.22 20:03:28.855563 [ 3 ] {55f201b0-b035-4d9d-b030-81846ab771e0} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1036 2025.03.22 20:03:28.856050 [ 3 ] {55f201b0-b035-4d9d-b030-81846ab771e0} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1037 2025.03.22 20:03:28.856230 [ 3 ] {55f201b0-b035-4d9d-b030-81846ab771e0} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001766 sec., 36240.090600226504 rows/sec., 2.83 MiB/sec.
1038 2025.03.22 20:03:28.856279 [ 3 ] {55f201b0-b035-4d9d-b030-81846ab771e0} <Debug> TCPHandler: Processed in 0.001948721 sec.
1039 2025.03.22 20:03:28.856379 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1040 2025.03.22 20:03:28.856479 [ 3 ] {dad615b0-0cd4-47d5-983f-8bde51c65c17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1041 2025.03.22 20:03:28.856526 [ 3 ] {dad615b0-0cd4-47d5-983f-8bde51c65c17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1042 2025.03.22 20:03:28.857021 [ 3 ] {dad615b0-0cd4-47d5-983f-8bde51c65c17} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1043 2025.03.22 20:03:28.857059 [ 3 ] {dad615b0-0cd4-47d5-983f-8bde51c65c17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB.
1044 2025.03.22 20:03:28.857572 [ 3 ] {dad615b0-0cd4-47d5-983f-8bde51c65c17} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1045 2025.03.22 20:03:28.858003 [ 3 ] {dad615b0-0cd4-47d5-983f-8bde51c65c17} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1046 2025.03.22 20:03:28.858209 [ 3 ] {dad615b0-0cd4-47d5-983f-8bde51c65c17} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001748 sec., 91533.18077803204 rows/sec., 6.38 MiB/sec.
1047 2025.03.22 20:03:28.858283 [ 3 ] {dad615b0-0cd4-47d5-983f-8bde51c65c17} <Debug> TCPHandler: Processed in 0.001953481 sec.
1048 2025.03.22 20:03:28.858420 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1049 2025.03.22 20:03:28.858523 [ 3 ] {6a7abaf9-4907-4c1d-8a6b-39304c363be7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1050 2025.03.22 20:03:28.858567 [ 3 ] {6a7abaf9-4907-4c1d-8a6b-39304c363be7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1051 2025.03.22 20:03:28.858988 [ 3 ] {6a7abaf9-4907-4c1d-8a6b-39304c363be7} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1052 2025.03.22 20:03:28.859025 [ 3 ] {6a7abaf9-4907-4c1d-8a6b-39304c363be7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB.
1053 2025.03.22 20:03:28.859478 [ 3 ] {6a7abaf9-4907-4c1d-8a6b-39304c363be7} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1054 2025.03.22 20:03:28.859977 [ 3 ] {6a7abaf9-4907-4c1d-8a6b-39304c363be7} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1055 2025.03.22 20:03:28.860152 [ 3 ] {6a7abaf9-4907-4c1d-8a6b-39304c363be7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001651 sec., 36341.611144760755 rows/sec., 2.45 MiB/sec.
1056 2025.03.22 20:03:28.860199 [ 3 ] {6a7abaf9-4907-4c1d-8a6b-39304c363be7} <Debug> TCPHandler: Processed in 0.001828969 sec.
1057 2025.03.22 20:03:32.791493 [ 105 ] {} <Debug> DNSResolver: Updating DNS cache
1058 2025.03.22 20:03:32.791559 [ 105 ] {} <Debug> DNSResolver: Updated DNS cache
1059 2025.03.22 20:03:32.853588 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 160
1060 2025.03.22 20:03:32.856669 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1061 2025.03.22 20:03:32.856718 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB.
1062 2025.03.22 20:03:32.858350 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1063 2025.03.22 20:03:32.858947 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1064 2025.03.22 20:03:32.859314 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1891
1065 2025.03.22 20:03:32.861609 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 160
1066 2025.03.22 20:03:32.861925 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1067 2025.03.22 20:03:32.861982 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB.
1068 2025.03.22 20:03:32.862801 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1069 2025.03.22 20:03:32.863367 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1070 2025.03.22 20:03:32.863602 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891
1071 2025.03.22 20:03:32.988588 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31
1072 2025.03.22 20:03:33.008477 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1073 2025.03.22 20:03:33.008535 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB.
1074 2025.03.22 20:03:33.016033 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1075 2025.03.22 20:03:33.017242 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1076 2025.03.22 20:03:33.020320 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31
1077 2025.03.22 20:03:33.850212 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1078 2025.03.22 20:03:33.850493 [ 3 ] {7aeb3e8a-5845-42dd-8a84-7824e2777acb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1079 2025.03.22 20:03:33.850958 [ 3 ] {7aeb3e8a-5845-42dd-8a84-7824e2777acb} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1080 2025.03.22 20:03:33.851012 [ 3 ] {7aeb3e8a-5845-42dd-8a84-7824e2777acb} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE
1081 2025.03.22 20:03:33.851335 [ 3 ] {7aeb3e8a-5845-42dd-8a84-7824e2777acb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1082 2025.03.22 20:03:33.851418 [ 3 ] {7aeb3e8a-5845-42dd-8a84-7824e2777acb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1083 2025.03.22 20:03:33.851598 [ 3 ] {7aeb3e8a-5845-42dd-8a84-7824e2777acb} <Debug> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Key condition: (column 0 notIn 18-element set)
1084 2025.03.22 20:03:33.851796 [ 285 ] {7aeb3e8a-5845-42dd-8a84-7824e2777acb} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1085 2025.03.22 20:03:33.851800 [ 260 ] {7aeb3e8a-5845-42dd-8a84-7824e2777acb} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1086 2025.03.22 20:03:33.851946 [ 3 ] {7aeb3e8a-5845-42dd-8a84-7824e2777acb} <Debug> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (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
1087 2025.03.22 20:03:33.851981 [ 3 ] {7aeb3e8a-5845-42dd-8a84-7824e2777acb} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Spreading mark ranges among streams (default reading)
1088 2025.03.22 20:03:33.854282 [ 3 ] {7aeb3e8a-5845-42dd-8a84-7824e2777acb} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1089 2025.03.22 20:03:33.854317 [ 3 ] {7aeb3e8a-5845-42dd-8a84-7824e2777acb} <Debug> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Reading approx. 18 rows with 2 streams
1090 2025.03.22 20:03:33.854392 [ 3 ] {7aeb3e8a-5845-42dd-8a84-7824e2777acb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))"
1091 2025.03.22 20:03:33.854451 [ 3 ] {7aeb3e8a-5845-42dd-8a84-7824e2777acb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))"
1092 2025.03.22 20:03:33.855998 [ 3 ] {7aeb3e8a-5845-42dd-8a84-7824e2777acb} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.005628 sec., 3198.2942430703624 rows/sec., 130.83 KiB/sec.
1093 2025.03.22 20:03:33.856172 [ 3 ] {7aeb3e8a-5845-42dd-8a84-7824e2777acb} <Debug> TCPHandler: Processed in 0.006110129 sec.
1094 2025.03.22 20:03:33.860571 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1095 2025.03.22 20:03:33.860702 [ 3 ] {068fb661-509d-49ef-9f44-ab1720780ce7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
1096 2025.03.22 20:03:33.860753 [ 3 ] {068fb661-509d-49ef-9f44-ab1720780ce7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1097 2025.03.22 20:03:33.861481 [ 3 ] {068fb661-509d-49ef-9f44-ab1720780ce7} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1098 2025.03.22 20:03:33.861531 [ 3 ] {068fb661-509d-49ef-9f44-ab1720780ce7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB.
1099 2025.03.22 20:03:33.862246 [ 3 ] {068fb661-509d-49ef-9f44-ab1720780ce7} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1100 2025.03.22 20:03:33.862688 [ 3 ] {068fb661-509d-49ef-9f44-ab1720780ce7} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1101 2025.03.22 20:03:33.862932 [ 3 ] {068fb661-509d-49ef-9f44-ab1720780ce7} <Debug> executeQuery: Read 1 rows, 153.00 B in 0.002264 sec., 441.69611307420496 rows/sec., 66.00 KiB/sec.
1102 2025.03.22 20:03:33.863033 [ 3 ] {068fb661-509d-49ef-9f44-ab1720780ce7} <Debug> TCPHandler: Processed in 0.002514973 sec.
1103 2025.03.22 20:03:33.863170 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1104 2025.03.22 20:03:33.863278 [ 3 ] {a21925a3-6453-4f32-af31-80d72f673a25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1105 2025.03.22 20:03:33.863324 [ 3 ] {a21925a3-6453-4f32-af31-80d72f673a25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1106 2025.03.22 20:03:33.863879 [ 3 ] {a21925a3-6453-4f32-af31-80d72f673a25} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1107 2025.03.22 20:03:33.863923 [ 3 ] {a21925a3-6453-4f32-af31-80d72f673a25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB.
1108 2025.03.22 20:03:33.864960 [ 3 ] {a21925a3-6453-4f32-af31-80d72f673a25} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1109 2025.03.22 20:03:33.865604 [ 3 ] {a21925a3-6453-4f32-af31-80d72f673a25} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1110 2025.03.22 20:03:33.865869 [ 3 ] {a21925a3-6453-4f32-af31-80d72f673a25} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.002613 sec., 27554.535017221584 rows/sec., 2.23 MiB/sec.
1111 2025.03.22 20:03:33.865924 [ 3 ] {a21925a3-6453-4f32-af31-80d72f673a25} <Debug> TCPHandler: Processed in 0.002804939 sec.
1112 2025.03.22 20:03:33.866043 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1113 2025.03.22 20:03:33.866149 [ 3 ] {95ed3ad9-12ab-406c-b29f-81647f13400b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1114 2025.03.22 20:03:33.866195 [ 3 ] {95ed3ad9-12ab-406c-b29f-81647f13400b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1115 2025.03.22 20:03:33.866781 [ 3 ] {95ed3ad9-12ab-406c-b29f-81647f13400b} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1116 2025.03.22 20:03:33.866819 [ 3 ] {95ed3ad9-12ab-406c-b29f-81647f13400b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB.
1117 2025.03.22 20:03:33.867314 [ 3 ] {95ed3ad9-12ab-406c-b29f-81647f13400b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1118 2025.03.22 20:03:33.867861 [ 3 ] {95ed3ad9-12ab-406c-b29f-81647f13400b} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1119 2025.03.22 20:03:33.868075 [ 3 ] {95ed3ad9-12ab-406c-b29f-81647f13400b} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001945 sec., 4113.1105398457585 rows/sec., 309.29 KiB/sec.
1120 2025.03.22 20:03:33.868134 [ 3 ] {95ed3ad9-12ab-406c-b29f-81647f13400b} <Debug> TCPHandler: Processed in 0.002141275 sec.
1121 2025.03.22 20:03:33.868240 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1122 2025.03.22 20:03:33.868342 [ 3 ] {c0c3330c-26a9-4cfd-8291-002175beeacc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1123 2025.03.22 20:03:33.868386 [ 3 ] {c0c3330c-26a9-4cfd-8291-002175beeacc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1124 2025.03.22 20:03:33.868935 [ 3 ] {c0c3330c-26a9-4cfd-8291-002175beeacc} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1125 2025.03.22 20:03:33.868975 [ 3 ] {c0c3330c-26a9-4cfd-8291-002175beeacc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB.
1126 2025.03.22 20:03:33.869558 [ 3 ] {c0c3330c-26a9-4cfd-8291-002175beeacc} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1127 2025.03.22 20:03:33.870133 [ 3 ] {c0c3330c-26a9-4cfd-8291-002175beeacc} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1128 2025.03.22 20:03:33.870434 [ 3 ] {c0c3330c-26a9-4cfd-8291-002175beeacc} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.002112 sec., 34090.90909090909 rows/sec., 2.66 MiB/sec.
1129 2025.03.22 20:03:33.870598 [ 3 ] {c0c3330c-26a9-4cfd-8291-002175beeacc} <Debug> TCPHandler: Processed in 0.002406752 sec.
1130 2025.03.22 20:03:33.870703 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1131 2025.03.22 20:03:33.870806 [ 3 ] {0d8b0597-e436-4caa-88f6-d039ea100b51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1132 2025.03.22 20:03:33.870854 [ 3 ] {0d8b0597-e436-4caa-88f6-d039ea100b51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1133 2025.03.22 20:03:33.871382 [ 3 ] {0d8b0597-e436-4caa-88f6-d039ea100b51} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1134 2025.03.22 20:03:33.871420 [ 3 ] {0d8b0597-e436-4caa-88f6-d039ea100b51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB.
1135 2025.03.22 20:03:33.871979 [ 3 ] {0d8b0597-e436-4caa-88f6-d039ea100b51} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1136 2025.03.22 20:03:33.872602 [ 3 ] {0d8b0597-e436-4caa-88f6-d039ea100b51} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1137 2025.03.22 20:03:33.872849 [ 3 ] {0d8b0597-e436-4caa-88f6-d039ea100b51} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002066 sec., 77444.33688286543 rows/sec., 5.39 MiB/sec.
1138 2025.03.22 20:03:33.872909 [ 3 ] {0d8b0597-e436-4caa-88f6-d039ea100b51} <Debug> TCPHandler: Processed in 0.002251098 sec.
1139 2025.03.22 20:03:33.873031 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1140 2025.03.22 20:03:33.873137 [ 3 ] {30982ebc-7e4a-47e5-8a0c-0e38a8c95853} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1141 2025.03.22 20:03:33.873209 [ 3 ] {30982ebc-7e4a-47e5-8a0c-0e38a8c95853} <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
1142 2025.03.22 20:03:33.874251 [ 3 ] {30982ebc-7e4a-47e5-8a0c-0e38a8c95853} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1143 2025.03.22 20:03:33.874291 [ 3 ] {30982ebc-7e4a-47e5-8a0c-0e38a8c95853} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB.
1144 2025.03.22 20:03:33.877299 [ 3 ] {30982ebc-7e4a-47e5-8a0c-0e38a8c95853} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1145 2025.03.22 20:03:33.878190 [ 3 ] {30982ebc-7e4a-47e5-8a0c-0e38a8c95853} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1146 2025.03.22 20:03:33.878493 [ 3 ] {30982ebc-7e4a-47e5-8a0c-0e38a8c95853} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.005375 sec., 1488.372093023256 rows/sec., 2.67 MiB/sec.
1147 2025.03.22 20:03:33.878634 [ 3 ] {30982ebc-7e4a-47e5-8a0c-0e38a8c95853} <Debug> TCPHandler: Processed in 0.00565473 sec.
1148 2025.03.22 20:03:33.878788 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1149 2025.03.22 20:03:33.878895 [ 3 ] {caa753d9-6c67-402d-8856-e56cc97b44b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1150 2025.03.22 20:03:33.878943 [ 3 ] {caa753d9-6c67-402d-8856-e56cc97b44b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1151 2025.03.22 20:03:33.879423 [ 3 ] {caa753d9-6c67-402d-8856-e56cc97b44b2} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1152 2025.03.22 20:03:33.879464 [ 3 ] {caa753d9-6c67-402d-8856-e56cc97b44b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB.
1153 2025.03.22 20:03:33.880052 [ 3 ] {caa753d9-6c67-402d-8856-e56cc97b44b2} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1154 2025.03.22 20:03:33.880626 [ 3 ] {caa753d9-6c67-402d-8856-e56cc97b44b2} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1155 2025.03.22 20:03:33.880885 [ 3 ] {caa753d9-6c67-402d-8856-e56cc97b44b2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002011 sec., 29835.90253605171 rows/sec., 2.01 MiB/sec.
1156 2025.03.22 20:03:33.880940 [ 3 ] {caa753d9-6c67-402d-8856-e56cc97b44b2} <Debug> TCPHandler: Processed in 0.002210237 sec.
1157 2025.03.22 20:03:38.852835 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1158 2025.03.22 20:03:38.853167 [ 3 ] {a1e2ae5d-af7f-4a24-963f-b23968205f9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1159 2025.03.22 20:03:38.853285 [ 3 ] {a1e2ae5d-af7f-4a24-963f-b23968205f9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1160 2025.03.22 20:03:38.854042 [ 3 ] {a1e2ae5d-af7f-4a24-963f-b23968205f9c} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1161 2025.03.22 20:03:38.854093 [ 3 ] {a1e2ae5d-af7f-4a24-963f-b23968205f9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
1162 2025.03.22 20:03:38.854679 [ 3 ] {a1e2ae5d-af7f-4a24-963f-b23968205f9c} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1163 2025.03.22 20:03:38.855179 [ 3 ] {a1e2ae5d-af7f-4a24-963f-b23968205f9c} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1164 2025.03.22 20:03:38.855382 [ 97 ] {} <Debug> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1165 2025.03.22 20:03:38.855410 [ 3 ] {a1e2ae5d-af7f-4a24-963f-b23968205f9c} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00233 sec., 24034.334763948496 rows/sec., 1.83 MiB/sec.
1166 2025.03.22 20:03:38.855482 [ 97 ] {} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1167 2025.03.22 20:03:38.855522 [ 3 ] {a1e2ae5d-af7f-4a24-963f-b23968205f9c} <Debug> TCPHandler: Processed in 0.002883581 sec.
1168 2025.03.22 20:03:38.855541 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
1169 2025.03.22 20:03:38.855708 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1170 2025.03.22 20:03:38.855819 [ 3 ] {f3f7d9ab-4bd6-4888-9846-5039df656420} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1171 2025.03.22 20:03:38.855868 [ 3 ] {f3f7d9ab-4bd6-4888-9846-5039df656420} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1172 2025.03.22 20:03:38.856434 [ 3 ] {f3f7d9ab-4bd6-4888-9846-5039df656420} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1173 2025.03.22 20:03:38.856474 [ 3 ] {f3f7d9ab-4bd6-4888-9846-5039df656420} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
1174 2025.03.22 20:03:38.856991 [ 3 ] {f3f7d9ab-4bd6-4888-9846-5039df656420} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1175 2025.03.22 20:03:38.857532 [ 3 ] {f3f7d9ab-4bd6-4888-9846-5039df656420} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1176 2025.03.22 20:03:38.857707 [ 97 ] {} <Debug> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1177 2025.03.22 20:03:38.857789 [ 3 ] {f3f7d9ab-4bd6-4888-9846-5039df656420} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001981 sec., 32306.915699141846 rows/sec., 2.52 MiB/sec.
1178 2025.03.22 20:03:38.857789 [ 97 ] {} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1179 2025.03.22 20:03:38.857876 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
1180 2025.03.22 20:03:38.857913 [ 3 ] {f3f7d9ab-4bd6-4888-9846-5039df656420} <Debug> TCPHandler: Processed in 0.002257418 sec.
1181 2025.03.22 20:03:38.858107 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1182 2025.03.22 20:03:38.858240 [ 3 ] {a4a7d51c-e832-4934-8a28-2d60830153eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1183 2025.03.22 20:03:38.858292 [ 3 ] {a4a7d51c-e832-4934-8a28-2d60830153eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1184 2025.03.22 20:03:38.858825 [ 3 ] {a4a7d51c-e832-4934-8a28-2d60830153eb} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1185 2025.03.22 20:03:38.858865 [ 3 ] {a4a7d51c-e832-4934-8a28-2d60830153eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
1186 2025.03.22 20:03:38.859456 [ 3 ] {a4a7d51c-e832-4934-8a28-2d60830153eb} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1187 2025.03.22 20:03:38.859797 [ 186 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::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
1188 2025.03.22 20:03:38.859840 [ 189 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::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
1189 2025.03.22 20:03:38.860113 [ 186 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1190 2025.03.22 20:03:38.860234 [ 3 ] {a4a7d51c-e832-4934-8a28-2d60830153eb} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1191 2025.03.22 20:03:38.860289 [ 186 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::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
1192 2025.03.22 20:03:38.860361 [ 189 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1193 2025.03.22 20:03:38.860473 [ 189 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::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
1194 2025.03.22 20:03:38.860623 [ 97 ] {} <Debug> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1195 2025.03.22 20:03:38.860802 [ 97 ] {} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1196 2025.03.22 20:03:38.861031 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
1197 2025.03.22 20:03:38.861224 [ 186 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::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
1198 2025.03.22 20:03:38.861469 [ 189 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::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
1199 2025.03.22 20:03:38.861965 [ 3 ] {a4a7d51c-e832-4934-8a28-2d60830153eb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003647 sec., 43871.67534960241 rows/sec., 3.06 MiB/sec.
1200 2025.03.22 20:03:38.862378 [ 189 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 64 rows starting from the beginning of the part
1201 2025.03.22 20:03:38.862701 [ 3 ] {a4a7d51c-e832-4934-8a28-2d60830153eb} <Debug> TCPHandler: Processed in 0.004653769 sec.
1202 2025.03.22 20:03:38.863159 [ 201 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::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
1203 2025.03.22 20:03:38.863214 [ 189 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 64 rows starting from the beginning of the part
1204 2025.03.22 20:03:38.863364 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1205 2025.03.22 20:03:38.863600 [ 186 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 56 rows starting from the beginning of the part
1206 2025.03.22 20:03:38.863982 [ 189 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 72 rows starting from the beginning of the part
1207 2025.03.22 20:03:38.864181 [ 201 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1208 2025.03.22 20:03:38.864499 [ 201 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 100 rows starting from the beginning of the part
1209 2025.03.22 20:03:38.864614 [ 3 ] {dafc9a48-05a2-43a8-81c0-52768af27039} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1210 2025.03.22 20:03:38.864644 [ 186 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 56 rows starting from the beginning of the part
1211 2025.03.22 20:03:38.864662 [ 189 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 64 rows starting from the beginning of the part
1212 2025.03.22 20:03:38.864938 [ 3 ] {dafc9a48-05a2-43a8-81c0-52768af27039} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1213 2025.03.22 20:03:38.865603 [ 186 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 72 rows starting from the beginning of the part
1214 2025.03.22 20:03:38.865629 [ 201 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::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
1215 2025.03.22 20:03:38.866312 [ 186 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 56 rows starting from the beginning of the part
1216 2025.03.22 20:03:38.866658 [ 201 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 112 rows starting from the beginning of the part
1217 2025.03.22 20:03:38.867886 [ 201 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 160 rows starting from the beginning of the part
1218 2025.03.22 20:03:38.868722 [ 201 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 160 rows starting from the beginning of the part
1219 2025.03.22 20:03:38.869715 [ 201 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 160 rows starting from the beginning of the part
1220 2025.03.22 20:03:38.871405 [ 3 ] {dafc9a48-05a2-43a8-81c0-52768af27039} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1221 2025.03.22 20:03:38.871506 [ 3 ] {dafc9a48-05a2-43a8-81c0-52768af27039} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
1222 2025.03.22 20:03:38.874389 [ 3 ] {dafc9a48-05a2-43a8-81c0-52768af27039} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1223 2025.03.22 20:03:38.875285 [ 186 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 292 rows, containing 5 columns (5 merged, 0 gathered) in 0.019625057 sec., 14878.93767646127 rows/sec., 1.20 MiB/sec.
1224 2025.03.22 20:03:38.875945 [ 192 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1225 2025.03.22 20:03:38.876459 [ 3 ] {dafc9a48-05a2-43a8-81c0-52768af27039} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1226 2025.03.22 20:03:38.876565 [ 189 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 320 rows, containing 5 columns (5 merged, 0 gathered) in 0.016813407 sec., 19032.430488359678 rows/sec., 1.56 MiB/sec.
1227 2025.03.22 20:03:38.877053 [ 189 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1228 2025.03.22 20:03:38.877147 [ 97 ] {} <Debug> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1229 2025.03.22 20:03:38.877349 [ 97 ] {} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1230 2025.03.22 20:03:38.877539 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
1231 2025.03.22 20:03:38.878082 [ 197 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_6_1} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1232 2025.03.22 20:03:38.878510 [ 193 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::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
1233 2025.03.22 20:03:38.878837 [ 197 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_6_1} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1234 2025.03.22 20:03:38.878920 [ 3 ] {dafc9a48-05a2-43a8-81c0-52768af27039} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.015126 sec., 3966.679888932963 rows/sec., 273.74 KiB/sec.
1235 2025.03.22 20:03:38.879523 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB.
1236 2025.03.22 20:03:38.879535 [ 193 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1237 2025.03.22 20:03:38.879538 [ 3 ] {dafc9a48-05a2-43a8-81c0-52768af27039} <Debug> TCPHandler: Processed in 0.016369557 sec.
1238 2025.03.22 20:03:38.879653 [ 193 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 30 rows starting from the beginning of the part
1239 2025.03.22 20:03:38.879650 [ 197 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_6_1} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1240 2025.03.22 20:03:38.880092 [ 193 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::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
1241 2025.03.22 20:03:38.880115 [ 197 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_6_1} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1242 2025.03.22 20:03:38.880388 [ 193 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 36 rows starting from the beginning of the part
1243 2025.03.22 20:03:38.880396 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB.
1244 2025.03.22 20:03:38.880677 [ 193 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 60 rows starting from the beginning of the part
1245 2025.03.22 20:03:38.880922 [ 193 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 60 rows starting from the beginning of the part
1246 2025.03.22 20:03:38.881089 [ 201 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 792 rows, containing 5 columns (5 merged, 0 gathered) in 0.018915082 sec., 41871.34901133392 rows/sec., 2.91 MiB/sec.
1247 2025.03.22 20:03:38.881105 [ 193 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 60 rows starting from the beginning of the part
1248 2025.03.22 20:03:38.881562 [ 192 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1249 2025.03.22 20:03:38.882492 [ 192 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1250 2025.03.22 20:03:38.882775 [ 192 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1251 2025.03.22 20:03:38.882833 [ 193 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 276 rows, containing 4 columns (4 merged, 0 gathered) in 0.005110398 sec., 54007.53522524077 rows/sec., 3.66 MiB/sec.
1252 2025.03.22 20:03:38.882953 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB.
1253 2025.03.22 20:03:38.883157 [ 197 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1254 2025.03.22 20:03:38.883730 [ 197 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_6_1} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1255 2025.03.22 20:03:38.883803 [ 197 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_6_1} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1256 2025.03.22 20:03:38.883871 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB.
1257 2025.03.22 20:03:40.363730 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2379
1258 2025.03.22 20:03:40.364442 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1259 2025.03.22 20:03:40.364499 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
1260 2025.03.22 20:03:40.365456 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1261 2025.03.22 20:03:40.366133 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1262 2025.03.22 20:03:40.366528 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2379
1263 2025.03.22 20:03:40.520614 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38
1264 2025.03.22 20:03:40.554330 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1265 2025.03.22 20:03:40.554432 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
1266 2025.03.22 20:03:40.565425 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1267 2025.03.22 20:03:40.568111 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1268 2025.03.22 20:03:40.578251 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38
1269 2025.03.22 20:03:41.000155 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 158.74 MiB, peak 167.70 MiB, free memory in arenas 0.00 B, will set to 159.91 MiB (RSS), difference: 1.18 MiB
1270 2025.03.22 20:03:42.861812 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 184
1271 2025.03.22 20:03:42.864865 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1272 2025.03.22 20:03:42.864927 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
1273 2025.03.22 20:03:42.866566 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1274 2025.03.22 20:03:42.867187 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1275 2025.03.22 20:03:42.868083 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 184
1276 2025.03.22 20:03:43.853445 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1277 2025.03.22 20:03:43.853661 [ 3 ] {7a27494a-887c-4bec-9c0a-82c7b22f4a93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1278 2025.03.22 20:03:43.853747 [ 3 ] {7a27494a-887c-4bec-9c0a-82c7b22f4a93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1279 2025.03.22 20:03:43.854566 [ 3 ] {7a27494a-887c-4bec-9c0a-82c7b22f4a93} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1280 2025.03.22 20:03:43.854622 [ 3 ] {7a27494a-887c-4bec-9c0a-82c7b22f4a93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
1281 2025.03.22 20:03:43.855225 [ 3 ] {7a27494a-887c-4bec-9c0a-82c7b22f4a93} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1282 2025.03.22 20:03:43.855763 [ 3 ] {7a27494a-887c-4bec-9c0a-82c7b22f4a93} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1283 2025.03.22 20:03:43.856069 [ 3 ] {7a27494a-887c-4bec-9c0a-82c7b22f4a93} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.002458 sec., 29292.107404393813 rows/sec., 2.37 MiB/sec.
1284 2025.03.22 20:03:43.856241 [ 3 ] {7a27494a-887c-4bec-9c0a-82c7b22f4a93} <Debug> TCPHandler: Processed in 0.002942352 sec.
1285 2025.03.22 20:03:43.856354 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1286 2025.03.22 20:03:43.856465 [ 3 ] {2b92be5d-f98a-40f7-b137-9382a0f91701} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1287 2025.03.22 20:03:43.856515 [ 3 ] {2b92be5d-f98a-40f7-b137-9382a0f91701} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1288 2025.03.22 20:03:43.857050 [ 3 ] {2b92be5d-f98a-40f7-b137-9382a0f91701} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1289 2025.03.22 20:03:43.857091 [ 3 ] {2b92be5d-f98a-40f7-b137-9382a0f91701} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
1290 2025.03.22 20:03:43.857601 [ 3 ] {2b92be5d-f98a-40f7-b137-9382a0f91701} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1291 2025.03.22 20:03:43.858116 [ 3 ] {2b92be5d-f98a-40f7-b137-9382a0f91701} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1292 2025.03.22 20:03:43.858403 [ 3 ] {2b92be5d-f98a-40f7-b137-9382a0f91701} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001946 sec., 4110.996916752312 rows/sec., 309.13 KiB/sec.
1293 2025.03.22 20:03:43.858525 [ 3 ] {2b92be5d-f98a-40f7-b137-9382a0f91701} <Debug> TCPHandler: Processed in 0.002223437 sec.
1294 2025.03.22 20:03:43.858631 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1295 2025.03.22 20:03:43.858734 [ 3 ] {65dad9a6-4985-4887-89ff-881eb90f4257} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1296 2025.03.22 20:03:43.858779 [ 3 ] {65dad9a6-4985-4887-89ff-881eb90f4257} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1297 2025.03.22 20:03:43.859322 [ 3 ] {65dad9a6-4985-4887-89ff-881eb90f4257} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1298 2025.03.22 20:03:43.859362 [ 3 ] {65dad9a6-4985-4887-89ff-881eb90f4257} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
1299 2025.03.22 20:03:43.859886 [ 3 ] {65dad9a6-4985-4887-89ff-881eb90f4257} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1300 2025.03.22 20:03:43.860454 [ 3 ] {65dad9a6-4985-4887-89ff-881eb90f4257} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1301 2025.03.22 20:03:43.860681 [ 3 ] {65dad9a6-4985-4887-89ff-881eb90f4257} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001969 sec., 36566.785170137126 rows/sec., 2.85 MiB/sec.
1302 2025.03.22 20:03:43.860767 [ 3 ] {65dad9a6-4985-4887-89ff-881eb90f4257} <Debug> TCPHandler: Processed in 0.002185526 sec.
1303 2025.03.22 20:03:43.860876 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1304 2025.03.22 20:03:43.860982 [ 3 ] {935c84d2-30f1-4218-9c7b-dd11a126f7dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1305 2025.03.22 20:03:43.861031 [ 3 ] {935c84d2-30f1-4218-9c7b-dd11a126f7dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1306 2025.03.22 20:03:43.861528 [ 3 ] {935c84d2-30f1-4218-9c7b-dd11a126f7dc} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1307 2025.03.22 20:03:43.861565 [ 3 ] {935c84d2-30f1-4218-9c7b-dd11a126f7dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
1308 2025.03.22 20:03:43.862090 [ 3 ] {935c84d2-30f1-4218-9c7b-dd11a126f7dc} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1309 2025.03.22 20:03:43.862590 [ 3 ] {935c84d2-30f1-4218-9c7b-dd11a126f7dc} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1310 2025.03.22 20:03:43.862807 [ 3 ] {935c84d2-30f1-4218-9c7b-dd11a126f7dc} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001848 sec., 86580.08658008657 rows/sec., 6.03 MiB/sec.
1311 2025.03.22 20:03:43.862857 [ 3 ] {935c84d2-30f1-4218-9c7b-dd11a126f7dc} <Debug> TCPHandler: Processed in 0.002030173 sec.
1312 2025.03.22 20:03:43.862987 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1313 2025.03.22 20:03:43.863091 [ 3 ] {995c9b2c-9d19-4dfc-b013-2ee3ccfbad9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1314 2025.03.22 20:03:43.863157 [ 3 ] {995c9b2c-9d19-4dfc-b013-2ee3ccfbad9f} <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
1315 2025.03.22 20:03:43.864154 [ 3 ] {995c9b2c-9d19-4dfc-b013-2ee3ccfbad9f} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1316 2025.03.22 20:03:43.864194 [ 3 ] {995c9b2c-9d19-4dfc-b013-2ee3ccfbad9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
1317 2025.03.22 20:03:43.864933 [ 3 ] {995c9b2c-9d19-4dfc-b013-2ee3ccfbad9f} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1318 2025.03.22 20:03:43.865441 [ 3 ] {995c9b2c-9d19-4dfc-b013-2ee3ccfbad9f} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1319 2025.03.22 20:03:43.865784 [ 3 ] {995c9b2c-9d19-4dfc-b013-2ee3ccfbad9f} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002701 sec., 2961.865975564606 rows/sec., 5.31 MiB/sec.
1320 2025.03.22 20:03:43.865888 [ 3 ] {995c9b2c-9d19-4dfc-b013-2ee3ccfbad9f} <Debug> TCPHandler: Processed in 0.002951302 sec.
1321 2025.03.22 20:03:43.866017 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1322 2025.03.22 20:03:43.866121 [ 3 ] {b30eedbc-86f1-485f-9396-6389ff8c179e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1323 2025.03.22 20:03:43.866167 [ 3 ] {b30eedbc-86f1-485f-9396-6389ff8c179e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1324 2025.03.22 20:03:43.866586 [ 3 ] {b30eedbc-86f1-485f-9396-6389ff8c179e} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1325 2025.03.22 20:03:43.866626 [ 3 ] {b30eedbc-86f1-485f-9396-6389ff8c179e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
1326 2025.03.22 20:03:43.867173 [ 3 ] {b30eedbc-86f1-485f-9396-6389ff8c179e} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1327 2025.03.22 20:03:43.867672 [ 3 ] {b30eedbc-86f1-485f-9396-6389ff8c179e} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1328 2025.03.22 20:03:43.867916 [ 3 ] {b30eedbc-86f1-485f-9396-6389ff8c179e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001813 sec., 33094.31880860453 rows/sec., 2.23 MiB/sec.
1329 2025.03.22 20:03:43.867982 [ 3 ] {b30eedbc-86f1-485f-9396-6389ff8c179e} <Debug> TCPHandler: Processed in 0.002015793 sec.
1330 2025.03.22 20:03:47.791601 [ 88 ] {} <Debug> DNSResolver: Updating DNS cache
1331 2025.03.22 20:03:47.791665 [ 88 ] {} <Debug> DNSResolver: Updated DNS cache
1332 2025.03.22 20:03:47.866630 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2806
1333 2025.03.22 20:03:47.867236 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1334 2025.03.22 20:03:47.867275 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
1335 2025.03.22 20:03:47.868036 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1336 2025.03.22 20:03:47.868513 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1337 2025.03.22 20:03:47.868655 [ 88 ] {} <Debug> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1338 2025.03.22 20:03:47.868710 [ 88 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1339 2025.03.22 20:03:47.868721 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806
1340 2025.03.22 20:03:47.868733 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
1341 2025.03.22 20:03:47.868872 [ 193 ] {6f3f2c82-38dd-415f-af08-560485366d9f::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
1342 2025.03.22 20:03:47.869029 [ 193 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1343 2025.03.22 20:03:47.869071 [ 193 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 549 rows starting from the beginning of the part
1344 2025.03.22 20:03:47.869147 [ 193 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 427 rows starting from the beginning of the part
1345 2025.03.22 20:03:47.869248 [ 193 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 488 rows starting from the beginning of the part
1346 2025.03.22 20:03:47.869364 [ 193 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 427 rows starting from the beginning of the part
1347 2025.03.22 20:03:47.869443 [ 193 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 488 rows starting from the beginning of the part
1348 2025.03.22 20:03:47.869527 [ 193 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 427 rows starting from the beginning of the part
1349 2025.03.22 20:03:47.895174 [ 192 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.02636662 sec., 106422.43867435417 rows/sec., 1.52 MiB/sec.
1350 2025.03.22 20:03:47.896034 [ 192 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1351 2025.03.22 20:03:47.896609 [ 192 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_6_1} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1352 2025.03.22 20:03:47.896690 [ 192 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_6_1} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1353 2025.03.22 20:03:47.896788 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB.
1354 2025.03.22 20:03:48.000155 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 160.01 MiB, peak 167.70 MiB, free memory in arenas 0.00 B, will set to 161.03 MiB (RSS), difference: 1.03 MiB
1355 2025.03.22 20:03:48.078347 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46
1356 2025.03.22 20:03:48.100462 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1357 2025.03.22 20:03:48.100531 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
1358 2025.03.22 20:03:48.107573 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1359 2025.03.22 20:03:48.108714 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1360 2025.03.22 20:03:48.109092 [ 88 ] {} <Debug> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1361 2025.03.22 20:03:48.109218 [ 88 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1362 2025.03.22 20:03:48.109291 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
1363 2025.03.22 20:03:48.109671 [ 192 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::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
1364 2025.03.22 20:03:48.125401 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46
1365 2025.03.22 20:03:48.126982 [ 192 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1366 2025.03.22 20:03:48.128716 [ 192 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::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
1367 2025.03.22 20:03:48.134585 [ 192 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::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
1368 2025.03.22 20:03:48.140269 [ 192 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::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
1369 2025.03.22 20:03:48.145315 [ 192 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::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
1370 2025.03.22 20:03:48.157373 [ 192 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::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
1371 2025.03.22 20:03:48.162109 [ 192 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::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
1372 2025.03.22 20:03:48.226382 [ 193 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.116945264 sec., 393.3464120445271 rows/sec., 2.03 MiB/sec.
1373 2025.03.22 20:03:48.228144 [ 196 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1374 2025.03.22 20:03:48.230859 [ 196 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_6_1} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1375 2025.03.22 20:03:48.230952 [ 196 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_6_1} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1376 2025.03.22 20:03:48.232139 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB.
1377 2025.03.22 20:03:48.853375 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1378 2025.03.22 20:03:48.853666 [ 3 ] {afe6c9fd-65fe-4998-a9dc-45afb4516405} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1379 2025.03.22 20:03:48.854136 [ 3 ] {afe6c9fd-65fe-4998-a9dc-45afb4516405} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1380 2025.03.22 20:03:48.854194 [ 3 ] {afe6c9fd-65fe-4998-a9dc-45afb4516405} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE
1381 2025.03.22 20:03:48.854656 [ 3 ] {afe6c9fd-65fe-4998-a9dc-45afb4516405} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1382 2025.03.22 20:03:48.854748 [ 3 ] {afe6c9fd-65fe-4998-a9dc-45afb4516405} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1383 2025.03.22 20:03:48.854931 [ 3 ] {afe6c9fd-65fe-4998-a9dc-45afb4516405} <Debug> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Key condition: (column 0 notIn 19-element set)
1384 2025.03.22 20:03:48.855227 [ 288 ] {afe6c9fd-65fe-4998-a9dc-45afb4516405} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1385 2025.03.22 20:03:48.855262 [ 289 ] {afe6c9fd-65fe-4998-a9dc-45afb4516405} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1386 2025.03.22 20:03:48.855378 [ 290 ] {afe6c9fd-65fe-4998-a9dc-45afb4516405} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1387 2025.03.22 20:03:48.855545 [ 3 ] {afe6c9fd-65fe-4998-a9dc-45afb4516405} <Debug> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges
1388 2025.03.22 20:03:48.855580 [ 3 ] {afe6c9fd-65fe-4998-a9dc-45afb4516405} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Spreading mark ranges among streams (default reading)
1389 2025.03.22 20:03:48.855678 [ 3 ] {afe6c9fd-65fe-4998-a9dc-45afb4516405} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1390 2025.03.22 20:03:48.855702 [ 3 ] {afe6c9fd-65fe-4998-a9dc-45afb4516405} <Debug> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Reading approx. 18 rows with 2 streams
1391 2025.03.22 20:03:48.855748 [ 3 ] {afe6c9fd-65fe-4998-a9dc-45afb4516405} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))"
1392 2025.03.22 20:03:48.855795 [ 3 ] {afe6c9fd-65fe-4998-a9dc-45afb4516405} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))"
1393 2025.03.22 20:03:48.857047 [ 3 ] {afe6c9fd-65fe-4998-a9dc-45afb4516405} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.003512 sec., 5125.284738041002 rows/sec., 209.66 KiB/sec.
1394 2025.03.22 20:03:48.857217 [ 3 ] {afe6c9fd-65fe-4998-a9dc-45afb4516405} <Debug> TCPHandler: Processed in 0.003980445 sec.
1395 2025.03.22 20:03:48.857435 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1396 2025.03.22 20:03:48.857597 [ 3 ] {59845a3a-7348-4698-8a66-4effed98a56c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1397 2025.03.22 20:03:48.857883 [ 3 ] {59845a3a-7348-4698-8a66-4effed98a56c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1398 2025.03.22 20:03:48.857926 [ 3 ] {59845a3a-7348-4698-8a66-4effed98a56c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE
1399 2025.03.22 20:03:48.858194 [ 3 ] {59845a3a-7348-4698-8a66-4effed98a56c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1400 2025.03.22 20:03:48.858263 [ 3 ] {59845a3a-7348-4698-8a66-4effed98a56c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1401 2025.03.22 20:03:48.858408 [ 3 ] {59845a3a-7348-4698-8a66-4effed98a56c} <Debug> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Key condition: (column 0 notIn 20-element set)
1402 2025.03.22 20:03:48.858541 [ 289 ] {59845a3a-7348-4698-8a66-4effed98a56c} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1403 2025.03.22 20:03:48.858566 [ 290 ] {59845a3a-7348-4698-8a66-4effed98a56c} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1404 2025.03.22 20:03:48.858571 [ 288 ] {59845a3a-7348-4698-8a66-4effed98a56c} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1405 2025.03.22 20:03:48.858694 [ 3 ] {59845a3a-7348-4698-8a66-4effed98a56c} <Debug> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges
1406 2025.03.22 20:03:48.858718 [ 3 ] {59845a3a-7348-4698-8a66-4effed98a56c} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Spreading mark ranges among streams (default reading)
1407 2025.03.22 20:03:48.858800 [ 3 ] {59845a3a-7348-4698-8a66-4effed98a56c} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1408 2025.03.22 20:03:48.858822 [ 3 ] {59845a3a-7348-4698-8a66-4effed98a56c} <Debug> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Reading approx. 18 rows with 2 streams
1409 2025.03.22 20:03:48.858862 [ 3 ] {59845a3a-7348-4698-8a66-4effed98a56c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))"
1410 2025.03.22 20:03:48.858903 [ 3 ] {59845a3a-7348-4698-8a66-4effed98a56c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))"
1411 2025.03.22 20:03:48.859900 [ 3 ] {59845a3a-7348-4698-8a66-4effed98a56c} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002377 sec., 7572.5704669751785 rows/sec., 309.77 KiB/sec.
1412 2025.03.22 20:03:48.860036 [ 3 ] {59845a3a-7348-4698-8a66-4effed98a56c} <Debug> TCPHandler: Processed in 0.002652587 sec.
1413 2025.03.22 20:03:48.860236 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1414 2025.03.22 20:03:48.860389 [ 3 ] {4bdacaa8-6067-40a5-8799-356d2babf8a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1415 2025.03.22 20:03:48.860657 [ 3 ] {4bdacaa8-6067-40a5-8799-356d2babf8a8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1416 2025.03.22 20:03:48.860700 [ 3 ] {4bdacaa8-6067-40a5-8799-356d2babf8a8} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE
1417 2025.03.22 20:03:48.860965 [ 3 ] {4bdacaa8-6067-40a5-8799-356d2babf8a8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1418 2025.03.22 20:03:48.861032 [ 3 ] {4bdacaa8-6067-40a5-8799-356d2babf8a8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1419 2025.03.22 20:03:48.861173 [ 3 ] {4bdacaa8-6067-40a5-8799-356d2babf8a8} <Debug> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Key condition: (column 0 notIn 21-element set)
1420 2025.03.22 20:03:48.861241 [ 288 ] {4bdacaa8-6067-40a5-8799-356d2babf8a8} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1421 2025.03.22 20:03:48.861309 [ 289 ] {4bdacaa8-6067-40a5-8799-356d2babf8a8} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1422 2025.03.22 20:03:48.861318 [ 290 ] {4bdacaa8-6067-40a5-8799-356d2babf8a8} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1423 2025.03.22 20:03:48.861426 [ 3 ] {4bdacaa8-6067-40a5-8799-356d2babf8a8} <Debug> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges
1424 2025.03.22 20:03:48.861455 [ 3 ] {4bdacaa8-6067-40a5-8799-356d2babf8a8} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Spreading mark ranges among streams (default reading)
1425 2025.03.22 20:03:48.861538 [ 3 ] {4bdacaa8-6067-40a5-8799-356d2babf8a8} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1426 2025.03.22 20:03:48.861561 [ 3 ] {4bdacaa8-6067-40a5-8799-356d2babf8a8} <Debug> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Reading approx. 18 rows with 2 streams
1427 2025.03.22 20:03:48.861601 [ 3 ] {4bdacaa8-6067-40a5-8799-356d2babf8a8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))"
1428 2025.03.22 20:03:48.861641 [ 3 ] {4bdacaa8-6067-40a5-8799-356d2babf8a8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))"
1429 2025.03.22 20:03:48.862760 [ 3 ] {4bdacaa8-6067-40a5-8799-356d2babf8a8} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002438 sec., 7383.100902378999 rows/sec., 302.02 KiB/sec.
1430 2025.03.22 20:03:48.863000 [ 3 ] {4bdacaa8-6067-40a5-8799-356d2babf8a8} <Debug> TCPHandler: Processed in 0.00281368 sec.
1431 2025.03.22 20:03:48.865360 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1432 2025.03.22 20:03:48.865500 [ 3 ] {9509534a-afb2-464e-921d-bb343a8c9e2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
1433 2025.03.22 20:03:48.865558 [ 3 ] {9509534a-afb2-464e-921d-bb343a8c9e2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1434 2025.03.22 20:03:48.866350 [ 3 ] {9509534a-afb2-464e-921d-bb343a8c9e2c} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1435 2025.03.22 20:03:48.866404 [ 3 ] {9509534a-afb2-464e-921d-bb343a8c9e2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
1436 2025.03.22 20:03:48.867135 [ 3 ] {9509534a-afb2-464e-921d-bb343a8c9e2c} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1437 2025.03.22 20:03:48.867576 [ 3 ] {9509534a-afb2-464e-921d-bb343a8c9e2c} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1438 2025.03.22 20:03:48.867810 [ 3 ] {9509534a-afb2-464e-921d-bb343a8c9e2c} <Debug> executeQuery: Read 3 rows, 280.00 B in 0.002351 sec., 1276.0527435133986 rows/sec., 116.31 KiB/sec.
1439 2025.03.22 20:03:48.867864 [ 3 ] {9509534a-afb2-464e-921d-bb343a8c9e2c} <Debug> TCPHandler: Processed in 0.002565564 sec.
1440 2025.03.22 20:03:48.867996 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1441 2025.03.22 20:03:48.868100 [ 3 ] {3206c5b8-d1af-4c03-9ec8-60434aa954e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1442 2025.03.22 20:03:48.868146 [ 3 ] {3206c5b8-d1af-4c03-9ec8-60434aa954e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1443 2025.03.22 20:03:48.868706 [ 3 ] {3206c5b8-d1af-4c03-9ec8-60434aa954e2} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1444 2025.03.22 20:03:48.868746 [ 3 ] {3206c5b8-d1af-4c03-9ec8-60434aa954e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
1445 2025.03.22 20:03:48.869240 [ 3 ] {3206c5b8-d1af-4c03-9ec8-60434aa954e2} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1446 2025.03.22 20:03:48.869742 [ 3 ] {3206c5b8-d1af-4c03-9ec8-60434aa954e2} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1447 2025.03.22 20:03:48.869961 [ 3 ] {3206c5b8-d1af-4c03-9ec8-60434aa954e2} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.001881 sec., 57416.26794258373 rows/sec., 4.80 MiB/sec.
1448 2025.03.22 20:03:48.870013 [ 3 ] {3206c5b8-d1af-4c03-9ec8-60434aa954e2} <Debug> TCPHandler: Processed in 0.002065754 sec.
1449 2025.03.22 20:03:48.870141 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1450 2025.03.22 20:03:48.870274 [ 3 ] {3fadb443-cab3-4a91-afb1-6c429169cb0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1451 2025.03.22 20:03:48.870329 [ 3 ] {3fadb443-cab3-4a91-afb1-6c429169cb0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1452 2025.03.22 20:03:48.870902 [ 3 ] {3fadb443-cab3-4a91-afb1-6c429169cb0b} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1453 2025.03.22 20:03:48.870945 [ 3 ] {3fadb443-cab3-4a91-afb1-6c429169cb0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
1454 2025.03.22 20:03:48.871487 [ 3 ] {3fadb443-cab3-4a91-afb1-6c429169cb0b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1455 2025.03.22 20:03:48.871998 [ 3 ] {3fadb443-cab3-4a91-afb1-6c429169cb0b} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1456 2025.03.22 20:03:48.872222 [ 3 ] {3fadb443-cab3-4a91-afb1-6c429169cb0b} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001979 sec., 13137.948458817586 rows/sec., 987.91 KiB/sec.
1457 2025.03.22 20:03:48.872275 [ 3 ] {3fadb443-cab3-4a91-afb1-6c429169cb0b} <Debug> TCPHandler: Processed in 0.002199277 sec.
1458 2025.03.22 20:03:48.872402 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1459 2025.03.22 20:03:48.872508 [ 3 ] {b8d33aa0-5ac8-4727-896c-09f6911e48fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1460 2025.03.22 20:03:48.872555 [ 3 ] {b8d33aa0-5ac8-4727-896c-09f6911e48fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1461 2025.03.22 20:03:48.873108 [ 3 ] {b8d33aa0-5ac8-4727-896c-09f6911e48fc} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1462 2025.03.22 20:03:48.873149 [ 3 ] {b8d33aa0-5ac8-4727-896c-09f6911e48fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
1463 2025.03.22 20:03:48.873645 [ 3 ] {b8d33aa0-5ac8-4727-896c-09f6911e48fc} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1464 2025.03.22 20:03:48.874158 [ 3 ] {b8d33aa0-5ac8-4727-896c-09f6911e48fc} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1465 2025.03.22 20:03:48.874422 [ 3 ] {b8d33aa0-5ac8-4727-896c-09f6911e48fc} <Debug> executeQuery: Read 100 rows, 8.01 KiB in 0.001935 sec., 51679.58656330749 rows/sec., 4.04 MiB/sec.
1466 2025.03.22 20:03:48.874562 [ 3 ] {b8d33aa0-5ac8-4727-896c-09f6911e48fc} <Debug> TCPHandler: Processed in 0.002208156 sec.
1467 2025.03.22 20:03:48.874686 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1468 2025.03.22 20:03:48.874793 [ 3 ] {53da9f13-0a6e-4285-9a63-21305a3e4fd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1469 2025.03.22 20:03:48.874842 [ 3 ] {53da9f13-0a6e-4285-9a63-21305a3e4fd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1470 2025.03.22 20:03:48.875400 [ 3 ] {53da9f13-0a6e-4285-9a63-21305a3e4fd4} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1471 2025.03.22 20:03:48.875440 [ 3 ] {53da9f13-0a6e-4285-9a63-21305a3e4fd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
1472 2025.03.22 20:03:48.875957 [ 3 ] {53da9f13-0a6e-4285-9a63-21305a3e4fd4} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1473 2025.03.22 20:03:48.876469 [ 3 ] {53da9f13-0a6e-4285-9a63-21305a3e4fd4} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1474 2025.03.22 20:03:48.876684 [ 3 ] {53da9f13-0a6e-4285-9a63-21305a3e4fd4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001913 sec., 83638.2645060115 rows/sec., 5.83 MiB/sec.
1475 2025.03.22 20:03:48.876737 [ 3 ] {53da9f13-0a6e-4285-9a63-21305a3e4fd4} <Debug> TCPHandler: Processed in 0.002102415 sec.
1476 2025.03.22 20:03:48.876863 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1477 2025.03.22 20:03:48.876968 [ 3 ] {36e77e1d-d41b-45d4-8cfb-57a75cf59c52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1478 2025.03.22 20:03:48.877038 [ 3 ] {36e77e1d-d41b-45d4-8cfb-57a75cf59c52} <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
1479 2025.03.22 20:03:48.878108 [ 3 ] {36e77e1d-d41b-45d4-8cfb-57a75cf59c52} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1480 2025.03.22 20:03:48.878149 [ 3 ] {36e77e1d-d41b-45d4-8cfb-57a75cf59c52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
1481 2025.03.22 20:03:48.878966 [ 3 ] {36e77e1d-d41b-45d4-8cfb-57a75cf59c52} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1482 2025.03.22 20:03:48.879530 [ 3 ] {36e77e1d-d41b-45d4-8cfb-57a75cf59c52} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1483 2025.03.22 20:03:48.879893 [ 3 ] {36e77e1d-d41b-45d4-8cfb-57a75cf59c52} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002929 sec., 8876.74974393991 rows/sec., 15.91 MiB/sec.
1484 2025.03.22 20:03:48.880001 [ 3 ] {36e77e1d-d41b-45d4-8cfb-57a75cf59c52} <Debug> TCPHandler: Processed in 0.003188188 sec.
1485 2025.03.22 20:03:48.880142 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1486 2025.03.22 20:03:48.880248 [ 3 ] {aec78329-f1fb-4d80-95f0-70a76d2499b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete)
1487 2025.03.22 20:03:48.880296 [ 3 ] {aec78329-f1fb-4d80-95f0-70a76d2499b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
1488 2025.03.22 20:03:48.880716 [ 3 ] {aec78329-f1fb-4d80-95f0-70a76d2499b5} <Trace> oximeter.measurements_i64 (61fb433b-d8a8-4608-9ef5-bef693362230): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1489 2025.03.22 20:03:48.880756 [ 3 ] {aec78329-f1fb-4d80-95f0-70a76d2499b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
1490 2025.03.22 20:03:48.881297 [ 3 ] {aec78329-f1fb-4d80-95f0-70a76d2499b5} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1491 2025.03.22 20:03:48.881795 [ 3 ] {aec78329-f1fb-4d80-95f0-70a76d2499b5} <Trace> oximeter.measurements_i64 (61fb433b-d8a8-4608-9ef5-bef693362230): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1492 2025.03.22 20:03:48.881980 [ 3 ] {aec78329-f1fb-4d80-95f0-70a76d2499b5} <Debug> executeQuery: Read 18 rows, 1.36 KiB in 0.001749 sec., 10291.595197255576 rows/sec., 775.55 KiB/sec.
1493 2025.03.22 20:03:48.882109 [ 3 ] {aec78329-f1fb-4d80-95f0-70a76d2499b5} <Debug> TCPHandler: Processed in 0.002017413 sec.
1494 2025.03.22 20:03:48.882255 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1495 2025.03.22 20:03:48.882361 [ 3 ] {c9ab692c-eec9-4f88-93d1-99f877a56095} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1496 2025.03.22 20:03:48.882407 [ 3 ] {c9ab692c-eec9-4f88-93d1-99f877a56095} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1497 2025.03.22 20:03:48.882844 [ 3 ] {c9ab692c-eec9-4f88-93d1-99f877a56095} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1498 2025.03.22 20:03:48.882883 [ 3 ] {c9ab692c-eec9-4f88-93d1-99f877a56095} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
1499 2025.03.22 20:03:48.883360 [ 3 ] {c9ab692c-eec9-4f88-93d1-99f877a56095} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1500 2025.03.22 20:03:48.883858 [ 3 ] {c9ab692c-eec9-4f88-93d1-99f877a56095} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1501 2025.03.22 20:03:48.884039 [ 3 ] {c9ab692c-eec9-4f88-93d1-99f877a56095} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.0017 sec., 35294.117647058825 rows/sec., 2.38 MiB/sec.
1502 2025.03.22 20:03:48.884087 [ 3 ] {c9ab692c-eec9-4f88-93d1-99f877a56095} <Debug> TCPHandler: Processed in 0.00188139 sec.
1503 2025.03.22 20:03:49.000168 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 162.88 MiB, peak 171.65 MiB, free memory in arenas 0.00 B, will set to 164.04 MiB (RSS), difference: 1.16 MiB
1504 2025.03.22 20:03:52.869215 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 218
1505 2025.03.22 20:03:52.872257 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1506 2025.03.22 20:03:52.872301 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
1507 2025.03.22 20:03:52.873962 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1508 2025.03.22 20:03:52.874533 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1509 2025.03.22 20:03:52.875097 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 218
1510 2025.03.22 20:03:52.935316 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1511 2025.03.22 20:03:52.935555 [ 3 ] {eb1c1ea9-ac80-4766-a3ff-59842faddb30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1512 2025.03.22 20:03:52.935901 [ 3 ] {eb1c1ea9-ac80-4766-a3ff-59842faddb30} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1513 2025.03.22 20:03:52.935953 [ 3 ] {eb1c1ea9-ac80-4766-a3ff-59842faddb30} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE
1514 2025.03.22 20:03:52.936251 [ 3 ] {eb1c1ea9-ac80-4766-a3ff-59842faddb30} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1515 2025.03.22 20:03:52.936331 [ 3 ] {eb1c1ea9-ac80-4766-a3ff-59842faddb30} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1516 2025.03.22 20:03:52.936497 [ 3 ] {eb1c1ea9-ac80-4766-a3ff-59842faddb30} <Debug> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Key condition: (column 0 notIn 22-element set)
1517 2025.03.22 20:03:52.936652 [ 290 ] {eb1c1ea9-ac80-4766-a3ff-59842faddb30} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1518 2025.03.22 20:03:52.936818 [ 292 ] {eb1c1ea9-ac80-4766-a3ff-59842faddb30} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
1519 2025.03.22 20:03:52.936860 [ 288 ] {eb1c1ea9-ac80-4766-a3ff-59842faddb30} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1520 2025.03.22 20:03:52.936818 [ 289 ] {eb1c1ea9-ac80-4766-a3ff-59842faddb30} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1521 2025.03.22 20:03:52.937057 [ 3 ] {eb1c1ea9-ac80-4766-a3ff-59842faddb30} <Debug> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges
1522 2025.03.22 20:03:52.937092 [ 3 ] {eb1c1ea9-ac80-4766-a3ff-59842faddb30} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Spreading mark ranges among streams (default reading)
1523 2025.03.22 20:03:52.937211 [ 3 ] {eb1c1ea9-ac80-4766-a3ff-59842faddb30} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1524 2025.03.22 20:03:52.937236 [ 3 ] {eb1c1ea9-ac80-4766-a3ff-59842faddb30} <Debug> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Reading approx. 21 rows with 3 streams
1525 2025.03.22 20:03:52.937279 [ 3 ] {eb1c1ea9-ac80-4766-a3ff-59842faddb30} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))"
1526 2025.03.22 20:03:52.937321 [ 3 ] {eb1c1ea9-ac80-4766-a3ff-59842faddb30} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))"
1527 2025.03.22 20:03:52.937358 [ 3 ] {eb1c1ea9-ac80-4766-a3ff-59842faddb30} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))"
1528 2025.03.22 20:03:52.938917 [ 3 ] {eb1c1ea9-ac80-4766-a3ff-59842faddb30} <Debug> executeQuery: Read 21 rows, 896.00 B in 0.003468 sec., 6055.363321799307 rows/sec., 252.31 KiB/sec.
1529 2025.03.22 20:03:52.939108 [ 3 ] {eb1c1ea9-ac80-4766-a3ff-59842faddb30} <Debug> TCPHandler: Processed in 0.003870523 sec.
1530 2025.03.22 20:03:52.941523 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1531 2025.03.22 20:03:52.941799 [ 3 ] {362090b2-cba0-403c-a03e-5232712af291} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1532 2025.03.22 20:03:52.942157 [ 3 ] {362090b2-cba0-403c-a03e-5232712af291} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1533 2025.03.22 20:03:52.942212 [ 3 ] {362090b2-cba0-403c-a03e-5232712af291} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes')" moved to PREWHERE
1534 2025.03.22 20:03:52.942559 [ 3 ] {362090b2-cba0-403c-a03e-5232712af291} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1535 2025.03.22 20:03:52.942643 [ 3 ] {362090b2-cba0-403c-a03e-5232712af291} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1536 2025.03.22 20:03:52.942790 [ 3 ] {362090b2-cba0-403c-a03e-5232712af291} <Debug> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Key condition: (column 0 notIn 23-element set)
1537 2025.03.22 20:03:52.942972 [ 289 ] {362090b2-cba0-403c-a03e-5232712af291} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1538 2025.03.22 20:03:52.942991 [ 292 ] {362090b2-cba0-403c-a03e-5232712af291} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1539 2025.03.22 20:03:52.943007 [ 290 ] {362090b2-cba0-403c-a03e-5232712af291} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1540 2025.03.22 20:03:52.943041 [ 288 ] {362090b2-cba0-403c-a03e-5232712af291} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
1541 2025.03.22 20:03:52.943170 [ 3 ] {362090b2-cba0-403c-a03e-5232712af291} <Debug> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges
1542 2025.03.22 20:03:52.943196 [ 3 ] {362090b2-cba0-403c-a03e-5232712af291} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Spreading mark ranges among streams (default reading)
1543 2025.03.22 20:03:52.943304 [ 3 ] {362090b2-cba0-403c-a03e-5232712af291} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1544 2025.03.22 20:03:52.943327 [ 3 ] {362090b2-cba0-403c-a03e-5232712af291} <Debug> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Reading approx. 21 rows with 3 streams
1545 2025.03.22 20:03:52.943369 [ 3 ] {362090b2-cba0-403c-a03e-5232712af291} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes'))"
1546 2025.03.22 20:03:52.943411 [ 3 ] {362090b2-cba0-403c-a03e-5232712af291} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes'))"
1547 2025.03.22 20:03:52.943452 [ 3 ] {362090b2-cba0-403c-a03e-5232712af291} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes'))"
1548 2025.03.22 20:03:52.944853 [ 3 ] {362090b2-cba0-403c-a03e-5232712af291} <Debug> executeQuery: Read 21 rows, 896.00 B in 0.003163 sec., 6639.266519127411 rows/sec., 276.64 KiB/sec.
1549 2025.03.22 20:03:52.945035 [ 3 ] {362090b2-cba0-403c-a03e-5232712af291} <Debug> TCPHandler: Processed in 0.003616966 sec.
1550 2025.03.22 20:03:52.945274 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1551 2025.03.22 20:03:52.945434 [ 3 ] {990480c9-7839-4fd6-89ea-90711ee2fa39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1552 2025.03.22 20:03:52.945714 [ 3 ] {990480c9-7839-4fd6-89ea-90711ee2fa39} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1553 2025.03.22 20:03:52.945757 [ 3 ] {990480c9-7839-4fd6-89ea-90711ee2fa39} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes')" moved to PREWHERE
1554 2025.03.22 20:03:52.946044 [ 3 ] {990480c9-7839-4fd6-89ea-90711ee2fa39} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1555 2025.03.22 20:03:52.946112 [ 3 ] {990480c9-7839-4fd6-89ea-90711ee2fa39} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1556 2025.03.22 20:03:52.946258 [ 3 ] {990480c9-7839-4fd6-89ea-90711ee2fa39} <Debug> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Key condition: (column 0 notIn 24-element set)
1557 2025.03.22 20:03:52.946425 [ 292 ] {990480c9-7839-4fd6-89ea-90711ee2fa39} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1558 2025.03.22 20:03:52.946429 [ 289 ] {990480c9-7839-4fd6-89ea-90711ee2fa39} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
1559 2025.03.22 20:03:52.946452 [ 290 ] {990480c9-7839-4fd6-89ea-90711ee2fa39} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1560 2025.03.22 20:03:52.946521 [ 288 ] {990480c9-7839-4fd6-89ea-90711ee2fa39} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1561 2025.03.22 20:03:52.946621 [ 3 ] {990480c9-7839-4fd6-89ea-90711ee2fa39} <Debug> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges
1562 2025.03.22 20:03:52.946647 [ 3 ] {990480c9-7839-4fd6-89ea-90711ee2fa39} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Spreading mark ranges among streams (default reading)
1563 2025.03.22 20:03:52.946752 [ 3 ] {990480c9-7839-4fd6-89ea-90711ee2fa39} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1564 2025.03.22 20:03:52.946773 [ 3 ] {990480c9-7839-4fd6-89ea-90711ee2fa39} <Debug> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Reading approx. 21 rows with 3 streams
1565 2025.03.22 20:03:52.946812 [ 3 ] {990480c9-7839-4fd6-89ea-90711ee2fa39} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes'))"
1566 2025.03.22 20:03:52.946852 [ 3 ] {990480c9-7839-4fd6-89ea-90711ee2fa39} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes'))"
1567 2025.03.22 20:03:52.946892 [ 3 ] {990480c9-7839-4fd6-89ea-90711ee2fa39} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes'))"
1568 2025.03.22 20:03:52.948248 [ 3 ] {990480c9-7839-4fd6-89ea-90711ee2fa39} <Debug> executeQuery: Read 21 rows, 896.00 B in 0.002886 sec., 7276.507276507276 rows/sec., 303.19 KiB/sec.
1569 2025.03.22 20:03:52.948422 [ 3 ] {990480c9-7839-4fd6-89ea-90711ee2fa39} <Debug> TCPHandler: Processed in 0.003199937 sec.
1570 2025.03.22 20:03:52.948665 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1571 2025.03.22 20:03:52.948826 [ 3 ] {28424639-feae-4454-aea4-b61098e2601c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1572 2025.03.22 20:03:52.949108 [ 3 ] {28424639-feae-4454-aea4-b61098e2601c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1573 2025.03.22 20:03:52.949151 [ 3 ] {28424639-feae-4454-aea4-b61098e2601c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes')" moved to PREWHERE
1574 2025.03.22 20:03:52.949436 [ 3 ] {28424639-feae-4454-aea4-b61098e2601c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1575 2025.03.22 20:03:52.949503 [ 3 ] {28424639-feae-4454-aea4-b61098e2601c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1576 2025.03.22 20:03:52.949648 [ 3 ] {28424639-feae-4454-aea4-b61098e2601c} <Debug> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Key condition: (column 0 notIn 25-element set)
1577 2025.03.22 20:03:52.949851 [ 292 ] {28424639-feae-4454-aea4-b61098e2601c} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
1578 2025.03.22 20:03:52.949845 [ 290 ] {28424639-feae-4454-aea4-b61098e2601c} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1579 2025.03.22 20:03:52.949895 [ 288 ] {28424639-feae-4454-aea4-b61098e2601c} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1580 2025.03.22 20:03:52.949871 [ 289 ] {28424639-feae-4454-aea4-b61098e2601c} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1581 2025.03.22 20:03:52.950043 [ 3 ] {28424639-feae-4454-aea4-b61098e2601c} <Debug> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges
1582 2025.03.22 20:03:52.950074 [ 3 ] {28424639-feae-4454-aea4-b61098e2601c} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Spreading mark ranges among streams (default reading)
1583 2025.03.22 20:03:52.950181 [ 3 ] {28424639-feae-4454-aea4-b61098e2601c} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1584 2025.03.22 20:03:52.950204 [ 3 ] {28424639-feae-4454-aea4-b61098e2601c} <Debug> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Reading approx. 21 rows with 3 streams
1585 2025.03.22 20:03:52.950244 [ 3 ] {28424639-feae-4454-aea4-b61098e2601c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes'))"
1586 2025.03.22 20:03:52.950286 [ 3 ] {28424639-feae-4454-aea4-b61098e2601c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes'))"
1587 2025.03.22 20:03:52.950324 [ 3 ] {28424639-feae-4454-aea4-b61098e2601c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes'))"
1588 2025.03.22 20:03:52.951702 [ 3 ] {28424639-feae-4454-aea4-b61098e2601c} <Debug> executeQuery: Read 21 rows, 896.00 B in 0.002949 sec., 7121.057985757884 rows/sec., 296.71 KiB/sec.
1589 2025.03.22 20:03:52.951874 [ 3 ] {28424639-feae-4454-aea4-b61098e2601c} <Debug> TCPHandler: Processed in 0.00326184 sec.
1590 2025.03.22 20:03:52.952106 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1591 2025.03.22 20:03:52.952263 [ 3 ] {d850208a-03f2-4bbb-85d1-c52a636a980d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1592 2025.03.22 20:03:52.952550 [ 3 ] {d850208a-03f2-4bbb-85d1-c52a636a980d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1593 2025.03.22 20:03:52.952595 [ 3 ] {d850208a-03f2-4bbb-85d1-c52a636a980d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes')" moved to PREWHERE
1594 2025.03.22 20:03:52.952882 [ 3 ] {d850208a-03f2-4bbb-85d1-c52a636a980d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1595 2025.03.22 20:03:52.952947 [ 3 ] {d850208a-03f2-4bbb-85d1-c52a636a980d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1596 2025.03.22 20:03:52.953092 [ 3 ] {d850208a-03f2-4bbb-85d1-c52a636a980d} <Debug> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Key condition: (column 0 notIn 26-element set)
1597 2025.03.22 20:03:52.953230 [ 289 ] {d850208a-03f2-4bbb-85d1-c52a636a980d} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1598 2025.03.22 20:03:52.953264 [ 292 ] {d850208a-03f2-4bbb-85d1-c52a636a980d} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
1599 2025.03.22 20:03:52.953300 [ 290 ] {d850208a-03f2-4bbb-85d1-c52a636a980d} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1600 2025.03.22 20:03:52.953343 [ 288 ] {d850208a-03f2-4bbb-85d1-c52a636a980d} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1601 2025.03.22 20:03:52.953439 [ 3 ] {d850208a-03f2-4bbb-85d1-c52a636a980d} <Debug> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges
1602 2025.03.22 20:03:52.953464 [ 3 ] {d850208a-03f2-4bbb-85d1-c52a636a980d} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Spreading mark ranges among streams (default reading)
1603 2025.03.22 20:03:52.953568 [ 3 ] {d850208a-03f2-4bbb-85d1-c52a636a980d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1604 2025.03.22 20:03:52.953590 [ 3 ] {d850208a-03f2-4bbb-85d1-c52a636a980d} <Debug> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Reading approx. 21 rows with 3 streams
1605 2025.03.22 20:03:52.953630 [ 3 ] {d850208a-03f2-4bbb-85d1-c52a636a980d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes'))"
1606 2025.03.22 20:03:52.953671 [ 3 ] {d850208a-03f2-4bbb-85d1-c52a636a980d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes'))"
1607 2025.03.22 20:03:52.953710 [ 3 ] {d850208a-03f2-4bbb-85d1-c52a636a980d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes'))"
1608 2025.03.22 20:03:52.955066 [ 3 ] {d850208a-03f2-4bbb-85d1-c52a636a980d} <Debug> executeQuery: Read 21 rows, 896.00 B in 0.002874 sec., 7306.889352818372 rows/sec., 304.45 KiB/sec.
1609 2025.03.22 20:03:52.955242 [ 3 ] {d850208a-03f2-4bbb-85d1-c52a636a980d} <Debug> TCPHandler: Processed in 0.003187767 sec.
1610 2025.03.22 20:03:52.955474 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1611 2025.03.22 20:03:52.955634 [ 3 ] {c8def469-3953-425d-a3af-6a479a4cf3a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1612 2025.03.22 20:03:52.955921 [ 3 ] {c8def469-3953-425d-a3af-6a479a4cf3a3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1613 2025.03.22 20:03:52.955966 [ 3 ] {c8def469-3953-425d-a3af-6a479a4cf3a3} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes')" moved to PREWHERE
1614 2025.03.22 20:03:52.956256 [ 3 ] {c8def469-3953-425d-a3af-6a479a4cf3a3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1615 2025.03.22 20:03:52.956322 [ 3 ] {c8def469-3953-425d-a3af-6a479a4cf3a3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1616 2025.03.22 20:03:52.956467 [ 3 ] {c8def469-3953-425d-a3af-6a479a4cf3a3} <Debug> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Key condition: (column 0 notIn 27-element set)
1617 2025.03.22 20:03:52.956652 [ 289 ] {c8def469-3953-425d-a3af-6a479a4cf3a3} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1618 2025.03.22 20:03:52.956657 [ 292 ] {c8def469-3953-425d-a3af-6a479a4cf3a3} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
1619 2025.03.22 20:03:52.956684 [ 290 ] {c8def469-3953-425d-a3af-6a479a4cf3a3} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1620 2025.03.22 20:03:52.956657 [ 288 ] {c8def469-3953-425d-a3af-6a479a4cf3a3} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1621 2025.03.22 20:03:52.956837 [ 3 ] {c8def469-3953-425d-a3af-6a479a4cf3a3} <Debug> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges
1622 2025.03.22 20:03:52.956862 [ 3 ] {c8def469-3953-425d-a3af-6a479a4cf3a3} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Spreading mark ranges among streams (default reading)
1623 2025.03.22 20:03:52.956969 [ 3 ] {c8def469-3953-425d-a3af-6a479a4cf3a3} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1624 2025.03.22 20:03:52.956992 [ 3 ] {c8def469-3953-425d-a3af-6a479a4cf3a3} <Debug> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Reading approx. 21 rows with 3 streams
1625 2025.03.22 20:03:52.957034 [ 3 ] {c8def469-3953-425d-a3af-6a479a4cf3a3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes'))"
1626 2025.03.22 20:03:52.957075 [ 3 ] {c8def469-3953-425d-a3af-6a479a4cf3a3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes'))"
1627 2025.03.22 20:03:52.957114 [ 3 ] {c8def469-3953-425d-a3af-6a479a4cf3a3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes'))"
1628 2025.03.22 20:03:52.958535 [ 3 ] {c8def469-3953-425d-a3af-6a479a4cf3a3} <Debug> executeQuery: Read 21 rows, 896.00 B in 0.002973 sec., 7063.572149344097 rows/sec., 294.32 KiB/sec.
1629 2025.03.22 20:03:52.958711 [ 3 ] {c8def469-3953-425d-a3af-6a479a4cf3a3} <Debug> TCPHandler: Processed in 0.00329019 sec.
1630 2025.03.22 20:03:52.967732 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1631 2025.03.22 20:03:52.967928 [ 3 ] {92744d57-fb1f-4e6b-9eb1-fa3381ad44da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1632 2025.03.22 20:03:52.968289 [ 3 ] {92744d57-fb1f-4e6b-9eb1-fa3381ad44da} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1633 2025.03.22 20:03:52.968347 [ 3 ] {92744d57-fb1f-4e6b-9eb1-fa3381ad44da} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE
1634 2025.03.22 20:03:52.968714 [ 3 ] {92744d57-fb1f-4e6b-9eb1-fa3381ad44da} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1635 2025.03.22 20:03:52.968781 [ 3 ] {92744d57-fb1f-4e6b-9eb1-fa3381ad44da} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1636 2025.03.22 20:03:52.968926 [ 3 ] {92744d57-fb1f-4e6b-9eb1-fa3381ad44da} <Debug> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Key condition: (column 0 notIn 28-element set)
1637 2025.03.22 20:03:52.969109 [ 292 ] {92744d57-fb1f-4e6b-9eb1-fa3381ad44da} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1638 2025.03.22 20:03:52.969126 [ 290 ] {92744d57-fb1f-4e6b-9eb1-fa3381ad44da} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1639 2025.03.22 20:03:52.969133 [ 289 ] {92744d57-fb1f-4e6b-9eb1-fa3381ad44da} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1640 2025.03.22 20:03:52.969158 [ 288 ] {92744d57-fb1f-4e6b-9eb1-fa3381ad44da} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
1641 2025.03.22 20:03:52.969294 [ 3 ] {92744d57-fb1f-4e6b-9eb1-fa3381ad44da} <Debug> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges
1642 2025.03.22 20:03:52.969320 [ 3 ] {92744d57-fb1f-4e6b-9eb1-fa3381ad44da} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Spreading mark ranges among streams (default reading)
1643 2025.03.22 20:03:52.969425 [ 3 ] {92744d57-fb1f-4e6b-9eb1-fa3381ad44da} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1644 2025.03.22 20:03:52.969446 [ 3 ] {92744d57-fb1f-4e6b-9eb1-fa3381ad44da} <Debug> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Reading approx. 21 rows with 3 streams
1645 2025.03.22 20:03:52.969487 [ 3 ] {92744d57-fb1f-4e6b-9eb1-fa3381ad44da} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))"
1646 2025.03.22 20:03:52.969530 [ 3 ] {92744d57-fb1f-4e6b-9eb1-fa3381ad44da} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))"
1647 2025.03.22 20:03:52.969570 [ 3 ] {92744d57-fb1f-4e6b-9eb1-fa3381ad44da} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))"
1648 2025.03.22 20:03:52.970960 [ 3 ] {92744d57-fb1f-4e6b-9eb1-fa3381ad44da} <Debug> executeQuery: Read 21 rows, 896.00 B in 0.003124 sec., 6722.1510883482715 rows/sec., 280.09 KiB/sec.
1649 2025.03.22 20:03:52.971133 [ 3 ] {92744d57-fb1f-4e6b-9eb1-fa3381ad44da} <Debug> TCPHandler: Processed in 0.003464454 sec.
1650 2025.03.22 20:03:52.971403 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1651 2025.03.22 20:03:52.971564 [ 3 ] {bc97f054-77be-4ed3-a993-e41d0863c826} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1652 2025.03.22 20:03:52.971855 [ 3 ] {bc97f054-77be-4ed3-a993-e41d0863c826} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1653 2025.03.22 20:03:52.971901 [ 3 ] {bc97f054-77be-4ed3-a993-e41d0863c826} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE
1654 2025.03.22 20:03:52.972203 [ 3 ] {bc97f054-77be-4ed3-a993-e41d0863c826} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1655 2025.03.22 20:03:52.972267 [ 3 ] {bc97f054-77be-4ed3-a993-e41d0863c826} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1656 2025.03.22 20:03:52.972409 [ 3 ] {bc97f054-77be-4ed3-a993-e41d0863c826} <Debug> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Key condition: (column 0 notIn 29-element set)
1657 2025.03.22 20:03:52.972563 [ 289 ] {bc97f054-77be-4ed3-a993-e41d0863c826} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1658 2025.03.22 20:03:52.972575 [ 292 ] {bc97f054-77be-4ed3-a993-e41d0863c826} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1659 2025.03.22 20:03:52.972654 [ 290 ] {bc97f054-77be-4ed3-a993-e41d0863c826} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1660 2025.03.22 20:03:52.972671 [ 288 ] {bc97f054-77be-4ed3-a993-e41d0863c826} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
1661 2025.03.22 20:03:52.972784 [ 3 ] {bc97f054-77be-4ed3-a993-e41d0863c826} <Debug> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges
1662 2025.03.22 20:03:52.972809 [ 3 ] {bc97f054-77be-4ed3-a993-e41d0863c826} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Spreading mark ranges among streams (default reading)
1663 2025.03.22 20:03:52.972917 [ 3 ] {bc97f054-77be-4ed3-a993-e41d0863c826} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1664 2025.03.22 20:03:52.972939 [ 3 ] {bc97f054-77be-4ed3-a993-e41d0863c826} <Debug> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Reading approx. 21 rows with 3 streams
1665 2025.03.22 20:03:52.972980 [ 3 ] {bc97f054-77be-4ed3-a993-e41d0863c826} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))"
1666 2025.03.22 20:03:52.973023 [ 3 ] {bc97f054-77be-4ed3-a993-e41d0863c826} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))"
1667 2025.03.22 20:03:52.973063 [ 3 ] {bc97f054-77be-4ed3-a993-e41d0863c826} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))"
1668 2025.03.22 20:03:52.974465 [ 3 ] {bc97f054-77be-4ed3-a993-e41d0863c826} <Debug> executeQuery: Read 21 rows, 896.00 B in 0.002975 sec., 7058.823529411764 rows/sec., 294.12 KiB/sec.
1669 2025.03.22 20:03:52.974634 [ 3 ] {bc97f054-77be-4ed3-a993-e41d0863c826} <Debug> TCPHandler: Processed in 0.003282239 sec.
1670 2025.03.22 20:03:52.974884 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1671 2025.03.22 20:03:52.975048 [ 3 ] {662facab-e45d-47b7-ba31-cec4389fda2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1672 2025.03.22 20:03:52.975339 [ 3 ] {662facab-e45d-47b7-ba31-cec4389fda2f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1673 2025.03.22 20:03:52.975385 [ 3 ] {662facab-e45d-47b7-ba31-cec4389fda2f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE
1674 2025.03.22 20:03:52.975691 [ 3 ] {662facab-e45d-47b7-ba31-cec4389fda2f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1675 2025.03.22 20:03:52.975758 [ 3 ] {662facab-e45d-47b7-ba31-cec4389fda2f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1676 2025.03.22 20:03:52.975902 [ 3 ] {662facab-e45d-47b7-ba31-cec4389fda2f} <Debug> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Key condition: (column 0 notIn 30-element set)
1677 2025.03.22 20:03:52.976080 [ 290 ] {662facab-e45d-47b7-ba31-cec4389fda2f} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1678 2025.03.22 20:03:52.976085 [ 292 ] {662facab-e45d-47b7-ba31-cec4389fda2f} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1679 2025.03.22 20:03:52.976126 [ 288 ] {662facab-e45d-47b7-ba31-cec4389fda2f} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
1680 2025.03.22 20:03:52.976097 [ 289 ] {662facab-e45d-47b7-ba31-cec4389fda2f} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1681 2025.03.22 20:03:52.976269 [ 3 ] {662facab-e45d-47b7-ba31-cec4389fda2f} <Debug> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges
1682 2025.03.22 20:03:52.976299 [ 3 ] {662facab-e45d-47b7-ba31-cec4389fda2f} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Spreading mark ranges among streams (default reading)
1683 2025.03.22 20:03:52.976408 [ 3 ] {662facab-e45d-47b7-ba31-cec4389fda2f} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1684 2025.03.22 20:03:52.976430 [ 3 ] {662facab-e45d-47b7-ba31-cec4389fda2f} <Debug> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Reading approx. 21 rows with 3 streams
1685 2025.03.22 20:03:52.976471 [ 3 ] {662facab-e45d-47b7-ba31-cec4389fda2f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))"
1686 2025.03.22 20:03:52.976514 [ 3 ] {662facab-e45d-47b7-ba31-cec4389fda2f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))"
1687 2025.03.22 20:03:52.976553 [ 3 ] {662facab-e45d-47b7-ba31-cec4389fda2f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))"
1688 2025.03.22 20:03:52.977912 [ 3 ] {662facab-e45d-47b7-ba31-cec4389fda2f} <Debug> executeQuery: Read 21 rows, 896.00 B in 0.002939 sec., 7145.287512759442 rows/sec., 297.72 KiB/sec.
1689 2025.03.22 20:03:52.978088 [ 3 ] {662facab-e45d-47b7-ba31-cec4389fda2f} <Debug> TCPHandler: Processed in 0.003254489 sec.
1690 2025.03.22 20:03:52.978312 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1691 2025.03.22 20:03:52.978477 [ 3 ] {67bd13ce-2293-44b2-a4e5-14b0390193b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1692 2025.03.22 20:03:52.978768 [ 3 ] {67bd13ce-2293-44b2-a4e5-14b0390193b4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1693 2025.03.22 20:03:52.978815 [ 3 ] {67bd13ce-2293-44b2-a4e5-14b0390193b4} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE
1694 2025.03.22 20:03:52.979121 [ 3 ] {67bd13ce-2293-44b2-a4e5-14b0390193b4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1695 2025.03.22 20:03:52.979187 [ 3 ] {67bd13ce-2293-44b2-a4e5-14b0390193b4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1696 2025.03.22 20:03:52.979333 [ 3 ] {67bd13ce-2293-44b2-a4e5-14b0390193b4} <Debug> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Key condition: (column 0 notIn 31-element set)
1697 2025.03.22 20:03:52.979499 [ 292 ] {67bd13ce-2293-44b2-a4e5-14b0390193b4} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1698 2025.03.22 20:03:52.979505 [ 289 ] {67bd13ce-2293-44b2-a4e5-14b0390193b4} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1699 2025.03.22 20:03:52.979531 [ 290 ] {67bd13ce-2293-44b2-a4e5-14b0390193b4} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1700 2025.03.22 20:03:52.979552 [ 288 ] {67bd13ce-2293-44b2-a4e5-14b0390193b4} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
1701 2025.03.22 20:03:52.979672 [ 3 ] {67bd13ce-2293-44b2-a4e5-14b0390193b4} <Debug> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges
1702 2025.03.22 20:03:52.979698 [ 3 ] {67bd13ce-2293-44b2-a4e5-14b0390193b4} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Spreading mark ranges among streams (default reading)
1703 2025.03.22 20:03:52.979807 [ 3 ] {67bd13ce-2293-44b2-a4e5-14b0390193b4} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1704 2025.03.22 20:03:52.979828 [ 3 ] {67bd13ce-2293-44b2-a4e5-14b0390193b4} <Debug> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Reading approx. 21 rows with 3 streams
1705 2025.03.22 20:03:52.979870 [ 3 ] {67bd13ce-2293-44b2-a4e5-14b0390193b4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))"
1706 2025.03.22 20:03:52.979915 [ 3 ] {67bd13ce-2293-44b2-a4e5-14b0390193b4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))"
1707 2025.03.22 20:03:52.979955 [ 3 ] {67bd13ce-2293-44b2-a4e5-14b0390193b4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))"
1708 2025.03.22 20:03:52.981370 [ 3 ] {67bd13ce-2293-44b2-a4e5-14b0390193b4} <Debug> executeQuery: Read 21 rows, 896.00 B in 0.00297 sec., 7070.707070707071 rows/sec., 294.61 KiB/sec.
1709 2025.03.22 20:03:52.981544 [ 3 ] {67bd13ce-2293-44b2-a4e5-14b0390193b4} <Debug> TCPHandler: Processed in 0.00328532 sec.
1710 2025.03.22 20:03:52.981751 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1711 2025.03.22 20:03:52.981914 [ 3 ] {3bdfff2d-3c15-43cb-b615-14150c98bfb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1712 2025.03.22 20:03:52.982210 [ 3 ] {3bdfff2d-3c15-43cb-b615-14150c98bfb3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1713 2025.03.22 20:03:52.982257 [ 3 ] {3bdfff2d-3c15-43cb-b615-14150c98bfb3} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE
1714 2025.03.22 20:03:52.982569 [ 3 ] {3bdfff2d-3c15-43cb-b615-14150c98bfb3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1715 2025.03.22 20:03:52.982636 [ 3 ] {3bdfff2d-3c15-43cb-b615-14150c98bfb3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1716 2025.03.22 20:03:52.982780 [ 3 ] {3bdfff2d-3c15-43cb-b615-14150c98bfb3} <Debug> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Key condition: (column 0 notIn 32-element set)
1717 2025.03.22 20:03:52.982985 [ 292 ] {3bdfff2d-3c15-43cb-b615-14150c98bfb3} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
1718 2025.03.22 20:03:52.983009 [ 288 ] {3bdfff2d-3c15-43cb-b615-14150c98bfb3} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1719 2025.03.22 20:03:52.983004 [ 290 ] {3bdfff2d-3c15-43cb-b615-14150c98bfb3} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1720 2025.03.22 20:03:52.983010 [ 289 ] {3bdfff2d-3c15-43cb-b615-14150c98bfb3} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1721 2025.03.22 20:03:52.983284 [ 3 ] {3bdfff2d-3c15-43cb-b615-14150c98bfb3} <Debug> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges
1722 2025.03.22 20:03:52.983314 [ 3 ] {3bdfff2d-3c15-43cb-b615-14150c98bfb3} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Spreading mark ranges among streams (default reading)
1723 2025.03.22 20:03:52.983425 [ 3 ] {3bdfff2d-3c15-43cb-b615-14150c98bfb3} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1724 2025.03.22 20:03:52.983446 [ 3 ] {3bdfff2d-3c15-43cb-b615-14150c98bfb3} <Debug> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Reading approx. 21 rows with 3 streams
1725 2025.03.22 20:03:52.983578 [ 3 ] {3bdfff2d-3c15-43cb-b615-14150c98bfb3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))"
1726 2025.03.22 20:03:52.983626 [ 3 ] {3bdfff2d-3c15-43cb-b615-14150c98bfb3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))"
1727 2025.03.22 20:03:52.983667 [ 3 ] {3bdfff2d-3c15-43cb-b615-14150c98bfb3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))"
1728 2025.03.22 20:03:52.984962 [ 3 ] {3bdfff2d-3c15-43cb-b615-14150c98bfb3} <Debug> executeQuery: Read 21 rows, 896.00 B in 0.003122 sec., 6726.457399103138 rows/sec., 280.27 KiB/sec.
1729 2025.03.22 20:03:52.985133 [ 3 ] {3bdfff2d-3c15-43cb-b615-14150c98bfb3} <Debug> TCPHandler: Processed in 0.003433613 sec.
1730 2025.03.22 20:03:52.985365 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1731 2025.03.22 20:03:52.985530 [ 3 ] {acca3cfa-0445-469f-b74c-fa625e63b1cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1732 2025.03.22 20:03:52.985822 [ 3 ] {acca3cfa-0445-469f-b74c-fa625e63b1cd} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1733 2025.03.22 20:03:52.985870 [ 3 ] {acca3cfa-0445-469f-b74c-fa625e63b1cd} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE
1734 2025.03.22 20:03:52.986186 [ 3 ] {acca3cfa-0445-469f-b74c-fa625e63b1cd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1735 2025.03.22 20:03:52.986254 [ 3 ] {acca3cfa-0445-469f-b74c-fa625e63b1cd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1736 2025.03.22 20:03:52.986399 [ 3 ] {acca3cfa-0445-469f-b74c-fa625e63b1cd} <Debug> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Key condition: (column 0 notIn 33-element set)
1737 2025.03.22 20:03:52.986575 [ 292 ] {acca3cfa-0445-469f-b74c-fa625e63b1cd} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
1738 2025.03.22 20:03:52.986575 [ 289 ] {acca3cfa-0445-469f-b74c-fa625e63b1cd} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1739 2025.03.22 20:03:52.986600 [ 290 ] {acca3cfa-0445-469f-b74c-fa625e63b1cd} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1740 2025.03.22 20:03:52.986635 [ 288 ] {acca3cfa-0445-469f-b74c-fa625e63b1cd} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1741 2025.03.22 20:03:52.986753 [ 3 ] {acca3cfa-0445-469f-b74c-fa625e63b1cd} <Debug> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges
1742 2025.03.22 20:03:52.986777 [ 3 ] {acca3cfa-0445-469f-b74c-fa625e63b1cd} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Spreading mark ranges among streams (default reading)
1743 2025.03.22 20:03:52.986884 [ 3 ] {acca3cfa-0445-469f-b74c-fa625e63b1cd} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1744 2025.03.22 20:03:52.986906 [ 3 ] {acca3cfa-0445-469f-b74c-fa625e63b1cd} <Debug> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Reading approx. 21 rows with 3 streams
1745 2025.03.22 20:03:52.986947 [ 3 ] {acca3cfa-0445-469f-b74c-fa625e63b1cd} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))"
1746 2025.03.22 20:03:52.986991 [ 3 ] {acca3cfa-0445-469f-b74c-fa625e63b1cd} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))"
1747 2025.03.22 20:03:52.987031 [ 3 ] {acca3cfa-0445-469f-b74c-fa625e63b1cd} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))"
1748 2025.03.22 20:03:52.988362 [ 3 ] {acca3cfa-0445-469f-b74c-fa625e63b1cd} <Debug> executeQuery: Read 21 rows, 896.00 B in 0.00291 sec., 7216.494845360825 rows/sec., 300.69 KiB/sec.
1749 2025.03.22 20:03:52.988534 [ 3 ] {acca3cfa-0445-469f-b74c-fa625e63b1cd} <Debug> TCPHandler: Processed in 0.003220458 sec.
1750 2025.03.22 20:03:53.085743 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1751 2025.03.22 20:03:53.085950 [ 3 ] {0990f827-ed53-4fd0-9d1e-998fc454a322} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
1752 2025.03.22 20:03:53.086036 [ 3 ] {0990f827-ed53-4fd0-9d1e-998fc454a322} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1753 2025.03.22 20:03:53.086975 [ 3 ] {0990f827-ed53-4fd0-9d1e-998fc454a322} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1754 2025.03.22 20:03:53.087025 [ 3 ] {0990f827-ed53-4fd0-9d1e-998fc454a322} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
1755 2025.03.22 20:03:53.087704 [ 3 ] {0990f827-ed53-4fd0-9d1e-998fc454a322} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1756 2025.03.22 20:03:53.088259 [ 3 ] {0990f827-ed53-4fd0-9d1e-998fc454a322} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1757 2025.03.22 20:03:53.088545 [ 3 ] {0990f827-ed53-4fd0-9d1e-998fc454a322} <Debug> executeQuery: Read 12 rows, 4.18 KiB in 0.002654 sec., 4521.4770158251695 rows/sec., 1.54 MiB/sec.
1758 2025.03.22 20:03:53.088606 [ 3 ] {0990f827-ed53-4fd0-9d1e-998fc454a322} <Debug> TCPHandler: Processed in 0.002990254 sec.
1759 2025.03.22 20:03:53.088733 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1760 2025.03.22 20:03:53.088839 [ 3 ] {348ba568-617a-4c3f-ae70-e0c66cb49859} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
1761 2025.03.22 20:03:53.088885 [ 3 ] {348ba568-617a-4c3f-ae70-e0c66cb49859} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
1762 2025.03.22 20:03:53.090104 [ 3 ] {348ba568-617a-4c3f-ae70-e0c66cb49859} <Trace> oximeter.fields_i16 (264093f9-a655-4468-9a79-5d699a3bbf39): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1763 2025.03.22 20:03:53.090144 [ 3 ] {348ba568-617a-4c3f-ae70-e0c66cb49859} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
1764 2025.03.22 20:03:53.090681 [ 3 ] {348ba568-617a-4c3f-ae70-e0c66cb49859} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1765 2025.03.22 20:03:53.091213 [ 3 ] {348ba568-617a-4c3f-ae70-e0c66cb49859} <Trace> oximeter.fields_i16 (264093f9-a655-4468-9a79-5d699a3bbf39): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1766 2025.03.22 20:03:53.091479 [ 3 ] {348ba568-617a-4c3f-ae70-e0c66cb49859} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.002644 sec., 9077.15582450832 rows/sec., 771.20 KiB/sec.
1767 2025.03.22 20:03:53.091613 [ 3 ] {348ba568-617a-4c3f-ae70-e0c66cb49859} <Debug> TCPHandler: Processed in 0.002929393 sec.
1768 2025.03.22 20:03:53.091728 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1769 2025.03.22 20:03:53.091835 [ 3 ] {92f7903c-8ea0-4472-8c64-de12baf96656} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1770 2025.03.22 20:03:53.091887 [ 3 ] {92f7903c-8ea0-4472-8c64-de12baf96656} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1771 2025.03.22 20:03:53.093073 [ 3 ] {92f7903c-8ea0-4472-8c64-de12baf96656} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1772 2025.03.22 20:03:53.093114 [ 3 ] {92f7903c-8ea0-4472-8c64-de12baf96656} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
1773 2025.03.22 20:03:53.093717 [ 3 ] {92f7903c-8ea0-4472-8c64-de12baf96656} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1774 2025.03.22 20:03:53.094191 [ 3 ] {92f7903c-8ea0-4472-8c64-de12baf96656} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1775 2025.03.22 20:03:53.094435 [ 3 ] {92f7903c-8ea0-4472-8c64-de12baf96656} <Debug> executeQuery: Read 1332 rows, 113.52 KiB in 0.002617 sec., 508979.7478028277 rows/sec., 42.36 MiB/sec.
1776 2025.03.22 20:03:53.094514 [ 3 ] {92f7903c-8ea0-4472-8c64-de12baf96656} <Debug> TCPHandler: Processed in 0.00283631 sec.
1777 2025.03.22 20:03:53.094628 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1778 2025.03.22 20:03:53.094736 [ 3 ] {e182d10c-912f-44fb-93a3-09d9f299c204} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1779 2025.03.22 20:03:53.094781 [ 3 ] {e182d10c-912f-44fb-93a3-09d9f299c204} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1780 2025.03.22 20:03:53.095305 [ 3 ] {e182d10c-912f-44fb-93a3-09d9f299c204} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1781 2025.03.22 20:03:53.095344 [ 3 ] {e182d10c-912f-44fb-93a3-09d9f299c204} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
1782 2025.03.22 20:03:53.095869 [ 3 ] {e182d10c-912f-44fb-93a3-09d9f299c204} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1783 2025.03.22 20:03:53.096416 [ 3 ] {e182d10c-912f-44fb-93a3-09d9f299c204} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1784 2025.03.22 20:03:53.096625 [ 3 ] {e182d10c-912f-44fb-93a3-09d9f299c204} <Debug> executeQuery: Read 20 rows, 1.56 KiB in 0.00191 sec., 10471.204188481675 rows/sec., 818.06 KiB/sec.
1785 2025.03.22 20:03:53.096678 [ 3 ] {e182d10c-912f-44fb-93a3-09d9f299c204} <Debug> TCPHandler: Processed in 0.002100664 sec.
1786 2025.03.22 20:03:53.096841 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1787 2025.03.22 20:03:53.096947 [ 3 ] {8837a3fd-9fd3-4924-8ecc-a173c41e3b6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1788 2025.03.22 20:03:53.096992 [ 3 ] {8837a3fd-9fd3-4924-8ecc-a173c41e3b6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1789 2025.03.22 20:03:53.097600 [ 3 ] {8837a3fd-9fd3-4924-8ecc-a173c41e3b6c} <Trace> oximeter.fields_u32 (ad7a5232-f0e1-40d6-acb0-24ed1d64c039): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1790 2025.03.22 20:03:53.097640 [ 3 ] {8837a3fd-9fd3-4924-8ecc-a173c41e3b6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
1791 2025.03.22 20:03:53.098160 [ 3 ] {8837a3fd-9fd3-4924-8ecc-a173c41e3b6c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1792 2025.03.22 20:03:53.098631 [ 3 ] {8837a3fd-9fd3-4924-8ecc-a173c41e3b6c} <Trace> oximeter.fields_u32 (ad7a5232-f0e1-40d6-acb0-24ed1d64c039): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1793 2025.03.22 20:03:53.098912 [ 3 ] {8837a3fd-9fd3-4924-8ecc-a173c41e3b6c} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001973 sec., 127724.27774961987 rows/sec., 8.83 MiB/sec.
1794 2025.03.22 20:03:53.098969 [ 3 ] {8837a3fd-9fd3-4924-8ecc-a173c41e3b6c} <Debug> TCPHandler: Processed in 0.002178176 sec.
1795 2025.03.22 20:03:53.099084 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1796 2025.03.22 20:03:53.099189 [ 3 ] {8b05d6e1-b806-4016-a8d2-449db7f5f844} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
1797 2025.03.22 20:03:53.099234 [ 3 ] {8b05d6e1-b806-4016-a8d2-449db7f5f844} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1798 2025.03.22 20:03:53.099750 [ 3 ] {8b05d6e1-b806-4016-a8d2-449db7f5f844} <Trace> oximeter.fields_u8 (faaaa09d-c3bc-4a8d-ab11-77969ca3dca4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1799 2025.03.22 20:03:53.099789 [ 3 ] {8b05d6e1-b806-4016-a8d2-449db7f5f844} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
1800 2025.03.22 20:03:53.100309 [ 3 ] {8b05d6e1-b806-4016-a8d2-449db7f5f844} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1801 2025.03.22 20:03:53.100788 [ 3 ] {8b05d6e1-b806-4016-a8d2-449db7f5f844} <Trace> oximeter.fields_u8 (faaaa09d-c3bc-4a8d-ab11-77969ca3dca4): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1802 2025.03.22 20:03:53.101014 [ 3 ] {8b05d6e1-b806-4016-a8d2-449db7f5f844} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001841 sec., 6518.196632265073 rows/sec., 509.23 KiB/sec.
1803 2025.03.22 20:03:53.101067 [ 3 ] {8b05d6e1-b806-4016-a8d2-449db7f5f844} <Debug> TCPHandler: Processed in 0.002035034 sec.
1804 2025.03.22 20:03:53.101206 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1805 2025.03.22 20:03:53.101310 [ 3 ] {b8d90378-c12d-4000-8f9d-b18ba4639430} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1806 2025.03.22 20:03:53.101355 [ 3 ] {b8d90378-c12d-4000-8f9d-b18ba4639430} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1807 2025.03.22 20:03:53.102047 [ 3 ] {b8d90378-c12d-4000-8f9d-b18ba4639430} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1808 2025.03.22 20:03:53.102085 [ 3 ] {b8d90378-c12d-4000-8f9d-b18ba4639430} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
1809 2025.03.22 20:03:53.102584 [ 3 ] {b8d90378-c12d-4000-8f9d-b18ba4639430} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1810 2025.03.22 20:03:53.103113 [ 3 ] {b8d90378-c12d-4000-8f9d-b18ba4639430} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1811 2025.03.22 20:03:53.103329 [ 3 ] {b8d90378-c12d-4000-8f9d-b18ba4639430} <Debug> executeQuery: Read 564 rows, 43.30 KiB in 0.002039 sec., 276606.1794997548 rows/sec., 20.74 MiB/sec.
1812 2025.03.22 20:03:53.103382 [ 3 ] {b8d90378-c12d-4000-8f9d-b18ba4639430} <Debug> TCPHandler: Processed in 0.002226218 sec.
1813 2025.03.22 20:03:53.103492 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1814 2025.03.22 20:03:53.103598 [ 3 ] {4bfbc42f-54b6-4ad0-bfa8-49373c948be8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1815 2025.03.22 20:03:53.103647 [ 3 ] {4bfbc42f-54b6-4ad0-bfa8-49373c948be8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1816 2025.03.22 20:03:53.104903 [ 3 ] {4bfbc42f-54b6-4ad0-bfa8-49373c948be8} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1817 2025.03.22 20:03:53.104944 [ 3 ] {4bfbc42f-54b6-4ad0-bfa8-49373c948be8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
1818 2025.03.22 20:03:53.105634 [ 3 ] {4bfbc42f-54b6-4ad0-bfa8-49373c948be8} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1819 2025.03.22 20:03:53.106159 [ 3 ] {4bfbc42f-54b6-4ad0-bfa8-49373c948be8} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1820 2025.03.22 20:03:53.106378 [ 3 ] {4bfbc42f-54b6-4ad0-bfa8-49373c948be8} <Debug> executeQuery: Read 2830 rows, 196.70 KiB in 0.002801 sec., 1010353.4451981435 rows/sec., 68.58 MiB/sec.
1821 2025.03.22 20:03:53.106430 [ 3 ] {4bfbc42f-54b6-4ad0-bfa8-49373c948be8} <Debug> TCPHandler: Processed in 0.002988733 sec.
1822 2025.03.22 20:03:53.106541 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1823 2025.03.22 20:03:53.106647 [ 3 ] {ac92db4f-26ff-4797-88c1-b777c8c74033} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1824 2025.03.22 20:03:53.106715 [ 3 ] {ac92db4f-26ff-4797-88c1-b777c8c74033} <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
1825 2025.03.22 20:03:53.107735 [ 3 ] {ac92db4f-26ff-4797-88c1-b777c8c74033} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1826 2025.03.22 20:03:53.107775 [ 3 ] {ac92db4f-26ff-4797-88c1-b777c8c74033} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
1827 2025.03.22 20:03:53.108498 [ 3 ] {ac92db4f-26ff-4797-88c1-b777c8c74033} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1828 2025.03.22 20:03:53.109003 [ 3 ] {ac92db4f-26ff-4797-88c1-b777c8c74033} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1829 2025.03.22 20:03:53.109328 [ 3 ] {ac92db4f-26ff-4797-88c1-b777c8c74033} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002693 sec., 2970.6646862235425 rows/sec., 5.32 MiB/sec.
1830 2025.03.22 20:03:53.109439 [ 3 ] {ac92db4f-26ff-4797-88c1-b777c8c74033} <Debug> TCPHandler: Processed in 0.002947742 sec.
1831 2025.03.22 20:03:53.109576 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1832 2025.03.22 20:03:53.109681 [ 3 ] {56137e67-73ed-4acf-b781-ec4fb53b90bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1833 2025.03.22 20:03:53.109728 [ 3 ] {56137e67-73ed-4acf-b781-ec4fb53b90bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1834 2025.03.22 20:03:53.110156 [ 3 ] {56137e67-73ed-4acf-b781-ec4fb53b90bd} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1835 2025.03.22 20:03:53.110196 [ 3 ] {56137e67-73ed-4acf-b781-ec4fb53b90bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
1836 2025.03.22 20:03:53.110694 [ 3 ] {56137e67-73ed-4acf-b781-ec4fb53b90bd} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1837 2025.03.22 20:03:53.111195 [ 3 ] {56137e67-73ed-4acf-b781-ec4fb53b90bd} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1838 2025.03.22 20:03:53.111444 [ 3 ] {56137e67-73ed-4acf-b781-ec4fb53b90bd} <Debug> executeQuery: Read 54 rows, 3.73 KiB in 0.001779 sec., 30354.131534569984 rows/sec., 2.05 MiB/sec.
1839 2025.03.22 20:03:53.111511 [ 3 ] {56137e67-73ed-4acf-b781-ec4fb53b90bd} <Debug> TCPHandler: Processed in 0.001986552 sec.
1840 2025.03.22 20:03:53.844837 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1841 2025.03.22 20:03:53.845028 [ 3 ] {7ae73f60-8a58-411d-b2a1-7251e33fd104} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1842 2025.03.22 20:03:53.845099 [ 3 ] {7ae73f60-8a58-411d-b2a1-7251e33fd104} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1843 2025.03.22 20:03:53.845838 [ 3 ] {7ae73f60-8a58-411d-b2a1-7251e33fd104} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1844 2025.03.22 20:03:53.845879 [ 3 ] {7ae73f60-8a58-411d-b2a1-7251e33fd104} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
1845 2025.03.22 20:03:53.846447 [ 3 ] {7ae73f60-8a58-411d-b2a1-7251e33fd104} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
1846 2025.03.22 20:03:53.847022 [ 3 ] {7ae73f60-8a58-411d-b2a1-7251e33fd104} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1847 2025.03.22 20:03:53.847225 [ 3 ] {7ae73f60-8a58-411d-b2a1-7251e33fd104} <Debug> executeQuery: Read 30 rows, 2.40 KiB in 0.00225 sec., 13333.333333333334 rows/sec., 1.04 MiB/sec.
1848 2025.03.22 20:03:53.847280 [ 3 ] {7ae73f60-8a58-411d-b2a1-7251e33fd104} <Debug> TCPHandler: Processed in 0.002575005 sec.
1849 2025.03.22 20:03:53.847404 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1850 2025.03.22 20:03:53.847511 [ 3 ] {4878166e-9959-4aa1-bada-537049f17cd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1851 2025.03.22 20:03:53.847556 [ 3 ] {4878166e-9959-4aa1-bada-537049f17cd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1852 2025.03.22 20:03:53.848097 [ 3 ] {4878166e-9959-4aa1-bada-537049f17cd6} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1853 2025.03.22 20:03:53.848134 [ 3 ] {4878166e-9959-4aa1-bada-537049f17cd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
1854 2025.03.22 20:03:53.848618 [ 3 ] {4878166e-9959-4aa1-bada-537049f17cd6} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
1855 2025.03.22 20:03:53.849102 [ 3 ] {4878166e-9959-4aa1-bada-537049f17cd6} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1856 2025.03.22 20:03:53.849287 [ 3 ] {4878166e-9959-4aa1-bada-537049f17cd6} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.001798 sec., 20022.246941045607 rows/sec., 1.56 MiB/sec.
1857 2025.03.22 20:03:53.849338 [ 3 ] {4878166e-9959-4aa1-bada-537049f17cd6} <Debug> TCPHandler: Processed in 0.001984712 sec.
1858 2025.03.22 20:03:53.849444 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1859 2025.03.22 20:03:53.849546 [ 3 ] {fde8d899-d5fb-4ae1-8a14-c1600a06897a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1860 2025.03.22 20:03:53.849596 [ 3 ] {fde8d899-d5fb-4ae1-8a14-c1600a06897a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1861 2025.03.22 20:03:53.850072 [ 3 ] {fde8d899-d5fb-4ae1-8a14-c1600a06897a} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1862 2025.03.22 20:03:53.850110 [ 3 ] {fde8d899-d5fb-4ae1-8a14-c1600a06897a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
1863 2025.03.22 20:03:53.850600 [ 3 ] {fde8d899-d5fb-4ae1-8a14-c1600a06897a} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
1864 2025.03.22 20:03:53.851182 [ 3 ] {fde8d899-d5fb-4ae1-8a14-c1600a06897a} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1865 2025.03.22 20:03:53.851432 [ 3 ] {fde8d899-d5fb-4ae1-8a14-c1600a06897a} <Debug> executeQuery: Read 12 rows, 883.00 B in 0.001898 sec., 6322.444678609062 rows/sec., 454.32 KiB/sec.
1866 2025.03.22 20:03:53.851572 [ 3 ] {fde8d899-d5fb-4ae1-8a14-c1600a06897a} <Debug> TCPHandler: Processed in 0.002177076 sec.
1867 2025.03.22 20:03:53.851717 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1868 2025.03.22 20:03:53.851822 [ 3 ] {e2e36965-ca95-442c-8c56-26437844037e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1869 2025.03.22 20:03:53.851870 [ 3 ] {e2e36965-ca95-442c-8c56-26437844037e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1870 2025.03.22 20:03:53.852309 [ 3 ] {e2e36965-ca95-442c-8c56-26437844037e} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1871 2025.03.22 20:03:53.852347 [ 3 ] {e2e36965-ca95-442c-8c56-26437844037e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
1872 2025.03.22 20:03:53.852849 [ 3 ] {e2e36965-ca95-442c-8c56-26437844037e} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
1873 2025.03.22 20:03:53.853359 [ 3 ] {e2e36965-ca95-442c-8c56-26437844037e} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1874 2025.03.22 20:03:53.853544 [ 3 ] {e2e36965-ca95-442c-8c56-26437844037e} <Debug> executeQuery: Read 6 rows, 417.00 B in 0.001745 sec., 3438.3954154727794 rows/sec., 233.37 KiB/sec.
1875 2025.03.22 20:03:53.853592 [ 3 ] {e2e36965-ca95-442c-8c56-26437844037e} <Debug> TCPHandler: Processed in 0.001926371 sec.
1876 2025.03.22 20:03:55.368852 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3294
1877 2025.03.22 20:03:55.369896 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1878 2025.03.22 20:03:55.369946 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
1879 2025.03.22 20:03:55.370636 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1880 2025.03.22 20:03:55.371221 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1881 2025.03.22 20:03:55.371459 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3294
1882 2025.03.22 20:03:55.625470 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53
1883 2025.03.22 20:03:55.644049 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1884 2025.03.22 20:03:55.644093 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
1885 2025.03.22 20:03:55.651428 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1886 2025.03.22 20:03:55.652605 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1887 2025.03.22 20:03:55.655308 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53
1888 2025.03.22 20:03:56.000164 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 164.81 MiB, peak 171.65 MiB, free memory in arenas 0.00 B, will set to 166.57 MiB (RSS), difference: 1.76 MiB
1889 2025.03.22 20:03:58.854064 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1890 2025.03.22 20:03:58.854294 [ 3 ] {793de8f1-eac2-4844-8f9f-0105e425e2d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1891 2025.03.22 20:03:58.854369 [ 3 ] {793de8f1-eac2-4844-8f9f-0105e425e2d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1892 2025.03.22 20:03:58.855174 [ 3 ] {793de8f1-eac2-4844-8f9f-0105e425e2d4} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1893 2025.03.22 20:03:58.855229 [ 3 ] {793de8f1-eac2-4844-8f9f-0105e425e2d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
1894 2025.03.22 20:03:58.855679 [ 3 ] {793de8f1-eac2-4844-8f9f-0105e425e2d4} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
1895 2025.03.22 20:03:58.855934 [ 3 ] {793de8f1-eac2-4844-8f9f-0105e425e2d4} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1896 2025.03.22 20:03:58.856130 [ 65 ] {} <Debug> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
1897 2025.03.22 20:03:58.856207 [ 3 ] {793de8f1-eac2-4844-8f9f-0105e425e2d4} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.001962 sec., 55045.87155963302 rows/sec., 4.60 MiB/sec.
1898 2025.03.22 20:03:58.856213 [ 65 ] {} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1899 2025.03.22 20:03:58.856297 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
1900 2025.03.22 20:03:58.856347 [ 3 ] {793de8f1-eac2-4844-8f9f-0105e425e2d4} <Debug> TCPHandler: Processed in 0.002432092 sec.
1901 2025.03.22 20:03:58.856588 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1902 2025.03.22 20:03:58.856609 [ 198 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::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
1903 2025.03.22 20:03:58.856871 [ 3 ] {275b6051-7d30-4ebf-9ce9-e868773da777} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1904 2025.03.22 20:03:58.856897 [ 198 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1905 2025.03.22 20:03:58.856935 [ 3 ] {275b6051-7d30-4ebf-9ce9-e868773da777} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1906 2025.03.22 20:03:58.856938 [ 198 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 72 rows starting from the beginning of the part
1907 2025.03.22 20:03:58.857082 [ 198 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 72 rows starting from the beginning of the part
1908 2025.03.22 20:03:58.857557 [ 198 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 108 rows starting from the beginning of the part
1909 2025.03.22 20:03:58.857918 [ 198 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1332 rows starting from the beginning of the part
1910 2025.03.22 20:03:58.858252 [ 198 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 30 rows starting from the beginning of the part
1911 2025.03.22 20:03:58.858618 [ 198 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 108 rows starting from the beginning of the part
1912 2025.03.22 20:03:58.859408 [ 3 ] {275b6051-7d30-4ebf-9ce9-e868773da777} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1913 2025.03.22 20:03:58.859455 [ 3 ] {275b6051-7d30-4ebf-9ce9-e868773da777} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
1914 2025.03.22 20:03:58.860054 [ 3 ] {275b6051-7d30-4ebf-9ce9-e868773da777} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1915 2025.03.22 20:03:58.860363 [ 3 ] {275b6051-7d30-4ebf-9ce9-e868773da777} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1916 2025.03.22 20:03:58.860720 [ 3 ] {275b6051-7d30-4ebf-9ce9-e868773da777} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.003937 sec., 6604.013208026416 rows/sec., 496.59 KiB/sec.
1917 2025.03.22 20:03:58.860882 [ 3 ] {275b6051-7d30-4ebf-9ce9-e868773da777} <Debug> TCPHandler: Processed in 0.004379933 sec.
1918 2025.03.22 20:03:58.860914 [ 193 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1722 rows, containing 5 columns (5 merged, 0 gathered) in 0.004495196 sec., 383075.62117424916 rows/sec., 33.25 MiB/sec.
1919 2025.03.22 20:03:58.861024 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1920 2025.03.22 20:03:58.861173 [ 3 ] {8fa8824b-833e-4ab2-9067-f46425b85ad9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1921 2025.03.22 20:03:58.861243 [ 3 ] {8fa8824b-833e-4ab2-9067-f46425b85ad9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1922 2025.03.22 20:03:58.861274 [ 193 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
1923 2025.03.22 20:03:58.862014 [ 193 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_11_2} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1924 2025.03.22 20:03:58.862199 [ 193 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_11_2} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
1925 2025.03.22 20:03:58.862380 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB.
1926 2025.03.22 20:03:58.862517 [ 3 ] {8fa8824b-833e-4ab2-9067-f46425b85ad9} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1927 2025.03.22 20:03:58.862562 [ 3 ] {8fa8824b-833e-4ab2-9067-f46425b85ad9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
1928 2025.03.22 20:03:58.862934 [ 3 ] {8fa8824b-833e-4ab2-9067-f46425b85ad9} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
1929 2025.03.22 20:03:58.863176 [ 3 ] {8fa8824b-833e-4ab2-9067-f46425b85ad9} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1930 2025.03.22 20:03:58.863381 [ 64 ] {} <Debug> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
1931 2025.03.22 20:03:58.863454 [ 3 ] {8fa8824b-833e-4ab2-9067-f46425b85ad9} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.002334 sec., 38560.411311053984 rows/sec., 3.01 MiB/sec.
1932 2025.03.22 20:03:58.863462 [ 64 ] {} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1933 2025.03.22 20:03:58.863542 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
1934 2025.03.22 20:03:58.863600 [ 3 ] {8fa8824b-833e-4ab2-9067-f46425b85ad9} <Debug> TCPHandler: Processed in 0.002632326 sec.
1935 2025.03.22 20:03:58.863795 [ 200 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::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
1936 2025.03.22 20:03:58.863806 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1937 2025.03.22 20:03:58.864051 [ 3 ] {b97f3571-35bb-4bac-9a14-2c9d7a71715b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1938 2025.03.22 20:03:58.864071 [ 200 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1939 2025.03.22 20:03:58.864152 [ 3 ] {b97f3571-35bb-4bac-9a14-2c9d7a71715b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1940 2025.03.22 20:03:58.864164 [ 200 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 72 rows starting from the beginning of the part
1941 2025.03.22 20:03:58.864616 [ 200 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 72 rows starting from the beginning of the part
1942 2025.03.22 20:03:58.864952 [ 200 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 100 rows starting from the beginning of the part
1943 2025.03.22 20:03:58.865236 [ 200 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 564 rows starting from the beginning of the part
1944 2025.03.22 20:03:58.865538 [ 200 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 36 rows starting from the beginning of the part
1945 2025.03.22 20:03:58.865767 [ 200 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 90 rows starting from the beginning of the part
1946 2025.03.22 20:03:58.866686 [ 3 ] {b97f3571-35bb-4bac-9a14-2c9d7a71715b} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1947 2025.03.22 20:03:58.866752 [ 3 ] {b97f3571-35bb-4bac-9a14-2c9d7a71715b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
1948 2025.03.22 20:03:58.867791 [ 3 ] {b97f3571-35bb-4bac-9a14-2c9d7a71715b} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
1949 2025.03.22 20:03:58.868296 [ 3 ] {b97f3571-35bb-4bac-9a14-2c9d7a71715b} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1950 2025.03.22 20:03:58.868627 [ 64 ] {} <Debug> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
1951 2025.03.22 20:03:58.868750 [ 64 ] {} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1952 2025.03.22 20:03:58.868845 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
1953 2025.03.22 20:03:58.868901 [ 200 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 934 rows, containing 5 columns (5 merged, 0 gathered) in 0.005239551 sec., 178259.54933924682 rows/sec., 14.27 MiB/sec.
1954 2025.03.22 20:03:58.869044 [ 3 ] {b97f3571-35bb-4bac-9a14-2c9d7a71715b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005054 sec., 31658.092599920852 rows/sec., 2.20 MiB/sec.
1955 2025.03.22 20:03:58.869211 [ 198 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::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
1956 2025.03.22 20:03:58.869233 [ 3 ] {b97f3571-35bb-4bac-9a14-2c9d7a71715b} <Debug> TCPHandler: Processed in 0.005507117 sec.
1957 2025.03.22 20:03:58.869287 [ 200 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
1958 2025.03.22 20:03:58.869548 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1959 2025.03.22 20:03:58.869627 [ 198 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1960 2025.03.22 20:03:58.869731 [ 198 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 792 rows starting from the beginning of the part
1961 2025.03.22 20:03:58.869828 [ 3 ] {d467aef8-ccb6-42c3-b19d-2934b3962888} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1962 2025.03.22 20:03:58.870190 [ 198 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 160 rows starting from the beginning of the part
1963 2025.03.22 20:03:58.870437 [ 199 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_11_2} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1964 2025.03.22 20:03:58.870473 [ 3 ] {d467aef8-ccb6-42c3-b19d-2934b3962888} <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
1965 2025.03.22 20:03:58.871091 [ 199 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_11_2} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
1966 2025.03.22 20:03:58.871166 [ 198 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 160 rows starting from the beginning of the part
1967 2025.03.22 20:03:58.871524 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB.
1968 2025.03.22 20:03:58.871625 [ 198 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 2830 rows starting from the beginning of the part
1969 2025.03.22 20:03:58.871904 [ 198 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 12 rows starting from the beginning of the part
1970 2025.03.22 20:03:58.872226 [ 198 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 160 rows starting from the beginning of the part
1971 2025.03.22 20:03:58.874421 [ 3 ] {d467aef8-ccb6-42c3-b19d-2934b3962888} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1972 2025.03.22 20:03:58.874461 [ 3 ] {d467aef8-ccb6-42c3-b19d-2934b3962888} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
1973 2025.03.22 20:03:58.874945 [ 200 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4114 rows, containing 5 columns (5 merged, 0 gathered) in 0.005963927 sec., 689813.943061342 rows/sec., 47.19 MiB/sec.
1974 2025.03.22 20:03:58.875426 [ 3 ] {d467aef8-ccb6-42c3-b19d-2934b3962888} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1975 2025.03.22 20:03:58.875700 [ 200 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
1976 2025.03.22 20:03:58.875974 [ 3 ] {d467aef8-ccb6-42c3-b19d-2934b3962888} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1977 2025.03.22 20:03:58.876435 [ 3 ] {d467aef8-ccb6-42c3-b19d-2934b3962888} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.006682 sec., 3891.0505836575876 rows/sec., 6.97 MiB/sec.
1978 2025.03.22 20:03:58.876466 [ 200 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1979 2025.03.22 20:03:58.876756 [ 200 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
1980 2025.03.22 20:03:58.876810 [ 3 ] {d467aef8-ccb6-42c3-b19d-2934b3962888} <Debug> TCPHandler: Processed in 0.007381827 sec.
1981 2025.03.22 20:03:58.876980 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.94 MiB.
1982 2025.03.22 20:03:58.877083 [ 3 ] {} <Trace> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1983 2025.03.22 20:03:58.877195 [ 3 ] {01b7ef86-7ee4-4474-aa30-8c67b1e5c5a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40084) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1984 2025.03.22 20:03:58.877245 [ 3 ] {01b7ef86-7ee4-4474-aa30-8c67b1e5c5a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1985 2025.03.22 20:03:58.878651 [ 3 ] {01b7ef86-7ee4-4474-aa30-8c67b1e5c5a4} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1986 2025.03.22 20:03:58.878690 [ 3 ] {01b7ef86-7ee4-4474-aa30-8c67b1e5c5a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
1987 2025.03.22 20:03:58.879068 [ 3 ] {01b7ef86-7ee4-4474-aa30-8c67b1e5c5a4} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
1988 2025.03.22 20:03:58.879307 [ 3 ] {01b7ef86-7ee4-4474-aa30-8c67b1e5c5a4} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1989 2025.03.22 20:03:58.879465 [ 64 ] {} <Debug> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
1990 2025.03.22 20:03:58.879523 [ 64 ] {} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1991 2025.03.22 20:03:58.879554 [ 3 ] {01b7ef86-7ee4-4474-aa30-8c67b1e5c5a4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002376 sec., 25252.52525252525 rows/sec., 1.70 MiB/sec.
1992 2025.03.22 20:03:58.879560 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
1993 2025.03.22 20:03:58.879702 [ 3 ] {01b7ef86-7ee4-4474-aa30-8c67b1e5c5a4} <Debug> TCPHandler: Processed in 0.002687077 sec.
1994 2025.03.22 20:03:58.879758 [ 198 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::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
1995 2025.03.22 20:03:58.879865 [ 198 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1996 2025.03.22 20:03:58.879892 [ 198 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 276 rows starting from the beginning of the part
1997 2025.03.22 20:03:58.879956 [ 198 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 60 rows starting from the beginning of the part
1998 2025.03.22 20:03:58.880182 [ 198 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 60 rows starting from the beginning of the part
1999 2025.03.22 20:03:58.880363 [ 198 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 54 rows starting from the beginning of the part
2000 2025.03.22 20:03:58.880504 [ 198 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::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
2001 2025.03.22 20:03:58.880706 [ 198 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 60 rows starting from the beginning of the part
2002 2025.03.22 20:03:58.881831 [ 200 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 516 rows, containing 4 columns (4 merged, 0 gathered) in 0.002136955 sec., 241465.07530575048 rows/sec., 16.32 MiB/sec.
2003 2025.03.22 20:03:58.882074 [ 195 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2004 2025.03.22 20:03:58.882453 [ 195 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_11_2} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2005 2025.03.22 20:03:58.882554 [ 195 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_11_2} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2006 2025.03.22 20:03:58.882654 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB.
2007 2025.03.22 20:04:02.791715 [ 57 ] {} <Debug> DNSResolver: Updating DNS cache
2008 2025.03.22 20:04:02.791778 [ 57 ] {} <Debug> DNSResolver: Updated DNS cache
2009 2025.03.22 20:04:02.872558 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3721
2010 2025.03.22 20:04:02.873194 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2011 2025.03.22 20:04:02.873240 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2012 2025.03.22 20:04:02.873777 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2013 2025.03.22 20:04:02.874086 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2014 2025.03.22 20:04:02.874321 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721
2015 2025.03.22 20:04:02.875323 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 64 entries to flush up to offset 282
2016 2025.03.22 20:04:02.879319 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2017 2025.03.22 20:04:02.879370 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2018 2025.03.22 20:04:02.880893 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2019 2025.03.22 20:04:02.881213 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2020 2025.03.22 20:04:02.881477 [ 57 ] {} <Debug> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2021 2025.03.22 20:04:02.881581 [ 57 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2022 2025.03.22 20:04:02.881645 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2023 2025.03.22 20:04:02.881965 [ 198 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::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
2024 2025.03.22 20:04:02.882321 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 282
2025 2025.03.22 20:04:02.882817 [ 198 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2026 2025.03.22 20:04:02.882964 [ 198 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 88 rows starting from the beginning of the part
2027 2025.03.22 20:04:02.883523 [ 198 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::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
2028 2025.03.22 20:04:02.884138 [ 198 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 26 rows starting from the beginning of the part
2029 2025.03.22 20:04:02.884754 [ 198 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 24 rows starting from the beginning of the part
2030 2025.03.22 20:04:02.885289 [ 198 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 34 rows starting from the beginning of the part
2031 2025.03.22 20:04:02.885856 [ 198 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 64 rows starting from the beginning of the part
2032 2025.03.22 20:04:02.893135 [ 200 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 282 rows, containing 72 columns (72 merged, 0 gathered) in 0.011363021 sec., 24817.34390880735 rows/sec., 25.20 MiB/sec.
2033 2025.03.22 20:04:02.893984 [ 194 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2034 2025.03.22 20:04:02.894645 [ 194 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_6_1} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2035 2025.03.22 20:04:02.894719 [ 194 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_6_1} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2036 2025.03.22 20:04:02.894897 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.65 MiB.
2037 2025.03.22 20:04:03.156361 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61
2038 2025.03.22 20:04:03.175250 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2039 2025.03.22 20:04:03.175311 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2040 2025.03.22 20:04:03.182532 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2041 2025.03.22 20:04:03.183275 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2042 2025.03.22 20:04:03.185671 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61
2043 2025.03.22 20:04:03.433784 [ 3 ] {} <Debug> TCPHandler: Done processing connection.
2044 2025.03.22 20:04:03.433880 [ 3 ] {} <Debug> TCP-Session: 73139474-f746-49b3-93fb-bd3add2e3ade Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2045 2025.03.22 20:04:03.852913 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2046 2025.03.22 20:04:03.853100 [ 5 ] {922d97e0-8499-4441-b462-5f025d1a4eb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2047 2025.03.22 20:04:03.853171 [ 5 ] {922d97e0-8499-4441-b462-5f025d1a4eb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2048 2025.03.22 20:04:03.853952 [ 5 ] {922d97e0-8499-4441-b462-5f025d1a4eb8} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2049 2025.03.22 20:04:03.854000 [ 5 ] {922d97e0-8499-4441-b462-5f025d1a4eb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2050 2025.03.22 20:04:03.854427 [ 5 ] {922d97e0-8499-4441-b462-5f025d1a4eb8} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2051 2025.03.22 20:04:03.854675 [ 5 ] {922d97e0-8499-4441-b462-5f025d1a4eb8} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2052 2025.03.22 20:04:03.854920 [ 5 ] {922d97e0-8499-4441-b462-5f025d1a4eb8} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.001865 sec., 38605.8981233244 rows/sec., 3.12 MiB/sec.
2053 2025.03.22 20:04:03.855010 [ 5 ] {922d97e0-8499-4441-b462-5f025d1a4eb8} <Debug> TCPHandler: Processed in 0.002224467 sec.
2054 2025.03.22 20:04:03.855135 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2055 2025.03.22 20:04:03.855249 [ 5 ] {98cca470-9842-4cfa-844e-52fe70048122} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2056 2025.03.22 20:04:03.855297 [ 5 ] {98cca470-9842-4cfa-844e-52fe70048122} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2057 2025.03.22 20:04:03.855825 [ 5 ] {98cca470-9842-4cfa-844e-52fe70048122} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2058 2025.03.22 20:04:03.855863 [ 5 ] {98cca470-9842-4cfa-844e-52fe70048122} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2059 2025.03.22 20:04:03.856207 [ 5 ] {98cca470-9842-4cfa-844e-52fe70048122} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2060 2025.03.22 20:04:03.856435 [ 5 ] {98cca470-9842-4cfa-844e-52fe70048122} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2061 2025.03.22 20:04:03.856590 [ 55 ] {} <Debug> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2062 2025.03.22 20:04:03.856674 [ 55 ] {} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2063 2025.03.22 20:04:03.856681 [ 5 ] {98cca470-9842-4cfa-844e-52fe70048122} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001448 sec., 5524.861878453038 rows/sec., 415.44 KiB/sec.
2064 2025.03.22 20:04:03.856712 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2065 2025.03.22 20:04:03.856843 [ 5 ] {98cca470-9842-4cfa-844e-52fe70048122} <Debug> TCPHandler: Processed in 0.001758487 sec.
2066 2025.03.22 20:04:03.857187 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2067 2025.03.22 20:04:03.857299 [ 200 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::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
2068 2025.03.22 20:04:03.857352 [ 5 ] {8356e1ba-e2c9-4201-aaff-acb55e6aff2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2069 2025.03.22 20:04:03.857448 [ 5 ] {8356e1ba-e2c9-4201-aaff-acb55e6aff2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2070 2025.03.22 20:04:03.857832 [ 200 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2071 2025.03.22 20:04:03.857987 [ 200 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::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
2072 2025.03.22 20:04:03.858366 [ 200 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::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
2073 2025.03.22 20:04:03.858748 [ 200 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 26 rows starting from the beginning of the part
2074 2025.03.22 20:04:03.859040 [ 200 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 20 rows starting from the beginning of the part
2075 2025.03.22 20:04:03.859400 [ 200 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 26 rows starting from the beginning of the part
2076 2025.03.22 20:04:03.859749 [ 200 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::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
2077 2025.03.22 20:04:03.860443 [ 5 ] {8356e1ba-e2c9-4201-aaff-acb55e6aff2f} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2078 2025.03.22 20:04:03.860507 [ 5 ] {8356e1ba-e2c9-4201-aaff-acb55e6aff2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2079 2025.03.22 20:04:03.861328 [ 5 ] {8356e1ba-e2c9-4201-aaff-acb55e6aff2f} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2080 2025.03.22 20:04:03.861898 [ 5 ] {8356e1ba-e2c9-4201-aaff-acb55e6aff2f} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2081 2025.03.22 20:04:03.862559 [ 5 ] {8356e1ba-e2c9-4201-aaff-acb55e6aff2f} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.005161 sec., 13950.784731641155 rows/sec., 1.09 MiB/sec.
2082 2025.03.22 20:04:03.863014 [ 5 ] {8356e1ba-e2c9-4201-aaff-acb55e6aff2f} <Debug> TCPHandler: Processed in 0.005950536 sec.
2083 2025.03.22 20:04:03.863326 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2084 2025.03.22 20:04:03.863336 [ 194 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 96 rows, containing 5 columns (5 merged, 0 gathered) in 0.006467487 sec., 14843.477845413527 rows/sec., 1.16 MiB/sec.
2085 2025.03.22 20:04:03.863496 [ 5 ] {3bb150de-65fe-470d-9bcf-d65e65ee5487} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2086 2025.03.22 20:04:03.863577 [ 5 ] {3bb150de-65fe-470d-9bcf-d65e65ee5487} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2087 2025.03.22 20:04:03.863602 [ 194 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2088 2025.03.22 20:04:03.864250 [ 194 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_6_1} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2089 2025.03.22 20:04:03.864474 [ 194 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_6_1} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2090 2025.03.22 20:04:03.864664 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
2091 2025.03.22 20:04:03.864819 [ 5 ] {3bb150de-65fe-470d-9bcf-d65e65ee5487} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2092 2025.03.22 20:04:03.864862 [ 5 ] {3bb150de-65fe-470d-9bcf-d65e65ee5487} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2093 2025.03.22 20:04:03.865262 [ 5 ] {3bb150de-65fe-470d-9bcf-d65e65ee5487} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2094 2025.03.22 20:04:03.865496 [ 5 ] {3bb150de-65fe-470d-9bcf-d65e65ee5487} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2095 2025.03.22 20:04:03.865850 [ 5 ] {3bb150de-65fe-470d-9bcf-d65e65ee5487} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002399 sec., 66694.45602334305 rows/sec., 4.65 MiB/sec.
2096 2025.03.22 20:04:03.866167 [ 5 ] {3bb150de-65fe-470d-9bcf-d65e65ee5487} <Debug> TCPHandler: Processed in 0.002906821 sec.
2097 2025.03.22 20:04:03.866319 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2098 2025.03.22 20:04:03.866422 [ 5 ] {288408b3-1643-42cb-9e67-3cd2e70702ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2099 2025.03.22 20:04:03.866495 [ 5 ] {288408b3-1643-42cb-9e67-3cd2e70702ed} <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
2100 2025.03.22 20:04:03.867557 [ 5 ] {288408b3-1643-42cb-9e67-3cd2e70702ed} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2101 2025.03.22 20:04:03.867597 [ 5 ] {288408b3-1643-42cb-9e67-3cd2e70702ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2102 2025.03.22 20:04:03.868199 [ 5 ] {288408b3-1643-42cb-9e67-3cd2e70702ed} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2103 2025.03.22 20:04:03.868450 [ 5 ] {288408b3-1643-42cb-9e67-3cd2e70702ed} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2104 2025.03.22 20:04:03.868620 [ 54 ] {} <Debug> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2105 2025.03.22 20:04:03.868690 [ 54 ] {} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2106 2025.03.22 20:04:03.868723 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2107 2025.03.22 20:04:03.868760 [ 5 ] {288408b3-1643-42cb-9e67-3cd2e70702ed} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002349 sec., 3405.7045551298424 rows/sec., 6.10 MiB/sec.
2108 2025.03.22 20:04:03.869249 [ 191 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::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
2109 2025.03.22 20:04:03.869505 [ 5 ] {288408b3-1643-42cb-9e67-3cd2e70702ed} <Debug> TCPHandler: Processed in 0.003222828 sec.
2110 2025.03.22 20:04:03.869962 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2111 2025.03.22 20:04:03.870236 [ 5 ] {37f6b604-435b-4ffb-b442-e77d2f3d63cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2112 2025.03.22 20:04:03.870370 [ 5 ] {37f6b604-435b-4ffb-b442-e77d2f3d63cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2113 2025.03.22 20:04:03.870401 [ 191 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2114 2025.03.22 20:04:03.870668 [ 191 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::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
2115 2025.03.22 20:04:03.871453 [ 191 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::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
2116 2025.03.22 20:04:03.872232 [ 191 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 26 rows starting from the beginning of the part
2117 2025.03.22 20:04:03.872288 [ 5 ] {37f6b604-435b-4ffb-b442-e77d2f3d63cb} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2118 2025.03.22 20:04:03.872361 [ 5 ] {37f6b604-435b-4ffb-b442-e77d2f3d63cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2119 2025.03.22 20:04:03.872845 [ 191 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::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
2120 2025.03.22 20:04:03.873538 [ 191 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 26 rows starting from the beginning of the part
2121 2025.03.22 20:04:03.873817 [ 5 ] {37f6b604-435b-4ffb-b442-e77d2f3d63cb} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2122 2025.03.22 20:04:03.874132 [ 191 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::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
2123 2025.03.22 20:04:03.874658 [ 5 ] {37f6b604-435b-4ffb-b442-e77d2f3d63cb} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2124 2025.03.22 20:04:03.875484 [ 5 ] {37f6b604-435b-4ffb-b442-e77d2f3d63cb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005247 sec., 11435.105774728416 rows/sec., 789.14 KiB/sec.
2125 2025.03.22 20:04:03.875959 [ 5 ] {37f6b604-435b-4ffb-b442-e77d2f3d63cb} <Debug> TCPHandler: Processed in 0.006109029 sec.
2126 2025.03.22 20:04:03.877926 [ 190 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 84 rows, containing 19 columns (19 merged, 0 gathered) in 0.009082843 sec., 9248.205655431895 rows/sec., 16.57 MiB/sec.
2127 2025.03.22 20:04:03.878180 [ 191 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2128 2025.03.22 20:04:03.878562 [ 191 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2129 2025.03.22 20:04:03.878638 [ 191 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2130 2025.03.22 20:04:03.878742 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB.
2131 2025.03.22 20:04:04.000186 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 165.93 MiB, peak 171.65 MiB, free memory in arenas 0.00 B, will set to 167.69 MiB (RSS), difference: 1.76 MiB
2132 2025.03.22 20:04:05.768189 [ 48 ] {} <Debug> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
2133 2025.03.22 20:04:05.768255 [ 48 ] {} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2134 2025.03.22 20:04:05.768282 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2135 2025.03.22 20:04:05.768549 [ 200 ] {820df346-c7a6-4079-a6b4-95e1cbd979ba::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
2136 2025.03.22 20:04:05.768967 [ 200 ] {820df346-c7a6-4079-a6b4-95e1cbd979ba::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2137 2025.03.22 20:04:05.769016 [ 200 ] {820df346-c7a6-4079-a6b4-95e1cbd979ba::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
2138 2025.03.22 20:04:05.769119 [ 200 ] {820df346-c7a6-4079-a6b4-95e1cbd979ba::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 4 rows starting from the beginning of the part
2139 2025.03.22 20:04:05.769281 [ 200 ] {820df346-c7a6-4079-a6b4-95e1cbd979ba::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
2140 2025.03.22 20:04:05.769401 [ 200 ] {820df346-c7a6-4079-a6b4-95e1cbd979ba::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
2141 2025.03.22 20:04:05.769624 [ 200 ] {820df346-c7a6-4079-a6b4-95e1cbd979ba::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
2142 2025.03.22 20:04:05.771779 [ 200 ] {820df346-c7a6-4079-a6b4-95e1cbd979ba::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34 rows, containing 6 columns (6 merged, 0 gathered) in 0.003430063 sec., 9912.35437949682 rows/sec., 2.03 MiB/sec.
2143 2025.03.22 20:04:05.772019 [ 187 ] {820df346-c7a6-4079-a6b4-95e1cbd979ba::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
2144 2025.03.22 20:04:05.772605 [ 187 ] {820df346-c7a6-4079-a6b4-95e1cbd979ba::all_1_5_1} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2145 2025.03.22 20:04:05.772711 [ 187 ] {820df346-c7a6-4079-a6b4-95e1cbd979ba::all_1_5_1} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
2146 2025.03.22 20:04:05.772832 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB.
2147 2025.03.22 20:04:08.852677 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2148 2025.03.22 20:04:08.852994 [ 5 ] {c8d40c86-1797-4010-8040-b6a751f53403} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
2149 2025.03.22 20:04:08.853438 [ 5 ] {c8d40c86-1797-4010-8040-b6a751f53403} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2150 2025.03.22 20:04:08.853490 [ 5 ] {c8d40c86-1797-4010-8040-b6a751f53403} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE
2151 2025.03.22 20:04:08.853861 [ 5 ] {c8d40c86-1797-4010-8040-b6a751f53403} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2152 2025.03.22 20:04:08.853946 [ 5 ] {c8d40c86-1797-4010-8040-b6a751f53403} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2153 2025.03.22 20:04:08.854122 [ 5 ] {c8d40c86-1797-4010-8040-b6a751f53403} <Debug> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Key condition: (column 0 notIn 34-element set)
2154 2025.03.22 20:04:08.854161 [ 5 ] {c8d40c86-1797-4010-8040-b6a751f53403} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps
2155 2025.03.22 20:04:08.854186 [ 5 ] {c8d40c86-1797-4010-8040-b6a751f53403} <Debug> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (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
2156 2025.03.22 20:04:08.854204 [ 5 ] {c8d40c86-1797-4010-8040-b6a751f53403} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Spreading mark ranges among streams (default reading)
2157 2025.03.22 20:04:08.854252 [ 5 ] {c8d40c86-1797-4010-8040-b6a751f53403} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))"
2158 2025.03.22 20:04:08.854275 [ 5 ] {c8d40c86-1797-4010-8040-b6a751f53403} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 34 rows starting from 0
2159 2025.03.22 20:04:08.855170 [ 5 ] {c8d40c86-1797-4010-8040-b6a751f53403} <Debug> executeQuery: Read 34 rows, 1.44 KiB in 0.002319 sec., 14661.49202242346 rows/sec., 621.98 KiB/sec.
2160 2025.03.22 20:04:08.855267 [ 5 ] {c8d40c86-1797-4010-8040-b6a751f53403} <Debug> TCPHandler: Processed in 0.002728758 sec.
2161 2025.03.22 20:04:08.857206 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2162 2025.03.22 20:04:08.857349 [ 5 ] {6456c913-c1fc-4d0d-a980-f1646b7ac0d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
2163 2025.03.22 20:04:08.857409 [ 5 ] {6456c913-c1fc-4d0d-a980-f1646b7ac0d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2164 2025.03.22 20:04:08.858181 [ 5 ] {6456c913-c1fc-4d0d-a980-f1646b7ac0d7} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2165 2025.03.22 20:04:08.858219 [ 5 ] {6456c913-c1fc-4d0d-a980-f1646b7ac0d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2166 2025.03.22 20:04:08.858699 [ 5 ] {6456c913-c1fc-4d0d-a980-f1646b7ac0d7} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2167 2025.03.22 20:04:08.858923 [ 5 ] {6456c913-c1fc-4d0d-a980-f1646b7ac0d7} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2168 2025.03.22 20:04:08.859115 [ 5 ] {6456c913-c1fc-4d0d-a980-f1646b7ac0d7} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001808 sec., 553.0973451327434 rows/sec., 125.31 KiB/sec.
2169 2025.03.22 20:04:08.859170 [ 5 ] {6456c913-c1fc-4d0d-a980-f1646b7ac0d7} <Debug> TCPHandler: Processed in 0.002026583 sec.
2170 2025.03.22 20:04:08.859308 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2171 2025.03.22 20:04:08.859417 [ 5 ] {4de5804a-48a9-4e8d-9595-096ba6cc5fec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
2172 2025.03.22 20:04:08.859462 [ 5 ] {4de5804a-48a9-4e8d-9595-096ba6cc5fec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
2173 2025.03.22 20:04:08.859982 [ 5 ] {4de5804a-48a9-4e8d-9595-096ba6cc5fec} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2174 2025.03.22 20:04:08.860019 [ 5 ] {4de5804a-48a9-4e8d-9595-096ba6cc5fec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2175 2025.03.22 20:04:08.860434 [ 5 ] {4de5804a-48a9-4e8d-9595-096ba6cc5fec} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
2176 2025.03.22 20:04:08.860675 [ 5 ] {4de5804a-48a9-4e8d-9595-096ba6cc5fec} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2177 2025.03.22 20:04:08.861003 [ 5 ] {4de5804a-48a9-4e8d-9595-096ba6cc5fec} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001584 sec., 1262.6262626262628 rows/sec., 102.96 KiB/sec.
2178 2025.03.22 20:04:08.861113 [ 5 ] {4de5804a-48a9-4e8d-9595-096ba6cc5fec} <Debug> TCPHandler: Processed in 0.001855919 sec.
2179 2025.03.22 20:04:08.861241 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2180 2025.03.22 20:04:08.861346 [ 5 ] {cccaf16b-ec7d-4a89-9be2-26e40c5296ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2181 2025.03.22 20:04:08.861389 [ 5 ] {cccaf16b-ec7d-4a89-9be2-26e40c5296ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2182 2025.03.22 20:04:08.861973 [ 5 ] {cccaf16b-ec7d-4a89-9be2-26e40c5296ea} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2183 2025.03.22 20:04:08.862010 [ 5 ] {cccaf16b-ec7d-4a89-9be2-26e40c5296ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2184 2025.03.22 20:04:08.862354 [ 5 ] {cccaf16b-ec7d-4a89-9be2-26e40c5296ea} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2185 2025.03.22 20:04:08.862585 [ 5 ] {cccaf16b-ec7d-4a89-9be2-26e40c5296ea} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2186 2025.03.22 20:04:08.862757 [ 5 ] {cccaf16b-ec7d-4a89-9be2-26e40c5296ea} <Debug> executeQuery: Read 109 rows, 9.32 KiB in 0.001435 sec., 75958.1881533101 rows/sec., 6.34 MiB/sec.
2187 2025.03.22 20:04:08.862806 [ 5 ] {cccaf16b-ec7d-4a89-9be2-26e40c5296ea} <Debug> TCPHandler: Processed in 0.001616684 sec.
2188 2025.03.22 20:04:08.862926 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2189 2025.03.22 20:04:08.863028 [ 5 ] {bdf7d57a-acc3-44eb-a999-11ef8cb8f018} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2190 2025.03.22 20:04:08.863073 [ 5 ] {bdf7d57a-acc3-44eb-a999-11ef8cb8f018} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2191 2025.03.22 20:04:08.863646 [ 5 ] {bdf7d57a-acc3-44eb-a999-11ef8cb8f018} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2192 2025.03.22 20:04:08.863683 [ 5 ] {bdf7d57a-acc3-44eb-a999-11ef8cb8f018} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2193 2025.03.22 20:04:08.864021 [ 5 ] {bdf7d57a-acc3-44eb-a999-11ef8cb8f018} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2194 2025.03.22 20:04:08.864255 [ 5 ] {bdf7d57a-acc3-44eb-a999-11ef8cb8f018} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2195 2025.03.22 20:04:08.864422 [ 5 ] {bdf7d57a-acc3-44eb-a999-11ef8cb8f018} <Debug> executeQuery: Read 28 rows, 2.09 KiB in 0.001416 sec., 19774.011299435027 rows/sec., 1.44 MiB/sec.
2196 2025.03.22 20:04:08.864471 [ 5 ] {bdf7d57a-acc3-44eb-a999-11ef8cb8f018} <Debug> TCPHandler: Processed in 0.001596424 sec.
2197 2025.03.22 20:04:08.864575 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2198 2025.03.22 20:04:08.864674 [ 5 ] {bb67175e-c9d3-40b0-8d84-f1d60afefce5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2199 2025.03.22 20:04:08.864717 [ 5 ] {bb67175e-c9d3-40b0-8d84-f1d60afefce5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2200 2025.03.22 20:04:08.865247 [ 5 ] {bb67175e-c9d3-40b0-8d84-f1d60afefce5} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2201 2025.03.22 20:04:08.865284 [ 5 ] {bb67175e-c9d3-40b0-8d84-f1d60afefce5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2202 2025.03.22 20:04:08.865620 [ 5 ] {bb67175e-c9d3-40b0-8d84-f1d60afefce5} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2203 2025.03.22 20:04:08.865852 [ 5 ] {bb67175e-c9d3-40b0-8d84-f1d60afefce5} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2204 2025.03.22 20:04:08.866051 [ 5 ] {bb67175e-c9d3-40b0-8d84-f1d60afefce5} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.001389 sec., 66234.70122390208 rows/sec., 5.17 MiB/sec.
2205 2025.03.22 20:04:08.866244 [ 5 ] {bb67175e-c9d3-40b0-8d84-f1d60afefce5} <Debug> TCPHandler: Processed in 0.001715006 sec.
2206 2025.03.22 20:04:08.866407 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2207 2025.03.22 20:04:08.866510 [ 5 ] {cd81364a-cdc4-4550-b6af-e3229cf87c8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2208 2025.03.22 20:04:08.866558 [ 5 ] {cd81364a-cdc4-4550-b6af-e3229cf87c8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2209 2025.03.22 20:04:08.867098 [ 5 ] {cd81364a-cdc4-4550-b6af-e3229cf87c8e} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2210 2025.03.22 20:04:08.867138 [ 5 ] {cd81364a-cdc4-4550-b6af-e3229cf87c8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2211 2025.03.22 20:04:08.867507 [ 5 ] {cd81364a-cdc4-4550-b6af-e3229cf87c8e} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2212 2025.03.22 20:04:08.867739 [ 5 ] {cd81364a-cdc4-4550-b6af-e3229cf87c8e} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2213 2025.03.22 20:04:08.867945 [ 5 ] {cd81364a-cdc4-4550-b6af-e3229cf87c8e} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001458 sec., 110425.24005486968 rows/sec., 7.69 MiB/sec.
2214 2025.03.22 20:04:08.867999 [ 5 ] {cd81364a-cdc4-4550-b6af-e3229cf87c8e} <Debug> TCPHandler: Processed in 0.001642295 sec.
2215 2025.03.22 20:04:08.868116 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2216 2025.03.22 20:04:08.868219 [ 5 ] {6e6cfe7a-0cf0-4df3-af52-b9a766ba043d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2217 2025.03.22 20:04:08.868284 [ 5 ] {6e6cfe7a-0cf0-4df3-af52-b9a766ba043d} <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
2218 2025.03.22 20:04:08.869367 [ 5 ] {6e6cfe7a-0cf0-4df3-af52-b9a766ba043d} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2219 2025.03.22 20:04:08.869407 [ 5 ] {6e6cfe7a-0cf0-4df3-af52-b9a766ba043d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2220 2025.03.22 20:04:08.870012 [ 5 ] {6e6cfe7a-0cf0-4df3-af52-b9a766ba043d} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2221 2025.03.22 20:04:08.870265 [ 5 ] {6e6cfe7a-0cf0-4df3-af52-b9a766ba043d} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2222 2025.03.22 20:04:08.870491 [ 5 ] {6e6cfe7a-0cf0-4df3-af52-b9a766ba043d} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002293 sec., 11338.8573920628 rows/sec., 20.32 MiB/sec.
2223 2025.03.22 20:04:08.870591 [ 5 ] {6e6cfe7a-0cf0-4df3-af52-b9a766ba043d} <Debug> TCPHandler: Processed in 0.002526724 sec.
2224 2025.03.22 20:04:08.870731 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2225 2025.03.22 20:04:08.870835 [ 5 ] {8260ca81-6702-4a2c-b3df-6409af9a5aa5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2226 2025.03.22 20:04:08.870881 [ 5 ] {8260ca81-6702-4a2c-b3df-6409af9a5aa5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2227 2025.03.22 20:04:08.871313 [ 5 ] {8260ca81-6702-4a2c-b3df-6409af9a5aa5} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2228 2025.03.22 20:04:08.871350 [ 5 ] {8260ca81-6702-4a2c-b3df-6409af9a5aa5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2229 2025.03.22 20:04:08.871696 [ 5 ] {8260ca81-6702-4a2c-b3df-6409af9a5aa5} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2230 2025.03.22 20:04:08.871923 [ 5 ] {8260ca81-6702-4a2c-b3df-6409af9a5aa5} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2231 2025.03.22 20:04:08.872134 [ 5 ] {8260ca81-6702-4a2c-b3df-6409af9a5aa5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00132 sec., 45454.545454545456 rows/sec., 3.06 MiB/sec.
2232 2025.03.22 20:04:08.872182 [ 5 ] {8260ca81-6702-4a2c-b3df-6409af9a5aa5} <Debug> TCPHandler: Processed in 0.001500501 sec.
2233 2025.03.22 20:04:10.374449 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4209
2234 2025.03.22 20:04:10.375518 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2235 2025.03.22 20:04:10.375603 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2236 2025.03.22 20:04:10.376397 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2237 2025.03.22 20:04:10.376806 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2238 2025.03.22 20:04:10.377189 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4209
2239 2025.03.22 20:04:10.685741 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68
2240 2025.03.22 20:04:10.723825 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2241 2025.03.22 20:04:10.723934 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2242 2025.03.22 20:04:10.736774 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2243 2025.03.22 20:04:10.738803 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2244 2025.03.22 20:04:10.748666 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68
2245 2025.03.22 20:04:12.883604 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 312
2246 2025.03.22 20:04:12.886569 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2247 2025.03.22 20:04:12.886616 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2248 2025.03.22 20:04:12.888094 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2249 2025.03.22 20:04:12.888399 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2250 2025.03.22 20:04:12.889411 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 312
2251 2025.03.22 20:04:13.853025 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2252 2025.03.22 20:04:13.853231 [ 5 ] {75aa7ba8-6907-4774-83d2-6c3cb8db1e44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2253 2025.03.22 20:04:13.853309 [ 5 ] {75aa7ba8-6907-4774-83d2-6c3cb8db1e44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2254 2025.03.22 20:04:13.854088 [ 5 ] {75aa7ba8-6907-4774-83d2-6c3cb8db1e44} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2255 2025.03.22 20:04:13.854140 [ 5 ] {75aa7ba8-6907-4774-83d2-6c3cb8db1e44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2256 2025.03.22 20:04:13.854591 [ 5 ] {75aa7ba8-6907-4774-83d2-6c3cb8db1e44} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2257 2025.03.22 20:04:13.854850 [ 5 ] {75aa7ba8-6907-4774-83d2-6c3cb8db1e44} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2258 2025.03.22 20:04:13.855096 [ 5 ] {75aa7ba8-6907-4774-83d2-6c3cb8db1e44} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.001924 sec., 37422.03742203742 rows/sec., 3.03 MiB/sec.
2259 2025.03.22 20:04:13.855226 [ 5 ] {75aa7ba8-6907-4774-83d2-6c3cb8db1e44} <Debug> TCPHandler: Processed in 0.00234212 sec.
2260 2025.03.22 20:04:13.855383 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2261 2025.03.22 20:04:13.855496 [ 5 ] {143e38cc-0a82-4849-8570-f72a2a2e0237} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2262 2025.03.22 20:04:13.855545 [ 5 ] {143e38cc-0a82-4849-8570-f72a2a2e0237} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2263 2025.03.22 20:04:13.856071 [ 5 ] {143e38cc-0a82-4849-8570-f72a2a2e0237} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2264 2025.03.22 20:04:13.856111 [ 5 ] {143e38cc-0a82-4849-8570-f72a2a2e0237} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2265 2025.03.22 20:04:13.856460 [ 5 ] {143e38cc-0a82-4849-8570-f72a2a2e0237} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2266 2025.03.22 20:04:13.856704 [ 5 ] {143e38cc-0a82-4849-8570-f72a2a2e0237} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2267 2025.03.22 20:04:13.856984 [ 5 ] {143e38cc-0a82-4849-8570-f72a2a2e0237} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001501 sec., 5329.7801465689545 rows/sec., 400.77 KiB/sec.
2268 2025.03.22 20:04:13.857124 [ 5 ] {143e38cc-0a82-4849-8570-f72a2a2e0237} <Debug> TCPHandler: Processed in 0.001793478 sec.
2269 2025.03.22 20:04:13.857251 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2270 2025.03.22 20:04:13.857362 [ 5 ] {9338e884-1d3c-4192-9176-0ae06fb46215} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2271 2025.03.22 20:04:13.857408 [ 5 ] {9338e884-1d3c-4192-9176-0ae06fb46215} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2272 2025.03.22 20:04:13.857983 [ 5 ] {9338e884-1d3c-4192-9176-0ae06fb46215} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2273 2025.03.22 20:04:13.858024 [ 5 ] {9338e884-1d3c-4192-9176-0ae06fb46215} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2274 2025.03.22 20:04:13.858481 [ 5 ] {9338e884-1d3c-4192-9176-0ae06fb46215} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2275 2025.03.22 20:04:13.858733 [ 5 ] {9338e884-1d3c-4192-9176-0ae06fb46215} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2276 2025.03.22 20:04:13.858937 [ 5 ] {9338e884-1d3c-4192-9176-0ae06fb46215} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001598 sec., 45056.32040050063 rows/sec., 3.52 MiB/sec.
2277 2025.03.22 20:04:13.858992 [ 5 ] {9338e884-1d3c-4192-9176-0ae06fb46215} <Debug> TCPHandler: Processed in 0.001794707 sec.
2278 2025.03.22 20:04:13.859124 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2279 2025.03.22 20:04:13.859231 [ 5 ] {529dfc7e-d357-4db7-a1d6-f7be7f12f1d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2280 2025.03.22 20:04:13.859280 [ 5 ] {529dfc7e-d357-4db7-a1d6-f7be7f12f1d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2281 2025.03.22 20:04:13.859807 [ 5 ] {529dfc7e-d357-4db7-a1d6-f7be7f12f1d1} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2282 2025.03.22 20:04:13.859846 [ 5 ] {529dfc7e-d357-4db7-a1d6-f7be7f12f1d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2283 2025.03.22 20:04:13.860241 [ 5 ] {529dfc7e-d357-4db7-a1d6-f7be7f12f1d1} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2284 2025.03.22 20:04:13.860475 [ 5 ] {529dfc7e-d357-4db7-a1d6-f7be7f12f1d1} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2285 2025.03.22 20:04:13.860695 [ 5 ] {529dfc7e-d357-4db7-a1d6-f7be7f12f1d1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001487 sec., 107599.19300605245 rows/sec., 7.49 MiB/sec.
2286 2025.03.22 20:04:13.860747 [ 5 ] {529dfc7e-d357-4db7-a1d6-f7be7f12f1d1} <Debug> TCPHandler: Processed in 0.001677286 sec.
2287 2025.03.22 20:04:13.860874 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2288 2025.03.22 20:04:13.860984 [ 5 ] {9f1a5f67-f6e9-459e-96c4-24a08daf35b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2289 2025.03.22 20:04:13.861050 [ 5 ] {9f1a5f67-f6e9-459e-96c4-24a08daf35b3} <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
2290 2025.03.22 20:04:13.862079 [ 5 ] {9f1a5f67-f6e9-459e-96c4-24a08daf35b3} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2291 2025.03.22 20:04:13.862118 [ 5 ] {9f1a5f67-f6e9-459e-96c4-24a08daf35b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2292 2025.03.22 20:04:13.862721 [ 5 ] {9f1a5f67-f6e9-459e-96c4-24a08daf35b3} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2293 2025.03.22 20:04:13.862973 [ 5 ] {9f1a5f67-f6e9-459e-96c4-24a08daf35b3} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2294 2025.03.22 20:04:13.863212 [ 5 ] {9f1a5f67-f6e9-459e-96c4-24a08daf35b3} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00225 sec., 3555.5555555555557 rows/sec., 6.37 MiB/sec.
2295 2025.03.22 20:04:13.863318 [ 5 ] {9f1a5f67-f6e9-459e-96c4-24a08daf35b3} <Debug> TCPHandler: Processed in 0.002493502 sec.
2296 2025.03.22 20:04:13.863464 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2297 2025.03.22 20:04:13.863569 [ 5 ] {f2355407-b44a-457c-93ca-0ae9696ff269} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2298 2025.03.22 20:04:13.863615 [ 5 ] {f2355407-b44a-457c-93ca-0ae9696ff269} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2299 2025.03.22 20:04:13.864051 [ 5 ] {f2355407-b44a-457c-93ca-0ae9696ff269} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2300 2025.03.22 20:04:13.864089 [ 5 ] {f2355407-b44a-457c-93ca-0ae9696ff269} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2301 2025.03.22 20:04:13.864457 [ 5 ] {f2355407-b44a-457c-93ca-0ae9696ff269} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2302 2025.03.22 20:04:13.864684 [ 5 ] {f2355407-b44a-457c-93ca-0ae9696ff269} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2303 2025.03.22 20:04:13.864891 [ 5 ] {f2355407-b44a-457c-93ca-0ae9696ff269} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001343 sec., 44676.09828741623 rows/sec., 3.01 MiB/sec.
2304 2025.03.22 20:04:13.864940 [ 5 ] {f2355407-b44a-457c-93ca-0ae9696ff269} <Debug> TCPHandler: Processed in 0.001526942 sec.
2305 2025.03.22 20:04:17.792025 [ 31 ] {} <Debug> DNSResolver: Updating DNS cache
2306 2025.03.22 20:04:17.792090 [ 31 ] {} <Debug> DNSResolver: Updated DNS cache
2307 2025.03.22 20:04:17.878311 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4636
2308 2025.03.22 20:04:17.878956 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2309 2025.03.22 20:04:17.879008 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2310 2025.03.22 20:04:17.879558 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2311 2025.03.22 20:04:17.879828 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2312 2025.03.22 20:04:17.880131 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636
2313 2025.03.22 20:04:18.249754 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76
2314 2025.03.22 20:04:18.270414 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2315 2025.03.22 20:04:18.270472 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2316 2025.03.22 20:04:18.277794 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2317 2025.03.22 20:04:18.278589 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2318 2025.03.22 20:04:18.281769 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76
2319 2025.03.22 20:04:18.853404 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2320 2025.03.22 20:04:18.853614 [ 5 ] {718e983c-f613-45ec-bab9-4464a24687c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2321 2025.03.22 20:04:18.853696 [ 5 ] {718e983c-f613-45ec-bab9-4464a24687c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2322 2025.03.22 20:04:18.854558 [ 5 ] {718e983c-f613-45ec-bab9-4464a24687c3} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2323 2025.03.22 20:04:18.854610 [ 5 ] {718e983c-f613-45ec-bab9-4464a24687c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2324 2025.03.22 20:04:18.855058 [ 5 ] {718e983c-f613-45ec-bab9-4464a24687c3} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2325 2025.03.22 20:04:18.855310 [ 5 ] {718e983c-f613-45ec-bab9-4464a24687c3} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2326 2025.03.22 20:04:18.855559 [ 5 ] {718e983c-f613-45ec-bab9-4464a24687c3} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.002004 sec., 53892.21556886227 rows/sec., 4.51 MiB/sec.
2327 2025.03.22 20:04:18.855621 [ 5 ] {718e983c-f613-45ec-bab9-4464a24687c3} <Debug> TCPHandler: Processed in 0.00235797 sec.
2328 2025.03.22 20:04:18.855744 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2329 2025.03.22 20:04:18.855850 [ 5 ] {b8223b74-e7ed-442a-8aea-9ad468bcbd24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2330 2025.03.22 20:04:18.855981 [ 5 ] {b8223b74-e7ed-442a-8aea-9ad468bcbd24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2331 2025.03.22 20:04:18.856514 [ 5 ] {b8223b74-e7ed-442a-8aea-9ad468bcbd24} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2332 2025.03.22 20:04:18.856554 [ 5 ] {b8223b74-e7ed-442a-8aea-9ad468bcbd24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2333 2025.03.22 20:04:18.856901 [ 5 ] {b8223b74-e7ed-442a-8aea-9ad468bcbd24} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2334 2025.03.22 20:04:18.857140 [ 5 ] {b8223b74-e7ed-442a-8aea-9ad468bcbd24} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2335 2025.03.22 20:04:18.857349 [ 5 ] {b8223b74-e7ed-442a-8aea-9ad468bcbd24} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001521 sec., 17094.017094017094 rows/sec., 1.26 MiB/sec.
2336 2025.03.22 20:04:18.857401 [ 5 ] {b8223b74-e7ed-442a-8aea-9ad468bcbd24} <Debug> TCPHandler: Processed in 0.001707406 sec.
2337 2025.03.22 20:04:18.857537 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2338 2025.03.22 20:04:18.857674 [ 5 ] {eec59ed5-a6a5-48f7-8ca8-111a47d8a05b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2339 2025.03.22 20:04:18.857774 [ 5 ] {eec59ed5-a6a5-48f7-8ca8-111a47d8a05b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2340 2025.03.22 20:04:18.858454 [ 5 ] {eec59ed5-a6a5-48f7-8ca8-111a47d8a05b} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2341 2025.03.22 20:04:18.858496 [ 5 ] {eec59ed5-a6a5-48f7-8ca8-111a47d8a05b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2342 2025.03.22 20:04:18.858866 [ 5 ] {eec59ed5-a6a5-48f7-8ca8-111a47d8a05b} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2343 2025.03.22 20:04:18.859102 [ 5 ] {eec59ed5-a6a5-48f7-8ca8-111a47d8a05b} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2344 2025.03.22 20:04:18.859315 [ 5 ] {eec59ed5-a6a5-48f7-8ca8-111a47d8a05b} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.00167 sec., 53892.21556886227 rows/sec., 4.21 MiB/sec.
2345 2025.03.22 20:04:18.859367 [ 5 ] {eec59ed5-a6a5-48f7-8ca8-111a47d8a05b} <Debug> TCPHandler: Processed in 0.001894091 sec.
2346 2025.03.22 20:04:18.859480 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2347 2025.03.22 20:04:18.859585 [ 5 ] {92cac683-87c3-4239-82a4-bac934731014} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2348 2025.03.22 20:04:18.859633 [ 5 ] {92cac683-87c3-4239-82a4-bac934731014} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2349 2025.03.22 20:04:18.860145 [ 5 ] {92cac683-87c3-4239-82a4-bac934731014} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2350 2025.03.22 20:04:18.860185 [ 5 ] {92cac683-87c3-4239-82a4-bac934731014} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2351 2025.03.22 20:04:18.860566 [ 5 ] {92cac683-87c3-4239-82a4-bac934731014} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2352 2025.03.22 20:04:18.860820 [ 5 ] {92cac683-87c3-4239-82a4-bac934731014} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2353 2025.03.22 20:04:18.861040 [ 5 ] {92cac683-87c3-4239-82a4-bac934731014} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001477 sec., 108327.69126607988 rows/sec., 7.54 MiB/sec.
2354 2025.03.22 20:04:18.861091 [ 5 ] {92cac683-87c3-4239-82a4-bac934731014} <Debug> TCPHandler: Processed in 0.001660795 sec.
2355 2025.03.22 20:04:18.861193 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2356 2025.03.22 20:04:18.861294 [ 5 ] {8fe58c19-1105-45b1-b3d4-b2e67e494374} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2357 2025.03.22 20:04:18.861357 [ 5 ] {8fe58c19-1105-45b1-b3d4-b2e67e494374} <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
2358 2025.03.22 20:04:18.862397 [ 5 ] {8fe58c19-1105-45b1-b3d4-b2e67e494374} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2359 2025.03.22 20:04:18.862435 [ 5 ] {8fe58c19-1105-45b1-b3d4-b2e67e494374} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2360 2025.03.22 20:04:18.863055 [ 5 ] {8fe58c19-1105-45b1-b3d4-b2e67e494374} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2361 2025.03.22 20:04:18.863480 [ 5 ] {8fe58c19-1105-45b1-b3d4-b2e67e494374} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2362 2025.03.22 20:04:18.863846 [ 5 ] {8fe58c19-1105-45b1-b3d4-b2e67e494374} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002542 sec., 10228.16679779701 rows/sec., 18.33 MiB/sec.
2363 2025.03.22 20:04:18.864030 [ 5 ] {8fe58c19-1105-45b1-b3d4-b2e67e494374} <Debug> TCPHandler: Processed in 0.002885381 sec.
2364 2025.03.22 20:04:18.864181 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2365 2025.03.22 20:04:18.864286 [ 5 ] {ac2f6b51-5023-451e-a638-29a95e6ebade} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2366 2025.03.22 20:04:18.864334 [ 5 ] {ac2f6b51-5023-451e-a638-29a95e6ebade} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2367 2025.03.22 20:04:18.864797 [ 5 ] {ac2f6b51-5023-451e-a638-29a95e6ebade} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2368 2025.03.22 20:04:18.864837 [ 5 ] {ac2f6b51-5023-451e-a638-29a95e6ebade} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2369 2025.03.22 20:04:18.865233 [ 5 ] {ac2f6b51-5023-451e-a638-29a95e6ebade} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2370 2025.03.22 20:04:18.865474 [ 5 ] {ac2f6b51-5023-451e-a638-29a95e6ebade} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2371 2025.03.22 20:04:18.865743 [ 5 ] {ac2f6b51-5023-451e-a638-29a95e6ebade} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001474 sec., 40705.5630936228 rows/sec., 2.74 MiB/sec.
2372 2025.03.22 20:04:18.865938 [ 5 ] {ac2f6b51-5023-451e-a638-29a95e6ebade} <Debug> TCPHandler: Processed in 0.001804778 sec.
2373 2025.03.22 20:04:22.849593 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2374 2025.03.22 20:04:22.849895 [ 5 ] {718dc34c-db98-4efd-a9f9-a7476d310a3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2375 2025.03.22 20:04:22.850005 [ 5 ] {718dc34c-db98-4efd-a9f9-a7476d310a3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2376 2025.03.22 20:04:22.850979 [ 5 ] {718dc34c-db98-4efd-a9f9-a7476d310a3b} <Trace> oximeter.fields_i16 (264093f9-a655-4468-9a79-5d699a3bbf39): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2377 2025.03.22 20:04:22.851025 [ 5 ] {718dc34c-db98-4efd-a9f9-a7476d310a3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2378 2025.03.22 20:04:22.851461 [ 5 ] {718dc34c-db98-4efd-a9f9-a7476d310a3b} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2379 2025.03.22 20:04:22.851710 [ 5 ] {718dc34c-db98-4efd-a9f9-a7476d310a3b} <Trace> oximeter.fields_i16 (264093f9-a655-4468-9a79-5d699a3bbf39): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2380 2025.03.22 20:04:22.851940 [ 5 ] {718dc34c-db98-4efd-a9f9-a7476d310a3b} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.002117 sec., 11336.797354747285 rows/sec., 963.18 KiB/sec.
2381 2025.03.22 20:04:22.852128 [ 5 ] {718dc34c-db98-4efd-a9f9-a7476d310a3b} <Debug> TCPHandler: Processed in 0.002674397 sec.
2382 2025.03.22 20:04:22.852265 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2383 2025.03.22 20:04:22.852379 [ 5 ] {8ddd23d5-4120-4c7a-83e1-e8c05424cd8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
2384 2025.03.22 20:04:22.852427 [ 5 ] {8ddd23d5-4120-4c7a-83e1-e8c05424cd8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
2385 2025.03.22 20:04:22.852989 [ 5 ] {8ddd23d5-4120-4c7a-83e1-e8c05424cd8e} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2386 2025.03.22 20:04:22.853029 [ 5 ] {8ddd23d5-4120-4c7a-83e1-e8c05424cd8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2387 2025.03.22 20:04:22.853378 [ 5 ] {8ddd23d5-4120-4c7a-83e1-e8c05424cd8e} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2388 2025.03.22 20:04:22.853623 [ 5 ] {8ddd23d5-4120-4c7a-83e1-e8c05424cd8e} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2389 2025.03.22 20:04:22.853815 [ 5 ] {8ddd23d5-4120-4c7a-83e1-e8c05424cd8e} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001458 sec., 6858.710562414266 rows/sec., 559.28 KiB/sec.
2390 2025.03.22 20:04:22.853881 [ 5 ] {8ddd23d5-4120-4c7a-83e1-e8c05424cd8e} <Debug> TCPHandler: Processed in 0.001669005 sec.
2391 2025.03.22 20:04:22.854010 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2392 2025.03.22 20:04:22.854118 [ 5 ] {acf935b6-1349-44f5-a6af-8ff395f2c82b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2393 2025.03.22 20:04:22.854163 [ 5 ] {acf935b6-1349-44f5-a6af-8ff395f2c82b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2394 2025.03.22 20:04:22.855424 [ 5 ] {acf935b6-1349-44f5-a6af-8ff395f2c82b} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2395 2025.03.22 20:04:22.855461 [ 5 ] {acf935b6-1349-44f5-a6af-8ff395f2c82b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2396 2025.03.22 20:04:22.855894 [ 5 ] {acf935b6-1349-44f5-a6af-8ff395f2c82b} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2397 2025.03.22 20:04:22.856131 [ 5 ] {acf935b6-1349-44f5-a6af-8ff395f2c82b} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2398 2025.03.22 20:04:22.856318 [ 51 ] {} <Debug> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2399 2025.03.22 20:04:22.856329 [ 5 ] {acf935b6-1349-44f5-a6af-8ff395f2c82b} <Debug> executeQuery: Read 1337 rows, 113.88 KiB in 0.002224 sec., 601169.0647482015 rows/sec., 50.01 MiB/sec.
2400 2025.03.22 20:04:22.856411 [ 51 ] {} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2401 2025.03.22 20:04:22.856482 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2402 2025.03.22 20:04:22.856496 [ 5 ] {acf935b6-1349-44f5-a6af-8ff395f2c82b} <Debug> TCPHandler: Processed in 0.002533984 sec.
2403 2025.03.22 20:04:22.856751 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2404 2025.03.22 20:04:22.857151 [ 5 ] {7fb5cdf8-cf02-4b65-907f-1dc9fd37a61d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2405 2025.03.22 20:04:22.857165 [ 188 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::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
2406 2025.03.22 20:04:22.857229 [ 5 ] {7fb5cdf8-cf02-4b65-907f-1dc9fd37a61d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2407 2025.03.22 20:04:22.857648 [ 188 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2408 2025.03.22 20:04:22.857751 [ 188 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1384 rows starting from the beginning of the part
2409 2025.03.22 20:04:22.858151 [ 188 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 72 rows starting from the beginning of the part
2410 2025.03.22 20:04:22.858393 [ 188 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 109 rows starting from the beginning of the part
2411 2025.03.22 20:04:22.858858 [ 188 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 72 rows starting from the beginning of the part
2412 2025.03.22 20:04:22.859130 [ 188 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 108 rows starting from the beginning of the part
2413 2025.03.22 20:04:22.859457 [ 188 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1337 rows starting from the beginning of the part
2414 2025.03.22 20:04:22.859989 [ 5 ] {7fb5cdf8-cf02-4b65-907f-1dc9fd37a61d} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2415 2025.03.22 20:04:22.860065 [ 5 ] {7fb5cdf8-cf02-4b65-907f-1dc9fd37a61d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2416 2025.03.22 20:04:22.860836 [ 5 ] {7fb5cdf8-cf02-4b65-907f-1dc9fd37a61d} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2417 2025.03.22 20:04:22.861418 [ 5 ] {7fb5cdf8-cf02-4b65-907f-1dc9fd37a61d} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2418 2025.03.22 20:04:22.861880 [ 5 ] {7fb5cdf8-cf02-4b65-907f-1dc9fd37a61d} <Debug> executeQuery: Read 30 rows, 2.26 KiB in 0.004809 sec., 6238.303181534623 rows/sec., 470.11 KiB/sec.
2419 2025.03.22 20:04:22.862043 [ 5 ] {7fb5cdf8-cf02-4b65-907f-1dc9fd37a61d} <Debug> TCPHandler: Processed in 0.005392344 sec.
2420 2025.03.22 20:04:22.862189 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2421 2025.03.22 20:04:22.862312 [ 5 ] {2cf9155d-b6b5-4222-9469-a2765561eb4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2422 2025.03.22 20:04:22.862368 [ 5 ] {2cf9155d-b6b5-4222-9469-a2765561eb4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2423 2025.03.22 20:04:22.863072 [ 188 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3082 rows, containing 5 columns (5 merged, 0 gathered) in 0.006402116 sec., 481403.3360220277 rows/sec., 41.92 MiB/sec.
2424 2025.03.22 20:04:22.863355 [ 188 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2425 2025.03.22 20:04:22.863987 [ 188 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_16_3} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2426 2025.03.22 20:04:22.864026 [ 5 ] {2cf9155d-b6b5-4222-9469-a2765561eb4f} <Trace> oximeter.fields_u32 (ad7a5232-f0e1-40d6-acb0-24ed1d64c039): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2427 2025.03.22 20:04:22.864081 [ 5 ] {2cf9155d-b6b5-4222-9469-a2765561eb4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2428 2025.03.22 20:04:22.864113 [ 188 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_16_3} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2429 2025.03.22 20:04:22.864309 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB.
2430 2025.03.22 20:04:22.864614 [ 5 ] {2cf9155d-b6b5-4222-9469-a2765561eb4f} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2431 2025.03.22 20:04:22.864858 [ 5 ] {2cf9155d-b6b5-4222-9469-a2765561eb4f} <Trace> oximeter.fields_u32 (ad7a5232-f0e1-40d6-acb0-24ed1d64c039): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2432 2025.03.22 20:04:22.865156 [ 5 ] {2cf9155d-b6b5-4222-9469-a2765561eb4f} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.002855 sec., 88266.1996497373 rows/sec., 6.10 MiB/sec.
2433 2025.03.22 20:04:22.865267 [ 5 ] {2cf9155d-b6b5-4222-9469-a2765561eb4f} <Debug> TCPHandler: Processed in 0.003138347 sec.
2434 2025.03.22 20:04:22.865372 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2435 2025.03.22 20:04:22.865474 [ 5 ] {13a8e5ca-4ea4-4436-adc8-117428402795} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2436 2025.03.22 20:04:22.865519 [ 5 ] {13a8e5ca-4ea4-4436-adc8-117428402795} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2437 2025.03.22 20:04:22.866037 [ 5 ] {13a8e5ca-4ea4-4436-adc8-117428402795} <Trace> oximeter.fields_u8 (faaaa09d-c3bc-4a8d-ab11-77969ca3dca4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2438 2025.03.22 20:04:22.866076 [ 5 ] {13a8e5ca-4ea4-4436-adc8-117428402795} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2439 2025.03.22 20:04:22.866423 [ 5 ] {13a8e5ca-4ea4-4436-adc8-117428402795} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2440 2025.03.22 20:04:22.866663 [ 5 ] {13a8e5ca-4ea4-4436-adc8-117428402795} <Trace> oximeter.fields_u8 (faaaa09d-c3bc-4a8d-ab11-77969ca3dca4): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2441 2025.03.22 20:04:22.866938 [ 5 ] {13a8e5ca-4ea4-4436-adc8-117428402795} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001468 sec., 8174.386920980927 rows/sec., 638.62 KiB/sec.
2442 2025.03.22 20:04:22.867027 [ 5 ] {13a8e5ca-4ea4-4436-adc8-117428402795} <Debug> TCPHandler: Processed in 0.001706306 sec.
2443 2025.03.22 20:04:22.867148 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2444 2025.03.22 20:04:22.867253 [ 5 ] {24e0dae9-4864-40a6-b774-721a73962617} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2445 2025.03.22 20:04:22.867297 [ 5 ] {24e0dae9-4864-40a6-b774-721a73962617} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2446 2025.03.22 20:04:22.868037 [ 5 ] {24e0dae9-4864-40a6-b774-721a73962617} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2447 2025.03.22 20:04:22.868076 [ 5 ] {24e0dae9-4864-40a6-b774-721a73962617} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2448 2025.03.22 20:04:22.868444 [ 5 ] {24e0dae9-4864-40a6-b774-721a73962617} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2449 2025.03.22 20:04:22.868679 [ 5 ] {24e0dae9-4864-40a6-b774-721a73962617} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2450 2025.03.22 20:04:22.868835 [ 51 ] {} <Debug> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2451 2025.03.22 20:04:22.868900 [ 51 ] {} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2452 2025.03.22 20:04:22.868925 [ 5 ] {24e0dae9-4864-40a6-b774-721a73962617} <Debug> executeQuery: Read 574 rows, 44.12 KiB in 0.001688 sec., 340047.3933649289 rows/sec., 25.52 MiB/sec.
2453 2025.03.22 20:04:22.868940 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2454 2025.03.22 20:04:22.869080 [ 5 ] {24e0dae9-4864-40a6-b774-721a73962617} <Debug> TCPHandler: Processed in 0.001977802 sec.
2455 2025.03.22 20:04:22.869294 [ 200 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::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
2456 2025.03.22 20:04:22.869322 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2457 2025.03.22 20:04:22.869574 [ 5 ] {99b74538-98b2-4810-9277-1d5caad2bbff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2458 2025.03.22 20:04:22.869649 [ 200 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2459 2025.03.22 20:04:22.869676 [ 5 ] {99b74538-98b2-4810-9277-1d5caad2bbff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2460 2025.03.22 20:04:22.869711 [ 200 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 600 rows starting from the beginning of the part
2461 2025.03.22 20:04:22.870052 [ 200 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 72 rows starting from the beginning of the part
2462 2025.03.22 20:04:22.870472 [ 200 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 92 rows starting from the beginning of the part
2463 2025.03.22 20:04:22.870823 [ 200 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 72 rows starting from the beginning of the part
2464 2025.03.22 20:04:22.871142 [ 200 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 90 rows starting from the beginning of the part
2465 2025.03.22 20:04:22.871235 [ 200 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 574 rows starting from the beginning of the part
2466 2025.03.22 20:04:22.872563 [ 5 ] {99b74538-98b2-4810-9277-1d5caad2bbff} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2467 2025.03.22 20:04:22.872641 [ 5 ] {99b74538-98b2-4810-9277-1d5caad2bbff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2468 2025.03.22 20:04:22.873802 [ 5 ] {99b74538-98b2-4810-9277-1d5caad2bbff} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2469 2025.03.22 20:04:22.874213 [ 200 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1500 rows, containing 5 columns (5 merged, 0 gathered) in 0.005123169 sec., 292787.5305304197 rows/sec., 23.30 MiB/sec.
2470 2025.03.22 20:04:22.874352 [ 5 ] {99b74538-98b2-4810-9277-1d5caad2bbff} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2471 2025.03.22 20:04:22.874449 [ 200 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2472 2025.03.22 20:04:22.874744 [ 51 ] {} <Debug> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2473 2025.03.22 20:04:22.874849 [ 51 ] {} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2474 2025.03.22 20:04:22.874931 [ 5 ] {99b74538-98b2-4810-9277-1d5caad2bbff} <Debug> executeQuery: Read 1015 rows, 70.30 KiB in 0.005417 sec., 187373.08473324717 rows/sec., 12.67 MiB/sec.
2475 2025.03.22 20:04:22.874952 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2476 2025.03.22 20:04:22.875318 [ 200 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_16_3} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2477 2025.03.22 20:04:22.875337 [ 5 ] {99b74538-98b2-4810-9277-1d5caad2bbff} <Debug> TCPHandler: Processed in 0.006071389 sec.
2478 2025.03.22 20:04:22.875411 [ 188 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::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
2479 2025.03.22 20:04:22.875557 [ 200 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_16_3} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2480 2025.03.22 20:04:22.875718 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2481 2025.03.22 20:04:22.875741 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
2482 2025.03.22 20:04:22.875767 [ 188 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2483 2025.03.22 20:04:22.875807 [ 188 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 4114 rows starting from the beginning of the part
2484 2025.03.22 20:04:22.876002 [ 5 ] {25f5ec72-509f-4f36-a17d-2aa7f77aef40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2485 2025.03.22 20:04:22.876120 [ 188 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 160 rows starting from the beginning of the part
2486 2025.03.22 20:04:22.876256 [ 5 ] {25f5ec72-509f-4f36-a17d-2aa7f77aef40} <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
2487 2025.03.22 20:04:22.876627 [ 188 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 161 rows starting from the beginning of the part
2488 2025.03.22 20:04:22.877078 [ 188 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 160 rows starting from the beginning of the part
2489 2025.03.22 20:04:22.877467 [ 188 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 160 rows starting from the beginning of the part
2490 2025.03.22 20:04:22.877931 [ 188 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1015 rows starting from the beginning of the part
2491 2025.03.22 20:04:22.881231 [ 5 ] {25f5ec72-509f-4f36-a17d-2aa7f77aef40} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2492 2025.03.22 20:04:22.881277 [ 5 ] {25f5ec72-509f-4f36-a17d-2aa7f77aef40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2493 2025.03.22 20:04:22.882049 [ 5 ] {25f5ec72-509f-4f36-a17d-2aa7f77aef40} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2494 2025.03.22 20:04:22.882314 [ 5 ] {25f5ec72-509f-4f36-a17d-2aa7f77aef40} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2495 2025.03.22 20:04:22.882769 [ 5 ] {25f5ec72-509f-4f36-a17d-2aa7f77aef40} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.006857 sec., 1166.6909727285986 rows/sec., 2.09 MiB/sec.
2496 2025.03.22 20:04:22.883325 [ 188 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5770 rows, containing 5 columns (5 merged, 0 gathered) in 0.008157113 sec., 707358.1057415779 rows/sec., 48.39 MiB/sec.
2497 2025.03.22 20:04:22.883595 [ 5 ] {25f5ec72-509f-4f36-a17d-2aa7f77aef40} <Debug> TCPHandler: Processed in 0.00800421 sec.
2498 2025.03.22 20:04:22.883771 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2499 2025.03.22 20:04:22.883932 [ 188 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2500 2025.03.22 20:04:22.883950 [ 5 ] {895259dc-e0a7-4cb9-b012-e859c5d090a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2501 2025.03.22 20:04:22.884082 [ 5 ] {895259dc-e0a7-4cb9-b012-e859c5d090a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2502 2025.03.22 20:04:22.884547 [ 188 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2503 2025.03.22 20:04:22.884673 [ 188 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2504 2025.03.22 20:04:22.884838 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.26 MiB.
2505 2025.03.22 20:04:22.884996 [ 5 ] {895259dc-e0a7-4cb9-b012-e859c5d090a3} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2506 2025.03.22 20:04:22.885039 [ 5 ] {895259dc-e0a7-4cb9-b012-e859c5d090a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2507 2025.03.22 20:04:22.885404 [ 5 ] {895259dc-e0a7-4cb9-b012-e859c5d090a3} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2508 2025.03.22 20:04:22.885641 [ 5 ] {895259dc-e0a7-4cb9-b012-e859c5d090a3} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2509 2025.03.22 20:04:22.885794 [ 51 ] {} <Debug> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2510 2025.03.22 20:04:22.885859 [ 51 ] {} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2511 2025.03.22 20:04:22.885895 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2512 2025.03.22 20:04:22.885901 [ 5 ] {895259dc-e0a7-4cb9-b012-e859c5d090a3} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001995 sec., 24060.15037593985 rows/sec., 1.62 MiB/sec.
2513 2025.03.22 20:04:22.886146 [ 5 ] {895259dc-e0a7-4cb9-b012-e859c5d090a3} <Debug> TCPHandler: Processed in 0.002421591 sec.
2514 2025.03.22 20:04:22.886419 [ 186 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::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
2515 2025.03.22 20:04:22.886603 [ 186 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2516 2025.03.22 20:04:22.886644 [ 186 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 516 rows starting from the beginning of the part
2517 2025.03.22 20:04:22.886764 [ 186 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 60 rows starting from the beginning of the part
2518 2025.03.22 20:04:22.886968 [ 186 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 60 rows starting from the beginning of the part
2519 2025.03.22 20:04:22.887174 [ 186 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 60 rows starting from the beginning of the part
2520 2025.03.22 20:04:22.887331 [ 186 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 60 rows starting from the beginning of the part
2521 2025.03.22 20:04:22.887551 [ 186 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 48 rows starting from the beginning of the part
2522 2025.03.22 20:04:22.888839 [ 200 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 804 rows, containing 4 columns (4 merged, 0 gathered) in 0.00280405 sec., 286728.12539006077 rows/sec., 19.36 MiB/sec.
2523 2025.03.22 20:04:22.889018 [ 201 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2524 2025.03.22 20:04:22.889322 [ 201 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_16_3} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2525 2025.03.22 20:04:22.889395 [ 201 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_16_3} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2526 2025.03.22 20:04:22.889482 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB.
2527 2025.03.22 20:04:22.890567 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 356
2528 2025.03.22 20:04:22.893890 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2529 2025.03.22 20:04:22.893934 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2530 2025.03.22 20:04:22.895438 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2531 2025.03.22 20:04:22.895756 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2532 2025.03.22 20:04:22.896273 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 356
2533 2025.03.22 20:04:23.846128 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2534 2025.03.22 20:04:23.846312 [ 5 ] {d68d2430-56a3-42b0-96b7-e4b2104016d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2535 2025.03.22 20:04:23.846384 [ 5 ] {d68d2430-56a3-42b0-96b7-e4b2104016d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2536 2025.03.22 20:04:23.847151 [ 5 ] {d68d2430-56a3-42b0-96b7-e4b2104016d1} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2537 2025.03.22 20:04:23.847190 [ 5 ] {d68d2430-56a3-42b0-96b7-e4b2104016d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2538 2025.03.22 20:04:23.847625 [ 5 ] {d68d2430-56a3-42b0-96b7-e4b2104016d1} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2539 2025.03.22 20:04:23.847872 [ 5 ] {d68d2430-56a3-42b0-96b7-e4b2104016d1} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2540 2025.03.22 20:04:23.848069 [ 5 ] {d68d2430-56a3-42b0-96b7-e4b2104016d1} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00181 sec., 30939.22651933702 rows/sec., 2.36 MiB/sec.
2541 2025.03.22 20:04:23.848132 [ 5 ] {d68d2430-56a3-42b0-96b7-e4b2104016d1} <Debug> TCPHandler: Processed in 0.002129485 sec.
2542 2025.03.22 20:04:23.848273 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2543 2025.03.22 20:04:23.848377 [ 5 ] {6fc0d0b2-5a6f-4ccb-bbcd-2855c8b4f72f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2544 2025.03.22 20:04:23.848422 [ 5 ] {6fc0d0b2-5a6f-4ccb-bbcd-2855c8b4f72f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2545 2025.03.22 20:04:23.848971 [ 5 ] {6fc0d0b2-5a6f-4ccb-bbcd-2855c8b4f72f} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2546 2025.03.22 20:04:23.849008 [ 5 ] {6fc0d0b2-5a6f-4ccb-bbcd-2855c8b4f72f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2547 2025.03.22 20:04:23.849360 [ 5 ] {6fc0d0b2-5a6f-4ccb-bbcd-2855c8b4f72f} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2548 2025.03.22 20:04:23.849594 [ 5 ] {6fc0d0b2-5a6f-4ccb-bbcd-2855c8b4f72f} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2549 2025.03.22 20:04:23.849770 [ 5 ] {6fc0d0b2-5a6f-4ccb-bbcd-2855c8b4f72f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001414 sec., 45261.669024045266 rows/sec., 3.53 MiB/sec.
2550 2025.03.22 20:04:23.849818 [ 5 ] {6fc0d0b2-5a6f-4ccb-bbcd-2855c8b4f72f} <Debug> TCPHandler: Processed in 0.001593984 sec.
2551 2025.03.22 20:04:23.849935 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2552 2025.03.22 20:04:23.850038 [ 5 ] {e6c34b65-4130-4c9d-b394-aa75c0b7745f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2553 2025.03.22 20:04:23.850086 [ 5 ] {e6c34b65-4130-4c9d-b394-aa75c0b7745f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2554 2025.03.22 20:04:23.850562 [ 5 ] {e6c34b65-4130-4c9d-b394-aa75c0b7745f} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2555 2025.03.22 20:04:23.850598 [ 5 ] {e6c34b65-4130-4c9d-b394-aa75c0b7745f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2556 2025.03.22 20:04:23.850956 [ 5 ] {e6c34b65-4130-4c9d-b394-aa75c0b7745f} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2557 2025.03.22 20:04:23.851187 [ 5 ] {e6c34b65-4130-4c9d-b394-aa75c0b7745f} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2558 2025.03.22 20:04:23.851360 [ 5 ] {e6c34b65-4130-4c9d-b394-aa75c0b7745f} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001343 sec., 23827.252419955323 rows/sec., 1.66 MiB/sec.
2559 2025.03.22 20:04:23.851408 [ 5 ] {e6c34b65-4130-4c9d-b394-aa75c0b7745f} <Debug> TCPHandler: Processed in 0.001523103 sec.
2560 2025.03.22 20:04:23.851511 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2561 2025.03.22 20:04:23.851611 [ 5 ] {81548863-b6b1-479f-ac09-e7be2135e769} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2562 2025.03.22 20:04:23.851656 [ 5 ] {81548863-b6b1-479f-ac09-e7be2135e769} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2563 2025.03.22 20:04:23.852066 [ 5 ] {81548863-b6b1-479f-ac09-e7be2135e769} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2564 2025.03.22 20:04:23.852102 [ 5 ] {81548863-b6b1-479f-ac09-e7be2135e769} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2565 2025.03.22 20:04:23.852471 [ 5 ] {81548863-b6b1-479f-ac09-e7be2135e769} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2566 2025.03.22 20:04:23.852711 [ 5 ] {81548863-b6b1-479f-ac09-e7be2135e769} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2567 2025.03.22 20:04:23.852881 [ 5 ] {81548863-b6b1-479f-ac09-e7be2135e769} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001291 sec., 9295.120061967467 rows/sec., 641.46 KiB/sec.
2568 2025.03.22 20:04:23.852926 [ 5 ] {81548863-b6b1-479f-ac09-e7be2135e769} <Debug> TCPHandler: Processed in 0.001464561 sec.
2569 2025.03.22 20:04:25.380427 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5124
2570 2025.03.22 20:04:25.381098 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2571 2025.03.22 20:04:25.381142 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2572 2025.03.22 20:04:25.381667 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2573 2025.03.22 20:04:25.381913 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2574 2025.03.22 20:04:25.382103 [ 114 ] {} <Debug> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2575 2025.03.22 20:04:25.382162 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5124
2576 2025.03.22 20:04:25.382200 [ 114 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2577 2025.03.22 20:04:25.382228 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2578 2025.03.22 20:04:25.382353 [ 186 ] {6f3f2c82-38dd-415f-af08-560485366d9f::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
2579 2025.03.22 20:04:25.382502 [ 186 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2580 2025.03.22 20:04:25.382551 [ 186 ] {6f3f2c82-38dd-415f-af08-560485366d9f::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
2581 2025.03.22 20:04:25.382636 [ 186 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 488 rows starting from the beginning of the part
2582 2025.03.22 20:04:25.382809 [ 186 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 427 rows starting from the beginning of the part
2583 2025.03.22 20:04:25.383040 [ 186 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 488 rows starting from the beginning of the part
2584 2025.03.22 20:04:25.383284 [ 186 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 427 rows starting from the beginning of the part
2585 2025.03.22 20:04:25.383433 [ 186 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 488 rows starting from the beginning of the part
2586 2025.03.22 20:04:25.385355 [ 200 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5124 rows, containing 4 columns (4 merged, 0 gathered) in 0.003062445 sec., 1673172.9059623927 rows/sec., 23.93 MiB/sec.
2587 2025.03.22 20:04:25.385749 [ 200 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2588 2025.03.22 20:04:25.386060 [ 200 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_11_2} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2589 2025.03.22 20:04:25.386140 [ 200 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_11_2} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2590 2025.03.22 20:04:25.386246 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB.
2591 2025.03.22 20:04:25.782813 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83
2592 2025.03.22 20:04:25.803151 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2593 2025.03.22 20:04:25.803204 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2594 2025.03.22 20:04:25.810475 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2595 2025.03.22 20:04:25.811214 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2596 2025.03.22 20:04:25.811592 [ 114 ] {} <Debug> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2597 2025.03.22 20:04:25.811726 [ 114 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2598 2025.03.22 20:04:25.811807 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2599 2025.03.22 20:04:25.812197 [ 186 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::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
2600 2025.03.22 20:04:25.827616 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83
2601 2025.03.22 20:04:25.829318 [ 186 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2602 2025.03.22 20:04:25.830888 [ 186 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::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
2603 2025.03.22 20:04:25.836514 [ 186 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::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
2604 2025.03.22 20:04:25.842099 [ 186 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::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
2605 2025.03.22 20:04:25.847717 [ 186 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::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
2606 2025.03.22 20:04:25.853402 [ 186 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::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
2607 2025.03.22 20:04:25.858042 [ 186 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::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
2608 2025.03.22 20:04:25.915229 [ 189 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.103288884 sec., 803.5714666062227 rows/sec., 4.16 MiB/sec.
2609 2025.03.22 20:04:25.917720 [ 196 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2610 2025.03.22 20:04:25.920678 [ 196 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_11_2} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2611 2025.03.22 20:04:25.920811 [ 196 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_11_2} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2612 2025.03.22 20:04:25.923380 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB.
2613 2025.03.22 20:04:28.853930 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2614 2025.03.22 20:04:28.854150 [ 5 ] {f958fd2b-5cf1-4d04-98fa-96f42a48b1b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2615 2025.03.22 20:04:28.854228 [ 5 ] {f958fd2b-5cf1-4d04-98fa-96f42a48b1b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2616 2025.03.22 20:04:28.855118 [ 5 ] {f958fd2b-5cf1-4d04-98fa-96f42a48b1b6} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2617 2025.03.22 20:04:28.855160 [ 5 ] {f958fd2b-5cf1-4d04-98fa-96f42a48b1b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2618 2025.03.22 20:04:28.855603 [ 5 ] {f958fd2b-5cf1-4d04-98fa-96f42a48b1b6} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
2619 2025.03.22 20:04:28.855861 [ 5 ] {f958fd2b-5cf1-4d04-98fa-96f42a48b1b6} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2620 2025.03.22 20:04:28.856072 [ 5 ] {f958fd2b-5cf1-4d04-98fa-96f42a48b1b6} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.00198 sec., 54545.454545454544 rows/sec., 4.56 MiB/sec.
2621 2025.03.22 20:04:28.856136 [ 5 ] {f958fd2b-5cf1-4d04-98fa-96f42a48b1b6} <Debug> TCPHandler: Processed in 0.002339549 sec.
2622 2025.03.22 20:04:28.856262 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2623 2025.03.22 20:04:28.856375 [ 5 ] {54a50188-b23b-4d52-a9c8-7ed9767ffe35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2624 2025.03.22 20:04:28.856423 [ 5 ] {54a50188-b23b-4d52-a9c8-7ed9767ffe35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2625 2025.03.22 20:04:28.856966 [ 5 ] {54a50188-b23b-4d52-a9c8-7ed9767ffe35} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2626 2025.03.22 20:04:28.857003 [ 5 ] {54a50188-b23b-4d52-a9c8-7ed9767ffe35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2627 2025.03.22 20:04:28.857360 [ 5 ] {54a50188-b23b-4d52-a9c8-7ed9767ffe35} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2628 2025.03.22 20:04:28.857601 [ 5 ] {54a50188-b23b-4d52-a9c8-7ed9767ffe35} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2629 2025.03.22 20:04:28.857722 [ 137 ] {} <Debug> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2630 2025.03.22 20:04:28.857777 [ 137 ] {} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2631 2025.03.22 20:04:28.857789 [ 5 ] {54a50188-b23b-4d52-a9c8-7ed9767ffe35} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001441 sec., 18043.025676613463 rows/sec., 1.32 MiB/sec.
2632 2025.03.22 20:04:28.857809 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2633 2025.03.22 20:04:28.857856 [ 5 ] {54a50188-b23b-4d52-a9c8-7ed9767ffe35} <Debug> TCPHandler: Processed in 0.001645135 sec.
2634 2025.03.22 20:04:28.858060 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2635 2025.03.22 20:04:28.858111 [ 192 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::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
2636 2025.03.22 20:04:28.858194 [ 5 ] {8d0dd42e-02e6-48a5-9fce-26c5e865a355} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2637 2025.03.22 20:04:28.858270 [ 5 ] {8d0dd42e-02e6-48a5-9fce-26c5e865a355} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2638 2025.03.22 20:04:28.858607 [ 192 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2639 2025.03.22 20:04:28.858737 [ 192 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::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
2640 2025.03.22 20:04:28.859064 [ 192 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::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
2641 2025.03.22 20:04:28.859474 [ 192 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::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
2642 2025.03.22 20:04:28.859871 [ 192 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::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
2643 2025.03.22 20:04:28.860068 [ 192 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 30 rows starting from the beginning of the part
2644 2025.03.22 20:04:28.860452 [ 192 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::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
2645 2025.03.22 20:04:28.861298 [ 5 ] {8d0dd42e-02e6-48a5-9fce-26c5e865a355} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2646 2025.03.22 20:04:28.861356 [ 5 ] {8d0dd42e-02e6-48a5-9fce-26c5e865a355} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2647 2025.03.22 20:04:28.862357 [ 5 ] {8d0dd42e-02e6-48a5-9fce-26c5e865a355} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
2648 2025.03.22 20:04:28.862933 [ 5 ] {8d0dd42e-02e6-48a5-9fce-26c5e865a355} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2649 2025.03.22 20:04:28.863300 [ 196 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 164 rows, containing 5 columns (5 merged, 0 gathered) in 0.005344623 sec., 30685.045512096927 rows/sec., 2.38 MiB/sec.
2650 2025.03.22 20:04:28.863527 [ 5 ] {8d0dd42e-02e6-48a5-9fce-26c5e865a355} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.005347 sec., 16831.868337385447 rows/sec., 1.31 MiB/sec.
2651 2025.03.22 20:04:28.863662 [ 189 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2652 2025.03.22 20:04:28.863987 [ 5 ] {8d0dd42e-02e6-48a5-9fce-26c5e865a355} <Debug> TCPHandler: Processed in 0.006009438 sec.
2653 2025.03.22 20:04:28.864316 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2654 2025.03.22 20:04:28.864462 [ 5 ] {16ee9191-9817-4c28-9c52-0b1d0aa6126e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2655 2025.03.22 20:04:28.864500 [ 189 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_11_2} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2656 2025.03.22 20:04:28.864521 [ 5 ] {16ee9191-9817-4c28-9c52-0b1d0aa6126e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2657 2025.03.22 20:04:28.864622 [ 189 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_11_2} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2658 2025.03.22 20:04:28.864750 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
2659 2025.03.22 20:04:28.865188 [ 5 ] {16ee9191-9817-4c28-9c52-0b1d0aa6126e} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2660 2025.03.22 20:04:28.865225 [ 5 ] {16ee9191-9817-4c28-9c52-0b1d0aa6126e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2661 2025.03.22 20:04:28.865607 [ 5 ] {16ee9191-9817-4c28-9c52-0b1d0aa6126e} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
2662 2025.03.22 20:04:28.865856 [ 5 ] {16ee9191-9817-4c28-9c52-0b1d0aa6126e} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2663 2025.03.22 20:04:28.866066 [ 5 ] {16ee9191-9817-4c28-9c52-0b1d0aa6126e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001629 sec., 98219.76672805402 rows/sec., 6.84 MiB/sec.
2664 2025.03.22 20:04:28.866160 [ 5 ] {16ee9191-9817-4c28-9c52-0b1d0aa6126e} <Debug> TCPHandler: Processed in 0.001918411 sec.
2665 2025.03.22 20:04:28.866288 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2666 2025.03.22 20:04:28.866391 [ 5 ] {7c303f11-dc1c-4b83-90dc-decc1e15f999} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2667 2025.03.22 20:04:28.866455 [ 5 ] {7c303f11-dc1c-4b83-90dc-decc1e15f999} <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
2668 2025.03.22 20:04:28.867552 [ 5 ] {7c303f11-dc1c-4b83-90dc-decc1e15f999} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2669 2025.03.22 20:04:28.867588 [ 5 ] {7c303f11-dc1c-4b83-90dc-decc1e15f999} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2670 2025.03.22 20:04:28.868241 [ 5 ] {7c303f11-dc1c-4b83-90dc-decc1e15f999} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2671 2025.03.22 20:04:28.868498 [ 5 ] {7c303f11-dc1c-4b83-90dc-decc1e15f999} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2672 2025.03.22 20:04:28.868633 [ 137 ] {} <Debug> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2673 2025.03.22 20:04:28.868680 [ 137 ] {} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2674 2025.03.22 20:04:28.868709 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2675 2025.03.22 20:04:28.868718 [ 5 ] {7c303f11-dc1c-4b83-90dc-decc1e15f999} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002345 sec., 11087.420042643924 rows/sec., 19.87 MiB/sec.
2676 2025.03.22 20:04:28.869593 [ 5 ] {7c303f11-dc1c-4b83-90dc-decc1e15f999} <Debug> TCPHandler: Processed in 0.003346321 sec.
2677 2025.03.22 20:04:28.869645 [ 196 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::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
2678 2025.03.22 20:04:28.869881 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2679 2025.03.22 20:04:28.870152 [ 5 ] {bd06cb49-ae60-4bae-b10e-9c5f1c82b89e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2680 2025.03.22 20:04:28.870289 [ 5 ] {bd06cb49-ae60-4bae-b10e-9c5f1c82b89e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2681 2025.03.22 20:04:28.870400 [ 196 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2682 2025.03.22 20:04:28.870627 [ 196 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 84 rows starting from the beginning of the part
2683 2025.03.22 20:04:28.871496 [ 196 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 26 rows starting from the beginning of the part
2684 2025.03.22 20:04:28.872254 [ 196 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::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
2685 2025.03.22 20:04:28.872491 [ 5 ] {bd06cb49-ae60-4bae-b10e-9c5f1c82b89e} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2686 2025.03.22 20:04:28.872585 [ 5 ] {bd06cb49-ae60-4bae-b10e-9c5f1c82b89e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2687 2025.03.22 20:04:28.873008 [ 196 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::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
2688 2025.03.22 20:04:28.873700 [ 196 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::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
2689 2025.03.22 20:04:28.874090 [ 5 ] {bd06cb49-ae60-4bae-b10e-9c5f1c82b89e} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
2690 2025.03.22 20:04:28.874307 [ 196 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::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
2691 2025.03.22 20:04:28.875032 [ 5 ] {bd06cb49-ae60-4bae-b10e-9c5f1c82b89e} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2692 2025.03.22 20:04:28.875579 [ 5 ] {bd06cb49-ae60-4bae-b10e-9c5f1c82b89e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005531 sec., 10847.947929849935 rows/sec., 748.62 KiB/sec.
2693 2025.03.22 20:04:28.875711 [ 5 ] {bd06cb49-ae60-4bae-b10e-9c5f1c82b89e} <Debug> TCPHandler: Processed in 0.005897395 sec.
2694 2025.03.22 20:04:28.878015 [ 189 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 178 rows, containing 19 columns (19 merged, 0 gathered) in 0.009185205 sec., 19378.99045258108 rows/sec., 34.73 MiB/sec.
2695 2025.03.22 20:04:28.878439 [ 189 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2696 2025.03.22 20:04:28.878903 [ 189 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2697 2025.03.22 20:04:28.878982 [ 189 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2698 2025.03.22 20:04:28.879124 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.19 MiB.
2699 2025.03.22 20:04:32.792341 [ 149 ] {} <Debug> DNSResolver: Updating DNS cache
2700 2025.03.22 20:04:32.792424 [ 149 ] {} <Debug> DNSResolver: Updated DNS cache
2701 2025.03.22 20:04:32.883268 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5551
2702 2025.03.22 20:04:32.883905 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2703 2025.03.22 20:04:32.883957 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2704 2025.03.22 20:04:32.884494 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2705 2025.03.22 20:04:32.884753 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2706 2025.03.22 20:04:32.885030 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551
2707 2025.03.22 20:04:32.897473 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 376
2708 2025.03.22 20:04:32.900286 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2709 2025.03.22 20:04:32.900339 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2710 2025.03.22 20:04:32.901790 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2711 2025.03.22 20:04:32.902118 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2712 2025.03.22 20:04:32.902642 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 376
2713 2025.03.22 20:04:33.328681 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91
2714 2025.03.22 20:04:33.348498 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2715 2025.03.22 20:04:33.348556 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2716 2025.03.22 20:04:33.355779 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2717 2025.03.22 20:04:33.356519 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2718 2025.03.22 20:04:33.359651 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91
2719 2025.03.22 20:04:33.854001 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2720 2025.03.22 20:04:33.854285 [ 5 ] {adaa563c-06cc-4a50-b3b0-0f69231dbbfb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2721 2025.03.22 20:04:33.854394 [ 5 ] {adaa563c-06cc-4a50-b3b0-0f69231dbbfb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2722 2025.03.22 20:04:33.855366 [ 5 ] {adaa563c-06cc-4a50-b3b0-0f69231dbbfb} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2723 2025.03.22 20:04:33.855410 [ 5 ] {adaa563c-06cc-4a50-b3b0-0f69231dbbfb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2724 2025.03.22 20:04:33.855870 [ 5 ] {adaa563c-06cc-4a50-b3b0-0f69231dbbfb} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
2725 2025.03.22 20:04:33.856131 [ 5 ] {adaa563c-06cc-4a50-b3b0-0f69231dbbfb} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2726 2025.03.22 20:04:33.856359 [ 5 ] {adaa563c-06cc-4a50-b3b0-0f69231dbbfb} <Debug> executeQuery: Read 82 rows, 6.94 KiB in 0.002146 sec., 38210.62441752097 rows/sec., 3.16 MiB/sec.
2727 2025.03.22 20:04:33.856443 [ 5 ] {adaa563c-06cc-4a50-b3b0-0f69231dbbfb} <Debug> TCPHandler: Processed in 0.002602185 sec.
2728 2025.03.22 20:04:33.856597 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2729 2025.03.22 20:04:33.856703 [ 5 ] {5c0a9ba8-dac6-421d-a88a-1856bb1deb1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2730 2025.03.22 20:04:33.856750 [ 5 ] {5c0a9ba8-dac6-421d-a88a-1856bb1deb1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2731 2025.03.22 20:04:33.857274 [ 5 ] {5c0a9ba8-dac6-421d-a88a-1856bb1deb1c} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2732 2025.03.22 20:04:33.857313 [ 5 ] {5c0a9ba8-dac6-421d-a88a-1856bb1deb1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2733 2025.03.22 20:04:33.857665 [ 5 ] {5c0a9ba8-dac6-421d-a88a-1856bb1deb1c} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2734 2025.03.22 20:04:33.857907 [ 5 ] {5c0a9ba8-dac6-421d-a88a-1856bb1deb1c} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2735 2025.03.22 20:04:33.858119 [ 5 ] {5c0a9ba8-dac6-421d-a88a-1856bb1deb1c} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.001442 sec., 9015.256588072123 rows/sec., 677.91 KiB/sec.
2736 2025.03.22 20:04:33.858171 [ 5 ] {5c0a9ba8-dac6-421d-a88a-1856bb1deb1c} <Debug> TCPHandler: Processed in 0.001633675 sec.
2737 2025.03.22 20:04:33.858273 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2738 2025.03.22 20:04:33.858376 [ 5 ] {29419d97-b824-4010-babb-75e28d68c40a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2739 2025.03.22 20:04:33.858421 [ 5 ] {29419d97-b824-4010-babb-75e28d68c40a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2740 2025.03.22 20:04:33.858957 [ 5 ] {29419d97-b824-4010-babb-75e28d68c40a} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2741 2025.03.22 20:04:33.858997 [ 5 ] {29419d97-b824-4010-babb-75e28d68c40a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2742 2025.03.22 20:04:33.859351 [ 5 ] {29419d97-b824-4010-babb-75e28d68c40a} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
2743 2025.03.22 20:04:33.859589 [ 5 ] {29419d97-b824-4010-babb-75e28d68c40a} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2744 2025.03.22 20:04:33.859793 [ 5 ] {29419d97-b824-4010-babb-75e28d68c40a} <Debug> executeQuery: Read 86 rows, 6.88 KiB in 0.00144 sec., 59722.22222222222 rows/sec., 4.67 MiB/sec.
2745 2025.03.22 20:04:33.859844 [ 5 ] {29419d97-b824-4010-babb-75e28d68c40a} <Debug> TCPHandler: Processed in 0.001619444 sec.
2746 2025.03.22 20:04:33.859957 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2747 2025.03.22 20:04:33.860060 [ 5 ] {b31b38a8-ffe1-4a2f-9f01-78fb30d748ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2748 2025.03.22 20:04:33.860109 [ 5 ] {b31b38a8-ffe1-4a2f-9f01-78fb30d748ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2749 2025.03.22 20:04:33.860617 [ 5 ] {b31b38a8-ffe1-4a2f-9f01-78fb30d748ef} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2750 2025.03.22 20:04:33.860657 [ 5 ] {b31b38a8-ffe1-4a2f-9f01-78fb30d748ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2751 2025.03.22 20:04:33.861060 [ 5 ] {b31b38a8-ffe1-4a2f-9f01-78fb30d748ef} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
2752 2025.03.22 20:04:33.861298 [ 5 ] {b31b38a8-ffe1-4a2f-9f01-78fb30d748ef} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2753 2025.03.22 20:04:33.861505 [ 5 ] {b31b38a8-ffe1-4a2f-9f01-78fb30d748ef} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001467 sec., 109066.12133606 rows/sec., 7.60 MiB/sec.
2754 2025.03.22 20:04:33.861555 [ 5 ] {b31b38a8-ffe1-4a2f-9f01-78fb30d748ef} <Debug> TCPHandler: Processed in 0.001648005 sec.
2755 2025.03.22 20:04:33.861688 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2756 2025.03.22 20:04:33.861791 [ 5 ] {7075c681-0d71-4aa7-9ea6-a4624b58f5bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2757 2025.03.22 20:04:33.861862 [ 5 ] {7075c681-0d71-4aa7-9ea6-a4624b58f5bf} <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
2758 2025.03.22 20:04:33.862901 [ 5 ] {7075c681-0d71-4aa7-9ea6-a4624b58f5bf} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2759 2025.03.22 20:04:33.862940 [ 5 ] {7075c681-0d71-4aa7-9ea6-a4624b58f5bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2760 2025.03.22 20:04:33.863554 [ 5 ] {7075c681-0d71-4aa7-9ea6-a4624b58f5bf} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2761 2025.03.22 20:04:33.863804 [ 5 ] {7075c681-0d71-4aa7-9ea6-a4624b58f5bf} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2762 2025.03.22 20:04:33.864067 [ 5 ] {7075c681-0d71-4aa7-9ea6-a4624b58f5bf} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002297 sec., 5659.55594253374 rows/sec., 10.14 MiB/sec.
2763 2025.03.22 20:04:33.864169 [ 5 ] {7075c681-0d71-4aa7-9ea6-a4624b58f5bf} <Debug> TCPHandler: Processed in 0.002530214 sec.
2764 2025.03.22 20:04:33.864308 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2765 2025.03.22 20:04:33.864412 [ 5 ] {f3ff86bd-f88e-495d-a9f6-f59d4b74a5e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete)
2766 2025.03.22 20:04:33.864458 [ 5 ] {f3ff86bd-f88e-495d-a9f6-f59d4b74a5e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
2767 2025.03.22 20:04:33.864875 [ 5 ] {f3ff86bd-f88e-495d-a9f6-f59d4b74a5e1} <Trace> oximeter.measurements_i64 (61fb433b-d8a8-4608-9ef5-bef693362230): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2768 2025.03.22 20:04:33.864915 [ 5 ] {f3ff86bd-f88e-495d-a9f6-f59d4b74a5e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2769 2025.03.22 20:04:33.865265 [ 5 ] {f3ff86bd-f88e-495d-a9f6-f59d4b74a5e1} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2770 2025.03.22 20:04:33.865499 [ 5 ] {f3ff86bd-f88e-495d-a9f6-f59d4b74a5e1} <Trace> oximeter.measurements_i64 (61fb433b-d8a8-4608-9ef5-bef693362230): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2771 2025.03.22 20:04:33.865782 [ 5 ] {f3ff86bd-f88e-495d-a9f6-f59d4b74a5e1} <Debug> executeQuery: Read 9 rows, 651.00 B in 0.001375 sec., 6545.454545454546 rows/sec., 462.36 KiB/sec.
2772 2025.03.22 20:04:33.865840 [ 5 ] {f3ff86bd-f88e-495d-a9f6-f59d4b74a5e1} <Debug> TCPHandler: Processed in 0.001583134 sec.
2773 2025.03.22 20:04:33.865945 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2774 2025.03.22 20:04:33.866049 [ 5 ] {c2ec3c2a-3f00-4a29-bc2e-a8e125f10979} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2775 2025.03.22 20:04:33.866096 [ 5 ] {c2ec3c2a-3f00-4a29-bc2e-a8e125f10979} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2776 2025.03.22 20:04:33.866533 [ 5 ] {c2ec3c2a-3f00-4a29-bc2e-a8e125f10979} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2777 2025.03.22 20:04:33.866572 [ 5 ] {c2ec3c2a-3f00-4a29-bc2e-a8e125f10979} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2778 2025.03.22 20:04:33.866927 [ 5 ] {c2ec3c2a-3f00-4a29-bc2e-a8e125f10979} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
2779 2025.03.22 20:04:33.867162 [ 5 ] {c2ec3c2a-3f00-4a29-bc2e-a8e125f10979} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2780 2025.03.22 20:04:33.867373 [ 5 ] {c2ec3c2a-3f00-4a29-bc2e-a8e125f10979} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001345 sec., 44609.665427509295 rows/sec., 3.01 MiB/sec.
2781 2025.03.22 20:04:33.867420 [ 5 ] {c2ec3c2a-3f00-4a29-bc2e-a8e125f10979} <Debug> TCPHandler: Processed in 0.001523862 sec.
2782 2025.03.22 20:04:38.853889 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2783 2025.03.22 20:04:38.854151 [ 5 ] {c30cc57d-ab7d-438c-96f0-ab5438fb4b45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
2784 2025.03.22 20:04:38.854260 [ 5 ] {c30cc57d-ab7d-438c-96f0-ab5438fb4b45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
2785 2025.03.22 20:04:38.855291 [ 5 ] {c30cc57d-ab7d-438c-96f0-ab5438fb4b45} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2786 2025.03.22 20:04:38.855343 [ 5 ] {c30cc57d-ab7d-438c-96f0-ab5438fb4b45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2787 2025.03.22 20:04:38.855771 [ 5 ] {c30cc57d-ab7d-438c-96f0-ab5438fb4b45} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
2788 2025.03.22 20:04:38.856023 [ 5 ] {c30cc57d-ab7d-438c-96f0-ab5438fb4b45} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2789 2025.03.22 20:04:38.856272 [ 5 ] {c30cc57d-ab7d-438c-96f0-ab5438fb4b45} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002199 sec., 909.5043201455206 rows/sec., 74.16 KiB/sec.
2790 2025.03.22 20:04:38.856339 [ 5 ] {c30cc57d-ab7d-438c-96f0-ab5438fb4b45} <Debug> TCPHandler: Processed in 0.002588895 sec.
2791 2025.03.22 20:04:38.856451 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2792 2025.03.22 20:04:38.856560 [ 5 ] {c6d04323-e11f-47a8-8732-5e35ecdf5d13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2793 2025.03.22 20:04:38.856608 [ 5 ] {c6d04323-e11f-47a8-8732-5e35ecdf5d13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2794 2025.03.22 20:04:38.857193 [ 5 ] {c6d04323-e11f-47a8-8732-5e35ecdf5d13} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2795 2025.03.22 20:04:38.857234 [ 5 ] {c6d04323-e11f-47a8-8732-5e35ecdf5d13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2796 2025.03.22 20:04:38.857597 [ 5 ] {c6d04323-e11f-47a8-8732-5e35ecdf5d13} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
2797 2025.03.22 20:04:38.857841 [ 5 ] {c6d04323-e11f-47a8-8732-5e35ecdf5d13} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2798 2025.03.22 20:04:38.858072 [ 5 ] {c6d04323-e11f-47a8-8732-5e35ecdf5d13} <Debug> executeQuery: Read 109 rows, 9.32 KiB in 0.001538 sec., 70871.26137841352 rows/sec., 5.92 MiB/sec.
2799 2025.03.22 20:04:38.858195 [ 5 ] {c6d04323-e11f-47a8-8732-5e35ecdf5d13} <Debug> TCPHandler: Processed in 0.001794267 sec.
2800 2025.03.22 20:04:38.858342 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2801 2025.03.22 20:04:38.858447 [ 5 ] {6780cec7-2142-4c94-9af2-ef0f9da7171b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2802 2025.03.22 20:04:38.858493 [ 5 ] {6780cec7-2142-4c94-9af2-ef0f9da7171b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2803 2025.03.22 20:04:38.859025 [ 5 ] {6780cec7-2142-4c94-9af2-ef0f9da7171b} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2804 2025.03.22 20:04:38.859063 [ 5 ] {6780cec7-2142-4c94-9af2-ef0f9da7171b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2805 2025.03.22 20:04:38.859414 [ 5 ] {6780cec7-2142-4c94-9af2-ef0f9da7171b} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2806 2025.03.22 20:04:38.859659 [ 5 ] {6780cec7-2142-4c94-9af2-ef0f9da7171b} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2807 2025.03.22 20:04:38.859870 [ 5 ] {6780cec7-2142-4c94-9af2-ef0f9da7171b} <Debug> executeQuery: Read 28 rows, 2.09 KiB in 0.001446 sec., 19363.762102351313 rows/sec., 1.41 MiB/sec.
2808 2025.03.22 20:04:38.859920 [ 5 ] {6780cec7-2142-4c94-9af2-ef0f9da7171b} <Debug> TCPHandler: Processed in 0.001627834 sec.
2809 2025.03.22 20:04:38.860023 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2810 2025.03.22 20:04:38.860123 [ 5 ] {968ba126-5b59-4999-9d38-c964185a1798} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2811 2025.03.22 20:04:38.860168 [ 5 ] {968ba126-5b59-4999-9d38-c964185a1798} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2812 2025.03.22 20:04:38.860708 [ 5 ] {968ba126-5b59-4999-9d38-c964185a1798} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2813 2025.03.22 20:04:38.860747 [ 5 ] {968ba126-5b59-4999-9d38-c964185a1798} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2814 2025.03.22 20:04:38.861095 [ 5 ] {968ba126-5b59-4999-9d38-c964185a1798} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
2815 2025.03.22 20:04:38.861330 [ 5 ] {968ba126-5b59-4999-9d38-c964185a1798} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2816 2025.03.22 20:04:38.861592 [ 5 ] {968ba126-5b59-4999-9d38-c964185a1798} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.00149 sec., 61744.96644295302 rows/sec., 4.82 MiB/sec.
2817 2025.03.22 20:04:38.861807 [ 5 ] {968ba126-5b59-4999-9d38-c964185a1798} <Debug> TCPHandler: Processed in 0.001829139 sec.
2818 2025.03.22 20:04:38.861961 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2819 2025.03.22 20:04:38.862068 [ 5 ] {c39dbb00-b3bf-409b-8206-71a5cd3c2b4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2820 2025.03.22 20:04:38.862118 [ 5 ] {c39dbb00-b3bf-409b-8206-71a5cd3c2b4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2821 2025.03.22 20:04:38.862661 [ 5 ] {c39dbb00-b3bf-409b-8206-71a5cd3c2b4b} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2822 2025.03.22 20:04:38.862700 [ 5 ] {c39dbb00-b3bf-409b-8206-71a5cd3c2b4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2823 2025.03.22 20:04:38.863075 [ 5 ] {c39dbb00-b3bf-409b-8206-71a5cd3c2b4b} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
2824 2025.03.22 20:04:38.863310 [ 5 ] {c39dbb00-b3bf-409b-8206-71a5cd3c2b4b} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2825 2025.03.22 20:04:38.863525 [ 5 ] {c39dbb00-b3bf-409b-8206-71a5cd3c2b4b} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.00148 sec., 108783.78378378379 rows/sec., 7.58 MiB/sec.
2826 2025.03.22 20:04:38.863577 [ 5 ] {c39dbb00-b3bf-409b-8206-71a5cd3c2b4b} <Debug> TCPHandler: Processed in 0.001667855 sec.
2827 2025.03.22 20:04:38.863682 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2828 2025.03.22 20:04:38.863781 [ 5 ] {e18d83e6-fe42-4b57-b00d-3c5a32530dc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2829 2025.03.22 20:04:38.863844 [ 5 ] {e18d83e6-fe42-4b57-b00d-3c5a32530dc3} <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
2830 2025.03.22 20:04:38.864992 [ 5 ] {e18d83e6-fe42-4b57-b00d-3c5a32530dc3} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2831 2025.03.22 20:04:38.865030 [ 5 ] {e18d83e6-fe42-4b57-b00d-3c5a32530dc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2832 2025.03.22 20:04:38.865663 [ 5 ] {e18d83e6-fe42-4b57-b00d-3c5a32530dc3} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2833 2025.03.22 20:04:38.865931 [ 5 ] {e18d83e6-fe42-4b57-b00d-3c5a32530dc3} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2834 2025.03.22 20:04:38.866199 [ 5 ] {e18d83e6-fe42-4b57-b00d-3c5a32530dc3} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002433 sec., 10686.395396629676 rows/sec., 19.15 MiB/sec.
2835 2025.03.22 20:04:38.866333 [ 5 ] {e18d83e6-fe42-4b57-b00d-3c5a32530dc3} <Debug> TCPHandler: Processed in 0.002702468 sec.
2836 2025.03.22 20:04:38.866462 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2837 2025.03.22 20:04:38.866566 [ 5 ] {14dd5f47-4535-4297-a118-4a2839d78e8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2838 2025.03.22 20:04:38.866611 [ 5 ] {14dd5f47-4535-4297-a118-4a2839d78e8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2839 2025.03.22 20:04:38.867047 [ 5 ] {14dd5f47-4535-4297-a118-4a2839d78e8c} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2840 2025.03.22 20:04:38.867085 [ 5 ] {14dd5f47-4535-4297-a118-4a2839d78e8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2841 2025.03.22 20:04:38.867433 [ 5 ] {14dd5f47-4535-4297-a118-4a2839d78e8c} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
2842 2025.03.22 20:04:38.867669 [ 5 ] {14dd5f47-4535-4297-a118-4a2839d78e8c} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2843 2025.03.22 20:04:38.867938 [ 5 ] {14dd5f47-4535-4297-a118-4a2839d78e8c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001383 sec., 43383.94793926248 rows/sec., 2.92 MiB/sec.
2844 2025.03.22 20:04:38.868126 [ 5 ] {14dd5f47-4535-4297-a118-4a2839d78e8c} <Debug> TCPHandler: Processed in 0.001711436 sec.
2845 2025.03.22 20:04:40.386135 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6039
2846 2025.03.22 20:04:40.386861 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2847 2025.03.22 20:04:40.386921 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2848 2025.03.22 20:04:40.387585 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2849 2025.03.22 20:04:40.387868 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2850 2025.03.22 20:04:40.388164 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6039
2851 2025.03.22 20:04:40.860692 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 99
2852 2025.03.22 20:04:40.880826 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2853 2025.03.22 20:04:40.880898 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2854 2025.03.22 20:04:40.888604 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2855 2025.03.22 20:04:40.889508 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2856 2025.03.22 20:04:40.893337 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 99
2857 2025.03.22 20:04:42.903753 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 404
2858 2025.03.22 20:04:42.907012 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2859 2025.03.22 20:04:42.907073 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2860 2025.03.22 20:04:42.908567 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2861 2025.03.22 20:04:42.908892 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2862 2025.03.22 20:04:42.909909 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 404
2863 2025.03.22 20:04:43.853079 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2864 2025.03.22 20:04:43.853274 [ 5 ] {f3e7dddf-a103-405f-b782-b7fc6015d628} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2865 2025.03.22 20:04:43.853349 [ 5 ] {f3e7dddf-a103-405f-b782-b7fc6015d628} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2866 2025.03.22 20:04:43.854113 [ 5 ] {f3e7dddf-a103-405f-b782-b7fc6015d628} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2867 2025.03.22 20:04:43.854169 [ 5 ] {f3e7dddf-a103-405f-b782-b7fc6015d628} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2868 2025.03.22 20:04:43.854615 [ 5 ] {f3e7dddf-a103-405f-b782-b7fc6015d628} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
2869 2025.03.22 20:04:43.854879 [ 5 ] {f3e7dddf-a103-405f-b782-b7fc6015d628} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2870 2025.03.22 20:04:43.855081 [ 139 ] {} <Debug> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
2871 2025.03.22 20:04:43.855157 [ 5 ] {f3e7dddf-a103-405f-b782-b7fc6015d628} <Debug> executeQuery: Read 82 rows, 6.94 KiB in 0.001929 sec., 42509.072058061174 rows/sec., 3.51 MiB/sec.
2872 2025.03.22 20:04:43.855162 [ 139 ] {} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2873 2025.03.22 20:04:43.855241 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2874 2025.03.22 20:04:43.855300 [ 5 ] {f3e7dddf-a103-405f-b782-b7fc6015d628} <Debug> TCPHandler: Processed in 0.00235108 sec.
2875 2025.03.22 20:04:43.855549 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2876 2025.03.22 20:04:43.855548 [ 196 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full
2877 2025.03.22 20:04:43.855727 [ 5 ] {c4f5a536-fe8f-4131-9517-992a0a0322c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2878 2025.03.22 20:04:43.855843 [ 5 ] {c4f5a536-fe8f-4131-9517-992a0a0322c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2879 2025.03.22 20:04:43.855875 [ 196 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2880 2025.03.22 20:04:43.855985 [ 196 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1390 rows starting from the beginning of the part
2881 2025.03.22 20:04:43.856280 [ 196 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 56 rows starting from the beginning of the part
2882 2025.03.22 20:04:43.856744 [ 196 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 108 rows starting from the beginning of the part
2883 2025.03.22 20:04:43.857162 [ 196 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 82 rows starting from the beginning of the part
2884 2025.03.22 20:04:43.857438 [ 196 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 109 rows starting from the beginning of the part
2885 2025.03.22 20:04:43.857821 [ 196 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 82 rows starting from the beginning of the part
2886 2025.03.22 20:04:43.858540 [ 5 ] {c4f5a536-fe8f-4131-9517-992a0a0322c3} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2887 2025.03.22 20:04:43.858608 [ 5 ] {c4f5a536-fe8f-4131-9517-992a0a0322c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
2888 2025.03.22 20:04:43.859529 [ 5 ] {c4f5a536-fe8f-4131-9517-992a0a0322c3} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2889 2025.03.22 20:04:43.860158 [ 5 ] {c4f5a536-fe8f-4131-9517-992a0a0322c3} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2890 2025.03.22 20:04:43.860558 [ 5 ] {c4f5a536-fe8f-4131-9517-992a0a0322c3} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.004894 sec., 2656.313853698406 rows/sec., 199.74 KiB/sec.
2891 2025.03.22 20:04:43.860897 [ 5 ] {c4f5a536-fe8f-4131-9517-992a0a0322c3} <Debug> TCPHandler: Processed in 0.005426315 sec.
2892 2025.03.22 20:04:43.861255 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2893 2025.03.22 20:04:43.861316 [ 196 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1827 rows, containing 5 columns (5 merged, 0 gathered) in 0.005964417 sec., 306316.6106595163 rows/sec., 26.65 MiB/sec.
2894 2025.03.22 20:04:43.861411 [ 5 ] {0810fe5c-4c72-4230-8803-6095a02871e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2895 2025.03.22 20:04:43.861465 [ 5 ] {0810fe5c-4c72-4230-8803-6095a02871e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2896 2025.03.22 20:04:43.861639 [ 196 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
2897 2025.03.22 20:04:43.862222 [ 196 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_21_4} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2898 2025.03.22 20:04:43.862446 [ 196 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_21_4} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
2899 2025.03.22 20:04:43.862604 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB.
2900 2025.03.22 20:04:43.862746 [ 5 ] {0810fe5c-4c72-4230-8803-6095a02871e0} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2901 2025.03.22 20:04:43.862791 [ 5 ] {0810fe5c-4c72-4230-8803-6095a02871e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2902 2025.03.22 20:04:43.863165 [ 5 ] {0810fe5c-4c72-4230-8803-6095a02871e0} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
2903 2025.03.22 20:04:43.863403 [ 5 ] {0810fe5c-4c72-4230-8803-6095a02871e0} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2904 2025.03.22 20:04:43.863568 [ 139 ] {} <Debug> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
2905 2025.03.22 20:04:43.863636 [ 139 ] {} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2906 2025.03.22 20:04:43.863652 [ 5 ] {0810fe5c-4c72-4230-8803-6095a02871e0} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.002272 sec., 33890.84507042253 rows/sec., 2.65 MiB/sec.
2907 2025.03.22 20:04:43.863676 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2908 2025.03.22 20:04:43.863821 [ 5 ] {0810fe5c-4c72-4230-8803-6095a02871e0} <Debug> TCPHandler: Processed in 0.002684827 sec.
2909 2025.03.22 20:04:43.863889 [ 189 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::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
2910 2025.03.22 20:04:43.863969 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2911 2025.03.22 20:04:43.864011 [ 189 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2912 2025.03.22 20:04:43.864051 [ 189 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 612 rows starting from the beginning of the part
2913 2025.03.22 20:04:43.864102 [ 5 ] {441e3642-0cf7-45e9-ae35-28a99340dfdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2914 2025.03.22 20:04:43.864246 [ 189 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 64 rows starting from the beginning of the part
2915 2025.03.22 20:04:43.864259 [ 5 ] {441e3642-0cf7-45e9-ae35-28a99340dfdf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2916 2025.03.22 20:04:43.864556 [ 189 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 90 rows starting from the beginning of the part
2917 2025.03.22 20:04:43.864756 [ 189 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 86 rows starting from the beginning of the part
2918 2025.03.22 20:04:43.865015 [ 189 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 92 rows starting from the beginning of the part
2919 2025.03.22 20:04:43.865220 [ 189 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 77 rows starting from the beginning of the part
2920 2025.03.22 20:04:43.865933 [ 5 ] {441e3642-0cf7-45e9-ae35-28a99340dfdf} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2921 2025.03.22 20:04:43.865979 [ 5 ] {441e3642-0cf7-45e9-ae35-28a99340dfdf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
2922 2025.03.22 20:04:43.866612 [ 5 ] {441e3642-0cf7-45e9-ae35-28a99340dfdf} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
2923 2025.03.22 20:04:43.866939 [ 5 ] {441e3642-0cf7-45e9-ae35-28a99340dfdf} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2924 2025.03.22 20:04:43.866940 [ 189 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1021 rows, containing 5 columns (5 merged, 0 gathered) in 0.003127296 sec., 326480.12851997383 rows/sec., 26.19 MiB/sec.
2925 2025.03.22 20:04:43.867161 [ 139 ] {} <Debug> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
2926 2025.03.22 20:04:43.867241 [ 139 ] {} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2927 2025.03.22 20:04:43.867301 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2928 2025.03.22 20:04:43.867314 [ 195 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
2929 2025.03.22 20:04:43.867382 [ 5 ] {441e3642-0cf7-45e9-ae35-28a99340dfdf} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00328 sec., 48780.48780487805 rows/sec., 3.40 MiB/sec.
2930 2025.03.22 20:04:43.867850 [ 5 ] {441e3642-0cf7-45e9-ae35-28a99340dfdf} <Debug> TCPHandler: Processed in 0.003932624 sec.
2931 2025.03.22 20:04:43.868300 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2932 2025.03.22 20:04:43.868312 [ 189 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::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
2933 2025.03.22 20:04:43.868350 [ 195 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_21_4} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2934 2025.03.22 20:04:43.868609 [ 5 ] {3e28f940-dcea-46f2-8674-1a87104b1e5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2935 2025.03.22 20:04:43.868696 [ 189 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2936 2025.03.22 20:04:43.868743 [ 195 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_21_4} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
2937 2025.03.22 20:04:43.868802 [ 189 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 5770 rows starting from the beginning of the part
2938 2025.03.22 20:04:43.868836 [ 5 ] {3e28f940-dcea-46f2-8674-1a87104b1e5a} <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
2939 2025.03.22 20:04:43.869170 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB.
2940 2025.03.22 20:04:43.869325 [ 189 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 32 rows starting from the beginning of the part
2941 2025.03.22 20:04:43.869541 [ 189 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 160 rows starting from the beginning of the part
2942 2025.03.22 20:04:43.869764 [ 189 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 160 rows starting from the beginning of the part
2943 2025.03.22 20:04:43.869989 [ 189 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 161 rows starting from the beginning of the part
2944 2025.03.22 20:04:43.870209 [ 189 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 160 rows starting from the beginning of the part
2945 2025.03.22 20:04:43.872222 [ 5 ] {3e28f940-dcea-46f2-8674-1a87104b1e5a} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2946 2025.03.22 20:04:43.872272 [ 5 ] {3e28f940-dcea-46f2-8674-1a87104b1e5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
2947 2025.03.22 20:04:43.873076 [ 5 ] {3e28f940-dcea-46f2-8674-1a87104b1e5a} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2948 2025.03.22 20:04:43.873464 [ 5 ] {3e28f940-dcea-46f2-8674-1a87104b1e5a} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2949 2025.03.22 20:04:43.873544 [ 198 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6443 rows, containing 5 columns (5 merged, 0 gathered) in 0.006031809 sec., 1068170.427810297 rows/sec., 73.21 MiB/sec.
2950 2025.03.22 20:04:43.873802 [ 5 ] {3e28f940-dcea-46f2-8674-1a87104b1e5a} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.005308 sec., 2449.1333835719665 rows/sec., 4.39 MiB/sec.
2951 2025.03.22 20:04:43.873909 [ 5 ] {3e28f940-dcea-46f2-8674-1a87104b1e5a} <Debug> TCPHandler: Processed in 0.005738812 sec.
2952 2025.03.22 20:04:43.874059 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2953 2025.03.22 20:04:43.874168 [ 5 ] {22fd6506-3f0a-4d64-96b0-6e863ae346f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2954 2025.03.22 20:04:43.874234 [ 5 ] {22fd6506-3f0a-4d64-96b0-6e863ae346f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2955 2025.03.22 20:04:43.874374 [ 198 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
2956 2025.03.22 20:04:43.875069 [ 198 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2957 2025.03.22 20:04:43.875284 [ 5 ] {22fd6506-3f0a-4d64-96b0-6e863ae346f3} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2958 2025.03.22 20:04:43.875291 [ 198 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
2959 2025.03.22 20:04:43.875351 [ 5 ] {22fd6506-3f0a-4d64-96b0-6e863ae346f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2960 2025.03.22 20:04:43.875510 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.32 MiB.
2961 2025.03.22 20:04:43.875864 [ 5 ] {22fd6506-3f0a-4d64-96b0-6e863ae346f3} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
2962 2025.03.22 20:04:43.876109 [ 5 ] {22fd6506-3f0a-4d64-96b0-6e863ae346f3} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2963 2025.03.22 20:04:43.876274 [ 139 ] {} <Debug> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
2964 2025.03.22 20:04:43.876329 [ 139 ] {} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2965 2025.03.22 20:04:43.876364 [ 5 ] {22fd6506-3f0a-4d64-96b0-6e863ae346f3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002216 sec., 27075.81227436823 rows/sec., 1.82 MiB/sec.
2966 2025.03.22 20:04:43.876370 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB.
2967 2025.03.22 20:04:43.876535 [ 5 ] {22fd6506-3f0a-4d64-96b0-6e863ae346f3} <Debug> TCPHandler: Processed in 0.002519933 sec.
2968 2025.03.22 20:04:43.876840 [ 195 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::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
2969 2025.03.22 20:04:43.877057 [ 195 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2970 2025.03.22 20:04:43.877091 [ 195 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 804 rows starting from the beginning of the part
2971 2025.03.22 20:04:43.877185 [ 195 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 12 rows starting from the beginning of the part
2972 2025.03.22 20:04:43.877300 [ 195 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 60 rows starting from the beginning of the part
2973 2025.03.22 20:04:43.877516 [ 195 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 60 rows starting from the beginning of the part
2974 2025.03.22 20:04:43.877660 [ 195 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 60 rows starting from the beginning of the part
2975 2025.03.22 20:04:43.877801 [ 195 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 60 rows starting from the beginning of the part
2976 2025.03.22 20:04:43.879074 [ 198 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1056 rows, containing 4 columns (4 merged, 0 gathered) in 0.002565914 sec., 411549.256911962 rows/sec., 27.77 MiB/sec.
2977 2025.03.22 20:04:43.879259 [ 198 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
2978 2025.03.22 20:04:43.879546 [ 198 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_21_4} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2979 2025.03.22 20:04:43.879628 [ 198 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_21_4} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
2980 2025.03.22 20:04:43.879713 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB.
2981 2025.03.22 20:04:47.792478 [ 134 ] {} <Debug> DNSResolver: Updating DNS cache
2982 2025.03.22 20:04:47.792579 [ 134 ] {} <Debug> DNSResolver: Updated DNS cache
2983 2025.03.22 20:04:47.889280 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6466
2984 2025.03.22 20:04:47.889919 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2985 2025.03.22 20:04:47.889967 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
2986 2025.03.22 20:04:47.890490 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2987 2025.03.22 20:04:47.890742 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2988 2025.03.22 20:04:47.891019 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466
2989 2025.03.22 20:04:48.394377 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 106
2990 2025.03.22 20:04:48.416084 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2991 2025.03.22 20:04:48.416146 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
2992 2025.03.22 20:04:48.423687 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2993 2025.03.22 20:04:48.424436 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2994 2025.03.22 20:04:48.427707 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106
2995 2025.03.22 20:04:48.854360 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2996 2025.03.22 20:04:48.854571 [ 5 ] {59b92160-5585-48c8-b528-c2b323a36177} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2997 2025.03.22 20:04:48.854655 [ 5 ] {59b92160-5585-48c8-b528-c2b323a36177} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2998 2025.03.22 20:04:48.855547 [ 5 ] {59b92160-5585-48c8-b528-c2b323a36177} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2999 2025.03.22 20:04:48.855596 [ 5 ] {59b92160-5585-48c8-b528-c2b323a36177} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3000 2025.03.22 20:04:48.856033 [ 5 ] {59b92160-5585-48c8-b528-c2b323a36177} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3001 2025.03.22 20:04:48.856285 [ 5 ] {59b92160-5585-48c8-b528-c2b323a36177} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3002 2025.03.22 20:04:48.856525 [ 5 ] {59b92160-5585-48c8-b528-c2b323a36177} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.002012 sec., 53677.9324055666 rows/sec., 4.49 MiB/sec.
3003 2025.03.22 20:04:48.856594 [ 5 ] {59b92160-5585-48c8-b528-c2b323a36177} <Debug> TCPHandler: Processed in 0.00237137 sec.
3004 2025.03.22 20:04:48.856726 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3005 2025.03.22 20:04:48.856837 [ 5 ] {c651f127-ab12-445d-ab2a-fe3f4ff1aed2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3006 2025.03.22 20:04:48.856886 [ 5 ] {c651f127-ab12-445d-ab2a-fe3f4ff1aed2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3007 2025.03.22 20:04:48.857436 [ 5 ] {c651f127-ab12-445d-ab2a-fe3f4ff1aed2} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3008 2025.03.22 20:04:48.857476 [ 5 ] {c651f127-ab12-445d-ab2a-fe3f4ff1aed2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3009 2025.03.22 20:04:48.857830 [ 5 ] {c651f127-ab12-445d-ab2a-fe3f4ff1aed2} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3010 2025.03.22 20:04:48.858095 [ 5 ] {c651f127-ab12-445d-ab2a-fe3f4ff1aed2} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3011 2025.03.22 20:04:48.858315 [ 5 ] {c651f127-ab12-445d-ab2a-fe3f4ff1aed2} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001504 sec., 17287.23404255319 rows/sec., 1.27 MiB/sec.
3012 2025.03.22 20:04:48.858369 [ 5 ] {c651f127-ab12-445d-ab2a-fe3f4ff1aed2} <Debug> TCPHandler: Processed in 0.001695156 sec.
3013 2025.03.22 20:04:48.858474 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3014 2025.03.22 20:04:48.858603 [ 5 ] {caef3560-4b52-4e1c-956d-b4c959625a15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3015 2025.03.22 20:04:48.858647 [ 5 ] {caef3560-4b52-4e1c-956d-b4c959625a15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3016 2025.03.22 20:04:48.859238 [ 5 ] {caef3560-4b52-4e1c-956d-b4c959625a15} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3017 2025.03.22 20:04:48.859278 [ 5 ] {caef3560-4b52-4e1c-956d-b4c959625a15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3018 2025.03.22 20:04:48.859648 [ 5 ] {caef3560-4b52-4e1c-956d-b4c959625a15} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3019 2025.03.22 20:04:48.859880 [ 5 ] {caef3560-4b52-4e1c-956d-b4c959625a15} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3020 2025.03.22 20:04:48.860107 [ 5 ] {caef3560-4b52-4e1c-956d-b4c959625a15} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.001525 sec., 59016.393442622946 rows/sec., 4.61 MiB/sec.
3021 2025.03.22 20:04:48.860208 [ 5 ] {caef3560-4b52-4e1c-956d-b4c959625a15} <Debug> TCPHandler: Processed in 0.001784588 sec.
3022 2025.03.22 20:04:48.860325 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3023 2025.03.22 20:04:48.860429 [ 5 ] {fa666102-cfed-47a8-8438-49b9d298d92a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3024 2025.03.22 20:04:48.860478 [ 5 ] {fa666102-cfed-47a8-8438-49b9d298d92a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3025 2025.03.22 20:04:48.861008 [ 5 ] {fa666102-cfed-47a8-8438-49b9d298d92a} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3026 2025.03.22 20:04:48.861046 [ 5 ] {fa666102-cfed-47a8-8438-49b9d298d92a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3027 2025.03.22 20:04:48.861429 [ 5 ] {fa666102-cfed-47a8-8438-49b9d298d92a} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3028 2025.03.22 20:04:48.861658 [ 5 ] {fa666102-cfed-47a8-8438-49b9d298d92a} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3029 2025.03.22 20:04:48.861862 [ 5 ] {fa666102-cfed-47a8-8438-49b9d298d92a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001454 sec., 110041.26547455296 rows/sec., 7.66 MiB/sec.
3030 2025.03.22 20:04:48.861912 [ 5 ] {fa666102-cfed-47a8-8438-49b9d298d92a} <Debug> TCPHandler: Processed in 0.001638175 sec.
3031 2025.03.22 20:04:48.862016 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3032 2025.03.22 20:04:48.862116 [ 5 ] {fb26c230-2125-4656-91d5-6c86d2b91105} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3033 2025.03.22 20:04:48.862181 [ 5 ] {fb26c230-2125-4656-91d5-6c86d2b91105} <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
3034 2025.03.22 20:04:48.863340 [ 5 ] {fb26c230-2125-4656-91d5-6c86d2b91105} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3035 2025.03.22 20:04:48.863380 [ 5 ] {fb26c230-2125-4656-91d5-6c86d2b91105} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3036 2025.03.22 20:04:48.864030 [ 5 ] {fb26c230-2125-4656-91d5-6c86d2b91105} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3037 2025.03.22 20:04:48.864289 [ 5 ] {fb26c230-2125-4656-91d5-6c86d2b91105} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3038 2025.03.22 20:04:48.864568 [ 5 ] {fb26c230-2125-4656-91d5-6c86d2b91105} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002471 sec., 10522.055847834885 rows/sec., 18.86 MiB/sec.
3039 2025.03.22 20:04:48.864710 [ 5 ] {fb26c230-2125-4656-91d5-6c86d2b91105} <Debug> TCPHandler: Processed in 0.002742358 sec.
3040 2025.03.22 20:04:48.864867 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3041 2025.03.22 20:04:48.865035 [ 5 ] {27b74ece-f57e-4a84-bc45-80a84ffdca97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3042 2025.03.22 20:04:48.865111 [ 5 ] {27b74ece-f57e-4a84-bc45-80a84ffdca97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3043 2025.03.22 20:04:48.865581 [ 5 ] {27b74ece-f57e-4a84-bc45-80a84ffdca97} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3044 2025.03.22 20:04:48.865621 [ 5 ] {27b74ece-f57e-4a84-bc45-80a84ffdca97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3045 2025.03.22 20:04:48.866032 [ 5 ] {27b74ece-f57e-4a84-bc45-80a84ffdca97} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3046 2025.03.22 20:04:48.866303 [ 5 ] {27b74ece-f57e-4a84-bc45-80a84ffdca97} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3047 2025.03.22 20:04:48.866519 [ 5 ] {27b74ece-f57e-4a84-bc45-80a84ffdca97} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001537 sec., 39037.085230969424 rows/sec., 2.63 MiB/sec.
3048 2025.03.22 20:04:48.866571 [ 5 ] {27b74ece-f57e-4a84-bc45-80a84ffdca97} <Debug> TCPHandler: Processed in 0.001766538 sec.
3049 2025.03.22 20:04:52.899461 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3050 2025.03.22 20:04:52.899764 [ 5 ] {30445ecf-093c-461a-b10c-879aee8d789b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3051 2025.03.22 20:04:52.899872 [ 5 ] {30445ecf-093c-461a-b10c-879aee8d789b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3052 2025.03.22 20:04:52.900930 [ 5 ] {30445ecf-093c-461a-b10c-879aee8d789b} <Trace> oximeter.fields_i16 (264093f9-a655-4468-9a79-5d699a3bbf39): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3053 2025.03.22 20:04:52.900978 [ 5 ] {30445ecf-093c-461a-b10c-879aee8d789b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3054 2025.03.22 20:04:52.901410 [ 5 ] {30445ecf-093c-461a-b10c-879aee8d789b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
3055 2025.03.22 20:04:52.901663 [ 5 ] {30445ecf-093c-461a-b10c-879aee8d789b} <Trace> oximeter.fields_i16 (264093f9-a655-4468-9a79-5d699a3bbf39): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3056 2025.03.22 20:04:52.901860 [ 5 ] {30445ecf-093c-461a-b10c-879aee8d789b} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.002176 sec., 11029.411764705883 rows/sec., 937.07 KiB/sec.
3057 2025.03.22 20:04:52.901918 [ 5 ] {30445ecf-093c-461a-b10c-879aee8d789b} <Debug> TCPHandler: Processed in 0.002608075 sec.
3058 2025.03.22 20:04:52.902027 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3059 2025.03.22 20:04:52.902129 [ 5 ] {b885facf-88b4-49e2-ada8-4b52079e68fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3060 2025.03.22 20:04:52.902173 [ 5 ] {b885facf-88b4-49e2-ada8-4b52079e68fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3061 2025.03.22 20:04:52.903158 [ 5 ] {b885facf-88b4-49e2-ada8-4b52079e68fe} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3062 2025.03.22 20:04:52.903195 [ 5 ] {b885facf-88b4-49e2-ada8-4b52079e68fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3063 2025.03.22 20:04:52.903629 [ 5 ] {b885facf-88b4-49e2-ada8-4b52079e68fe} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3064 2025.03.22 20:04:52.903865 [ 5 ] {b885facf-88b4-49e2-ada8-4b52079e68fe} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3065 2025.03.22 20:04:52.904071 [ 5 ] {b885facf-88b4-49e2-ada8-4b52079e68fe} <Debug> executeQuery: Read 1342 rows, 114.49 KiB in 0.001954 sec., 686796.3152507676 rows/sec., 57.22 MiB/sec.
3066 2025.03.22 20:04:52.904161 [ 5 ] {b885facf-88b4-49e2-ada8-4b52079e68fe} <Debug> TCPHandler: Processed in 0.002180096 sec.
3067 2025.03.22 20:04:52.904411 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3068 2025.03.22 20:04:52.904515 [ 5 ] {d42bc971-cf38-4208-814e-6e3ef8aa1757} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3069 2025.03.22 20:04:52.904561 [ 5 ] {d42bc971-cf38-4208-814e-6e3ef8aa1757} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3070 2025.03.22 20:04:52.905114 [ 5 ] {d42bc971-cf38-4208-814e-6e3ef8aa1757} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3071 2025.03.22 20:04:52.905153 [ 5 ] {d42bc971-cf38-4208-814e-6e3ef8aa1757} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3072 2025.03.22 20:04:52.905494 [ 5 ] {d42bc971-cf38-4208-814e-6e3ef8aa1757} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3073 2025.03.22 20:04:52.905732 [ 5 ] {d42bc971-cf38-4208-814e-6e3ef8aa1757} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3074 2025.03.22 20:04:52.905851 [ 69 ] {} <Debug> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3075 2025.03.22 20:04:52.905894 [ 69 ] {} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3076 2025.03.22 20:04:52.905915 [ 5 ] {d42bc971-cf38-4208-814e-6e3ef8aa1757} <Debug> executeQuery: Read 25 rows, 1.94 KiB in 0.001422 sec., 17580.87201125176 rows/sec., 1.33 MiB/sec.
3077 2025.03.22 20:04:52.905920 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3078 2025.03.22 20:04:52.906014 [ 5 ] {d42bc971-cf38-4208-814e-6e3ef8aa1757} <Debug> TCPHandler: Processed in 0.001675806 sec.
3079 2025.03.22 20:04:52.906170 [ 195 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::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
3080 2025.03.22 20:04:52.906214 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3081 2025.03.22 20:04:52.906433 [ 5 ] {b185dde5-34a6-4fe0-a600-b91cbab4d1cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3082 2025.03.22 20:04:52.906457 [ 195 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3083 2025.03.22 20:04:52.906515 [ 5 ] {b185dde5-34a6-4fe0-a600-b91cbab4d1cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3084 2025.03.22 20:04:52.906534 [ 195 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 58 rows starting from the beginning of the part
3085 2025.03.22 20:04:52.906880 [ 195 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 13 rows starting from the beginning of the part
3086 2025.03.22 20:04:52.907214 [ 195 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::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
3087 2025.03.22 20:04:52.907581 [ 195 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 13 rows starting from the beginning of the part
3088 2025.03.22 20:04:52.907974 [ 195 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::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
3089 2025.03.22 20:04:52.908303 [ 195 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 25 rows starting from the beginning of the part
3090 2025.03.22 20:04:52.909250 [ 5 ] {b185dde5-34a6-4fe0-a600-b91cbab4d1cd} <Trace> oximeter.fields_u32 (ad7a5232-f0e1-40d6-acb0-24ed1d64c039): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3091 2025.03.22 20:04:52.909322 [ 5 ] {b185dde5-34a6-4fe0-a600-b91cbab4d1cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3092 2025.03.22 20:04:52.910285 [ 5 ] {b185dde5-34a6-4fe0-a600-b91cbab4d1cd} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
3093 2025.03.22 20:04:52.911224 [ 5 ] {b185dde5-34a6-4fe0-a600-b91cbab4d1cd} <Trace> oximeter.fields_u32 (ad7a5232-f0e1-40d6-acb0-24ed1d64c039): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3094 2025.03.22 20:04:52.911420 [ 195 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 163 rows, containing 5 columns (5 merged, 0 gathered) in 0.005378334 sec., 30306.782732347972 rows/sec., 2.35 MiB/sec.
3095 2025.03.22 20:04:52.911949 [ 195 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3096 2025.03.22 20:04:52.912180 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 31 entries to flush up to offset 435
3097 2025.03.22 20:04:52.912191 [ 5 ] {b185dde5-34a6-4fe0-a600-b91cbab4d1cd} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.005803 sec., 43425.814234016885 rows/sec., 3.00 MiB/sec.
3098 2025.03.22 20:04:52.912528 [ 5 ] {b185dde5-34a6-4fe0-a600-b91cbab4d1cd} <Debug> TCPHandler: Processed in 0.006373985 sec.
3099 2025.03.22 20:04:52.912879 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3100 2025.03.22 20:04:52.913129 [ 198 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_16_3} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3101 2025.03.22 20:04:52.913357 [ 5 ] {126205c8-a928-4287-8253-695e8c7cf529} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3102 2025.03.22 20:04:52.913612 [ 5 ] {126205c8-a928-4287-8253-695e8c7cf529} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3103 2025.03.22 20:04:52.913787 [ 198 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_16_3} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3104 2025.03.22 20:04:52.914261 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
3105 2025.03.22 20:04:52.915720 [ 5 ] {126205c8-a928-4287-8253-695e8c7cf529} <Trace> oximeter.fields_u8 (faaaa09d-c3bc-4a8d-ab11-77969ca3dca4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3106 2025.03.22 20:04:52.915807 [ 5 ] {126205c8-a928-4287-8253-695e8c7cf529} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3107 2025.03.22 20:04:52.917316 [ 5 ] {126205c8-a928-4287-8253-695e8c7cf529} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
3108 2025.03.22 20:04:52.918022 [ 5 ] {126205c8-a928-4287-8253-695e8c7cf529} <Trace> oximeter.fields_u8 (faaaa09d-c3bc-4a8d-ab11-77969ca3dca4): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3109 2025.03.22 20:04:52.918876 [ 5 ] {126205c8-a928-4287-8253-695e8c7cf529} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.0057 sec., 2105.2631578947367 rows/sec., 164.47 KiB/sec.
3110 2025.03.22 20:04:52.919225 [ 5 ] {126205c8-a928-4287-8253-695e8c7cf529} <Debug> TCPHandler: Processed in 0.006446547 sec.
3111 2025.03.22 20:04:52.919557 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3112 2025.03.22 20:04:52.919817 [ 5 ] {7512d158-101b-40e9-a3bb-c555e678b5b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3113 2025.03.22 20:04:52.919959 [ 5 ] {7512d158-101b-40e9-a3bb-c555e678b5b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3114 2025.03.22 20:04:52.923197 [ 5 ] {7512d158-101b-40e9-a3bb-c555e678b5b2} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3115 2025.03.22 20:04:52.923332 [ 5 ] {7512d158-101b-40e9-a3bb-c555e678b5b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3116 2025.03.22 20:04:52.924158 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3117 2025.03.22 20:04:52.924231 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3118 2025.03.22 20:04:52.924550 [ 5 ] {7512d158-101b-40e9-a3bb-c555e678b5b2} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3119 2025.03.22 20:04:52.925218 [ 5 ] {7512d158-101b-40e9-a3bb-c555e678b5b2} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3120 2025.03.22 20:04:52.925752 [ 5 ] {7512d158-101b-40e9-a3bb-c555e678b5b2} <Debug> executeQuery: Read 569 rows, 43.70 KiB in 0.006026 sec., 94424.16196481911 rows/sec., 7.08 MiB/sec.
3121 2025.03.22 20:04:52.925973 [ 5 ] {7512d158-101b-40e9-a3bb-c555e678b5b2} <Debug> TCPHandler: Processed in 0.006534989 sec.
3122 2025.03.22 20:04:52.926155 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3123 2025.03.22 20:04:52.926398 [ 5 ] {74af723a-84f7-4dfb-89b2-4722058cae9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3124 2025.03.22 20:04:52.926543 [ 5 ] {74af723a-84f7-4dfb-89b2-4722058cae9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3125 2025.03.22 20:04:52.929292 [ 5 ] {74af723a-84f7-4dfb-89b2-4722058cae9b} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3126 2025.03.22 20:04:52.929326 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3127 2025.03.22 20:04:52.929351 [ 5 ] {74af723a-84f7-4dfb-89b2-4722058cae9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3128 2025.03.22 20:04:52.930129 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3129 2025.03.22 20:04:52.930365 [ 5 ] {74af723a-84f7-4dfb-89b2-4722058cae9b} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3130 2025.03.22 20:04:52.930367 [ 69 ] {} <Debug> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3131 2025.03.22 20:04:52.930480 [ 69 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3132 2025.03.22 20:04:52.930567 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3133 2025.03.22 20:04:52.931336 [ 5 ] {74af723a-84f7-4dfb-89b2-4722058cae9b} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3134 2025.03.22 20:04:52.931555 [ 195 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::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
3135 2025.03.22 20:04:52.932158 [ 5 ] {74af723a-84f7-4dfb-89b2-4722058cae9b} <Debug> executeQuery: Read 1010 rows, 69.95 KiB in 0.005822 sec., 173479.90381312263 rows/sec., 11.73 MiB/sec.
3136 2025.03.22 20:04:52.932526 [ 5 ] {74af723a-84f7-4dfb-89b2-4722058cae9b} <Debug> TCPHandler: Processed in 0.006445737 sec.
3137 2025.03.22 20:04:52.932889 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3138 2025.03.22 20:04:52.933227 [ 5 ] {c0a0c57a-8ac6-451d-b478-aa0deae8f252} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3139 2025.03.22 20:04:52.933597 [ 5 ] {c0a0c57a-8ac6-451d-b478-aa0deae8f252} <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
3140 2025.03.22 20:04:52.935457 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 435
3141 2025.03.22 20:04:52.937058 [ 195 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3142 2025.03.22 20:04:52.937543 [ 195 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 282 rows starting from the beginning of the part
3143 2025.03.22 20:04:52.939978 [ 195 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 30 rows starting from the beginning of the part
3144 2025.03.22 20:04:52.940184 [ 5 ] {c0a0c57a-8ac6-451d-b478-aa0deae8f252} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3145 2025.03.22 20:04:52.940256 [ 5 ] {c0a0c57a-8ac6-451d-b478-aa0deae8f252} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3146 2025.03.22 20:04:52.941947 [ 195 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 44 rows starting from the beginning of the part
3147 2025.03.22 20:04:52.943594 [ 5 ] {c0a0c57a-8ac6-451d-b478-aa0deae8f252} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3148 2025.03.22 20:04:52.943776 [ 195 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 20 rows starting from the beginning of the part
3149 2025.03.22 20:04:52.944274 [ 5 ] {c0a0c57a-8ac6-451d-b478-aa0deae8f252} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3150 2025.03.22 20:04:52.944785 [ 69 ] {} <Debug> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3151 2025.03.22 20:04:52.944884 [ 69 ] {} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3152 2025.03.22 20:04:52.944979 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3153 2025.03.22 20:04:52.945403 [ 5 ] {c0a0c57a-8ac6-451d-b478-aa0deae8f252} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.012242 sec., 1061.9179872569841 rows/sec., 1.90 MiB/sec.
3154 2025.03.22 20:04:52.945737 [ 191 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::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
3155 2025.03.22 20:04:52.946739 [ 5 ] {c0a0c57a-8ac6-451d-b478-aa0deae8f252} <Debug> TCPHandler: Processed in 0.013958397 sec.
3156 2025.03.22 20:04:52.947290 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3157 2025.03.22 20:04:52.947439 [ 195 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 28 rows starting from the beginning of the part
3158 2025.03.22 20:04:52.947682 [ 191 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3159 2025.03.22 20:04:52.947701 [ 5 ] {17f18237-b4bf-464c-86ac-6adc90e0ec86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3160 2025.03.22 20:04:52.947927 [ 5 ] {17f18237-b4bf-464c-86ac-6adc90e0ec86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3161 2025.03.22 20:04:52.947965 [ 191 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 178 rows starting from the beginning of the part
3162 2025.03.22 20:04:52.950001 [ 191 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 13 rows starting from the beginning of the part
3163 2025.03.22 20:04:52.951416 [ 191 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::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
3164 2025.03.22 20:04:52.952445 [ 195 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 31 rows starting from the beginning of the part
3165 2025.03.22 20:04:52.952538 [ 5 ] {17f18237-b4bf-464c-86ac-6adc90e0ec86} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3166 2025.03.22 20:04:52.952648 [ 5 ] {17f18237-b4bf-464c-86ac-6adc90e0ec86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3167 2025.03.22 20:04:52.952808 [ 191 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 13 rows starting from the beginning of the part
3168 2025.03.22 20:04:52.954384 [ 191 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::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
3169 2025.03.22 20:04:52.955181 [ 5 ] {17f18237-b4bf-464c-86ac-6adc90e0ec86} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3170 2025.03.22 20:04:52.955743 [ 191 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 13 rows starting from the beginning of the part
3171 2025.03.22 20:04:52.956305 [ 5 ] {17f18237-b4bf-464c-86ac-6adc90e0ec86} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3172 2025.03.22 20:04:52.957541 [ 5 ] {17f18237-b4bf-464c-86ac-6adc90e0ec86} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.009959 sec., 4819.761020182749 rows/sec., 332.61 KiB/sec.
3173 2025.03.22 20:04:52.958013 [ 5 ] {17f18237-b4bf-464c-86ac-6adc90e0ec86} <Debug> TCPHandler: Processed in 0.01085322 sec.
3174 2025.03.22 20:04:52.962814 [ 191 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 269 rows, containing 19 columns (19 merged, 0 gathered) in 0.017653285 sec., 15237.957128092588 rows/sec., 27.31 MiB/sec.
3175 2025.03.22 20:04:52.963289 [ 191 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3176 2025.03.22 20:04:52.963944 [ 191 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3177 2025.03.22 20:04:52.964083 [ 191 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3178 2025.03.22 20:04:52.964233 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.52 MiB.
3179 2025.03.22 20:04:52.968194 [ 188 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 435 rows, containing 72 columns (72 merged, 0 gathered) in 0.037333372 sec., 11651.773646377296 rows/sec., 10.64 MiB/sec.
3180 2025.03.22 20:04:52.969841 [ 188 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3181 2025.03.22 20:04:52.970704 [ 188 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_11_2} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3182 2025.03.22 20:04:52.970807 [ 188 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_11_2} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3183 2025.03.22 20:04:52.971160 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.79 MiB.
3184 2025.03.22 20:04:53.846334 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3185 2025.03.22 20:04:53.846526 [ 5 ] {a2063467-5c04-4705-987b-fa9ebe446eaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3186 2025.03.22 20:04:53.846597 [ 5 ] {a2063467-5c04-4705-987b-fa9ebe446eaa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3187 2025.03.22 20:04:53.847422 [ 5 ] {a2063467-5c04-4705-987b-fa9ebe446eaa} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3188 2025.03.22 20:04:53.847475 [ 5 ] {a2063467-5c04-4705-987b-fa9ebe446eaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3189 2025.03.22 20:04:53.847917 [ 5 ] {a2063467-5c04-4705-987b-fa9ebe446eaa} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3190 2025.03.22 20:04:53.848170 [ 5 ] {a2063467-5c04-4705-987b-fa9ebe446eaa} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3191 2025.03.22 20:04:53.848417 [ 5 ] {a2063467-5c04-4705-987b-fa9ebe446eaa} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001945 sec., 28791.77377892031 rows/sec., 2.20 MiB/sec.
3192 2025.03.22 20:04:53.848482 [ 5 ] {a2063467-5c04-4705-987b-fa9ebe446eaa} <Debug> TCPHandler: Processed in 0.002273768 sec.
3193 2025.03.22 20:04:53.848596 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3194 2025.03.22 20:04:53.848707 [ 5 ] {ceab14f3-e023-451b-83cc-43c72bdbb593} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3195 2025.03.22 20:04:53.848754 [ 5 ] {ceab14f3-e023-451b-83cc-43c72bdbb593} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3196 2025.03.22 20:04:53.849318 [ 5 ] {ceab14f3-e023-451b-83cc-43c72bdbb593} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3197 2025.03.22 20:04:53.849359 [ 5 ] {ceab14f3-e023-451b-83cc-43c72bdbb593} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3198 2025.03.22 20:04:53.849714 [ 5 ] {ceab14f3-e023-451b-83cc-43c72bdbb593} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3199 2025.03.22 20:04:53.849959 [ 5 ] {ceab14f3-e023-451b-83cc-43c72bdbb593} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3200 2025.03.22 20:04:53.850175 [ 5 ] {ceab14f3-e023-451b-83cc-43c72bdbb593} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001496 sec., 42780.74866310161 rows/sec., 3.34 MiB/sec.
3201 2025.03.22 20:04:53.850228 [ 5 ] {ceab14f3-e023-451b-83cc-43c72bdbb593} <Debug> TCPHandler: Processed in 0.001684305 sec.
3202 2025.03.22 20:04:53.850342 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3203 2025.03.22 20:04:53.850450 [ 5 ] {e43e8f09-478d-410a-b81e-972b85920202} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3204 2025.03.22 20:04:53.850500 [ 5 ] {e43e8f09-478d-410a-b81e-972b85920202} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3205 2025.03.22 20:04:53.850996 [ 5 ] {e43e8f09-478d-410a-b81e-972b85920202} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3206 2025.03.22 20:04:53.851036 [ 5 ] {e43e8f09-478d-410a-b81e-972b85920202} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3207 2025.03.22 20:04:53.851413 [ 5 ] {e43e8f09-478d-410a-b81e-972b85920202} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3208 2025.03.22 20:04:53.851663 [ 5 ] {e43e8f09-478d-410a-b81e-972b85920202} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3209 2025.03.22 20:04:53.851893 [ 5 ] {e43e8f09-478d-410a-b81e-972b85920202} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001467 sec., 21813.224267211997 rows/sec., 1.52 MiB/sec.
3210 2025.03.22 20:04:53.851945 [ 5 ] {e43e8f09-478d-410a-b81e-972b85920202} <Debug> TCPHandler: Processed in 0.001653035 sec.
3211 2025.03.22 20:04:53.852079 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3212 2025.03.22 20:04:53.852185 [ 5 ] {cd27c124-13e9-4a38-a753-14cec7a4bbc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3213 2025.03.22 20:04:53.852232 [ 5 ] {cd27c124-13e9-4a38-a753-14cec7a4bbc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3214 2025.03.22 20:04:53.852661 [ 5 ] {cd27c124-13e9-4a38-a753-14cec7a4bbc0} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3215 2025.03.22 20:04:53.852700 [ 5 ] {cd27c124-13e9-4a38-a753-14cec7a4bbc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3216 2025.03.22 20:04:53.853053 [ 5 ] {cd27c124-13e9-4a38-a753-14cec7a4bbc0} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3217 2025.03.22 20:04:53.853287 [ 5 ] {cd27c124-13e9-4a38-a753-14cec7a4bbc0} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3218 2025.03.22 20:04:53.853498 [ 5 ] {cd27c124-13e9-4a38-a753-14cec7a4bbc0} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001335 sec., 8988.76404494382 rows/sec., 620.32 KiB/sec.
3219 2025.03.22 20:04:53.853546 [ 5 ] {cd27c124-13e9-4a38-a753-14cec7a4bbc0} <Debug> TCPHandler: Processed in 0.001517412 sec.
3220 2025.03.22 20:04:55.392110 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6954
3221 2025.03.22 20:04:55.392789 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3222 2025.03.22 20:04:55.392830 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3223 2025.03.22 20:04:55.393352 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3224 2025.03.22 20:04:55.393606 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3225 2025.03.22 20:04:55.393895 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6954
3226 2025.03.22 20:04:55.928744 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 114
3227 2025.03.22 20:04:55.950533 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3228 2025.03.22 20:04:55.950601 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3229 2025.03.22 20:04:55.958420 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3230 2025.03.22 20:04:55.959226 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3231 2025.03.22 20:04:55.962114 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 114
3232 2025.03.22 20:04:58.853718 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3233 2025.03.22 20:04:58.853984 [ 5 ] {656d2325-d094-4d7c-92a2-4503c3f089dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3234 2025.03.22 20:04:58.854076 [ 5 ] {656d2325-d094-4d7c-92a2-4503c3f089dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3235 2025.03.22 20:04:58.854989 [ 5 ] {656d2325-d094-4d7c-92a2-4503c3f089dc} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3236 2025.03.22 20:04:58.855035 [ 5 ] {656d2325-d094-4d7c-92a2-4503c3f089dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3237 2025.03.22 20:04:58.855499 [ 5 ] {656d2325-d094-4d7c-92a2-4503c3f089dc} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3238 2025.03.22 20:04:58.855752 [ 5 ] {656d2325-d094-4d7c-92a2-4503c3f089dc} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3239 2025.03.22 20:04:58.856031 [ 5 ] {656d2325-d094-4d7c-92a2-4503c3f089dc} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.002114 sec., 51087.9848628193 rows/sec., 4.27 MiB/sec.
3240 2025.03.22 20:04:58.856087 [ 5 ] {656d2325-d094-4d7c-92a2-4503c3f089dc} <Debug> TCPHandler: Processed in 0.002518664 sec.
3241 2025.03.22 20:04:58.856207 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3242 2025.03.22 20:04:58.856313 [ 5 ] {decfb847-699f-4aab-9c9f-caff8de41bd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3243 2025.03.22 20:04:58.856358 [ 5 ] {decfb847-699f-4aab-9c9f-caff8de41bd3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3244 2025.03.22 20:04:58.856895 [ 5 ] {decfb847-699f-4aab-9c9f-caff8de41bd3} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3245 2025.03.22 20:04:58.856933 [ 5 ] {decfb847-699f-4aab-9c9f-caff8de41bd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3246 2025.03.22 20:04:58.857275 [ 5 ] {decfb847-699f-4aab-9c9f-caff8de41bd3} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3247 2025.03.22 20:04:58.857520 [ 5 ] {decfb847-699f-4aab-9c9f-caff8de41bd3} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3248 2025.03.22 20:04:58.857739 [ 5 ] {decfb847-699f-4aab-9c9f-caff8de41bd3} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001449 sec., 17943.409247757074 rows/sec., 1.32 MiB/sec.
3249 2025.03.22 20:04:58.857796 [ 5 ] {decfb847-699f-4aab-9c9f-caff8de41bd3} <Debug> TCPHandler: Processed in 0.001639535 sec.
3250 2025.03.22 20:04:58.857900 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3251 2025.03.22 20:04:58.858002 [ 5 ] {46de3c8d-04f7-4e57-bed9-f0a3e7c15425} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3252 2025.03.22 20:04:58.858045 [ 5 ] {46de3c8d-04f7-4e57-bed9-f0a3e7c15425} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3253 2025.03.22 20:04:58.858591 [ 5 ] {46de3c8d-04f7-4e57-bed9-f0a3e7c15425} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3254 2025.03.22 20:04:58.858630 [ 5 ] {46de3c8d-04f7-4e57-bed9-f0a3e7c15425} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3255 2025.03.22 20:04:58.858980 [ 5 ] {46de3c8d-04f7-4e57-bed9-f0a3e7c15425} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3256 2025.03.22 20:04:58.859213 [ 5 ] {46de3c8d-04f7-4e57-bed9-f0a3e7c15425} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3257 2025.03.22 20:04:58.859430 [ 5 ] {46de3c8d-04f7-4e57-bed9-f0a3e7c15425} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.00145 sec., 62068.965517241384 rows/sec., 4.85 MiB/sec.
3258 2025.03.22 20:04:58.859480 [ 5 ] {46de3c8d-04f7-4e57-bed9-f0a3e7c15425} <Debug> TCPHandler: Processed in 0.001628865 sec.
3259 2025.03.22 20:04:58.859592 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3260 2025.03.22 20:04:58.859697 [ 5 ] {5e4f86be-e6aa-417e-8cce-a79576e49e99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3261 2025.03.22 20:04:58.859745 [ 5 ] {5e4f86be-e6aa-417e-8cce-a79576e49e99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3262 2025.03.22 20:04:58.860266 [ 5 ] {5e4f86be-e6aa-417e-8cce-a79576e49e99} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3263 2025.03.22 20:04:58.860304 [ 5 ] {5e4f86be-e6aa-417e-8cce-a79576e49e99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3264 2025.03.22 20:04:58.860680 [ 5 ] {5e4f86be-e6aa-417e-8cce-a79576e49e99} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3265 2025.03.22 20:04:58.860913 [ 5 ] {5e4f86be-e6aa-417e-8cce-a79576e49e99} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3266 2025.03.22 20:04:58.861129 [ 5 ] {5e4f86be-e6aa-417e-8cce-a79576e49e99} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001455 sec., 109965.63573883162 rows/sec., 7.66 MiB/sec.
3267 2025.03.22 20:04:58.861178 [ 5 ] {5e4f86be-e6aa-417e-8cce-a79576e49e99} <Debug> TCPHandler: Processed in 0.001636905 sec.
3268 2025.03.22 20:04:58.861310 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3269 2025.03.22 20:04:58.861413 [ 5 ] {066ac81e-e3ff-4a75-a30f-d9217db8e4f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3270 2025.03.22 20:04:58.861478 [ 5 ] {066ac81e-e3ff-4a75-a30f-d9217db8e4f6} <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
3271 2025.03.22 20:04:58.862540 [ 5 ] {066ac81e-e3ff-4a75-a30f-d9217db8e4f6} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3272 2025.03.22 20:04:58.862578 [ 5 ] {066ac81e-e3ff-4a75-a30f-d9217db8e4f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3273 2025.03.22 20:04:58.863233 [ 5 ] {066ac81e-e3ff-4a75-a30f-d9217db8e4f6} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3274 2025.03.22 20:04:58.863495 [ 5 ] {066ac81e-e3ff-4a75-a30f-d9217db8e4f6} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3275 2025.03.22 20:04:58.863748 [ 5 ] {066ac81e-e3ff-4a75-a30f-d9217db8e4f6} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002356 sec., 11035.65365025467 rows/sec., 19.78 MiB/sec.
3276 2025.03.22 20:04:58.863843 [ 5 ] {066ac81e-e3ff-4a75-a30f-d9217db8e4f6} <Debug> TCPHandler: Processed in 0.002581965 sec.
3277 2025.03.22 20:04:58.863982 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3278 2025.03.22 20:04:58.864087 [ 5 ] {a01cd20d-2af3-4e50-8834-bb07173279e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3279 2025.03.22 20:04:58.864133 [ 5 ] {a01cd20d-2af3-4e50-8834-bb07173279e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3280 2025.03.22 20:04:58.864564 [ 5 ] {a01cd20d-2af3-4e50-8834-bb07173279e9} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3281 2025.03.22 20:04:58.864603 [ 5 ] {a01cd20d-2af3-4e50-8834-bb07173279e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3282 2025.03.22 20:04:58.865052 [ 5 ] {a01cd20d-2af3-4e50-8834-bb07173279e9} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3283 2025.03.22 20:04:58.865365 [ 5 ] {a01cd20d-2af3-4e50-8834-bb07173279e9} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3284 2025.03.22 20:04:58.865624 [ 5 ] {a01cd20d-2af3-4e50-8834-bb07173279e9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001559 sec., 38486.20910840282 rows/sec., 2.59 MiB/sec.
3285 2025.03.22 20:04:58.865675 [ 5 ] {a01cd20d-2af3-4e50-8834-bb07173279e9} <Debug> TCPHandler: Processed in 0.001743477 sec.
3286 2025.03.22 20:05:02.792639 [ 46 ] {} <Debug> DNSResolver: Updating DNS cache
3287 2025.03.22 20:05:02.792756 [ 46 ] {} <Debug> DNSResolver: Updated DNS cache
3288 2025.03.22 20:05:02.895008 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7381
3289 2025.03.22 20:05:02.895643 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3290 2025.03.22 20:05:02.895689 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3291 2025.03.22 20:05:02.896282 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3292 2025.03.22 20:05:02.896535 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3293 2025.03.22 20:05:02.896776 [ 46 ] {} <Debug> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3294 2025.03.22 20:05:02.896812 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381
3295 2025.03.22 20:05:02.896875 [ 46 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3296 2025.03.22 20:05:02.896923 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3297 2025.03.22 20:05:02.897361 [ 191 ] {6f3f2c82-38dd-415f-af08-560485366d9f::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
3298 2025.03.22 20:05:02.897623 [ 191 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3299 2025.03.22 20:05:02.897695 [ 191 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5124 rows starting from the beginning of the part
3300 2025.03.22 20:05:02.897805 [ 191 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 427 rows starting from the beginning of the part
3301 2025.03.22 20:05:02.898008 [ 191 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 488 rows starting from the beginning of the part
3302 2025.03.22 20:05:02.898214 [ 191 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 427 rows starting from the beginning of the part
3303 2025.03.22 20:05:02.898358 [ 191 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 488 rows starting from the beginning of the part
3304 2025.03.22 20:05:02.898482 [ 191 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 427 rows starting from the beginning of the part
3305 2025.03.22 20:05:02.900202 [ 190 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.003157137 sec., 2337877.6404064824 rows/sec., 33.44 MiB/sec.
3306 2025.03.22 20:05:02.901142 [ 190 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3307 2025.03.22 20:05:02.901500 [ 190 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_16_3} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3308 2025.03.22 20:05:02.901591 [ 190 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_16_3} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3309 2025.03.22 20:05:02.901703 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB.
3310 2025.03.22 20:05:02.936851 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 31 entries to flush up to offset 466
3311 2025.03.22 20:05:02.939895 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3312 2025.03.22 20:05:02.939937 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3313 2025.03.22 20:05:02.941393 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3314 2025.03.22 20:05:02.941704 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3315 2025.03.22 20:05:02.942870 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 466
3316 2025.03.22 20:05:03.001547 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001038202 sec.
3317 2025.03.22 20:05:03.463162 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 121
3318 2025.03.22 20:05:03.485238 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3319 2025.03.22 20:05:03.485304 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3320 2025.03.22 20:05:03.492956 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3321 2025.03.22 20:05:03.493766 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3322 2025.03.22 20:05:03.494189 [ 49 ] {} <Debug> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3323 2025.03.22 20:05:03.494363 [ 49 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3324 2025.03.22 20:05:03.494459 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3325 2025.03.22 20:05:03.494936 [ 201 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::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
3326 2025.03.22 20:05:03.509082 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121
3327 2025.03.22 20:05:03.510981 [ 201 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3328 2025.03.22 20:05:03.512634 [ 201 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::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
3329 2025.03.22 20:05:03.518532 [ 201 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::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
3330 2025.03.22 20:05:03.524292 [ 201 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 8 rows starting from the beginning of the part
3331 2025.03.22 20:05:03.529657 [ 201 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 7 rows starting from the beginning of the part
3332 2025.03.22 20:05:03.535338 [ 201 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 8 rows starting from the beginning of the part
3333 2025.03.22 20:05:03.540008 [ 201 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 7 rows starting from the beginning of the part
3334 2025.03.22 20:05:03.598993 [ 197 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.104358807 sec., 1159.4613188707685 rows/sec., 6.00 MiB/sec.
3335 2025.03.22 20:05:03.601629 [ 186 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3336 2025.03.22 20:05:03.604603 [ 186 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_16_3} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3337 2025.03.22 20:05:03.604746 [ 186 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_16_3} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3338 2025.03.22 20:05:03.607393 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.50 MiB.
3339 2025.03.22 20:05:03.853204 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3340 2025.03.22 20:05:03.853382 [ 5 ] {53429233-ea8a-4b94-8af7-5a5ce6cf3c27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3341 2025.03.22 20:05:03.853451 [ 5 ] {53429233-ea8a-4b94-8af7-5a5ce6cf3c27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3342 2025.03.22 20:05:03.854228 [ 5 ] {53429233-ea8a-4b94-8af7-5a5ce6cf3c27} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3343 2025.03.22 20:05:03.854271 [ 5 ] {53429233-ea8a-4b94-8af7-5a5ce6cf3c27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3344 2025.03.22 20:05:03.854698 [ 5 ] {53429233-ea8a-4b94-8af7-5a5ce6cf3c27} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
3345 2025.03.22 20:05:03.854948 [ 5 ] {53429233-ea8a-4b94-8af7-5a5ce6cf3c27} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3346 2025.03.22 20:05:03.855099 [ 49 ] {} <Debug> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
3347 2025.03.22 20:05:03.855146 [ 49 ] {} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3348 2025.03.22 20:05:03.855159 [ 5 ] {53429233-ea8a-4b94-8af7-5a5ce6cf3c27} <Debug> executeQuery: Read 82 rows, 6.94 KiB in 0.001827 sec., 44882.32074438971 rows/sec., 3.71 MiB/sec.
3349 2025.03.22 20:05:03.855175 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3350 2025.03.22 20:05:03.855296 [ 5 ] {53429233-ea8a-4b94-8af7-5a5ce6cf3c27} <Debug> TCPHandler: Processed in 0.002210387 sec.
3351 2025.03.22 20:05:03.855831 [ 200 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::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
3352 2025.03.22 20:05:03.855952 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3353 2025.03.22 20:05:03.856503 [ 5 ] {c4a30846-62d5-4c81-b55c-d16d84c2fe0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3354 2025.03.22 20:05:03.856541 [ 200 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3355 2025.03.22 20:05:03.856646 [ 5 ] {c4a30846-62d5-4c81-b55c-d16d84c2fe0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3356 2025.03.22 20:05:03.856653 [ 200 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1401 rows starting from the beginning of the part
3357 2025.03.22 20:05:03.857043 [ 200 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 108 rows starting from the beginning of the part
3358 2025.03.22 20:05:03.857375 [ 200 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1342 rows starting from the beginning of the part
3359 2025.03.22 20:05:03.857724 [ 200 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 56 rows starting from the beginning of the part
3360 2025.03.22 20:05:03.858094 [ 200 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 108 rows starting from the beginning of the part
3361 2025.03.22 20:05:03.858451 [ 200 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 82 rows starting from the beginning of the part
3362 2025.03.22 20:05:03.859499 [ 5 ] {c4a30846-62d5-4c81-b55c-d16d84c2fe0e} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3363 2025.03.22 20:05:03.859575 [ 5 ] {c4a30846-62d5-4c81-b55c-d16d84c2fe0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3364 2025.03.22 20:05:03.860529 [ 5 ] {c4a30846-62d5-4c81-b55c-d16d84c2fe0e} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3365 2025.03.22 20:05:03.861068 [ 5 ] {c4a30846-62d5-4c81-b55c-d16d84c2fe0e} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3366 2025.03.22 20:05:03.861513 [ 5 ] {c4a30846-62d5-4c81-b55c-d16d84c2fe0e} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.005112 sec., 2543.035993740219 rows/sec., 191.22 KiB/sec.
3367 2025.03.22 20:05:03.862039 [ 5 ] {c4a30846-62d5-4c81-b55c-d16d84c2fe0e} <Debug> TCPHandler: Processed in 0.006287233 sec.
3368 2025.03.22 20:05:03.862333 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3369 2025.03.22 20:05:03.862582 [ 200 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3097 rows, containing 5 columns (5 merged, 0 gathered) in 0.007268584 sec., 426080.2379115382 rows/sec., 37.12 MiB/sec.
3370 2025.03.22 20:05:03.862597 [ 5 ] {198aef03-4b19-484d-ae3e-6f92dd2da0c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3371 2025.03.22 20:05:03.862681 [ 5 ] {198aef03-4b19-484d-ae3e-6f92dd2da0c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3372 2025.03.22 20:05:03.862888 [ 200 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
3373 2025.03.22 20:05:03.863533 [ 192 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_26_5} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3374 2025.03.22 20:05:03.863737 [ 192 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_26_5} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
3375 2025.03.22 20:05:03.863926 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB.
3376 2025.03.22 20:05:03.864057 [ 5 ] {198aef03-4b19-484d-ae3e-6f92dd2da0c9} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3377 2025.03.22 20:05:03.864101 [ 5 ] {198aef03-4b19-484d-ae3e-6f92dd2da0c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3378 2025.03.22 20:05:03.864461 [ 5 ] {198aef03-4b19-484d-ae3e-6f92dd2da0c9} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
3379 2025.03.22 20:05:03.864707 [ 5 ] {198aef03-4b19-484d-ae3e-6f92dd2da0c9} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3380 2025.03.22 20:05:03.864834 [ 49 ] {} <Debug> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
3381 2025.03.22 20:05:03.864869 [ 49 ] {} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3382 2025.03.22 20:05:03.864891 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3383 2025.03.22 20:05:03.864906 [ 5 ] {198aef03-4b19-484d-ae3e-6f92dd2da0c9} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.002362 sec., 32599.49195596952 rows/sec., 2.55 MiB/sec.
3384 2025.03.22 20:05:03.865549 [ 5 ] {198aef03-4b19-484d-ae3e-6f92dd2da0c9} <Debug> TCPHandler: Processed in 0.00327967 sec.
3385 2025.03.22 20:05:03.865801 [ 193 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::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
3386 2025.03.22 20:05:03.866139 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3387 2025.03.22 20:05:03.866417 [ 193 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3388 2025.03.22 20:05:03.866437 [ 5 ] {ff73c523-39b2-45fd-a8bd-067312ec934a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3389 2025.03.22 20:05:03.866461 [ 193 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 627 rows starting from the beginning of the part
3390 2025.03.22 20:05:03.866505 [ 5 ] {ff73c523-39b2-45fd-a8bd-067312ec934a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3391 2025.03.22 20:05:03.866636 [ 193 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 90 rows starting from the beginning of the part
3392 2025.03.22 20:05:03.866871 [ 193 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 569 rows starting from the beginning of the part
3393 2025.03.22 20:05:03.867089 [ 193 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 64 rows starting from the beginning of the part
3394 2025.03.22 20:05:03.867314 [ 193 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 90 rows starting from the beginning of the part
3395 2025.03.22 20:05:03.867505 [ 193 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 77 rows starting from the beginning of the part
3396 2025.03.22 20:05:03.868092 [ 5 ] {ff73c523-39b2-45fd-a8bd-067312ec934a} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3397 2025.03.22 20:05:03.868136 [ 5 ] {ff73c523-39b2-45fd-a8bd-067312ec934a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3398 2025.03.22 20:05:03.868746 [ 5 ] {ff73c523-39b2-45fd-a8bd-067312ec934a} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
3399 2025.03.22 20:05:03.869067 [ 5 ] {ff73c523-39b2-45fd-a8bd-067312ec934a} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3400 2025.03.22 20:05:03.869300 [ 53 ] {} <Debug> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
3401 2025.03.22 20:05:03.869357 [ 53 ] {} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3402 2025.03.22 20:05:03.869365 [ 193 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1517 rows, containing 5 columns (5 merged, 0 gathered) in 0.004406564 sec., 344259.155205734 rows/sec., 27.41 MiB/sec.
3403 2025.03.22 20:05:03.869389 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3404 2025.03.22 20:05:03.869427 [ 5 ] {ff73c523-39b2-45fd-a8bd-067312ec934a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00302 sec., 52980.132450331126 rows/sec., 3.69 MiB/sec.
3405 2025.03.22 20:05:03.869809 [ 193 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
3406 2025.03.22 20:05:03.870028 [ 199 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::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
3407 2025.03.22 20:05:03.870056 [ 5 ] {ff73c523-39b2-45fd-a8bd-067312ec934a} <Debug> TCPHandler: Processed in 0.004086827 sec.
3408 2025.03.22 20:05:03.870624 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3409 2025.03.22 20:05:03.870700 [ 199 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3410 2025.03.22 20:05:03.870840 [ 199 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 6443 rows starting from the beginning of the part
3411 2025.03.22 20:05:03.870866 [ 5 ] {0d8436eb-136c-4e17-9499-e5276cd99377} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3412 2025.03.22 20:05:03.870970 [ 193 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_26_5} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3413 2025.03.22 20:05:03.871339 [ 199 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 160 rows starting from the beginning of the part
3414 2025.03.22 20:05:03.871389 [ 5 ] {0d8436eb-136c-4e17-9499-e5276cd99377} <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
3415 2025.03.22 20:05:03.871536 [ 193 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_26_5} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
3416 2025.03.22 20:05:03.871856 [ 199 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1010 rows starting from the beginning of the part
3417 2025.03.22 20:05:03.871966 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB.
3418 2025.03.22 20:05:03.872350 [ 199 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 32 rows starting from the beginning of the part
3419 2025.03.22 20:05:03.872772 [ 199 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 160 rows starting from the beginning of the part
3420 2025.03.22 20:05:03.873151 [ 199 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 160 rows starting from the beginning of the part
3421 2025.03.22 20:05:03.876905 [ 5 ] {0d8436eb-136c-4e17-9499-e5276cd99377} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3422 2025.03.22 20:05:03.876959 [ 5 ] {0d8436eb-136c-4e17-9499-e5276cd99377} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3423 2025.03.22 20:05:03.877918 [ 5 ] {0d8436eb-136c-4e17-9499-e5276cd99377} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3424 2025.03.22 20:05:03.878424 [ 5 ] {0d8436eb-136c-4e17-9499-e5276cd99377} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3425 2025.03.22 20:05:03.878961 [ 5 ] {0d8436eb-136c-4e17-9499-e5276cd99377} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.008125 sec., 1600 rows/sec., 2.87 MiB/sec.
3426 2025.03.22 20:05:03.879432 [ 189 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7965 rows, containing 5 columns (5 merged, 0 gathered) in 0.009939961 sec., 801310.9910592204 rows/sec., 54.89 MiB/sec.
3427 2025.03.22 20:05:03.879478 [ 5 ] {0d8436eb-136c-4e17-9499-e5276cd99377} <Debug> TCPHandler: Processed in 0.009011781 sec.
3428 2025.03.22 20:05:03.879635 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3429 2025.03.22 20:05:03.879742 [ 5 ] {ee4ddfe3-3c5e-4601-b6ac-987dd9422320} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3430 2025.03.22 20:05:03.879789 [ 5 ] {ee4ddfe3-3c5e-4601-b6ac-987dd9422320} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3431 2025.03.22 20:05:03.879919 [ 189 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
3432 2025.03.22 20:05:03.880341 [ 189 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3433 2025.03.22 20:05:03.880459 [ 189 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
3434 2025.03.22 20:05:03.880468 [ 5 ] {ee4ddfe3-3c5e-4601-b6ac-987dd9422320} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3435 2025.03.22 20:05:03.880515 [ 5 ] {ee4ddfe3-3c5e-4601-b6ac-987dd9422320} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3436 2025.03.22 20:05:03.880557 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.52 MiB.
3437 2025.03.22 20:05:03.880903 [ 5 ] {ee4ddfe3-3c5e-4601-b6ac-987dd9422320} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
3438 2025.03.22 20:05:03.881145 [ 5 ] {ee4ddfe3-3c5e-4601-b6ac-987dd9422320} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3439 2025.03.22 20:05:03.881270 [ 53 ] {} <Debug> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
3440 2025.03.22 20:05:03.881312 [ 53 ] {} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3441 2025.03.22 20:05:03.881333 [ 5 ] {ee4ddfe3-3c5e-4601-b6ac-987dd9422320} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001612 sec., 37220.843672456576 rows/sec., 2.51 MiB/sec.
3442 2025.03.22 20:05:03.881340 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3443 2025.03.22 20:05:03.881453 [ 5 ] {ee4ddfe3-3c5e-4601-b6ac-987dd9422320} <Debug> TCPHandler: Processed in 0.00186708 sec.
3444 2025.03.22 20:05:03.881889 [ 194 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::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
3445 2025.03.22 20:05:03.882051 [ 194 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3446 2025.03.22 20:05:03.882090 [ 194 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1056 rows starting from the beginning of the part
3447 2025.03.22 20:05:03.882212 [ 194 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 60 rows starting from the beginning of the part
3448 2025.03.22 20:05:03.882425 [ 194 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 48 rows starting from the beginning of the part
3449 2025.03.22 20:05:03.882629 [ 194 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 12 rows starting from the beginning of the part
3450 2025.03.22 20:05:03.882822 [ 194 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 60 rows starting from the beginning of the part
3451 2025.03.22 20:05:03.882989 [ 194 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 60 rows starting from the beginning of the part
3452 2025.03.22 20:05:03.884338 [ 196 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1296 rows, containing 4 columns (4 merged, 0 gathered) in 0.00284396 sec., 455702.6118510809 rows/sec., 30.74 MiB/sec.
3453 2025.03.22 20:05:03.884691 [ 196 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
3454 2025.03.22 20:05:03.885065 [ 196 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_26_5} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3455 2025.03.22 20:05:03.885149 [ 196 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_26_5} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
3456 2025.03.22 20:05:03.885235 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB.
3457 2025.03.22 20:05:04.000171 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 176.31 MiB, peak 185.73 MiB, free memory in arenas 0.00 B, will set to 177.87 MiB (RSS), difference: 1.56 MiB
3458 2025.03.22 20:05:08.853116 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3459 2025.03.22 20:05:08.853349 [ 5 ] {4340c6fa-9072-4341-b7e0-88c3e3344220} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
3460 2025.03.22 20:05:08.853431 [ 5 ] {4340c6fa-9072-4341-b7e0-88c3e3344220} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
3461 2025.03.22 20:05:08.854261 [ 5 ] {4340c6fa-9072-4341-b7e0-88c3e3344220} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3462 2025.03.22 20:05:08.854318 [ 5 ] {4340c6fa-9072-4341-b7e0-88c3e3344220} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3463 2025.03.22 20:05:08.854749 [ 5 ] {4340c6fa-9072-4341-b7e0-88c3e3344220} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
3464 2025.03.22 20:05:08.855003 [ 5 ] {4340c6fa-9072-4341-b7e0-88c3e3344220} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3465 2025.03.22 20:05:08.855279 [ 5 ] {4340c6fa-9072-4341-b7e0-88c3e3344220} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001986 sec., 1007.0493454179256 rows/sec., 82.12 KiB/sec.
3466 2025.03.22 20:05:08.855484 [ 5 ] {4340c6fa-9072-4341-b7e0-88c3e3344220} <Debug> TCPHandler: Processed in 0.002501082 sec.
3467 2025.03.22 20:05:08.855648 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3468 2025.03.22 20:05:08.855758 [ 5 ] {a6fdc625-bcc0-471f-ae6c-e366fc90df0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3469 2025.03.22 20:05:08.855806 [ 5 ] {a6fdc625-bcc0-471f-ae6c-e366fc90df0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3470 2025.03.22 20:05:08.856410 [ 5 ] {a6fdc625-bcc0-471f-ae6c-e366fc90df0d} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3471 2025.03.22 20:05:08.856451 [ 5 ] {a6fdc625-bcc0-471f-ae6c-e366fc90df0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3472 2025.03.22 20:05:08.856817 [ 5 ] {a6fdc625-bcc0-471f-ae6c-e366fc90df0d} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
3473 2025.03.22 20:05:08.857054 [ 5 ] {a6fdc625-bcc0-471f-ae6c-e366fc90df0d} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3474 2025.03.22 20:05:08.857273 [ 5 ] {a6fdc625-bcc0-471f-ae6c-e366fc90df0d} <Debug> executeQuery: Read 109 rows, 9.32 KiB in 0.001543 sec., 70641.60725858716 rows/sec., 5.90 MiB/sec.
3475 2025.03.22 20:05:08.857328 [ 5 ] {a6fdc625-bcc0-471f-ae6c-e366fc90df0d} <Debug> TCPHandler: Processed in 0.001730577 sec.
3476 2025.03.22 20:05:08.857443 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3477 2025.03.22 20:05:08.857547 [ 5 ] {405e74d4-6344-4b37-ac3d-aaeed7830974} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3478 2025.03.22 20:05:08.857592 [ 5 ] {405e74d4-6344-4b37-ac3d-aaeed7830974} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3479 2025.03.22 20:05:08.858125 [ 5 ] {405e74d4-6344-4b37-ac3d-aaeed7830974} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3480 2025.03.22 20:05:08.858164 [ 5 ] {405e74d4-6344-4b37-ac3d-aaeed7830974} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3481 2025.03.22 20:05:08.858505 [ 5 ] {405e74d4-6344-4b37-ac3d-aaeed7830974} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3482 2025.03.22 20:05:08.858737 [ 5 ] {405e74d4-6344-4b37-ac3d-aaeed7830974} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3483 2025.03.22 20:05:08.859001 [ 5 ] {405e74d4-6344-4b37-ac3d-aaeed7830974} <Debug> executeQuery: Read 28 rows, 2.09 KiB in 0.001476 sec., 18970.18970189702 rows/sec., 1.39 MiB/sec.
3484 2025.03.22 20:05:08.859225 [ 5 ] {405e74d4-6344-4b37-ac3d-aaeed7830974} <Debug> TCPHandler: Processed in 0.001831299 sec.
3485 2025.03.22 20:05:08.859366 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3486 2025.03.22 20:05:08.859469 [ 5 ] {f6415ba2-2786-48ec-b4c8-12babd3604f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3487 2025.03.22 20:05:08.859512 [ 5 ] {f6415ba2-2786-48ec-b4c8-12babd3604f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3488 2025.03.22 20:05:08.860109 [ 5 ] {f6415ba2-2786-48ec-b4c8-12babd3604f8} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3489 2025.03.22 20:05:08.860148 [ 5 ] {f6415ba2-2786-48ec-b4c8-12babd3604f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3490 2025.03.22 20:05:08.860509 [ 5 ] {f6415ba2-2786-48ec-b4c8-12babd3604f8} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
3491 2025.03.22 20:05:08.860744 [ 5 ] {f6415ba2-2786-48ec-b4c8-12babd3604f8} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3492 2025.03.22 20:05:08.861033 [ 5 ] {f6415ba2-2786-48ec-b4c8-12babd3604f8} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.001583 sec., 58117.49842072015 rows/sec., 4.54 MiB/sec.
3493 2025.03.22 20:05:08.861284 [ 5 ] {f6415ba2-2786-48ec-b4c8-12babd3604f8} <Debug> TCPHandler: Processed in 0.001961912 sec.
3494 2025.03.22 20:05:08.861563 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3495 2025.03.22 20:05:08.861671 [ 5 ] {e8c8f68b-c49e-469e-9bc4-167707941fae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3496 2025.03.22 20:05:08.861725 [ 5 ] {e8c8f68b-c49e-469e-9bc4-167707941fae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3497 2025.03.22 20:05:08.862296 [ 5 ] {e8c8f68b-c49e-469e-9bc4-167707941fae} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3498 2025.03.22 20:05:08.862335 [ 5 ] {e8c8f68b-c49e-469e-9bc4-167707941fae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3499 2025.03.22 20:05:08.862722 [ 5 ] {e8c8f68b-c49e-469e-9bc4-167707941fae} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
3500 2025.03.22 20:05:08.862952 [ 5 ] {e8c8f68b-c49e-469e-9bc4-167707941fae} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3501 2025.03.22 20:05:08.863156 [ 5 ] {e8c8f68b-c49e-469e-9bc4-167707941fae} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.00151 sec., 106622.51655629139 rows/sec., 7.43 MiB/sec.
3502 2025.03.22 20:05:08.863211 [ 5 ] {e8c8f68b-c49e-469e-9bc4-167707941fae} <Debug> TCPHandler: Processed in 0.001731347 sec.
3503 2025.03.22 20:05:08.863346 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3504 2025.03.22 20:05:08.863486 [ 5 ] {03952e88-868f-4b2c-bc4b-18efabf006ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3505 2025.03.22 20:05:08.863569 [ 5 ] {03952e88-868f-4b2c-bc4b-18efabf006ad} <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
3506 2025.03.22 20:05:08.864766 [ 5 ] {03952e88-868f-4b2c-bc4b-18efabf006ad} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3507 2025.03.22 20:05:08.864808 [ 5 ] {03952e88-868f-4b2c-bc4b-18efabf006ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3508 2025.03.22 20:05:08.865809 [ 5 ] {03952e88-868f-4b2c-bc4b-18efabf006ad} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3509 2025.03.22 20:05:08.866096 [ 5 ] {03952e88-868f-4b2c-bc4b-18efabf006ad} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3510 2025.03.22 20:05:08.866353 [ 5 ] {03952e88-868f-4b2c-bc4b-18efabf006ad} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002897 sec., 8974.801518812565 rows/sec., 16.08 MiB/sec.
3511 2025.03.22 20:05:08.866468 [ 5 ] {03952e88-868f-4b2c-bc4b-18efabf006ad} <Debug> TCPHandler: Processed in 0.003187088 sec.
3512 2025.03.22 20:05:08.866616 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3513 2025.03.22 20:05:08.866723 [ 5 ] {155a9265-49b7-46af-8910-6b5b951f62da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3514 2025.03.22 20:05:08.866770 [ 5 ] {155a9265-49b7-46af-8910-6b5b951f62da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3515 2025.03.22 20:05:08.867288 [ 5 ] {155a9265-49b7-46af-8910-6b5b951f62da} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3516 2025.03.22 20:05:08.867329 [ 5 ] {155a9265-49b7-46af-8910-6b5b951f62da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3517 2025.03.22 20:05:08.867695 [ 5 ] {155a9265-49b7-46af-8910-6b5b951f62da} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
3518 2025.03.22 20:05:08.867942 [ 5 ] {155a9265-49b7-46af-8910-6b5b951f62da} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3519 2025.03.22 20:05:08.868156 [ 5 ] {155a9265-49b7-46af-8910-6b5b951f62da} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001456 sec., 41208.791208791205 rows/sec., 2.78 MiB/sec.
3520 2025.03.22 20:05:08.868206 [ 5 ] {155a9265-49b7-46af-8910-6b5b951f62da} <Debug> TCPHandler: Processed in 0.001642535 sec.
3521 2025.03.22 20:05:10.398156 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7869
3522 2025.03.22 20:05:10.399187 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3523 2025.03.22 20:05:10.399255 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3524 2025.03.22 20:05:10.400036 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3525 2025.03.22 20:05:10.400444 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3526 2025.03.22 20:05:10.400745 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7869
3527 2025.03.22 20:05:11.010132 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129
3528 2025.03.22 20:05:11.030051 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3529 2025.03.22 20:05:11.030117 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3530 2025.03.22 20:05:11.037133 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3531 2025.03.22 20:05:11.037885 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3532 2025.03.22 20:05:11.040566 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 129
3533 2025.03.22 20:05:12.944011 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 492
3534 2025.03.22 20:05:12.946950 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3535 2025.03.22 20:05:12.947001 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3536 2025.03.22 20:05:12.948477 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3537 2025.03.22 20:05:12.948783 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3538 2025.03.22 20:05:12.949700 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 492
3539 2025.03.22 20:05:13.853395 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3540 2025.03.22 20:05:13.853593 [ 5 ] {c066e844-f1d0-4b88-94c9-9e5de926c017} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3541 2025.03.22 20:05:13.853670 [ 5 ] {c066e844-f1d0-4b88-94c9-9e5de926c017} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3542 2025.03.22 20:05:13.854510 [ 5 ] {c066e844-f1d0-4b88-94c9-9e5de926c017} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3543 2025.03.22 20:05:13.854564 [ 5 ] {c066e844-f1d0-4b88-94c9-9e5de926c017} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3544 2025.03.22 20:05:13.855014 [ 5 ] {c066e844-f1d0-4b88-94c9-9e5de926c017} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
3545 2025.03.22 20:05:13.855273 [ 5 ] {c066e844-f1d0-4b88-94c9-9e5de926c017} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3546 2025.03.22 20:05:13.855527 [ 5 ] {c066e844-f1d0-4b88-94c9-9e5de926c017} <Debug> executeQuery: Read 82 rows, 6.94 KiB in 0.001989 sec., 41226.747109100055 rows/sec., 3.41 MiB/sec.
3547 2025.03.22 20:05:13.855597 [ 5 ] {c066e844-f1d0-4b88-94c9-9e5de926c017} <Debug> TCPHandler: Processed in 0.002332359 sec.
3548 2025.03.22 20:05:13.855727 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3549 2025.03.22 20:05:13.855843 [ 5 ] {3be1d417-5670-4ac5-a2d1-ae93bc8720d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3550 2025.03.22 20:05:13.855893 [ 5 ] {3be1d417-5670-4ac5-a2d1-ae93bc8720d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3551 2025.03.22 20:05:13.856432 [ 5 ] {3be1d417-5670-4ac5-a2d1-ae93bc8720d5} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3552 2025.03.22 20:05:13.856472 [ 5 ] {3be1d417-5670-4ac5-a2d1-ae93bc8720d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3553 2025.03.22 20:05:13.856821 [ 5 ] {3be1d417-5670-4ac5-a2d1-ae93bc8720d5} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3554 2025.03.22 20:05:13.857057 [ 5 ] {3be1d417-5670-4ac5-a2d1-ae93bc8720d5} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3555 2025.03.22 20:05:13.857276 [ 5 ] {3be1d417-5670-4ac5-a2d1-ae93bc8720d5} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.001461 sec., 8898.01505817933 rows/sec., 669.09 KiB/sec.
3556 2025.03.22 20:05:13.857329 [ 5 ] {3be1d417-5670-4ac5-a2d1-ae93bc8720d5} <Debug> TCPHandler: Processed in 0.001657895 sec.
3557 2025.03.22 20:05:13.857458 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3558 2025.03.22 20:05:13.857566 [ 5 ] {eb060a1c-7ca2-4e9b-924a-9b25ca2b1728} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3559 2025.03.22 20:05:13.857611 [ 5 ] {eb060a1c-7ca2-4e9b-924a-9b25ca2b1728} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3560 2025.03.22 20:05:13.858164 [ 5 ] {eb060a1c-7ca2-4e9b-924a-9b25ca2b1728} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3561 2025.03.22 20:05:13.858205 [ 5 ] {eb060a1c-7ca2-4e9b-924a-9b25ca2b1728} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3562 2025.03.22 20:05:13.858552 [ 5 ] {eb060a1c-7ca2-4e9b-924a-9b25ca2b1728} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
3563 2025.03.22 20:05:13.858805 [ 5 ] {eb060a1c-7ca2-4e9b-924a-9b25ca2b1728} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3564 2025.03.22 20:05:13.859016 [ 5 ] {eb060a1c-7ca2-4e9b-924a-9b25ca2b1728} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.001474 sec., 52238.80597014925 rows/sec., 4.08 MiB/sec.
3565 2025.03.22 20:05:13.859069 [ 5 ] {eb060a1c-7ca2-4e9b-924a-9b25ca2b1728} <Debug> TCPHandler: Processed in 0.001661325 sec.
3566 2025.03.22 20:05:13.859183 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3567 2025.03.22 20:05:13.859290 [ 5 ] {ff3898c7-645a-49e3-8d43-1f86132e943e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3568 2025.03.22 20:05:13.859339 [ 5 ] {ff3898c7-645a-49e3-8d43-1f86132e943e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3569 2025.03.22 20:05:13.859868 [ 5 ] {ff3898c7-645a-49e3-8d43-1f86132e943e} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3570 2025.03.22 20:05:13.859907 [ 5 ] {ff3898c7-645a-49e3-8d43-1f86132e943e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3571 2025.03.22 20:05:13.860291 [ 5 ] {ff3898c7-645a-49e3-8d43-1f86132e943e} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
3572 2025.03.22 20:05:13.860528 [ 5 ] {ff3898c7-645a-49e3-8d43-1f86132e943e} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3573 2025.03.22 20:05:13.860740 [ 5 ] {ff3898c7-645a-49e3-8d43-1f86132e943e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001473 sec., 108621.86014935507 rows/sec., 7.57 MiB/sec.
3574 2025.03.22 20:05:13.860789 [ 5 ] {ff3898c7-645a-49e3-8d43-1f86132e943e} <Debug> TCPHandler: Processed in 0.001657145 sec.
3575 2025.03.22 20:05:13.860924 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3576 2025.03.22 20:05:13.861029 [ 5 ] {cf3b6421-9d08-4584-8159-50b473ac0c40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3577 2025.03.22 20:05:13.861096 [ 5 ] {cf3b6421-9d08-4584-8159-50b473ac0c40} <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
3578 2025.03.22 20:05:13.862162 [ 5 ] {cf3b6421-9d08-4584-8159-50b473ac0c40} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3579 2025.03.22 20:05:13.862201 [ 5 ] {cf3b6421-9d08-4584-8159-50b473ac0c40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3580 2025.03.22 20:05:13.862828 [ 5 ] {cf3b6421-9d08-4584-8159-50b473ac0c40} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3581 2025.03.22 20:05:13.863086 [ 5 ] {cf3b6421-9d08-4584-8159-50b473ac0c40} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3582 2025.03.22 20:05:13.863406 [ 5 ] {cf3b6421-9d08-4584-8159-50b473ac0c40} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002389 sec., 5441.607367099205 rows/sec., 9.75 MiB/sec.
3583 2025.03.22 20:05:13.863787 [ 5 ] {cf3b6421-9d08-4584-8159-50b473ac0c40} <Debug> TCPHandler: Processed in 0.002912951 sec.
3584 2025.03.22 20:05:13.863931 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3585 2025.03.22 20:05:13.864039 [ 5 ] {8c0da952-a1fc-443d-8763-0ef4cf952fce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3586 2025.03.22 20:05:13.864086 [ 5 ] {8c0da952-a1fc-443d-8763-0ef4cf952fce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3587 2025.03.22 20:05:13.864537 [ 5 ] {8c0da952-a1fc-443d-8763-0ef4cf952fce} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3588 2025.03.22 20:05:13.864575 [ 5 ] {8c0da952-a1fc-443d-8763-0ef4cf952fce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3589 2025.03.22 20:05:13.864927 [ 5 ] {8c0da952-a1fc-443d-8763-0ef4cf952fce} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
3590 2025.03.22 20:05:13.865161 [ 5 ] {8c0da952-a1fc-443d-8763-0ef4cf952fce} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3591 2025.03.22 20:05:13.865377 [ 5 ] {8c0da952-a1fc-443d-8763-0ef4cf952fce} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001361 sec., 44085.2314474651 rows/sec., 2.97 MiB/sec.
3592 2025.03.22 20:05:13.865427 [ 5 ] {8c0da952-a1fc-443d-8763-0ef4cf952fce} <Debug> TCPHandler: Processed in 0.001546583 sec.
3593 2025.03.22 20:05:17.792830 [ 84 ] {} <Debug> DNSResolver: Updating DNS cache
3594 2025.03.22 20:05:17.792903 [ 84 ] {} <Debug> DNSResolver: Updated DNS cache
3595 2025.03.22 20:05:17.901843 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8296
3596 2025.03.22 20:05:17.902458 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3597 2025.03.22 20:05:17.902493 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3598 2025.03.22 20:05:17.903098 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3599 2025.03.22 20:05:17.903356 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3600 2025.03.22 20:05:17.903541 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296
3601 2025.03.22 20:05:18.541601 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136
3602 2025.03.22 20:05:18.561269 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3603 2025.03.22 20:05:18.561323 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3604 2025.03.22 20:05:18.568894 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3605 2025.03.22 20:05:18.569672 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3606 2025.03.22 20:05:18.572273 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136
3607 2025.03.22 20:05:18.853524 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3608 2025.03.22 20:05:18.853810 [ 5 ] {4f0d9879-9c22-4217-9f7e-5c3423d757c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3609 2025.03.22 20:05:18.853914 [ 5 ] {4f0d9879-9c22-4217-9f7e-5c3423d757c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3610 2025.03.22 20:05:18.854787 [ 5 ] {4f0d9879-9c22-4217-9f7e-5c3423d757c6} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3611 2025.03.22 20:05:18.854829 [ 5 ] {4f0d9879-9c22-4217-9f7e-5c3423d757c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3612 2025.03.22 20:05:18.855285 [ 5 ] {4f0d9879-9c22-4217-9f7e-5c3423d757c6} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
3613 2025.03.22 20:05:18.855538 [ 5 ] {4f0d9879-9c22-4217-9f7e-5c3423d757c6} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3614 2025.03.22 20:05:18.855740 [ 5 ] {4f0d9879-9c22-4217-9f7e-5c3423d757c6} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.002009 sec., 53758.08860129418 rows/sec., 4.49 MiB/sec.
3615 2025.03.22 20:05:18.855796 [ 5 ] {4f0d9879-9c22-4217-9f7e-5c3423d757c6} <Debug> TCPHandler: Processed in 0.002452622 sec.
3616 2025.03.22 20:05:18.855918 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3617 2025.03.22 20:05:18.856025 [ 5 ] {86a49f3c-e49e-44c2-a15c-068e61ec9cf7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3618 2025.03.22 20:05:18.856071 [ 5 ] {86a49f3c-e49e-44c2-a15c-068e61ec9cf7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3619 2025.03.22 20:05:18.856613 [ 5 ] {86a49f3c-e49e-44c2-a15c-068e61ec9cf7} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3620 2025.03.22 20:05:18.856651 [ 5 ] {86a49f3c-e49e-44c2-a15c-068e61ec9cf7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3621 2025.03.22 20:05:18.857001 [ 5 ] {86a49f3c-e49e-44c2-a15c-068e61ec9cf7} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3622 2025.03.22 20:05:18.857239 [ 5 ] {86a49f3c-e49e-44c2-a15c-068e61ec9cf7} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3623 2025.03.22 20:05:18.857356 [ 125 ] {} <Debug> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3624 2025.03.22 20:05:18.857399 [ 125 ] {} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3625 2025.03.22 20:05:18.857420 [ 5 ] {86a49f3c-e49e-44c2-a15c-068e61ec9cf7} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001416 sec., 18361.581920903955 rows/sec., 1.35 MiB/sec.
3626 2025.03.22 20:05:18.857423 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3627 2025.03.22 20:05:18.857523 [ 5 ] {86a49f3c-e49e-44c2-a15c-068e61ec9cf7} <Debug> TCPHandler: Processed in 0.001648886 sec.
3628 2025.03.22 20:05:18.857673 [ 198 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::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
3629 2025.03.22 20:05:18.857772 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3630 2025.03.22 20:05:18.857926 [ 198 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3631 2025.03.22 20:05:18.857987 [ 5 ] {ec7beade-027f-4c63-b1c7-2947ac09ebba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3632 2025.03.22 20:05:18.858008 [ 198 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 65 rows starting from the beginning of the part
3633 2025.03.22 20:05:18.858089 [ 5 ] {ec7beade-027f-4c63-b1c7-2947ac09ebba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3634 2025.03.22 20:05:18.858284 [ 198 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 26 rows starting from the beginning of the part
3635 2025.03.22 20:05:18.858668 [ 198 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 13 rows starting from the beginning of the part
3636 2025.03.22 20:05:18.858964 [ 198 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 28 rows starting from the beginning of the part
3637 2025.03.22 20:05:18.859364 [ 198 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 13 rows starting from the beginning of the part
3638 2025.03.22 20:05:18.859715 [ 198 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 26 rows starting from the beginning of the part
3639 2025.03.22 20:05:18.861185 [ 5 ] {ec7beade-027f-4c63-b1c7-2947ac09ebba} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3640 2025.03.22 20:05:18.861262 [ 5 ] {ec7beade-027f-4c63-b1c7-2947ac09ebba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3641 2025.03.22 20:05:18.862336 [ 5 ] {ec7beade-027f-4c63-b1c7-2947ac09ebba} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
3642 2025.03.22 20:05:18.862729 [ 198 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 171 rows, containing 5 columns (5 merged, 0 gathered) in 0.00519265 sec., 32931.162315965834 rows/sec., 2.54 MiB/sec.
3643 2025.03.22 20:05:18.862888 [ 5 ] {ec7beade-027f-4c63-b1c7-2947ac09ebba} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3644 2025.03.22 20:05:18.862946 [ 198 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3645 2025.03.22 20:05:18.863252 [ 5 ] {ec7beade-027f-4c63-b1c7-2947ac09ebba} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.00531 sec., 16949.15254237288 rows/sec., 1.32 MiB/sec.
3646 2025.03.22 20:05:18.863411 [ 5 ] {ec7beade-027f-4c63-b1c7-2947ac09ebba} <Debug> TCPHandler: Processed in 0.005692141 sec.
3647 2025.03.22 20:05:18.863546 [ 198 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_21_4} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3648 2025.03.22 20:05:18.863618 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3649 2025.03.22 20:05:18.863683 [ 198 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_21_4} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3650 2025.03.22 20:05:18.863817 [ 5 ] {dc162232-acb1-4f71-9b76-6273a000eb13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3651 2025.03.22 20:05:18.863832 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
3652 2025.03.22 20:05:18.863902 [ 5 ] {dc162232-acb1-4f71-9b76-6273a000eb13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3653 2025.03.22 20:05:18.864456 [ 5 ] {dc162232-acb1-4f71-9b76-6273a000eb13} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3654 2025.03.22 20:05:18.864495 [ 5 ] {dc162232-acb1-4f71-9b76-6273a000eb13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3655 2025.03.22 20:05:18.864896 [ 5 ] {dc162232-acb1-4f71-9b76-6273a000eb13} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
3656 2025.03.22 20:05:18.865135 [ 5 ] {dc162232-acb1-4f71-9b76-6273a000eb13} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3657 2025.03.22 20:05:18.865350 [ 5 ] {dc162232-acb1-4f71-9b76-6273a000eb13} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001607 sec., 99564.40572495334 rows/sec., 6.93 MiB/sec.
3658 2025.03.22 20:05:18.865583 [ 5 ] {dc162232-acb1-4f71-9b76-6273a000eb13} <Debug> TCPHandler: Processed in 0.002045184 sec.
3659 2025.03.22 20:05:18.865787 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3660 2025.03.22 20:05:18.865901 [ 5 ] {ee34a098-2d23-473e-8c82-36b2fa7add64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3661 2025.03.22 20:05:18.865973 [ 5 ] {ee34a098-2d23-473e-8c82-36b2fa7add64} <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
3662 2025.03.22 20:05:18.867079 [ 5 ] {ee34a098-2d23-473e-8c82-36b2fa7add64} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3663 2025.03.22 20:05:18.867119 [ 5 ] {ee34a098-2d23-473e-8c82-36b2fa7add64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3664 2025.03.22 20:05:18.867755 [ 5 ] {ee34a098-2d23-473e-8c82-36b2fa7add64} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3665 2025.03.22 20:05:18.868009 [ 5 ] {ee34a098-2d23-473e-8c82-36b2fa7add64} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3666 2025.03.22 20:05:18.868133 [ 125 ] {} <Debug> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3667 2025.03.22 20:05:18.868180 [ 125 ] {} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3668 2025.03.22 20:05:18.868208 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3669 2025.03.22 20:05:18.868215 [ 5 ] {ee34a098-2d23-473e-8c82-36b2fa7add64} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002337 sec., 11125.374411638853 rows/sec., 19.94 MiB/sec.
3670 2025.03.22 20:05:18.868835 [ 194 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::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
3671 2025.03.22 20:05:18.868925 [ 5 ] {ee34a098-2d23-473e-8c82-36b2fa7add64} <Debug> TCPHandler: Processed in 0.003197928 sec.
3672 2025.03.22 20:05:18.869441 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3673 2025.03.22 20:05:18.869723 [ 5 ] {098c6b46-54e7-4f16-8b11-a1cacf0dbc54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3674 2025.03.22 20:05:18.869855 [ 5 ] {098c6b46-54e7-4f16-8b11-a1cacf0dbc54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3675 2025.03.22 20:05:18.869874 [ 194 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3676 2025.03.22 20:05:18.870097 [ 194 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 269 rows starting from the beginning of the part
3677 2025.03.22 20:05:18.870955 [ 194 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 26 rows starting from the beginning of the part
3678 2025.03.22 20:05:18.871650 [ 194 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 13 rows starting from the beginning of the part
3679 2025.03.22 20:05:18.872398 [ 194 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 26 rows starting from the beginning of the part
3680 2025.03.22 20:05:18.872504 [ 5 ] {098c6b46-54e7-4f16-8b11-a1cacf0dbc54} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3681 2025.03.22 20:05:18.872593 [ 5 ] {098c6b46-54e7-4f16-8b11-a1cacf0dbc54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3682 2025.03.22 20:05:18.873060 [ 194 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 13 rows starting from the beginning of the part
3683 2025.03.22 20:05:18.873731 [ 194 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 26 rows starting from the beginning of the part
3684 2025.03.22 20:05:18.874364 [ 5 ] {098c6b46-54e7-4f16-8b11-a1cacf0dbc54} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
3685 2025.03.22 20:05:18.874981 [ 5 ] {098c6b46-54e7-4f16-8b11-a1cacf0dbc54} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3686 2025.03.22 20:05:18.875673 [ 5 ] {098c6b46-54e7-4f16-8b11-a1cacf0dbc54} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006028 sec., 9953.5500995355 rows/sec., 686.90 KiB/sec.
3687 2025.03.22 20:05:18.876035 [ 5 ] {098c6b46-54e7-4f16-8b11-a1cacf0dbc54} <Debug> TCPHandler: Processed in 0.006714563 sec.
3688 2025.03.22 20:05:18.879209 [ 187 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 373 rows, containing 19 columns (19 merged, 0 gathered) in 0.010867571 sec., 34322.297043193925 rows/sec., 61.50 MiB/sec.
3689 2025.03.22 20:05:18.880388 [ 187 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3690 2025.03.22 20:05:18.880857 [ 187 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3691 2025.03.22 20:05:18.880945 [ 187 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3692 2025.03.22 20:05:18.881108 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.13 MiB.
3693 2025.03.22 20:05:22.847490 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3694 2025.03.22 20:05:22.847692 [ 5 ] {c00ac341-210f-45ec-9205-c651c9a8dd8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3695 2025.03.22 20:05:22.847864 [ 5 ] {c00ac341-210f-45ec-9205-c651c9a8dd8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3696 2025.03.22 20:05:22.848632 [ 5 ] {c00ac341-210f-45ec-9205-c651c9a8dd8a} <Trace> oximeter.fields_i16 (264093f9-a655-4468-9a79-5d699a3bbf39): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3697 2025.03.22 20:05:22.848682 [ 5 ] {c00ac341-210f-45ec-9205-c651c9a8dd8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3698 2025.03.22 20:05:22.849126 [ 5 ] {c00ac341-210f-45ec-9205-c651c9a8dd8a} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
3699 2025.03.22 20:05:22.849412 [ 5 ] {c00ac341-210f-45ec-9205-c651c9a8dd8a} <Trace> oximeter.fields_i16 (264093f9-a655-4468-9a79-5d699a3bbf39): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3700 2025.03.22 20:05:22.849664 [ 5 ] {c00ac341-210f-45ec-9205-c651c9a8dd8a} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.00201 sec., 11940.298507462687 rows/sec., 1014.46 KiB/sec.
3701 2025.03.22 20:05:22.849879 [ 5 ] {c00ac341-210f-45ec-9205-c651c9a8dd8a} <Debug> TCPHandler: Processed in 0.002512754 sec.
3702 2025.03.22 20:05:22.850033 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3703 2025.03.22 20:05:22.850237 [ 5 ] {5bf91859-edb5-46ec-9cdd-58cb1aaa2102} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
3704 2025.03.22 20:05:22.850289 [ 5 ] {5bf91859-edb5-46ec-9cdd-58cb1aaa2102} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
3705 2025.03.22 20:05:22.850865 [ 5 ] {5bf91859-edb5-46ec-9cdd-58cb1aaa2102} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3706 2025.03.22 20:05:22.850908 [ 5 ] {5bf91859-edb5-46ec-9cdd-58cb1aaa2102} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3707 2025.03.22 20:05:22.851264 [ 5 ] {5bf91859-edb5-46ec-9cdd-58cb1aaa2102} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
3708 2025.03.22 20:05:22.851507 [ 5 ] {5bf91859-edb5-46ec-9cdd-58cb1aaa2102} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3709 2025.03.22 20:05:22.851768 [ 5 ] {5bf91859-edb5-46ec-9cdd-58cb1aaa2102} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.001553 sec., 9014.810045074051 rows/sec., 735.09 KiB/sec.
3710 2025.03.22 20:05:22.851837 [ 5 ] {5bf91859-edb5-46ec-9cdd-58cb1aaa2102} <Debug> TCPHandler: Processed in 0.001856559 sec.
3711 2025.03.22 20:05:22.851943 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3712 2025.03.22 20:05:22.852046 [ 5 ] {a03e5a61-c157-4b3f-bd05-c6946c0a842d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3713 2025.03.22 20:05:22.852090 [ 5 ] {a03e5a61-c157-4b3f-bd05-c6946c0a842d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3714 2025.03.22 20:05:22.853248 [ 5 ] {a03e5a61-c157-4b3f-bd05-c6946c0a842d} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3715 2025.03.22 20:05:22.853287 [ 5 ] {a03e5a61-c157-4b3f-bd05-c6946c0a842d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3716 2025.03.22 20:05:22.853726 [ 5 ] {a03e5a61-c157-4b3f-bd05-c6946c0a842d} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
3717 2025.03.22 20:05:22.853968 [ 5 ] {a03e5a61-c157-4b3f-bd05-c6946c0a842d} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3718 2025.03.22 20:05:22.854212 [ 5 ] {a03e5a61-c157-4b3f-bd05-c6946c0a842d} <Debug> executeQuery: Read 1349 rows, 115.00 KiB in 0.002188 sec., 616544.7897623401 rows/sec., 51.33 MiB/sec.
3719 2025.03.22 20:05:22.854264 [ 5 ] {a03e5a61-c157-4b3f-bd05-c6946c0a842d} <Debug> TCPHandler: Processed in 0.002371931 sec.
3720 2025.03.22 20:05:22.854379 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3721 2025.03.22 20:05:22.854485 [ 5 ] {3aaa61a9-2f51-4670-9265-e7730b856c94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3722 2025.03.22 20:05:22.854531 [ 5 ] {3aaa61a9-2f51-4670-9265-e7730b856c94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3723 2025.03.22 20:05:22.855072 [ 5 ] {3aaa61a9-2f51-4670-9265-e7730b856c94} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3724 2025.03.22 20:05:22.855113 [ 5 ] {3aaa61a9-2f51-4670-9265-e7730b856c94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3725 2025.03.22 20:05:22.855461 [ 5 ] {3aaa61a9-2f51-4670-9265-e7730b856c94} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3726 2025.03.22 20:05:22.855718 [ 5 ] {3aaa61a9-2f51-4670-9265-e7730b856c94} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3727 2025.03.22 20:05:22.855925 [ 5 ] {3aaa61a9-2f51-4670-9265-e7730b856c94} <Debug> executeQuery: Read 39 rows, 2.92 KiB in 0.001463 sec., 26657.552973342445 rows/sec., 1.95 MiB/sec.
3728 2025.03.22 20:05:22.855977 [ 5 ] {3aaa61a9-2f51-4670-9265-e7730b856c94} <Debug> TCPHandler: Processed in 0.001647665 sec.
3729 2025.03.22 20:05:22.856109 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3730 2025.03.22 20:05:22.856213 [ 5 ] {5c0fe00e-a5af-452c-8e62-10ba854e7793} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3731 2025.03.22 20:05:22.856257 [ 5 ] {5c0fe00e-a5af-452c-8e62-10ba854e7793} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3732 2025.03.22 20:05:22.856853 [ 5 ] {5c0fe00e-a5af-452c-8e62-10ba854e7793} <Trace> oximeter.fields_u32 (ad7a5232-f0e1-40d6-acb0-24ed1d64c039): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3733 2025.03.22 20:05:22.856893 [ 5 ] {5c0fe00e-a5af-452c-8e62-10ba854e7793} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3734 2025.03.22 20:05:22.857249 [ 5 ] {5c0fe00e-a5af-452c-8e62-10ba854e7793} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
3735 2025.03.22 20:05:22.857486 [ 5 ] {5c0fe00e-a5af-452c-8e62-10ba854e7793} <Trace> oximeter.fields_u32 (ad7a5232-f0e1-40d6-acb0-24ed1d64c039): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3736 2025.03.22 20:05:22.857723 [ 5 ] {5c0fe00e-a5af-452c-8e62-10ba854e7793} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.00153 sec., 164705.88235294117 rows/sec., 11.39 MiB/sec.
3737 2025.03.22 20:05:22.857806 [ 5 ] {5c0fe00e-a5af-452c-8e62-10ba854e7793} <Debug> TCPHandler: Processed in 0.001747827 sec.
3738 2025.03.22 20:05:22.857922 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3739 2025.03.22 20:05:22.858027 [ 5 ] {557e568d-bf59-4123-b34d-98a8a4a35aa8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3740 2025.03.22 20:05:22.858072 [ 5 ] {557e568d-bf59-4123-b34d-98a8a4a35aa8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3741 2025.03.22 20:05:22.858583 [ 5 ] {557e568d-bf59-4123-b34d-98a8a4a35aa8} <Trace> oximeter.fields_u8 (faaaa09d-c3bc-4a8d-ab11-77969ca3dca4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3742 2025.03.22 20:05:22.858621 [ 5 ] {557e568d-bf59-4123-b34d-98a8a4a35aa8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3743 2025.03.22 20:05:22.858962 [ 5 ] {557e568d-bf59-4123-b34d-98a8a4a35aa8} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
3744 2025.03.22 20:05:22.859192 [ 5 ] {557e568d-bf59-4123-b34d-98a8a4a35aa8} <Trace> oximeter.fields_u8 (faaaa09d-c3bc-4a8d-ab11-77969ca3dca4): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3745 2025.03.22 20:05:22.859410 [ 5 ] {557e568d-bf59-4123-b34d-98a8a4a35aa8} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001404 sec., 8547.008547008547 rows/sec., 667.74 KiB/sec.
3746 2025.03.22 20:05:22.859462 [ 5 ] {557e568d-bf59-4123-b34d-98a8a4a35aa8} <Debug> TCPHandler: Processed in 0.001592944 sec.
3747 2025.03.22 20:05:22.859605 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3748 2025.03.22 20:05:22.859710 [ 5 ] {40f93577-162f-4c45-b028-19f65c78815c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3749 2025.03.22 20:05:22.859755 [ 5 ] {40f93577-162f-4c45-b028-19f65c78815c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3750 2025.03.22 20:05:22.860498 [ 5 ] {40f93577-162f-4c45-b028-19f65c78815c} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3751 2025.03.22 20:05:22.860538 [ 5 ] {40f93577-162f-4c45-b028-19f65c78815c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3752 2025.03.22 20:05:22.860920 [ 5 ] {40f93577-162f-4c45-b028-19f65c78815c} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
3753 2025.03.22 20:05:22.861177 [ 5 ] {40f93577-162f-4c45-b028-19f65c78815c} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3754 2025.03.22 20:05:22.861425 [ 5 ] {40f93577-162f-4c45-b028-19f65c78815c} <Debug> executeQuery: Read 583 rows, 44.84 KiB in 0.001734 sec., 336216.8396770473 rows/sec., 25.26 MiB/sec.
3755 2025.03.22 20:05:22.861559 [ 5 ] {40f93577-162f-4c45-b028-19f65c78815c} <Debug> TCPHandler: Processed in 0.002003653 sec.
3756 2025.03.22 20:05:22.861690 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3757 2025.03.22 20:05:22.861796 [ 5 ] {b13432da-0f28-43aa-be1f-a624ed7bc13a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3758 2025.03.22 20:05:22.861844 [ 5 ] {b13432da-0f28-43aa-be1f-a624ed7bc13a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3759 2025.03.22 20:05:22.862587 [ 5 ] {b13432da-0f28-43aa-be1f-a624ed7bc13a} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3760 2025.03.22 20:05:22.862625 [ 5 ] {b13432da-0f28-43aa-be1f-a624ed7bc13a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3761 2025.03.22 20:05:22.863068 [ 5 ] {b13432da-0f28-43aa-be1f-a624ed7bc13a} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
3762 2025.03.22 20:05:22.863306 [ 5 ] {b13432da-0f28-43aa-be1f-a624ed7bc13a} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3763 2025.03.22 20:05:22.863525 [ 5 ] {b13432da-0f28-43aa-be1f-a624ed7bc13a} <Debug> executeQuery: Read 1017 rows, 70.44 KiB in 0.00175 sec., 581142.8571428572 rows/sec., 39.31 MiB/sec.
3764 2025.03.22 20:05:22.863576 [ 5 ] {b13432da-0f28-43aa-be1f-a624ed7bc13a} <Debug> TCPHandler: Processed in 0.001939942 sec.
3765 2025.03.22 20:05:22.863708 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3766 2025.03.22 20:05:22.863845 [ 5 ] {3ae64070-1746-4e85-be47-248e4f1a9a67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3767 2025.03.22 20:05:22.863929 [ 5 ] {3ae64070-1746-4e85-be47-248e4f1a9a67} <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
3768 2025.03.22 20:05:22.865062 [ 5 ] {3ae64070-1746-4e85-be47-248e4f1a9a67} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3769 2025.03.22 20:05:22.865103 [ 5 ] {3ae64070-1746-4e85-be47-248e4f1a9a67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3770 2025.03.22 20:05:22.865738 [ 5 ] {3ae64070-1746-4e85-be47-248e4f1a9a67} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3771 2025.03.22 20:05:22.866009 [ 5 ] {3ae64070-1746-4e85-be47-248e4f1a9a67} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3772 2025.03.22 20:05:22.866248 [ 5 ] {3ae64070-1746-4e85-be47-248e4f1a9a67} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002432 sec., 5345.394736842105 rows/sec., 9.58 MiB/sec.
3773 2025.03.22 20:05:22.866345 [ 5 ] {3ae64070-1746-4e85-be47-248e4f1a9a67} <Debug> TCPHandler: Processed in 0.002699598 sec.
3774 2025.03.22 20:05:22.866486 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3775 2025.03.22 20:05:22.866591 [ 5 ] {d37fe2a5-4476-4c22-9ab2-16b5f82db0d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3776 2025.03.22 20:05:22.866644 [ 5 ] {d37fe2a5-4476-4c22-9ab2-16b5f82db0d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3777 2025.03.22 20:05:22.867081 [ 5 ] {d37fe2a5-4476-4c22-9ab2-16b5f82db0d0} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3778 2025.03.22 20:05:22.867121 [ 5 ] {d37fe2a5-4476-4c22-9ab2-16b5f82db0d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3779 2025.03.22 20:05:22.867475 [ 5 ] {d37fe2a5-4476-4c22-9ab2-16b5f82db0d0} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
3780 2025.03.22 20:05:22.867707 [ 5 ] {d37fe2a5-4476-4c22-9ab2-16b5f82db0d0} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3781 2025.03.22 20:05:22.867951 [ 5 ] {d37fe2a5-4476-4c22-9ab2-16b5f82db0d0} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001373 sec., 34959.941733430445 rows/sec., 2.36 MiB/sec.
3782 2025.03.22 20:05:22.868089 [ 5 ] {d37fe2a5-4476-4c22-9ab2-16b5f82db0d0} <Debug> TCPHandler: Processed in 0.001651405 sec.
3783 2025.03.22 20:05:22.950817 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 536
3784 2025.03.22 20:05:22.954151 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3785 2025.03.22 20:05:22.954202 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3786 2025.03.22 20:05:22.955778 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3787 2025.03.22 20:05:22.956104 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3788 2025.03.22 20:05:22.956714 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 536
3789 2025.03.22 20:05:23.846493 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3790 2025.03.22 20:05:23.846742 [ 5 ] {16f509bb-11c7-4b87-a910-fcfd8f0ba9fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3791 2025.03.22 20:05:23.846835 [ 5 ] {16f509bb-11c7-4b87-a910-fcfd8f0ba9fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3792 2025.03.22 20:05:23.847684 [ 5 ] {16f509bb-11c7-4b87-a910-fcfd8f0ba9fd} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3793 2025.03.22 20:05:23.847732 [ 5 ] {16f509bb-11c7-4b87-a910-fcfd8f0ba9fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3794 2025.03.22 20:05:23.848160 [ 5 ] {16f509bb-11c7-4b87-a910-fcfd8f0ba9fd} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
3795 2025.03.22 20:05:23.848409 [ 5 ] {16f509bb-11c7-4b87-a910-fcfd8f0ba9fd} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3796 2025.03.22 20:05:23.848593 [ 123 ] {} <Debug> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
3797 2025.03.22 20:05:23.848670 [ 5 ] {16f509bb-11c7-4b87-a910-fcfd8f0ba9fd} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001996 sec., 28056.112224448898 rows/sec., 2.14 MiB/sec.
3798 2025.03.22 20:05:23.848676 [ 123 ] {} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3799 2025.03.22 20:05:23.848757 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3800 2025.03.22 20:05:23.848817 [ 5 ] {16f509bb-11c7-4b87-a910-fcfd8f0ba9fd} <Debug> TCPHandler: Processed in 0.002463432 sec.
3801 2025.03.22 20:05:23.849141 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3802 2025.03.22 20:05:23.849528 [ 5 ] {f8911dfc-3d17-4fda-8d8b-aba509bbb42c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3803 2025.03.22 20:05:23.849557 [ 194 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::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
3804 2025.03.22 20:05:23.849671 [ 5 ] {f8911dfc-3d17-4fda-8d8b-aba509bbb42c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3805 2025.03.22 20:05:23.849975 [ 194 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3806 2025.03.22 20:05:23.850060 [ 194 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1401 rows starting from the beginning of the part
3807 2025.03.22 20:05:23.850462 [ 194 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 109 rows starting from the beginning of the part
3808 2025.03.22 20:05:23.850842 [ 194 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 82 rows starting from the beginning of the part
3809 2025.03.22 20:05:23.851251 [ 194 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 108 rows starting from the beginning of the part
3810 2025.03.22 20:05:23.851451 [ 194 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1349 rows starting from the beginning of the part
3811 2025.03.22 20:05:23.851814 [ 194 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 56 rows starting from the beginning of the part
3812 2025.03.22 20:05:23.852775 [ 5 ] {f8911dfc-3d17-4fda-8d8b-aba509bbb42c} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3813 2025.03.22 20:05:23.852839 [ 5 ] {f8911dfc-3d17-4fda-8d8b-aba509bbb42c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
3814 2025.03.22 20:05:23.853718 [ 5 ] {f8911dfc-3d17-4fda-8d8b-aba509bbb42c} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
3815 2025.03.22 20:05:23.854290 [ 5 ] {f8911dfc-3d17-4fda-8d8b-aba509bbb42c} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3816 2025.03.22 20:05:23.854614 [ 123 ] {} <Debug> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
3817 2025.03.22 20:05:23.854699 [ 123 ] {} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3818 2025.03.22 20:05:23.854760 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
3819 2025.03.22 20:05:23.854780 [ 5 ] {f8911dfc-3d17-4fda-8d8b-aba509bbb42c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005384 sec., 11887.07280832095 rows/sec., 950.08 KiB/sec.
3820 2025.03.22 20:05:23.855046 [ 5 ] {f8911dfc-3d17-4fda-8d8b-aba509bbb42c} <Debug> TCPHandler: Processed in 0.006036748 sec.
3821 2025.03.22 20:05:23.855124 [ 187 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::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
3822 2025.03.22 20:05:23.855359 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3823 2025.03.22 20:05:23.855652 [ 187 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3824 2025.03.22 20:05:23.855738 [ 5 ] {20541c39-0cb8-45cf-91bc-7f3355ac9007} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3825 2025.03.22 20:05:23.855788 [ 187 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 627 rows starting from the beginning of the part
3826 2025.03.22 20:05:23.855959 [ 5 ] {20541c39-0cb8-45cf-91bc-7f3355ac9007} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3827 2025.03.22 20:05:23.856275 [ 187 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 92 rows starting from the beginning of the part
3828 2025.03.22 20:05:23.856582 [ 194 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3105 rows, containing 5 columns (5 merged, 0 gathered) in 0.007551191 sec., 411193.4130655681 rows/sec., 35.81 MiB/sec.
3829 2025.03.22 20:05:23.856714 [ 187 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 77 rows starting from the beginning of the part
3830 2025.03.22 20:05:23.857238 [ 187 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 90 rows starting from the beginning of the part
3831 2025.03.22 20:05:23.857761 [ 187 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 583 rows starting from the beginning of the part
3832 2025.03.22 20:05:23.858260 [ 187 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 64 rows starting from the beginning of the part
3833 2025.03.22 20:05:23.859280 [ 194 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
3834 2025.03.22 20:05:23.860183 [ 5 ] {20541c39-0cb8-45cf-91bc-7f3355ac9007} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3835 2025.03.22 20:05:23.860278 [ 5 ] {20541c39-0cb8-45cf-91bc-7f3355ac9007} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
3836 2025.03.22 20:05:23.860503 [ 191 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_31_6} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3837 2025.03.22 20:05:23.860864 [ 191 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_31_6} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
3838 2025.03.22 20:05:23.861160 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB.
3839 2025.03.22 20:05:23.861844 [ 5 ] {20541c39-0cb8-45cf-91bc-7f3355ac9007} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
3840 2025.03.22 20:05:23.862238 [ 5 ] {20541c39-0cb8-45cf-91bc-7f3355ac9007} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3841 2025.03.22 20:05:23.862636 [ 123 ] {} <Debug> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
3842 2025.03.22 20:05:23.862737 [ 123 ] {} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3843 2025.03.22 20:05:23.862720 [ 194 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1533 rows, containing 5 columns (5 merged, 0 gathered) in 0.007830066 sec., 195783.79032820414 rows/sec., 15.59 MiB/sec.
3844 2025.03.22 20:05:23.862793 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3845 2025.03.22 20:05:23.862844 [ 5 ] {20541c39-0cb8-45cf-91bc-7f3355ac9007} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.007235 sec., 4422.94402211472 rows/sec., 315.44 KiB/sec.
3846 2025.03.22 20:05:23.863170 [ 187 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::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
3847 2025.03.22 20:05:23.863178 [ 5 ] {20541c39-0cb8-45cf-91bc-7f3355ac9007} <Debug> TCPHandler: Processed in 0.007920808 sec.
3848 2025.03.22 20:05:23.863230 [ 194 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
3849 2025.03.22 20:05:23.863543 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3850 2025.03.22 20:05:23.863628 [ 187 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3851 2025.03.22 20:05:23.863734 [ 187 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 7965 rows starting from the beginning of the part
3852 2025.03.22 20:05:23.863864 [ 5 ] {9cbaeb48-1c52-4d00-a74c-eba3939e2694} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3853 2025.03.22 20:05:23.864056 [ 5 ] {9cbaeb48-1c52-4d00-a74c-eba3939e2694} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3854 2025.03.22 20:05:23.864134 [ 187 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 161 rows starting from the beginning of the part
3855 2025.03.22 20:05:23.864555 [ 187 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 160 rows starting from the beginning of the part
3856 2025.03.22 20:05:23.865060 [ 187 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 160 rows starting from the beginning of the part
3857 2025.03.22 20:05:23.865200 [ 191 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_31_6} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3858 2025.03.22 20:05:23.865526 [ 187 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1017 rows starting from the beginning of the part
3859 2025.03.22 20:05:23.865752 [ 191 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_31_6} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
3860 2025.03.22 20:05:23.866050 [ 187 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 32 rows starting from the beginning of the part
3861 2025.03.22 20:05:23.866172 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB.
3862 2025.03.22 20:05:23.867111 [ 5 ] {9cbaeb48-1c52-4d00-a74c-eba3939e2694} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3863 2025.03.22 20:05:23.867182 [ 5 ] {9cbaeb48-1c52-4d00-a74c-eba3939e2694} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
3864 2025.03.22 20:05:23.867741 [ 5 ] {9cbaeb48-1c52-4d00-a74c-eba3939e2694} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
3865 2025.03.22 20:05:23.868289 [ 5 ] {9cbaeb48-1c52-4d00-a74c-eba3939e2694} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3866 2025.03.22 20:05:23.868562 [ 123 ] {} <Debug> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
3867 2025.03.22 20:05:23.868684 [ 123 ] {} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3868 2025.03.22 20:05:23.868778 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
3869 2025.03.22 20:05:23.868931 [ 5 ] {9cbaeb48-1c52-4d00-a74c-eba3939e2694} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.005138 sec., 2335.539120280265 rows/sec., 161.18 KiB/sec.
3870 2025.03.22 20:05:23.869507 [ 5 ] {9cbaeb48-1c52-4d00-a74c-eba3939e2694} <Debug> TCPHandler: Processed in 0.006076409 sec.
3871 2025.03.22 20:05:23.869528 [ 191 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::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
3872 2025.03.22 20:05:23.870011 [ 191 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3873 2025.03.22 20:05:23.870063 [ 191 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1296 rows starting from the beginning of the part
3874 2025.03.22 20:05:23.870163 [ 191 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 60 rows starting from the beginning of the part
3875 2025.03.22 20:05:23.870612 [ 191 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 60 rows starting from the beginning of the part
3876 2025.03.22 20:05:23.870734 [ 191 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 60 rows starting from the beginning of the part
3877 2025.03.22 20:05:23.870966 [ 191 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 48 rows starting from the beginning of the part
3878 2025.03.22 20:05:23.871110 [ 191 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 12 rows starting from the beginning of the part
3879 2025.03.22 20:05:23.871910 [ 187 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9495 rows, containing 5 columns (5 merged, 0 gathered) in 0.009008931 sec., 1053954.1261887788 rows/sec., 72.16 MiB/sec.
3880 2025.03.22 20:05:23.872236 [ 197 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
3881 2025.03.22 20:05:23.872876 [ 197 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3882 2025.03.22 20:05:23.873091 [ 197 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
3883 2025.03.22 20:05:23.873385 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.59 MiB.
3884 2025.03.22 20:05:23.873477 [ 192 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1536 rows, containing 4 columns (4 merged, 0 gathered) in 0.004553557 sec., 337318.71589616645 rows/sec., 22.75 MiB/sec.
3885 2025.03.22 20:05:23.873795 [ 192 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
3886 2025.03.22 20:05:23.874147 [ 192 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_31_6} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3887 2025.03.22 20:05:23.874250 [ 192 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_31_6} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
3888 2025.03.22 20:05:23.874359 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB.
3889 2025.03.22 20:05:25.404669 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8784
3890 2025.03.22 20:05:25.405369 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3891 2025.03.22 20:05:25.405413 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3892 2025.03.22 20:05:25.405970 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3893 2025.03.22 20:05:25.406245 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3894 2025.03.22 20:05:25.406450 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8784
3895 2025.03.22 20:05:26.073311 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144
3896 2025.03.22 20:05:26.095706 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3897 2025.03.22 20:05:26.095768 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB.
3898 2025.03.22 20:05:26.103327 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3899 2025.03.22 20:05:26.104107 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3900 2025.03.22 20:05:26.107454 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144
3901 2025.03.22 20:05:28.854583 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3902 2025.03.22 20:05:28.854810 [ 5 ] {493871cc-fa89-4fac-9cec-9e47b53d4241} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3903 2025.03.22 20:05:28.854891 [ 5 ] {493871cc-fa89-4fac-9cec-9e47b53d4241} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3904 2025.03.22 20:05:28.855767 [ 5 ] {493871cc-fa89-4fac-9cec-9e47b53d4241} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3905 2025.03.22 20:05:28.855813 [ 5 ] {493871cc-fa89-4fac-9cec-9e47b53d4241} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
3906 2025.03.22 20:05:28.856246 [ 5 ] {493871cc-fa89-4fac-9cec-9e47b53d4241} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
3907 2025.03.22 20:05:28.856519 [ 5 ] {493871cc-fa89-4fac-9cec-9e47b53d4241} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3908 2025.03.22 20:05:28.856743 [ 5 ] {493871cc-fa89-4fac-9cec-9e47b53d4241} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.001992 sec., 54216.86746987952 rows/sec., 4.53 MiB/sec.
3909 2025.03.22 20:05:28.856799 [ 5 ] {493871cc-fa89-4fac-9cec-9e47b53d4241} <Debug> TCPHandler: Processed in 0.0023614 sec.
3910 2025.03.22 20:05:28.856924 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3911 2025.03.22 20:05:28.857031 [ 5 ] {e3b80fb5-35f1-457e-89d9-b938b18cbc58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3912 2025.03.22 20:05:28.857078 [ 5 ] {e3b80fb5-35f1-457e-89d9-b938b18cbc58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3913 2025.03.22 20:05:28.857606 [ 5 ] {e3b80fb5-35f1-457e-89d9-b938b18cbc58} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3914 2025.03.22 20:05:28.857644 [ 5 ] {e3b80fb5-35f1-457e-89d9-b938b18cbc58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
3915 2025.03.22 20:05:28.857989 [ 5 ] {e3b80fb5-35f1-457e-89d9-b938b18cbc58} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3916 2025.03.22 20:05:28.858218 [ 5 ] {e3b80fb5-35f1-457e-89d9-b938b18cbc58} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3917 2025.03.22 20:05:28.858421 [ 5 ] {e3b80fb5-35f1-457e-89d9-b938b18cbc58} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001412 sec., 18413.59773371105 rows/sec., 1.35 MiB/sec.
3918 2025.03.22 20:05:28.858472 [ 5 ] {e3b80fb5-35f1-457e-89d9-b938b18cbc58} <Debug> TCPHandler: Processed in 0.001599454 sec.
3919 2025.03.22 20:05:28.858578 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3920 2025.03.22 20:05:28.858679 [ 5 ] {9426ba3d-f5e1-4012-bc8b-018e276953cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3921 2025.03.22 20:05:28.858723 [ 5 ] {9426ba3d-f5e1-4012-bc8b-018e276953cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3922 2025.03.22 20:05:28.859260 [ 5 ] {9426ba3d-f5e1-4012-bc8b-018e276953cc} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3923 2025.03.22 20:05:28.859299 [ 5 ] {9426ba3d-f5e1-4012-bc8b-018e276953cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
3924 2025.03.22 20:05:28.859647 [ 5 ] {9426ba3d-f5e1-4012-bc8b-018e276953cc} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
3925 2025.03.22 20:05:28.859880 [ 5 ] {9426ba3d-f5e1-4012-bc8b-018e276953cc} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3926 2025.03.22 20:05:28.860085 [ 5 ] {9426ba3d-f5e1-4012-bc8b-018e276953cc} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.001426 sec., 63113.60448807854 rows/sec., 4.93 MiB/sec.
3927 2025.03.22 20:05:28.860136 [ 5 ] {9426ba3d-f5e1-4012-bc8b-018e276953cc} <Debug> TCPHandler: Processed in 0.001608794 sec.
3928 2025.03.22 20:05:28.860249 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3929 2025.03.22 20:05:28.860354 [ 5 ] {d42f0e7e-2289-40b3-93f4-bd9d5b1b6cc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3930 2025.03.22 20:05:28.860402 [ 5 ] {d42f0e7e-2289-40b3-93f4-bd9d5b1b6cc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3931 2025.03.22 20:05:28.860923 [ 5 ] {d42f0e7e-2289-40b3-93f4-bd9d5b1b6cc1} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3932 2025.03.22 20:05:28.860962 [ 5 ] {d42f0e7e-2289-40b3-93f4-bd9d5b1b6cc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
3933 2025.03.22 20:05:28.861343 [ 5 ] {d42f0e7e-2289-40b3-93f4-bd9d5b1b6cc1} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
3934 2025.03.22 20:05:28.861600 [ 5 ] {d42f0e7e-2289-40b3-93f4-bd9d5b1b6cc1} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3935 2025.03.22 20:05:28.861802 [ 5 ] {d42f0e7e-2289-40b3-93f4-bd9d5b1b6cc1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00147 sec., 108843.53741496599 rows/sec., 7.58 MiB/sec.
3936 2025.03.22 20:05:28.861853 [ 5 ] {d42f0e7e-2289-40b3-93f4-bd9d5b1b6cc1} <Debug> TCPHandler: Processed in 0.001654175 sec.
3937 2025.03.22 20:05:28.861957 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3938 2025.03.22 20:05:28.862058 [ 5 ] {275c2b4d-6cef-4b38-8121-93512a437207} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3939 2025.03.22 20:05:28.862123 [ 5 ] {275c2b4d-6cef-4b38-8121-93512a437207} <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
3940 2025.03.22 20:05:28.863217 [ 5 ] {275c2b4d-6cef-4b38-8121-93512a437207} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3941 2025.03.22 20:05:28.863255 [ 5 ] {275c2b4d-6cef-4b38-8121-93512a437207} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
3942 2025.03.22 20:05:28.863877 [ 5 ] {275c2b4d-6cef-4b38-8121-93512a437207} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3943 2025.03.22 20:05:28.864130 [ 5 ] {275c2b4d-6cef-4b38-8121-93512a437207} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3944 2025.03.22 20:05:28.864389 [ 5 ] {275c2b4d-6cef-4b38-8121-93512a437207} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002343 sec., 11096.884336320956 rows/sec., 19.89 MiB/sec.
3945 2025.03.22 20:05:28.864683 [ 5 ] {275c2b4d-6cef-4b38-8121-93512a437207} <Debug> TCPHandler: Processed in 0.002768409 sec.
3946 2025.03.22 20:05:28.864890 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3947 2025.03.22 20:05:28.864993 [ 5 ] {0b023ae0-ac92-4952-abc8-2b39d09c7735} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3948 2025.03.22 20:05:28.865040 [ 5 ] {0b023ae0-ac92-4952-abc8-2b39d09c7735} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3949 2025.03.22 20:05:28.865515 [ 5 ] {0b023ae0-ac92-4952-abc8-2b39d09c7735} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3950 2025.03.22 20:05:28.865555 [ 5 ] {0b023ae0-ac92-4952-abc8-2b39d09c7735} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
3951 2025.03.22 20:05:28.865916 [ 5 ] {0b023ae0-ac92-4952-abc8-2b39d09c7735} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
3952 2025.03.22 20:05:28.866182 [ 5 ] {0b023ae0-ac92-4952-abc8-2b39d09c7735} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3953 2025.03.22 20:05:28.866399 [ 5 ] {0b023ae0-ac92-4952-abc8-2b39d09c7735} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001425 sec., 42105.26315789473 rows/sec., 2.84 MiB/sec.
3954 2025.03.22 20:05:28.866501 [ 5 ] {0b023ae0-ac92-4952-abc8-2b39d09c7735} <Debug> TCPHandler: Processed in 0.001662765 sec.
3955 2025.03.22 20:05:32.793152 [ 116 ] {} <Debug> DNSResolver: Updating DNS cache
3956 2025.03.22 20:05:32.793257 [ 116 ] {} <Debug> DNSResolver: Updated DNS cache
3957 2025.03.22 20:05:32.907544 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9211
3958 2025.03.22 20:05:32.908603 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3959 2025.03.22 20:05:32.908643 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
3960 2025.03.22 20:05:32.909241 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3961 2025.03.22 20:05:32.909510 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3962 2025.03.22 20:05:32.909771 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211
3963 2025.03.22 20:05:32.957908 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 556
3964 2025.03.22 20:05:32.960784 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3965 2025.03.22 20:05:32.960844 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
3966 2025.03.22 20:05:32.962344 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3967 2025.03.22 20:05:32.962682 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3968 2025.03.22 20:05:32.963360 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 556
3969 2025.03.22 20:05:33.608495 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151
3970 2025.03.22 20:05:33.629911 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3971 2025.03.22 20:05:33.629978 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
3972 2025.03.22 20:05:33.637604 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3973 2025.03.22 20:05:33.638406 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3974 2025.03.22 20:05:33.641685 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151
3975 2025.03.22 20:05:33.695456 [ 115 ] {} <Debug> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
3976 2025.03.22 20:05:33.695521 [ 115 ] {} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3977 2025.03.22 20:05:33.695560 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
3978 2025.03.22 20:05:33.695745 [ 199 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::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
3979 2025.03.22 20:05:33.695912 [ 199 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3980 2025.03.22 20:05:33.695944 [ 199 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part
3981 2025.03.22 20:05:33.696015 [ 199 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 10 rows starting from the beginning of the part
3982 2025.03.22 20:05:33.696114 [ 199 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part
3983 2025.03.22 20:05:33.696383 [ 199 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::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
3984 2025.03.22 20:05:33.696496 [ 199 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::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
3985 2025.03.22 20:05:33.697549 [ 192 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.00189509 sec., 15830.38272588637 rows/sec., 1.32 MiB/sec.
3986 2025.03.22 20:05:33.697756 [ 197 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
3987 2025.03.22 20:05:33.698101 [ 197 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::all_1_5_1} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3988 2025.03.22 20:05:33.698188 [ 197 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::all_1_5_1} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
3989 2025.03.22 20:05:33.698292 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
3990 2025.03.22 20:05:33.853341 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3991 2025.03.22 20:05:33.853527 [ 5 ] {baf74e81-3002-467c-8722-6e87a097abe7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3992 2025.03.22 20:05:33.853601 [ 5 ] {baf74e81-3002-467c-8722-6e87a097abe7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3993 2025.03.22 20:05:33.854406 [ 5 ] {baf74e81-3002-467c-8722-6e87a097abe7} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3994 2025.03.22 20:05:33.854452 [ 5 ] {baf74e81-3002-467c-8722-6e87a097abe7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
3995 2025.03.22 20:05:33.854866 [ 5 ] {baf74e81-3002-467c-8722-6e87a097abe7} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
3996 2025.03.22 20:05:33.855139 [ 5 ] {baf74e81-3002-467c-8722-6e87a097abe7} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3997 2025.03.22 20:05:33.855370 [ 5 ] {baf74e81-3002-467c-8722-6e87a097abe7} <Debug> executeQuery: Read 82 rows, 6.94 KiB in 0.001897 sec., 43226.14654717976 rows/sec., 3.57 MiB/sec.
3998 2025.03.22 20:05:33.855433 [ 5 ] {baf74e81-3002-467c-8722-6e87a097abe7} <Debug> TCPHandler: Processed in 0.002221177 sec.
3999 2025.03.22 20:05:33.855558 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4000 2025.03.22 20:05:33.855670 [ 5 ] {de15e127-4485-4186-add2-27515e6bc9fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4001 2025.03.22 20:05:33.855720 [ 5 ] {de15e127-4485-4186-add2-27515e6bc9fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4002 2025.03.22 20:05:33.856261 [ 5 ] {de15e127-4485-4186-add2-27515e6bc9fa} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4003 2025.03.22 20:05:33.856301 [ 5 ] {de15e127-4485-4186-add2-27515e6bc9fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4004 2025.03.22 20:05:33.856968 [ 5 ] {de15e127-4485-4186-add2-27515e6bc9fa} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
4005 2025.03.22 20:05:33.857214 [ 5 ] {de15e127-4485-4186-add2-27515e6bc9fa} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4006 2025.03.22 20:05:33.857431 [ 5 ] {de15e127-4485-4186-add2-27515e6bc9fa} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.001785 sec., 7282.913165266107 rows/sec., 547.64 KiB/sec.
4007 2025.03.22 20:05:33.857484 [ 5 ] {de15e127-4485-4186-add2-27515e6bc9fa} <Debug> TCPHandler: Processed in 0.001978352 sec.
4008 2025.03.22 20:05:33.857589 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4009 2025.03.22 20:05:33.857692 [ 5 ] {ced1700d-c0b0-4585-82a9-c30ad2a0efc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4010 2025.03.22 20:05:33.857738 [ 5 ] {ced1700d-c0b0-4585-82a9-c30ad2a0efc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4011 2025.03.22 20:05:33.858281 [ 5 ] {ced1700d-c0b0-4585-82a9-c30ad2a0efc7} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4012 2025.03.22 20:05:33.858321 [ 5 ] {ced1700d-c0b0-4585-82a9-c30ad2a0efc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4013 2025.03.22 20:05:33.858680 [ 5 ] {ced1700d-c0b0-4585-82a9-c30ad2a0efc7} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
4014 2025.03.22 20:05:33.858918 [ 5 ] {ced1700d-c0b0-4585-82a9-c30ad2a0efc7} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4015 2025.03.22 20:05:33.859139 [ 5 ] {ced1700d-c0b0-4585-82a9-c30ad2a0efc7} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.001469 sec., 52416.60993873383 rows/sec., 4.09 MiB/sec.
4016 2025.03.22 20:05:33.859251 [ 5 ] {ced1700d-c0b0-4585-82a9-c30ad2a0efc7} <Debug> TCPHandler: Processed in 0.001710316 sec.
4017 2025.03.22 20:05:33.859396 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4018 2025.03.22 20:05:33.859497 [ 5 ] {2e8edba9-89b8-438b-a5d0-0d2a652d49ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4019 2025.03.22 20:05:33.859546 [ 5 ] {2e8edba9-89b8-438b-a5d0-0d2a652d49ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4020 2025.03.22 20:05:33.860066 [ 5 ] {2e8edba9-89b8-438b-a5d0-0d2a652d49ee} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4021 2025.03.22 20:05:33.860103 [ 5 ] {2e8edba9-89b8-438b-a5d0-0d2a652d49ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4022 2025.03.22 20:05:33.860488 [ 5 ] {2e8edba9-89b8-438b-a5d0-0d2a652d49ee} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
4023 2025.03.22 20:05:33.860732 [ 5 ] {2e8edba9-89b8-438b-a5d0-0d2a652d49ee} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4024 2025.03.22 20:05:33.860944 [ 5 ] {2e8edba9-89b8-438b-a5d0-0d2a652d49ee} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001469 sec., 108917.63104152484 rows/sec., 7.59 MiB/sec.
4025 2025.03.22 20:05:33.860994 [ 5 ] {2e8edba9-89b8-438b-a5d0-0d2a652d49ee} <Debug> TCPHandler: Processed in 0.001650985 sec.
4026 2025.03.22 20:05:33.861118 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4027 2025.03.22 20:05:33.861224 [ 5 ] {748392f7-1e2c-4ca3-9532-cf3f4c2420c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4028 2025.03.22 20:05:33.861291 [ 5 ] {748392f7-1e2c-4ca3-9532-cf3f4c2420c2} <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
4029 2025.03.22 20:05:33.862379 [ 5 ] {748392f7-1e2c-4ca3-9532-cf3f4c2420c2} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4030 2025.03.22 20:05:33.862418 [ 5 ] {748392f7-1e2c-4ca3-9532-cf3f4c2420c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4031 2025.03.22 20:05:33.863068 [ 5 ] {748392f7-1e2c-4ca3-9532-cf3f4c2420c2} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
4032 2025.03.22 20:05:33.863323 [ 5 ] {748392f7-1e2c-4ca3-9532-cf3f4c2420c2} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4033 2025.03.22 20:05:33.863553 [ 5 ] {748392f7-1e2c-4ca3-9532-cf3f4c2420c2} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002351 sec., 5529.561888558061 rows/sec., 9.91 MiB/sec.
4034 2025.03.22 20:05:33.863660 [ 5 ] {748392f7-1e2c-4ca3-9532-cf3f4c2420c2} <Debug> TCPHandler: Processed in 0.002591365 sec.
4035 2025.03.22 20:05:33.863800 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4036 2025.03.22 20:05:33.863906 [ 5 ] {368946d1-0cc3-4524-ac5d-8cf67ad0841e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4037 2025.03.22 20:05:33.863953 [ 5 ] {368946d1-0cc3-4524-ac5d-8cf67ad0841e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4038 2025.03.22 20:05:33.864428 [ 5 ] {368946d1-0cc3-4524-ac5d-8cf67ad0841e} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4039 2025.03.22 20:05:33.864468 [ 5 ] {368946d1-0cc3-4524-ac5d-8cf67ad0841e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4040 2025.03.22 20:05:33.864818 [ 5 ] {368946d1-0cc3-4524-ac5d-8cf67ad0841e} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
4041 2025.03.22 20:05:33.865049 [ 5 ] {368946d1-0cc3-4524-ac5d-8cf67ad0841e} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4042 2025.03.22 20:05:33.865300 [ 5 ] {368946d1-0cc3-4524-ac5d-8cf67ad0841e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001411 sec., 42523.033309709426 rows/sec., 2.87 MiB/sec.
4043 2025.03.22 20:05:33.865504 [ 5 ] {368946d1-0cc3-4524-ac5d-8cf67ad0841e} <Debug> TCPHandler: Processed in 0.001753647 sec.
4044 2025.03.22 20:05:38.853868 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4045 2025.03.22 20:05:38.854169 [ 5 ] {91e88ae5-2d6b-46bf-9ba1-9a1447773924} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
4046 2025.03.22 20:05:38.854278 [ 5 ] {91e88ae5-2d6b-46bf-9ba1-9a1447773924} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
4047 2025.03.22 20:05:38.855211 [ 5 ] {91e88ae5-2d6b-46bf-9ba1-9a1447773924} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4048 2025.03.22 20:05:38.855258 [ 5 ] {91e88ae5-2d6b-46bf-9ba1-9a1447773924} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4049 2025.03.22 20:05:38.855669 [ 5 ] {91e88ae5-2d6b-46bf-9ba1-9a1447773924} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
4050 2025.03.22 20:05:38.855924 [ 5 ] {91e88ae5-2d6b-46bf-9ba1-9a1447773924} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4051 2025.03.22 20:05:38.856184 [ 5 ] {91e88ae5-2d6b-46bf-9ba1-9a1447773924} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00209 sec., 956.9377990430622 rows/sec., 78.03 KiB/sec.
4052 2025.03.22 20:05:38.856278 [ 5 ] {91e88ae5-2d6b-46bf-9ba1-9a1447773924} <Debug> TCPHandler: Processed in 0.002571094 sec.
4053 2025.03.22 20:05:38.856393 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4054 2025.03.22 20:05:38.856503 [ 5 ] {70092c1e-f276-4a0d-9856-4c9cab123bd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4055 2025.03.22 20:05:38.856551 [ 5 ] {70092c1e-f276-4a0d-9856-4c9cab123bd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4056 2025.03.22 20:05:38.857133 [ 5 ] {70092c1e-f276-4a0d-9856-4c9cab123bd5} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4057 2025.03.22 20:05:38.857172 [ 5 ] {70092c1e-f276-4a0d-9856-4c9cab123bd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4058 2025.03.22 20:05:38.857536 [ 5 ] {70092c1e-f276-4a0d-9856-4c9cab123bd5} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
4059 2025.03.22 20:05:38.857778 [ 5 ] {70092c1e-f276-4a0d-9856-4c9cab123bd5} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4060 2025.03.22 20:05:38.858024 [ 5 ] {70092c1e-f276-4a0d-9856-4c9cab123bd5} <Debug> executeQuery: Read 109 rows, 9.32 KiB in 0.001538 sec., 70871.26137841352 rows/sec., 5.92 MiB/sec.
4061 2025.03.22 20:05:38.858086 [ 5 ] {70092c1e-f276-4a0d-9856-4c9cab123bd5} <Debug> TCPHandler: Processed in 0.001746198 sec.
4062 2025.03.22 20:05:38.858203 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4063 2025.03.22 20:05:38.858311 [ 5 ] {714792e0-0144-480a-8900-4c8aedb986c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4064 2025.03.22 20:05:38.858357 [ 5 ] {714792e0-0144-480a-8900-4c8aedb986c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4065 2025.03.22 20:05:38.858892 [ 5 ] {714792e0-0144-480a-8900-4c8aedb986c3} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4066 2025.03.22 20:05:38.858931 [ 5 ] {714792e0-0144-480a-8900-4c8aedb986c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4067 2025.03.22 20:05:38.859271 [ 5 ] {714792e0-0144-480a-8900-4c8aedb986c3} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
4068 2025.03.22 20:05:38.859508 [ 5 ] {714792e0-0144-480a-8900-4c8aedb986c3} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4069 2025.03.22 20:05:38.859723 [ 5 ] {714792e0-0144-480a-8900-4c8aedb986c3} <Debug> executeQuery: Read 28 rows, 2.09 KiB in 0.001434 sec., 19525.801952580197 rows/sec., 1.43 MiB/sec.
4070 2025.03.22 20:05:38.859774 [ 5 ] {714792e0-0144-480a-8900-4c8aedb986c3} <Debug> TCPHandler: Processed in 0.001623734 sec.
4071 2025.03.22 20:05:38.859899 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4072 2025.03.22 20:05:38.860004 [ 5 ] {dee0bf63-479c-44a5-a0af-cac4070b86f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4073 2025.03.22 20:05:38.860049 [ 5 ] {dee0bf63-479c-44a5-a0af-cac4070b86f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4074 2025.03.22 20:05:38.860607 [ 5 ] {dee0bf63-479c-44a5-a0af-cac4070b86f6} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4075 2025.03.22 20:05:38.860647 [ 5 ] {dee0bf63-479c-44a5-a0af-cac4070b86f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4076 2025.03.22 20:05:38.861002 [ 5 ] {dee0bf63-479c-44a5-a0af-cac4070b86f6} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
4077 2025.03.22 20:05:38.861241 [ 5 ] {dee0bf63-479c-44a5-a0af-cac4070b86f6} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4078 2025.03.22 20:05:38.861459 [ 5 ] {dee0bf63-479c-44a5-a0af-cac4070b86f6} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.001476 sec., 62330.62330623306 rows/sec., 4.87 MiB/sec.
4079 2025.03.22 20:05:38.861575 [ 5 ] {dee0bf63-479c-44a5-a0af-cac4070b86f6} <Debug> TCPHandler: Processed in 0.001725847 sec.
4080 2025.03.22 20:05:38.861716 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4081 2025.03.22 20:05:38.861818 [ 5 ] {1c62cacf-1e5a-4cdd-b262-a6e810fad254} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4082 2025.03.22 20:05:38.861867 [ 5 ] {1c62cacf-1e5a-4cdd-b262-a6e810fad254} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4083 2025.03.22 20:05:38.862382 [ 5 ] {1c62cacf-1e5a-4cdd-b262-a6e810fad254} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4084 2025.03.22 20:05:38.862420 [ 5 ] {1c62cacf-1e5a-4cdd-b262-a6e810fad254} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4085 2025.03.22 20:05:38.862796 [ 5 ] {1c62cacf-1e5a-4cdd-b262-a6e810fad254} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
4086 2025.03.22 20:05:38.863033 [ 5 ] {1c62cacf-1e5a-4cdd-b262-a6e810fad254} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4087 2025.03.22 20:05:38.863260 [ 5 ] {1c62cacf-1e5a-4cdd-b262-a6e810fad254} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001462 sec., 110123.11901504788 rows/sec., 7.67 MiB/sec.
4088 2025.03.22 20:05:38.863388 [ 5 ] {1c62cacf-1e5a-4cdd-b262-a6e810fad254} <Debug> TCPHandler: Processed in 0.001729246 sec.
4089 2025.03.22 20:05:38.863524 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4090 2025.03.22 20:05:38.863624 [ 5 ] {06a48ef7-7c70-4f9c-99c0-fc40ceec093e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4091 2025.03.22 20:05:38.863690 [ 5 ] {06a48ef7-7c70-4f9c-99c0-fc40ceec093e} <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
4092 2025.03.22 20:05:38.864776 [ 5 ] {06a48ef7-7c70-4f9c-99c0-fc40ceec093e} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4093 2025.03.22 20:05:38.864814 [ 5 ] {06a48ef7-7c70-4f9c-99c0-fc40ceec093e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4094 2025.03.22 20:05:38.865432 [ 5 ] {06a48ef7-7c70-4f9c-99c0-fc40ceec093e} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
4095 2025.03.22 20:05:38.865689 [ 5 ] {06a48ef7-7c70-4f9c-99c0-fc40ceec093e} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4096 2025.03.22 20:05:38.865893 [ 5 ] {06a48ef7-7c70-4f9c-99c0-fc40ceec093e} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002289 sec., 11358.671909130626 rows/sec., 20.35 MiB/sec.
4097 2025.03.22 20:05:38.865993 [ 5 ] {06a48ef7-7c70-4f9c-99c0-fc40ceec093e} <Debug> TCPHandler: Processed in 0.002523274 sec.
4098 2025.03.22 20:05:38.866129 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4099 2025.03.22 20:05:38.866239 [ 5 ] {05cd0d2e-5c53-443a-ad54-d751671ae284} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4100 2025.03.22 20:05:38.866304 [ 5 ] {05cd0d2e-5c53-443a-ad54-d751671ae284} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4101 2025.03.22 20:05:38.866746 [ 5 ] {05cd0d2e-5c53-443a-ad54-d751671ae284} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4102 2025.03.22 20:05:38.866784 [ 5 ] {05cd0d2e-5c53-443a-ad54-d751671ae284} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4103 2025.03.22 20:05:38.867141 [ 5 ] {05cd0d2e-5c53-443a-ad54-d751671ae284} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
4104 2025.03.22 20:05:38.867379 [ 5 ] {05cd0d2e-5c53-443a-ad54-d751671ae284} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4105 2025.03.22 20:05:38.867563 [ 5 ] {05cd0d2e-5c53-443a-ad54-d751671ae284} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00135 sec., 44444.444444444445 rows/sec., 3.00 MiB/sec.
4106 2025.03.22 20:05:38.867673 [ 5 ] {05cd0d2e-5c53-443a-ad54-d751671ae284} <Debug> TCPHandler: Processed in 0.001591733 sec.
4107 2025.03.22 20:05:40.409920 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9699
4108 2025.03.22 20:05:40.410897 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4109 2025.03.22 20:05:40.410976 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4110 2025.03.22 20:05:40.411813 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4111 2025.03.22 20:05:40.412194 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4112 2025.03.22 20:05:40.412422 [ 108 ] {} <Debug> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4113 2025.03.22 20:05:40.412502 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9699
4114 2025.03.22 20:05:40.412503 [ 108 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4115 2025.03.22 20:05:40.412554 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4116 2025.03.22 20:05:40.412705 [ 192 ] {6f3f2c82-38dd-415f-af08-560485366d9f::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
4117 2025.03.22 20:05:40.412826 [ 192 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4118 2025.03.22 20:05:40.412868 [ 192 ] {6f3f2c82-38dd-415f-af08-560485366d9f::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
4119 2025.03.22 20:05:40.412959 [ 192 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 488 rows starting from the beginning of the part
4120 2025.03.22 20:05:40.413182 [ 192 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 427 rows starting from the beginning of the part
4121 2025.03.22 20:05:40.413472 [ 192 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 488 rows starting from the beginning of the part
4122 2025.03.22 20:05:40.413707 [ 192 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 427 rows starting from the beginning of the part
4123 2025.03.22 20:05:40.413888 [ 192 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 488 rows starting from the beginning of the part
4124 2025.03.22 20:05:40.417375 [ 197 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9699 rows, containing 4 columns (4 merged, 0 gathered) in 0.00473215 sec., 2049596.9062688206 rows/sec., 29.32 MiB/sec.
4125 2025.03.22 20:05:40.417820 [ 189 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4126 2025.03.22 20:05:40.418293 [ 189 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_21_4} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4127 2025.03.22 20:05:40.418432 [ 189 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_21_4} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4128 2025.03.22 20:05:40.418589 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB.
4129 2025.03.22 20:05:41.142728 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159
4130 2025.03.22 20:05:41.164202 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4131 2025.03.22 20:05:41.164253 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4132 2025.03.22 20:05:41.171483 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4133 2025.03.22 20:05:41.172237 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4134 2025.03.22 20:05:41.172611 [ 108 ] {} <Debug> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4135 2025.03.22 20:05:41.172766 [ 108 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4136 2025.03.22 20:05:41.172839 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4137 2025.03.22 20:05:41.173264 [ 193 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::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
4138 2025.03.22 20:05:41.187711 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 159
4139 2025.03.22 20:05:41.189547 [ 193 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4140 2025.03.22 20:05:41.191137 [ 193 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::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
4141 2025.03.22 20:05:41.197191 [ 193 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::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
4142 2025.03.22 20:05:41.202689 [ 193 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::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
4143 2025.03.22 20:05:41.208259 [ 193 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::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
4144 2025.03.22 20:05:41.213931 [ 193 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::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
4145 2025.03.22 20:05:41.218459 [ 193 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::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
4146 2025.03.22 20:05:41.276335 [ 189 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.103352285 sec., 1538.427524848628 rows/sec., 7.95 MiB/sec.
4147 2025.03.22 20:05:41.277922 [ 189 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4148 2025.03.22 20:05:41.280289 [ 189 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_21_4} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4149 2025.03.22 20:05:41.280388 [ 189 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_21_4} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4150 2025.03.22 20:05:41.281720 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.09 MiB.
4151 2025.03.22 20:05:42.964482 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 582
4152 2025.03.22 20:05:42.967442 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4153 2025.03.22 20:05:42.967493 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4154 2025.03.22 20:05:42.968966 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
4155 2025.03.22 20:05:42.969283 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4156 2025.03.22 20:05:42.969455 [ 106 ] {} <Debug> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
4157 2025.03.22 20:05:42.969529 [ 106 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4158 2025.03.22 20:05:42.969573 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4159 2025.03.22 20:05:42.970051 [ 201 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::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
4160 2025.03.22 20:05:42.970758 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 582
4161 2025.03.22 20:05:42.971243 [ 201 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4162 2025.03.22 20:05:42.971419 [ 201 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 435 rows starting from the beginning of the part
4163 2025.03.22 20:05:42.971935 [ 201 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 31 rows starting from the beginning of the part
4164 2025.03.22 20:05:42.972428 [ 201 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::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
4165 2025.03.22 20:05:42.972917 [ 201 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 44 rows starting from the beginning of the part
4166 2025.03.22 20:05:42.973506 [ 201 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 20 rows starting from the beginning of the part
4167 2025.03.22 20:05:42.974073 [ 201 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::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
4168 2025.03.22 20:05:42.981668 [ 186 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 582 rows, containing 72 columns (72 merged, 0 gathered) in 0.011975574 sec., 48598.92310798631 rows/sec., 41.86 MiB/sec.
4169 2025.03.22 20:05:42.983351 [ 195 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
4170 2025.03.22 20:05:42.984191 [ 195 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_16_3} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4171 2025.03.22 20:05:42.984285 [ 195 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_16_3} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
4172 2025.03.22 20:05:42.984620 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.84 MiB.
4173 2025.03.22 20:05:43.854220 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4174 2025.03.22 20:05:43.854409 [ 5 ] {e29fd011-cc1f-4300-987b-f4194c70fddc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4175 2025.03.22 20:05:43.854483 [ 5 ] {e29fd011-cc1f-4300-987b-f4194c70fddc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4176 2025.03.22 20:05:43.855291 [ 5 ] {e29fd011-cc1f-4300-987b-f4194c70fddc} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4177 2025.03.22 20:05:43.855346 [ 5 ] {e29fd011-cc1f-4300-987b-f4194c70fddc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4178 2025.03.22 20:05:43.855796 [ 5 ] {e29fd011-cc1f-4300-987b-f4194c70fddc} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
4179 2025.03.22 20:05:43.856072 [ 5 ] {e29fd011-cc1f-4300-987b-f4194c70fddc} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4180 2025.03.22 20:05:43.856337 [ 5 ] {e29fd011-cc1f-4300-987b-f4194c70fddc} <Debug> executeQuery: Read 82 rows, 6.94 KiB in 0.001977 sec., 41476.98533131007 rows/sec., 3.43 MiB/sec.
4181 2025.03.22 20:05:43.856446 [ 5 ] {e29fd011-cc1f-4300-987b-f4194c70fddc} <Debug> TCPHandler: Processed in 0.00235952 sec.
4182 2025.03.22 20:05:43.856601 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4183 2025.03.22 20:05:43.856710 [ 5 ] {21858cb0-6bd1-484a-b2db-cd28e19f89be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4184 2025.03.22 20:05:43.856760 [ 5 ] {21858cb0-6bd1-484a-b2db-cd28e19f89be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4185 2025.03.22 20:05:43.857299 [ 5 ] {21858cb0-6bd1-484a-b2db-cd28e19f89be} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4186 2025.03.22 20:05:43.857339 [ 5 ] {21858cb0-6bd1-484a-b2db-cd28e19f89be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4187 2025.03.22 20:05:43.857701 [ 5 ] {21858cb0-6bd1-484a-b2db-cd28e19f89be} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4188 2025.03.22 20:05:43.857950 [ 5 ] {21858cb0-6bd1-484a-b2db-cd28e19f89be} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4189 2025.03.22 20:05:43.858121 [ 106 ] {} <Debug> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4190 2025.03.22 20:05:43.858196 [ 5 ] {21858cb0-6bd1-484a-b2db-cd28e19f89be} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.001504 sec., 8643.617021276596 rows/sec., 649.96 KiB/sec.
4191 2025.03.22 20:05:43.858208 [ 106 ] {} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4192 2025.03.22 20:05:43.858283 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4193 2025.03.22 20:05:43.858338 [ 5 ] {21858cb0-6bd1-484a-b2db-cd28e19f89be} <Debug> TCPHandler: Processed in 0.001793838 sec.
4194 2025.03.22 20:05:43.858707 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4195 2025.03.22 20:05:43.858741 [ 198 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::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
4196 2025.03.22 20:05:43.858997 [ 5 ] {9169b6c4-193f-4495-b323-1b2429113dc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4197 2025.03.22 20:05:43.859115 [ 5 ] {9169b6c4-193f-4495-b323-1b2429113dc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4198 2025.03.22 20:05:43.859121 [ 198 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4199 2025.03.22 20:05:43.859232 [ 198 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 65 rows starting from the beginning of the part
4200 2025.03.22 20:05:43.859525 [ 198 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 39 rows starting from the beginning of the part
4201 2025.03.22 20:05:43.860006 [ 198 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::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
4202 2025.03.22 20:05:43.860427 [ 198 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 13 rows starting from the beginning of the part
4203 2025.03.22 20:05:43.860767 [ 198 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::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
4204 2025.03.22 20:05:43.861039 [ 198 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 13 rows starting from the beginning of the part
4205 2025.03.22 20:05:43.861940 [ 5 ] {9169b6c4-193f-4495-b323-1b2429113dc7} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4206 2025.03.22 20:05:43.862000 [ 5 ] {9169b6c4-193f-4495-b323-1b2429113dc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4207 2025.03.22 20:05:43.863183 [ 5 ] {9169b6c4-193f-4495-b323-1b2429113dc7} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
4208 2025.03.22 20:05:43.863839 [ 5 ] {9169b6c4-193f-4495-b323-1b2429113dc7} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4209 2025.03.22 20:05:43.864119 [ 195 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 184 rows, containing 5 columns (5 merged, 0 gathered) in 0.005691071 sec., 32331.348528247145 rows/sec., 2.49 MiB/sec.
4210 2025.03.22 20:05:43.864304 [ 5 ] {9169b6c4-193f-4495-b323-1b2429113dc7} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.005374 sec., 14328.247115742462 rows/sec., 1.12 MiB/sec.
4211 2025.03.22 20:05:43.864459 [ 5 ] {9169b6c4-193f-4495-b323-1b2429113dc7} <Debug> TCPHandler: Processed in 0.005887045 sec.
4212 2025.03.22 20:05:43.864587 [ 195 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4213 2025.03.22 20:05:43.864604 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4214 2025.03.22 20:05:43.864821 [ 5 ] {52fc1926-224f-465b-a4ed-8687e4c56d1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4215 2025.03.22 20:05:43.864888 [ 5 ] {52fc1926-224f-465b-a4ed-8687e4c56d1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4216 2025.03.22 20:05:43.865354 [ 195 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_26_5} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4217 2025.03.22 20:05:43.865469 [ 195 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_26_5} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4218 2025.03.22 20:05:43.865650 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
4219 2025.03.22 20:05:43.865884 [ 5 ] {52fc1926-224f-465b-a4ed-8687e4c56d1a} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4220 2025.03.22 20:05:43.865927 [ 5 ] {52fc1926-224f-465b-a4ed-8687e4c56d1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4221 2025.03.22 20:05:43.866325 [ 5 ] {52fc1926-224f-465b-a4ed-8687e4c56d1a} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
4222 2025.03.22 20:05:43.866588 [ 5 ] {52fc1926-224f-465b-a4ed-8687e4c56d1a} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4223 2025.03.22 20:05:43.866819 [ 5 ] {52fc1926-224f-465b-a4ed-8687e4c56d1a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002054 sec., 77896.78675754626 rows/sec., 5.43 MiB/sec.
4224 2025.03.22 20:05:43.866877 [ 5 ] {52fc1926-224f-465b-a4ed-8687e4c56d1a} <Debug> TCPHandler: Processed in 0.00233616 sec.
4225 2025.03.22 20:05:43.867017 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4226 2025.03.22 20:05:43.867122 [ 5 ] {0a63d893-4114-45ed-ab76-6bce2a1fa6e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4227 2025.03.22 20:05:43.867189 [ 5 ] {0a63d893-4114-45ed-ab76-6bce2a1fa6e7} <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
4228 2025.03.22 20:05:43.868272 [ 5 ] {0a63d893-4114-45ed-ab76-6bce2a1fa6e7} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4229 2025.03.22 20:05:43.868311 [ 5 ] {0a63d893-4114-45ed-ab76-6bce2a1fa6e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4230 2025.03.22 20:05:43.868917 [ 5 ] {0a63d893-4114-45ed-ab76-6bce2a1fa6e7} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4231 2025.03.22 20:05:43.869175 [ 5 ] {0a63d893-4114-45ed-ab76-6bce2a1fa6e7} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4232 2025.03.22 20:05:43.869351 [ 106 ] {} <Debug> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4233 2025.03.22 20:05:43.869423 [ 106 ] {} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4234 2025.03.22 20:05:43.869455 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4235 2025.03.22 20:05:43.869473 [ 5 ] {0a63d893-4114-45ed-ab76-6bce2a1fa6e7} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002359 sec., 5510.809665112336 rows/sec., 9.88 MiB/sec.
4236 2025.03.22 20:05:43.870203 [ 188 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::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
4237 2025.03.22 20:05:43.870367 [ 5 ] {0a63d893-4114-45ed-ab76-6bce2a1fa6e7} <Debug> TCPHandler: Processed in 0.003392132 sec.
4238 2025.03.22 20:05:43.870732 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4239 2025.03.22 20:05:43.870995 [ 5 ] {a837adb2-602f-4281-9bc2-6b1635189136} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4240 2025.03.22 20:05:43.871074 [ 188 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4241 2025.03.22 20:05:43.871094 [ 5 ] {a837adb2-602f-4281-9bc2-6b1635189136} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4242 2025.03.22 20:05:43.871293 [ 188 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 373 rows starting from the beginning of the part
4243 2025.03.22 20:05:43.872075 [ 188 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 13 rows starting from the beginning of the part
4244 2025.03.22 20:05:43.872836 [ 188 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::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
4245 2025.03.22 20:05:43.873435 [ 5 ] {a837adb2-602f-4281-9bc2-6b1635189136} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4246 2025.03.22 20:05:43.873544 [ 5 ] {a837adb2-602f-4281-9bc2-6b1635189136} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4247 2025.03.22 20:05:43.873607 [ 188 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 13 rows starting from the beginning of the part
4248 2025.03.22 20:05:43.874335 [ 188 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::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
4249 2025.03.22 20:05:43.875031 [ 188 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 13 rows starting from the beginning of the part
4250 2025.03.22 20:05:43.875169 [ 5 ] {a837adb2-602f-4281-9bc2-6b1635189136} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
4251 2025.03.22 20:05:43.875997 [ 5 ] {a837adb2-602f-4281-9bc2-6b1635189136} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4252 2025.03.22 20:05:43.876516 [ 5 ] {a837adb2-602f-4281-9bc2-6b1635189136} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005583 sec., 10746.910263299302 rows/sec., 741.65 KiB/sec.
4253 2025.03.22 20:05:43.876922 [ 5 ] {a837adb2-602f-4281-9bc2-6b1635189136} <Debug> TCPHandler: Processed in 0.006257663 sec.
4254 2025.03.22 20:05:43.880403 [ 195 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 464 rows, containing 19 columns (19 merged, 0 gathered) in 0.010750228 sec., 43161.87526441299 rows/sec., 77.34 MiB/sec.
4255 2025.03.22 20:05:43.881358 [ 190 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4256 2025.03.22 20:05:43.881809 [ 190 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4257 2025.03.22 20:05:43.881898 [ 190 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4258 2025.03.22 20:05:43.882072 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.25 MiB.
4259 2025.03.22 20:05:47.793312 [ 102 ] {} <Debug> DNSResolver: Updating DNS cache
4260 2025.03.22 20:05:47.793386 [ 102 ] {} <Debug> DNSResolver: Updated DNS cache
4261 2025.03.22 20:05:47.913605 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10126
4262 2025.03.22 20:05:47.914246 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4263 2025.03.22 20:05:47.914291 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4264 2025.03.22 20:05:47.914831 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4265 2025.03.22 20:05:47.915100 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4266 2025.03.22 20:05:47.915372 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126
4267 2025.03.22 20:05:48.688771 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166
4268 2025.03.22 20:05:48.708160 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4269 2025.03.22 20:05:48.708228 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4270 2025.03.22 20:05:48.715464 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4271 2025.03.22 20:05:48.716215 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4272 2025.03.22 20:05:48.718902 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 166
4273 2025.03.22 20:05:48.853286 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4274 2025.03.22 20:05:48.853498 [ 5 ] {275ca515-d736-4418-9c23-3de9e6dbcfc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4275 2025.03.22 20:05:48.853576 [ 5 ] {275ca515-d736-4418-9c23-3de9e6dbcfc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4276 2025.03.22 20:05:48.854477 [ 5 ] {275ca515-d736-4418-9c23-3de9e6dbcfc7} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4277 2025.03.22 20:05:48.854519 [ 5 ] {275ca515-d736-4418-9c23-3de9e6dbcfc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4278 2025.03.22 20:05:48.854972 [ 5 ] {275ca515-d736-4418-9c23-3de9e6dbcfc7} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
4279 2025.03.22 20:05:48.855227 [ 5 ] {275ca515-d736-4418-9c23-3de9e6dbcfc7} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4280 2025.03.22 20:05:48.855451 [ 100 ] {} <Debug> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
4281 2025.03.22 20:05:48.855491 [ 5 ] {275ca515-d736-4418-9c23-3de9e6dbcfc7} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.00205 sec., 52682.92682926829 rows/sec., 4.41 MiB/sec.
4282 2025.03.22 20:05:48.855569 [ 100 ] {} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4283 2025.03.22 20:05:48.855636 [ 5 ] {275ca515-d736-4418-9c23-3de9e6dbcfc7} <Debug> TCPHandler: Processed in 0.002476242 sec.
4284 2025.03.22 20:05:48.855655 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4285 2025.03.22 20:05:48.855852 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4286 2025.03.22 20:05:48.855906 [ 187 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::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
4287 2025.03.22 20:05:48.856059 [ 5 ] {de3cf2d7-dcf1-484c-93bd-4ceebf9f250d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4288 2025.03.22 20:05:48.856163 [ 187 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4289 2025.03.22 20:05:48.856172 [ 5 ] {de3cf2d7-dcf1-484c-93bd-4ceebf9f250d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4290 2025.03.22 20:05:48.856241 [ 187 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1403 rows starting from the beginning of the part
4291 2025.03.22 20:05:48.856591 [ 187 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 108 rows starting from the beginning of the part
4292 2025.03.22 20:05:48.857006 [ 187 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 82 rows starting from the beginning of the part
4293 2025.03.22 20:05:48.857367 [ 187 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 109 rows starting from the beginning of the part
4294 2025.03.22 20:05:48.857729 [ 187 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 82 rows starting from the beginning of the part
4295 2025.03.22 20:05:48.858054 [ 187 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 108 rows starting from the beginning of the part
4296 2025.03.22 20:05:48.859037 [ 5 ] {de3cf2d7-dcf1-484c-93bd-4ceebf9f250d} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4297 2025.03.22 20:05:48.859119 [ 5 ] {de3cf2d7-dcf1-484c-93bd-4ceebf9f250d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4298 2025.03.22 20:05:48.860030 [ 5 ] {de3cf2d7-dcf1-484c-93bd-4ceebf9f250d} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4299 2025.03.22 20:05:48.860443 [ 5 ] {de3cf2d7-dcf1-484c-93bd-4ceebf9f250d} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4300 2025.03.22 20:05:48.860991 [ 5 ] {de3cf2d7-dcf1-484c-93bd-4ceebf9f250d} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.00496 sec., 5241.935483870968 rows/sec., 394.17 KiB/sec.
4301 2025.03.22 20:05:48.861455 [ 5 ] {de3cf2d7-dcf1-484c-93bd-4ceebf9f250d} <Debug> TCPHandler: Processed in 0.005709941 sec.
4302 2025.03.22 20:05:48.861744 [ 187 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1892 rows, containing 5 columns (5 merged, 0 gathered) in 0.005934706 sec., 318802.65003860346 rows/sec., 27.83 MiB/sec.
4303 2025.03.22 20:05:48.861805 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4304 2025.03.22 20:05:48.861962 [ 5 ] {3fd2cac2-da2b-49cc-8ee3-ac805ad71dee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4305 2025.03.22 20:05:48.862015 [ 5 ] {3fd2cac2-da2b-49cc-8ee3-ac805ad71dee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4306 2025.03.22 20:05:48.862060 [ 195 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
4307 2025.03.22 20:05:48.862706 [ 187 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_36_7} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4308 2025.03.22 20:05:48.862843 [ 187 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_36_7} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
4309 2025.03.22 20:05:48.863013 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB.
4310 2025.03.22 20:05:48.863186 [ 5 ] {3fd2cac2-da2b-49cc-8ee3-ac805ad71dee} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4311 2025.03.22 20:05:48.863230 [ 5 ] {3fd2cac2-da2b-49cc-8ee3-ac805ad71dee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4312 2025.03.22 20:05:48.863599 [ 5 ] {3fd2cac2-da2b-49cc-8ee3-ac805ad71dee} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
4313 2025.03.22 20:05:48.863841 [ 5 ] {3fd2cac2-da2b-49cc-8ee3-ac805ad71dee} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4314 2025.03.22 20:05:48.864004 [ 100 ] {} <Debug> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
4315 2025.03.22 20:05:48.864097 [ 100 ] {} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4316 2025.03.22 20:05:48.864106 [ 5 ] {3fd2cac2-da2b-49cc-8ee3-ac805ad71dee} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.002186 sec., 41171.088746569076 rows/sec., 3.22 MiB/sec.
4317 2025.03.22 20:05:48.864149 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4318 2025.03.22 20:05:48.864251 [ 5 ] {3fd2cac2-da2b-49cc-8ee3-ac805ad71dee} <Debug> TCPHandler: Processed in 0.002533284 sec.
4319 2025.03.22 20:05:48.864433 [ 195 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::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
4320 2025.03.22 20:05:48.864484 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4321 2025.03.22 20:05:48.864595 [ 195 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4322 2025.03.22 20:05:48.864680 [ 195 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 631 rows starting from the beginning of the part
4323 2025.03.22 20:05:48.864691 [ 5 ] {3e79c11b-f50c-4e68-844a-cb6b50e3fa27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4324 2025.03.22 20:05:48.864884 [ 5 ] {3e79c11b-f50c-4e68-844a-cb6b50e3fa27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4325 2025.03.22 20:05:48.864950 [ 195 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 90 rows starting from the beginning of the part
4326 2025.03.22 20:05:48.865308 [ 195 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 77 rows starting from the beginning of the part
4327 2025.03.22 20:05:48.865663 [ 195 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 92 rows starting from the beginning of the part
4328 2025.03.22 20:05:48.866061 [ 195 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 77 rows starting from the beginning of the part
4329 2025.03.22 20:05:48.866387 [ 195 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 90 rows starting from the beginning of the part
4330 2025.03.22 20:05:48.867689 [ 5 ] {3e79c11b-f50c-4e68-844a-cb6b50e3fa27} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4331 2025.03.22 20:05:48.867753 [ 5 ] {3e79c11b-f50c-4e68-844a-cb6b50e3fa27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4332 2025.03.22 20:05:48.868862 [ 5 ] {3e79c11b-f50c-4e68-844a-cb6b50e3fa27} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
4333 2025.03.22 20:05:48.869416 [ 5 ] {3e79c11b-f50c-4e68-844a-cb6b50e3fa27} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4334 2025.03.22 20:05:48.869419 [ 195 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1057 rows, containing 5 columns (5 merged, 0 gathered) in 0.005119409 sec., 206469.14516890523 rows/sec., 16.58 MiB/sec.
4335 2025.03.22 20:05:48.869732 [ 195 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
4336 2025.03.22 20:05:48.869731 [ 100 ] {} <Debug> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
4337 2025.03.22 20:05:48.869905 [ 100 ] {} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4338 2025.03.22 20:05:48.869984 [ 5 ] {3e79c11b-f50c-4e68-844a-cb6b50e3fa27} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005329 sec., 30024.39482079189 rows/sec., 2.09 MiB/sec.
4339 2025.03.22 20:05:48.870011 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4340 2025.03.22 20:05:48.870362 [ 5 ] {3e79c11b-f50c-4e68-844a-cb6b50e3fa27} <Debug> TCPHandler: Processed in 0.005934796 sec.
4341 2025.03.22 20:05:48.870439 [ 191 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::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
4342 2025.03.22 20:05:48.870614 [ 195 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_36_7} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4343 2025.03.22 20:05:48.870725 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4344 2025.03.22 20:05:48.870788 [ 191 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4345 2025.03.22 20:05:48.870809 [ 195 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_36_7} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
4346 2025.03.22 20:05:48.870849 [ 191 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 9495 rows starting from the beginning of the part
4347 2025.03.22 20:05:48.871087 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB.
4348 2025.03.22 20:05:48.871137 [ 5 ] {37ab85d4-6a06-41ca-9ba6-ec7297541902} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4349 2025.03.22 20:05:48.871325 [ 191 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 160 rows starting from the beginning of the part
4350 2025.03.22 20:05:48.871437 [ 5 ] {37ab85d4-6a06-41ca-9ba6-ec7297541902} <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
4351 2025.03.22 20:05:48.871663 [ 191 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 160 rows starting from the beginning of the part
4352 2025.03.22 20:05:48.872066 [ 191 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 161 rows starting from the beginning of the part
4353 2025.03.22 20:05:48.872411 [ 191 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 160 rows starting from the beginning of the part
4354 2025.03.22 20:05:48.872754 [ 191 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 160 rows starting from the beginning of the part
4355 2025.03.22 20:05:48.876531 [ 5 ] {37ab85d4-6a06-41ca-9ba6-ec7297541902} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4356 2025.03.22 20:05:48.876597 [ 5 ] {37ab85d4-6a06-41ca-9ba6-ec7297541902} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4357 2025.03.22 20:05:48.877883 [ 5 ] {37ab85d4-6a06-41ca-9ba6-ec7297541902} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4358 2025.03.22 20:05:48.878187 [ 5 ] {37ab85d4-6a06-41ca-9ba6-ec7297541902} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4359 2025.03.22 20:05:48.878780 [ 5 ] {37ab85d4-6a06-41ca-9ba6-ec7297541902} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.007817 sec., 3326.0841755149036 rows/sec., 5.96 MiB/sec.
4360 2025.03.22 20:05:48.879373 [ 194 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10296 rows, containing 5 columns (5 merged, 0 gathered) in 0.009161855 sec., 1123789.8875282353 rows/sec., 77.05 MiB/sec.
4361 2025.03.22 20:05:48.879600 [ 5 ] {37ab85d4-6a06-41ca-9ba6-ec7297541902} <Debug> TCPHandler: Processed in 0.009016111 sec.
4362 2025.03.22 20:05:48.879874 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4363 2025.03.22 20:05:48.879913 [ 199 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
4364 2025.03.22 20:05:48.880110 [ 5 ] {fae99fb8-7bf4-4f9e-a114-4196bf1d8bd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4365 2025.03.22 20:05:48.880180 [ 5 ] {fae99fb8-7bf4-4f9e-a114-4196bf1d8bd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4366 2025.03.22 20:05:48.880541 [ 199 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4367 2025.03.22 20:05:48.880703 [ 199 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
4368 2025.03.22 20:05:48.880847 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.03 MiB.
4369 2025.03.22 20:05:48.881071 [ 5 ] {fae99fb8-7bf4-4f9e-a114-4196bf1d8bd1} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4370 2025.03.22 20:05:48.881114 [ 5 ] {fae99fb8-7bf4-4f9e-a114-4196bf1d8bd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4371 2025.03.22 20:05:48.881497 [ 5 ] {fae99fb8-7bf4-4f9e-a114-4196bf1d8bd1} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
4372 2025.03.22 20:05:48.881735 [ 5 ] {fae99fb8-7bf4-4f9e-a114-4196bf1d8bd1} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4373 2025.03.22 20:05:48.881895 [ 100 ] {} <Debug> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
4374 2025.03.22 20:05:48.881955 [ 100 ] {} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4375 2025.03.22 20:05:48.881985 [ 5 ] {fae99fb8-7bf4-4f9e-a114-4196bf1d8bd1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001954 sec., 30706.243602865918 rows/sec., 2.07 MiB/sec.
4376 2025.03.22 20:05:48.882000 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4377 2025.03.22 20:05:48.882123 [ 5 ] {fae99fb8-7bf4-4f9e-a114-4196bf1d8bd1} <Debug> TCPHandler: Processed in 0.002300089 sec.
4378 2025.03.22 20:05:48.882199 [ 197 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::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
4379 2025.03.22 20:05:48.882318 [ 197 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4380 2025.03.22 20:05:48.882348 [ 197 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1536 rows starting from the beginning of the part
4381 2025.03.22 20:05:48.882447 [ 197 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 60 rows starting from the beginning of the part
4382 2025.03.22 20:05:48.882525 [ 197 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 60 rows starting from the beginning of the part
4383 2025.03.22 20:05:48.882761 [ 197 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 60 rows starting from the beginning of the part
4384 2025.03.22 20:05:48.882855 [ 197 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 60 rows starting from the beginning of the part
4385 2025.03.22 20:05:48.883051 [ 197 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 60 rows starting from the beginning of the part
4386 2025.03.22 20:05:48.884345 [ 200 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1836 rows, containing 4 columns (4 merged, 0 gathered) in 0.002193227 sec., 837122.6507789664 rows/sec., 56.46 MiB/sec.
4387 2025.03.22 20:05:48.884756 [ 200 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
4388 2025.03.22 20:05:48.885226 [ 200 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_36_7} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4389 2025.03.22 20:05:48.885316 [ 200 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_36_7} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
4390 2025.03.22 20:05:48.885416 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB.
4391 2025.03.22 20:05:52.849629 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4392 2025.03.22 20:05:52.849832 [ 5 ] {4194b667-3b9b-435e-bdfd-bbda286da05e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4393 2025.03.22 20:05:52.849908 [ 5 ] {4194b667-3b9b-435e-bdfd-bbda286da05e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4394 2025.03.22 20:05:52.850688 [ 5 ] {4194b667-3b9b-435e-bdfd-bbda286da05e} <Trace> oximeter.fields_i16 (264093f9-a655-4468-9a79-5d699a3bbf39): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4395 2025.03.22 20:05:52.850741 [ 5 ] {4194b667-3b9b-435e-bdfd-bbda286da05e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4396 2025.03.22 20:05:52.851180 [ 5 ] {4194b667-3b9b-435e-bdfd-bbda286da05e} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
4397 2025.03.22 20:05:52.851443 [ 5 ] {4194b667-3b9b-435e-bdfd-bbda286da05e} <Trace> oximeter.fields_i16 (264093f9-a655-4468-9a79-5d699a3bbf39): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4398 2025.03.22 20:05:52.851659 [ 96 ] {} <Debug> oximeter.fields_i16 (264093f9-a655-4468-9a79-5d699a3bbf39) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
4399 2025.03.22 20:05:52.851710 [ 5 ] {4194b667-3b9b-435e-bdfd-bbda286da05e} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001921 sec., 12493.492972410204 rows/sec., 1.04 MiB/sec.
4400 2025.03.22 20:05:52.851738 [ 96 ] {} <Trace> oximeter.fields_i16 (264093f9-a655-4468-9a79-5d699a3bbf39): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4401 2025.03.22 20:05:52.851813 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4402 2025.03.22 20:05:52.851848 [ 5 ] {4194b667-3b9b-435e-bdfd-bbda286da05e} <Debug> TCPHandler: Processed in 0.00234301 sec.
4403 2025.03.22 20:05:52.852123 [ 197 ] {264093f9-a655-4468-9a79-5d699a3bbf39::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
4404 2025.03.22 20:05:52.852138 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4405 2025.03.22 20:05:52.852342 [ 5 ] {2771377e-88b3-46a8-9150-3994f51be963} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4406 2025.03.22 20:05:52.852363 [ 197 ] {264093f9-a655-4468-9a79-5d699a3bbf39::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4407 2025.03.22 20:05:52.852409 [ 197 ] {264093f9-a655-4468-9a79-5d699a3bbf39::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 24 rows starting from the beginning of the part
4408 2025.03.22 20:05:52.852409 [ 5 ] {2771377e-88b3-46a8-9150-3994f51be963} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4409 2025.03.22 20:05:52.852630 [ 197 ] {264093f9-a655-4468-9a79-5d699a3bbf39::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 24 rows starting from the beginning of the part
4410 2025.03.22 20:05:52.852822 [ 197 ] {264093f9-a655-4468-9a79-5d699a3bbf39::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 24 rows starting from the beginning of the part
4411 2025.03.22 20:05:52.853261 [ 197 ] {264093f9-a655-4468-9a79-5d699a3bbf39::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 24 rows starting from the beginning of the part
4412 2025.03.22 20:05:52.853484 [ 197 ] {264093f9-a655-4468-9a79-5d699a3bbf39::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 24 rows starting from the beginning of the part
4413 2025.03.22 20:05:52.854776 [ 189 ] {264093f9-a655-4468-9a79-5d699a3bbf39::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 5 columns (5 merged, 0 gathered) in 0.00284698 sec., 42149.927291375425 rows/sec., 3.66 MiB/sec.
4414 2025.03.22 20:05:52.855014 [ 5 ] {2771377e-88b3-46a8-9150-3994f51be963} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4415 2025.03.22 20:05:52.855026 [ 192 ] {264093f9-a655-4468-9a79-5d699a3bbf39::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
4416 2025.03.22 20:05:52.855065 [ 5 ] {2771377e-88b3-46a8-9150-3994f51be963} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4417 2025.03.22 20:05:52.855682 [ 192 ] {264093f9-a655-4468-9a79-5d699a3bbf39::all_1_5_1} <Trace> oximeter.fields_i16 (264093f9-a655-4468-9a79-5d699a3bbf39): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4418 2025.03.22 20:05:52.855797 [ 192 ] {264093f9-a655-4468-9a79-5d699a3bbf39::all_1_5_1} <Trace> oximeter.fields_i16 (264093f9-a655-4468-9a79-5d699a3bbf39) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
4419 2025.03.22 20:05:52.855918 [ 5 ] {2771377e-88b3-46a8-9150-3994f51be963} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
4420 2025.03.22 20:05:52.855942 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
4421 2025.03.22 20:05:52.856240 [ 5 ] {2771377e-88b3-46a8-9150-3994f51be963} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4422 2025.03.22 20:05:52.856482 [ 5 ] {2771377e-88b3-46a8-9150-3994f51be963} <Debug> executeQuery: Read 1342 rows, 114.49 KiB in 0.004182 sec., 320899.0913438546 rows/sec., 26.74 MiB/sec.
4423 2025.03.22 20:05:52.856546 [ 5 ] {2771377e-88b3-46a8-9150-3994f51be963} <Debug> TCPHandler: Processed in 0.004515906 sec.
4424 2025.03.22 20:05:52.856668 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4425 2025.03.22 20:05:52.856779 [ 5 ] {8f19ec04-6a89-41eb-9a5b-b670ea63c7ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4426 2025.03.22 20:05:52.856828 [ 5 ] {8f19ec04-6a89-41eb-9a5b-b670ea63c7ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4427 2025.03.22 20:05:52.857374 [ 5 ] {8f19ec04-6a89-41eb-9a5b-b670ea63c7ce} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4428 2025.03.22 20:05:52.857415 [ 5 ] {8f19ec04-6a89-41eb-9a5b-b670ea63c7ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4429 2025.03.22 20:05:52.857766 [ 5 ] {8f19ec04-6a89-41eb-9a5b-b670ea63c7ce} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4430 2025.03.22 20:05:52.858010 [ 5 ] {8f19ec04-6a89-41eb-9a5b-b670ea63c7ce} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4431 2025.03.22 20:05:52.858225 [ 5 ] {8f19ec04-6a89-41eb-9a5b-b670ea63c7ce} <Debug> executeQuery: Read 25 rows, 1.94 KiB in 0.00147 sec., 17006.802721088436 rows/sec., 1.29 MiB/sec.
4432 2025.03.22 20:05:52.858333 [ 5 ] {8f19ec04-6a89-41eb-9a5b-b670ea63c7ce} <Debug> TCPHandler: Processed in 0.001714487 sec.
4433 2025.03.22 20:05:52.858465 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4434 2025.03.22 20:05:52.858568 [ 5 ] {0383466d-3788-4db3-ac09-77e5ff0d1ca0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4435 2025.03.22 20:05:52.858613 [ 5 ] {0383466d-3788-4db3-ac09-77e5ff0d1ca0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4436 2025.03.22 20:05:52.859257 [ 5 ] {0383466d-3788-4db3-ac09-77e5ff0d1ca0} <Trace> oximeter.fields_u32 (ad7a5232-f0e1-40d6-acb0-24ed1d64c039): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4437 2025.03.22 20:05:52.859296 [ 5 ] {0383466d-3788-4db3-ac09-77e5ff0d1ca0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4438 2025.03.22 20:05:52.859670 [ 5 ] {0383466d-3788-4db3-ac09-77e5ff0d1ca0} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
4439 2025.03.22 20:05:52.860025 [ 5 ] {0383466d-3788-4db3-ac09-77e5ff0d1ca0} <Trace> oximeter.fields_u32 (ad7a5232-f0e1-40d6-acb0-24ed1d64c039): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4440 2025.03.22 20:05:52.860198 [ 96 ] {} <Debug> oximeter.fields_u32 (ad7a5232-f0e1-40d6-acb0-24ed1d64c039) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
4441 2025.03.22 20:05:52.860258 [ 96 ] {} <Trace> oximeter.fields_u32 (ad7a5232-f0e1-40d6-acb0-24ed1d64c039): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4442 2025.03.22 20:05:52.860292 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4443 2025.03.22 20:05:52.860299 [ 5 ] {0383466d-3788-4db3-ac09-77e5ff0d1ca0} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001744 sec., 144495.41284403668 rows/sec., 9.99 MiB/sec.
4444 2025.03.22 20:05:52.860439 [ 5 ] {0383466d-3788-4db3-ac09-77e5ff0d1ca0} <Debug> TCPHandler: Processed in 0.002025803 sec.
4445 2025.03.22 20:05:52.860464 [ 197 ] {ad7a5232-f0e1-40d6-acb0-24ed1d64c039::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
4446 2025.03.22 20:05:52.860561 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4447 2025.03.22 20:05:52.860571 [ 197 ] {ad7a5232-f0e1-40d6-acb0-24ed1d64c039::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4448 2025.03.22 20:05:52.860605 [ 197 ] {ad7a5232-f0e1-40d6-acb0-24ed1d64c039::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 252 rows starting from the beginning of the part
4449 2025.03.22 20:05:52.860720 [ 197 ] {ad7a5232-f0e1-40d6-acb0-24ed1d64c039::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 252 rows starting from the beginning of the part
4450 2025.03.22 20:05:52.860727 [ 5 ] {b504d0f1-0b29-4fd9-a254-57c0a2d140a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
4451 2025.03.22 20:05:52.860885 [ 5 ] {b504d0f1-0b29-4fd9-a254-57c0a2d140a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4452 2025.03.22 20:05:52.860942 [ 197 ] {ad7a5232-f0e1-40d6-acb0-24ed1d64c039::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 252 rows starting from the beginning of the part
4453 2025.03.22 20:05:52.861274 [ 197 ] {ad7a5232-f0e1-40d6-acb0-24ed1d64c039::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 252 rows starting from the beginning of the part
4454 2025.03.22 20:05:52.861435 [ 197 ] {ad7a5232-f0e1-40d6-acb0-24ed1d64c039::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 252 rows starting from the beginning of the part
4455 2025.03.22 20:05:52.862356 [ 5 ] {b504d0f1-0b29-4fd9-a254-57c0a2d140a5} <Trace> oximeter.fields_u8 (faaaa09d-c3bc-4a8d-ab11-77969ca3dca4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4456 2025.03.22 20:05:52.862406 [ 5 ] {b504d0f1-0b29-4fd9-a254-57c0a2d140a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4457 2025.03.22 20:05:52.862863 [ 5 ] {b504d0f1-0b29-4fd9-a254-57c0a2d140a5} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
4458 2025.03.22 20:05:52.863008 [ 192 ] {ad7a5232-f0e1-40d6-acb0-24ed1d64c039::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1260 rows, containing 5 columns (5 merged, 0 gathered) in 0.002633856 sec., 478386.06210817903 rows/sec., 34.91 MiB/sec.
4459 2025.03.22 20:05:52.863161 [ 197 ] {ad7a5232-f0e1-40d6-acb0-24ed1d64c039::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
4460 2025.03.22 20:05:52.863256 [ 5 ] {b504d0f1-0b29-4fd9-a254-57c0a2d140a5} <Trace> oximeter.fields_u8 (faaaa09d-c3bc-4a8d-ab11-77969ca3dca4): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4461 2025.03.22 20:05:52.863477 [ 96 ] {} <Debug> oximeter.fields_u8 (faaaa09d-c3bc-4a8d-ab11-77969ca3dca4) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
4462 2025.03.22 20:05:52.863585 [ 96 ] {} <Trace> oximeter.fields_u8 (faaaa09d-c3bc-4a8d-ab11-77969ca3dca4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4463 2025.03.22 20:05:52.863654 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4464 2025.03.22 20:05:52.863709 [ 5 ] {b504d0f1-0b29-4fd9-a254-57c0a2d140a5} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.003009 sec., 3988.035892323031 rows/sec., 311.57 KiB/sec.
4465 2025.03.22 20:05:52.863731 [ 197 ] {ad7a5232-f0e1-40d6-acb0-24ed1d64c039::all_1_5_1} <Trace> oximeter.fields_u32 (ad7a5232-f0e1-40d6-acb0-24ed1d64c039): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4466 2025.03.22 20:05:52.864270 [ 197 ] {ad7a5232-f0e1-40d6-acb0-24ed1d64c039::all_1_5_1} <Trace> oximeter.fields_u32 (ad7a5232-f0e1-40d6-acb0-24ed1d64c039) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
4467 2025.03.22 20:05:52.864294 [ 193 ] {faaaa09d-c3bc-4a8d-ab11-77969ca3dca4::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
4468 2025.03.22 20:05:52.864374 [ 5 ] {b504d0f1-0b29-4fd9-a254-57c0a2d140a5} <Debug> TCPHandler: Processed in 0.003867582 sec.
4469 2025.03.22 20:05:52.864485 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB.
4470 2025.03.22 20:05:52.864579 [ 193 ] {faaaa09d-c3bc-4a8d-ab11-77969ca3dca4::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4471 2025.03.22 20:05:52.864609 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4472 2025.03.22 20:05:52.864630 [ 193 ] {faaaa09d-c3bc-4a8d-ab11-77969ca3dca4::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 12 rows starting from the beginning of the part
4473 2025.03.22 20:05:52.864773 [ 193 ] {faaaa09d-c3bc-4a8d-ab11-77969ca3dca4::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 12 rows starting from the beginning of the part
4474 2025.03.22 20:05:52.864825 [ 5 ] {d236ca17-7fc3-401f-bcf6-70df9c998949} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4475 2025.03.22 20:05:52.864995 [ 5 ] {d236ca17-7fc3-401f-bcf6-70df9c998949} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4476 2025.03.22 20:05:52.865050 [ 193 ] {faaaa09d-c3bc-4a8d-ab11-77969ca3dca4::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
4477 2025.03.22 20:05:52.865340 [ 193 ] {faaaa09d-c3bc-4a8d-ab11-77969ca3dca4::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 12 rows starting from the beginning of the part
4478 2025.03.22 20:05:52.865489 [ 193 ] {faaaa09d-c3bc-4a8d-ab11-77969ca3dca4::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
4479 2025.03.22 20:05:52.866990 [ 5 ] {d236ca17-7fc3-401f-bcf6-70df9c998949} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4480 2025.03.22 20:05:52.867044 [ 5 ] {d236ca17-7fc3-401f-bcf6-70df9c998949} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4481 2025.03.22 20:05:52.867151 [ 193 ] {faaaa09d-c3bc-4a8d-ab11-77969ca3dca4::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.003371462 sec., 17796.43371332674 rows/sec., 1.43 MiB/sec.
4482 2025.03.22 20:05:52.867361 [ 192 ] {faaaa09d-c3bc-4a8d-ab11-77969ca3dca4::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
4483 2025.03.22 20:05:52.867684 [ 5 ] {d236ca17-7fc3-401f-bcf6-70df9c998949} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
4484 2025.03.22 20:05:52.867858 [ 192 ] {faaaa09d-c3bc-4a8d-ab11-77969ca3dca4::all_1_5_1} <Trace> oximeter.fields_u8 (faaaa09d-c3bc-4a8d-ab11-77969ca3dca4): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4485 2025.03.22 20:05:52.868013 [ 192 ] {faaaa09d-c3bc-4a8d-ab11-77969ca3dca4::all_1_5_1} <Trace> oximeter.fields_u8 (faaaa09d-c3bc-4a8d-ab11-77969ca3dca4) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
4486 2025.03.22 20:05:52.868118 [ 5 ] {d236ca17-7fc3-401f-bcf6-70df9c998949} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4487 2025.03.22 20:05:52.868204 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
4488 2025.03.22 20:05:52.868464 [ 5 ] {d236ca17-7fc3-401f-bcf6-70df9c998949} <Debug> executeQuery: Read 569 rows, 43.70 KiB in 0.003697 sec., 153908.574519881 rows/sec., 11.54 MiB/sec.
4489 2025.03.22 20:05:52.868588 [ 5 ] {d236ca17-7fc3-401f-bcf6-70df9c998949} <Debug> TCPHandler: Processed in 0.004042146 sec.
4490 2025.03.22 20:05:52.868735 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4491 2025.03.22 20:05:52.868838 [ 5 ] {bb48c551-8cf0-46cd-8593-2063699ad768} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4492 2025.03.22 20:05:52.868887 [ 5 ] {bb48c551-8cf0-46cd-8593-2063699ad768} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4493 2025.03.22 20:05:52.869671 [ 5 ] {bb48c551-8cf0-46cd-8593-2063699ad768} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4494 2025.03.22 20:05:52.869709 [ 5 ] {bb48c551-8cf0-46cd-8593-2063699ad768} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4495 2025.03.22 20:05:52.870169 [ 5 ] {bb48c551-8cf0-46cd-8593-2063699ad768} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
4496 2025.03.22 20:05:52.870430 [ 5 ] {bb48c551-8cf0-46cd-8593-2063699ad768} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4497 2025.03.22 20:05:52.870639 [ 5 ] {bb48c551-8cf0-46cd-8593-2063699ad768} <Debug> executeQuery: Read 1010 rows, 69.95 KiB in 0.001823 sec., 554031.8156884257 rows/sec., 37.47 MiB/sec.
4498 2025.03.22 20:05:52.870693 [ 5 ] {bb48c551-8cf0-46cd-8593-2063699ad768} <Debug> TCPHandler: Processed in 0.002010972 sec.
4499 2025.03.22 20:05:52.870801 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4500 2025.03.22 20:05:52.870903 [ 5 ] {c24b7c7b-8e6f-4b29-8f61-e2c62db88b3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4501 2025.03.22 20:05:52.870967 [ 5 ] {c24b7c7b-8e6f-4b29-8f61-e2c62db88b3a} <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
4502 2025.03.22 20:05:52.872029 [ 5 ] {c24b7c7b-8e6f-4b29-8f61-e2c62db88b3a} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4503 2025.03.22 20:05:52.872069 [ 5 ] {c24b7c7b-8e6f-4b29-8f61-e2c62db88b3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4504 2025.03.22 20:05:52.872709 [ 5 ] {c24b7c7b-8e6f-4b29-8f61-e2c62db88b3a} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4505 2025.03.22 20:05:52.873030 [ 5 ] {c24b7c7b-8e6f-4b29-8f61-e2c62db88b3a} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4506 2025.03.22 20:05:52.873265 [ 5 ] {c24b7c7b-8e6f-4b29-8f61-e2c62db88b3a} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002383 sec., 5455.308434746118 rows/sec., 9.78 MiB/sec.
4507 2025.03.22 20:05:52.873362 [ 5 ] {c24b7c7b-8e6f-4b29-8f61-e2c62db88b3a} <Debug> TCPHandler: Processed in 0.002610575 sec.
4508 2025.03.22 20:05:52.873509 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4509 2025.03.22 20:05:52.873615 [ 5 ] {190a3393-d53b-43d9-bced-c5b84b0e6694} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4510 2025.03.22 20:05:52.873668 [ 5 ] {190a3393-d53b-43d9-bced-c5b84b0e6694} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4511 2025.03.22 20:05:52.874115 [ 5 ] {190a3393-d53b-43d9-bced-c5b84b0e6694} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4512 2025.03.22 20:05:52.874154 [ 5 ] {190a3393-d53b-43d9-bced-c5b84b0e6694} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4513 2025.03.22 20:05:52.874518 [ 5 ] {190a3393-d53b-43d9-bced-c5b84b0e6694} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
4514 2025.03.22 20:05:52.874816 [ 5 ] {190a3393-d53b-43d9-bced-c5b84b0e6694} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4515 2025.03.22 20:05:52.875083 [ 5 ] {190a3393-d53b-43d9-bced-c5b84b0e6694} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001485 sec., 32323.232323232325 rows/sec., 2.18 MiB/sec.
4516 2025.03.22 20:05:52.875278 [ 5 ] {190a3393-d53b-43d9-bced-c5b84b0e6694} <Debug> TCPHandler: Processed in 0.001817029 sec.
4517 2025.03.22 20:05:52.971904 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 624
4518 2025.03.22 20:05:52.975266 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4519 2025.03.22 20:05:52.975327 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4520 2025.03.22 20:05:52.976835 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
4521 2025.03.22 20:05:52.977184 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4522 2025.03.22 20:05:52.978047 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 624
4523 2025.03.22 20:05:53.845836 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4524 2025.03.22 20:05:53.846050 [ 5 ] {3e0be394-92c5-43c5-80c6-5142a8c00c59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4525 2025.03.22 20:05:53.846165 [ 5 ] {3e0be394-92c5-43c5-80c6-5142a8c00c59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4526 2025.03.22 20:05:53.847056 [ 5 ] {3e0be394-92c5-43c5-80c6-5142a8c00c59} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4527 2025.03.22 20:05:53.847116 [ 5 ] {3e0be394-92c5-43c5-80c6-5142a8c00c59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4528 2025.03.22 20:05:53.847556 [ 5 ] {3e0be394-92c5-43c5-80c6-5142a8c00c59} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
4529 2025.03.22 20:05:53.847807 [ 5 ] {3e0be394-92c5-43c5-80c6-5142a8c00c59} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4530 2025.03.22 20:05:53.848073 [ 5 ] {3e0be394-92c5-43c5-80c6-5142a8c00c59} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002074 sec., 27000.964320154293 rows/sec., 2.06 MiB/sec.
4531 2025.03.22 20:05:53.848178 [ 5 ] {3e0be394-92c5-43c5-80c6-5142a8c00c59} <Debug> TCPHandler: Processed in 0.002480412 sec.
4532 2025.03.22 20:05:53.848427 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4533 2025.03.22 20:05:53.848541 [ 5 ] {07301287-440b-4f96-9082-5a5e7407c4e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4534 2025.03.22 20:05:53.848588 [ 5 ] {07301287-440b-4f96-9082-5a5e7407c4e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4535 2025.03.22 20:05:53.849157 [ 5 ] {07301287-440b-4f96-9082-5a5e7407c4e0} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4536 2025.03.22 20:05:53.849198 [ 5 ] {07301287-440b-4f96-9082-5a5e7407c4e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4537 2025.03.22 20:05:53.849557 [ 5 ] {07301287-440b-4f96-9082-5a5e7407c4e0} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
4538 2025.03.22 20:05:53.849800 [ 5 ] {07301287-440b-4f96-9082-5a5e7407c4e0} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4539 2025.03.22 20:05:53.850010 [ 5 ] {07301287-440b-4f96-9082-5a5e7407c4e0} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001498 sec., 42723.63150867824 rows/sec., 3.33 MiB/sec.
4540 2025.03.22 20:05:53.850062 [ 5 ] {07301287-440b-4f96-9082-5a5e7407c4e0} <Debug> TCPHandler: Processed in 0.001703636 sec.
4541 2025.03.22 20:05:53.850177 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4542 2025.03.22 20:05:53.850280 [ 5 ] {9c13d0d9-4916-48b7-9620-6a4f368b9fe0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4543 2025.03.22 20:05:53.850329 [ 5 ] {9c13d0d9-4916-48b7-9620-6a4f368b9fe0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4544 2025.03.22 20:05:53.850813 [ 5 ] {9c13d0d9-4916-48b7-9620-6a4f368b9fe0} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4545 2025.03.22 20:05:53.850852 [ 5 ] {9c13d0d9-4916-48b7-9620-6a4f368b9fe0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4546 2025.03.22 20:05:53.851222 [ 5 ] {9c13d0d9-4916-48b7-9620-6a4f368b9fe0} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
4547 2025.03.22 20:05:53.851459 [ 5 ] {9c13d0d9-4916-48b7-9620-6a4f368b9fe0} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4548 2025.03.22 20:05:53.851713 [ 5 ] {9c13d0d9-4916-48b7-9620-6a4f368b9fe0} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001453 sec., 22023.399862353748 rows/sec., 1.53 MiB/sec.
4549 2025.03.22 20:05:53.851927 [ 5 ] {9c13d0d9-4916-48b7-9620-6a4f368b9fe0} <Debug> TCPHandler: Processed in 0.001797008 sec.
4550 2025.03.22 20:05:53.852148 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4551 2025.03.22 20:05:53.852251 [ 5 ] {f2ec148c-b991-438d-89b2-74459169d63b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4552 2025.03.22 20:05:53.852298 [ 5 ] {f2ec148c-b991-438d-89b2-74459169d63b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4553 2025.03.22 20:05:53.852749 [ 5 ] {f2ec148c-b991-438d-89b2-74459169d63b} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4554 2025.03.22 20:05:53.852787 [ 5 ] {f2ec148c-b991-438d-89b2-74459169d63b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4555 2025.03.22 20:05:53.853131 [ 5 ] {f2ec148c-b991-438d-89b2-74459169d63b} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
4556 2025.03.22 20:05:53.853365 [ 5 ] {f2ec148c-b991-438d-89b2-74459169d63b} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4557 2025.03.22 20:05:53.853574 [ 5 ] {f2ec148c-b991-438d-89b2-74459169d63b} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001345 sec., 8921.933085501858 rows/sec., 615.71 KiB/sec.
4558 2025.03.22 20:05:53.853623 [ 5 ] {f2ec148c-b991-438d-89b2-74459169d63b} <Debug> TCPHandler: Processed in 0.001544253 sec.
4559 2025.03.22 20:05:55.416463 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10614
4560 2025.03.22 20:05:55.417132 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4561 2025.03.22 20:05:55.417179 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4562 2025.03.22 20:05:55.417710 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
4563 2025.03.22 20:05:55.417973 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4564 2025.03.22 20:05:55.418253 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10614
4565 2025.03.22 20:05:56.219945 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174
4566 2025.03.22 20:05:56.240568 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4567 2025.03.22 20:05:56.240629 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4568 2025.03.22 20:05:56.248518 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
4569 2025.03.22 20:05:56.249331 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4570 2025.03.22 20:05:56.252078 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 174
4571 2025.03.22 20:05:58.853638 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4572 2025.03.22 20:05:58.853863 [ 5 ] {1114d347-574b-4bdf-9d98-6d6cbc94dab0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4573 2025.03.22 20:05:58.853946 [ 5 ] {1114d347-574b-4bdf-9d98-6d6cbc94dab0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4574 2025.03.22 20:05:58.854789 [ 5 ] {1114d347-574b-4bdf-9d98-6d6cbc94dab0} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4575 2025.03.22 20:05:58.854840 [ 5 ] {1114d347-574b-4bdf-9d98-6d6cbc94dab0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4576 2025.03.22 20:05:58.855288 [ 5 ] {1114d347-574b-4bdf-9d98-6d6cbc94dab0} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
4577 2025.03.22 20:05:58.855559 [ 5 ] {1114d347-574b-4bdf-9d98-6d6cbc94dab0} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4578 2025.03.22 20:05:58.855807 [ 5 ] {1114d347-574b-4bdf-9d98-6d6cbc94dab0} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.002002 sec., 53946.05394605395 rows/sec., 4.51 MiB/sec.
4579 2025.03.22 20:05:58.855873 [ 5 ] {1114d347-574b-4bdf-9d98-6d6cbc94dab0} <Debug> TCPHandler: Processed in 0.00237475 sec.
4580 2025.03.22 20:05:58.855999 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4581 2025.03.22 20:05:58.856114 [ 5 ] {090a21ce-51d4-4705-a1e1-2ee3fcb33b1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4582 2025.03.22 20:05:58.856164 [ 5 ] {090a21ce-51d4-4705-a1e1-2ee3fcb33b1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4583 2025.03.22 20:05:58.856705 [ 5 ] {090a21ce-51d4-4705-a1e1-2ee3fcb33b1a} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4584 2025.03.22 20:05:58.856745 [ 5 ] {090a21ce-51d4-4705-a1e1-2ee3fcb33b1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4585 2025.03.22 20:05:58.857099 [ 5 ] {090a21ce-51d4-4705-a1e1-2ee3fcb33b1a} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4586 2025.03.22 20:05:58.857334 [ 5 ] {090a21ce-51d4-4705-a1e1-2ee3fcb33b1a} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4587 2025.03.22 20:05:58.857558 [ 5 ] {090a21ce-51d4-4705-a1e1-2ee3fcb33b1a} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001472 sec., 17663.043478260868 rows/sec., 1.30 MiB/sec.
4588 2025.03.22 20:05:58.857611 [ 5 ] {090a21ce-51d4-4705-a1e1-2ee3fcb33b1a} <Debug> TCPHandler: Processed in 0.001665585 sec.
4589 2025.03.22 20:05:58.857719 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4590 2025.03.22 20:05:58.857821 [ 5 ] {f29bd9a1-c856-4038-bd6d-7f1424251a89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4591 2025.03.22 20:05:58.857866 [ 5 ] {f29bd9a1-c856-4038-bd6d-7f1424251a89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4592 2025.03.22 20:05:58.858426 [ 5 ] {f29bd9a1-c856-4038-bd6d-7f1424251a89} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4593 2025.03.22 20:05:58.858465 [ 5 ] {f29bd9a1-c856-4038-bd6d-7f1424251a89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4594 2025.03.22 20:05:58.858822 [ 5 ] {f29bd9a1-c856-4038-bd6d-7f1424251a89} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
4595 2025.03.22 20:05:58.859052 [ 5 ] {f29bd9a1-c856-4038-bd6d-7f1424251a89} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4596 2025.03.22 20:05:58.859252 [ 5 ] {f29bd9a1-c856-4038-bd6d-7f1424251a89} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.001454 sec., 61898.21182943604 rows/sec., 4.83 MiB/sec.
4597 2025.03.22 20:05:58.859305 [ 5 ] {f29bd9a1-c856-4038-bd6d-7f1424251a89} <Debug> TCPHandler: Processed in 0.001636275 sec.
4598 2025.03.22 20:05:58.859423 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4599 2025.03.22 20:05:58.859528 [ 5 ] {57076a5e-4f3f-47b7-8eef-198bbdbcafeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4600 2025.03.22 20:05:58.859577 [ 5 ] {57076a5e-4f3f-47b7-8eef-198bbdbcafeb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4601 2025.03.22 20:05:58.860094 [ 5 ] {57076a5e-4f3f-47b7-8eef-198bbdbcafeb} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4602 2025.03.22 20:05:58.860134 [ 5 ] {57076a5e-4f3f-47b7-8eef-198bbdbcafeb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4603 2025.03.22 20:05:58.860517 [ 5 ] {57076a5e-4f3f-47b7-8eef-198bbdbcafeb} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
4604 2025.03.22 20:05:58.860754 [ 5 ] {57076a5e-4f3f-47b7-8eef-198bbdbcafeb} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4605 2025.03.22 20:05:58.861003 [ 5 ] {57076a5e-4f3f-47b7-8eef-198bbdbcafeb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001486 sec., 107671.60161507403 rows/sec., 7.50 MiB/sec.
4606 2025.03.22 20:05:58.861069 [ 5 ] {57076a5e-4f3f-47b7-8eef-198bbdbcafeb} <Debug> TCPHandler: Processed in 0.001691356 sec.
4607 2025.03.22 20:05:58.861334 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4608 2025.03.22 20:05:58.861440 [ 5 ] {c20bcebc-9b21-42bf-a707-c54482fa1fa9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4609 2025.03.22 20:05:58.861511 [ 5 ] {c20bcebc-9b21-42bf-a707-c54482fa1fa9} <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
4610 2025.03.22 20:05:58.862610 [ 5 ] {c20bcebc-9b21-42bf-a707-c54482fa1fa9} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4611 2025.03.22 20:05:58.862651 [ 5 ] {c20bcebc-9b21-42bf-a707-c54482fa1fa9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4612 2025.03.22 20:05:58.863309 [ 5 ] {c20bcebc-9b21-42bf-a707-c54482fa1fa9} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4613 2025.03.22 20:05:58.863565 [ 5 ] {c20bcebc-9b21-42bf-a707-c54482fa1fa9} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4614 2025.03.22 20:05:58.863813 [ 5 ] {c20bcebc-9b21-42bf-a707-c54482fa1fa9} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002397 sec., 10846.89194826867 rows/sec., 19.44 MiB/sec.
4615 2025.03.22 20:05:58.863918 [ 5 ] {c20bcebc-9b21-42bf-a707-c54482fa1fa9} <Debug> TCPHandler: Processed in 0.002670457 sec.
4616 2025.03.22 20:05:58.864060 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4617 2025.03.22 20:05:58.864165 [ 5 ] {5875c9af-ee17-4ef1-b731-3ec6f92f936d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4618 2025.03.22 20:05:58.864213 [ 5 ] {5875c9af-ee17-4ef1-b731-3ec6f92f936d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4619 2025.03.22 20:05:58.864657 [ 5 ] {5875c9af-ee17-4ef1-b731-3ec6f92f936d} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4620 2025.03.22 20:05:58.864697 [ 5 ] {5875c9af-ee17-4ef1-b731-3ec6f92f936d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4621 2025.03.22 20:05:58.865056 [ 5 ] {5875c9af-ee17-4ef1-b731-3ec6f92f936d} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
4622 2025.03.22 20:05:58.865291 [ 5 ] {5875c9af-ee17-4ef1-b731-3ec6f92f936d} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4623 2025.03.22 20:05:58.865540 [ 5 ] {5875c9af-ee17-4ef1-b731-3ec6f92f936d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001393 sec., 43072.50538406317 rows/sec., 2.90 MiB/sec.
4624 2025.03.22 20:05:58.865724 [ 5 ] {5875c9af-ee17-4ef1-b731-3ec6f92f936d} <Debug> TCPHandler: Processed in 0.001710226 sec.
4625 2025.03.22 20:06:02.793423 [ 87 ] {} <Debug> DNSResolver: Updating DNS cache
4626 2025.03.22 20:06:02.793492 [ 87 ] {} <Debug> DNSResolver: Updated DNS cache
4627 2025.03.22 20:06:02.919388 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11041
4628 2025.03.22 20:06:02.920057 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4629 2025.03.22 20:06:02.920109 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4630 2025.03.22 20:06:02.920696 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
4631 2025.03.22 20:06:02.920968 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4632 2025.03.22 20:06:02.921276 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11041
4633 2025.03.22 20:06:02.979235 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 644
4634 2025.03.22 20:06:02.982021 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4635 2025.03.22 20:06:02.982066 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4636 2025.03.22 20:06:02.983608 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
4637 2025.03.22 20:06:02.983917 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4638 2025.03.22 20:06:02.984414 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 644
4639 2025.03.22 20:06:03.753128 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181
4640 2025.03.22 20:06:03.773775 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4641 2025.03.22 20:06:03.773836 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4642 2025.03.22 20:06:03.781254 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
4643 2025.03.22 20:06:03.782063 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4644 2025.03.22 20:06:03.784725 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 181
4645 2025.03.22 20:06:03.853223 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4646 2025.03.22 20:06:03.853414 [ 5 ] {1c4bf33a-d5f2-491e-a47e-1d0912c6ab67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4647 2025.03.22 20:06:03.853484 [ 5 ] {1c4bf33a-d5f2-491e-a47e-1d0912c6ab67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4648 2025.03.22 20:06:03.854243 [ 5 ] {1c4bf33a-d5f2-491e-a47e-1d0912c6ab67} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4649 2025.03.22 20:06:03.854293 [ 5 ] {1c4bf33a-d5f2-491e-a47e-1d0912c6ab67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4650 2025.03.22 20:06:03.854737 [ 5 ] {1c4bf33a-d5f2-491e-a47e-1d0912c6ab67} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
4651 2025.03.22 20:06:03.855000 [ 5 ] {1c4bf33a-d5f2-491e-a47e-1d0912c6ab67} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4652 2025.03.22 20:06:03.855257 [ 5 ] {1c4bf33a-d5f2-491e-a47e-1d0912c6ab67} <Debug> executeQuery: Read 82 rows, 6.94 KiB in 0.001896 sec., 43248.945147679326 rows/sec., 3.57 MiB/sec.
4653 2025.03.22 20:06:03.855364 [ 5 ] {1c4bf33a-d5f2-491e-a47e-1d0912c6ab67} <Debug> TCPHandler: Processed in 0.002266578 sec.
4654 2025.03.22 20:06:03.855510 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4655 2025.03.22 20:06:03.855612 [ 5 ] {82faad16-d31e-4578-b631-1919574389f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4656 2025.03.22 20:06:03.855657 [ 5 ] {82faad16-d31e-4578-b631-1919574389f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4657 2025.03.22 20:06:03.856182 [ 5 ] {82faad16-d31e-4578-b631-1919574389f1} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4658 2025.03.22 20:06:03.856220 [ 5 ] {82faad16-d31e-4578-b631-1919574389f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4659 2025.03.22 20:06:03.856588 [ 5 ] {82faad16-d31e-4578-b631-1919574389f1} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4660 2025.03.22 20:06:03.856823 [ 5 ] {82faad16-d31e-4578-b631-1919574389f1} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4661 2025.03.22 20:06:03.857044 [ 5 ] {82faad16-d31e-4578-b631-1919574389f1} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.001455 sec., 8934.707903780069 rows/sec., 671.85 KiB/sec.
4662 2025.03.22 20:06:03.857097 [ 5 ] {82faad16-d31e-4578-b631-1919574389f1} <Debug> TCPHandler: Processed in 0.001638064 sec.
4663 2025.03.22 20:06:03.857219 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4664 2025.03.22 20:06:03.857321 [ 5 ] {20848005-4475-4cfb-b091-3377f5f2e923} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4665 2025.03.22 20:06:03.857365 [ 5 ] {20848005-4475-4cfb-b091-3377f5f2e923} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4666 2025.03.22 20:06:03.857931 [ 5 ] {20848005-4475-4cfb-b091-3377f5f2e923} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4667 2025.03.22 20:06:03.857971 [ 5 ] {20848005-4475-4cfb-b091-3377f5f2e923} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4668 2025.03.22 20:06:03.858334 [ 5 ] {20848005-4475-4cfb-b091-3377f5f2e923} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
4669 2025.03.22 20:06:03.858576 [ 5 ] {20848005-4475-4cfb-b091-3377f5f2e923} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4670 2025.03.22 20:06:03.858768 [ 5 ] {20848005-4475-4cfb-b091-3377f5f2e923} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.001464 sec., 52595.62841530055 rows/sec., 4.11 MiB/sec.
4671 2025.03.22 20:06:03.858859 [ 5 ] {20848005-4475-4cfb-b091-3377f5f2e923} <Debug> TCPHandler: Processed in 0.001688546 sec.
4672 2025.03.22 20:06:03.859096 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4673 2025.03.22 20:06:03.859208 [ 5 ] {0a264e65-9596-4bef-b664-8b677e36b00b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4674 2025.03.22 20:06:03.859260 [ 5 ] {0a264e65-9596-4bef-b664-8b677e36b00b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4675 2025.03.22 20:06:03.859786 [ 5 ] {0a264e65-9596-4bef-b664-8b677e36b00b} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4676 2025.03.22 20:06:03.859826 [ 5 ] {0a264e65-9596-4bef-b664-8b677e36b00b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4677 2025.03.22 20:06:03.860217 [ 5 ] {0a264e65-9596-4bef-b664-8b677e36b00b} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
4678 2025.03.22 20:06:03.860462 [ 5 ] {0a264e65-9596-4bef-b664-8b677e36b00b} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4679 2025.03.22 20:06:03.860636 [ 5 ] {0a264e65-9596-4bef-b664-8b677e36b00b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001452 sec., 110192.83746556475 rows/sec., 7.67 MiB/sec.
4680 2025.03.22 20:06:03.860687 [ 5 ] {0a264e65-9596-4bef-b664-8b677e36b00b} <Debug> TCPHandler: Processed in 0.001689096 sec.
4681 2025.03.22 20:06:03.860791 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4682 2025.03.22 20:06:03.860891 [ 5 ] {f0965b54-6c2d-49e6-876c-43ac8bc4e102} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4683 2025.03.22 20:06:03.860954 [ 5 ] {f0965b54-6c2d-49e6-876c-43ac8bc4e102} <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
4684 2025.03.22 20:06:03.862070 [ 5 ] {f0965b54-6c2d-49e6-876c-43ac8bc4e102} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4685 2025.03.22 20:06:03.862107 [ 5 ] {f0965b54-6c2d-49e6-876c-43ac8bc4e102} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4686 2025.03.22 20:06:03.862742 [ 5 ] {f0965b54-6c2d-49e6-876c-43ac8bc4e102} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4687 2025.03.22 20:06:03.863020 [ 5 ] {f0965b54-6c2d-49e6-876c-43ac8bc4e102} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4688 2025.03.22 20:06:03.863222 [ 5 ] {f0965b54-6c2d-49e6-876c-43ac8bc4e102} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002352 sec., 5527.210884353742 rows/sec., 9.90 MiB/sec.
4689 2025.03.22 20:06:03.863317 [ 5 ] {f0965b54-6c2d-49e6-876c-43ac8bc4e102} <Debug> TCPHandler: Processed in 0.002574484 sec.
4690 2025.03.22 20:06:03.863459 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4691 2025.03.22 20:06:03.863563 [ 5 ] {e0b33cb4-3520-4838-aae5-eae8835785a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4692 2025.03.22 20:06:03.863612 [ 5 ] {e0b33cb4-3520-4838-aae5-eae8835785a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4693 2025.03.22 20:06:03.864044 [ 5 ] {e0b33cb4-3520-4838-aae5-eae8835785a7} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4694 2025.03.22 20:06:03.864080 [ 5 ] {e0b33cb4-3520-4838-aae5-eae8835785a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4695 2025.03.22 20:06:03.864431 [ 5 ] {e0b33cb4-3520-4838-aae5-eae8835785a7} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
4696 2025.03.22 20:06:03.864665 [ 5 ] {e0b33cb4-3520-4838-aae5-eae8835785a7} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4697 2025.03.22 20:06:03.864838 [ 5 ] {e0b33cb4-3520-4838-aae5-eae8835785a7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001298 sec., 46224.96147919877 rows/sec., 3.12 MiB/sec.
4698 2025.03.22 20:06:03.864887 [ 5 ] {e0b33cb4-3520-4838-aae5-eae8835785a7} <Debug> TCPHandler: Processed in 0.001479982 sec.
4699 2025.03.22 20:06:08.853832 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4700 2025.03.22 20:06:08.854137 [ 5 ] {21b14824-de5b-462c-870a-1318d3147bac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
4701 2025.03.22 20:06:08.854247 [ 5 ] {21b14824-de5b-462c-870a-1318d3147bac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
4702 2025.03.22 20:06:08.855111 [ 5 ] {21b14824-de5b-462c-870a-1318d3147bac} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4703 2025.03.22 20:06:08.855169 [ 5 ] {21b14824-de5b-462c-870a-1318d3147bac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4704 2025.03.22 20:06:08.855605 [ 5 ] {21b14824-de5b-462c-870a-1318d3147bac} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
4705 2025.03.22 20:06:08.855859 [ 5 ] {21b14824-de5b-462c-870a-1318d3147bac} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4706 2025.03.22 20:06:08.856148 [ 5 ] {21b14824-de5b-462c-870a-1318d3147bac} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002084 sec., 959.6928982725528 rows/sec., 78.26 KiB/sec.
4707 2025.03.22 20:06:08.856350 [ 5 ] {21b14824-de5b-462c-870a-1318d3147bac} <Debug> TCPHandler: Processed in 0.002689358 sec.
4708 2025.03.22 20:06:08.856499 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4709 2025.03.22 20:06:08.856612 [ 5 ] {6b3ee748-b573-4f98-add3-873e554bd1fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4710 2025.03.22 20:06:08.856661 [ 5 ] {6b3ee748-b573-4f98-add3-873e554bd1fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4711 2025.03.22 20:06:08.857262 [ 5 ] {6b3ee748-b573-4f98-add3-873e554bd1fa} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4712 2025.03.22 20:06:08.857304 [ 5 ] {6b3ee748-b573-4f98-add3-873e554bd1fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4713 2025.03.22 20:06:08.857687 [ 5 ] {6b3ee748-b573-4f98-add3-873e554bd1fa} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
4714 2025.03.22 20:06:08.857952 [ 5 ] {6b3ee748-b573-4f98-add3-873e554bd1fa} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4715 2025.03.22 20:06:08.858117 [ 79 ] {} <Debug> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
4716 2025.03.22 20:06:08.858187 [ 5 ] {6b3ee748-b573-4f98-add3-873e554bd1fa} <Debug> executeQuery: Read 109 rows, 9.32 KiB in 0.001595 sec., 68338.5579937304 rows/sec., 5.71 MiB/sec.
4717 2025.03.22 20:06:08.858197 [ 79 ] {} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4718 2025.03.22 20:06:08.858269 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4719 2025.03.22 20:06:08.858322 [ 5 ] {6b3ee748-b573-4f98-add3-873e554bd1fa} <Debug> TCPHandler: Processed in 0.00187168 sec.
4720 2025.03.22 20:06:08.858462 [ 193 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::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
4721 2025.03.22 20:06:08.858471 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4722 2025.03.22 20:06:08.858621 [ 5 ] {a495c2fc-3033-4bc3-b336-dfb41b990bc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4723 2025.03.22 20:06:08.858621 [ 193 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4724 2025.03.22 20:06:08.858676 [ 193 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1403 rows starting from the beginning of the part
4725 2025.03.22 20:06:08.858681 [ 5 ] {a495c2fc-3033-4bc3-b336-dfb41b990bc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4726 2025.03.22 20:06:08.858875 [ 193 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 1342 rows starting from the beginning of the part
4727 2025.03.22 20:06:08.859279 [ 193 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 56 rows starting from the beginning of the part
4728 2025.03.22 20:06:08.859567 [ 193 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 108 rows starting from the beginning of the part
4729 2025.03.22 20:06:08.859917 [ 193 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 82 rows starting from the beginning of the part
4730 2025.03.22 20:06:08.860133 [ 193 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 109 rows starting from the beginning of the part
4731 2025.03.22 20:06:08.860872 [ 5 ] {a495c2fc-3033-4bc3-b336-dfb41b990bc1} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4732 2025.03.22 20:06:08.860916 [ 5 ] {a495c2fc-3033-4bc3-b336-dfb41b990bc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4733 2025.03.22 20:06:08.861507 [ 5 ] {a495c2fc-3033-4bc3-b336-dfb41b990bc1} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
4734 2025.03.22 20:06:08.861801 [ 5 ] {a495c2fc-3033-4bc3-b336-dfb41b990bc1} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4735 2025.03.22 20:06:08.861987 [ 79 ] {} <Debug> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
4736 2025.03.22 20:06:08.862049 [ 79 ] {} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4737 2025.03.22 20:06:08.862073 [ 5 ] {a495c2fc-3033-4bc3-b336-dfb41b990bc1} <Debug> executeQuery: Read 28 rows, 2.09 KiB in 0.003484 sec., 8036.739380022962 rows/sec., 601.24 KiB/sec.
4738 2025.03.22 20:06:08.862101 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4739 2025.03.22 20:06:08.862334 [ 5 ] {a495c2fc-3033-4bc3-b336-dfb41b990bc1} <Debug> TCPHandler: Processed in 0.003916103 sec.
4740 2025.03.22 20:06:08.862742 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4741 2025.03.22 20:06:08.862743 [ 192 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::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
4742 2025.03.22 20:06:08.863070 [ 193 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3100 rows, containing 5 columns (5 merged, 0 gathered) in 0.004692809 sec., 660585.1633850855 rows/sec., 57.54 MiB/sec.
4743 2025.03.22 20:06:08.863107 [ 5 ] {578ad7b9-e432-4f24-8f09-a66def352cf3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4744 2025.03.22 20:06:08.863252 [ 5 ] {578ad7b9-e432-4f24-8f09-a66def352cf3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4745 2025.03.22 20:06:08.863261 [ 192 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4746 2025.03.22 20:06:08.863403 [ 192 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 69 rows starting from the beginning of the part
4747 2025.03.22 20:06:08.863425 [ 193 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
4748 2025.03.22 20:06:08.864085 [ 192 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::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
4749 2025.03.22 20:06:08.864570 [ 193 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_41_8} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4750 2025.03.22 20:06:08.864579 [ 192 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 25 rows starting from the beginning of the part
4751 2025.03.22 20:06:08.865144 [ 192 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::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
4752 2025.03.22 20:06:08.865162 [ 193 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_41_8} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
4753 2025.03.22 20:06:08.865628 [ 192 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 13 rows starting from the beginning of the part
4754 2025.03.22 20:06:08.865700 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB.
4755 2025.03.22 20:06:08.866072 [ 192 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 28 rows starting from the beginning of the part
4756 2025.03.22 20:06:08.867093 [ 5 ] {578ad7b9-e432-4f24-8f09-a66def352cf3} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4757 2025.03.22 20:06:08.867174 [ 5 ] {578ad7b9-e432-4f24-8f09-a66def352cf3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4758 2025.03.22 20:06:08.868240 [ 5 ] {578ad7b9-e432-4f24-8f09-a66def352cf3} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
4759 2025.03.22 20:06:08.868786 [ 192 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 187 rows, containing 5 columns (5 merged, 0 gathered) in 0.006472117 sec., 28893.173593740656 rows/sec., 2.23 MiB/sec.
4760 2025.03.22 20:06:08.868802 [ 5 ] {578ad7b9-e432-4f24-8f09-a66def352cf3} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4761 2025.03.22 20:06:08.869016 [ 192 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
4762 2025.03.22 20:06:08.869188 [ 79 ] {} <Debug> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
4763 2025.03.22 20:06:08.869313 [ 5 ] {578ad7b9-e432-4f24-8f09-a66def352cf3} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.006315 sec., 14568.48772763262 rows/sec., 1.14 MiB/sec.
4764 2025.03.22 20:06:08.869339 [ 79 ] {} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4765 2025.03.22 20:06:08.869508 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4766 2025.03.22 20:06:08.869580 [ 5 ] {578ad7b9-e432-4f24-8f09-a66def352cf3} <Debug> TCPHandler: Processed in 0.006966468 sec.
4767 2025.03.22 20:06:08.869905 [ 193 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::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
4768 2025.03.22 20:06:08.869920 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4769 2025.03.22 20:06:08.869959 [ 192 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_31_6} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4770 2025.03.22 20:06:08.870255 [ 5 ] {3b9074b4-a726-4063-886e-c4ee56f2872a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4771 2025.03.22 20:06:08.870262 [ 193 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4772 2025.03.22 20:06:08.870296 [ 192 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_31_6} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
4773 2025.03.22 20:06:08.870342 [ 193 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 631 rows starting from the beginning of the part
4774 2025.03.22 20:06:08.870370 [ 5 ] {3b9074b4-a726-4063-886e-c4ee56f2872a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4775 2025.03.22 20:06:08.870666 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
4776 2025.03.22 20:06:08.870880 [ 193 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 569 rows starting from the beginning of the part
4777 2025.03.22 20:06:08.871099 [ 193 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 64 rows starting from the beginning of the part
4778 2025.03.22 20:06:08.871324 [ 193 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 90 rows starting from the beginning of the part
4779 2025.03.22 20:06:08.871536 [ 193 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 77 rows starting from the beginning of the part
4780 2025.03.22 20:06:08.871674 [ 193 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 92 rows starting from the beginning of the part
4781 2025.03.22 20:06:08.872250 [ 5 ] {3b9074b4-a726-4063-886e-c4ee56f2872a} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4782 2025.03.22 20:06:08.872290 [ 5 ] {3b9074b4-a726-4063-886e-c4ee56f2872a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4783 2025.03.22 20:06:08.872911 [ 5 ] {3b9074b4-a726-4063-886e-c4ee56f2872a} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
4784 2025.03.22 20:06:08.873216 [ 5 ] {3b9074b4-a726-4063-886e-c4ee56f2872a} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4785 2025.03.22 20:06:08.873447 [ 193 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1523 rows, containing 5 columns (5 merged, 0 gathered) in 0.00374919 sec., 406221.07708598394 rows/sec., 32.35 MiB/sec.
4786 2025.03.22 20:06:08.873561 [ 78 ] {} <Debug> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
4787 2025.03.22 20:06:08.873628 [ 5 ] {3b9074b4-a726-4063-886e-c4ee56f2872a} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.003463 sec., 46491.481374530755 rows/sec., 3.24 MiB/sec.
4788 2025.03.22 20:06:08.873677 [ 78 ] {} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4789 2025.03.22 20:06:08.873721 [ 193 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
4790 2025.03.22 20:06:08.873841 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4791 2025.03.22 20:06:08.873858 [ 5 ] {3b9074b4-a726-4063-886e-c4ee56f2872a} <Debug> TCPHandler: Processed in 0.004051686 sec.
4792 2025.03.22 20:06:08.874217 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4793 2025.03.22 20:06:08.874258 [ 186 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::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
4794 2025.03.22 20:06:08.874498 [ 5 ] {0365efc9-97f0-4834-bb06-30e7f1d6d4ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4795 2025.03.22 20:06:08.874597 [ 193 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_41_8} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4796 2025.03.22 20:06:08.874891 [ 5 ] {0365efc9-97f0-4834-bb06-30e7f1d6d4ac} <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
4797 2025.03.22 20:06:08.874971 [ 193 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_41_8} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
4798 2025.03.22 20:06:08.874991 [ 186 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4799 2025.03.22 20:06:08.875184 [ 186 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 10296 rows starting from the beginning of the part
4800 2025.03.22 20:06:08.875218 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB.
4801 2025.03.22 20:06:08.875633 [ 186 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 1010 rows starting from the beginning of the part
4802 2025.03.22 20:06:08.876033 [ 186 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 32 rows starting from the beginning of the part
4803 2025.03.22 20:06:08.876365 [ 186 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 160 rows starting from the beginning of the part
4804 2025.03.22 20:06:08.876732 [ 186 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 160 rows starting from the beginning of the part
4805 2025.03.22 20:06:08.877129 [ 186 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 161 rows starting from the beginning of the part
4806 2025.03.22 20:06:08.879796 [ 5 ] {0365efc9-97f0-4834-bb06-30e7f1d6d4ac} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4807 2025.03.22 20:06:08.879860 [ 5 ] {0365efc9-97f0-4834-bb06-30e7f1d6d4ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4808 2025.03.22 20:06:08.881562 [ 5 ] {0365efc9-97f0-4834-bb06-30e7f1d6d4ac} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
4809 2025.03.22 20:06:08.882169 [ 5 ] {0365efc9-97f0-4834-bb06-30e7f1d6d4ac} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4810 2025.03.22 20:06:08.882390 [ 78 ] {} <Debug> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
4811 2025.03.22 20:06:08.882493 [ 78 ] {} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4812 2025.03.22 20:06:08.882579 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4813 2025.03.22 20:06:08.882762 [ 5 ] {0365efc9-97f0-4834-bb06-30e7f1d6d4ac} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.008309 sec., 3129.137080274401 rows/sec., 5.61 MiB/sec.
4814 2025.03.22 20:06:08.883180 [ 188 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::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
4815 2025.03.22 20:06:08.883191 [ 5 ] {0365efc9-97f0-4834-bb06-30e7f1d6d4ac} <Debug> TCPHandler: Processed in 0.009082312 sec.
4816 2025.03.22 20:06:08.883531 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4817 2025.03.22 20:06:08.883917 [ 5 ] {f5a2eccc-b6a8-4373-afae-5edaf03baf26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4818 2025.03.22 20:06:08.884111 [ 5 ] {f5a2eccc-b6a8-4373-afae-5edaf03baf26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4819 2025.03.22 20:06:08.884953 [ 188 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4820 2025.03.22 20:06:08.885039 [ 193 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11819 rows, containing 5 columns (5 merged, 0 gathered) in 0.011011354 sec., 1073346.6565510472 rows/sec., 73.55 MiB/sec.
4821 2025.03.22 20:06:08.885261 [ 188 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 464 rows starting from the beginning of the part
4822 2025.03.22 20:06:08.885602 [ 193 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
4823 2025.03.22 20:06:08.886390 [ 188 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::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
4824 2025.03.22 20:06:08.887300 [ 193 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4825 2025.03.22 20:06:08.887694 [ 188 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 13 rows starting from the beginning of the part
4826 2025.03.22 20:06:08.887701 [ 5 ] {f5a2eccc-b6a8-4373-afae-5edaf03baf26} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4827 2025.03.22 20:06:08.887718 [ 193 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
4828 2025.03.22 20:06:08.887809 [ 5 ] {f5a2eccc-b6a8-4373-afae-5edaf03baf26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4829 2025.03.22 20:06:08.888021 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.35 MiB.
4830 2025.03.22 20:06:08.888527 [ 188 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::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
4831 2025.03.22 20:06:08.889221 [ 188 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 13 rows starting from the beginning of the part
4832 2025.03.22 20:06:08.889494 [ 5 ] {f5a2eccc-b6a8-4373-afae-5edaf03baf26} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
4833 2025.03.22 20:06:08.889771 [ 188 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 26 rows starting from the beginning of the part
4834 2025.03.22 20:06:08.890340 [ 5 ] {f5a2eccc-b6a8-4373-afae-5edaf03baf26} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4835 2025.03.22 20:06:08.890851 [ 78 ] {} <Debug> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
4836 2025.03.22 20:06:08.891147 [ 5 ] {f5a2eccc-b6a8-4373-afae-5edaf03baf26} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.007347 sec., 8166.598611678236 rows/sec., 563.58 KiB/sec.
4837 2025.03.22 20:06:08.891135 [ 78 ] {} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4838 2025.03.22 20:06:08.891342 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4839 2025.03.22 20:06:08.891388 [ 5 ] {f5a2eccc-b6a8-4373-afae-5edaf03baf26} <Debug> TCPHandler: Processed in 0.007932069 sec.
4840 2025.03.22 20:06:08.891991 [ 193 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::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
4841 2025.03.22 20:06:08.892449 [ 193 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4842 2025.03.22 20:06:08.892546 [ 193 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1836 rows starting from the beginning of the part
4843 2025.03.22 20:06:08.892837 [ 193 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 48 rows starting from the beginning of the part
4844 2025.03.22 20:06:08.893150 [ 193 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 12 rows starting from the beginning of the part
4845 2025.03.22 20:06:08.893475 [ 193 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 60 rows starting from the beginning of the part
4846 2025.03.22 20:06:08.893809 [ 193 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 60 rows starting from the beginning of the part
4847 2025.03.22 20:06:08.894077 [ 193 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 60 rows starting from the beginning of the part
4848 2025.03.22 20:06:08.896592 [ 193 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2076 rows, containing 4 columns (4 merged, 0 gathered) in 0.005003436 sec., 414914.8705009917 rows/sec., 27.98 MiB/sec.
4849 2025.03.22 20:06:08.896956 [ 193 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
4850 2025.03.22 20:06:08.897709 [ 193 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_41_8} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4851 2025.03.22 20:06:08.897902 [ 193 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_41_8} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
4852 2025.03.22 20:06:08.898091 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB.
4853 2025.03.22 20:06:08.904731 [ 187 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 568 rows, containing 19 columns (19 merged, 0 gathered) in 0.022001527 sec., 25816.3899260265 rows/sec., 46.26 MiB/sec.
4854 2025.03.22 20:06:08.905594 [ 194 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
4855 2025.03.22 20:06:08.906057 [ 194 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4856 2025.03.22 20:06:08.906157 [ 194 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
4857 2025.03.22 20:06:08.906315 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.40 MiB.
4858 2025.03.22 20:06:09.000160 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 188.79 MiB, peak 196.14 MiB, free memory in arenas 0.00 B, will set to 190.60 MiB (RSS), difference: 1.80 MiB
4859 2025.03.22 20:06:10.422406 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11529
4860 2025.03.22 20:06:10.423249 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4861 2025.03.22 20:06:10.423319 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4862 2025.03.22 20:06:10.424048 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
4863 2025.03.22 20:06:10.424446 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4864 2025.03.22 20:06:10.424886 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11529
4865 2025.03.22 20:06:11.285769 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189
4866 2025.03.22 20:06:11.307378 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4867 2025.03.22 20:06:11.307442 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4868 2025.03.22 20:06:11.315221 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
4869 2025.03.22 20:06:11.316054 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4870 2025.03.22 20:06:11.318730 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 189
4871 2025.03.22 20:06:12.985537 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 670
4872 2025.03.22 20:06:12.988491 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4873 2025.03.22 20:06:12.988532 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4874 2025.03.22 20:06:12.990015 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4875 2025.03.22 20:06:12.990331 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4876 2025.03.22 20:06:12.991550 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 670
4877 2025.03.22 20:06:13.853268 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4878 2025.03.22 20:06:13.853459 [ 5 ] {fc365a11-b396-4b3f-8b5c-08c8dc8c61ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4879 2025.03.22 20:06:13.853533 [ 5 ] {fc365a11-b396-4b3f-8b5c-08c8dc8c61ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4880 2025.03.22 20:06:13.854313 [ 5 ] {fc365a11-b396-4b3f-8b5c-08c8dc8c61ec} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4881 2025.03.22 20:06:13.854369 [ 5 ] {fc365a11-b396-4b3f-8b5c-08c8dc8c61ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4882 2025.03.22 20:06:13.854856 [ 5 ] {fc365a11-b396-4b3f-8b5c-08c8dc8c61ec} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
4883 2025.03.22 20:06:13.855118 [ 5 ] {fc365a11-b396-4b3f-8b5c-08c8dc8c61ec} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4884 2025.03.22 20:06:13.855373 [ 5 ] {fc365a11-b396-4b3f-8b5c-08c8dc8c61ec} <Debug> executeQuery: Read 82 rows, 6.94 KiB in 0.001967 sec., 41687.84951703101 rows/sec., 3.44 MiB/sec.
4885 2025.03.22 20:06:13.855479 [ 5 ] {fc365a11-b396-4b3f-8b5c-08c8dc8c61ec} <Debug> TCPHandler: Processed in 0.002346509 sec.
4886 2025.03.22 20:06:13.855637 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4887 2025.03.22 20:06:13.855748 [ 5 ] {54b54b76-7e5b-4d50-9a9f-b492fbba90b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4888 2025.03.22 20:06:13.855799 [ 5 ] {54b54b76-7e5b-4d50-9a9f-b492fbba90b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4889 2025.03.22 20:06:13.856344 [ 5 ] {54b54b76-7e5b-4d50-9a9f-b492fbba90b7} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4890 2025.03.22 20:06:13.856384 [ 5 ] {54b54b76-7e5b-4d50-9a9f-b492fbba90b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4891 2025.03.22 20:06:13.856753 [ 5 ] {54b54b76-7e5b-4d50-9a9f-b492fbba90b7} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
4892 2025.03.22 20:06:13.857000 [ 5 ] {54b54b76-7e5b-4d50-9a9f-b492fbba90b7} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4893 2025.03.22 20:06:13.857265 [ 5 ] {54b54b76-7e5b-4d50-9a9f-b492fbba90b7} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.001538 sec., 8452.535760728219 rows/sec., 635.59 KiB/sec.
4894 2025.03.22 20:06:13.857460 [ 5 ] {54b54b76-7e5b-4d50-9a9f-b492fbba90b7} <Debug> TCPHandler: Processed in 0.001880359 sec.
4895 2025.03.22 20:06:13.857672 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4896 2025.03.22 20:06:13.857782 [ 5 ] {713ec971-a2de-41e6-9c16-ad1055d31052} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4897 2025.03.22 20:06:13.857830 [ 5 ] {713ec971-a2de-41e6-9c16-ad1055d31052} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4898 2025.03.22 20:06:13.858446 [ 5 ] {713ec971-a2de-41e6-9c16-ad1055d31052} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4899 2025.03.22 20:06:13.858486 [ 5 ] {713ec971-a2de-41e6-9c16-ad1055d31052} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4900 2025.03.22 20:06:13.858880 [ 5 ] {713ec971-a2de-41e6-9c16-ad1055d31052} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
4901 2025.03.22 20:06:13.859128 [ 5 ] {713ec971-a2de-41e6-9c16-ad1055d31052} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4902 2025.03.22 20:06:13.859343 [ 5 ] {713ec971-a2de-41e6-9c16-ad1055d31052} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.001588 sec., 48488.664987405544 rows/sec., 3.79 MiB/sec.
4903 2025.03.22 20:06:13.859397 [ 5 ] {713ec971-a2de-41e6-9c16-ad1055d31052} <Debug> TCPHandler: Processed in 0.001785568 sec.
4904 2025.03.22 20:06:13.859513 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4905 2025.03.22 20:06:13.859627 [ 5 ] {5725c652-eed5-42b0-8158-b811f712120d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4906 2025.03.22 20:06:13.859676 [ 5 ] {5725c652-eed5-42b0-8158-b811f712120d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4907 2025.03.22 20:06:13.860199 [ 5 ] {5725c652-eed5-42b0-8158-b811f712120d} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4908 2025.03.22 20:06:13.860238 [ 5 ] {5725c652-eed5-42b0-8158-b811f712120d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4909 2025.03.22 20:06:13.860628 [ 5 ] {5725c652-eed5-42b0-8158-b811f712120d} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
4910 2025.03.22 20:06:13.860869 [ 5 ] {5725c652-eed5-42b0-8158-b811f712120d} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4911 2025.03.22 20:06:13.861133 [ 5 ] {5725c652-eed5-42b0-8158-b811f712120d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001524 sec., 104986.87664041996 rows/sec., 7.31 MiB/sec.
4912 2025.03.22 20:06:13.861313 [ 5 ] {5725c652-eed5-42b0-8158-b811f712120d} <Debug> TCPHandler: Processed in 0.001845619 sec.
4913 2025.03.22 20:06:13.861557 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4914 2025.03.22 20:06:13.861673 [ 5 ] {0178cc8d-49a7-4042-a738-f96ad260c45d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4915 2025.03.22 20:06:13.861750 [ 5 ] {0178cc8d-49a7-4042-a738-f96ad260c45d} <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
4916 2025.03.22 20:06:13.862840 [ 5 ] {0178cc8d-49a7-4042-a738-f96ad260c45d} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4917 2025.03.22 20:06:13.862879 [ 5 ] {0178cc8d-49a7-4042-a738-f96ad260c45d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4918 2025.03.22 20:06:13.863494 [ 5 ] {0178cc8d-49a7-4042-a738-f96ad260c45d} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
4919 2025.03.22 20:06:13.863759 [ 5 ] {0178cc8d-49a7-4042-a738-f96ad260c45d} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4920 2025.03.22 20:06:13.864073 [ 5 ] {0178cc8d-49a7-4042-a738-f96ad260c45d} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002414 sec., 5385.252692626346 rows/sec., 9.65 MiB/sec.
4921 2025.03.22 20:06:13.864601 [ 5 ] {0178cc8d-49a7-4042-a738-f96ad260c45d} <Debug> TCPHandler: Processed in 0.003119146 sec.
4922 2025.03.22 20:06:13.864736 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4923 2025.03.22 20:06:13.864841 [ 5 ] {2edc70de-f6ae-44eb-8f5d-c1875b83b023} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4924 2025.03.22 20:06:13.864887 [ 5 ] {2edc70de-f6ae-44eb-8f5d-c1875b83b023} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4925 2025.03.22 20:06:13.865337 [ 5 ] {2edc70de-f6ae-44eb-8f5d-c1875b83b023} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4926 2025.03.22 20:06:13.865376 [ 5 ] {2edc70de-f6ae-44eb-8f5d-c1875b83b023} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4927 2025.03.22 20:06:13.865756 [ 5 ] {2edc70de-f6ae-44eb-8f5d-c1875b83b023} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
4928 2025.03.22 20:06:13.865989 [ 5 ] {2edc70de-f6ae-44eb-8f5d-c1875b83b023} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4929 2025.03.22 20:06:13.866241 [ 5 ] {2edc70de-f6ae-44eb-8f5d-c1875b83b023} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001411 sec., 42523.033309709426 rows/sec., 2.87 MiB/sec.
4930 2025.03.22 20:06:13.866428 [ 5 ] {2edc70de-f6ae-44eb-8f5d-c1875b83b023} <Debug> TCPHandler: Processed in 0.001739667 sec.
4931 2025.03.22 20:06:17.793536 [ 63 ] {} <Debug> DNSResolver: Updating DNS cache
4932 2025.03.22 20:06:17.793601 [ 63 ] {} <Debug> DNSResolver: Updated DNS cache
4933 2025.03.22 20:06:17.926018 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11956
4934 2025.03.22 20:06:17.926648 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4935 2025.03.22 20:06:17.926691 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4936 2025.03.22 20:06:17.927284 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4937 2025.03.22 20:06:17.927551 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4938 2025.03.22 20:06:17.927778 [ 63 ] {} <Debug> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4939 2025.03.22 20:06:17.927813 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11956
4940 2025.03.22 20:06:17.927861 [ 63 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4941 2025.03.22 20:06:17.927895 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4942 2025.03.22 20:06:17.928095 [ 200 ] {6f3f2c82-38dd-415f-af08-560485366d9f::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
4943 2025.03.22 20:06:17.928395 [ 200 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4944 2025.03.22 20:06:17.928434 [ 200 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 9699 rows starting from the beginning of the part
4945 2025.03.22 20:06:17.928512 [ 200 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 427 rows starting from the beginning of the part
4946 2025.03.22 20:06:17.928757 [ 200 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 488 rows starting from the beginning of the part
4947 2025.03.22 20:06:17.928967 [ 200 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 427 rows starting from the beginning of the part
4948 2025.03.22 20:06:17.929153 [ 200 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 488 rows starting from the beginning of the part
4949 2025.03.22 20:06:17.929275 [ 200 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 427 rows starting from the beginning of the part
4950 2025.03.22 20:06:17.931445 [ 187 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11956 rows, containing 4 columns (4 merged, 0 gathered) in 0.003478774 sec., 3436842.979739414 rows/sec., 49.16 MiB/sec.
4951 2025.03.22 20:06:17.931861 [ 187 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4952 2025.03.22 20:06:17.932188 [ 187 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_26_5} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4953 2025.03.22 20:06:17.932273 [ 187 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_26_5} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4954 2025.03.22 20:06:17.932382 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.39 MiB.
4955 2025.03.22 20:06:18.819788 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196
4956 2025.03.22 20:06:18.841145 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4957 2025.03.22 20:06:18.841191 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4958 2025.03.22 20:06:18.848716 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4959 2025.03.22 20:06:18.849504 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4960 2025.03.22 20:06:18.849813 [ 63 ] {} <Debug> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4961 2025.03.22 20:06:18.849888 [ 63 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4962 2025.03.22 20:06:18.849929 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4963 2025.03.22 20:06:18.850139 [ 191 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::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
4964 2025.03.22 20:06:18.853704 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4965 2025.03.22 20:06:18.854237 [ 5 ] {733b9b3a-8fb2-41fb-a6e9-c794c90f0803} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4966 2025.03.22 20:06:18.854478 [ 5 ] {733b9b3a-8fb2-41fb-a6e9-c794c90f0803} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4967 2025.03.22 20:06:18.859816 [ 5 ] {733b9b3a-8fb2-41fb-a6e9-c794c90f0803} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4968 2025.03.22 20:06:18.859987 [ 5 ] {733b9b3a-8fb2-41fb-a6e9-c794c90f0803} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4969 2025.03.22 20:06:18.862543 [ 5 ] {733b9b3a-8fb2-41fb-a6e9-c794c90f0803} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
4970 2025.03.22 20:06:18.863667 [ 5 ] {733b9b3a-8fb2-41fb-a6e9-c794c90f0803} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4971 2025.03.22 20:06:18.864880 [ 5 ] {733b9b3a-8fb2-41fb-a6e9-c794c90f0803} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.010811 sec., 9989.825178059384 rows/sec., 855.34 KiB/sec.
4972 2025.03.22 20:06:18.865513 [ 5 ] {733b9b3a-8fb2-41fb-a6e9-c794c90f0803} <Debug> TCPHandler: Processed in 0.012031325 sec.
4973 2025.03.22 20:06:18.866132 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4974 2025.03.22 20:06:18.866699 [ 5 ] {f9402b9c-306d-4ee5-9489-8da582207b0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4975 2025.03.22 20:06:18.866943 [ 5 ] {f9402b9c-306d-4ee5-9489-8da582207b0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4976 2025.03.22 20:06:18.871260 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 196
4977 2025.03.22 20:06:18.872247 [ 5 ] {f9402b9c-306d-4ee5-9489-8da582207b0c} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4978 2025.03.22 20:06:18.872328 [ 5 ] {f9402b9c-306d-4ee5-9489-8da582207b0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4979 2025.03.22 20:06:18.873451 [ 5 ] {f9402b9c-306d-4ee5-9489-8da582207b0c} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
4980 2025.03.22 20:06:18.874181 [ 5 ] {f9402b9c-306d-4ee5-9489-8da582207b0c} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4981 2025.03.22 20:06:18.874849 [ 5 ] {f9402b9c-306d-4ee5-9489-8da582207b0c} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.008347 sec., 3114.8915778123874 rows/sec., 234.23 KiB/sec.
4982 2025.03.22 20:06:18.875259 [ 5 ] {f9402b9c-306d-4ee5-9489-8da582207b0c} <Debug> TCPHandler: Processed in 0.009335518 sec.
4983 2025.03.22 20:06:18.875638 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4984 2025.03.22 20:06:18.875872 [ 5 ] {ee6e1719-66a7-46a8-b5a0-0605a1bed938} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4985 2025.03.22 20:06:18.875978 [ 5 ] {ee6e1719-66a7-46a8-b5a0-0605a1bed938} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4986 2025.03.22 20:06:18.877382 [ 191 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4987 2025.03.22 20:06:18.879036 [ 5 ] {ee6e1719-66a7-46a8-b5a0-0605a1bed938} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4988 2025.03.22 20:06:18.879115 [ 5 ] {ee6e1719-66a7-46a8-b5a0-0605a1bed938} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4989 2025.03.22 20:06:18.880143 [ 5 ] {ee6e1719-66a7-46a8-b5a0-0605a1bed938} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
4990 2025.03.22 20:06:18.880781 [ 5 ] {ee6e1719-66a7-46a8-b5a0-0605a1bed938} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4991 2025.03.22 20:06:18.881056 [ 191 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::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
4992 2025.03.22 20:06:18.881405 [ 5 ] {ee6e1719-66a7-46a8-b5a0-0605a1bed938} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.005593 sec., 16091.543000178795 rows/sec., 1.26 MiB/sec.
4993 2025.03.22 20:06:18.881701 [ 5 ] {ee6e1719-66a7-46a8-b5a0-0605a1bed938} <Debug> TCPHandler: Processed in 0.006167082 sec.
4994 2025.03.22 20:06:18.882043 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4995 2025.03.22 20:06:18.882398 [ 5 ] {7401b5b3-717d-4cc3-bc56-fca127d3c59b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4996 2025.03.22 20:06:18.882578 [ 5 ] {7401b5b3-717d-4cc3-bc56-fca127d3c59b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4997 2025.03.22 20:06:18.884421 [ 5 ] {7401b5b3-717d-4cc3-bc56-fca127d3c59b} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4998 2025.03.22 20:06:18.884475 [ 5 ] {7401b5b3-717d-4cc3-bc56-fca127d3c59b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
4999 2025.03.22 20:06:18.885275 [ 5 ] {7401b5b3-717d-4cc3-bc56-fca127d3c59b} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
5000 2025.03.22 20:06:18.885677 [ 5 ] {7401b5b3-717d-4cc3-bc56-fca127d3c59b} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5001 2025.03.22 20:06:18.886383 [ 5 ] {7401b5b3-717d-4cc3-bc56-fca127d3c59b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004105 sec., 38976.8574908648 rows/sec., 2.71 MiB/sec.
5002 2025.03.22 20:06:18.886783 [ 5 ] {7401b5b3-717d-4cc3-bc56-fca127d3c59b} <Debug> TCPHandler: Processed in 0.004853533 sec.
5003 2025.03.22 20:06:18.887172 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5004 2025.03.22 20:06:18.887418 [ 5 ] {857bf183-7e0b-4730-8f09-55dc0d7568b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5005 2025.03.22 20:06:18.887641 [ 5 ] {857bf183-7e0b-4730-8f09-55dc0d7568b5} <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
5006 2025.03.22 20:06:18.893339 [ 5 ] {857bf183-7e0b-4730-8f09-55dc0d7568b5} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5007 2025.03.22 20:06:18.893402 [ 5 ] {857bf183-7e0b-4730-8f09-55dc0d7568b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
5008 2025.03.22 20:06:18.897371 [ 5 ] {857bf183-7e0b-4730-8f09-55dc0d7568b5} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
5009 2025.03.22 20:06:18.898067 [ 5 ] {857bf183-7e0b-4730-8f09-55dc0d7568b5} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5010 2025.03.22 20:06:18.898953 [ 5 ] {857bf183-7e0b-4730-8f09-55dc0d7568b5} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.011581 sec., 2245.0565581555998 rows/sec., 4.02 MiB/sec.
5011 2025.03.22 20:06:18.899825 [ 5 ] {857bf183-7e0b-4730-8f09-55dc0d7568b5} <Debug> TCPHandler: Processed in 0.012788951 sec.
5012 2025.03.22 20:06:18.900256 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5013 2025.03.22 20:06:18.900555 [ 5 ] {17b6eae4-ea3b-4126-b518-00b6c4cbee88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5014 2025.03.22 20:06:18.900708 [ 5 ] {17b6eae4-ea3b-4126-b518-00b6c4cbee88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5015 2025.03.22 20:06:18.903855 [ 5 ] {17b6eae4-ea3b-4126-b518-00b6c4cbee88} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5016 2025.03.22 20:06:18.903924 [ 5 ] {17b6eae4-ea3b-4126-b518-00b6c4cbee88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
5017 2025.03.22 20:06:18.904993 [ 5 ] {17b6eae4-ea3b-4126-b518-00b6c4cbee88} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
5018 2025.03.22 20:06:18.905637 [ 5 ] {17b6eae4-ea3b-4126-b518-00b6c4cbee88} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5019 2025.03.22 20:06:18.906021 [ 191 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::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
5020 2025.03.22 20:06:18.906205 [ 5 ] {17b6eae4-ea3b-4126-b518-00b6c4cbee88} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005755 sec., 10425.716768027802 rows/sec., 719.48 KiB/sec.
5021 2025.03.22 20:06:18.906422 [ 5 ] {17b6eae4-ea3b-4126-b518-00b6c4cbee88} <Debug> TCPHandler: Processed in 0.006263122 sec.
5022 2025.03.22 20:06:18.911517 [ 191 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::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
5023 2025.03.22 20:06:18.916685 [ 191 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::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
5024 2025.03.22 20:06:18.922195 [ 191 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::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
5025 2025.03.22 20:06:18.926790 [ 191 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::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
5026 2025.03.22 20:06:18.985716 [ 200 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.135701782 sec., 1444.3435974923307 rows/sec., 7.47 MiB/sec.
5027 2025.03.22 20:06:18.987588 [ 195 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
5028 2025.03.22 20:06:18.990192 [ 195 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_26_5} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5029 2025.03.22 20:06:18.990293 [ 195 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_26_5} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
5030 2025.03.22 20:06:18.991742 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB.
5031 2025.03.22 20:06:22.848427 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5032 2025.03.22 20:06:22.848716 [ 5 ] {a82edc2b-d325-431b-9164-ea06465b077d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
5033 2025.03.22 20:06:22.848822 [ 5 ] {a82edc2b-d325-431b-9164-ea06465b077d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
5034 2025.03.22 20:06:22.849645 [ 5 ] {a82edc2b-d325-431b-9164-ea06465b077d} <Trace> oximeter.fields_i16 (264093f9-a655-4468-9a79-5d699a3bbf39): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5035 2025.03.22 20:06:22.849688 [ 5 ] {a82edc2b-d325-431b-9164-ea06465b077d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
5036 2025.03.22 20:06:22.850147 [ 5 ] {a82edc2b-d325-431b-9164-ea06465b077d} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
5037 2025.03.22 20:06:22.850412 [ 5 ] {a82edc2b-d325-431b-9164-ea06465b077d} <Trace> oximeter.fields_i16 (264093f9-a655-4468-9a79-5d699a3bbf39): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5038 2025.03.22 20:06:22.850666 [ 5 ] {a82edc2b-d325-431b-9164-ea06465b077d} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.002017 sec., 11898.85969261279 rows/sec., 1010.94 KiB/sec.
5039 2025.03.22 20:06:22.850815 [ 5 ] {a82edc2b-d325-431b-9164-ea06465b077d} <Debug> TCPHandler: Processed in 0.002554645 sec.
5040 2025.03.22 20:06:22.850931 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5041 2025.03.22 20:06:22.851040 [ 5 ] {9ebd37db-ac7c-4d6e-84a2-7953a51eb7f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
5042 2025.03.22 20:06:22.851088 [ 5 ] {9ebd37db-ac7c-4d6e-84a2-7953a51eb7f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
5043 2025.03.22 20:06:22.851628 [ 5 ] {9ebd37db-ac7c-4d6e-84a2-7953a51eb7f5} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5044 2025.03.22 20:06:22.851666 [ 5 ] {9ebd37db-ac7c-4d6e-84a2-7953a51eb7f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
5045 2025.03.22 20:06:22.852022 [ 5 ] {9ebd37db-ac7c-4d6e-84a2-7953a51eb7f5} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
5046 2025.03.22 20:06:22.852264 [ 5 ] {9ebd37db-ac7c-4d6e-84a2-7953a51eb7f5} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5047 2025.03.22 20:06:22.852460 [ 5 ] {9ebd37db-ac7c-4d6e-84a2-7953a51eb7f5} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.001442 sec., 9708.73786407767 rows/sec., 791.68 KiB/sec.
5048 2025.03.22 20:06:22.852543 [ 5 ] {9ebd37db-ac7c-4d6e-84a2-7953a51eb7f5} <Debug> TCPHandler: Processed in 0.001663645 sec.
5049 2025.03.22 20:06:22.852663 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5050 2025.03.22 20:06:22.852776 [ 5 ] {fbe89f6f-4167-4831-96f7-06123f1446a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5051 2025.03.22 20:06:22.852822 [ 5 ] {fbe89f6f-4167-4831-96f7-06123f1446a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5052 2025.03.22 20:06:22.853880 [ 5 ] {fbe89f6f-4167-4831-96f7-06123f1446a1} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5053 2025.03.22 20:06:22.853918 [ 5 ] {fbe89f6f-4167-4831-96f7-06123f1446a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
5054 2025.03.22 20:06:22.854386 [ 5 ] {fbe89f6f-4167-4831-96f7-06123f1446a1} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
5055 2025.03.22 20:06:22.854637 [ 5 ] {fbe89f6f-4167-4831-96f7-06123f1446a1} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5056 2025.03.22 20:06:22.854817 [ 5 ] {fbe89f6f-4167-4831-96f7-06123f1446a1} <Debug> executeQuery: Read 1349 rows, 115.00 KiB in 0.002065 sec., 653268.7651331719 rows/sec., 54.39 MiB/sec.
5057 2025.03.22 20:06:22.854870 [ 5 ] {fbe89f6f-4167-4831-96f7-06123f1446a1} <Debug> TCPHandler: Processed in 0.002259258 sec.
5058 2025.03.22 20:06:22.854987 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5059 2025.03.22 20:06:22.855094 [ 5 ] {0b1c08f5-4da3-4542-9045-6e822ff20a24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5060 2025.03.22 20:06:22.855139 [ 5 ] {0b1c08f5-4da3-4542-9045-6e822ff20a24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5061 2025.03.22 20:06:22.855794 [ 5 ] {0b1c08f5-4da3-4542-9045-6e822ff20a24} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5062 2025.03.22 20:06:22.855831 [ 5 ] {0b1c08f5-4da3-4542-9045-6e822ff20a24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
5063 2025.03.22 20:06:22.856184 [ 5 ] {0b1c08f5-4da3-4542-9045-6e822ff20a24} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
5064 2025.03.22 20:06:22.856423 [ 5 ] {0b1c08f5-4da3-4542-9045-6e822ff20a24} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5065 2025.03.22 20:06:22.856601 [ 5 ] {0b1c08f5-4da3-4542-9045-6e822ff20a24} <Debug> executeQuery: Read 39 rows, 2.92 KiB in 0.001531 sec., 25473.546701502284 rows/sec., 1.86 MiB/sec.
5066 2025.03.22 20:06:22.856653 [ 5 ] {0b1c08f5-4da3-4542-9045-6e822ff20a24} <Debug> TCPHandler: Processed in 0.001716287 sec.
5067 2025.03.22 20:06:22.856788 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5068 2025.03.22 20:06:22.856892 [ 5 ] {7bfadaa2-705d-4a14-b604-87ec9a1168e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5069 2025.03.22 20:06:22.856938 [ 5 ] {7bfadaa2-705d-4a14-b604-87ec9a1168e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5070 2025.03.22 20:06:22.857603 [ 5 ] {7bfadaa2-705d-4a14-b604-87ec9a1168e4} <Trace> oximeter.fields_u32 (ad7a5232-f0e1-40d6-acb0-24ed1d64c039): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5071 2025.03.22 20:06:22.857640 [ 5 ] {7bfadaa2-705d-4a14-b604-87ec9a1168e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
5072 2025.03.22 20:06:22.857998 [ 5 ] {7bfadaa2-705d-4a14-b604-87ec9a1168e4} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
5073 2025.03.22 20:06:22.858233 [ 5 ] {7bfadaa2-705d-4a14-b604-87ec9a1168e4} <Trace> oximeter.fields_u32 (ad7a5232-f0e1-40d6-acb0-24ed1d64c039): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5074 2025.03.22 20:06:22.858482 [ 5 ] {7bfadaa2-705d-4a14-b604-87ec9a1168e4} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.0016 sec., 157500 rows/sec., 10.89 MiB/sec.
5075 2025.03.22 20:06:22.858638 [ 5 ] {7bfadaa2-705d-4a14-b604-87ec9a1168e4} <Debug> TCPHandler: Processed in 0.00189727 sec.
5076 2025.03.22 20:06:22.858753 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5077 2025.03.22 20:06:22.858859 [ 5 ] {373e1c99-70a2-4150-a7e9-94307b4bf5cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
5078 2025.03.22 20:06:22.858903 [ 5 ] {373e1c99-70a2-4150-a7e9-94307b4bf5cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5079 2025.03.22 20:06:22.859443 [ 5 ] {373e1c99-70a2-4150-a7e9-94307b4bf5cf} <Trace> oximeter.fields_u8 (faaaa09d-c3bc-4a8d-ab11-77969ca3dca4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5080 2025.03.22 20:06:22.859481 [ 5 ] {373e1c99-70a2-4150-a7e9-94307b4bf5cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
5081 2025.03.22 20:06:22.859841 [ 5 ] {373e1c99-70a2-4150-a7e9-94307b4bf5cf} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
5082 2025.03.22 20:06:22.860076 [ 5 ] {373e1c99-70a2-4150-a7e9-94307b4bf5cf} <Trace> oximeter.fields_u8 (faaaa09d-c3bc-4a8d-ab11-77969ca3dca4): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5083 2025.03.22 20:06:22.860311 [ 5 ] {373e1c99-70a2-4150-a7e9-94307b4bf5cf} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001467 sec., 8179.959100204499 rows/sec., 639.06 KiB/sec.
5084 2025.03.22 20:06:22.860381 [ 5 ] {373e1c99-70a2-4150-a7e9-94307b4bf5cf} <Debug> TCPHandler: Processed in 0.001676846 sec.
5085 2025.03.22 20:06:22.860484 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5086 2025.03.22 20:06:22.860585 [ 5 ] {37d3b9bf-be20-4a8e-8434-b3fea296028d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5087 2025.03.22 20:06:22.860630 [ 5 ] {37d3b9bf-be20-4a8e-8434-b3fea296028d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5088 2025.03.22 20:06:22.861335 [ 5 ] {37d3b9bf-be20-4a8e-8434-b3fea296028d} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5089 2025.03.22 20:06:22.861373 [ 5 ] {37d3b9bf-be20-4a8e-8434-b3fea296028d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
5090 2025.03.22 20:06:22.861759 [ 5 ] {37d3b9bf-be20-4a8e-8434-b3fea296028d} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
5091 2025.03.22 20:06:22.861998 [ 5 ] {37d3b9bf-be20-4a8e-8434-b3fea296028d} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5092 2025.03.22 20:06:22.862244 [ 5 ] {37d3b9bf-be20-4a8e-8434-b3fea296028d} <Debug> executeQuery: Read 583 rows, 44.84 KiB in 0.001679 sec., 347230.4943418702 rows/sec., 26.08 MiB/sec.
5093 2025.03.22 20:06:22.862461 [ 5 ] {37d3b9bf-be20-4a8e-8434-b3fea296028d} <Debug> TCPHandler: Processed in 0.002022453 sec.
5094 2025.03.22 20:06:22.862708 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5095 2025.03.22 20:06:22.862813 [ 5 ] {0add8743-6dbd-4c46-975d-6fd94a53a7c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5096 2025.03.22 20:06:22.862863 [ 5 ] {0add8743-6dbd-4c46-975d-6fd94a53a7c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5097 2025.03.22 20:06:22.863579 [ 5 ] {0add8743-6dbd-4c46-975d-6fd94a53a7c1} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5098 2025.03.22 20:06:22.863618 [ 5 ] {0add8743-6dbd-4c46-975d-6fd94a53a7c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
5099 2025.03.22 20:06:22.864083 [ 5 ] {0add8743-6dbd-4c46-975d-6fd94a53a7c1} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
5100 2025.03.22 20:06:22.864325 [ 5 ] {0add8743-6dbd-4c46-975d-6fd94a53a7c1} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5101 2025.03.22 20:06:22.864534 [ 5 ] {0add8743-6dbd-4c46-975d-6fd94a53a7c1} <Debug> executeQuery: Read 1017 rows, 70.44 KiB in 0.001744 sec., 583142.2018348624 rows/sec., 39.44 MiB/sec.
5102 2025.03.22 20:06:22.864586 [ 5 ] {0add8743-6dbd-4c46-975d-6fd94a53a7c1} <Debug> TCPHandler: Processed in 0.001968472 sec.
5103 2025.03.22 20:06:22.864703 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5104 2025.03.22 20:06:22.864807 [ 5 ] {b84d109a-f9f1-40ff-a200-511a182d0fd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5105 2025.03.22 20:06:22.864872 [ 5 ] {b84d109a-f9f1-40ff-a200-511a182d0fd4} <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
5106 2025.03.22 20:06:22.865920 [ 5 ] {b84d109a-f9f1-40ff-a200-511a182d0fd4} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5107 2025.03.22 20:06:22.865959 [ 5 ] {b84d109a-f9f1-40ff-a200-511a182d0fd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
5108 2025.03.22 20:06:22.866590 [ 5 ] {b84d109a-f9f1-40ff-a200-511a182d0fd4} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
5109 2025.03.22 20:06:22.866846 [ 5 ] {b84d109a-f9f1-40ff-a200-511a182d0fd4} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5110 2025.03.22 20:06:22.867145 [ 5 ] {b84d109a-f9f1-40ff-a200-511a182d0fd4} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002359 sec., 5510.809665112336 rows/sec., 9.88 MiB/sec.
5111 2025.03.22 20:06:22.867687 [ 5 ] {b84d109a-f9f1-40ff-a200-511a182d0fd4} <Debug> TCPHandler: Processed in 0.003031905 sec.
5112 2025.03.22 20:06:22.867840 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5113 2025.03.22 20:06:22.867946 [ 5 ] {055bfeb3-01d1-4d32-92a1-5deb2f99e4ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5114 2025.03.22 20:06:22.867993 [ 5 ] {055bfeb3-01d1-4d32-92a1-5deb2f99e4ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5115 2025.03.22 20:06:22.868445 [ 5 ] {055bfeb3-01d1-4d32-92a1-5deb2f99e4ce} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5116 2025.03.22 20:06:22.868485 [ 5 ] {055bfeb3-01d1-4d32-92a1-5deb2f99e4ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
5117 2025.03.22 20:06:22.868849 [ 5 ] {055bfeb3-01d1-4d32-92a1-5deb2f99e4ce} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
5118 2025.03.22 20:06:22.869085 [ 5 ] {055bfeb3-01d1-4d32-92a1-5deb2f99e4ce} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5119 2025.03.22 20:06:22.869333 [ 5 ] {055bfeb3-01d1-4d32-92a1-5deb2f99e4ce} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001407 sec., 34115.13859275053 rows/sec., 2.30 MiB/sec.
5120 2025.03.22 20:06:22.869523 [ 5 ] {055bfeb3-01d1-4d32-92a1-5deb2f99e4ce} <Debug> TCPHandler: Processed in 0.001727537 sec.
5121 2025.03.22 20:06:22.992703 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 714
5122 2025.03.22 20:06:22.996056 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5123 2025.03.22 20:06:22.996111 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
5124 2025.03.22 20:06:22.997671 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
5125 2025.03.22 20:06:22.997998 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5126 2025.03.22 20:06:22.999096 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 714
5127 2025.03.22 20:06:23.846010 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5128 2025.03.22 20:06:23.846222 [ 5 ] {e5cd3327-006b-4eb1-b63e-46d9c93f0d9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5129 2025.03.22 20:06:23.846307 [ 5 ] {e5cd3327-006b-4eb1-b63e-46d9c93f0d9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5130 2025.03.22 20:06:23.847161 [ 5 ] {e5cd3327-006b-4eb1-b63e-46d9c93f0d9b} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5131 2025.03.22 20:06:23.847217 [ 5 ] {e5cd3327-006b-4eb1-b63e-46d9c93f0d9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
5132 2025.03.22 20:06:23.847677 [ 5 ] {e5cd3327-006b-4eb1-b63e-46d9c93f0d9b} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
5133 2025.03.22 20:06:23.847943 [ 5 ] {e5cd3327-006b-4eb1-b63e-46d9c93f0d9b} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5134 2025.03.22 20:06:23.848206 [ 5 ] {e5cd3327-006b-4eb1-b63e-46d9c93f0d9b} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002033 sec., 27545.499262174126 rows/sec., 2.10 MiB/sec.
5135 2025.03.22 20:06:23.848313 [ 5 ] {e5cd3327-006b-4eb1-b63e-46d9c93f0d9b} <Debug> TCPHandler: Processed in 0.002427781 sec.
5136 2025.03.22 20:06:23.848581 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5137 2025.03.22 20:06:23.848699 [ 5 ] {efecf864-86ce-4d6a-b527-21c8f8dc7e87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5138 2025.03.22 20:06:23.848750 [ 5 ] {efecf864-86ce-4d6a-b527-21c8f8dc7e87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5139 2025.03.22 20:06:23.849316 [ 5 ] {efecf864-86ce-4d6a-b527-21c8f8dc7e87} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5140 2025.03.22 20:06:23.849359 [ 5 ] {efecf864-86ce-4d6a-b527-21c8f8dc7e87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
5141 2025.03.22 20:06:23.849723 [ 5 ] {efecf864-86ce-4d6a-b527-21c8f8dc7e87} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
5142 2025.03.22 20:06:23.849986 [ 5 ] {efecf864-86ce-4d6a-b527-21c8f8dc7e87} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5143 2025.03.22 20:06:23.850200 [ 5 ] {efecf864-86ce-4d6a-b527-21c8f8dc7e87} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001528 sec., 41884.8167539267 rows/sec., 3.27 MiB/sec.
5144 2025.03.22 20:06:23.850256 [ 5 ] {efecf864-86ce-4d6a-b527-21c8f8dc7e87} <Debug> TCPHandler: Processed in 0.001779028 sec.
5145 2025.03.22 20:06:23.850374 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5146 2025.03.22 20:06:23.850483 [ 5 ] {f0965b10-c42c-47db-88cd-ea82b87cebd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5147 2025.03.22 20:06:23.850533 [ 5 ] {f0965b10-c42c-47db-88cd-ea82b87cebd3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5148 2025.03.22 20:06:23.851050 [ 5 ] {f0965b10-c42c-47db-88cd-ea82b87cebd3} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5149 2025.03.22 20:06:23.851090 [ 5 ] {f0965b10-c42c-47db-88cd-ea82b87cebd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
5150 2025.03.22 20:06:23.851470 [ 5 ] {f0965b10-c42c-47db-88cd-ea82b87cebd3} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
5151 2025.03.22 20:06:23.851713 [ 5 ] {f0965b10-c42c-47db-88cd-ea82b87cebd3} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5152 2025.03.22 20:06:23.851976 [ 5 ] {f0965b10-c42c-47db-88cd-ea82b87cebd3} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001505 sec., 21262.458471760798 rows/sec., 1.48 MiB/sec.
5153 2025.03.22 20:06:23.852169 [ 5 ] {f0965b10-c42c-47db-88cd-ea82b87cebd3} <Debug> TCPHandler: Processed in 0.001841709 sec.
5154 2025.03.22 20:06:23.852399 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5155 2025.03.22 20:06:23.852504 [ 5 ] {c0b313dc-b01b-44a7-8707-a0a95bbccf4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5156 2025.03.22 20:06:23.852553 [ 5 ] {c0b313dc-b01b-44a7-8707-a0a95bbccf4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5157 2025.03.22 20:06:23.853013 [ 5 ] {c0b313dc-b01b-44a7-8707-a0a95bbccf4d} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5158 2025.03.22 20:06:23.853053 [ 5 ] {c0b313dc-b01b-44a7-8707-a0a95bbccf4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
5159 2025.03.22 20:06:23.853414 [ 5 ] {c0b313dc-b01b-44a7-8707-a0a95bbccf4d} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
5160 2025.03.22 20:06:23.853653 [ 5 ] {c0b313dc-b01b-44a7-8707-a0a95bbccf4d} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5161 2025.03.22 20:06:23.853874 [ 5 ] {c0b313dc-b01b-44a7-8707-a0a95bbccf4d} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001392 sec., 8620.689655172413 rows/sec., 594.92 KiB/sec.
5162 2025.03.22 20:06:23.853927 [ 5 ] {c0b313dc-b01b-44a7-8707-a0a95bbccf4d} <Debug> TCPHandler: Processed in 0.001599574 sec.
5163 2025.03.22 20:06:25.428952 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12444
5164 2025.03.22 20:06:25.429866 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5165 2025.03.22 20:06:25.429908 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
5166 2025.03.22 20:06:25.430525 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
5167 2025.03.22 20:06:25.430806 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5168 2025.03.22 20:06:25.431003 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12444
5169 2025.03.22 20:06:26.372331 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204
5170 2025.03.22 20:06:26.391425 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5171 2025.03.22 20:06:26.391483 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB.
5172 2025.03.22 20:06:26.399054 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
5173 2025.03.22 20:06:26.399839 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5174 2025.03.22 20:06:26.402535 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 204
5175 2025.03.22 20:06:28.852955 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5176 2025.03.22 20:06:28.853177 [ 5 ] {ab45471d-6154-45dd-8462-9973a6024345} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5177 2025.03.22 20:06:28.853247 [ 5 ] {ab45471d-6154-45dd-8462-9973a6024345} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5178 2025.03.22 20:06:28.854017 [ 5 ] {ab45471d-6154-45dd-8462-9973a6024345} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5179 2025.03.22 20:06:28.854058 [ 5 ] {ab45471d-6154-45dd-8462-9973a6024345} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
5180 2025.03.22 20:06:28.854510 [ 5 ] {ab45471d-6154-45dd-8462-9973a6024345} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
5181 2025.03.22 20:06:28.854786 [ 5 ] {ab45471d-6154-45dd-8462-9973a6024345} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5182 2025.03.22 20:06:28.854929 [ 45 ] {} <Debug> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
5183 2025.03.22 20:06:28.854972 [ 45 ] {} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5184 2025.03.22 20:06:28.854985 [ 5 ] {ab45471d-6154-45dd-8462-9973a6024345} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.001864 sec., 57939.91416309013 rows/sec., 4.84 MiB/sec.
5185 2025.03.22 20:06:28.854996 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
5186 2025.03.22 20:06:28.855089 [ 5 ] {ab45471d-6154-45dd-8462-9973a6024345} <Debug> TCPHandler: Processed in 0.002265157 sec.
5187 2025.03.22 20:06:28.855239 [ 199 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::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
5188 2025.03.22 20:06:28.855271 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5189 2025.03.22 20:06:28.855488 [ 5 ] {0eb362c0-e708-4507-b911-99b4f737330b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5190 2025.03.22 20:06:28.855546 [ 199 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5191 2025.03.22 20:06:28.855585 [ 5 ] {0eb362c0-e708-4507-b911-99b4f737330b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5192 2025.03.22 20:06:28.855632 [ 199 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1403 rows starting from the beginning of the part
5193 2025.03.22 20:06:28.856002 [ 199 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 82 rows starting from the beginning of the part
5194 2025.03.22 20:06:28.856388 [ 199 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 108 rows starting from the beginning of the part
5195 2025.03.22 20:06:28.856737 [ 199 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 1349 rows starting from the beginning of the part
5196 2025.03.22 20:06:28.857101 [ 199 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 56 rows starting from the beginning of the part
5197 2025.03.22 20:06:28.857382 [ 199 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 108 rows starting from the beginning of the part
5198 2025.03.22 20:06:28.858304 [ 5 ] {0eb362c0-e708-4507-b911-99b4f737330b} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5199 2025.03.22 20:06:28.858367 [ 5 ] {0eb362c0-e708-4507-b911-99b4f737330b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
5200 2025.03.22 20:06:28.859380 [ 5 ] {0eb362c0-e708-4507-b911-99b4f737330b} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
5201 2025.03.22 20:06:28.859924 [ 5 ] {0eb362c0-e708-4507-b911-99b4f737330b} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5202 2025.03.22 20:06:28.860170 [ 5 ] {0eb362c0-e708-4507-b911-99b4f737330b} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.004751 sec., 5472.532098505578 rows/sec., 411.51 KiB/sec.
5203 2025.03.22 20:06:28.860234 [ 5 ] {0eb362c0-e708-4507-b911-99b4f737330b} <Debug> TCPHandler: Processed in 0.005019047 sec.
5204 2025.03.22 20:06:28.860388 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5205 2025.03.22 20:06:28.860606 [ 5 ] {dfebce98-b07c-4408-a333-825acd014fef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5206 2025.03.22 20:06:28.860764 [ 5 ] {dfebce98-b07c-4408-a333-825acd014fef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5207 2025.03.22 20:06:28.860846 [ 189 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3106 rows, containing 5 columns (5 merged, 0 gathered) in 0.005751482 sec., 540034.7249630617 rows/sec., 47.03 MiB/sec.
5208 2025.03.22 20:06:28.861164 [ 197 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
5209 2025.03.22 20:06:28.861590 [ 197 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_46_9} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5210 2025.03.22 20:06:28.861620 [ 5 ] {dfebce98-b07c-4408-a333-825acd014fef} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5211 2025.03.22 20:06:28.861656 [ 5 ] {dfebce98-b07c-4408-a333-825acd014fef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
5212 2025.03.22 20:06:28.861700 [ 197 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_46_9} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
5213 2025.03.22 20:06:28.861807 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB.
5214 2025.03.22 20:06:28.862086 [ 5 ] {dfebce98-b07c-4408-a333-825acd014fef} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
5215 2025.03.22 20:06:28.862331 [ 5 ] {dfebce98-b07c-4408-a333-825acd014fef} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5216 2025.03.22 20:06:28.862455 [ 45 ] {} <Debug> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
5217 2025.03.22 20:06:28.862493 [ 45 ] {} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5218 2025.03.22 20:06:28.862516 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
5219 2025.03.22 20:06:28.862520 [ 5 ] {dfebce98-b07c-4408-a333-825acd014fef} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.002001 sec., 44977.511244377805 rows/sec., 3.51 MiB/sec.
5220 2025.03.22 20:06:28.862726 [ 5 ] {dfebce98-b07c-4408-a333-825acd014fef} <Debug> TCPHandler: Processed in 0.002396451 sec.
5221 2025.03.22 20:06:28.862750 [ 199 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::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
5222 2025.03.22 20:06:28.862896 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5223 2025.03.22 20:06:28.862931 [ 199 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5224 2025.03.22 20:06:28.862967 [ 199 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 631 rows starting from the beginning of the part
5225 2025.03.22 20:06:28.863165 [ 5 ] {85fea0f2-9e16-444e-a396-d47bfb8a26e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5226 2025.03.22 20:06:28.863237 [ 199 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 77 rows starting from the beginning of the part
5227 2025.03.22 20:06:28.863344 [ 5 ] {85fea0f2-9e16-444e-a396-d47bfb8a26e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5228 2025.03.22 20:06:28.863525 [ 199 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 90 rows starting from the beginning of the part
5229 2025.03.22 20:06:28.863826 [ 199 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 583 rows starting from the beginning of the part
5230 2025.03.22 20:06:28.864172 [ 199 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 64 rows starting from the beginning of the part
5231 2025.03.22 20:06:28.864516 [ 199 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 90 rows starting from the beginning of the part
5232 2025.03.22 20:06:28.866009 [ 5 ] {85fea0f2-9e16-444e-a396-d47bfb8a26e2} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5233 2025.03.22 20:06:28.866085 [ 5 ] {85fea0f2-9e16-444e-a396-d47bfb8a26e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
5234 2025.03.22 20:06:28.866978 [ 5 ] {85fea0f2-9e16-444e-a396-d47bfb8a26e2} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
5235 2025.03.22 20:06:28.867335 [ 189 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1535 rows, containing 5 columns (5 merged, 0 gathered) in 0.00475267 sec., 322976.34803173796 rows/sec., 25.73 MiB/sec.
5236 2025.03.22 20:06:28.867484 [ 5 ] {85fea0f2-9e16-444e-a396-d47bfb8a26e2} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5237 2025.03.22 20:06:28.867530 [ 189 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
5238 2025.03.22 20:06:28.867652 [ 45 ] {} <Debug> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
5239 2025.03.22 20:06:28.867707 [ 45 ] {} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5240 2025.03.22 20:06:28.867744 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
5241 2025.03.22 20:06:28.867786 [ 5 ] {85fea0f2-9e16-444e-a396-d47bfb8a26e2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004745 sec., 33719.70495258166 rows/sec., 2.35 MiB/sec.
5242 2025.03.22 20:06:28.868197 [ 5 ] {85fea0f2-9e16-444e-a396-d47bfb8a26e2} <Debug> TCPHandler: Processed in 0.005379724 sec.
5243 2025.03.22 20:06:28.868219 [ 189 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_46_9} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5244 2025.03.22 20:06:28.868247 [ 196 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::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
5245 2025.03.22 20:06:28.868457 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5246 2025.03.22 20:06:28.868471 [ 189 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_46_9} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
5247 2025.03.22 20:06:28.868733 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
5248 2025.03.22 20:06:28.868825 [ 196 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5249 2025.03.22 20:06:28.868837 [ 5 ] {50ee9bf4-abc3-4324-a41c-eed3a8c78787} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5250 2025.03.22 20:06:28.868900 [ 196 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 11819 rows starting from the beginning of the part
5251 2025.03.22 20:06:28.869057 [ 5 ] {50ee9bf4-abc3-4324-a41c-eed3a8c78787} <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
5252 2025.03.22 20:06:28.869428 [ 196 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 160 rows starting from the beginning of the part
5253 2025.03.22 20:06:28.869830 [ 196 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 160 rows starting from the beginning of the part
5254 2025.03.22 20:06:28.870151 [ 196 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 1017 rows starting from the beginning of the part
5255 2025.03.22 20:06:28.870481 [ 196 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 32 rows starting from the beginning of the part
5256 2025.03.22 20:06:28.870882 [ 196 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 160 rows starting from the beginning of the part
5257 2025.03.22 20:06:28.873627 [ 5 ] {50ee9bf4-abc3-4324-a41c-eed3a8c78787} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5258 2025.03.22 20:06:28.873691 [ 5 ] {50ee9bf4-abc3-4324-a41c-eed3a8c78787} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
5259 2025.03.22 20:06:28.875238 [ 5 ] {50ee9bf4-abc3-4324-a41c-eed3a8c78787} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
5260 2025.03.22 20:06:28.875513 [ 5 ] {50ee9bf4-abc3-4324-a41c-eed3a8c78787} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5261 2025.03.22 20:06:28.876316 [ 5 ] {50ee9bf4-abc3-4324-a41c-eed3a8c78787} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.007583 sec., 3428.7221416325992 rows/sec., 6.14 MiB/sec.
5262 2025.03.22 20:06:28.876856 [ 5 ] {50ee9bf4-abc3-4324-a41c-eed3a8c78787} <Debug> TCPHandler: Processed in 0.008520321 sec.
5263 2025.03.22 20:06:28.876988 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5264 2025.03.22 20:06:28.877101 [ 5 ] {8cb628de-f74f-4339-b92f-d498b126f8b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5265 2025.03.22 20:06:28.877148 [ 5 ] {8cb628de-f74f-4339-b92f-d498b126f8b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5266 2025.03.22 20:06:28.877743 [ 189 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 13348 rows, containing 5 columns (5 merged, 0 gathered) in 0.00988921 sec., 1349753.9237209037 rows/sec., 92.46 MiB/sec.
5267 2025.03.22 20:06:28.878224 [ 189 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
5268 2025.03.22 20:06:28.878576 [ 189 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5269 2025.03.22 20:06:28.878674 [ 5 ] {8cb628de-f74f-4339-b92f-d498b126f8b1} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5270 2025.03.22 20:06:28.878692 [ 189 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
5271 2025.03.22 20:06:28.878716 [ 5 ] {8cb628de-f74f-4339-b92f-d498b126f8b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
5272 2025.03.22 20:06:28.878800 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.44 MiB.
5273 2025.03.22 20:06:28.879128 [ 5 ] {8cb628de-f74f-4339-b92f-d498b126f8b1} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
5274 2025.03.22 20:06:28.879368 [ 5 ] {8cb628de-f74f-4339-b92f-d498b126f8b1} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5275 2025.03.22 20:06:28.879491 [ 45 ] {} <Debug> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
5276 2025.03.22 20:06:28.879536 [ 45 ] {} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5277 2025.03.22 20:06:28.879555 [ 5 ] {8cb628de-f74f-4339-b92f-d498b126f8b1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002474 sec., 24252.22312045271 rows/sec., 1.63 MiB/sec.
5278 2025.03.22 20:06:28.879562 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
5279 2025.03.22 20:06:28.879685 [ 5 ] {8cb628de-f74f-4339-b92f-d498b126f8b1} <Debug> TCPHandler: Processed in 0.002744818 sec.
5280 2025.03.22 20:06:28.880052 [ 190 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::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
5281 2025.03.22 20:06:28.880257 [ 190 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5282 2025.03.22 20:06:28.880298 [ 190 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2076 rows starting from the beginning of the part
5283 2025.03.22 20:06:28.880435 [ 190 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 60 rows starting from the beginning of the part
5284 2025.03.22 20:06:28.880639 [ 190 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 60 rows starting from the beginning of the part
5285 2025.03.22 20:06:28.880816 [ 190 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 48 rows starting from the beginning of the part
5286 2025.03.22 20:06:28.880966 [ 190 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 12 rows starting from the beginning of the part
5287 2025.03.22 20:06:28.881130 [ 190 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 60 rows starting from the beginning of the part
5288 2025.03.22 20:06:28.882788 [ 193 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2316 rows, containing 4 columns (4 merged, 0 gathered) in 0.003082976 sec., 751222.1956966256 rows/sec., 50.66 MiB/sec.
5289 2025.03.22 20:06:28.883044 [ 190 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
5290 2025.03.22 20:06:28.883350 [ 190 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_46_9} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5291 2025.03.22 20:06:28.883436 [ 190 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_46_9} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
5292 2025.03.22 20:06:28.883526 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB.
5293 2025.03.22 20:06:32.793836 [ 39 ] {} <Debug> DNSResolver: Updating DNS cache
5294 2025.03.22 20:06:32.793903 [ 39 ] {} <Debug> DNSResolver: Updated DNS cache
5295 2025.03.22 20:06:32.932106 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12871
5296 2025.03.22 20:06:32.932761 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5297 2025.03.22 20:06:32.932814 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
5298 2025.03.22 20:06:32.933519 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
5299 2025.03.22 20:06:32.933894 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5300 2025.03.22 20:06:32.934315 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12871
5301 2025.03.22 20:06:33.000493 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 734
5302 2025.03.22 20:06:33.003532 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5303 2025.03.22 20:06:33.003585 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
5304 2025.03.22 20:06:33.005074 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
5305 2025.03.22 20:06:33.005385 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5306 2025.03.22 20:06:33.005585 [ 38 ] {} <Debug> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
5307 2025.03.22 20:06:33.005645 [ 38 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5308 2025.03.22 20:06:33.005680 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
5309 2025.03.22 20:06:33.006159 [ 190 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::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
5310 2025.03.22 20:06:33.007148 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 734
5311 2025.03.22 20:06:33.007469 [ 190 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5312 2025.03.22 20:06:33.007605 [ 190 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 582 rows starting from the beginning of the part
5313 2025.03.22 20:06:33.008215 [ 190 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 42 rows starting from the beginning of the part
5314 2025.03.22 20:06:33.008755 [ 190 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 20 rows starting from the beginning of the part
5315 2025.03.22 20:06:33.009286 [ 190 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 26 rows starting from the beginning of the part
5316 2025.03.22 20:06:33.009814 [ 190 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 44 rows starting from the beginning of the part
5317 2025.03.22 20:06:33.010488 [ 190 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 20 rows starting from the beginning of the part
5318 2025.03.22 20:06:33.018273 [ 193 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 734 rows, containing 72 columns (72 merged, 0 gathered) in 0.012492006 sec., 58757.57664541628 rows/sec., 48.74 MiB/sec.
5319 2025.03.22 20:06:33.019471 [ 198 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
5320 2025.03.22 20:06:33.020158 [ 198 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_21_4} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5321 2025.03.22 20:06:33.020235 [ 198 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_21_4} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
5322 2025.03.22 20:06:33.020424 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.09 MiB.
5323 2025.03.22 20:06:33.852682 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5324 2025.03.22 20:06:33.852875 [ 5 ] {503a182f-4508-473a-9e34-6cc572de09de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5325 2025.03.22 20:06:33.852947 [ 5 ] {503a182f-4508-473a-9e34-6cc572de09de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5326 2025.03.22 20:06:33.853692 [ 5 ] {503a182f-4508-473a-9e34-6cc572de09de} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5327 2025.03.22 20:06:33.853743 [ 5 ] {503a182f-4508-473a-9e34-6cc572de09de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
5328 2025.03.22 20:06:33.854188 [ 5 ] {503a182f-4508-473a-9e34-6cc572de09de} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
5329 2025.03.22 20:06:33.854440 [ 5 ] {503a182f-4508-473a-9e34-6cc572de09de} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5330 2025.03.22 20:06:33.854675 [ 5 ] {503a182f-4508-473a-9e34-6cc572de09de} <Debug> executeQuery: Read 82 rows, 6.94 KiB in 0.001853 sec., 44252.563410685376 rows/sec., 3.66 MiB/sec.
5331 2025.03.22 20:06:33.854729 [ 5 ] {503a182f-4508-473a-9e34-6cc572de09de} <Debug> TCPHandler: Processed in 0.002175946 sec.
5332 2025.03.22 20:06:33.854854 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5333 2025.03.22 20:06:33.854960 [ 5 ] {98441263-d0db-4366-80d2-fd76327ef80e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5334 2025.03.22 20:06:33.855007 [ 5 ] {98441263-d0db-4366-80d2-fd76327ef80e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5335 2025.03.22 20:06:33.855536 [ 5 ] {98441263-d0db-4366-80d2-fd76327ef80e} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5336 2025.03.22 20:06:33.855577 [ 5 ] {98441263-d0db-4366-80d2-fd76327ef80e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
5337 2025.03.22 20:06:33.855936 [ 5 ] {98441263-d0db-4366-80d2-fd76327ef80e} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
5338 2025.03.22 20:06:33.856177 [ 5 ] {98441263-d0db-4366-80d2-fd76327ef80e} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5339 2025.03.22 20:06:33.856361 [ 38 ] {} <Debug> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
5340 2025.03.22 20:06:33.856424 [ 5 ] {98441263-d0db-4366-80d2-fd76327ef80e} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.001482 sec., 8771.929824561403 rows/sec., 659.61 KiB/sec.
5341 2025.03.22 20:06:33.856443 [ 38 ] {} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5342 2025.03.22 20:06:33.856507 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
5343 2025.03.22 20:06:33.856561 [ 5 ] {98441263-d0db-4366-80d2-fd76327ef80e} <Debug> TCPHandler: Processed in 0.001755987 sec.
5344 2025.03.22 20:06:33.856769 [ 190 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::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
5345 2025.03.22 20:06:33.856804 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5346 2025.03.22 20:06:33.857038 [ 190 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5347 2025.03.22 20:06:33.857043 [ 5 ] {b8364d89-27ae-4526-b179-9adffc862854} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5348 2025.03.22 20:06:33.857106 [ 190 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 69 rows starting from the beginning of the part
5349 2025.03.22 20:06:33.857150 [ 5 ] {b8364d89-27ae-4526-b179-9adffc862854} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5350 2025.03.22 20:06:33.857465 [ 190 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 13 rows starting from the beginning of the part
5351 2025.03.22 20:06:33.857815 [ 190 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 26 rows starting from the beginning of the part
5352 2025.03.22 20:06:33.858183 [ 190 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 39 rows starting from the beginning of the part
5353 2025.03.22 20:06:33.858606 [ 190 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 26 rows starting from the beginning of the part
5354 2025.03.22 20:06:33.859069 [ 190 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 13 rows starting from the beginning of the part
5355 2025.03.22 20:06:33.860164 [ 5 ] {b8364d89-27ae-4526-b179-9adffc862854} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5356 2025.03.22 20:06:33.860234 [ 5 ] {b8364d89-27ae-4526-b179-9adffc862854} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
5357 2025.03.22 20:06:33.861267 [ 5 ] {b8364d89-27ae-4526-b179-9adffc862854} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
5358 2025.03.22 20:06:33.861831 [ 190 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 186 rows, containing 5 columns (5 merged, 0 gathered) in 0.005215471 sec., 35663.12611075778 rows/sec., 2.74 MiB/sec.
5359 2025.03.22 20:06:33.861835 [ 5 ] {b8364d89-27ae-4526-b179-9adffc862854} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5360 2025.03.22 20:06:33.862053 [ 190 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
5361 2025.03.22 20:06:33.862293 [ 5 ] {b8364d89-27ae-4526-b179-9adffc862854} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.005341 sec., 14416.775884665793 rows/sec., 1.13 MiB/sec.
5362 2025.03.22 20:06:33.862459 [ 5 ] {b8364d89-27ae-4526-b179-9adffc862854} <Debug> TCPHandler: Processed in 0.005717012 sec.
5363 2025.03.22 20:06:33.862647 [ 192 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_36_7} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5364 2025.03.22 20:06:33.862652 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5365 2025.03.22 20:06:33.862876 [ 5 ] {dd2c07e8-54c3-4483-abc3-1e35ba8cc903} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5366 2025.03.22 20:06:33.862886 [ 192 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_36_7} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
5367 2025.03.22 20:06:33.862954 [ 5 ] {dd2c07e8-54c3-4483-abc3-1e35ba8cc903} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5368 2025.03.22 20:06:33.863108 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
5369 2025.03.22 20:06:33.863686 [ 5 ] {dd2c07e8-54c3-4483-abc3-1e35ba8cc903} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5370 2025.03.22 20:06:33.863731 [ 5 ] {dd2c07e8-54c3-4483-abc3-1e35ba8cc903} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
5371 2025.03.22 20:06:33.864128 [ 5 ] {dd2c07e8-54c3-4483-abc3-1e35ba8cc903} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
5372 2025.03.22 20:06:33.864373 [ 5 ] {dd2c07e8-54c3-4483-abc3-1e35ba8cc903} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5373 2025.03.22 20:06:33.864585 [ 5 ] {dd2c07e8-54c3-4483-abc3-1e35ba8cc903} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001756 sec., 91116.17312072893 rows/sec., 6.35 MiB/sec.
5374 2025.03.22 20:06:33.864644 [ 5 ] {dd2c07e8-54c3-4483-abc3-1e35ba8cc903} <Debug> TCPHandler: Processed in 0.002064904 sec.
5375 2025.03.22 20:06:33.864788 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5376 2025.03.22 20:06:33.864893 [ 5 ] {3120b2de-2e42-4088-8466-f533adfa82ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5377 2025.03.22 20:06:33.864960 [ 5 ] {3120b2de-2e42-4088-8466-f533adfa82ec} <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
5378 2025.03.22 20:06:33.866042 [ 5 ] {3120b2de-2e42-4088-8466-f533adfa82ec} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5379 2025.03.22 20:06:33.866085 [ 5 ] {3120b2de-2e42-4088-8466-f533adfa82ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
5380 2025.03.22 20:06:33.866729 [ 5 ] {3120b2de-2e42-4088-8466-f533adfa82ec} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
5381 2025.03.22 20:06:33.866997 [ 5 ] {3120b2de-2e42-4088-8466-f533adfa82ec} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5382 2025.03.22 20:06:33.867196 [ 35 ] {} <Debug> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
5383 2025.03.22 20:06:33.867279 [ 35 ] {} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5384 2025.03.22 20:06:33.867287 [ 5 ] {3120b2de-2e42-4088-8466-f533adfa82ec} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002407 sec., 5400.9140008309105 rows/sec., 9.68 MiB/sec.
5385 2025.03.22 20:06:33.867317 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
5386 2025.03.22 20:06:33.867687 [ 190 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::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
5387 2025.03.22 20:06:33.867715 [ 5 ] {3120b2de-2e42-4088-8466-f533adfa82ec} <Debug> TCPHandler: Processed in 0.002976233 sec.
5388 2025.03.22 20:06:33.867975 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5389 2025.03.22 20:06:33.868240 [ 5 ] {b2c3abca-222c-4d06-95ab-5098ac11f702} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5390 2025.03.22 20:06:33.868322 [ 190 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5391 2025.03.22 20:06:33.868348 [ 5 ] {b2c3abca-222c-4d06-95ab-5098ac11f702} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5392 2025.03.22 20:06:33.868502 [ 190 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 568 rows starting from the beginning of the part
5393 2025.03.22 20:06:33.869394 [ 190 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 13 rows starting from the beginning of the part
5394 2025.03.22 20:06:33.870090 [ 190 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 26 rows starting from the beginning of the part
5395 2025.03.22 20:06:33.870888 [ 190 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 13 rows starting from the beginning of the part
5396 2025.03.22 20:06:33.870957 [ 5 ] {b2c3abca-222c-4d06-95ab-5098ac11f702} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5397 2025.03.22 20:06:33.871048 [ 5 ] {b2c3abca-222c-4d06-95ab-5098ac11f702} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
5398 2025.03.22 20:06:33.871528 [ 190 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 26 rows starting from the beginning of the part
5399 2025.03.22 20:06:33.872215 [ 190 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 13 rows starting from the beginning of the part
5400 2025.03.22 20:06:33.872764 [ 5 ] {b2c3abca-222c-4d06-95ab-5098ac11f702} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
5401 2025.03.22 20:06:33.873338 [ 5 ] {b2c3abca-222c-4d06-95ab-5098ac11f702} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5402 2025.03.22 20:06:33.873868 [ 5 ] {b2c3abca-222c-4d06-95ab-5098ac11f702} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005712 sec., 10504.20168067227 rows/sec., 724.90 KiB/sec.
5403 2025.03.22 20:06:33.874107 [ 5 ] {b2c3abca-222c-4d06-95ab-5098ac11f702} <Debug> TCPHandler: Processed in 0.006207652 sec.
5404 2025.03.22 20:06:33.877639 [ 193 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 659 rows, containing 19 columns (19 merged, 0 gathered) in 0.010172376 sec., 64783.291533856005 rows/sec., 116.09 MiB/sec.
5405 2025.03.22 20:06:33.878358 [ 186 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
5406 2025.03.22 20:06:33.878801 [ 186 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5407 2025.03.22 20:06:33.878889 [ 186 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
5408 2025.03.22 20:06:33.879005 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.50 MiB.
5409 2025.03.22 20:06:33.903576 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 212
5410 2025.03.22 20:06:33.924630 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5411 2025.03.22 20:06:33.924678 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
5412 2025.03.22 20:06:33.932303 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
5413 2025.03.22 20:06:33.933111 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5414 2025.03.22 20:06:33.935745 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 212
5415 2025.03.22 20:06:38.852963 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5416 2025.03.22 20:06:38.853178 [ 5 ] {287c75a3-8eef-45cb-8f6b-a88fb0830d07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
5417 2025.03.22 20:06:38.853252 [ 5 ] {287c75a3-8eef-45cb-8f6b-a88fb0830d07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
5418 2025.03.22 20:06:38.853999 [ 5 ] {287c75a3-8eef-45cb-8f6b-a88fb0830d07} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5419 2025.03.22 20:06:38.854058 [ 5 ] {287c75a3-8eef-45cb-8f6b-a88fb0830d07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
5420 2025.03.22 20:06:38.854491 [ 5 ] {287c75a3-8eef-45cb-8f6b-a88fb0830d07} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
5421 2025.03.22 20:06:38.854777 [ 5 ] {287c75a3-8eef-45cb-8f6b-a88fb0830d07} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5422 2025.03.22 20:06:38.855050 [ 5 ] {287c75a3-8eef-45cb-8f6b-a88fb0830d07} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001921 sec., 1041.124414367517 rows/sec., 84.90 KiB/sec.
5423 2025.03.22 20:06:38.855167 [ 5 ] {287c75a3-8eef-45cb-8f6b-a88fb0830d07} <Debug> TCPHandler: Processed in 0.00233827 sec.
5424 2025.03.22 20:06:38.855325 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5425 2025.03.22 20:06:38.855439 [ 5 ] {cf62437b-3f79-4533-a8d5-b52609cdbf82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5426 2025.03.22 20:06:38.855490 [ 5 ] {cf62437b-3f79-4533-a8d5-b52609cdbf82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5427 2025.03.22 20:06:38.856091 [ 5 ] {cf62437b-3f79-4533-a8d5-b52609cdbf82} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5428 2025.03.22 20:06:38.856132 [ 5 ] {cf62437b-3f79-4533-a8d5-b52609cdbf82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
5429 2025.03.22 20:06:38.856509 [ 5 ] {cf62437b-3f79-4533-a8d5-b52609cdbf82} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
5430 2025.03.22 20:06:38.856770 [ 5 ] {cf62437b-3f79-4533-a8d5-b52609cdbf82} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5431 2025.03.22 20:06:38.857002 [ 5 ] {cf62437b-3f79-4533-a8d5-b52609cdbf82} <Debug> executeQuery: Read 109 rows, 9.32 KiB in 0.001587 sec., 68683.04977945809 rows/sec., 5.74 MiB/sec.
5432 2025.03.22 20:06:38.857084 [ 5 ] {cf62437b-3f79-4533-a8d5-b52609cdbf82} <Debug> TCPHandler: Processed in 0.001811098 sec.
5433 2025.03.22 20:06:38.857329 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5434 2025.03.22 20:06:38.857449 [ 5 ] {31b21083-3e2f-45ac-8570-f8128fdef8cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5435 2025.03.22 20:06:38.857499 [ 5 ] {31b21083-3e2f-45ac-8570-f8128fdef8cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5436 2025.03.22 20:06:38.858054 [ 5 ] {31b21083-3e2f-45ac-8570-f8128fdef8cd} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5437 2025.03.22 20:06:38.858095 [ 5 ] {31b21083-3e2f-45ac-8570-f8128fdef8cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
5438 2025.03.22 20:06:38.858447 [ 5 ] {31b21083-3e2f-45ac-8570-f8128fdef8cd} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
5439 2025.03.22 20:06:38.858685 [ 5 ] {31b21083-3e2f-45ac-8570-f8128fdef8cd} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5440 2025.03.22 20:06:38.858883 [ 5 ] {31b21083-3e2f-45ac-8570-f8128fdef8cd} <Debug> executeQuery: Read 28 rows, 2.09 KiB in 0.001458 sec., 19204.389574759945 rows/sec., 1.40 MiB/sec.
5441 2025.03.22 20:06:38.858938 [ 5 ] {31b21083-3e2f-45ac-8570-f8128fdef8cd} <Debug> TCPHandler: Processed in 0.001701146 sec.
5442 2025.03.22 20:06:38.859072 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5443 2025.03.22 20:06:38.859178 [ 5 ] {3599db65-1be2-451c-bd79-b3b2a7fc4aa7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5444 2025.03.22 20:06:38.859223 [ 5 ] {3599db65-1be2-451c-bd79-b3b2a7fc4aa7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5445 2025.03.22 20:06:38.859776 [ 5 ] {3599db65-1be2-451c-bd79-b3b2a7fc4aa7} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5446 2025.03.22 20:06:38.859817 [ 5 ] {3599db65-1be2-451c-bd79-b3b2a7fc4aa7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
5447 2025.03.22 20:06:38.860181 [ 5 ] {3599db65-1be2-451c-bd79-b3b2a7fc4aa7} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
5448 2025.03.22 20:06:38.860416 [ 5 ] {3599db65-1be2-451c-bd79-b3b2a7fc4aa7} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5449 2025.03.22 20:06:38.860630 [ 5 ] {3599db65-1be2-451c-bd79-b3b2a7fc4aa7} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.001474 sec., 62415.19674355495 rows/sec., 4.88 MiB/sec.
5450 2025.03.22 20:06:38.860683 [ 5 ] {3599db65-1be2-451c-bd79-b3b2a7fc4aa7} <Debug> TCPHandler: Processed in 0.001660145 sec.
5451 2025.03.22 20:06:38.860809 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5452 2025.03.22 20:06:38.860914 [ 5 ] {842da6d7-8890-475a-88b4-e25459b58dae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5453 2025.03.22 20:06:38.860961 [ 5 ] {842da6d7-8890-475a-88b4-e25459b58dae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5454 2025.03.22 20:06:38.861480 [ 5 ] {842da6d7-8890-475a-88b4-e25459b58dae} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5455 2025.03.22 20:06:38.861518 [ 5 ] {842da6d7-8890-475a-88b4-e25459b58dae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
5456 2025.03.22 20:06:38.861903 [ 5 ] {842da6d7-8890-475a-88b4-e25459b58dae} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
5457 2025.03.22 20:06:38.862168 [ 5 ] {842da6d7-8890-475a-88b4-e25459b58dae} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5458 2025.03.22 20:06:38.862385 [ 5 ] {842da6d7-8890-475a-88b4-e25459b58dae} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001493 sec., 107836.57066309445 rows/sec., 7.51 MiB/sec.
5459 2025.03.22 20:06:38.862438 [ 5 ] {842da6d7-8890-475a-88b4-e25459b58dae} <Debug> TCPHandler: Processed in 0.001678765 sec.
5460 2025.03.22 20:06:38.862546 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5461 2025.03.22 20:06:38.862652 [ 5 ] {a3972785-db01-49d5-a1f2-b75298fc0eab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5462 2025.03.22 20:06:38.862716 [ 5 ] {a3972785-db01-49d5-a1f2-b75298fc0eab} <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
5463 2025.03.22 20:06:38.863775 [ 5 ] {a3972785-db01-49d5-a1f2-b75298fc0eab} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5464 2025.03.22 20:06:38.863814 [ 5 ] {a3972785-db01-49d5-a1f2-b75298fc0eab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
5465 2025.03.22 20:06:38.864454 [ 5 ] {a3972785-db01-49d5-a1f2-b75298fc0eab} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
5466 2025.03.22 20:06:38.864755 [ 5 ] {a3972785-db01-49d5-a1f2-b75298fc0eab} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5467 2025.03.22 20:06:38.865002 [ 5 ] {a3972785-db01-49d5-a1f2-b75298fc0eab} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002375 sec., 10947.368421052632 rows/sec., 19.62 MiB/sec.
5468 2025.03.22 20:06:38.865115 [ 5 ] {a3972785-db01-49d5-a1f2-b75298fc0eab} <Debug> TCPHandler: Processed in 0.002622745 sec.
5469 2025.03.22 20:06:38.865259 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5470 2025.03.22 20:06:38.865364 [ 5 ] {f15c912f-2b47-45c6-bec7-1c3097803a10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5471 2025.03.22 20:06:38.865411 [ 5 ] {f15c912f-2b47-45c6-bec7-1c3097803a10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5472 2025.03.22 20:06:38.865860 [ 5 ] {f15c912f-2b47-45c6-bec7-1c3097803a10} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5473 2025.03.22 20:06:38.865899 [ 5 ] {f15c912f-2b47-45c6-bec7-1c3097803a10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
5474 2025.03.22 20:06:38.866265 [ 5 ] {f15c912f-2b47-45c6-bec7-1c3097803a10} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
5475 2025.03.22 20:06:38.866516 [ 5 ] {f15c912f-2b47-45c6-bec7-1c3097803a10} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5476 2025.03.22 20:06:38.866732 [ 5 ] {f15c912f-2b47-45c6-bec7-1c3097803a10} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001391 sec., 43134.43565780014 rows/sec., 2.91 MiB/sec.
5477 2025.03.22 20:06:38.866782 [ 5 ] {f15c912f-2b47-45c6-bec7-1c3097803a10} <Debug> TCPHandler: Processed in 0.001572513 sec.
5478 2025.03.22 20:06:40.435474 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 13359
5479 2025.03.22 20:06:40.436551 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5480 2025.03.22 20:06:40.436623 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
5481 2025.03.22 20:06:40.437554 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
5482 2025.03.22 20:06:40.437983 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5483 2025.03.22 20:06:40.438333 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13359
5484 2025.03.22 20:06:41.436779 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 219
5485 2025.03.22 20:06:41.458124 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5486 2025.03.22 20:06:41.458183 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
5487 2025.03.22 20:06:41.465777 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
5488 2025.03.22 20:06:41.466577 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5489 2025.03.22 20:06:41.469332 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 219
5490 2025.03.22 20:06:43.008280 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 760
5491 2025.03.22 20:06:43.011254 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5492 2025.03.22 20:06:43.011315 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
5493 2025.03.22 20:06:43.012813 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
5494 2025.03.22 20:06:43.013154 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5495 2025.03.22 20:06:43.013830 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 760
5496 2025.03.22 20:06:43.852483 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5497 2025.03.22 20:06:43.852689 [ 5 ] {a01618c2-1230-4d96-8428-564e891a57b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5498 2025.03.22 20:06:43.852769 [ 5 ] {a01618c2-1230-4d96-8428-564e891a57b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5499 2025.03.22 20:06:43.853643 [ 5 ] {a01618c2-1230-4d96-8428-564e891a57b8} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5500 2025.03.22 20:06:43.853693 [ 5 ] {a01618c2-1230-4d96-8428-564e891a57b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
5501 2025.03.22 20:06:43.854129 [ 5 ] {a01618c2-1230-4d96-8428-564e891a57b8} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
5502 2025.03.22 20:06:43.854408 [ 5 ] {a01618c2-1230-4d96-8428-564e891a57b8} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5503 2025.03.22 20:06:43.854639 [ 5 ] {a01618c2-1230-4d96-8428-564e891a57b8} <Debug> executeQuery: Read 82 rows, 6.94 KiB in 0.002006 sec., 40877.367896311065 rows/sec., 3.38 MiB/sec.
5504 2025.03.22 20:06:43.854708 [ 5 ] {a01618c2-1230-4d96-8428-564e891a57b8} <Debug> TCPHandler: Processed in 0.00236273 sec.
5505 2025.03.22 20:06:43.854833 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5506 2025.03.22 20:06:43.854946 [ 5 ] {0798b8ec-cb17-43fe-9e0b-200650a78ec5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5507 2025.03.22 20:06:43.854994 [ 5 ] {0798b8ec-cb17-43fe-9e0b-200650a78ec5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5508 2025.03.22 20:06:43.855526 [ 5 ] {0798b8ec-cb17-43fe-9e0b-200650a78ec5} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5509 2025.03.22 20:06:43.855566 [ 5 ] {0798b8ec-cb17-43fe-9e0b-200650a78ec5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
5510 2025.03.22 20:06:43.855918 [ 5 ] {0798b8ec-cb17-43fe-9e0b-200650a78ec5} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
5511 2025.03.22 20:06:43.856156 [ 5 ] {0798b8ec-cb17-43fe-9e0b-200650a78ec5} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5512 2025.03.22 20:06:43.856418 [ 5 ] {0798b8ec-cb17-43fe-9e0b-200650a78ec5} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.001494 sec., 8701.472556894243 rows/sec., 654.31 KiB/sec.
5513 2025.03.22 20:06:43.856591 [ 5 ] {0798b8ec-cb17-43fe-9e0b-200650a78ec5} <Debug> TCPHandler: Processed in 0.001806058 sec.
5514 2025.03.22 20:06:43.856820 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5515 2025.03.22 20:06:43.856927 [ 5 ] {c6eecab4-ea03-4b16-ba9a-be220c3a4128} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5516 2025.03.22 20:06:43.856972 [ 5 ] {c6eecab4-ea03-4b16-ba9a-be220c3a4128} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5517 2025.03.22 20:06:43.857539 [ 5 ] {c6eecab4-ea03-4b16-ba9a-be220c3a4128} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5518 2025.03.22 20:06:43.857578 [ 5 ] {c6eecab4-ea03-4b16-ba9a-be220c3a4128} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
5519 2025.03.22 20:06:43.857935 [ 5 ] {c6eecab4-ea03-4b16-ba9a-be220c3a4128} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
5520 2025.03.22 20:06:43.858173 [ 5 ] {c6eecab4-ea03-4b16-ba9a-be220c3a4128} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5521 2025.03.22 20:06:43.858416 [ 5 ] {c6eecab4-ea03-4b16-ba9a-be220c3a4128} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.001511 sec., 50959.629384513566 rows/sec., 3.98 MiB/sec.
5522 2025.03.22 20:06:43.858594 [ 5 ] {c6eecab4-ea03-4b16-ba9a-be220c3a4128} <Debug> TCPHandler: Processed in 0.00183711 sec.
5523 2025.03.22 20:06:43.858837 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5524 2025.03.22 20:06:43.858942 [ 5 ] {33e4b8c9-0443-490d-9e9c-3002f708e863} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5525 2025.03.22 20:06:43.858992 [ 5 ] {33e4b8c9-0443-490d-9e9c-3002f708e863} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5526 2025.03.22 20:06:43.859537 [ 5 ] {33e4b8c9-0443-490d-9e9c-3002f708e863} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5527 2025.03.22 20:06:43.859577 [ 5 ] {33e4b8c9-0443-490d-9e9c-3002f708e863} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
5528 2025.03.22 20:06:43.859966 [ 5 ] {33e4b8c9-0443-490d-9e9c-3002f708e863} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
5529 2025.03.22 20:06:43.860205 [ 5 ] {33e4b8c9-0443-490d-9e9c-3002f708e863} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5530 2025.03.22 20:06:43.860397 [ 5 ] {33e4b8c9-0443-490d-9e9c-3002f708e863} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001473 sec., 108621.86014935507 rows/sec., 7.57 MiB/sec.
5531 2025.03.22 20:06:43.860463 [ 5 ] {33e4b8c9-0443-490d-9e9c-3002f708e863} <Debug> TCPHandler: Processed in 0.001707336 sec.
5532 2025.03.22 20:06:43.860713 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5533 2025.03.22 20:06:43.860817 [ 5 ] {78bf64d1-a102-4508-842d-121b5a3596d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5534 2025.03.22 20:06:43.860889 [ 5 ] {78bf64d1-a102-4508-842d-121b5a3596d4} <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
5535 2025.03.22 20:06:43.861923 [ 5 ] {78bf64d1-a102-4508-842d-121b5a3596d4} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5536 2025.03.22 20:06:43.861960 [ 5 ] {78bf64d1-a102-4508-842d-121b5a3596d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
5537 2025.03.22 20:06:43.862595 [ 5 ] {78bf64d1-a102-4508-842d-121b5a3596d4} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
5538 2025.03.22 20:06:43.862847 [ 5 ] {78bf64d1-a102-4508-842d-121b5a3596d4} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5539 2025.03.22 20:06:43.863095 [ 5 ] {78bf64d1-a102-4508-842d-121b5a3596d4} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002299 sec., 5654.632448890822 rows/sec., 10.13 MiB/sec.
5540 2025.03.22 20:06:43.863633 [ 5 ] {78bf64d1-a102-4508-842d-121b5a3596d4} <Debug> TCPHandler: Processed in 0.002998574 sec.
5541 2025.03.22 20:06:43.863787 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5542 2025.03.22 20:06:43.863892 [ 5 ] {f2272722-c2e0-4381-89bb-eac235651d6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5543 2025.03.22 20:06:43.863938 [ 5 ] {f2272722-c2e0-4381-89bb-eac235651d6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5544 2025.03.22 20:06:43.864401 [ 5 ] {f2272722-c2e0-4381-89bb-eac235651d6d} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5545 2025.03.22 20:06:43.864439 [ 5 ] {f2272722-c2e0-4381-89bb-eac235651d6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
5546 2025.03.22 20:06:43.864797 [ 5 ] {f2272722-c2e0-4381-89bb-eac235651d6d} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
5547 2025.03.22 20:06:43.865031 [ 5 ] {f2272722-c2e0-4381-89bb-eac235651d6d} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5548 2025.03.22 20:06:43.865211 [ 5 ] {f2272722-c2e0-4381-89bb-eac235651d6d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001341 sec., 44742.729306487694 rows/sec., 3.02 MiB/sec.
5549 2025.03.22 20:06:43.865259 [ 5 ] {f2272722-c2e0-4381-89bb-eac235651d6d} <Debug> TCPHandler: Processed in 0.001522282 sec.
5550 2025.03.22 20:06:47.794158 [ 114 ] {} <Debug> DNSResolver: Updating DNS cache
5551 2025.03.22 20:06:47.794260 [ 114 ] {} <Debug> DNSResolver: Updated DNS cache
5552 2025.03.22 20:06:47.939458 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13786
5553 2025.03.22 20:06:47.940108 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5554 2025.03.22 20:06:47.940155 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
5555 2025.03.22 20:06:47.940736 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
5556 2025.03.22 20:06:47.941001 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5557 2025.03.22 20:06:47.941254 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13786
5558 2025.03.22 20:06:48.853866 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5559 2025.03.22 20:06:48.854061 [ 5 ] {8cbf6092-93ac-4530-9955-5fd13c55d333} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5560 2025.03.22 20:06:48.854136 [ 5 ] {8cbf6092-93ac-4530-9955-5fd13c55d333} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5561 2025.03.22 20:06:48.854946 [ 5 ] {8cbf6092-93ac-4530-9955-5fd13c55d333} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5562 2025.03.22 20:06:48.854999 [ 5 ] {8cbf6092-93ac-4530-9955-5fd13c55d333} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
5563 2025.03.22 20:06:48.855441 [ 5 ] {8cbf6092-93ac-4530-9955-5fd13c55d333} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
5564 2025.03.22 20:06:48.855694 [ 5 ] {8cbf6092-93ac-4530-9955-5fd13c55d333} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5565 2025.03.22 20:06:48.855927 [ 5 ] {8cbf6092-93ac-4530-9955-5fd13c55d333} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.001918 sec., 56308.654848800834 rows/sec., 4.71 MiB/sec.
5566 2025.03.22 20:06:48.855996 [ 5 ] {8cbf6092-93ac-4530-9955-5fd13c55d333} <Debug> TCPHandler: Processed in 0.002259378 sec.
5567 2025.03.22 20:06:48.856125 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5568 2025.03.22 20:06:48.856239 [ 5 ] {44980062-f055-4c24-a974-e67bff978c86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5569 2025.03.22 20:06:48.856289 [ 5 ] {44980062-f055-4c24-a974-e67bff978c86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5570 2025.03.22 20:06:48.856835 [ 5 ] {44980062-f055-4c24-a974-e67bff978c86} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5571 2025.03.22 20:06:48.856875 [ 5 ] {44980062-f055-4c24-a974-e67bff978c86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
5572 2025.03.22 20:06:48.857249 [ 5 ] {44980062-f055-4c24-a974-e67bff978c86} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
5573 2025.03.22 20:06:48.857479 [ 5 ] {44980062-f055-4c24-a974-e67bff978c86} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5574 2025.03.22 20:06:48.857695 [ 5 ] {44980062-f055-4c24-a974-e67bff978c86} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001481 sec., 17555.705604321407 rows/sec., 1.29 MiB/sec.
5575 2025.03.22 20:06:48.857772 [ 5 ] {44980062-f055-4c24-a974-e67bff978c86} <Debug> TCPHandler: Processed in 0.001701096 sec.
5576 2025.03.22 20:06:48.857925 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5577 2025.03.22 20:06:48.858029 [ 5 ] {db42a813-0df5-44c9-afd5-77805d40d521} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5578 2025.03.22 20:06:48.858073 [ 5 ] {db42a813-0df5-44c9-afd5-77805d40d521} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5579 2025.03.22 20:06:48.858625 [ 5 ] {db42a813-0df5-44c9-afd5-77805d40d521} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5580 2025.03.22 20:06:48.858663 [ 5 ] {db42a813-0df5-44c9-afd5-77805d40d521} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
5581 2025.03.22 20:06:48.859017 [ 5 ] {db42a813-0df5-44c9-afd5-77805d40d521} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
5582 2025.03.22 20:06:48.859250 [ 5 ] {db42a813-0df5-44c9-afd5-77805d40d521} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5583 2025.03.22 20:06:48.859472 [ 5 ] {db42a813-0df5-44c9-afd5-77805d40d521} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.001464 sec., 61475.40983606557 rows/sec., 4.80 MiB/sec.
5584 2025.03.22 20:06:48.859526 [ 5 ] {db42a813-0df5-44c9-afd5-77805d40d521} <Debug> TCPHandler: Processed in 0.001659535 sec.
5585 2025.03.22 20:06:48.859653 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5586 2025.03.22 20:06:48.859758 [ 5 ] {7c8f9ac8-3799-4093-9243-db40af485dab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5587 2025.03.22 20:06:48.859806 [ 5 ] {7c8f9ac8-3799-4093-9243-db40af485dab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5588 2025.03.22 20:06:48.860356 [ 5 ] {7c8f9ac8-3799-4093-9243-db40af485dab} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5589 2025.03.22 20:06:48.860395 [ 5 ] {7c8f9ac8-3799-4093-9243-db40af485dab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
5590 2025.03.22 20:06:48.860769 [ 5 ] {7c8f9ac8-3799-4093-9243-db40af485dab} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
5591 2025.03.22 20:06:48.861000 [ 5 ] {7c8f9ac8-3799-4093-9243-db40af485dab} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5592 2025.03.22 20:06:48.861218 [ 5 ] {7c8f9ac8-3799-4093-9243-db40af485dab} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001482 sec., 107962.21322537112 rows/sec., 7.52 MiB/sec.
5593 2025.03.22 20:06:48.861270 [ 5 ] {7c8f9ac8-3799-4093-9243-db40af485dab} <Debug> TCPHandler: Processed in 0.001667266 sec.
5594 2025.03.22 20:06:48.861386 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5595 2025.03.22 20:06:48.861491 [ 5 ] {43f460f4-4464-4842-bbf9-6d990469b396} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5596 2025.03.22 20:06:48.861558 [ 5 ] {43f460f4-4464-4842-bbf9-6d990469b396} <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
5597 2025.03.22 20:06:48.862667 [ 5 ] {43f460f4-4464-4842-bbf9-6d990469b396} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5598 2025.03.22 20:06:48.862705 [ 5 ] {43f460f4-4464-4842-bbf9-6d990469b396} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
5599 2025.03.22 20:06:48.863329 [ 5 ] {43f460f4-4464-4842-bbf9-6d990469b396} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
5600 2025.03.22 20:06:48.863605 [ 5 ] {43f460f4-4464-4842-bbf9-6d990469b396} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5601 2025.03.22 20:06:48.863839 [ 5 ] {43f460f4-4464-4842-bbf9-6d990469b396} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.00237 sec., 10970.464135021097 rows/sec., 19.66 MiB/sec.
5602 2025.03.22 20:06:48.863948 [ 5 ] {43f460f4-4464-4842-bbf9-6d990469b396} <Debug> TCPHandler: Processed in 0.002611306 sec.
5603 2025.03.22 20:06:48.864091 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5604 2025.03.22 20:06:48.864196 [ 5 ] {2b4d6807-3c60-47ea-a5f9-3202ecb5b5f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5605 2025.03.22 20:06:48.864241 [ 5 ] {2b4d6807-3c60-47ea-a5f9-3202ecb5b5f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5606 2025.03.22 20:06:48.864684 [ 5 ] {2b4d6807-3c60-47ea-a5f9-3202ecb5b5f5} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5607 2025.03.22 20:06:48.864721 [ 5 ] {2b4d6807-3c60-47ea-a5f9-3202ecb5b5f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
5608 2025.03.22 20:06:48.865068 [ 5 ] {2b4d6807-3c60-47ea-a5f9-3202ecb5b5f5} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
5609 2025.03.22 20:06:48.865301 [ 5 ] {2b4d6807-3c60-47ea-a5f9-3202ecb5b5f5} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5610 2025.03.22 20:06:48.865518 [ 5 ] {2b4d6807-3c60-47ea-a5f9-3202ecb5b5f5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001343 sec., 44676.09828741623 rows/sec., 3.01 MiB/sec.
5611 2025.03.22 20:06:48.865566 [ 5 ] {2b4d6807-3c60-47ea-a5f9-3202ecb5b5f5} <Debug> TCPHandler: Processed in 0.001525732 sec.
5612 2025.03.22 20:06:48.970381 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 227
5613 2025.03.22 20:06:48.992251 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5614 2025.03.22 20:06:48.992313 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
5615 2025.03.22 20:06:48.999775 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
5616 2025.03.22 20:06:49.000163 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 201.50 MiB, peak 203.28 MiB, free memory in arenas 0.00 B, will set to 196.59 MiB (RSS), difference: -4.91 MiB
5617 2025.03.22 20:06:49.001075 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5618 2025.03.22 20:06:49.004555 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 227
5619 2025.03.22 20:06:49.208504 [ 76 ] {} <Debug> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
5620 2025.03.22 20:06:49.208577 [ 76 ] {} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5621 2025.03.22 20:06:49.208604 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
5622 2025.03.22 20:06:49.208782 [ 188 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::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
5623 2025.03.22 20:06:49.208956 [ 188 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5624 2025.03.22 20:06:49.208993 [ 188 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 18 rows starting from the beginning of the part
5625 2025.03.22 20:06:49.209075 [ 188 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::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
5626 2025.03.22 20:06:49.209326 [ 188 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2 rows starting from the beginning of the part
5627 2025.03.22 20:06:49.209514 [ 188 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::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
5628 2025.03.22 20:06:49.209653 [ 188 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 2 rows starting from the beginning of the part
5629 2025.03.22 20:06:49.210768 [ 186 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.002095755 sec., 18131.890416580183 rows/sec., 1.51 MiB/sec.
5630 2025.03.22 20:06:49.210926 [ 188 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
5631 2025.03.22 20:06:49.211203 [ 188 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::all_1_9_2} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5632 2025.03.22 20:06:49.211276 [ 188 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::all_1_9_2} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
5633 2025.03.22 20:06:49.211349 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
5634 2025.03.22 20:06:50.000209 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 192.62 MiB, peak 203.28 MiB, free memory in arenas 0.00 B, will set to 196.59 MiB (RSS), difference: 3.97 MiB
5635 2025.03.22 20:06:52.847749 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5636 2025.03.22 20:06:52.847974 [ 5 ] {b521dab2-196c-4898-abd7-d8d056adbb8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
5637 2025.03.22 20:06:52.848054 [ 5 ] {b521dab2-196c-4898-abd7-d8d056adbb8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
5638 2025.03.22 20:06:52.848915 [ 5 ] {b521dab2-196c-4898-abd7-d8d056adbb8f} <Trace> oximeter.fields_i16 (264093f9-a655-4468-9a79-5d699a3bbf39): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5639 2025.03.22 20:06:52.848961 [ 5 ] {b521dab2-196c-4898-abd7-d8d056adbb8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
5640 2025.03.22 20:06:52.849382 [ 5 ] {b521dab2-196c-4898-abd7-d8d056adbb8f} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
5641 2025.03.22 20:06:52.849636 [ 5 ] {b521dab2-196c-4898-abd7-d8d056adbb8f} <Trace> oximeter.fields_i16 (264093f9-a655-4468-9a79-5d699a3bbf39): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5642 2025.03.22 20:06:52.849901 [ 5 ] {b521dab2-196c-4898-abd7-d8d056adbb8f} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001983 sec., 12102.874432677761 rows/sec., 1.00 MiB/sec.
5643 2025.03.22 20:06:52.850000 [ 5 ] {b521dab2-196c-4898-abd7-d8d056adbb8f} <Debug> TCPHandler: Processed in 0.002385271 sec.
5644 2025.03.22 20:06:52.850114 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5645 2025.03.22 20:06:52.850222 [ 5 ] {1aa403c4-6403-473a-bee3-fae46d4d12fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5646 2025.03.22 20:06:52.850270 [ 5 ] {1aa403c4-6403-473a-bee3-fae46d4d12fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5647 2025.03.22 20:06:52.851459 [ 5 ] {1aa403c4-6403-473a-bee3-fae46d4d12fd} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5648 2025.03.22 20:06:52.851498 [ 5 ] {1aa403c4-6403-473a-bee3-fae46d4d12fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
5649 2025.03.22 20:06:52.851948 [ 5 ] {1aa403c4-6403-473a-bee3-fae46d4d12fd} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
5650 2025.03.22 20:06:52.852212 [ 5 ] {1aa403c4-6403-473a-bee3-fae46d4d12fd} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5651 2025.03.22 20:06:52.852391 [ 150 ] {} <Debug> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
5652 2025.03.22 20:06:52.852456 [ 5 ] {1aa403c4-6403-473a-bee3-fae46d4d12fd} <Debug> executeQuery: Read 1342 rows, 114.49 KiB in 0.002259 sec., 594068.1717574147 rows/sec., 49.49 MiB/sec.
5653 2025.03.22 20:06:52.852482 [ 150 ] {} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5654 2025.03.22 20:06:52.852559 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
5655 2025.03.22 20:06:52.852581 [ 5 ] {1aa403c4-6403-473a-bee3-fae46d4d12fd} <Debug> TCPHandler: Processed in 0.002509933 sec.
5656 2025.03.22 20:06:52.852810 [ 194 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::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
5657 2025.03.22 20:06:52.852827 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5658 2025.03.22 20:06:52.853083 [ 5 ] {ad42766e-aca6-4d0b-af94-7ce9707e2315} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5659 2025.03.22 20:06:52.853095 [ 194 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5660 2025.03.22 20:06:52.853179 [ 5 ] {ad42766e-aca6-4d0b-af94-7ce9707e2315} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5661 2025.03.22 20:06:52.853183 [ 194 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1403 rows starting from the beginning of the part
5662 2025.03.22 20:06:52.853582 [ 194 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 82 rows starting from the beginning of the part
5663 2025.03.22 20:06:52.853939 [ 194 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 109 rows starting from the beginning of the part
5664 2025.03.22 20:06:52.854273 [ 194 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 82 rows starting from the beginning of the part
5665 2025.03.22 20:06:52.854666 [ 194 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 108 rows starting from the beginning of the part
5666 2025.03.22 20:06:52.855007 [ 194 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 1342 rows starting from the beginning of the part
5667 2025.03.22 20:06:52.856089 [ 5 ] {ad42766e-aca6-4d0b-af94-7ce9707e2315} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5668 2025.03.22 20:06:52.856173 [ 5 ] {ad42766e-aca6-4d0b-af94-7ce9707e2315} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
5669 2025.03.22 20:06:52.857033 [ 5 ] {ad42766e-aca6-4d0b-af94-7ce9707e2315} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
5670 2025.03.22 20:06:52.857571 [ 5 ] {ad42766e-aca6-4d0b-af94-7ce9707e2315} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5671 2025.03.22 20:06:52.857976 [ 5 ] {ad42766e-aca6-4d0b-af94-7ce9707e2315} <Debug> executeQuery: Read 25 rows, 1.94 KiB in 0.004964 sec., 5036.2610797743755 rows/sec., 390.51 KiB/sec.
5672 2025.03.22 20:06:52.858105 [ 5 ] {ad42766e-aca6-4d0b-af94-7ce9707e2315} <Debug> TCPHandler: Processed in 0.005358304 sec.
5673 2025.03.22 20:06:52.858519 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5674 2025.03.22 20:06:52.858993 [ 5 ] {a5af21ac-06c0-4ea0-bbf0-c31da9678552} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5675 2025.03.22 20:06:52.859165 [ 5 ] {a5af21ac-06c0-4ea0-bbf0-c31da9678552} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5676 2025.03.22 20:06:52.859466 [ 194 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3126 rows, containing 5 columns (5 merged, 0 gathered) in 0.006806274 sec., 459282.12704924896 rows/sec., 40.05 MiB/sec.
5677 2025.03.22 20:06:52.859790 [ 194 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
5678 2025.03.22 20:06:52.860290 [ 194 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_51_10} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5679 2025.03.22 20:06:52.860508 [ 194 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_51_10} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
5680 2025.03.22 20:06:52.860646 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB.
5681 2025.03.22 20:06:52.860669 [ 5 ] {a5af21ac-06c0-4ea0-bbf0-c31da9678552} <Trace> oximeter.fields_u32 (ad7a5232-f0e1-40d6-acb0-24ed1d64c039): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5682 2025.03.22 20:06:52.860720 [ 5 ] {a5af21ac-06c0-4ea0-bbf0-c31da9678552} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
5683 2025.03.22 20:06:52.861096 [ 5 ] {a5af21ac-06c0-4ea0-bbf0-c31da9678552} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
5684 2025.03.22 20:06:52.861338 [ 5 ] {a5af21ac-06c0-4ea0-bbf0-c31da9678552} <Trace> oximeter.fields_u32 (ad7a5232-f0e1-40d6-acb0-24ed1d64c039): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5685 2025.03.22 20:06:52.861579 [ 5 ] {a5af21ac-06c0-4ea0-bbf0-c31da9678552} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.002778 sec., 90712.74298056155 rows/sec., 6.27 MiB/sec.
5686 2025.03.22 20:06:52.861643 [ 5 ] {a5af21ac-06c0-4ea0-bbf0-c31da9678552} <Debug> TCPHandler: Processed in 0.00327854 sec.
5687 2025.03.22 20:06:52.861778 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5688 2025.03.22 20:06:52.861915 [ 5 ] {c2583788-5137-4d98-aca4-429b6b4c8bc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
5689 2025.03.22 20:06:52.861970 [ 5 ] {c2583788-5137-4d98-aca4-429b6b4c8bc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5690 2025.03.22 20:06:52.862632 [ 5 ] {c2583788-5137-4d98-aca4-429b6b4c8bc5} <Trace> oximeter.fields_u8 (faaaa09d-c3bc-4a8d-ab11-77969ca3dca4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5691 2025.03.22 20:06:52.862679 [ 5 ] {c2583788-5137-4d98-aca4-429b6b4c8bc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
5692 2025.03.22 20:06:52.863070 [ 5 ] {c2583788-5137-4d98-aca4-429b6b4c8bc5} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
5693 2025.03.22 20:06:52.863320 [ 5 ] {c2583788-5137-4d98-aca4-429b6b4c8bc5} <Trace> oximeter.fields_u8 (faaaa09d-c3bc-4a8d-ab11-77969ca3dca4): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5694 2025.03.22 20:06:52.863584 [ 5 ] {c2583788-5137-4d98-aca4-429b6b4c8bc5} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001695 sec., 7079.646017699116 rows/sec., 553.10 KiB/sec.
5695 2025.03.22 20:06:52.863736 [ 5 ] {c2583788-5137-4d98-aca4-429b6b4c8bc5} <Debug> TCPHandler: Processed in 0.002014013 sec.
5696 2025.03.22 20:06:52.863881 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5697 2025.03.22 20:06:52.863986 [ 5 ] {a751e6ec-ee15-4b97-a804-aadffffc84ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5698 2025.03.22 20:06:52.864033 [ 5 ] {a751e6ec-ee15-4b97-a804-aadffffc84ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5699 2025.03.22 20:06:52.864838 [ 5 ] {a751e6ec-ee15-4b97-a804-aadffffc84ac} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5700 2025.03.22 20:06:52.864879 [ 5 ] {a751e6ec-ee15-4b97-a804-aadffffc84ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
5701 2025.03.22 20:06:52.865255 [ 5 ] {a751e6ec-ee15-4b97-a804-aadffffc84ac} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
5702 2025.03.22 20:06:52.865486 [ 5 ] {a751e6ec-ee15-4b97-a804-aadffffc84ac} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5703 2025.03.22 20:06:52.865648 [ 150 ] {} <Debug> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
5704 2025.03.22 20:06:52.865710 [ 150 ] {} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5705 2025.03.22 20:06:52.865743 [ 5 ] {a751e6ec-ee15-4b97-a804-aadffffc84ac} <Debug> executeQuery: Read 569 rows, 43.70 KiB in 0.001771 sec., 321287.40824392997 rows/sec., 24.10 MiB/sec.
5706 2025.03.22 20:06:52.865750 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
5707 2025.03.22 20:06:52.865905 [ 5 ] {a751e6ec-ee15-4b97-a804-aadffffc84ac} <Debug> TCPHandler: Processed in 0.002069934 sec.
5708 2025.03.22 20:06:52.866155 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5709 2025.03.22 20:06:52.866152 [ 188 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::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
5710 2025.03.22 20:06:52.866328 [ 5 ] {725410f8-2848-4cb1-90f4-5b1cd2949293} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5711 2025.03.22 20:06:52.866454 [ 5 ] {725410f8-2848-4cb1-90f4-5b1cd2949293} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5712 2025.03.22 20:06:52.866677 [ 188 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5713 2025.03.22 20:06:52.866827 [ 188 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 631 rows starting from the beginning of the part
5714 2025.03.22 20:06:52.867209 [ 188 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 77 rows starting from the beginning of the part
5715 2025.03.22 20:06:52.867487 [ 188 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 92 rows starting from the beginning of the part
5716 2025.03.22 20:06:52.867705 [ 188 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 77 rows starting from the beginning of the part
5717 2025.03.22 20:06:52.868014 [ 188 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 90 rows starting from the beginning of the part
5718 2025.03.22 20:06:52.868322 [ 188 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 569 rows starting from the beginning of the part
5719 2025.03.22 20:06:52.869237 [ 5 ] {725410f8-2848-4cb1-90f4-5b1cd2949293} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5720 2025.03.22 20:06:52.869295 [ 5 ] {725410f8-2848-4cb1-90f4-5b1cd2949293} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
5721 2025.03.22 20:06:52.870514 [ 5 ] {725410f8-2848-4cb1-90f4-5b1cd2949293} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
5722 2025.03.22 20:06:52.870848 [ 5 ] {725410f8-2848-4cb1-90f4-5b1cd2949293} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5723 2025.03.22 20:06:52.871470 [ 150 ] {} <Debug> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
5724 2025.03.22 20:06:52.871558 [ 5 ] {725410f8-2848-4cb1-90f4-5b1cd2949293} <Debug> executeQuery: Read 1010 rows, 69.95 KiB in 0.005255 sec., 192197.90675547096 rows/sec., 13.00 MiB/sec.
5725 2025.03.22 20:06:52.871606 [ 150 ] {} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5726 2025.03.22 20:06:52.871640 [ 188 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1536 rows, containing 5 columns (5 merged, 0 gathered) in 0.005716412 sec., 268700.0167237771 rows/sec., 21.40 MiB/sec.
5727 2025.03.22 20:06:52.871810 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
5728 2025.03.22 20:06:52.871858 [ 5 ] {725410f8-2848-4cb1-90f4-5b1cd2949293} <Debug> TCPHandler: Processed in 0.005766202 sec.
5729 2025.03.22 20:06:52.872070 [ 188 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
5730 2025.03.22 20:06:52.872342 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5731 2025.03.22 20:06:52.872727 [ 186 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::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
5732 2025.03.22 20:06:52.872798 [ 5 ] {06eccf25-139e-424e-b4cc-ca06d99498a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5733 2025.03.22 20:06:52.873286 [ 5 ] {06eccf25-139e-424e-b4cc-ca06d99498a7} <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
5734 2025.03.22 20:06:52.873841 [ 188 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_51_10} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5735 2025.03.22 20:06:52.874223 [ 188 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_51_10} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
5736 2025.03.22 20:06:52.874249 [ 186 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5737 2025.03.22 20:06:52.874449 [ 186 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 13348 rows starting from the beginning of the part
5738 2025.03.22 20:06:52.874570 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB.
5739 2025.03.22 20:06:52.875031 [ 186 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 160 rows starting from the beginning of the part
5740 2025.03.22 20:06:52.875530 [ 186 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 161 rows starting from the beginning of the part
5741 2025.03.22 20:06:52.875930 [ 186 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 160 rows starting from the beginning of the part
5742 2025.03.22 20:06:52.876357 [ 186 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 160 rows starting from the beginning of the part
5743 2025.03.22 20:06:52.876764 [ 186 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 1010 rows starting from the beginning of the part
5744 2025.03.22 20:06:52.879900 [ 5 ] {06eccf25-139e-424e-b4cc-ca06d99498a7} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5745 2025.03.22 20:06:52.879947 [ 5 ] {06eccf25-139e-424e-b4cc-ca06d99498a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
5746 2025.03.22 20:06:52.881279 [ 5 ] {06eccf25-139e-424e-b4cc-ca06d99498a7} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
5747 2025.03.22 20:06:52.881583 [ 5 ] {06eccf25-139e-424e-b4cc-ca06d99498a7} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5748 2025.03.22 20:06:52.881884 [ 5 ] {06eccf25-139e-424e-b4cc-ca06d99498a7} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.009248 sec., 1405.7093425605538 rows/sec., 2.52 MiB/sec.
5749 2025.03.22 20:06:52.882411 [ 5 ] {06eccf25-139e-424e-b4cc-ca06d99498a7} <Debug> TCPHandler: Processed in 0.010226547 sec.
5750 2025.03.22 20:06:52.882956 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5751 2025.03.22 20:06:52.882982 [ 186 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14999 rows, containing 5 columns (5 merged, 0 gathered) in 0.010989944 sec., 1364793.1236046336 rows/sec., 93.48 MiB/sec.
5752 2025.03.22 20:06:52.883079 [ 5 ] {e60ddf0a-5d1d-4672-bf7a-c25d3a725820} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5753 2025.03.22 20:06:52.883153 [ 5 ] {e60ddf0a-5d1d-4672-bf7a-c25d3a725820} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5754 2025.03.22 20:06:52.883520 [ 186 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
5755 2025.03.22 20:06:52.884022 [ 5 ] {e60ddf0a-5d1d-4672-bf7a-c25d3a725820} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5756 2025.03.22 20:06:52.884083 [ 5 ] {e60ddf0a-5d1d-4672-bf7a-c25d3a725820} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
5757 2025.03.22 20:06:52.884139 [ 186 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5758 2025.03.22 20:06:52.884346 [ 186 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
5759 2025.03.22 20:06:52.884518 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.87 MiB.
5760 2025.03.22 20:06:52.884745 [ 5 ] {e60ddf0a-5d1d-4672-bf7a-c25d3a725820} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
5761 2025.03.22 20:06:52.884992 [ 5 ] {e60ddf0a-5d1d-4672-bf7a-c25d3a725820} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5762 2025.03.22 20:06:52.885172 [ 150 ] {} <Debug> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
5763 2025.03.22 20:06:52.885244 [ 150 ] {} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5764 2025.03.22 20:06:52.885252 [ 5 ] {e60ddf0a-5d1d-4672-bf7a-c25d3a725820} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.002186 sec., 21957.913998170174 rows/sec., 1.48 MiB/sec.
5765 2025.03.22 20:06:52.885287 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
5766 2025.03.22 20:06:52.885413 [ 5 ] {e60ddf0a-5d1d-4672-bf7a-c25d3a725820} <Debug> TCPHandler: Processed in 0.002560654 sec.
5767 2025.03.22 20:06:52.885694 [ 187 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::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
5768 2025.03.22 20:06:52.886154 [ 187 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5769 2025.03.22 20:06:52.886248 [ 187 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2316 rows starting from the beginning of the part
5770 2025.03.22 20:06:52.886422 [ 187 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 60 rows starting from the beginning of the part
5771 2025.03.22 20:06:52.886567 [ 187 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 60 rows starting from the beginning of the part
5772 2025.03.22 20:06:52.886770 [ 187 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 60 rows starting from the beginning of the part
5773 2025.03.22 20:06:52.886911 [ 187 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 60 rows starting from the beginning of the part
5774 2025.03.22 20:06:52.887088 [ 187 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 48 rows starting from the beginning of the part
5775 2025.03.22 20:06:52.888657 [ 195 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2604 rows, containing 4 columns (4 merged, 0 gathered) in 0.003225529 sec., 807309.4366846492 rows/sec., 54.44 MiB/sec.
5776 2025.03.22 20:06:52.889049 [ 200 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
5777 2025.03.22 20:06:52.889639 [ 200 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_51_10} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5778 2025.03.22 20:06:52.889801 [ 200 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_51_10} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
5779 2025.03.22 20:06:52.889938 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB.
5780 2025.03.22 20:06:53.014989 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 802
5781 2025.03.22 20:06:53.018298 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5782 2025.03.22 20:06:53.018353 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
5783 2025.03.22 20:06:53.019922 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
5784 2025.03.22 20:06:53.020248 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5785 2025.03.22 20:06:53.021436 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 802
5786 2025.03.22 20:06:53.845375 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5787 2025.03.22 20:06:53.845591 [ 5 ] {1efaf6cb-01be-46e3-806a-fba5fa452dfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5788 2025.03.22 20:06:53.845672 [ 5 ] {1efaf6cb-01be-46e3-806a-fba5fa452dfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5789 2025.03.22 20:06:53.846480 [ 5 ] {1efaf6cb-01be-46e3-806a-fba5fa452dfe} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5790 2025.03.22 20:06:53.846524 [ 5 ] {1efaf6cb-01be-46e3-806a-fba5fa452dfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
5791 2025.03.22 20:06:53.846960 [ 5 ] {1efaf6cb-01be-46e3-806a-fba5fa452dfe} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
5792 2025.03.22 20:06:53.847212 [ 5 ] {1efaf6cb-01be-46e3-806a-fba5fa452dfe} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5793 2025.03.22 20:06:53.847417 [ 5 ] {1efaf6cb-01be-46e3-806a-fba5fa452dfe} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001886 sec., 29692.470837751855 rows/sec., 2.27 MiB/sec.
5794 2025.03.22 20:06:53.847485 [ 5 ] {1efaf6cb-01be-46e3-806a-fba5fa452dfe} <Debug> TCPHandler: Processed in 0.002247238 sec.
5795 2025.03.22 20:06:53.847616 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5796 2025.03.22 20:06:53.847740 [ 5 ] {a5cbf98b-292f-419f-90ac-a6c0b07428f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5797 2025.03.22 20:06:53.847792 [ 5 ] {a5cbf98b-292f-419f-90ac-a6c0b07428f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5798 2025.03.22 20:06:53.848369 [ 5 ] {a5cbf98b-292f-419f-90ac-a6c0b07428f4} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5799 2025.03.22 20:06:53.848409 [ 5 ] {a5cbf98b-292f-419f-90ac-a6c0b07428f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
5800 2025.03.22 20:06:53.848784 [ 5 ] {a5cbf98b-292f-419f-90ac-a6c0b07428f4} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
5801 2025.03.22 20:06:53.849037 [ 5 ] {a5cbf98b-292f-419f-90ac-a6c0b07428f4} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5802 2025.03.22 20:06:53.849252 [ 5 ] {a5cbf98b-292f-419f-90ac-a6c0b07428f4} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001529 sec., 41857.42315238718 rows/sec., 3.27 MiB/sec.
5803 2025.03.22 20:06:53.849331 [ 5 ] {a5cbf98b-292f-419f-90ac-a6c0b07428f4} <Debug> TCPHandler: Processed in 0.001769217 sec.
5804 2025.03.22 20:06:53.849622 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5805 2025.03.22 20:06:53.849765 [ 5 ] {b6122434-b438-46c0-ae1f-d51c79e13080} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5806 2025.03.22 20:06:53.849817 [ 5 ] {b6122434-b438-46c0-ae1f-d51c79e13080} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5807 2025.03.22 20:06:53.850306 [ 5 ] {b6122434-b438-46c0-ae1f-d51c79e13080} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5808 2025.03.22 20:06:53.850344 [ 5 ] {b6122434-b438-46c0-ae1f-d51c79e13080} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
5809 2025.03.22 20:06:53.850713 [ 5 ] {b6122434-b438-46c0-ae1f-d51c79e13080} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
5810 2025.03.22 20:06:53.850949 [ 5 ] {b6122434-b438-46c0-ae1f-d51c79e13080} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5811 2025.03.22 20:06:53.851121 [ 5 ] {b6122434-b438-46c0-ae1f-d51c79e13080} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.00138 sec., 23188.40579710145 rows/sec., 1.62 MiB/sec.
5812 2025.03.22 20:06:53.851172 [ 5 ] {b6122434-b438-46c0-ae1f-d51c79e13080} <Debug> TCPHandler: Processed in 0.001663336 sec.
5813 2025.03.22 20:06:53.851305 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5814 2025.03.22 20:06:53.851412 [ 5 ] {4860ca1b-8971-4812-96fb-72878b3d28f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5815 2025.03.22 20:06:53.851460 [ 5 ] {4860ca1b-8971-4812-96fb-72878b3d28f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5816 2025.03.22 20:06:53.851878 [ 5 ] {4860ca1b-8971-4812-96fb-72878b3d28f4} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5817 2025.03.22 20:06:53.851915 [ 5 ] {4860ca1b-8971-4812-96fb-72878b3d28f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
5818 2025.03.22 20:06:53.852261 [ 5 ] {4860ca1b-8971-4812-96fb-72878b3d28f4} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
5819 2025.03.22 20:06:53.852492 [ 5 ] {4860ca1b-8971-4812-96fb-72878b3d28f4} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5820 2025.03.22 20:06:53.852663 [ 5 ] {4860ca1b-8971-4812-96fb-72878b3d28f4} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001273 sec., 9426.551453260015 rows/sec., 650.53 KiB/sec.
5821 2025.03.22 20:06:53.852711 [ 5 ] {4860ca1b-8971-4812-96fb-72878b3d28f4} <Debug> TCPHandler: Processed in 0.001455341 sec.
5822 2025.03.22 20:06:55.442373 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 14274
5823 2025.03.22 20:06:55.443043 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5824 2025.03.22 20:06:55.443083 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
5825 2025.03.22 20:06:55.443622 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
5826 2025.03.22 20:06:55.443909 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5827 2025.03.22 20:06:55.444071 [ 132 ] {} <Debug> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
5828 2025.03.22 20:06:55.444115 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14274
5829 2025.03.22 20:06:55.444130 [ 132 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5830 2025.03.22 20:06:55.444156 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
5831 2025.03.22 20:06:55.444320 [ 197 ] {6f3f2c82-38dd-415f-af08-560485366d9f::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
5832 2025.03.22 20:06:55.444510 [ 197 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5833 2025.03.22 20:06:55.444560 [ 197 ] {6f3f2c82-38dd-415f-af08-560485366d9f::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
5834 2025.03.22 20:06:55.444648 [ 197 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 488 rows starting from the beginning of the part
5835 2025.03.22 20:06:55.444762 [ 197 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 427 rows starting from the beginning of the part
5836 2025.03.22 20:06:55.444899 [ 197 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 488 rows starting from the beginning of the part
5837 2025.03.22 20:06:55.444989 [ 197 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 427 rows starting from the beginning of the part
5838 2025.03.22 20:06:55.445057 [ 197 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 488 rows starting from the beginning of the part
5839 2025.03.22 20:06:55.447326 [ 195 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14274 rows, containing 4 columns (4 merged, 0 gathered) in 0.003081155 sec., 4632678.330041819 rows/sec., 66.27 MiB/sec.
5840 2025.03.22 20:06:55.448023 [ 195 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
5841 2025.03.22 20:06:55.448379 [ 195 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_31_6} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5842 2025.03.22 20:06:55.448487 [ 195 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_31_6} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
5843 2025.03.22 20:06:55.448608 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.46 MiB.
5844 2025.03.22 20:06:56.505604 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 234
5845 2025.03.22 20:06:56.526622 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5846 2025.03.22 20:06:56.526685 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
5847 2025.03.22 20:06:56.534464 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
5848 2025.03.22 20:06:56.535376 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5849 2025.03.22 20:06:56.535798 [ 148 ] {} <Debug> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
5850 2025.03.22 20:06:56.535952 [ 148 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5851 2025.03.22 20:06:56.536032 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB.
5852 2025.03.22 20:06:56.536456 [ 201 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::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
5853 2025.03.22 20:06:56.553735 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 234
5854 2025.03.22 20:06:56.555208 [ 201 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5855 2025.03.22 20:06:56.556977 [ 201 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::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
5856 2025.03.22 20:06:56.562806 [ 201 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::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
5857 2025.03.22 20:06:56.568365 [ 201 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 8 rows starting from the beginning of the part
5858 2025.03.22 20:06:56.573772 [ 201 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 7 rows starting from the beginning of the part
5859 2025.03.22 20:06:56.579635 [ 201 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::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
5860 2025.03.22 20:06:56.584108 [ 201 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::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
5861 2025.03.22 20:06:56.642994 [ 200 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.106820769 sec., 2190.5852409656404 rows/sec., 11.33 MiB/sec.
5862 2025.03.22 20:06:56.645702 [ 199 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
5863 2025.03.22 20:06:56.648630 [ 199 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_31_6} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5864 2025.03.22 20:06:56.648749 [ 199 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_31_6} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
5865 2025.03.22 20:06:56.651132 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB.
5866 2025.03.22 20:06:57.000171 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 198.45 MiB, peak 208.99 MiB, free memory in arenas 0.00 B, will set to 200.09 MiB (RSS), difference: 1.64 MiB
5867 2025.03.22 20:06:58.853596 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5868 2025.03.22 20:06:58.853785 [ 5 ] {b1eb8e6f-da95-4e04-bb17-42f144b9ae86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5869 2025.03.22 20:06:58.853859 [ 5 ] {b1eb8e6f-da95-4e04-bb17-42f144b9ae86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5870 2025.03.22 20:06:58.854699 [ 5 ] {b1eb8e6f-da95-4e04-bb17-42f144b9ae86} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5871 2025.03.22 20:06:58.854751 [ 5 ] {b1eb8e6f-da95-4e04-bb17-42f144b9ae86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
5872 2025.03.22 20:06:58.855195 [ 5 ] {b1eb8e6f-da95-4e04-bb17-42f144b9ae86} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
5873 2025.03.22 20:06:58.855445 [ 5 ] {b1eb8e6f-da95-4e04-bb17-42f144b9ae86} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5874 2025.03.22 20:06:58.855694 [ 5 ] {b1eb8e6f-da95-4e04-bb17-42f144b9ae86} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.001962 sec., 55045.87155963302 rows/sec., 4.60 MiB/sec.
5875 2025.03.22 20:06:58.855761 [ 5 ] {b1eb8e6f-da95-4e04-bb17-42f144b9ae86} <Debug> TCPHandler: Processed in 0.002292699 sec.
5876 2025.03.22 20:06:58.855895 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5877 2025.03.22 20:06:58.856007 [ 5 ] {33e76232-f46b-4ba1-8774-0682af6dda27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5878 2025.03.22 20:06:58.856057 [ 5 ] {33e76232-f46b-4ba1-8774-0682af6dda27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5879 2025.03.22 20:06:58.856605 [ 5 ] {33e76232-f46b-4ba1-8774-0682af6dda27} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5880 2025.03.22 20:06:58.856646 [ 5 ] {33e76232-f46b-4ba1-8774-0682af6dda27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
5881 2025.03.22 20:06:58.857083 [ 5 ] {33e76232-f46b-4ba1-8774-0682af6dda27} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
5882 2025.03.22 20:06:58.857329 [ 5 ] {33e76232-f46b-4ba1-8774-0682af6dda27} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5883 2025.03.22 20:06:58.857500 [ 146 ] {} <Debug> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
5884 2025.03.22 20:06:58.857567 [ 5 ] {33e76232-f46b-4ba1-8774-0682af6dda27} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001584 sec., 16414.141414141413 rows/sec., 1.21 MiB/sec.
5885 2025.03.22 20:06:58.857583 [ 146 ] {} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5886 2025.03.22 20:06:58.857653 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
5887 2025.03.22 20:06:58.857695 [ 5 ] {33e76232-f46b-4ba1-8774-0682af6dda27} <Debug> TCPHandler: Processed in 0.001849459 sec.
5888 2025.03.22 20:06:58.857855 [ 189 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::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
5889 2025.03.22 20:06:58.857873 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5890 2025.03.22 20:06:58.858014 [ 189 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5891 2025.03.22 20:06:58.858018 [ 5 ] {1bb74cfe-4b48-4364-9e5a-696a208f8736} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5892 2025.03.22 20:06:58.858055 [ 189 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 69 rows starting from the beginning of the part
5893 2025.03.22 20:06:58.858079 [ 5 ] {1bb74cfe-4b48-4364-9e5a-696a208f8736} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5894 2025.03.22 20:06:58.858278 [ 189 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::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
5895 2025.03.22 20:06:58.858526 [ 189 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 13 rows starting from the beginning of the part
5896 2025.03.22 20:06:58.858777 [ 189 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::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
5897 2025.03.22 20:06:58.859051 [ 189 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 25 rows starting from the beginning of the part
5898 2025.03.22 20:06:58.859264 [ 189 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::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
5899 2025.03.22 20:06:58.859817 [ 5 ] {1bb74cfe-4b48-4364-9e5a-696a208f8736} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5900 2025.03.22 20:06:58.859864 [ 5 ] {1bb74cfe-4b48-4364-9e5a-696a208f8736} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
5901 2025.03.22 20:06:58.860495 [ 5 ] {1bb74cfe-4b48-4364-9e5a-696a208f8736} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
5902 2025.03.22 20:06:58.860850 [ 200 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 187 rows, containing 5 columns (5 merged, 0 gathered) in 0.003084206 sec., 60631.488298771226 rows/sec., 4.69 MiB/sec.
5903 2025.03.22 20:06:58.860875 [ 5 ] {1bb74cfe-4b48-4364-9e5a-696a208f8736} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5904 2025.03.22 20:06:58.861207 [ 198 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
5905 2025.03.22 20:06:58.861264 [ 5 ] {1bb74cfe-4b48-4364-9e5a-696a208f8736} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.00327 sec., 27522.935779816515 rows/sec., 2.15 MiB/sec.
5906 2025.03.22 20:06:58.861404 [ 5 ] {1bb74cfe-4b48-4364-9e5a-696a208f8736} <Debug> TCPHandler: Processed in 0.003588336 sec.
5907 2025.03.22 20:06:58.861567 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5908 2025.03.22 20:06:58.861747 [ 5 ] {897e7edc-f13c-4cb6-b648-9756714e1253} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5909 2025.03.22 20:06:58.861829 [ 5 ] {897e7edc-f13c-4cb6-b648-9756714e1253} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5910 2025.03.22 20:06:58.861850 [ 198 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_41_8} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5911 2025.03.22 20:06:58.862108 [ 198 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_41_8} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
5912 2025.03.22 20:06:58.862309 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
5913 2025.03.22 20:06:58.862730 [ 5 ] {897e7edc-f13c-4cb6-b648-9756714e1253} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5914 2025.03.22 20:06:58.862773 [ 5 ] {897e7edc-f13c-4cb6-b648-9756714e1253} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
5915 2025.03.22 20:06:58.863161 [ 5 ] {897e7edc-f13c-4cb6-b648-9756714e1253} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
5916 2025.03.22 20:06:58.863396 [ 5 ] {897e7edc-f13c-4cb6-b648-9756714e1253} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5917 2025.03.22 20:06:58.863603 [ 5 ] {897e7edc-f13c-4cb6-b648-9756714e1253} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001908 sec., 83857.4423480084 rows/sec., 5.84 MiB/sec.
5918 2025.03.22 20:06:58.863659 [ 5 ] {897e7edc-f13c-4cb6-b648-9756714e1253} <Debug> TCPHandler: Processed in 0.002144436 sec.
5919 2025.03.22 20:06:58.863781 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5920 2025.03.22 20:06:58.863885 [ 5 ] {18da7f87-1f70-4cb7-90ab-978c6d5ddbdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5921 2025.03.22 20:06:58.863952 [ 5 ] {18da7f87-1f70-4cb7-90ab-978c6d5ddbdd} <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
5922 2025.03.22 20:06:58.865041 [ 5 ] {18da7f87-1f70-4cb7-90ab-978c6d5ddbdd} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5923 2025.03.22 20:06:58.865080 [ 5 ] {18da7f87-1f70-4cb7-90ab-978c6d5ddbdd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
5924 2025.03.22 20:06:58.865711 [ 5 ] {18da7f87-1f70-4cb7-90ab-978c6d5ddbdd} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
5925 2025.03.22 20:06:58.865992 [ 5 ] {18da7f87-1f70-4cb7-90ab-978c6d5ddbdd} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5926 2025.03.22 20:06:58.866173 [ 146 ] {} <Debug> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
5927 2025.03.22 20:06:58.866249 [ 146 ] {} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5928 2025.03.22 20:06:58.866288 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
5929 2025.03.22 20:06:58.866295 [ 5 ] {18da7f87-1f70-4cb7-90ab-978c6d5ddbdd} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002423 sec., 10730.49938093273 rows/sec., 19.23 MiB/sec.
5930 2025.03.22 20:06:58.866892 [ 192 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::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
5931 2025.03.22 20:06:58.867008 [ 5 ] {18da7f87-1f70-4cb7-90ab-978c6d5ddbdd} <Debug> TCPHandler: Processed in 0.00326995 sec.
5932 2025.03.22 20:06:58.867451 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5933 2025.03.22 20:06:58.867711 [ 5 ] {1a46a955-e6f1-4364-92fe-a9aaddbff1b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5934 2025.03.22 20:06:58.867839 [ 5 ] {1a46a955-e6f1-4364-92fe-a9aaddbff1b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5935 2025.03.22 20:06:58.867926 [ 192 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5936 2025.03.22 20:06:58.868164 [ 192 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 659 rows starting from the beginning of the part
5937 2025.03.22 20:06:58.868929 [ 192 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::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
5938 2025.03.22 20:06:58.869718 [ 192 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 13 rows starting from the beginning of the part
5939 2025.03.22 20:06:58.870173 [ 5 ] {1a46a955-e6f1-4364-92fe-a9aaddbff1b5} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5940 2025.03.22 20:06:58.870311 [ 5 ] {1a46a955-e6f1-4364-92fe-a9aaddbff1b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
5941 2025.03.22 20:06:58.870525 [ 192 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::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
5942 2025.03.22 20:06:58.871142 [ 192 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 13 rows starting from the beginning of the part
5943 2025.03.22 20:06:58.871761 [ 192 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::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
5944 2025.03.22 20:06:58.871816 [ 5 ] {1a46a955-e6f1-4364-92fe-a9aaddbff1b5} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
5945 2025.03.22 20:06:58.872655 [ 5 ] {1a46a955-e6f1-4364-92fe-a9aaddbff1b5} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5946 2025.03.22 20:06:58.873180 [ 5 ] {1a46a955-e6f1-4364-92fe-a9aaddbff1b5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005553 sec., 10804.970286331712 rows/sec., 745.66 KiB/sec.
5947 2025.03.22 20:06:58.873333 [ 5 ] {1a46a955-e6f1-4364-92fe-a9aaddbff1b5} <Debug> TCPHandler: Processed in 0.005988897 sec.
5948 2025.03.22 20:06:58.877548 [ 198 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 763 rows, containing 19 columns (19 merged, 0 gathered) in 0.011154987 sec., 68399.90042121967 rows/sec., 122.57 MiB/sec.
5949 2025.03.22 20:06:58.878379 [ 200 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
5950 2025.03.22 20:06:58.878828 [ 200 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5951 2025.03.22 20:06:58.878923 [ 200 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
5952 2025.03.22 20:06:58.879054 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.67 MiB.
5953 2025.03.22 20:07:02.794521 [ 143 ] {} <Debug> DNSResolver: Updating DNS cache
5954 2025.03.22 20:07:02.794626 [ 143 ] {} <Debug> DNSResolver: Updated DNS cache
5955 2025.03.22 20:07:02.945246 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 14701
5956 2025.03.22 20:07:02.945878 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5957 2025.03.22 20:07:02.945927 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
5958 2025.03.22 20:07:02.946470 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
5959 2025.03.22 20:07:02.946743 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5960 2025.03.22 20:07:02.947005 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14701
5961 2025.03.22 20:07:03.001979 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.00141241 sec.
5962 2025.03.22 20:07:03.022642 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 822
5963 2025.03.22 20:07:03.025542 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5964 2025.03.22 20:07:03.025599 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
5965 2025.03.22 20:07:03.027074 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
5966 2025.03.22 20:07:03.027394 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5967 2025.03.22 20:07:03.028082 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 822
5968 2025.03.22 20:07:03.852776 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5969 2025.03.22 20:07:03.852965 [ 5 ] {ea0c0687-4e65-439c-a018-08e57c1d1c2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5970 2025.03.22 20:07:03.853039 [ 5 ] {ea0c0687-4e65-439c-a018-08e57c1d1c2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5971 2025.03.22 20:07:03.853804 [ 5 ] {ea0c0687-4e65-439c-a018-08e57c1d1c2e} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5972 2025.03.22 20:07:03.853860 [ 5 ] {ea0c0687-4e65-439c-a018-08e57c1d1c2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
5973 2025.03.22 20:07:03.854308 [ 5 ] {ea0c0687-4e65-439c-a018-08e57c1d1c2e} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
5974 2025.03.22 20:07:03.854562 [ 5 ] {ea0c0687-4e65-439c-a018-08e57c1d1c2e} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5975 2025.03.22 20:07:03.854818 [ 5 ] {ea0c0687-4e65-439c-a018-08e57c1d1c2e} <Debug> executeQuery: Read 82 rows, 6.94 KiB in 0.001905 sec., 43044.61942257218 rows/sec., 3.56 MiB/sec.
5976 2025.03.22 20:07:03.854886 [ 5 ] {ea0c0687-4e65-439c-a018-08e57c1d1c2e} <Debug> TCPHandler: Processed in 0.002237908 sec.
5977 2025.03.22 20:07:03.855013 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5978 2025.03.22 20:07:03.855126 [ 5 ] {c8ab9971-abc5-4072-962c-e85c1c9f4f30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5979 2025.03.22 20:07:03.855177 [ 5 ] {c8ab9971-abc5-4072-962c-e85c1c9f4f30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5980 2025.03.22 20:07:03.855730 [ 5 ] {c8ab9971-abc5-4072-962c-e85c1c9f4f30} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5981 2025.03.22 20:07:03.855772 [ 5 ] {c8ab9971-abc5-4072-962c-e85c1c9f4f30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
5982 2025.03.22 20:07:03.856156 [ 5 ] {c8ab9971-abc5-4072-962c-e85c1c9f4f30} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
5983 2025.03.22 20:07:03.856392 [ 5 ] {c8ab9971-abc5-4072-962c-e85c1c9f4f30} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5984 2025.03.22 20:07:03.856606 [ 5 ] {c8ab9971-abc5-4072-962c-e85c1c9f4f30} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.001506 sec., 8632.138114209827 rows/sec., 649.10 KiB/sec.
5985 2025.03.22 20:07:03.856658 [ 5 ] {c8ab9971-abc5-4072-962c-e85c1c9f4f30} <Debug> TCPHandler: Processed in 0.001699306 sec.
5986 2025.03.22 20:07:03.856793 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5987 2025.03.22 20:07:03.856931 [ 5 ] {bd52b263-f4f3-4e56-a7ef-1aa10949c5df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5988 2025.03.22 20:07:03.856987 [ 5 ] {bd52b263-f4f3-4e56-a7ef-1aa10949c5df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5989 2025.03.22 20:07:03.857596 [ 5 ] {bd52b263-f4f3-4e56-a7ef-1aa10949c5df} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5990 2025.03.22 20:07:03.857645 [ 5 ] {bd52b263-f4f3-4e56-a7ef-1aa10949c5df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
5991 2025.03.22 20:07:03.858237 [ 5 ] {bd52b263-f4f3-4e56-a7ef-1aa10949c5df} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
5992 2025.03.22 20:07:03.858481 [ 5 ] {bd52b263-f4f3-4e56-a7ef-1aa10949c5df} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5993 2025.03.22 20:07:03.858686 [ 5 ] {bd52b263-f4f3-4e56-a7ef-1aa10949c5df} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.001786 sec., 43113.10190369541 rows/sec., 3.37 MiB/sec.
5994 2025.03.22 20:07:03.858737 [ 5 ] {bd52b263-f4f3-4e56-a7ef-1aa10949c5df} <Debug> TCPHandler: Processed in 0.002008192 sec.
5995 2025.03.22 20:07:03.858854 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5996 2025.03.22 20:07:03.858960 [ 5 ] {ad07ca38-b433-4b10-a444-d60948de506f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5997 2025.03.22 20:07:03.859009 [ 5 ] {ad07ca38-b433-4b10-a444-d60948de506f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5998 2025.03.22 20:07:03.859521 [ 5 ] {ad07ca38-b433-4b10-a444-d60948de506f} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5999 2025.03.22 20:07:03.859559 [ 5 ] {ad07ca38-b433-4b10-a444-d60948de506f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
6000 2025.03.22 20:07:03.859934 [ 5 ] {ad07ca38-b433-4b10-a444-d60948de506f} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
6001 2025.03.22 20:07:03.860162 [ 5 ] {ad07ca38-b433-4b10-a444-d60948de506f} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6002 2025.03.22 20:07:03.860382 [ 5 ] {ad07ca38-b433-4b10-a444-d60948de506f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001443 sec., 110880.11088011088 rows/sec., 7.72 MiB/sec.
6003 2025.03.22 20:07:03.860433 [ 5 ] {ad07ca38-b433-4b10-a444-d60948de506f} <Debug> TCPHandler: Processed in 0.001629264 sec.
6004 2025.03.22 20:07:03.860551 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6005 2025.03.22 20:07:03.860656 [ 5 ] {d841f0b7-3190-44ab-8fb0-fbf6586e254b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6006 2025.03.22 20:07:03.860722 [ 5 ] {d841f0b7-3190-44ab-8fb0-fbf6586e254b} <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
6007 2025.03.22 20:07:03.861780 [ 5 ] {d841f0b7-3190-44ab-8fb0-fbf6586e254b} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6008 2025.03.22 20:07:03.861819 [ 5 ] {d841f0b7-3190-44ab-8fb0-fbf6586e254b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
6009 2025.03.22 20:07:03.862422 [ 5 ] {d841f0b7-3190-44ab-8fb0-fbf6586e254b} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
6010 2025.03.22 20:07:03.862670 [ 5 ] {d841f0b7-3190-44ab-8fb0-fbf6586e254b} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6011 2025.03.22 20:07:03.862911 [ 5 ] {d841f0b7-3190-44ab-8fb0-fbf6586e254b} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002276 sec., 5711.775043936732 rows/sec., 10.24 MiB/sec.
6012 2025.03.22 20:07:03.863013 [ 5 ] {d841f0b7-3190-44ab-8fb0-fbf6586e254b} <Debug> TCPHandler: Processed in 0.002512143 sec.
6013 2025.03.22 20:07:03.863159 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6014 2025.03.22 20:07:03.863261 [ 5 ] {6db86b53-4d31-485f-9ae5-d84f5d0c6c7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6015 2025.03.22 20:07:03.863308 [ 5 ] {6db86b53-4d31-485f-9ae5-d84f5d0c6c7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6016 2025.03.22 20:07:03.863743 [ 5 ] {6db86b53-4d31-485f-9ae5-d84f5d0c6c7c} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6017 2025.03.22 20:07:03.863782 [ 5 ] {6db86b53-4d31-485f-9ae5-d84f5d0c6c7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
6018 2025.03.22 20:07:03.864127 [ 5 ] {6db86b53-4d31-485f-9ae5-d84f5d0c6c7c} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
6019 2025.03.22 20:07:03.864361 [ 5 ] {6db86b53-4d31-485f-9ae5-d84f5d0c6c7c} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6020 2025.03.22 20:07:03.864566 [ 5 ] {6db86b53-4d31-485f-9ae5-d84f5d0c6c7c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001326 sec., 45248.86877828054 rows/sec., 3.05 MiB/sec.
6021 2025.03.22 20:07:03.864616 [ 5 ] {6db86b53-4d31-485f-9ae5-d84f5d0c6c7c} <Debug> TCPHandler: Processed in 0.001507932 sec.
6022 2025.03.22 20:07:04.054788 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 242
6023 2025.03.22 20:07:04.074459 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6024 2025.03.22 20:07:04.074520 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
6025 2025.03.22 20:07:04.081514 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
6026 2025.03.22 20:07:04.082266 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6027 2025.03.22 20:07:04.084990 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 242
6028 2025.03.22 20:07:08.853467 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6029 2025.03.22 20:07:08.853670 [ 5 ] {35b99a5e-1097-47dd-bf7f-b3f37a2472d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
6030 2025.03.22 20:07:08.853741 [ 5 ] {35b99a5e-1097-47dd-bf7f-b3f37a2472d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
6031 2025.03.22 20:07:08.854498 [ 5 ] {35b99a5e-1097-47dd-bf7f-b3f37a2472d1} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6032 2025.03.22 20:07:08.854546 [ 5 ] {35b99a5e-1097-47dd-bf7f-b3f37a2472d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
6033 2025.03.22 20:07:08.854979 [ 5 ] {35b99a5e-1097-47dd-bf7f-b3f37a2472d1} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
6034 2025.03.22 20:07:08.855231 [ 5 ] {35b99a5e-1097-47dd-bf7f-b3f37a2472d1} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6035 2025.03.22 20:07:08.855463 [ 5 ] {35b99a5e-1097-47dd-bf7f-b3f37a2472d1} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001844 sec., 1084.5986984815618 rows/sec., 88.44 KiB/sec.
6036 2025.03.22 20:07:08.855529 [ 5 ] {35b99a5e-1097-47dd-bf7f-b3f37a2472d1} <Debug> TCPHandler: Processed in 0.002187897 sec.
6037 2025.03.22 20:07:08.855667 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6038 2025.03.22 20:07:08.855810 [ 5 ] {2aa4ca14-e80b-4cf4-b7d6-86f5600dbbc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6039 2025.03.22 20:07:08.855868 [ 5 ] {2aa4ca14-e80b-4cf4-b7d6-86f5600dbbc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6040 2025.03.22 20:07:08.856542 [ 5 ] {2aa4ca14-e80b-4cf4-b7d6-86f5600dbbc8} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6041 2025.03.22 20:07:08.856582 [ 5 ] {2aa4ca14-e80b-4cf4-b7d6-86f5600dbbc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
6042 2025.03.22 20:07:08.856958 [ 5 ] {2aa4ca14-e80b-4cf4-b7d6-86f5600dbbc8} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
6043 2025.03.22 20:07:08.857196 [ 5 ] {2aa4ca14-e80b-4cf4-b7d6-86f5600dbbc8} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6044 2025.03.22 20:07:08.857431 [ 5 ] {2aa4ca14-e80b-4cf4-b7d6-86f5600dbbc8} <Debug> executeQuery: Read 109 rows, 9.32 KiB in 0.001642 sec., 66382.4604141291 rows/sec., 5.54 MiB/sec.
6045 2025.03.22 20:07:08.857490 [ 5 ] {2aa4ca14-e80b-4cf4-b7d6-86f5600dbbc8} <Debug> TCPHandler: Processed in 0.00188729 sec.
6046 2025.03.22 20:07:08.857731 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6047 2025.03.22 20:07:08.857848 [ 5 ] {92978530-b58e-4fca-9d8d-90861f1ace7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6048 2025.03.22 20:07:08.857895 [ 5 ] {92978530-b58e-4fca-9d8d-90861f1ace7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6049 2025.03.22 20:07:08.858425 [ 5 ] {92978530-b58e-4fca-9d8d-90861f1ace7d} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6050 2025.03.22 20:07:08.858465 [ 5 ] {92978530-b58e-4fca-9d8d-90861f1ace7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
6051 2025.03.22 20:07:08.858804 [ 5 ] {92978530-b58e-4fca-9d8d-90861f1ace7d} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
6052 2025.03.22 20:07:08.859033 [ 5 ] {92978530-b58e-4fca-9d8d-90861f1ace7d} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6053 2025.03.22 20:07:08.859229 [ 5 ] {92978530-b58e-4fca-9d8d-90861f1ace7d} <Debug> executeQuery: Read 28 rows, 2.09 KiB in 0.001404 sec., 19943.019943019943 rows/sec., 1.46 MiB/sec.
6054 2025.03.22 20:07:08.859280 [ 5 ] {92978530-b58e-4fca-9d8d-90861f1ace7d} <Debug> TCPHandler: Processed in 0.001639074 sec.
6055 2025.03.22 20:07:08.859383 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6056 2025.03.22 20:07:08.859483 [ 5 ] {7c4de7e9-222c-4c65-8694-f572e4c0557f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6057 2025.03.22 20:07:08.859526 [ 5 ] {7c4de7e9-222c-4c65-8694-f572e4c0557f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6058 2025.03.22 20:07:08.860108 [ 5 ] {7c4de7e9-222c-4c65-8694-f572e4c0557f} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6059 2025.03.22 20:07:08.860146 [ 5 ] {7c4de7e9-222c-4c65-8694-f572e4c0557f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
6060 2025.03.22 20:07:08.860509 [ 5 ] {7c4de7e9-222c-4c65-8694-f572e4c0557f} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
6061 2025.03.22 20:07:08.860740 [ 5 ] {7c4de7e9-222c-4c65-8694-f572e4c0557f} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6062 2025.03.22 20:07:08.860945 [ 5 ] {7c4de7e9-222c-4c65-8694-f572e4c0557f} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.001483 sec., 62036.41267700607 rows/sec., 4.85 MiB/sec.
6063 2025.03.22 20:07:08.860994 [ 5 ] {7c4de7e9-222c-4c65-8694-f572e4c0557f} <Debug> TCPHandler: Processed in 0.001662545 sec.
6064 2025.03.22 20:07:08.861110 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6065 2025.03.22 20:07:08.861214 [ 5 ] {46f12c11-7761-4a64-9f38-e630b64f6bca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6066 2025.03.22 20:07:08.861262 [ 5 ] {46f12c11-7761-4a64-9f38-e630b64f6bca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6067 2025.03.22 20:07:08.861777 [ 5 ] {46f12c11-7761-4a64-9f38-e630b64f6bca} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6068 2025.03.22 20:07:08.861815 [ 5 ] {46f12c11-7761-4a64-9f38-e630b64f6bca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
6069 2025.03.22 20:07:08.862189 [ 5 ] {46f12c11-7761-4a64-9f38-e630b64f6bca} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
6070 2025.03.22 20:07:08.862422 [ 5 ] {46f12c11-7761-4a64-9f38-e630b64f6bca} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6071 2025.03.22 20:07:08.862625 [ 5 ] {46f12c11-7761-4a64-9f38-e630b64f6bca} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001432 sec., 112430.16759776536 rows/sec., 7.83 MiB/sec.
6072 2025.03.22 20:07:08.862676 [ 5 ] {46f12c11-7761-4a64-9f38-e630b64f6bca} <Debug> TCPHandler: Processed in 0.001614344 sec.
6073 2025.03.22 20:07:08.862777 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6074 2025.03.22 20:07:08.862877 [ 5 ] {5b971c19-6191-4915-9e1d-2aede0caa454} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6075 2025.03.22 20:07:08.862941 [ 5 ] {5b971c19-6191-4915-9e1d-2aede0caa454} <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
6076 2025.03.22 20:07:08.864025 [ 5 ] {5b971c19-6191-4915-9e1d-2aede0caa454} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6077 2025.03.22 20:07:08.864064 [ 5 ] {5b971c19-6191-4915-9e1d-2aede0caa454} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
6078 2025.03.22 20:07:08.864681 [ 5 ] {5b971c19-6191-4915-9e1d-2aede0caa454} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
6079 2025.03.22 20:07:08.864930 [ 5 ] {5b971c19-6191-4915-9e1d-2aede0caa454} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6080 2025.03.22 20:07:08.865157 [ 5 ] {5b971c19-6191-4915-9e1d-2aede0caa454} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.0023 sec., 11304.347826086956 rows/sec., 20.26 MiB/sec.
6081 2025.03.22 20:07:08.865247 [ 5 ] {5b971c19-6191-4915-9e1d-2aede0caa454} <Debug> TCPHandler: Processed in 0.002518063 sec.
6082 2025.03.22 20:07:08.865386 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6083 2025.03.22 20:07:08.865490 [ 5 ] {17c4972f-9804-448c-8c4a-9dc781c366ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6084 2025.03.22 20:07:08.865536 [ 5 ] {17c4972f-9804-448c-8c4a-9dc781c366ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6085 2025.03.22 20:07:08.865980 [ 5 ] {17c4972f-9804-448c-8c4a-9dc781c366ce} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6086 2025.03.22 20:07:08.866020 [ 5 ] {17c4972f-9804-448c-8c4a-9dc781c366ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
6087 2025.03.22 20:07:08.866366 [ 5 ] {17c4972f-9804-448c-8c4a-9dc781c366ce} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
6088 2025.03.22 20:07:08.866594 [ 5 ] {17c4972f-9804-448c-8c4a-9dc781c366ce} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6089 2025.03.22 20:07:08.866841 [ 5 ] {17c4972f-9804-448c-8c4a-9dc781c366ce} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001359 sec., 44150.11037527594 rows/sec., 2.98 MiB/sec.
6090 2025.03.22 20:07:08.866912 [ 5 ] {17c4972f-9804-448c-8c4a-9dc781c366ce} <Debug> TCPHandler: Processed in 0.001577643 sec.
6091 2025.03.22 20:07:10.448145 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 15189
6092 2025.03.22 20:07:10.449115 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6093 2025.03.22 20:07:10.449197 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
6094 2025.03.22 20:07:10.450076 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
6095 2025.03.22 20:07:10.450450 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6096 2025.03.22 20:07:10.450752 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15189
6097 2025.03.22 20:07:11.586032 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 249
6098 2025.03.22 20:07:11.605456 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6099 2025.03.22 20:07:11.605503 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
6100 2025.03.22 20:07:11.612810 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
6101 2025.03.22 20:07:11.613582 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6102 2025.03.22 20:07:11.617620 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 249
6103 2025.03.22 20:07:13.029208 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 848
6104 2025.03.22 20:07:13.032197 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6105 2025.03.22 20:07:13.032238 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
6106 2025.03.22 20:07:13.033715 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
6107 2025.03.22 20:07:13.034035 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6108 2025.03.22 20:07:13.035068 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 848
6109 2025.03.22 20:07:13.852781 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6110 2025.03.22 20:07:13.852991 [ 5 ] {77e1ecc8-f96b-409c-9011-9f490070a426} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6111 2025.03.22 20:07:13.853073 [ 5 ] {77e1ecc8-f96b-409c-9011-9f490070a426} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6112 2025.03.22 20:07:13.853898 [ 5 ] {77e1ecc8-f96b-409c-9011-9f490070a426} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6113 2025.03.22 20:07:13.853949 [ 5 ] {77e1ecc8-f96b-409c-9011-9f490070a426} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
6114 2025.03.22 20:07:13.854381 [ 5 ] {77e1ecc8-f96b-409c-9011-9f490070a426} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
6115 2025.03.22 20:07:13.854637 [ 5 ] {77e1ecc8-f96b-409c-9011-9f490070a426} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6116 2025.03.22 20:07:13.854833 [ 134 ] {} <Debug> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
6117 2025.03.22 20:07:13.854899 [ 5 ] {77e1ecc8-f96b-409c-9011-9f490070a426} <Debug> executeQuery: Read 82 rows, 6.94 KiB in 0.001964 sec., 41751.52749490835 rows/sec., 3.45 MiB/sec.
6118 2025.03.22 20:07:13.854924 [ 134 ] {} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6119 2025.03.22 20:07:13.854989 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
6120 2025.03.22 20:07:13.855020 [ 5 ] {77e1ecc8-f96b-409c-9011-9f490070a426} <Debug> TCPHandler: Processed in 0.002371151 sec.
6121 2025.03.22 20:07:13.855240 [ 190 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::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
6122 2025.03.22 20:07:13.855251 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6123 2025.03.22 20:07:13.855496 [ 5 ] {253f47c8-3efd-412e-b444-4a6b080a7e9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6124 2025.03.22 20:07:13.855515 [ 190 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6125 2025.03.22 20:07:13.855593 [ 5 ] {253f47c8-3efd-412e-b444-4a6b080a7e9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6126 2025.03.22 20:07:13.855596 [ 190 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1403 rows starting from the beginning of the part
6127 2025.03.22 20:07:13.855948 [ 190 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 56 rows starting from the beginning of the part
6128 2025.03.22 20:07:13.856296 [ 190 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 108 rows starting from the beginning of the part
6129 2025.03.22 20:07:13.856691 [ 190 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 82 rows starting from the beginning of the part
6130 2025.03.22 20:07:13.857004 [ 190 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 109 rows starting from the beginning of the part
6131 2025.03.22 20:07:13.857390 [ 190 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 82 rows starting from the beginning of the part
6132 2025.03.22 20:07:13.858469 [ 5 ] {253f47c8-3efd-412e-b444-4a6b080a7e9b} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6133 2025.03.22 20:07:13.858561 [ 5 ] {253f47c8-3efd-412e-b444-4a6b080a7e9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
6134 2025.03.22 20:07:13.859525 [ 5 ] {253f47c8-3efd-412e-b444-4a6b080a7e9b} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
6135 2025.03.22 20:07:13.860022 [ 5 ] {253f47c8-3efd-412e-b444-4a6b080a7e9b} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6136 2025.03.22 20:07:13.860450 [ 5 ] {253f47c8-3efd-412e-b444-4a6b080a7e9b} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.005025 sec., 2587.064676616915 rows/sec., 194.54 KiB/sec.
6137 2025.03.22 20:07:13.860821 [ 5 ] {253f47c8-3efd-412e-b444-4a6b080a7e9b} <Debug> TCPHandler: Processed in 0.00564815 sec.
6138 2025.03.22 20:07:13.860884 [ 190 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1840 rows, containing 5 columns (5 merged, 0 gathered) in 0.005781603 sec., 318250.83804612665 rows/sec., 27.71 MiB/sec.
6139 2025.03.22 20:07:13.860980 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6140 2025.03.22 20:07:13.861132 [ 5 ] {c27f7a24-06ea-4347-8ea9-cf17156db2e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6141 2025.03.22 20:07:13.861148 [ 190 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
6142 2025.03.22 20:07:13.861234 [ 5 ] {c27f7a24-06ea-4347-8ea9-cf17156db2e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6143 2025.03.22 20:07:13.861768 [ 190 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_56_11} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6144 2025.03.22 20:07:13.861979 [ 190 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_56_11} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
6145 2025.03.22 20:07:13.862146 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB.
6146 2025.03.22 20:07:13.862396 [ 5 ] {c27f7a24-06ea-4347-8ea9-cf17156db2e1} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6147 2025.03.22 20:07:13.862441 [ 5 ] {c27f7a24-06ea-4347-8ea9-cf17156db2e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
6148 2025.03.22 20:07:13.862826 [ 5 ] {c27f7a24-06ea-4347-8ea9-cf17156db2e1} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
6149 2025.03.22 20:07:13.863062 [ 5 ] {c27f7a24-06ea-4347-8ea9-cf17156db2e1} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6150 2025.03.22 20:07:13.863241 [ 134 ] {} <Debug> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
6151 2025.03.22 20:07:13.863289 [ 134 ] {} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6152 2025.03.22 20:07:13.863307 [ 5 ] {c27f7a24-06ea-4347-8ea9-cf17156db2e1} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.00222 sec., 34684.68468468468 rows/sec., 2.71 MiB/sec.
6153 2025.03.22 20:07:13.863326 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
6154 2025.03.22 20:07:13.863537 [ 5 ] {c27f7a24-06ea-4347-8ea9-cf17156db2e1} <Debug> TCPHandler: Processed in 0.002608086 sec.
6155 2025.03.22 20:07:13.863734 [ 190 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::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
6156 2025.03.22 20:07:13.863871 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6157 2025.03.22 20:07:13.864247 [ 5 ] {11af6a04-45c0-4ebf-ac75-03d40ee89f45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6158 2025.03.22 20:07:13.864405 [ 190 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6159 2025.03.22 20:07:13.864433 [ 5 ] {11af6a04-45c0-4ebf-ac75-03d40ee89f45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6160 2025.03.22 20:07:13.864581 [ 190 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 631 rows starting from the beginning of the part
6161 2025.03.22 20:07:13.865145 [ 190 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 64 rows starting from the beginning of the part
6162 2025.03.22 20:07:13.865579 [ 190 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 90 rows starting from the beginning of the part
6163 2025.03.22 20:07:13.865911 [ 190 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 77 rows starting from the beginning of the part
6164 2025.03.22 20:07:13.866059 [ 190 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 92 rows starting from the beginning of the part
6165 2025.03.22 20:07:13.866510 [ 190 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 77 rows starting from the beginning of the part
6166 2025.03.22 20:07:13.867178 [ 5 ] {11af6a04-45c0-4ebf-ac75-03d40ee89f45} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6167 2025.03.22 20:07:13.867247 [ 5 ] {11af6a04-45c0-4ebf-ac75-03d40ee89f45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
6168 2025.03.22 20:07:13.868414 [ 5 ] {11af6a04-45c0-4ebf-ac75-03d40ee89f45} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
6169 2025.03.22 20:07:13.868848 [ 5 ] {11af6a04-45c0-4ebf-ac75-03d40ee89f45} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6170 2025.03.22 20:07:13.869254 [ 134 ] {} <Debug> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
6171 2025.03.22 20:07:13.869369 [ 134 ] {} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6172 2025.03.22 20:07:13.869408 [ 190 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1031 rows, containing 5 columns (5 merged, 0 gathered) in 0.005967256 sec., 172776.23081697852 rows/sec., 13.86 MiB/sec.
6173 2025.03.22 20:07:13.869445 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
6174 2025.03.22 20:07:13.869593 [ 5 ] {11af6a04-45c0-4ebf-ac75-03d40ee89f45} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00548 sec., 29197.080291970804 rows/sec., 2.03 MiB/sec.
6175 2025.03.22 20:07:13.869830 [ 190 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
6176 2025.03.22 20:07:13.869894 [ 5 ] {11af6a04-45c0-4ebf-ac75-03d40ee89f45} <Debug> TCPHandler: Processed in 0.006151061 sec.
6177 2025.03.22 20:07:13.869910 [ 188 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::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
6178 2025.03.22 20:07:13.870264 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6179 2025.03.22 20:07:13.870358 [ 188 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6180 2025.03.22 20:07:13.870479 [ 188 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 14999 rows starting from the beginning of the part
6181 2025.03.22 20:07:13.870570 [ 190 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_56_11} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6182 2025.03.22 20:07:13.870585 [ 5 ] {fc1f56a4-c391-49f8-a4d8-83c46f03aaef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6183 2025.03.22 20:07:13.870923 [ 5 ] {fc1f56a4-c391-49f8-a4d8-83c46f03aaef} <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
6184 2025.03.22 20:07:13.870929 [ 188 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 32 rows starting from the beginning of the part
6185 2025.03.22 20:07:13.871412 [ 190 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_56_11} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
6186 2025.03.22 20:07:13.871760 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB.
6187 2025.03.22 20:07:13.871766 [ 188 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 160 rows starting from the beginning of the part
6188 2025.03.22 20:07:13.872209 [ 188 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 160 rows starting from the beginning of the part
6189 2025.03.22 20:07:13.872614 [ 188 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 161 rows starting from the beginning of the part
6190 2025.03.22 20:07:13.873008 [ 188 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 160 rows starting from the beginning of the part
6191 2025.03.22 20:07:13.875102 [ 5 ] {fc1f56a4-c391-49f8-a4d8-83c46f03aaef} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6192 2025.03.22 20:07:13.875160 [ 5 ] {fc1f56a4-c391-49f8-a4d8-83c46f03aaef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
6193 2025.03.22 20:07:13.876863 [ 5 ] {fc1f56a4-c391-49f8-a4d8-83c46f03aaef} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
6194 2025.03.22 20:07:13.877453 [ 5 ] {fc1f56a4-c391-49f8-a4d8-83c46f03aaef} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6195 2025.03.22 20:07:13.878101 [ 5 ] {fc1f56a4-c391-49f8-a4d8-83c46f03aaef} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.007626 sec., 1704.6944662995018 rows/sec., 3.05 MiB/sec.
6196 2025.03.22 20:07:13.878251 [ 5 ] {fc1f56a4-c391-49f8-a4d8-83c46f03aaef} <Debug> TCPHandler: Processed in 0.008109372 sec.
6197 2025.03.22 20:07:13.878409 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6198 2025.03.22 20:07:13.878514 [ 5 ] {97a2488f-beef-4c68-ac23-b06ac2ed38eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6199 2025.03.22 20:07:13.878563 [ 5 ] {97a2488f-beef-4c68-ac23-b06ac2ed38eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6200 2025.03.22 20:07:13.879110 [ 5 ] {97a2488f-beef-4c68-ac23-b06ac2ed38eb} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6201 2025.03.22 20:07:13.879168 [ 5 ] {97a2488f-beef-4c68-ac23-b06ac2ed38eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
6202 2025.03.22 20:07:13.879834 [ 5 ] {97a2488f-beef-4c68-ac23-b06ac2ed38eb} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
6203 2025.03.22 20:07:13.880142 [ 191 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15672 rows, containing 5 columns (5 merged, 0 gathered) in 0.010556984 sec., 1484514.895542136 rows/sec., 101.75 MiB/sec.
6204 2025.03.22 20:07:13.880339 [ 5 ] {97a2488f-beef-4c68-ac23-b06ac2ed38eb} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6205 2025.03.22 20:07:13.880549 [ 134 ] {} <Debug> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
6206 2025.03.22 20:07:13.880620 [ 134 ] {} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6207 2025.03.22 20:07:13.880660 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
6208 2025.03.22 20:07:13.880679 [ 5 ] {97a2488f-beef-4c68-ac23-b06ac2ed38eb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002169 sec., 27662.51728907331 rows/sec., 1.86 MiB/sec.
6209 2025.03.22 20:07:13.880914 [ 191 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
6210 2025.03.22 20:07:13.880978 [ 5 ] {97a2488f-beef-4c68-ac23-b06ac2ed38eb} <Debug> TCPHandler: Processed in 0.002619055 sec.
6211 2025.03.22 20:07:13.881639 [ 194 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::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
6212 2025.03.22 20:07:13.882082 [ 191 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6213 2025.03.22 20:07:13.882356 [ 194 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6214 2025.03.22 20:07:13.882397 [ 191 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
6215 2025.03.22 20:07:13.882418 [ 194 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2604 rows starting from the beginning of the part
6216 2025.03.22 20:07:13.882692 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.79 MiB.
6217 2025.03.22 20:07:13.882717 [ 194 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 12 rows starting from the beginning of the part
6218 2025.03.22 20:07:13.882867 [ 194 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 60 rows starting from the beginning of the part
6219 2025.03.22 20:07:13.883024 [ 194 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 60 rows starting from the beginning of the part
6220 2025.03.22 20:07:13.883121 [ 194 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 60 rows starting from the beginning of the part
6221 2025.03.22 20:07:13.883358 [ 194 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 60 rows starting from the beginning of the part
6222 2025.03.22 20:07:13.884900 [ 186 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2856 rows, containing 4 columns (4 merged, 0 gathered) in 0.004128938 sec., 691703.2902891736 rows/sec., 46.64 MiB/sec.
6223 2025.03.22 20:07:13.885201 [ 191 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
6224 2025.03.22 20:07:13.885547 [ 191 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_56_11} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6225 2025.03.22 20:07:13.885630 [ 191 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_56_11} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
6226 2025.03.22 20:07:13.885721 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB.
6227 2025.03.22 20:07:17.794688 [ 69 ] {} <Debug> DNSResolver: Updating DNS cache
6228 2025.03.22 20:07:17.794756 [ 69 ] {} <Debug> DNSResolver: Updated DNS cache
6229 2025.03.22 20:07:17.951864 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 15616
6230 2025.03.22 20:07:17.952520 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6231 2025.03.22 20:07:17.952568 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
6232 2025.03.22 20:07:17.953129 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
6233 2025.03.22 20:07:17.953393 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6234 2025.03.22 20:07:17.953648 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15616
6235 2025.03.22 20:07:18.853606 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6236 2025.03.22 20:07:18.853828 [ 5 ] {fce77d06-03e2-4cdf-bdfb-77b0e4716532} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6237 2025.03.22 20:07:18.853907 [ 5 ] {fce77d06-03e2-4cdf-bdfb-77b0e4716532} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6238 2025.03.22 20:07:18.854836 [ 5 ] {fce77d06-03e2-4cdf-bdfb-77b0e4716532} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6239 2025.03.22 20:07:18.854881 [ 5 ] {fce77d06-03e2-4cdf-bdfb-77b0e4716532} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
6240 2025.03.22 20:07:18.855311 [ 5 ] {fce77d06-03e2-4cdf-bdfb-77b0e4716532} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
6241 2025.03.22 20:07:18.855563 [ 5 ] {fce77d06-03e2-4cdf-bdfb-77b0e4716532} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6242 2025.03.22 20:07:18.855820 [ 5 ] {fce77d06-03e2-4cdf-bdfb-77b0e4716532} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.002049 sec., 52708.6383601757 rows/sec., 4.41 MiB/sec.
6243 2025.03.22 20:07:18.855878 [ 5 ] {fce77d06-03e2-4cdf-bdfb-77b0e4716532} <Debug> TCPHandler: Processed in 0.002437272 sec.
6244 2025.03.22 20:07:18.856007 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6245 2025.03.22 20:07:18.856114 [ 5 ] {59763c61-be32-4760-997e-c1c81ab932df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6246 2025.03.22 20:07:18.856159 [ 5 ] {59763c61-be32-4760-997e-c1c81ab932df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6247 2025.03.22 20:07:18.856702 [ 5 ] {59763c61-be32-4760-997e-c1c81ab932df} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6248 2025.03.22 20:07:18.856741 [ 5 ] {59763c61-be32-4760-997e-c1c81ab932df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
6249 2025.03.22 20:07:18.857089 [ 5 ] {59763c61-be32-4760-997e-c1c81ab932df} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
6250 2025.03.22 20:07:18.857322 [ 5 ] {59763c61-be32-4760-997e-c1c81ab932df} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6251 2025.03.22 20:07:18.857540 [ 5 ] {59763c61-be32-4760-997e-c1c81ab932df} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001447 sec., 17968.21008984105 rows/sec., 1.32 MiB/sec.
6252 2025.03.22 20:07:18.857593 [ 5 ] {59763c61-be32-4760-997e-c1c81ab932df} <Debug> TCPHandler: Processed in 0.001635925 sec.
6253 2025.03.22 20:07:18.857698 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6254 2025.03.22 20:07:18.857799 [ 5 ] {7b45d50f-c6ff-4c17-a2f2-49a4dcdd89dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6255 2025.03.22 20:07:18.857844 [ 5 ] {7b45d50f-c6ff-4c17-a2f2-49a4dcdd89dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6256 2025.03.22 20:07:18.858396 [ 5 ] {7b45d50f-c6ff-4c17-a2f2-49a4dcdd89dd} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6257 2025.03.22 20:07:18.858436 [ 5 ] {7b45d50f-c6ff-4c17-a2f2-49a4dcdd89dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
6258 2025.03.22 20:07:18.858787 [ 5 ] {7b45d50f-c6ff-4c17-a2f2-49a4dcdd89dd} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
6259 2025.03.22 20:07:18.859023 [ 5 ] {7b45d50f-c6ff-4c17-a2f2-49a4dcdd89dd} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6260 2025.03.22 20:07:18.859226 [ 5 ] {7b45d50f-c6ff-4c17-a2f2-49a4dcdd89dd} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.001447 sec., 62197.650310988254 rows/sec., 4.86 MiB/sec.
6261 2025.03.22 20:07:18.859278 [ 5 ] {7b45d50f-c6ff-4c17-a2f2-49a4dcdd89dd} <Debug> TCPHandler: Processed in 0.001628345 sec.
6262 2025.03.22 20:07:18.859390 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6263 2025.03.22 20:07:18.859494 [ 5 ] {336a4c53-3806-40a9-b91b-7fed9ebfaf92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6264 2025.03.22 20:07:18.859543 [ 5 ] {336a4c53-3806-40a9-b91b-7fed9ebfaf92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6265 2025.03.22 20:07:18.860061 [ 5 ] {336a4c53-3806-40a9-b91b-7fed9ebfaf92} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6266 2025.03.22 20:07:18.860100 [ 5 ] {336a4c53-3806-40a9-b91b-7fed9ebfaf92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
6267 2025.03.22 20:07:18.860490 [ 5 ] {336a4c53-3806-40a9-b91b-7fed9ebfaf92} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
6268 2025.03.22 20:07:18.860723 [ 5 ] {336a4c53-3806-40a9-b91b-7fed9ebfaf92} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6269 2025.03.22 20:07:18.860940 [ 5 ] {336a4c53-3806-40a9-b91b-7fed9ebfaf92} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001467 sec., 109066.12133606 rows/sec., 7.60 MiB/sec.
6270 2025.03.22 20:07:18.860992 [ 5 ] {336a4c53-3806-40a9-b91b-7fed9ebfaf92} <Debug> TCPHandler: Processed in 0.001652235 sec.
6271 2025.03.22 20:07:18.861096 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6272 2025.03.22 20:07:18.861197 [ 5 ] {0fddba46-2ccb-4696-ac05-7c8938fe04cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6273 2025.03.22 20:07:18.861262 [ 5 ] {0fddba46-2ccb-4696-ac05-7c8938fe04cf} <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
6274 2025.03.22 20:07:18.862346 [ 5 ] {0fddba46-2ccb-4696-ac05-7c8938fe04cf} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6275 2025.03.22 20:07:18.862385 [ 5 ] {0fddba46-2ccb-4696-ac05-7c8938fe04cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
6276 2025.03.22 20:07:18.863006 [ 5 ] {0fddba46-2ccb-4696-ac05-7c8938fe04cf} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
6277 2025.03.22 20:07:18.863258 [ 5 ] {0fddba46-2ccb-4696-ac05-7c8938fe04cf} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6278 2025.03.22 20:07:18.863514 [ 5 ] {0fddba46-2ccb-4696-ac05-7c8938fe04cf} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002338 sec., 11120.615911035075 rows/sec., 19.93 MiB/sec.
6279 2025.03.22 20:07:18.863609 [ 5 ] {0fddba46-2ccb-4696-ac05-7c8938fe04cf} <Debug> TCPHandler: Processed in 0.002561345 sec.
6280 2025.03.22 20:07:18.863748 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6281 2025.03.22 20:07:18.863854 [ 5 ] {52f56e6f-cb96-40c7-80ee-cbc202e6471a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6282 2025.03.22 20:07:18.863901 [ 5 ] {52f56e6f-cb96-40c7-80ee-cbc202e6471a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6283 2025.03.22 20:07:18.864373 [ 5 ] {52f56e6f-cb96-40c7-80ee-cbc202e6471a} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6284 2025.03.22 20:07:18.864413 [ 5 ] {52f56e6f-cb96-40c7-80ee-cbc202e6471a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
6285 2025.03.22 20:07:18.864776 [ 5 ] {52f56e6f-cb96-40c7-80ee-cbc202e6471a} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
6286 2025.03.22 20:07:18.865013 [ 5 ] {52f56e6f-cb96-40c7-80ee-cbc202e6471a} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6287 2025.03.22 20:07:18.865208 [ 5 ] {52f56e6f-cb96-40c7-80ee-cbc202e6471a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001372 sec., 43731.778425655975 rows/sec., 2.95 MiB/sec.
6288 2025.03.22 20:07:18.865257 [ 5 ] {52f56e6f-cb96-40c7-80ee-cbc202e6471a} <Debug> TCPHandler: Processed in 0.001560993 sec.
6289 2025.03.22 20:07:19.118668 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 257
6290 2025.03.22 20:07:19.139082 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6291 2025.03.22 20:07:19.139138 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
6292 2025.03.22 20:07:19.146726 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
6293 2025.03.22 20:07:19.147479 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6294 2025.03.22 20:07:19.150590 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 257
6295 2025.03.22 20:07:22.849032 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6296 2025.03.22 20:07:22.849260 [ 5 ] {d69b9c64-6c4c-44c8-bb22-2dad989033b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
6297 2025.03.22 20:07:22.849341 [ 5 ] {d69b9c64-6c4c-44c8-bb22-2dad989033b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
6298 2025.03.22 20:07:22.850168 [ 5 ] {d69b9c64-6c4c-44c8-bb22-2dad989033b2} <Trace> oximeter.fields_i16 (264093f9-a655-4468-9a79-5d699a3bbf39): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6299 2025.03.22 20:07:22.850221 [ 5 ] {d69b9c64-6c4c-44c8-bb22-2dad989033b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
6300 2025.03.22 20:07:22.850658 [ 5 ] {d69b9c64-6c4c-44c8-bb22-2dad989033b2} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
6301 2025.03.22 20:07:22.850919 [ 5 ] {d69b9c64-6c4c-44c8-bb22-2dad989033b2} <Trace> oximeter.fields_i16 (264093f9-a655-4468-9a79-5d699a3bbf39): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6302 2025.03.22 20:07:22.851180 [ 5 ] {d69b9c64-6c4c-44c8-bb22-2dad989033b2} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001975 sec., 12151.898734177214 rows/sec., 1.01 MiB/sec.
6303 2025.03.22 20:07:22.851302 [ 5 ] {d69b9c64-6c4c-44c8-bb22-2dad989033b2} <Debug> TCPHandler: Processed in 0.002406052 sec.
6304 2025.03.22 20:07:22.851419 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6305 2025.03.22 20:07:22.851530 [ 5 ] {e7268b55-2860-4bd9-9e61-985eb6611c5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
6306 2025.03.22 20:07:22.851578 [ 5 ] {e7268b55-2860-4bd9-9e61-985eb6611c5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
6307 2025.03.22 20:07:22.852118 [ 5 ] {e7268b55-2860-4bd9-9e61-985eb6611c5e} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6308 2025.03.22 20:07:22.852157 [ 5 ] {e7268b55-2860-4bd9-9e61-985eb6611c5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
6309 2025.03.22 20:07:22.852500 [ 5 ] {e7268b55-2860-4bd9-9e61-985eb6611c5e} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
6310 2025.03.22 20:07:22.852731 [ 5 ] {e7268b55-2860-4bd9-9e61-985eb6611c5e} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6311 2025.03.22 20:07:22.852990 [ 5 ] {e7268b55-2860-4bd9-9e61-985eb6611c5e} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.00148 sec., 9459.45945945946 rows/sec., 771.35 KiB/sec.
6312 2025.03.22 20:07:22.853143 [ 5 ] {e7268b55-2860-4bd9-9e61-985eb6611c5e} <Debug> TCPHandler: Processed in 0.001771027 sec.
6313 2025.03.22 20:07:22.853310 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6314 2025.03.22 20:07:22.853415 [ 5 ] {0ef613ac-01af-4c2d-9126-22e360d23059} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6315 2025.03.22 20:07:22.853462 [ 5 ] {0ef613ac-01af-4c2d-9126-22e360d23059} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6316 2025.03.22 20:07:22.854670 [ 5 ] {0ef613ac-01af-4c2d-9126-22e360d23059} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6317 2025.03.22 20:07:22.854710 [ 5 ] {0ef613ac-01af-4c2d-9126-22e360d23059} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
6318 2025.03.22 20:07:22.855147 [ 5 ] {0ef613ac-01af-4c2d-9126-22e360d23059} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
6319 2025.03.22 20:07:22.855385 [ 5 ] {0ef613ac-01af-4c2d-9126-22e360d23059} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6320 2025.03.22 20:07:22.855629 [ 5 ] {0ef613ac-01af-4c2d-9126-22e360d23059} <Debug> executeQuery: Read 1349 rows, 115.00 KiB in 0.002236 sec., 603309.4812164579 rows/sec., 50.23 MiB/sec.
6321 2025.03.22 20:07:22.855687 [ 5 ] {0ef613ac-01af-4c2d-9126-22e360d23059} <Debug> TCPHandler: Processed in 0.002429652 sec.
6322 2025.03.22 20:07:22.855805 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6323 2025.03.22 20:07:22.855910 [ 5 ] {02fb559b-f854-4fe2-b16a-2073a48c8560} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6324 2025.03.22 20:07:22.855956 [ 5 ] {02fb559b-f854-4fe2-b16a-2073a48c8560} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6325 2025.03.22 20:07:22.856524 [ 5 ] {02fb559b-f854-4fe2-b16a-2073a48c8560} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6326 2025.03.22 20:07:22.856564 [ 5 ] {02fb559b-f854-4fe2-b16a-2073a48c8560} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
6327 2025.03.22 20:07:22.856908 [ 5 ] {02fb559b-f854-4fe2-b16a-2073a48c8560} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
6328 2025.03.22 20:07:22.857147 [ 5 ] {02fb559b-f854-4fe2-b16a-2073a48c8560} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6329 2025.03.22 20:07:22.857307 [ 24 ] {} <Debug> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
6330 2025.03.22 20:07:22.857365 [ 5 ] {02fb559b-f854-4fe2-b16a-2073a48c8560} <Debug> executeQuery: Read 39 rows, 2.92 KiB in 0.001475 sec., 26440.677966101695 rows/sec., 1.93 MiB/sec.
6331 2025.03.22 20:07:22.857385 [ 24 ] {} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6332 2025.03.22 20:07:22.857460 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
6333 2025.03.22 20:07:22.857493 [ 5 ] {02fb559b-f854-4fe2-b16a-2073a48c8560} <Debug> TCPHandler: Processed in 0.001734747 sec.
6334 2025.03.22 20:07:22.857698 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6335 2025.03.22 20:07:22.857702 [ 186 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::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
6336 2025.03.22 20:07:22.857878 [ 5 ] {23f5bd46-f473-46bd-9eb3-ec977c00cd45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6337 2025.03.22 20:07:22.857992 [ 5 ] {23f5bd46-f473-46bd-9eb3-ec977c00cd45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6338 2025.03.22 20:07:22.858008 [ 186 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6339 2025.03.22 20:07:22.858116 [ 186 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 69 rows starting from the beginning of the part
6340 2025.03.22 20:07:22.858399 [ 186 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 13 rows starting from the beginning of the part
6341 2025.03.22 20:07:22.858841 [ 186 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::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
6342 2025.03.22 20:07:22.859215 [ 186 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 13 rows starting from the beginning of the part
6343 2025.03.22 20:07:22.859568 [ 186 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 26 rows starting from the beginning of the part
6344 2025.03.22 20:07:22.859910 [ 186 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 39 rows starting from the beginning of the part
6345 2025.03.22 20:07:22.860979 [ 5 ] {23f5bd46-f473-46bd-9eb3-ec977c00cd45} <Trace> oximeter.fields_u32 (ad7a5232-f0e1-40d6-acb0-24ed1d64c039): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6346 2025.03.22 20:07:22.861052 [ 5 ] {23f5bd46-f473-46bd-9eb3-ec977c00cd45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6347 2025.03.22 20:07:22.862155 [ 5 ] {23f5bd46-f473-46bd-9eb3-ec977c00cd45} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
6348 2025.03.22 20:07:22.862713 [ 186 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 188 rows, containing 5 columns (5 merged, 0 gathered) in 0.005132609 sec., 36628.54505379233 rows/sec., 2.82 MiB/sec.
6349 2025.03.22 20:07:22.862732 [ 5 ] {23f5bd46-f473-46bd-9eb3-ec977c00cd45} <Trace> oximeter.fields_u32 (ad7a5232-f0e1-40d6-acb0-24ed1d64c039): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6350 2025.03.22 20:07:22.863045 [ 191 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
6351 2025.03.22 20:07:22.863211 [ 5 ] {23f5bd46-f473-46bd-9eb3-ec977c00cd45} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.005353 sec., 47076.40575378292 rows/sec., 3.26 MiB/sec.
6352 2025.03.22 20:07:22.863463 [ 5 ] {23f5bd46-f473-46bd-9eb3-ec977c00cd45} <Debug> TCPHandler: Processed in 0.005845544 sec.
6353 2025.03.22 20:07:22.863674 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6354 2025.03.22 20:07:22.863840 [ 191 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_46_9} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6355 2025.03.22 20:07:22.863857 [ 5 ] {604f118c-e9ef-4dbc-a358-1f3ef3c10f8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
6356 2025.03.22 20:07:22.863954 [ 5 ] {604f118c-e9ef-4dbc-a358-1f3ef3c10f8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6357 2025.03.22 20:07:22.864018 [ 191 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_46_9} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
6358 2025.03.22 20:07:22.864197 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
6359 2025.03.22 20:07:22.864686 [ 5 ] {604f118c-e9ef-4dbc-a358-1f3ef3c10f8f} <Trace> oximeter.fields_u8 (faaaa09d-c3bc-4a8d-ab11-77969ca3dca4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6360 2025.03.22 20:07:22.864728 [ 5 ] {604f118c-e9ef-4dbc-a358-1f3ef3c10f8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
6361 2025.03.22 20:07:22.865083 [ 5 ] {604f118c-e9ef-4dbc-a358-1f3ef3c10f8f} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
6362 2025.03.22 20:07:22.865319 [ 5 ] {604f118c-e9ef-4dbc-a358-1f3ef3c10f8f} <Trace> oximeter.fields_u8 (faaaa09d-c3bc-4a8d-ab11-77969ca3dca4): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6363 2025.03.22 20:07:22.865580 [ 5 ] {604f118c-e9ef-4dbc-a358-1f3ef3c10f8f} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001764 sec., 6802.721088435374 rows/sec., 531.46 KiB/sec.
6364 2025.03.22 20:07:22.865710 [ 5 ] {604f118c-e9ef-4dbc-a358-1f3ef3c10f8f} <Debug> TCPHandler: Processed in 0.002107245 sec.
6365 2025.03.22 20:07:22.865819 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6366 2025.03.22 20:07:22.865921 [ 5 ] {bcb739c4-2a09-400a-8a29-c53a637604a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6367 2025.03.22 20:07:22.865966 [ 5 ] {bcb739c4-2a09-400a-8a29-c53a637604a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6368 2025.03.22 20:07:22.866751 [ 5 ] {bcb739c4-2a09-400a-8a29-c53a637604a8} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6369 2025.03.22 20:07:22.866790 [ 5 ] {bcb739c4-2a09-400a-8a29-c53a637604a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
6370 2025.03.22 20:07:22.867167 [ 5 ] {bcb739c4-2a09-400a-8a29-c53a637604a8} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
6371 2025.03.22 20:07:22.867406 [ 5 ] {bcb739c4-2a09-400a-8a29-c53a637604a8} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6372 2025.03.22 20:07:22.867626 [ 5 ] {bcb739c4-2a09-400a-8a29-c53a637604a8} <Debug> executeQuery: Read 583 rows, 44.84 KiB in 0.001725 sec., 337971.0144927536 rows/sec., 25.39 MiB/sec.
6373 2025.03.22 20:07:22.867687 [ 5 ] {bcb739c4-2a09-400a-8a29-c53a637604a8} <Debug> TCPHandler: Processed in 0.001918321 sec.
6374 2025.03.22 20:07:22.867838 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6375 2025.03.22 20:07:22.867947 [ 5 ] {bff1443f-9132-4391-b167-5bcfc2d3a659} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6376 2025.03.22 20:07:22.867996 [ 5 ] {bff1443f-9132-4391-b167-5bcfc2d3a659} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6377 2025.03.22 20:07:22.868734 [ 5 ] {bff1443f-9132-4391-b167-5bcfc2d3a659} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6378 2025.03.22 20:07:22.868772 [ 5 ] {bff1443f-9132-4391-b167-5bcfc2d3a659} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
6379 2025.03.22 20:07:22.869202 [ 5 ] {bff1443f-9132-4391-b167-5bcfc2d3a659} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
6380 2025.03.22 20:07:22.869435 [ 5 ] {bff1443f-9132-4391-b167-5bcfc2d3a659} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6381 2025.03.22 20:07:22.869641 [ 5 ] {bff1443f-9132-4391-b167-5bcfc2d3a659} <Debug> executeQuery: Read 1017 rows, 70.44 KiB in 0.001716 sec., 592657.3426573427 rows/sec., 40.09 MiB/sec.
6382 2025.03.22 20:07:22.869692 [ 5 ] {bff1443f-9132-4391-b167-5bcfc2d3a659} <Debug> TCPHandler: Processed in 0.001918161 sec.
6383 2025.03.22 20:07:22.869808 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6384 2025.03.22 20:07:22.869913 [ 5 ] {a78cc34a-65ff-4ce5-af3a-168814c4acdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6385 2025.03.22 20:07:22.869978 [ 5 ] {a78cc34a-65ff-4ce5-af3a-168814c4acdf} <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
6386 2025.03.22 20:07:22.871062 [ 5 ] {a78cc34a-65ff-4ce5-af3a-168814c4acdf} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6387 2025.03.22 20:07:22.871101 [ 5 ] {a78cc34a-65ff-4ce5-af3a-168814c4acdf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
6388 2025.03.22 20:07:22.871696 [ 5 ] {a78cc34a-65ff-4ce5-af3a-168814c4acdf} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
6389 2025.03.22 20:07:22.871947 [ 5 ] {a78cc34a-65ff-4ce5-af3a-168814c4acdf} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6390 2025.03.22 20:07:22.872119 [ 23 ] {} <Debug> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
6391 2025.03.22 20:07:22.872183 [ 23 ] {} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6392 2025.03.22 20:07:22.872220 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
6393 2025.03.22 20:07:22.872224 [ 5 ] {a78cc34a-65ff-4ce5-af3a-168814c4acdf} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002322 sec., 5598.621877691646 rows/sec., 10.03 MiB/sec.
6394 2025.03.22 20:07:22.872504 [ 195 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::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
6395 2025.03.22 20:07:22.872608 [ 5 ] {a78cc34a-65ff-4ce5-af3a-168814c4acdf} <Debug> TCPHandler: Processed in 0.002847501 sec.
6396 2025.03.22 20:07:22.872914 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6397 2025.03.22 20:07:22.873157 [ 5 ] {b5f0eabe-c708-44d4-b209-d18e0f013e44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6398 2025.03.22 20:07:22.873175 [ 195 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6399 2025.03.22 20:07:22.873285 [ 5 ] {b5f0eabe-c708-44d4-b209-d18e0f013e44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6400 2025.03.22 20:07:22.873329 [ 195 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 763 rows starting from the beginning of the part
6401 2025.03.22 20:07:22.874260 [ 195 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 13 rows starting from the beginning of the part
6402 2025.03.22 20:07:22.874887 [ 195 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::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
6403 2025.03.22 20:07:22.875625 [ 195 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 13 rows starting from the beginning of the part
6404 2025.03.22 20:07:22.875667 [ 5 ] {b5f0eabe-c708-44d4-b209-d18e0f013e44} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6405 2025.03.22 20:07:22.875748 [ 5 ] {b5f0eabe-c708-44d4-b209-d18e0f013e44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6406 2025.03.22 20:07:22.876230 [ 195 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 26 rows starting from the beginning of the part
6407 2025.03.22 20:07:22.876906 [ 195 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 13 rows starting from the beginning of the part
6408 2025.03.22 20:07:22.877340 [ 5 ] {b5f0eabe-c708-44d4-b209-d18e0f013e44} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
6409 2025.03.22 20:07:22.877967 [ 5 ] {b5f0eabe-c708-44d4-b209-d18e0f013e44} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6410 2025.03.22 20:07:22.878449 [ 5 ] {b5f0eabe-c708-44d4-b209-d18e0f013e44} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.00536 sec., 8955.223880597016 rows/sec., 618.00 KiB/sec.
6411 2025.03.22 20:07:22.878660 [ 5 ] {b5f0eabe-c708-44d4-b209-d18e0f013e44} <Debug> TCPHandler: Processed in 0.005831723 sec.
6412 2025.03.22 20:07:22.887530 [ 186 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 854 rows, containing 19 columns (19 merged, 0 gathered) in 0.015237734 sec., 56045.078618645006 rows/sec., 100.43 MiB/sec.
6413 2025.03.22 20:07:22.888397 [ 199 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
6414 2025.03.22 20:07:22.888850 [ 199 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6415 2025.03.22 20:07:22.888924 [ 199 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
6416 2025.03.22 20:07:22.889031 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.61 MiB.
6417 2025.03.22 20:07:23.000149 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 203.94 MiB, peak 211.51 MiB, free memory in arenas 0.00 B, will set to 205.57 MiB (RSS), difference: 1.64 MiB
6418 2025.03.22 20:07:23.036221 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 892
6419 2025.03.22 20:07:23.039644 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6420 2025.03.22 20:07:23.039711 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
6421 2025.03.22 20:07:23.041258 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
6422 2025.03.22 20:07:23.041566 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6423 2025.03.22 20:07:23.041804 [ 23 ] {} <Debug> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
6424 2025.03.22 20:07:23.041908 [ 23 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6425 2025.03.22 20:07:23.041971 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
6426 2025.03.22 20:07:23.042541 [ 201 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::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
6427 2025.03.22 20:07:23.043785 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 892
6428 2025.03.22 20:07:23.044157 [ 201 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6429 2025.03.22 20:07:23.044333 [ 201 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 734 rows starting from the beginning of the part
6430 2025.03.22 20:07:23.044832 [ 201 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::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
6431 2025.03.22 20:07:23.045320 [ 201 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 42 rows starting from the beginning of the part
6432 2025.03.22 20:07:23.045798 [ 201 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 20 rows starting from the beginning of the part
6433 2025.03.22 20:07:23.046272 [ 201 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::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
6434 2025.03.22 20:07:23.046746 [ 201 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 44 rows starting from the beginning of the part
6435 2025.03.22 20:07:23.054852 [ 196 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 892 rows, containing 72 columns (72 merged, 0 gathered) in 0.01270923 sec., 70185.21184997045 rows/sec., 56.70 MiB/sec.
6436 2025.03.22 20:07:23.056606 [ 196 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
6437 2025.03.22 20:07:23.057439 [ 196 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_26_5} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6438 2025.03.22 20:07:23.057535 [ 196 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_26_5} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
6439 2025.03.22 20:07:23.057880 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.13 MiB.
6440 2025.03.22 20:07:23.846455 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6441 2025.03.22 20:07:23.846636 [ 5 ] {bf090c5f-bb06-4d49-a298-19824a93b1aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6442 2025.03.22 20:07:23.846711 [ 5 ] {bf090c5f-bb06-4d49-a298-19824a93b1aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6443 2025.03.22 20:07:23.847440 [ 5 ] {bf090c5f-bb06-4d49-a298-19824a93b1aa} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6444 2025.03.22 20:07:23.847485 [ 5 ] {bf090c5f-bb06-4d49-a298-19824a93b1aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
6445 2025.03.22 20:07:23.847899 [ 5 ] {bf090c5f-bb06-4d49-a298-19824a93b1aa} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
6446 2025.03.22 20:07:23.848157 [ 5 ] {bf090c5f-bb06-4d49-a298-19824a93b1aa} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6447 2025.03.22 20:07:23.848400 [ 5 ] {bf090c5f-bb06-4d49-a298-19824a93b1aa} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001806 sec., 31007.751937984496 rows/sec., 2.37 MiB/sec.
6448 2025.03.22 20:07:23.848503 [ 5 ] {bf090c5f-bb06-4d49-a298-19824a93b1aa} <Debug> TCPHandler: Processed in 0.002191117 sec.
6449 2025.03.22 20:07:23.848758 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6450 2025.03.22 20:07:23.848901 [ 5 ] {5dff395f-6769-4fb7-bcda-ebf37285e5db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6451 2025.03.22 20:07:23.848947 [ 5 ] {5dff395f-6769-4fb7-bcda-ebf37285e5db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6452 2025.03.22 20:07:23.849496 [ 5 ] {5dff395f-6769-4fb7-bcda-ebf37285e5db} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6453 2025.03.22 20:07:23.849535 [ 5 ] {5dff395f-6769-4fb7-bcda-ebf37285e5db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
6454 2025.03.22 20:07:23.849881 [ 5 ] {5dff395f-6769-4fb7-bcda-ebf37285e5db} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
6455 2025.03.22 20:07:23.850113 [ 5 ] {5dff395f-6769-4fb7-bcda-ebf37285e5db} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6456 2025.03.22 20:07:23.850336 [ 5 ] {5dff395f-6769-4fb7-bcda-ebf37285e5db} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001458 sec., 43895.7475994513 rows/sec., 3.43 MiB/sec.
6457 2025.03.22 20:07:23.850389 [ 5 ] {5dff395f-6769-4fb7-bcda-ebf37285e5db} <Debug> TCPHandler: Processed in 0.001739507 sec.
6458 2025.03.22 20:07:23.850508 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6459 2025.03.22 20:07:23.850612 [ 5 ] {a0307ba4-8e5f-42d9-8c12-3c362fa567df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6460 2025.03.22 20:07:23.850659 [ 5 ] {a0307ba4-8e5f-42d9-8c12-3c362fa567df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6461 2025.03.22 20:07:23.851142 [ 5 ] {a0307ba4-8e5f-42d9-8c12-3c362fa567df} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6462 2025.03.22 20:07:23.851182 [ 5 ] {a0307ba4-8e5f-42d9-8c12-3c362fa567df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
6463 2025.03.22 20:07:23.851544 [ 5 ] {a0307ba4-8e5f-42d9-8c12-3c362fa567df} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
6464 2025.03.22 20:07:23.851773 [ 5 ] {a0307ba4-8e5f-42d9-8c12-3c362fa567df} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6465 2025.03.22 20:07:23.851991 [ 5 ] {a0307ba4-8e5f-42d9-8c12-3c362fa567df} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001401 sec., 22840.827980014277 rows/sec., 1.59 MiB/sec.
6466 2025.03.22 20:07:23.852043 [ 5 ] {a0307ba4-8e5f-42d9-8c12-3c362fa567df} <Debug> TCPHandler: Processed in 0.001586564 sec.
6467 2025.03.22 20:07:23.852182 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6468 2025.03.22 20:07:23.852288 [ 5 ] {7d14865e-8f8b-4b6a-8d4a-1c1156377aae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6469 2025.03.22 20:07:23.852336 [ 5 ] {7d14865e-8f8b-4b6a-8d4a-1c1156377aae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6470 2025.03.22 20:07:23.852754 [ 5 ] {7d14865e-8f8b-4b6a-8d4a-1c1156377aae} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6471 2025.03.22 20:07:23.852793 [ 5 ] {7d14865e-8f8b-4b6a-8d4a-1c1156377aae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
6472 2025.03.22 20:07:23.853132 [ 5 ] {7d14865e-8f8b-4b6a-8d4a-1c1156377aae} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
6473 2025.03.22 20:07:23.853375 [ 5 ] {7d14865e-8f8b-4b6a-8d4a-1c1156377aae} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6474 2025.03.22 20:07:23.853591 [ 5 ] {7d14865e-8f8b-4b6a-8d4a-1c1156377aae} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001324 sec., 9063.444108761329 rows/sec., 625.47 KiB/sec.
6475 2025.03.22 20:07:23.853640 [ 5 ] {7d14865e-8f8b-4b6a-8d4a-1c1156377aae} <Debug> TCPHandler: Processed in 0.001517232 sec.
6476 2025.03.22 20:07:25.454774 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 16104
6477 2025.03.22 20:07:25.455487 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6478 2025.03.22 20:07:25.455531 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
6479 2025.03.22 20:07:25.456056 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
6480 2025.03.22 20:07:25.456321 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6481 2025.03.22 20:07:25.456522 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16104
6482 2025.03.22 20:07:26.651635 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 264
6483 2025.03.22 20:07:26.674241 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6484 2025.03.22 20:07:26.674306 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB.
6485 2025.03.22 20:07:26.682112 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
6486 2025.03.22 20:07:26.682964 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6487 2025.03.22 20:07:26.686776 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 264
6488 2025.03.22 20:07:28.852702 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6489 2025.03.22 20:07:28.852904 [ 5 ] {fc75ca0e-0887-48c5-822a-94e4700257bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6490 2025.03.22 20:07:28.852978 [ 5 ] {fc75ca0e-0887-48c5-822a-94e4700257bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6491 2025.03.22 20:07:28.853743 [ 5 ] {fc75ca0e-0887-48c5-822a-94e4700257bd} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6492 2025.03.22 20:07:28.853792 [ 5 ] {fc75ca0e-0887-48c5-822a-94e4700257bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6493 2025.03.22 20:07:28.854233 [ 5 ] {fc75ca0e-0887-48c5-822a-94e4700257bd} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
6494 2025.03.22 20:07:28.854489 [ 5 ] {fc75ca0e-0887-48c5-822a-94e4700257bd} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6495 2025.03.22 20:07:28.854751 [ 5 ] {fc75ca0e-0887-48c5-822a-94e4700257bd} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.001894 sec., 57022.1752903907 rows/sec., 4.77 MiB/sec.
6496 2025.03.22 20:07:28.854843 [ 5 ] {fc75ca0e-0887-48c5-822a-94e4700257bd} <Debug> TCPHandler: Processed in 0.002260239 sec.
6497 2025.03.22 20:07:28.855111 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6498 2025.03.22 20:07:28.855241 [ 5 ] {018208f4-27b3-4cf9-9d53-f6710e08800f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6499 2025.03.22 20:07:28.855293 [ 5 ] {018208f4-27b3-4cf9-9d53-f6710e08800f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6500 2025.03.22 20:07:28.855854 [ 5 ] {018208f4-27b3-4cf9-9d53-f6710e08800f} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6501 2025.03.22 20:07:28.855896 [ 5 ] {018208f4-27b3-4cf9-9d53-f6710e08800f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6502 2025.03.22 20:07:28.856245 [ 5 ] {018208f4-27b3-4cf9-9d53-f6710e08800f} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
6503 2025.03.22 20:07:28.856475 [ 5 ] {018208f4-27b3-4cf9-9d53-f6710e08800f} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6504 2025.03.22 20:07:28.856699 [ 5 ] {018208f4-27b3-4cf9-9d53-f6710e08800f} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001483 sec., 17532.029669588672 rows/sec., 1.29 MiB/sec.
6505 2025.03.22 20:07:28.856777 [ 5 ] {018208f4-27b3-4cf9-9d53-f6710e08800f} <Debug> TCPHandler: Processed in 0.001771718 sec.
6506 2025.03.22 20:07:28.856928 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6507 2025.03.22 20:07:28.857031 [ 5 ] {f3ad8168-1e9d-475a-803d-366cac998ac7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6508 2025.03.22 20:07:28.857077 [ 5 ] {f3ad8168-1e9d-475a-803d-366cac998ac7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6509 2025.03.22 20:07:28.857616 [ 5 ] {f3ad8168-1e9d-475a-803d-366cac998ac7} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6510 2025.03.22 20:07:28.857655 [ 5 ] {f3ad8168-1e9d-475a-803d-366cac998ac7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6511 2025.03.22 20:07:28.857999 [ 5 ] {f3ad8168-1e9d-475a-803d-366cac998ac7} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
6512 2025.03.22 20:07:28.858243 [ 5 ] {f3ad8168-1e9d-475a-803d-366cac998ac7} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6513 2025.03.22 20:07:28.858451 [ 5 ] {f3ad8168-1e9d-475a-803d-366cac998ac7} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.001443 sec., 62370.06237006237 rows/sec., 4.87 MiB/sec.
6514 2025.03.22 20:07:28.858502 [ 5 ] {f3ad8168-1e9d-475a-803d-366cac998ac7} <Debug> TCPHandler: Processed in 0.001631555 sec.
6515 2025.03.22 20:07:28.858634 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6516 2025.03.22 20:07:28.858768 [ 5 ] {4cbdd89f-7bc9-45be-b027-48d407d42e34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6517 2025.03.22 20:07:28.858828 [ 5 ] {4cbdd89f-7bc9-45be-b027-48d407d42e34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6518 2025.03.22 20:07:28.859375 [ 5 ] {4cbdd89f-7bc9-45be-b027-48d407d42e34} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6519 2025.03.22 20:07:28.859416 [ 5 ] {4cbdd89f-7bc9-45be-b027-48d407d42e34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6520 2025.03.22 20:07:28.859804 [ 5 ] {4cbdd89f-7bc9-45be-b027-48d407d42e34} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
6521 2025.03.22 20:07:28.860042 [ 5 ] {4cbdd89f-7bc9-45be-b027-48d407d42e34} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6522 2025.03.22 20:07:28.860268 [ 5 ] {4cbdd89f-7bc9-45be-b027-48d407d42e34} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00153 sec., 104575.16339869282 rows/sec., 7.28 MiB/sec.
6523 2025.03.22 20:07:28.860320 [ 5 ] {4cbdd89f-7bc9-45be-b027-48d407d42e34} <Debug> TCPHandler: Processed in 0.001749517 sec.
6524 2025.03.22 20:07:28.860444 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6525 2025.03.22 20:07:28.860547 [ 5 ] {675771bf-696b-4237-9ac8-8b1076ea84c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6526 2025.03.22 20:07:28.860614 [ 5 ] {675771bf-696b-4237-9ac8-8b1076ea84c4} <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
6527 2025.03.22 20:07:28.861704 [ 5 ] {675771bf-696b-4237-9ac8-8b1076ea84c4} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6528 2025.03.22 20:07:28.861744 [ 5 ] {675771bf-696b-4237-9ac8-8b1076ea84c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6529 2025.03.22 20:07:28.862380 [ 5 ] {675771bf-696b-4237-9ac8-8b1076ea84c4} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
6530 2025.03.22 20:07:28.862636 [ 5 ] {675771bf-696b-4237-9ac8-8b1076ea84c4} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6531 2025.03.22 20:07:28.862931 [ 5 ] {675771bf-696b-4237-9ac8-8b1076ea84c4} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002406 sec., 10806.31753948462 rows/sec., 19.36 MiB/sec.
6532 2025.03.22 20:07:28.863510 [ 5 ] {675771bf-696b-4237-9ac8-8b1076ea84c4} <Debug> TCPHandler: Processed in 0.003110076 sec.
6533 2025.03.22 20:07:28.863684 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6534 2025.03.22 20:07:28.863786 [ 5 ] {026146d0-5402-4fe2-b1fc-ec80bfef99bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6535 2025.03.22 20:07:28.863832 [ 5 ] {026146d0-5402-4fe2-b1fc-ec80bfef99bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6536 2025.03.22 20:07:28.864304 [ 5 ] {026146d0-5402-4fe2-b1fc-ec80bfef99bc} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6537 2025.03.22 20:07:28.864344 [ 5 ] {026146d0-5402-4fe2-b1fc-ec80bfef99bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6538 2025.03.22 20:07:28.864711 [ 5 ] {026146d0-5402-4fe2-b1fc-ec80bfef99bc} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
6539 2025.03.22 20:07:28.864943 [ 5 ] {026146d0-5402-4fe2-b1fc-ec80bfef99bc} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6540 2025.03.22 20:07:28.865151 [ 5 ] {026146d0-5402-4fe2-b1fc-ec80bfef99bc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001387 sec., 43258.83201153569 rows/sec., 2.92 MiB/sec.
6541 2025.03.22 20:07:28.865199 [ 5 ] {026146d0-5402-4fe2-b1fc-ec80bfef99bc} <Debug> TCPHandler: Processed in 0.001564394 sec.
6542 2025.03.22 20:07:32.795008 [ 61 ] {} <Debug> DNSResolver: Updating DNS cache
6543 2025.03.22 20:07:32.795111 [ 61 ] {} <Debug> DNSResolver: Updated DNS cache
6544 2025.03.22 20:07:32.957629 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16531
6545 2025.03.22 20:07:32.958269 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6546 2025.03.22 20:07:32.958322 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6547 2025.03.22 20:07:32.958867 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
6548 2025.03.22 20:07:32.959147 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6549 2025.03.22 20:07:32.959370 [ 61 ] {} <Debug> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
6550 2025.03.22 20:07:32.959433 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16531
6551 2025.03.22 20:07:32.959477 [ 61 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6552 2025.03.22 20:07:32.959512 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6553 2025.03.22 20:07:32.959710 [ 201 ] {6f3f2c82-38dd-415f-af08-560485366d9f::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
6554 2025.03.22 20:07:32.959993 [ 201 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6555 2025.03.22 20:07:32.960045 [ 201 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 14274 rows starting from the beginning of the part
6556 2025.03.22 20:07:32.960118 [ 201 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 427 rows starting from the beginning of the part
6557 2025.03.22 20:07:32.960215 [ 201 ] {6f3f2c82-38dd-415f-af08-560485366d9f::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
6558 2025.03.22 20:07:32.960324 [ 201 ] {6f3f2c82-38dd-415f-af08-560485366d9f::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
6559 2025.03.22 20:07:32.960407 [ 201 ] {6f3f2c82-38dd-415f-af08-560485366d9f::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
6560 2025.03.22 20:07:32.960496 [ 201 ] {6f3f2c82-38dd-415f-af08-560485366d9f::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
6561 2025.03.22 20:07:32.963029 [ 192 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16531 rows, containing 4 columns (4 merged, 0 gathered) in 0.003448073 sec., 4794272.047024527 rows/sec., 68.58 MiB/sec.
6562 2025.03.22 20:07:32.963152 [ 189 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
6563 2025.03.22 20:07:32.963453 [ 189 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_36_7} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6564 2025.03.22 20:07:32.963537 [ 189 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_36_7} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
6565 2025.03.22 20:07:32.963636 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.49 MiB.
6566 2025.03.22 20:07:33.045103 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 912
6567 2025.03.22 20:07:33.048080 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6568 2025.03.22 20:07:33.048145 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6569 2025.03.22 20:07:33.049661 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
6570 2025.03.22 20:07:33.049987 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6571 2025.03.22 20:07:33.050668 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 912
6572 2025.03.22 20:07:33.853227 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6573 2025.03.22 20:07:33.853431 [ 5 ] {cc8c2025-2a02-4b1a-8052-2effb44331df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6574 2025.03.22 20:07:33.853508 [ 5 ] {cc8c2025-2a02-4b1a-8052-2effb44331df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6575 2025.03.22 20:07:33.854308 [ 5 ] {cc8c2025-2a02-4b1a-8052-2effb44331df} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6576 2025.03.22 20:07:33.854354 [ 5 ] {cc8c2025-2a02-4b1a-8052-2effb44331df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6577 2025.03.22 20:07:33.854780 [ 5 ] {cc8c2025-2a02-4b1a-8052-2effb44331df} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
6578 2025.03.22 20:07:33.855021 [ 5 ] {cc8c2025-2a02-4b1a-8052-2effb44331df} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6579 2025.03.22 20:07:33.855213 [ 56 ] {} <Debug> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
6580 2025.03.22 20:07:33.855276 [ 5 ] {cc8c2025-2a02-4b1a-8052-2effb44331df} <Debug> executeQuery: Read 82 rows, 6.94 KiB in 0.001897 sec., 43226.14654717976 rows/sec., 3.57 MiB/sec.
6581 2025.03.22 20:07:33.855288 [ 56 ] {} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6582 2025.03.22 20:07:33.855360 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6583 2025.03.22 20:07:33.855410 [ 5 ] {cc8c2025-2a02-4b1a-8052-2effb44331df} <Debug> TCPHandler: Processed in 0.002310509 sec.
6584 2025.03.22 20:07:33.855536 [ 201 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::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
6585 2025.03.22 20:07:33.855591 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6586 2025.03.22 20:07:33.855651 [ 201 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6587 2025.03.22 20:07:33.855694 [ 201 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1403 rows starting from the beginning of the part
6588 2025.03.22 20:07:33.855718 [ 5 ] {0c1fe286-ee57-4071-8166-0f7b566ebf08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6589 2025.03.22 20:07:33.855781 [ 5 ] {0c1fe286-ee57-4071-8166-0f7b566ebf08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6590 2025.03.22 20:07:33.855784 [ 201 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 108 rows starting from the beginning of the part
6591 2025.03.22 20:07:33.856044 [ 201 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 1349 rows starting from the beginning of the part
6592 2025.03.22 20:07:33.856222 [ 201 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 56 rows starting from the beginning of the part
6593 2025.03.22 20:07:33.856431 [ 201 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 108 rows starting from the beginning of the part
6594 2025.03.22 20:07:33.856647 [ 201 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 82 rows starting from the beginning of the part
6595 2025.03.22 20:07:33.857415 [ 5 ] {0c1fe286-ee57-4071-8166-0f7b566ebf08} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6596 2025.03.22 20:07:33.857459 [ 5 ] {0c1fe286-ee57-4071-8166-0f7b566ebf08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6597 2025.03.22 20:07:33.857983 [ 5 ] {0c1fe286-ee57-4071-8166-0f7b566ebf08} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
6598 2025.03.22 20:07:33.858266 [ 5 ] {0c1fe286-ee57-4071-8166-0f7b566ebf08} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6599 2025.03.22 20:07:33.858494 [ 5 ] {0c1fe286-ee57-4071-8166-0f7b566ebf08} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.002807 sec., 4631.278945493409 rows/sec., 348.25 KiB/sec.
6600 2025.03.22 20:07:33.858605 [ 5 ] {0c1fe286-ee57-4071-8166-0f7b566ebf08} <Debug> TCPHandler: Processed in 0.003067175 sec.
6601 2025.03.22 20:07:33.858773 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6602 2025.03.22 20:07:33.858823 [ 192 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3106 rows, containing 5 columns (5 merged, 0 gathered) in 0.003370762 sec., 921453.3687041685 rows/sec., 80.24 MiB/sec.
6603 2025.03.22 20:07:33.858905 [ 5 ] {021d2b4b-cd65-4b8b-9ace-5b9b038a154c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6604 2025.03.22 20:07:33.858961 [ 5 ] {021d2b4b-cd65-4b8b-9ace-5b9b038a154c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6605 2025.03.22 20:07:33.859197 [ 192 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
6606 2025.03.22 20:07:33.859918 [ 192 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_61_12} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6607 2025.03.22 20:07:33.860142 [ 5 ] {021d2b4b-cd65-4b8b-9ace-5b9b038a154c} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6608 2025.03.22 20:07:33.860158 [ 192 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_61_12} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
6609 2025.03.22 20:07:33.860203 [ 5 ] {021d2b4b-cd65-4b8b-9ace-5b9b038a154c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6610 2025.03.22 20:07:33.860341 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB.
6611 2025.03.22 20:07:33.860673 [ 5 ] {021d2b4b-cd65-4b8b-9ace-5b9b038a154c} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
6612 2025.03.22 20:07:33.860912 [ 5 ] {021d2b4b-cd65-4b8b-9ace-5b9b038a154c} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6613 2025.03.22 20:07:33.861091 [ 56 ] {} <Debug> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
6614 2025.03.22 20:07:33.861149 [ 56 ] {} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6615 2025.03.22 20:07:33.861164 [ 5 ] {021d2b4b-cd65-4b8b-9ace-5b9b038a154c} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.002294 sec., 33565.823888404535 rows/sec., 2.62 MiB/sec.
6616 2025.03.22 20:07:33.861193 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6617 2025.03.22 20:07:33.861405 [ 5 ] {021d2b4b-cd65-4b8b-9ace-5b9b038a154c} <Debug> TCPHandler: Processed in 0.002690677 sec.
6618 2025.03.22 20:07:33.861579 [ 200 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::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
6619 2025.03.22 20:07:33.861690 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6620 2025.03.22 20:07:33.861964 [ 5 ] {d2d5f7ea-a5fa-414f-b3b7-995a2b2bca61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6621 2025.03.22 20:07:33.862168 [ 5 ] {d2d5f7ea-a5fa-414f-b3b7-995a2b2bca61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6622 2025.03.22 20:07:33.862494 [ 200 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6623 2025.03.22 20:07:33.862683 [ 200 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 631 rows starting from the beginning of the part
6624 2025.03.22 20:07:33.863135 [ 200 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 90 rows starting from the beginning of the part
6625 2025.03.22 20:07:33.863538 [ 200 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 583 rows starting from the beginning of the part
6626 2025.03.22 20:07:33.863743 [ 200 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 64 rows starting from the beginning of the part
6627 2025.03.22 20:07:33.864194 [ 200 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 90 rows starting from the beginning of the part
6628 2025.03.22 20:07:33.864516 [ 200 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 77 rows starting from the beginning of the part
6629 2025.03.22 20:07:33.865083 [ 5 ] {d2d5f7ea-a5fa-414f-b3b7-995a2b2bca61} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6630 2025.03.22 20:07:33.865137 [ 5 ] {d2d5f7ea-a5fa-414f-b3b7-995a2b2bca61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6631 2025.03.22 20:07:33.866087 [ 5 ] {d2d5f7ea-a5fa-414f-b3b7-995a2b2bca61} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
6632 2025.03.22 20:07:33.866690 [ 5 ] {d2d5f7ea-a5fa-414f-b3b7-995a2b2bca61} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6633 2025.03.22 20:07:33.867001 [ 56 ] {} <Debug> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
6634 2025.03.22 20:07:33.867068 [ 56 ] {} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6635 2025.03.22 20:07:33.867106 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6636 2025.03.22 20:07:33.867128 [ 5 ] {d2d5f7ea-a5fa-414f-b3b7-995a2b2bca61} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00522 sec., 30651.340996168583 rows/sec., 2.13 MiB/sec.
6637 2025.03.22 20:07:33.867630 [ 192 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::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
6638 2025.03.22 20:07:33.867677 [ 5 ] {d2d5f7ea-a5fa-414f-b3b7-995a2b2bca61} <Debug> TCPHandler: Processed in 0.006081929 sec.
6639 2025.03.22 20:07:33.868142 [ 200 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1535 rows, containing 5 columns (5 merged, 0 gathered) in 0.006829625 sec., 224756.11764921207 rows/sec., 17.90 MiB/sec.
6640 2025.03.22 20:07:33.868150 [ 192 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6641 2025.03.22 20:07:33.868165 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6642 2025.03.22 20:07:33.868242 [ 192 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_56_11, total 15672 rows starting from the beginning of the part
6643 2025.03.22 20:07:33.868548 [ 5 ] {29085e6c-aeb7-46af-8bb2-c0ca629fd467} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6644 2025.03.22 20:07:33.868582 [ 187 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
6645 2025.03.22 20:07:33.868799 [ 192 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 160 rows starting from the beginning of the part
6646 2025.03.22 20:07:33.868954 [ 5 ] {29085e6c-aeb7-46af-8bb2-c0ca629fd467} <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
6647 2025.03.22 20:07:33.869576 [ 192 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 1017 rows starting from the beginning of the part
6648 2025.03.22 20:07:33.869778 [ 187 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_61_12} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6649 2025.03.22 20:07:33.870243 [ 187 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_61_12} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
6650 2025.03.22 20:07:33.870261 [ 192 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 32 rows starting from the beginning of the part
6651 2025.03.22 20:07:33.870564 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB.
6652 2025.03.22 20:07:33.870827 [ 192 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 160 rows starting from the beginning of the part
6653 2025.03.22 20:07:33.871280 [ 192 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 160 rows starting from the beginning of the part
6654 2025.03.22 20:07:33.873482 [ 5 ] {29085e6c-aeb7-46af-8bb2-c0ca629fd467} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6655 2025.03.22 20:07:33.873547 [ 5 ] {29085e6c-aeb7-46af-8bb2-c0ca629fd467} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6656 2025.03.22 20:07:33.875192 [ 5 ] {29085e6c-aeb7-46af-8bb2-c0ca629fd467} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
6657 2025.03.22 20:07:33.875663 [ 5 ] {29085e6c-aeb7-46af-8bb2-c0ca629fd467} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6658 2025.03.22 20:07:33.876523 [ 5 ] {29085e6c-aeb7-46af-8bb2-c0ca629fd467} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.008101 sec., 1604.7401555363533 rows/sec., 2.88 MiB/sec.
6659 2025.03.22 20:07:33.877169 [ 5 ] {29085e6c-aeb7-46af-8bb2-c0ca629fd467} <Debug> TCPHandler: Processed in 0.009124933 sec.
6660 2025.03.22 20:07:33.877582 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6661 2025.03.22 20:07:33.877720 [ 5 ] {42553ba3-3dd5-4d8a-a4a4-d15b98e766a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6662 2025.03.22 20:07:33.877788 [ 5 ] {42553ba3-3dd5-4d8a-a4a4-d15b98e766a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6663 2025.03.22 20:07:33.878381 [ 5 ] {42553ba3-3dd5-4d8a-a4a4-d15b98e766a7} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6664 2025.03.22 20:07:33.878422 [ 5 ] {42553ba3-3dd5-4d8a-a4a4-d15b98e766a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6665 2025.03.22 20:07:33.879103 [ 187 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 17201 rows, containing 5 columns (5 merged, 0 gathered) in 0.011870632 sec., 1449038.265190935 rows/sec., 99.29 MiB/sec.
6666 2025.03.22 20:07:33.879121 [ 5 ] {42553ba3-3dd5-4d8a-a4a4-d15b98e766a7} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
6667 2025.03.22 20:07:33.879352 [ 187 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
6668 2025.03.22 20:07:33.879549 [ 5 ] {42553ba3-3dd5-4d8a-a4a4-d15b98e766a7} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6669 2025.03.22 20:07:33.879903 [ 56 ] {} <Debug> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
6670 2025.03.22 20:07:33.880041 [ 5 ] {42553ba3-3dd5-4d8a-a4a4-d15b98e766a7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002345 sec., 25586.353944562903 rows/sec., 1.72 MiB/sec.
6671 2025.03.22 20:07:33.880059 [ 56 ] {} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6672 2025.03.22 20:07:33.880081 [ 187 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6673 2025.03.22 20:07:33.880176 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6674 2025.03.22 20:07:33.880285 [ 5 ] {42553ba3-3dd5-4d8a-a4a4-d15b98e766a7} <Debug> TCPHandler: Processed in 0.002750078 sec.
6675 2025.03.22 20:07:33.880396 [ 187 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
6676 2025.03.22 20:07:33.880729 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.45 MiB.
6677 2025.03.22 20:07:33.880808 [ 194 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::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
6678 2025.03.22 20:07:33.881009 [ 194 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6679 2025.03.22 20:07:33.881048 [ 194 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 2856 rows starting from the beginning of the part
6680 2025.03.22 20:07:33.881175 [ 194 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 60 rows starting from the beginning of the part
6681 2025.03.22 20:07:33.881370 [ 194 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 48 rows starting from the beginning of the part
6682 2025.03.22 20:07:33.881586 [ 194 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 12 rows starting from the beginning of the part
6683 2025.03.22 20:07:33.881766 [ 194 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 60 rows starting from the beginning of the part
6684 2025.03.22 20:07:33.881963 [ 194 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 60 rows starting from the beginning of the part
6685 2025.03.22 20:07:33.883697 [ 188 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3096 rows, containing 4 columns (4 merged, 0 gathered) in 0.00327236 sec., 946106.1741373198 rows/sec., 63.79 MiB/sec.
6686 2025.03.22 20:07:33.884042 [ 198 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
6687 2025.03.22 20:07:33.884367 [ 198 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_61_12} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6688 2025.03.22 20:07:33.884456 [ 198 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_61_12} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
6689 2025.03.22 20:07:33.884541 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB.
6690 2025.03.22 20:07:34.186830 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 272
6691 2025.03.22 20:07:34.209937 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6692 2025.03.22 20:07:34.209986 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6693 2025.03.22 20:07:34.217600 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
6694 2025.03.22 20:07:34.218408 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6695 2025.03.22 20:07:34.218725 [ 67 ] {} <Debug> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
6696 2025.03.22 20:07:34.218798 [ 67 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6697 2025.03.22 20:07:34.218842 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6698 2025.03.22 20:07:34.219386 [ 194 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::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
6699 2025.03.22 20:07:34.236628 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 272
6700 2025.03.22 20:07:34.237802 [ 194 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6701 2025.03.22 20:07:34.239045 [ 194 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::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
6702 2025.03.22 20:07:34.244537 [ 194 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::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
6703 2025.03.22 20:07:34.250192 [ 194 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::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
6704 2025.03.22 20:07:34.255938 [ 194 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::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
6705 2025.03.22 20:07:34.261940 [ 194 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::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
6706 2025.03.22 20:07:34.266722 [ 194 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::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
6707 2025.03.22 20:07:34.330134 [ 188 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 679 columns (679 merged, 0 gathered) in 0.111161391 sec., 2446.892734546656 rows/sec., 12.65 MiB/sec.
6708 2025.03.22 20:07:34.332469 [ 190 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
6709 2025.03.22 20:07:34.335155 [ 190 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_36_7} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6710 2025.03.22 20:07:34.335286 [ 190 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_36_7} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
6711 2025.03.22 20:07:34.337135 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.43 MiB.
6712 2025.03.22 20:07:38.853219 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6713 2025.03.22 20:07:38.853433 [ 5 ] {1eda9636-f1fb-49ae-8a55-cc49bae559de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
6714 2025.03.22 20:07:38.853508 [ 5 ] {1eda9636-f1fb-49ae-8a55-cc49bae559de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
6715 2025.03.22 20:07:38.854231 [ 5 ] {1eda9636-f1fb-49ae-8a55-cc49bae559de} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6716 2025.03.22 20:07:38.854288 [ 5 ] {1eda9636-f1fb-49ae-8a55-cc49bae559de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6717 2025.03.22 20:07:38.854729 [ 5 ] {1eda9636-f1fb-49ae-8a55-cc49bae559de} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
6718 2025.03.22 20:07:38.854979 [ 5 ] {1eda9636-f1fb-49ae-8a55-cc49bae559de} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6719 2025.03.22 20:07:38.855266 [ 5 ] {1eda9636-f1fb-49ae-8a55-cc49bae559de} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00188 sec., 1063.8297872340427 rows/sec., 86.75 KiB/sec.
6720 2025.03.22 20:07:38.855479 [ 5 ] {1eda9636-f1fb-49ae-8a55-cc49bae559de} <Debug> TCPHandler: Processed in 0.00238708 sec.
6721 2025.03.22 20:07:38.855626 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6722 2025.03.22 20:07:38.855735 [ 5 ] {54328cdd-c480-451f-9a1f-f05501475a2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6723 2025.03.22 20:07:38.855784 [ 5 ] {54328cdd-c480-451f-9a1f-f05501475a2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6724 2025.03.22 20:07:38.856380 [ 5 ] {54328cdd-c480-451f-9a1f-f05501475a2d} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6725 2025.03.22 20:07:38.856421 [ 5 ] {54328cdd-c480-451f-9a1f-f05501475a2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6726 2025.03.22 20:07:38.856791 [ 5 ] {54328cdd-c480-451f-9a1f-f05501475a2d} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
6727 2025.03.22 20:07:38.857028 [ 5 ] {54328cdd-c480-451f-9a1f-f05501475a2d} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6728 2025.03.22 20:07:38.857235 [ 5 ] {54328cdd-c480-451f-9a1f-f05501475a2d} <Debug> executeQuery: Read 109 rows, 9.32 KiB in 0.001527 sec., 71381.79436804191 rows/sec., 5.96 MiB/sec.
6729 2025.03.22 20:07:38.857291 [ 5 ] {54328cdd-c480-451f-9a1f-f05501475a2d} <Debug> TCPHandler: Processed in 0.001716976 sec.
6730 2025.03.22 20:07:38.857407 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6731 2025.03.22 20:07:38.857512 [ 5 ] {6303d2a0-ec6b-4066-9dc8-552fc3a23b21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6732 2025.03.22 20:07:38.857558 [ 5 ] {6303d2a0-ec6b-4066-9dc8-552fc3a23b21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6733 2025.03.22 20:07:38.858086 [ 5 ] {6303d2a0-ec6b-4066-9dc8-552fc3a23b21} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6734 2025.03.22 20:07:38.858125 [ 5 ] {6303d2a0-ec6b-4066-9dc8-552fc3a23b21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6735 2025.03.22 20:07:38.858470 [ 5 ] {6303d2a0-ec6b-4066-9dc8-552fc3a23b21} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
6736 2025.03.22 20:07:38.858700 [ 5 ] {6303d2a0-ec6b-4066-9dc8-552fc3a23b21} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6737 2025.03.22 20:07:38.858945 [ 5 ] {6303d2a0-ec6b-4066-9dc8-552fc3a23b21} <Debug> executeQuery: Read 28 rows, 2.09 KiB in 0.001448 sec., 19337.016574585636 rows/sec., 1.41 MiB/sec.
6738 2025.03.22 20:07:38.859079 [ 5 ] {6303d2a0-ec6b-4066-9dc8-552fc3a23b21} <Debug> TCPHandler: Processed in 0.001718487 sec.
6739 2025.03.22 20:07:38.859335 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6740 2025.03.22 20:07:38.859443 [ 5 ] {71bcf50c-aadf-4e49-b512-23458f25e9c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6741 2025.03.22 20:07:38.859488 [ 5 ] {71bcf50c-aadf-4e49-b512-23458f25e9c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6742 2025.03.22 20:07:38.860043 [ 5 ] {71bcf50c-aadf-4e49-b512-23458f25e9c1} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6743 2025.03.22 20:07:38.860083 [ 5 ] {71bcf50c-aadf-4e49-b512-23458f25e9c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6744 2025.03.22 20:07:38.860448 [ 5 ] {71bcf50c-aadf-4e49-b512-23458f25e9c1} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
6745 2025.03.22 20:07:38.860687 [ 5 ] {71bcf50c-aadf-4e49-b512-23458f25e9c1} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6746 2025.03.22 20:07:38.860936 [ 5 ] {71bcf50c-aadf-4e49-b512-23458f25e9c1} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.001507 sec., 61048.4406104844 rows/sec., 4.77 MiB/sec.
6747 2025.03.22 20:07:38.861010 [ 5 ] {71bcf50c-aadf-4e49-b512-23458f25e9c1} <Debug> TCPHandler: Processed in 0.001760087 sec.
6748 2025.03.22 20:07:38.861256 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6749 2025.03.22 20:07:38.861368 [ 5 ] {ed92896d-8db9-46b2-8919-1046fd690eaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6750 2025.03.22 20:07:38.861420 [ 5 ] {ed92896d-8db9-46b2-8919-1046fd690eaa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6751 2025.03.22 20:07:38.861944 [ 5 ] {ed92896d-8db9-46b2-8919-1046fd690eaa} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6752 2025.03.22 20:07:38.861982 [ 5 ] {ed92896d-8db9-46b2-8919-1046fd690eaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6753 2025.03.22 20:07:38.862367 [ 5 ] {ed92896d-8db9-46b2-8919-1046fd690eaa} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
6754 2025.03.22 20:07:38.862609 [ 5 ] {ed92896d-8db9-46b2-8919-1046fd690eaa} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6755 2025.03.22 20:07:38.862824 [ 5 ] {ed92896d-8db9-46b2-8919-1046fd690eaa} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001478 sec., 108930.98782138024 rows/sec., 7.59 MiB/sec.
6756 2025.03.22 20:07:38.862875 [ 5 ] {ed92896d-8db9-46b2-8919-1046fd690eaa} <Debug> TCPHandler: Processed in 0.001720437 sec.
6757 2025.03.22 20:07:38.863009 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6758 2025.03.22 20:07:38.863113 [ 5 ] {0e3546d8-8013-428d-a119-1e7524e33b83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6759 2025.03.22 20:07:38.863180 [ 5 ] {0e3546d8-8013-428d-a119-1e7524e33b83} <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
6760 2025.03.22 20:07:38.864257 [ 5 ] {0e3546d8-8013-428d-a119-1e7524e33b83} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6761 2025.03.22 20:07:38.864295 [ 5 ] {0e3546d8-8013-428d-a119-1e7524e33b83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6762 2025.03.22 20:07:38.864924 [ 5 ] {0e3546d8-8013-428d-a119-1e7524e33b83} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
6763 2025.03.22 20:07:38.865179 [ 5 ] {0e3546d8-8013-428d-a119-1e7524e33b83} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6764 2025.03.22 20:07:38.865378 [ 5 ] {0e3546d8-8013-428d-a119-1e7524e33b83} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002286 sec., 11373.578302712162 rows/sec., 20.38 MiB/sec.
6765 2025.03.22 20:07:38.865486 [ 5 ] {0e3546d8-8013-428d-a119-1e7524e33b83} <Debug> TCPHandler: Processed in 0.002526354 sec.
6766 2025.03.22 20:07:38.865625 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6767 2025.03.22 20:07:38.865730 [ 5 ] {1ae66258-7c60-4072-919d-48826bb31381} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6768 2025.03.22 20:07:38.865776 [ 5 ] {1ae66258-7c60-4072-919d-48826bb31381} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6769 2025.03.22 20:07:38.866207 [ 5 ] {1ae66258-7c60-4072-919d-48826bb31381} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6770 2025.03.22 20:07:38.866245 [ 5 ] {1ae66258-7c60-4072-919d-48826bb31381} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6771 2025.03.22 20:07:38.866602 [ 5 ] {1ae66258-7c60-4072-919d-48826bb31381} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
6772 2025.03.22 20:07:38.866844 [ 5 ] {1ae66258-7c60-4072-919d-48826bb31381} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6773 2025.03.22 20:07:38.867057 [ 5 ] {1ae66258-7c60-4072-919d-48826bb31381} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001338 sec., 44843.04932735426 rows/sec., 3.02 MiB/sec.
6774 2025.03.22 20:07:38.867109 [ 5 ] {1ae66258-7c60-4072-919d-48826bb31381} <Debug> TCPHandler: Processed in 0.001533913 sec.
6775 2025.03.22 20:07:40.460551 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17019
6776 2025.03.22 20:07:40.461247 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6777 2025.03.22 20:07:40.461304 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6778 2025.03.22 20:07:40.461909 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
6779 2025.03.22 20:07:40.462200 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6780 2025.03.22 20:07:40.462463 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17019
6781 2025.03.22 20:07:41.737684 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 279
6782 2025.03.22 20:07:41.758330 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6783 2025.03.22 20:07:41.758388 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6784 2025.03.22 20:07:41.765411 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
6785 2025.03.22 20:07:41.766151 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6786 2025.03.22 20:07:41.768836 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 279
6787 2025.03.22 20:07:43.051787 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 938
6788 2025.03.22 20:07:43.054733 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6789 2025.03.22 20:07:43.054785 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6790 2025.03.22 20:07:43.056282 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
6791 2025.03.22 20:07:43.056593 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6792 2025.03.22 20:07:43.057098 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 938
6793 2025.03.22 20:07:43.852641 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6794 2025.03.22 20:07:43.852852 [ 5 ] {0602082d-f6f2-48be-aea5-26c502273f58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6795 2025.03.22 20:07:43.852933 [ 5 ] {0602082d-f6f2-48be-aea5-26c502273f58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6796 2025.03.22 20:07:43.853757 [ 5 ] {0602082d-f6f2-48be-aea5-26c502273f58} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6797 2025.03.22 20:07:43.853805 [ 5 ] {0602082d-f6f2-48be-aea5-26c502273f58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6798 2025.03.22 20:07:43.854247 [ 5 ] {0602082d-f6f2-48be-aea5-26c502273f58} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
6799 2025.03.22 20:07:43.854507 [ 5 ] {0602082d-f6f2-48be-aea5-26c502273f58} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6800 2025.03.22 20:07:43.854754 [ 5 ] {0602082d-f6f2-48be-aea5-26c502273f58} <Debug> executeQuery: Read 82 rows, 6.94 KiB in 0.00196 sec., 41836.73469387755 rows/sec., 3.46 MiB/sec.
6801 2025.03.22 20:07:43.854824 [ 5 ] {0602082d-f6f2-48be-aea5-26c502273f58} <Debug> TCPHandler: Processed in 0.002318919 sec.
6802 2025.03.22 20:07:43.854971 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6803 2025.03.22 20:07:43.855087 [ 5 ] {9764d04a-558b-446c-bb77-c82d608f892c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6804 2025.03.22 20:07:43.855133 [ 5 ] {9764d04a-558b-446c-bb77-c82d608f892c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6805 2025.03.22 20:07:43.855658 [ 5 ] {9764d04a-558b-446c-bb77-c82d608f892c} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6806 2025.03.22 20:07:43.855697 [ 5 ] {9764d04a-558b-446c-bb77-c82d608f892c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6807 2025.03.22 20:07:43.856041 [ 5 ] {9764d04a-558b-446c-bb77-c82d608f892c} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
6808 2025.03.22 20:07:43.856277 [ 5 ] {9764d04a-558b-446c-bb77-c82d608f892c} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6809 2025.03.22 20:07:43.856494 [ 5 ] {9764d04a-558b-446c-bb77-c82d608f892c} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.001429 sec., 9097.270818754374 rows/sec., 684.07 KiB/sec.
6810 2025.03.22 20:07:43.856546 [ 5 ] {9764d04a-558b-446c-bb77-c82d608f892c} <Debug> TCPHandler: Processed in 0.001639075 sec.
6811 2025.03.22 20:07:43.856651 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6812 2025.03.22 20:07:43.856751 [ 5 ] {24e0af45-206b-4cde-8658-1976798a2b8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6813 2025.03.22 20:07:43.856795 [ 5 ] {24e0af45-206b-4cde-8658-1976798a2b8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6814 2025.03.22 20:07:43.857348 [ 5 ] {24e0af45-206b-4cde-8658-1976798a2b8d} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6815 2025.03.22 20:07:43.857389 [ 5 ] {24e0af45-206b-4cde-8658-1976798a2b8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6816 2025.03.22 20:07:43.857740 [ 5 ] {24e0af45-206b-4cde-8658-1976798a2b8d} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
6817 2025.03.22 20:07:43.857985 [ 5 ] {24e0af45-206b-4cde-8658-1976798a2b8d} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6818 2025.03.22 20:07:43.858237 [ 5 ] {24e0af45-206b-4cde-8658-1976798a2b8d} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.001495 sec., 51505.01672240803 rows/sec., 4.02 MiB/sec.
6819 2025.03.22 20:07:43.858304 [ 5 ] {24e0af45-206b-4cde-8658-1976798a2b8d} <Debug> TCPHandler: Processed in 0.001703136 sec.
6820 2025.03.22 20:07:43.858564 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6821 2025.03.22 20:07:43.858705 [ 5 ] {fd4523e0-450b-464c-92c4-2ac7eabeea73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6822 2025.03.22 20:07:43.858756 [ 5 ] {fd4523e0-450b-464c-92c4-2ac7eabeea73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6823 2025.03.22 20:07:43.859290 [ 5 ] {fd4523e0-450b-464c-92c4-2ac7eabeea73} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6824 2025.03.22 20:07:43.859329 [ 5 ] {fd4523e0-450b-464c-92c4-2ac7eabeea73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6825 2025.03.22 20:07:43.859710 [ 5 ] {fd4523e0-450b-464c-92c4-2ac7eabeea73} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
6826 2025.03.22 20:07:43.859941 [ 5 ] {fd4523e0-450b-464c-92c4-2ac7eabeea73} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6827 2025.03.22 20:07:43.860144 [ 5 ] {fd4523e0-450b-464c-92c4-2ac7eabeea73} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001463 sec., 109364.31989063567 rows/sec., 7.62 MiB/sec.
6828 2025.03.22 20:07:43.860194 [ 5 ] {fd4523e0-450b-464c-92c4-2ac7eabeea73} <Debug> TCPHandler: Processed in 0.001729067 sec.
6829 2025.03.22 20:07:43.860327 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6830 2025.03.22 20:07:43.860430 [ 5 ] {4a5c7565-a018-4c09-9346-b77382d14ad6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6831 2025.03.22 20:07:43.860495 [ 5 ] {4a5c7565-a018-4c09-9346-b77382d14ad6} <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
6832 2025.03.22 20:07:43.861546 [ 5 ] {4a5c7565-a018-4c09-9346-b77382d14ad6} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6833 2025.03.22 20:07:43.861585 [ 5 ] {4a5c7565-a018-4c09-9346-b77382d14ad6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6834 2025.03.22 20:07:43.862194 [ 5 ] {4a5c7565-a018-4c09-9346-b77382d14ad6} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
6835 2025.03.22 20:07:43.862439 [ 5 ] {4a5c7565-a018-4c09-9346-b77382d14ad6} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6836 2025.03.22 20:07:43.862698 [ 5 ] {4a5c7565-a018-4c09-9346-b77382d14ad6} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002288 sec., 5681.818181818182 rows/sec., 10.18 MiB/sec.
6837 2025.03.22 20:07:43.863005 [ 5 ] {4a5c7565-a018-4c09-9346-b77382d14ad6} <Debug> TCPHandler: Processed in 0.002726698 sec.
6838 2025.03.22 20:07:43.863161 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6839 2025.03.22 20:07:43.863262 [ 5 ] {ee9b122e-9596-4084-bdfd-3eda4c7b65ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6840 2025.03.22 20:07:43.863308 [ 5 ] {ee9b122e-9596-4084-bdfd-3eda4c7b65ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6841 2025.03.22 20:07:43.863742 [ 5 ] {ee9b122e-9596-4084-bdfd-3eda4c7b65ec} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6842 2025.03.22 20:07:43.863779 [ 5 ] {ee9b122e-9596-4084-bdfd-3eda4c7b65ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6843 2025.03.22 20:07:43.864126 [ 5 ] {ee9b122e-9596-4084-bdfd-3eda4c7b65ec} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
6844 2025.03.22 20:07:43.864362 [ 5 ] {ee9b122e-9596-4084-bdfd-3eda4c7b65ec} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6845 2025.03.22 20:07:43.864573 [ 5 ] {ee9b122e-9596-4084-bdfd-3eda4c7b65ec} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001332 sec., 45045.045045045044 rows/sec., 3.04 MiB/sec.
6846 2025.03.22 20:07:43.864627 [ 5 ] {ee9b122e-9596-4084-bdfd-3eda4c7b65ec} <Debug> TCPHandler: Processed in 0.001516252 sec.
6847 2025.03.22 20:07:47.795170 [ 129 ] {} <Debug> DNSResolver: Updating DNS cache
6848 2025.03.22 20:07:47.795246 [ 129 ] {} <Debug> DNSResolver: Updated DNS cache
6849 2025.03.22 20:07:47.963563 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 17446
6850 2025.03.22 20:07:47.964197 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6851 2025.03.22 20:07:47.964243 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6852 2025.03.22 20:07:47.964877 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
6853 2025.03.22 20:07:47.965146 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6854 2025.03.22 20:07:47.965406 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17446
6855 2025.03.22 20:07:48.852544 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6856 2025.03.22 20:07:48.852751 [ 5 ] {0e279a87-3d3c-49bb-97ce-1294f0fc8f46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6857 2025.03.22 20:07:48.852832 [ 5 ] {0e279a87-3d3c-49bb-97ce-1294f0fc8f46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6858 2025.03.22 20:07:48.853678 [ 5 ] {0e279a87-3d3c-49bb-97ce-1294f0fc8f46} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6859 2025.03.22 20:07:48.853720 [ 5 ] {0e279a87-3d3c-49bb-97ce-1294f0fc8f46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6860 2025.03.22 20:07:48.854147 [ 5 ] {0e279a87-3d3c-49bb-97ce-1294f0fc8f46} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
6861 2025.03.22 20:07:48.854389 [ 5 ] {0e279a87-3d3c-49bb-97ce-1294f0fc8f46} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6862 2025.03.22 20:07:48.854616 [ 5 ] {0e279a87-3d3c-49bb-97ce-1294f0fc8f46} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.00192 sec., 56250 rows/sec., 4.70 MiB/sec.
6863 2025.03.22 20:07:48.854680 [ 5 ] {0e279a87-3d3c-49bb-97ce-1294f0fc8f46} <Debug> TCPHandler: Processed in 0.002272258 sec.
6864 2025.03.22 20:07:48.854804 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6865 2025.03.22 20:07:48.854915 [ 5 ] {a71cb264-0b44-4a2a-940d-4eb9979cb0be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6866 2025.03.22 20:07:48.854964 [ 5 ] {a71cb264-0b44-4a2a-940d-4eb9979cb0be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6867 2025.03.22 20:07:48.855503 [ 5 ] {a71cb264-0b44-4a2a-940d-4eb9979cb0be} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6868 2025.03.22 20:07:48.855543 [ 5 ] {a71cb264-0b44-4a2a-940d-4eb9979cb0be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6869 2025.03.22 20:07:48.855888 [ 5 ] {a71cb264-0b44-4a2a-940d-4eb9979cb0be} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
6870 2025.03.22 20:07:48.856117 [ 5 ] {a71cb264-0b44-4a2a-940d-4eb9979cb0be} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6871 2025.03.22 20:07:48.856286 [ 127 ] {} <Debug> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
6872 2025.03.22 20:07:48.856347 [ 5 ] {a71cb264-0b44-4a2a-940d-4eb9979cb0be} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001453 sec., 17894.01238816242 rows/sec., 1.31 MiB/sec.
6873 2025.03.22 20:07:48.856365 [ 127 ] {} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6874 2025.03.22 20:07:48.856439 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6875 2025.03.22 20:07:48.856484 [ 5 ] {a71cb264-0b44-4a2a-940d-4eb9979cb0be} <Debug> TCPHandler: Processed in 0.001730637 sec.
6876 2025.03.22 20:07:48.856789 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6877 2025.03.22 20:07:48.856858 [ 190 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::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
6878 2025.03.22 20:07:48.857090 [ 5 ] {d09fd64b-8ee0-407e-b4a9-e996917a673f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6879 2025.03.22 20:07:48.857262 [ 5 ] {d09fd64b-8ee0-407e-b4a9-e996917a673f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6880 2025.03.22 20:07:48.857454 [ 190 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6881 2025.03.22 20:07:48.857545 [ 190 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 69 rows starting from the beginning of the part
6882 2025.03.22 20:07:48.857886 [ 190 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 26 rows starting from the beginning of the part
6883 2025.03.22 20:07:48.858281 [ 190 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 13 rows starting from the beginning of the part
6884 2025.03.22 20:07:48.858685 [ 190 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::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
6885 2025.03.22 20:07:48.859063 [ 190 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 13 rows starting from the beginning of the part
6886 2025.03.22 20:07:48.859457 [ 190 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::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
6887 2025.03.22 20:07:48.860212 [ 5 ] {d09fd64b-8ee0-407e-b4a9-e996917a673f} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6888 2025.03.22 20:07:48.860297 [ 5 ] {d09fd64b-8ee0-407e-b4a9-e996917a673f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6889 2025.03.22 20:07:48.861207 [ 5 ] {d09fd64b-8ee0-407e-b4a9-e996917a673f} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
6890 2025.03.22 20:07:48.861749 [ 5 ] {d09fd64b-8ee0-407e-b4a9-e996917a673f} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6891 2025.03.22 20:07:48.862314 [ 188 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 175 rows, containing 5 columns (5 merged, 0 gathered) in 0.005724792 sec., 30568.796211285928 rows/sec., 2.35 MiB/sec.
6892 2025.03.22 20:07:48.862394 [ 5 ] {d09fd64b-8ee0-407e-b4a9-e996917a673f} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.00541 sec., 16635.859519408503 rows/sec., 1.30 MiB/sec.
6893 2025.03.22 20:07:48.862646 [ 188 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
6894 2025.03.22 20:07:48.862770 [ 5 ] {d09fd64b-8ee0-407e-b4a9-e996917a673f} <Debug> TCPHandler: Processed in 0.00609241 sec.
6895 2025.03.22 20:07:48.863213 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6896 2025.03.22 20:07:48.863476 [ 188 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_51_10} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6897 2025.03.22 20:07:48.863489 [ 5 ] {09bb71ca-c108-451b-8526-417037a10f75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6898 2025.03.22 20:07:48.863612 [ 5 ] {09bb71ca-c108-451b-8526-417037a10f75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6899 2025.03.22 20:07:48.863672 [ 188 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_51_10} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
6900 2025.03.22 20:07:48.863884 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
6901 2025.03.22 20:07:48.864386 [ 5 ] {09bb71ca-c108-451b-8526-417037a10f75} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6902 2025.03.22 20:07:48.864430 [ 5 ] {09bb71ca-c108-451b-8526-417037a10f75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6903 2025.03.22 20:07:48.864833 [ 5 ] {09bb71ca-c108-451b-8526-417037a10f75} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
6904 2025.03.22 20:07:48.865065 [ 5 ] {09bb71ca-c108-451b-8526-417037a10f75} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6905 2025.03.22 20:07:48.865312 [ 5 ] {09bb71ca-c108-451b-8526-417037a10f75} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001869 sec., 85607.27661851258 rows/sec., 5.96 MiB/sec.
6906 2025.03.22 20:07:48.865376 [ 5 ] {09bb71ca-c108-451b-8526-417037a10f75} <Debug> TCPHandler: Processed in 0.002313319 sec.
6907 2025.03.22 20:07:48.865654 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6908 2025.03.22 20:07:48.865768 [ 5 ] {b6623fc3-13a2-4c85-a074-f532da5c72ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6909 2025.03.22 20:07:48.865841 [ 5 ] {b6623fc3-13a2-4c85-a074-f532da5c72ef} <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
6910 2025.03.22 20:07:48.866930 [ 5 ] {b6623fc3-13a2-4c85-a074-f532da5c72ef} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6911 2025.03.22 20:07:48.866970 [ 5 ] {b6623fc3-13a2-4c85-a074-f532da5c72ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6912 2025.03.22 20:07:48.867598 [ 5 ] {b6623fc3-13a2-4c85-a074-f532da5c72ef} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
6913 2025.03.22 20:07:48.867855 [ 5 ] {b6623fc3-13a2-4c85-a074-f532da5c72ef} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6914 2025.03.22 20:07:48.868025 [ 127 ] {} <Debug> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
6915 2025.03.22 20:07:48.868093 [ 127 ] {} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6916 2025.03.22 20:07:48.868128 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6917 2025.03.22 20:07:48.868137 [ 5 ] {b6623fc3-13a2-4c85-a074-f532da5c72ef} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002386 sec., 10896.898575020956 rows/sec., 19.53 MiB/sec.
6918 2025.03.22 20:07:48.868436 [ 190 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::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
6919 2025.03.22 20:07:48.868505 [ 5 ] {b6623fc3-13a2-4c85-a074-f532da5c72ef} <Debug> TCPHandler: Processed in 0.002953003 sec.
6920 2025.03.22 20:07:48.868759 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6921 2025.03.22 20:07:48.869032 [ 5 ] {520684af-8c34-45b5-b013-49b0e859dbf1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6922 2025.03.22 20:07:48.869055 [ 190 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6923 2025.03.22 20:07:48.869158 [ 5 ] {520684af-8c34-45b5-b013-49b0e859dbf1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6924 2025.03.22 20:07:48.869236 [ 190 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 854 rows starting from the beginning of the part
6925 2025.03.22 20:07:48.870177 [ 190 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 26 rows starting from the beginning of the part
6926 2025.03.22 20:07:48.870851 [ 190 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 13 rows starting from the beginning of the part
6927 2025.03.22 20:07:48.871598 [ 190 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 26 rows starting from the beginning of the part
6928 2025.03.22 20:07:48.871757 [ 5 ] {520684af-8c34-45b5-b013-49b0e859dbf1} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6929 2025.03.22 20:07:48.871895 [ 5 ] {520684af-8c34-45b5-b013-49b0e859dbf1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6930 2025.03.22 20:07:48.872296 [ 190 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 13 rows starting from the beginning of the part
6931 2025.03.22 20:07:48.872920 [ 190 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::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
6932 2025.03.22 20:07:48.873729 [ 5 ] {520684af-8c34-45b5-b013-49b0e859dbf1} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
6933 2025.03.22 20:07:48.874252 [ 5 ] {520684af-8c34-45b5-b013-49b0e859dbf1} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6934 2025.03.22 20:07:48.874948 [ 5 ] {520684af-8c34-45b5-b013-49b0e859dbf1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005966 sec., 10056.989607777405 rows/sec., 694.04 KiB/sec.
6935 2025.03.22 20:07:48.875383 [ 5 ] {520684af-8c34-45b5-b013-49b0e859dbf1} <Debug> TCPHandler: Processed in 0.006705352 sec.
6936 2025.03.22 20:07:48.880577 [ 199 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 958 rows, containing 19 columns (19 merged, 0 gathered) in 0.012356563 sec., 77529.64962829875 rows/sec., 138.93 MiB/sec.
6937 2025.03.22 20:07:48.882200 [ 196 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
6938 2025.03.22 20:07:48.882665 [ 196 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6939 2025.03.22 20:07:48.882761 [ 196 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
6940 2025.03.22 20:07:48.882931 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.22 MiB.
6941 2025.03.22 20:07:49.000225 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 208.27 MiB, peak 219.46 MiB, free memory in arenas 0.00 B, will set to 209.96 MiB (RSS), difference: 1.70 MiB
6942 2025.03.22 20:07:49.269871 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287
6943 2025.03.22 20:07:49.290186 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6944 2025.03.22 20:07:49.290228 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6945 2025.03.22 20:07:49.297985 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
6946 2025.03.22 20:07:49.298726 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6947 2025.03.22 20:07:49.301260 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 287
6948 2025.03.22 20:07:52.847149 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6949 2025.03.22 20:07:52.847364 [ 5 ] {eb7597c7-ca97-4888-9a91-1469fa1442a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
6950 2025.03.22 20:07:52.847438 [ 5 ] {eb7597c7-ca97-4888-9a91-1469fa1442a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
6951 2025.03.22 20:07:52.848175 [ 5 ] {eb7597c7-ca97-4888-9a91-1469fa1442a7} <Trace> oximeter.fields_i16 (264093f9-a655-4468-9a79-5d699a3bbf39): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6952 2025.03.22 20:07:52.848226 [ 5 ] {eb7597c7-ca97-4888-9a91-1469fa1442a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6953 2025.03.22 20:07:52.848668 [ 5 ] {eb7597c7-ca97-4888-9a91-1469fa1442a7} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
6954 2025.03.22 20:07:52.848913 [ 5 ] {eb7597c7-ca97-4888-9a91-1469fa1442a7} <Trace> oximeter.fields_i16 (264093f9-a655-4468-9a79-5d699a3bbf39): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6955 2025.03.22 20:07:52.849112 [ 122 ] {} <Debug> oximeter.fields_i16 (264093f9-a655-4468-9a79-5d699a3bbf39) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
6956 2025.03.22 20:07:52.849181 [ 5 ] {eb7597c7-ca97-4888-9a91-1469fa1442a7} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001864 sec., 12875.536480686695 rows/sec., 1.07 MiB/sec.
6957 2025.03.22 20:07:52.849196 [ 122 ] {} <Trace> oximeter.fields_i16 (264093f9-a655-4468-9a79-5d699a3bbf39): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6958 2025.03.22 20:07:52.849264 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6959 2025.03.22 20:07:52.849330 [ 5 ] {eb7597c7-ca97-4888-9a91-1469fa1442a7} <Debug> TCPHandler: Processed in 0.002330029 sec.
6960 2025.03.22 20:07:52.849654 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6961 2025.03.22 20:07:52.849675 [ 195 ] {264093f9-a655-4468-9a79-5d699a3bbf39::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
6962 2025.03.22 20:07:52.849963 [ 5 ] {aabc769b-d987-4a26-9bc8-89d06bc74e7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6963 2025.03.22 20:07:52.850077 [ 5 ] {aabc769b-d987-4a26-9bc8-89d06bc74e7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6964 2025.03.22 20:07:52.850094 [ 195 ] {264093f9-a655-4468-9a79-5d699a3bbf39::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6965 2025.03.22 20:07:52.850198 [ 195 ] {264093f9-a655-4468-9a79-5d699a3bbf39::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 24 rows starting from the beginning of the part
6966 2025.03.22 20:07:52.850527 [ 195 ] {264093f9-a655-4468-9a79-5d699a3bbf39::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 24 rows starting from the beginning of the part
6967 2025.03.22 20:07:52.850865 [ 195 ] {264093f9-a655-4468-9a79-5d699a3bbf39::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 24 rows starting from the beginning of the part
6968 2025.03.22 20:07:52.851226 [ 195 ] {264093f9-a655-4468-9a79-5d699a3bbf39::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 24 rows starting from the beginning of the part
6969 2025.03.22 20:07:52.851593 [ 195 ] {264093f9-a655-4468-9a79-5d699a3bbf39::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 24 rows starting from the beginning of the part
6970 2025.03.22 20:07:52.853474 [ 195 ] {264093f9-a655-4468-9a79-5d699a3bbf39::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 5 columns (5 merged, 0 gathered) in 0.004087336 sec., 29358.9761154943 rows/sec., 2.55 MiB/sec.
6971 2025.03.22 20:07:52.853566 [ 5 ] {aabc769b-d987-4a26-9bc8-89d06bc74e7a} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6972 2025.03.22 20:07:52.853620 [ 5 ] {aabc769b-d987-4a26-9bc8-89d06bc74e7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6973 2025.03.22 20:07:52.853639 [ 195 ] {264093f9-a655-4468-9a79-5d699a3bbf39::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
6974 2025.03.22 20:07:52.854173 [ 195 ] {264093f9-a655-4468-9a79-5d699a3bbf39::all_1_9_2} <Trace> oximeter.fields_i16 (264093f9-a655-4468-9a79-5d699a3bbf39): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6975 2025.03.22 20:07:52.854352 [ 195 ] {264093f9-a655-4468-9a79-5d699a3bbf39::all_1_9_2} <Trace> oximeter.fields_i16 (264093f9-a655-4468-9a79-5d699a3bbf39) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
6976 2025.03.22 20:07:52.854482 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
6977 2025.03.22 20:07:52.854504 [ 5 ] {aabc769b-d987-4a26-9bc8-89d06bc74e7a} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
6978 2025.03.22 20:07:52.854769 [ 5 ] {aabc769b-d987-4a26-9bc8-89d06bc74e7a} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6979 2025.03.22 20:07:52.855023 [ 5 ] {aabc769b-d987-4a26-9bc8-89d06bc74e7a} <Debug> executeQuery: Read 1342 rows, 114.49 KiB in 0.005147 sec., 260734.4083932388 rows/sec., 21.72 MiB/sec.
6980 2025.03.22 20:07:52.855110 [ 5 ] {aabc769b-d987-4a26-9bc8-89d06bc74e7a} <Debug> TCPHandler: Processed in 0.005577318 sec.
6981 2025.03.22 20:07:52.855268 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6982 2025.03.22 20:07:52.855380 [ 5 ] {d541cbb6-86f4-4a3f-9620-312e53c1272b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6983 2025.03.22 20:07:52.855426 [ 5 ] {d541cbb6-86f4-4a3f-9620-312e53c1272b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6984 2025.03.22 20:07:52.855974 [ 5 ] {d541cbb6-86f4-4a3f-9620-312e53c1272b} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6985 2025.03.22 20:07:52.856012 [ 5 ] {d541cbb6-86f4-4a3f-9620-312e53c1272b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6986 2025.03.22 20:07:52.856363 [ 5 ] {d541cbb6-86f4-4a3f-9620-312e53c1272b} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
6987 2025.03.22 20:07:52.856597 [ 5 ] {d541cbb6-86f4-4a3f-9620-312e53c1272b} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6988 2025.03.22 20:07:52.856799 [ 5 ] {d541cbb6-86f4-4a3f-9620-312e53c1272b} <Debug> executeQuery: Read 25 rows, 1.94 KiB in 0.001444 sec., 17313.019390581718 rows/sec., 1.31 MiB/sec.
6989 2025.03.22 20:07:52.856851 [ 5 ] {d541cbb6-86f4-4a3f-9620-312e53c1272b} <Debug> TCPHandler: Processed in 0.001646915 sec.
6990 2025.03.22 20:07:52.856976 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6991 2025.03.22 20:07:52.857080 [ 5 ] {30ac8119-9482-4aea-baac-6d7e9c012960} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6992 2025.03.22 20:07:52.857123 [ 5 ] {30ac8119-9482-4aea-baac-6d7e9c012960} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6993 2025.03.22 20:07:52.857719 [ 5 ] {30ac8119-9482-4aea-baac-6d7e9c012960} <Trace> oximeter.fields_u32 (ad7a5232-f0e1-40d6-acb0-24ed1d64c039): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6994 2025.03.22 20:07:52.857758 [ 5 ] {30ac8119-9482-4aea-baac-6d7e9c012960} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
6995 2025.03.22 20:07:52.858113 [ 5 ] {30ac8119-9482-4aea-baac-6d7e9c012960} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
6996 2025.03.22 20:07:52.858353 [ 5 ] {30ac8119-9482-4aea-baac-6d7e9c012960} <Trace> oximeter.fields_u32 (ad7a5232-f0e1-40d6-acb0-24ed1d64c039): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6997 2025.03.22 20:07:52.858508 [ 122 ] {} <Debug> oximeter.fields_u32 (ad7a5232-f0e1-40d6-acb0-24ed1d64c039) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
6998 2025.03.22 20:07:52.858568 [ 122 ] {} <Trace> oximeter.fields_u32 (ad7a5232-f0e1-40d6-acb0-24ed1d64c039): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6999 2025.03.22 20:07:52.858598 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
7000 2025.03.22 20:07:52.858618 [ 5 ] {30ac8119-9482-4aea-baac-6d7e9c012960} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.00155 sec., 162580.64516129033 rows/sec., 11.24 MiB/sec.
7001 2025.03.22 20:07:52.858834 [ 5 ] {30ac8119-9482-4aea-baac-6d7e9c012960} <Debug> TCPHandler: Processed in 0.00190477 sec.
7002 2025.03.22 20:07:52.858879 [ 199 ] {ad7a5232-f0e1-40d6-acb0-24ed1d64c039::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
7003 2025.03.22 20:07:52.858995 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7004 2025.03.22 20:07:52.859085 [ 199 ] {ad7a5232-f0e1-40d6-acb0-24ed1d64c039::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7005 2025.03.22 20:07:52.859162 [ 199 ] {ad7a5232-f0e1-40d6-acb0-24ed1d64c039::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 252 rows starting from the beginning of the part
7006 2025.03.22 20:07:52.859189 [ 5 ] {60b98904-708a-4aea-8658-7e76c144cfa8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
7007 2025.03.22 20:07:52.859323 [ 5 ] {60b98904-708a-4aea-8658-7e76c144cfa8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
7008 2025.03.22 20:07:52.859473 [ 199 ] {ad7a5232-f0e1-40d6-acb0-24ed1d64c039::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 252 rows starting from the beginning of the part
7009 2025.03.22 20:07:52.859792 [ 199 ] {ad7a5232-f0e1-40d6-acb0-24ed1d64c039::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 252 rows starting from the beginning of the part
7010 2025.03.22 20:07:52.860113 [ 199 ] {ad7a5232-f0e1-40d6-acb0-24ed1d64c039::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 252 rows starting from the beginning of the part
7011 2025.03.22 20:07:52.860467 [ 199 ] {ad7a5232-f0e1-40d6-acb0-24ed1d64c039::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 252 rows starting from the beginning of the part
7012 2025.03.22 20:07:52.861956 [ 5 ] {60b98904-708a-4aea-8658-7e76c144cfa8} <Trace> oximeter.fields_u8 (faaaa09d-c3bc-4a8d-ab11-77969ca3dca4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7013 2025.03.22 20:07:52.862032 [ 5 ] {60b98904-708a-4aea-8658-7e76c144cfa8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
7014 2025.03.22 20:07:52.862823 [ 5 ] {60b98904-708a-4aea-8658-7e76c144cfa8} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
7015 2025.03.22 20:07:52.863186 [ 186 ] {ad7a5232-f0e1-40d6-acb0-24ed1d64c039::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1260 rows, containing 5 columns (5 merged, 0 gathered) in 0.004498286 sec., 280106.68952574383 rows/sec., 20.44 MiB/sec.
7016 2025.03.22 20:07:52.863298 [ 5 ] {60b98904-708a-4aea-8658-7e76c144cfa8} <Trace> oximeter.fields_u8 (faaaa09d-c3bc-4a8d-ab11-77969ca3dca4): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7017 2025.03.22 20:07:52.863474 [ 186 ] {ad7a5232-f0e1-40d6-acb0-24ed1d64c039::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
7018 2025.03.22 20:07:52.863527 [ 122 ] {} <Debug> oximeter.fields_u8 (faaaa09d-c3bc-4a8d-ab11-77969ca3dca4) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
7019 2025.03.22 20:07:52.863644 [ 122 ] {} <Trace> oximeter.fields_u8 (faaaa09d-c3bc-4a8d-ab11-77969ca3dca4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7020 2025.03.22 20:07:52.863733 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
7021 2025.03.22 20:07:52.863862 [ 5 ] {60b98904-708a-4aea-8658-7e76c144cfa8} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.004712 sec., 2546.6893039049237 rows/sec., 198.96 KiB/sec.
7022 2025.03.22 20:07:52.864351 [ 189 ] {faaaa09d-c3bc-4a8d-ab11-77969ca3dca4::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
7023 2025.03.22 20:07:52.864356 [ 5 ] {60b98904-708a-4aea-8658-7e76c144cfa8} <Debug> TCPHandler: Processed in 0.005424575 sec.
7024 2025.03.22 20:07:52.864764 [ 186 ] {ad7a5232-f0e1-40d6-acb0-24ed1d64c039::all_1_9_2} <Trace> oximeter.fields_u32 (ad7a5232-f0e1-40d6-acb0-24ed1d64c039): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7025 2025.03.22 20:07:52.864780 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7026 2025.03.22 20:07:52.864811 [ 189 ] {faaaa09d-c3bc-4a8d-ab11-77969ca3dca4::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7027 2025.03.22 20:07:52.864910 [ 189 ] {faaaa09d-c3bc-4a8d-ab11-77969ca3dca4::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 12 rows starting from the beginning of the part
7028 2025.03.22 20:07:52.865056 [ 5 ] {cd606863-1b18-48f2-9a05-3d6c0c1fa4e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7029 2025.03.22 20:07:52.865121 [ 186 ] {ad7a5232-f0e1-40d6-acb0-24ed1d64c039::all_1_9_2} <Trace> oximeter.fields_u32 (ad7a5232-f0e1-40d6-acb0-24ed1d64c039) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
7030 2025.03.22 20:07:52.865256 [ 5 ] {cd606863-1b18-48f2-9a05-3d6c0c1fa4e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7031 2025.03.22 20:07:52.865286 [ 189 ] {faaaa09d-c3bc-4a8d-ab11-77969ca3dca4::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 12 rows starting from the beginning of the part
7032 2025.03.22 20:07:52.865767 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB.
7033 2025.03.22 20:07:52.865868 [ 189 ] {faaaa09d-c3bc-4a8d-ab11-77969ca3dca4::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
7034 2025.03.22 20:07:52.866132 [ 189 ] {faaaa09d-c3bc-4a8d-ab11-77969ca3dca4::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 12 rows starting from the beginning of the part
7035 2025.03.22 20:07:52.866423 [ 189 ] {faaaa09d-c3bc-4a8d-ab11-77969ca3dca4::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
7036 2025.03.22 20:07:52.867681 [ 5 ] {cd606863-1b18-48f2-9a05-3d6c0c1fa4e0} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7037 2025.03.22 20:07:52.867728 [ 5 ] {cd606863-1b18-48f2-9a05-3d6c0c1fa4e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
7038 2025.03.22 20:07:52.867948 [ 193 ] {faaaa09d-c3bc-4a8d-ab11-77969ca3dca4::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.004101227 sec., 14629.768115737072 rows/sec., 1.17 MiB/sec.
7039 2025.03.22 20:07:52.868109 [ 193 ] {faaaa09d-c3bc-4a8d-ab11-77969ca3dca4::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
7040 2025.03.22 20:07:52.868260 [ 5 ] {cd606863-1b18-48f2-9a05-3d6c0c1fa4e0} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
7041 2025.03.22 20:07:52.868489 [ 193 ] {faaaa09d-c3bc-4a8d-ab11-77969ca3dca4::all_1_9_2} <Trace> oximeter.fields_u8 (faaaa09d-c3bc-4a8d-ab11-77969ca3dca4): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7042 2025.03.22 20:07:52.868566 [ 5 ] {cd606863-1b18-48f2-9a05-3d6c0c1fa4e0} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7043 2025.03.22 20:07:52.868613 [ 193 ] {faaaa09d-c3bc-4a8d-ab11-77969ca3dca4::all_1_9_2} <Trace> oximeter.fields_u8 (faaaa09d-c3bc-4a8d-ab11-77969ca3dca4) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
7044 2025.03.22 20:07:52.868757 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
7045 2025.03.22 20:07:52.868882 [ 5 ] {cd606863-1b18-48f2-9a05-3d6c0c1fa4e0} <Debug> executeQuery: Read 569 rows, 43.70 KiB in 0.003905 sec., 145710.62740076825 rows/sec., 10.93 MiB/sec.
7046 2025.03.22 20:07:52.868943 [ 5 ] {cd606863-1b18-48f2-9a05-3d6c0c1fa4e0} <Debug> TCPHandler: Processed in 0.004269981 sec.
7047 2025.03.22 20:07:52.869081 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7048 2025.03.22 20:07:52.869186 [ 5 ] {a40dd95e-039f-42ca-be60-5c0905c53fb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7049 2025.03.22 20:07:52.869233 [ 5 ] {a40dd95e-039f-42ca-be60-5c0905c53fb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7050 2025.03.22 20:07:52.869972 [ 5 ] {a40dd95e-039f-42ca-be60-5c0905c53fb7} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7051 2025.03.22 20:07:52.870012 [ 5 ] {a40dd95e-039f-42ca-be60-5c0905c53fb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
7052 2025.03.22 20:07:52.870445 [ 5 ] {a40dd95e-039f-42ca-be60-5c0905c53fb7} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
7053 2025.03.22 20:07:52.870688 [ 5 ] {a40dd95e-039f-42ca-be60-5c0905c53fb7} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7054 2025.03.22 20:07:52.870913 [ 5 ] {a40dd95e-039f-42ca-be60-5c0905c53fb7} <Debug> executeQuery: Read 1010 rows, 69.95 KiB in 0.00175 sec., 577142.8571428572 rows/sec., 39.03 MiB/sec.
7055 2025.03.22 20:07:52.870965 [ 5 ] {a40dd95e-039f-42ca-be60-5c0905c53fb7} <Debug> TCPHandler: Processed in 0.001933991 sec.
7056 2025.03.22 20:07:52.871084 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7057 2025.03.22 20:07:52.871189 [ 5 ] {c8a6d944-7340-477d-9942-b309320b95e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7058 2025.03.22 20:07:52.871255 [ 5 ] {c8a6d944-7340-477d-9942-b309320b95e8} <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
7059 2025.03.22 20:07:52.872308 [ 5 ] {c8a6d944-7340-477d-9942-b309320b95e8} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7060 2025.03.22 20:07:52.872347 [ 5 ] {c8a6d944-7340-477d-9942-b309320b95e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
7061 2025.03.22 20:07:52.872947 [ 5 ] {c8a6d944-7340-477d-9942-b309320b95e8} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
7062 2025.03.22 20:07:52.873200 [ 5 ] {c8a6d944-7340-477d-9942-b309320b95e8} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7063 2025.03.22 20:07:52.873458 [ 5 ] {c8a6d944-7340-477d-9942-b309320b95e8} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002291 sec., 5674.378000872981 rows/sec., 10.17 MiB/sec.
7064 2025.03.22 20:07:52.873876 [ 5 ] {c8a6d944-7340-477d-9942-b309320b95e8} <Debug> TCPHandler: Processed in 0.00284213 sec.
7065 2025.03.22 20:07:52.874017 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7066 2025.03.22 20:07:52.874119 [ 5 ] {f808d502-1f04-4982-a918-ba39c87b944e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7067 2025.03.22 20:07:52.874165 [ 5 ] {f808d502-1f04-4982-a918-ba39c87b944e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7068 2025.03.22 20:07:52.874611 [ 5 ] {f808d502-1f04-4982-a918-ba39c87b944e} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7069 2025.03.22 20:07:52.874649 [ 5 ] {f808d502-1f04-4982-a918-ba39c87b944e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
7070 2025.03.22 20:07:52.875006 [ 5 ] {f808d502-1f04-4982-a918-ba39c87b944e} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
7071 2025.03.22 20:07:52.875239 [ 5 ] {f808d502-1f04-4982-a918-ba39c87b944e} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7072 2025.03.22 20:07:52.875455 [ 5 ] {f808d502-1f04-4982-a918-ba39c87b944e} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001347 sec., 35634.74387527839 rows/sec., 2.40 MiB/sec.
7073 2025.03.22 20:07:52.875568 [ 5 ] {f808d502-1f04-4982-a918-ba39c87b944e} <Debug> TCPHandler: Processed in 0.001600324 sec.
7074 2025.03.22 20:07:53.058240 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 980
7075 2025.03.22 20:07:53.061506 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7076 2025.03.22 20:07:53.061564 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
7077 2025.03.22 20:07:53.063050 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
7078 2025.03.22 20:07:53.063359 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7079 2025.03.22 20:07:53.064042 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 980
7080 2025.03.22 20:07:53.845879 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7081 2025.03.22 20:07:53.846076 [ 5 ] {7b504291-2529-4a45-8cb9-75ec19ba764d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7082 2025.03.22 20:07:53.846152 [ 5 ] {7b504291-2529-4a45-8cb9-75ec19ba764d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7083 2025.03.22 20:07:53.846949 [ 5 ] {7b504291-2529-4a45-8cb9-75ec19ba764d} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7084 2025.03.22 20:07:53.847004 [ 5 ] {7b504291-2529-4a45-8cb9-75ec19ba764d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
7085 2025.03.22 20:07:53.847483 [ 5 ] {7b504291-2529-4a45-8cb9-75ec19ba764d} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
7086 2025.03.22 20:07:53.847764 [ 5 ] {7b504291-2529-4a45-8cb9-75ec19ba764d} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7087 2025.03.22 20:07:53.847951 [ 124 ] {} <Debug> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
7088 2025.03.22 20:07:53.848034 [ 124 ] {} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7089 2025.03.22 20:07:53.848033 [ 5 ] {7b504291-2529-4a45-8cb9-75ec19ba764d} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002002 sec., 27972.027972027972 rows/sec., 2.14 MiB/sec.
7090 2025.03.22 20:07:53.848064 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
7091 2025.03.22 20:07:53.848219 [ 5 ] {7b504291-2529-4a45-8cb9-75ec19ba764d} <Debug> TCPHandler: Processed in 0.002471472 sec.
7092 2025.03.22 20:07:53.848271 [ 197 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::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
7093 2025.03.22 20:07:53.848392 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7094 2025.03.22 20:07:53.848407 [ 197 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7095 2025.03.22 20:07:53.848443 [ 197 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1403 rows starting from the beginning of the part
7096 2025.03.22 20:07:53.848540 [ 5 ] {3bd9e282-bbb7-471a-bfe2-0e54e809d5ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7097 2025.03.22 20:07:53.848544 [ 197 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 109 rows starting from the beginning of the part
7098 2025.03.22 20:07:53.848661 [ 5 ] {3bd9e282-bbb7-471a-bfe2-0e54e809d5ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7099 2025.03.22 20:07:53.848936 [ 197 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 82 rows starting from the beginning of the part
7100 2025.03.22 20:07:53.849155 [ 197 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 108 rows starting from the beginning of the part
7101 2025.03.22 20:07:53.849434 [ 197 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 1342 rows starting from the beginning of the part
7102 2025.03.22 20:07:53.849661 [ 197 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 56 rows starting from the beginning of the part
7103 2025.03.22 20:07:53.850490 [ 5 ] {3bd9e282-bbb7-471a-bfe2-0e54e809d5ac} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7104 2025.03.22 20:07:53.850541 [ 5 ] {3bd9e282-bbb7-471a-bfe2-0e54e809d5ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
7105 2025.03.22 20:07:53.851086 [ 5 ] {3bd9e282-bbb7-471a-bfe2-0e54e809d5ac} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
7106 2025.03.22 20:07:53.851343 [ 5 ] {3bd9e282-bbb7-471a-bfe2-0e54e809d5ac} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7107 2025.03.22 20:07:53.851570 [ 124 ] {} <Debug> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
7108 2025.03.22 20:07:53.851711 [ 5 ] {3bd9e282-bbb7-471a-bfe2-0e54e809d5ac} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003185 sec., 20094.19152276295 rows/sec., 1.57 MiB/sec.
7109 2025.03.22 20:07:53.851707 [ 124 ] {} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7110 2025.03.22 20:07:53.851919 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
7111 2025.03.22 20:07:53.852106 [ 5 ] {3bd9e282-bbb7-471a-bfe2-0e54e809d5ac} <Debug> TCPHandler: Processed in 0.00376874 sec.
7112 2025.03.22 20:07:53.852431 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7113 2025.03.22 20:07:53.852432 [ 193 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::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
7114 2025.03.22 20:07:53.852448 [ 198 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3100 rows, containing 5 columns (5 merged, 0 gathered) in 0.004247321 sec., 729871.8415678965 rows/sec., 63.58 MiB/sec.
7115 2025.03.22 20:07:53.852679 [ 5 ] {0677b876-f821-4441-96d0-79d87c192e20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7116 2025.03.22 20:07:53.852715 [ 193 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7117 2025.03.22 20:07:53.852750 [ 193 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 631 rows starting from the beginning of the part
7118 2025.03.22 20:07:53.852761 [ 5 ] {0677b876-f821-4441-96d0-79d87c192e20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7119 2025.03.22 20:07:53.852983 [ 193 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 92 rows starting from the beginning of the part
7120 2025.03.22 20:07:53.853124 [ 198 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
7121 2025.03.22 20:07:53.853424 [ 193 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 77 rows starting from the beginning of the part
7122 2025.03.22 20:07:53.853950 [ 193 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 90 rows starting from the beginning of the part
7123 2025.03.22 20:07:53.854399 [ 193 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 569 rows starting from the beginning of the part
7124 2025.03.22 20:07:53.854871 [ 193 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 64 rows starting from the beginning of the part
7125 2025.03.22 20:07:53.855126 [ 198 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_66_13} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7126 2025.03.22 20:07:53.855585 [ 198 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_66_13} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
7127 2025.03.22 20:07:53.855877 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB.
7128 2025.03.22 20:07:53.856268 [ 5 ] {0677b876-f821-4441-96d0-79d87c192e20} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7129 2025.03.22 20:07:53.856319 [ 5 ] {0677b876-f821-4441-96d0-79d87c192e20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
7130 2025.03.22 20:07:53.856916 [ 5 ] {0677b876-f821-4441-96d0-79d87c192e20} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
7131 2025.03.22 20:07:53.857271 [ 5 ] {0677b876-f821-4441-96d0-79d87c192e20} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7132 2025.03.22 20:07:53.857296 [ 193 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1523 rows, containing 5 columns (5 merged, 0 gathered) in 0.005095358 sec., 298899.50814054674 rows/sec., 23.80 MiB/sec.
7133 2025.03.22 20:07:53.857519 [ 124 ] {} <Debug> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
7134 2025.03.22 20:07:53.857543 [ 193 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
7135 2025.03.22 20:07:53.857594 [ 124 ] {} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7136 2025.03.22 20:07:53.857660 [ 5 ] {0677b876-f821-4441-96d0-79d87c192e20} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.005045 sec., 6342.913776015857 rows/sec., 452.37 KiB/sec.
7137 2025.03.22 20:07:53.857705 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
7138 2025.03.22 20:07:53.858005 [ 5 ] {0677b876-f821-4441-96d0-79d87c192e20} <Debug> TCPHandler: Processed in 0.00565259 sec.
7139 2025.03.22 20:07:53.858481 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7140 2025.03.22 20:07:53.858530 [ 191 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::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
7141 2025.03.22 20:07:53.858586 [ 193 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_66_13} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7142 2025.03.22 20:07:53.858932 [ 5 ] {2fc52e94-e5be-475b-9b15-91a7c7b8dde6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7143 2025.03.22 20:07:53.859062 [ 193 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_66_13} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
7144 2025.03.22 20:07:53.859186 [ 5 ] {2fc52e94-e5be-475b-9b15-91a7c7b8dde6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7145 2025.03.22 20:07:53.859460 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB.
7146 2025.03.22 20:07:53.859469 [ 191 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7147 2025.03.22 20:07:53.859660 [ 191 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 17201 rows starting from the beginning of the part
7148 2025.03.22 20:07:53.860077 [ 191 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 161 rows starting from the beginning of the part
7149 2025.03.22 20:07:53.860505 [ 191 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 160 rows starting from the beginning of the part
7150 2025.03.22 20:07:53.860974 [ 191 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 160 rows starting from the beginning of the part
7151 2025.03.22 20:07:53.861351 [ 191 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 1010 rows starting from the beginning of the part
7152 2025.03.22 20:07:53.861807 [ 191 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 32 rows starting from the beginning of the part
7153 2025.03.22 20:07:53.862831 [ 5 ] {2fc52e94-e5be-475b-9b15-91a7c7b8dde6} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7154 2025.03.22 20:07:53.862929 [ 5 ] {2fc52e94-e5be-475b-9b15-91a7c7b8dde6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
7155 2025.03.22 20:07:53.863655 [ 5 ] {2fc52e94-e5be-475b-9b15-91a7c7b8dde6} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
7156 2025.03.22 20:07:53.863975 [ 5 ] {2fc52e94-e5be-475b-9b15-91a7c7b8dde6} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7157 2025.03.22 20:07:53.864257 [ 124 ] {} <Debug> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
7158 2025.03.22 20:07:53.864370 [ 124 ] {} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7159 2025.03.22 20:07:53.864410 [ 5 ] {2fc52e94-e5be-475b-9b15-91a7c7b8dde6} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.005645 sec., 2125.77502214349 rows/sec., 146.70 KiB/sec.
7160 2025.03.22 20:07:53.864466 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
7161 2025.03.22 20:07:53.864737 [ 5 ] {2fc52e94-e5be-475b-9b15-91a7c7b8dde6} <Debug> TCPHandler: Processed in 0.006383936 sec.
7162 2025.03.22 20:07:53.864998 [ 187 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::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
7163 2025.03.22 20:07:53.865206 [ 187 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7164 2025.03.22 20:07:53.865245 [ 187 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3096 rows starting from the beginning of the part
7165 2025.03.22 20:07:53.865492 [ 187 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 60 rows starting from the beginning of the part
7166 2025.03.22 20:07:53.865803 [ 187 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 60 rows starting from the beginning of the part
7167 2025.03.22 20:07:53.865980 [ 187 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 60 rows starting from the beginning of the part
7168 2025.03.22 20:07:53.866140 [ 187 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 48 rows starting from the beginning of the part
7169 2025.03.22 20:07:53.866297 [ 187 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 12 rows starting from the beginning of the part
7170 2025.03.22 20:07:53.868512 [ 200 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3336 rows, containing 4 columns (4 merged, 0 gathered) in 0.003835321 sec., 869809.8542468805 rows/sec., 58.64 MiB/sec.
7171 2025.03.22 20:07:53.868974 [ 201 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
7172 2025.03.22 20:07:53.869343 [ 201 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_66_13} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7173 2025.03.22 20:07:53.869560 [ 201 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_66_13} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
7174 2025.03.22 20:07:53.869839 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB.
7175 2025.03.22 20:07:53.869923 [ 191 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18724 rows, containing 5 columns (5 merged, 0 gathered) in 0.011960564 sec., 1565478.0159196507 rows/sec., 107.24 MiB/sec.
7176 2025.03.22 20:07:53.870199 [ 201 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
7177 2025.03.22 20:07:53.870488 [ 201 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7178 2025.03.22 20:07:53.870566 [ 201 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
7179 2025.03.22 20:07:53.870652 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.24 MiB.
7180 2025.03.22 20:07:55.466504 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17934
7181 2025.03.22 20:07:55.467179 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7182 2025.03.22 20:07:55.467220 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
7183 2025.03.22 20:07:55.467792 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
7184 2025.03.22 20:07:55.468070 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7185 2025.03.22 20:07:55.468329 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17934
7186 2025.03.22 20:07:56.802302 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294
7187 2025.03.22 20:07:56.823318 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7188 2025.03.22 20:07:56.823378 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
7189 2025.03.22 20:07:56.830933 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
7190 2025.03.22 20:07:56.831699 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7191 2025.03.22 20:07:56.835192 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 294
7192 2025.03.22 20:07:58.853101 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7193 2025.03.22 20:07:58.853327 [ 5 ] {cf47ebb7-d4d6-4a3a-acf0-e8d293d720c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7194 2025.03.22 20:07:58.853406 [ 5 ] {cf47ebb7-d4d6-4a3a-acf0-e8d293d720c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7195 2025.03.22 20:07:58.854259 [ 5 ] {cf47ebb7-d4d6-4a3a-acf0-e8d293d720c0} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7196 2025.03.22 20:07:58.854303 [ 5 ] {cf47ebb7-d4d6-4a3a-acf0-e8d293d720c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
7197 2025.03.22 20:07:58.854743 [ 5 ] {cf47ebb7-d4d6-4a3a-acf0-e8d293d720c0} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
7198 2025.03.22 20:07:58.854997 [ 5 ] {cf47ebb7-d4d6-4a3a-acf0-e8d293d720c0} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7199 2025.03.22 20:07:58.855204 [ 5 ] {cf47ebb7-d4d6-4a3a-acf0-e8d293d720c0} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.001935 sec., 55813.95348837209 rows/sec., 4.67 MiB/sec.
7200 2025.03.22 20:07:58.855258 [ 5 ] {cf47ebb7-d4d6-4a3a-acf0-e8d293d720c0} <Debug> TCPHandler: Processed in 0.002294029 sec.
7201 2025.03.22 20:07:58.855386 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7202 2025.03.22 20:07:58.855490 [ 5 ] {5b16040a-ce55-4dbe-bb17-9319ef08730f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7203 2025.03.22 20:07:58.855536 [ 5 ] {5b16040a-ce55-4dbe-bb17-9319ef08730f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7204 2025.03.22 20:07:58.856065 [ 5 ] {5b16040a-ce55-4dbe-bb17-9319ef08730f} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7205 2025.03.22 20:07:58.856102 [ 5 ] {5b16040a-ce55-4dbe-bb17-9319ef08730f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
7206 2025.03.22 20:07:58.856449 [ 5 ] {5b16040a-ce55-4dbe-bb17-9319ef08730f} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
7207 2025.03.22 20:07:58.856680 [ 5 ] {5b16040a-ce55-4dbe-bb17-9319ef08730f} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7208 2025.03.22 20:07:58.856873 [ 5 ] {5b16040a-ce55-4dbe-bb17-9319ef08730f} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001402 sec., 18544.93580599144 rows/sec., 1.36 MiB/sec.
7209 2025.03.22 20:07:58.856963 [ 5 ] {5b16040a-ce55-4dbe-bb17-9319ef08730f} <Debug> TCPHandler: Processed in 0.001629085 sec.
7210 2025.03.22 20:07:58.857206 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7211 2025.03.22 20:07:58.857335 [ 5 ] {e015ce74-3363-4f86-a3c0-5b96a69975f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7212 2025.03.22 20:07:58.857383 [ 5 ] {e015ce74-3363-4f86-a3c0-5b96a69975f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7213 2025.03.22 20:07:58.857944 [ 5 ] {e015ce74-3363-4f86-a3c0-5b96a69975f8} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7214 2025.03.22 20:07:58.857983 [ 5 ] {e015ce74-3363-4f86-a3c0-5b96a69975f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
7215 2025.03.22 20:07:58.858332 [ 5 ] {e015ce74-3363-4f86-a3c0-5b96a69975f8} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
7216 2025.03.22 20:07:58.858572 [ 5 ] {e015ce74-3363-4f86-a3c0-5b96a69975f8} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7217 2025.03.22 20:07:58.858745 [ 5 ] {e015ce74-3363-4f86-a3c0-5b96a69975f8} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.001432 sec., 62849.16201117319 rows/sec., 4.91 MiB/sec.
7218 2025.03.22 20:07:58.858796 [ 5 ] {e015ce74-3363-4f86-a3c0-5b96a69975f8} <Debug> TCPHandler: Processed in 0.001699246 sec.
7219 2025.03.22 20:07:58.858917 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7220 2025.03.22 20:07:58.859020 [ 5 ] {c0b449b2-56a0-4886-9017-843a19d3f88b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7221 2025.03.22 20:07:58.859070 [ 5 ] {c0b449b2-56a0-4886-9017-843a19d3f88b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7222 2025.03.22 20:07:58.859594 [ 5 ] {c0b449b2-56a0-4886-9017-843a19d3f88b} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7223 2025.03.22 20:07:58.859631 [ 5 ] {c0b449b2-56a0-4886-9017-843a19d3f88b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
7224 2025.03.22 20:07:58.860008 [ 5 ] {c0b449b2-56a0-4886-9017-843a19d3f88b} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
7225 2025.03.22 20:07:58.860237 [ 5 ] {c0b449b2-56a0-4886-9017-843a19d3f88b} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7226 2025.03.22 20:07:58.860418 [ 5 ] {c0b449b2-56a0-4886-9017-843a19d3f88b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001419 sec., 112755.46159267091 rows/sec., 7.85 MiB/sec.
7227 2025.03.22 20:07:58.860469 [ 5 ] {c0b449b2-56a0-4886-9017-843a19d3f88b} <Debug> TCPHandler: Processed in 0.001601823 sec.
7228 2025.03.22 20:07:58.860591 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7229 2025.03.22 20:07:58.860705 [ 5 ] {f6b60088-988c-4062-9aa7-cab48e1a68ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7230 2025.03.22 20:07:58.860771 [ 5 ] {f6b60088-988c-4062-9aa7-cab48e1a68ff} <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
7231 2025.03.22 20:07:58.861888 [ 5 ] {f6b60088-988c-4062-9aa7-cab48e1a68ff} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7232 2025.03.22 20:07:58.861925 [ 5 ] {f6b60088-988c-4062-9aa7-cab48e1a68ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
7233 2025.03.22 20:07:58.862561 [ 5 ] {f6b60088-988c-4062-9aa7-cab48e1a68ff} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
7234 2025.03.22 20:07:58.862820 [ 5 ] {f6b60088-988c-4062-9aa7-cab48e1a68ff} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7235 2025.03.22 20:07:58.863022 [ 5 ] {f6b60088-988c-4062-9aa7-cab48e1a68ff} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002339 sec., 11115.861479264644 rows/sec., 19.92 MiB/sec.
7236 2025.03.22 20:07:58.863126 [ 5 ] {f6b60088-988c-4062-9aa7-cab48e1a68ff} <Debug> TCPHandler: Processed in 0.002587565 sec.
7237 2025.03.22 20:07:58.863252 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7238 2025.03.22 20:07:58.863356 [ 5 ] {df73de69-e70b-4f0d-90d6-7fd9b52479e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7239 2025.03.22 20:07:58.863401 [ 5 ] {df73de69-e70b-4f0d-90d6-7fd9b52479e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7240 2025.03.22 20:07:58.863837 [ 5 ] {df73de69-e70b-4f0d-90d6-7fd9b52479e3} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7241 2025.03.22 20:07:58.863874 [ 5 ] {df73de69-e70b-4f0d-90d6-7fd9b52479e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
7242 2025.03.22 20:07:58.864222 [ 5 ] {df73de69-e70b-4f0d-90d6-7fd9b52479e3} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
7243 2025.03.22 20:07:58.864449 [ 5 ] {df73de69-e70b-4f0d-90d6-7fd9b52479e3} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7244 2025.03.22 20:07:58.864617 [ 5 ] {df73de69-e70b-4f0d-90d6-7fd9b52479e3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001283 sec., 46765.39360872954 rows/sec., 3.15 MiB/sec.
7245 2025.03.22 20:07:58.864666 [ 5 ] {df73de69-e70b-4f0d-90d6-7fd9b52479e3} <Debug> TCPHandler: Processed in 0.001464221 sec.
7246 2025.03.22 20:08:02.795284 [ 113 ] {} <Debug> DNSResolver: Updating DNS cache
7247 2025.03.22 20:08:02.795348 [ 113 ] {} <Debug> DNSResolver: Updated DNS cache
7248 2025.03.22 20:08:02.969446 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 18361
7249 2025.03.22 20:08:02.970080 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7250 2025.03.22 20:08:02.970129 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
7251 2025.03.22 20:08:02.970659 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
7252 2025.03.22 20:08:02.970934 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7253 2025.03.22 20:08:02.971222 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18361
7254 2025.03.22 20:08:03.065256 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1000
7255 2025.03.22 20:08:03.068100 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7256 2025.03.22 20:08:03.068158 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
7257 2025.03.22 20:08:03.069648 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
7258 2025.03.22 20:08:03.069958 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7259 2025.03.22 20:08:03.071368 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1000
7260 2025.03.22 20:08:03.852362 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7261 2025.03.22 20:08:03.852569 [ 5 ] {91be2310-22ba-45d3-a898-6c95b69203c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7262 2025.03.22 20:08:03.852643 [ 5 ] {91be2310-22ba-45d3-a898-6c95b69203c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7263 2025.03.22 20:08:03.853445 [ 5 ] {91be2310-22ba-45d3-a898-6c95b69203c6} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7264 2025.03.22 20:08:03.853502 [ 5 ] {91be2310-22ba-45d3-a898-6c95b69203c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
7265 2025.03.22 20:08:03.853949 [ 5 ] {91be2310-22ba-45d3-a898-6c95b69203c6} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
7266 2025.03.22 20:08:03.854208 [ 5 ] {91be2310-22ba-45d3-a898-6c95b69203c6} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7267 2025.03.22 20:08:03.854590 [ 5 ] {91be2310-22ba-45d3-a898-6c95b69203c6} <Debug> executeQuery: Read 82 rows, 6.94 KiB in 0.00207 sec., 39613.526570048314 rows/sec., 3.27 MiB/sec.
7268 2025.03.22 20:08:03.854693 [ 5 ] {91be2310-22ba-45d3-a898-6c95b69203c6} <Debug> TCPHandler: Processed in 0.002474522 sec.
7269 2025.03.22 20:08:03.854925 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7270 2025.03.22 20:08:03.855116 [ 5 ] {6d79c61c-4947-47ca-a57c-92ec080d89ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7271 2025.03.22 20:08:03.855168 [ 5 ] {6d79c61c-4947-47ca-a57c-92ec080d89ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7272 2025.03.22 20:08:03.855732 [ 5 ] {6d79c61c-4947-47ca-a57c-92ec080d89ba} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7273 2025.03.22 20:08:03.855774 [ 5 ] {6d79c61c-4947-47ca-a57c-92ec080d89ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
7274 2025.03.22 20:08:03.856123 [ 5 ] {6d79c61c-4947-47ca-a57c-92ec080d89ba} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
7275 2025.03.22 20:08:03.856363 [ 5 ] {6d79c61c-4947-47ca-a57c-92ec080d89ba} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7276 2025.03.22 20:08:03.856579 [ 5 ] {6d79c61c-4947-47ca-a57c-92ec080d89ba} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.001492 sec., 8713.13672922252 rows/sec., 655.19 KiB/sec.
7277 2025.03.22 20:08:03.856633 [ 5 ] {6d79c61c-4947-47ca-a57c-92ec080d89ba} <Debug> TCPHandler: Processed in 0.001806788 sec.
7278 2025.03.22 20:08:03.856740 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7279 2025.03.22 20:08:03.856842 [ 5 ] {8ea4ff25-cc2d-4758-81ff-5d4e793307d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7280 2025.03.22 20:08:03.856889 [ 5 ] {8ea4ff25-cc2d-4758-81ff-5d4e793307d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7281 2025.03.22 20:08:03.857445 [ 5 ] {8ea4ff25-cc2d-4758-81ff-5d4e793307d3} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7282 2025.03.22 20:08:03.857484 [ 5 ] {8ea4ff25-cc2d-4758-81ff-5d4e793307d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
7283 2025.03.22 20:08:03.857839 [ 5 ] {8ea4ff25-cc2d-4758-81ff-5d4e793307d3} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
7284 2025.03.22 20:08:03.858069 [ 5 ] {8ea4ff25-cc2d-4758-81ff-5d4e793307d3} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7285 2025.03.22 20:08:03.858272 [ 5 ] {8ea4ff25-cc2d-4758-81ff-5d4e793307d3} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.001453 sec., 52993.80591878871 rows/sec., 4.14 MiB/sec.
7286 2025.03.22 20:08:03.858323 [ 5 ] {8ea4ff25-cc2d-4758-81ff-5d4e793307d3} <Debug> TCPHandler: Processed in 0.001634784 sec.
7287 2025.03.22 20:08:03.858460 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7288 2025.03.22 20:08:03.858597 [ 5 ] {f35b1ebd-7e27-4e3c-86e6-2f4ff590e2e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7289 2025.03.22 20:08:03.858658 [ 5 ] {f35b1ebd-7e27-4e3c-86e6-2f4ff590e2e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7290 2025.03.22 20:08:03.859245 [ 5 ] {f35b1ebd-7e27-4e3c-86e6-2f4ff590e2e4} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7291 2025.03.22 20:08:03.859286 [ 5 ] {f35b1ebd-7e27-4e3c-86e6-2f4ff590e2e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
7292 2025.03.22 20:08:03.859687 [ 5 ] {f35b1ebd-7e27-4e3c-86e6-2f4ff590e2e4} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
7293 2025.03.22 20:08:03.859925 [ 5 ] {f35b1ebd-7e27-4e3c-86e6-2f4ff590e2e4} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7294 2025.03.22 20:08:03.860161 [ 5 ] {f35b1ebd-7e27-4e3c-86e6-2f4ff590e2e4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001593 sec., 100439.42247332078 rows/sec., 7.00 MiB/sec.
7295 2025.03.22 20:08:03.860228 [ 5 ] {f35b1ebd-7e27-4e3c-86e6-2f4ff590e2e4} <Debug> TCPHandler: Processed in 0.001832909 sec.
7296 2025.03.22 20:08:03.860368 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7297 2025.03.22 20:08:03.860490 [ 5 ] {1570bcbf-f7a8-4fb1-b6f4-63fdcaa26199} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7298 2025.03.22 20:08:03.860556 [ 5 ] {1570bcbf-f7a8-4fb1-b6f4-63fdcaa26199} <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
7299 2025.03.22 20:08:03.861624 [ 5 ] {1570bcbf-f7a8-4fb1-b6f4-63fdcaa26199} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7300 2025.03.22 20:08:03.861663 [ 5 ] {1570bcbf-f7a8-4fb1-b6f4-63fdcaa26199} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
7301 2025.03.22 20:08:03.862277 [ 5 ] {1570bcbf-f7a8-4fb1-b6f4-63fdcaa26199} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
7302 2025.03.22 20:08:03.862530 [ 5 ] {1570bcbf-f7a8-4fb1-b6f4-63fdcaa26199} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7303 2025.03.22 20:08:03.862784 [ 5 ] {1570bcbf-f7a8-4fb1-b6f4-63fdcaa26199} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.00232 sec., 5603.448275862069 rows/sec., 10.04 MiB/sec.
7304 2025.03.22 20:08:03.862887 [ 5 ] {1570bcbf-f7a8-4fb1-b6f4-63fdcaa26199} <Debug> TCPHandler: Processed in 0.002583365 sec.
7305 2025.03.22 20:08:03.863027 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7306 2025.03.22 20:08:03.863129 [ 5 ] {00494376-8de3-4c0e-884b-2126c2024dd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7307 2025.03.22 20:08:03.863176 [ 5 ] {00494376-8de3-4c0e-884b-2126c2024dd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7308 2025.03.22 20:08:03.863631 [ 5 ] {00494376-8de3-4c0e-884b-2126c2024dd9} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7309 2025.03.22 20:08:03.863670 [ 5 ] {00494376-8de3-4c0e-884b-2126c2024dd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
7310 2025.03.22 20:08:03.864038 [ 5 ] {00494376-8de3-4c0e-884b-2126c2024dd9} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
7311 2025.03.22 20:08:03.864270 [ 5 ] {00494376-8de3-4c0e-884b-2126c2024dd9} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7312 2025.03.22 20:08:03.864490 [ 5 ] {00494376-8de3-4c0e-884b-2126c2024dd9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001382 sec., 43415.34008683068 rows/sec., 2.93 MiB/sec.
7313 2025.03.22 20:08:03.864543 [ 5 ] {00494376-8de3-4c0e-884b-2126c2024dd9} <Debug> TCPHandler: Processed in 0.001567283 sec.
7314 2025.03.22 20:08:04.336232 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302
7315 2025.03.22 20:08:04.357587 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7316 2025.03.22 20:08:04.357648 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
7317 2025.03.22 20:08:04.365057 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
7318 2025.03.22 20:08:04.365836 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7319 2025.03.22 20:08:04.368548 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 302
7320 2025.03.22 20:08:08.852826 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7321 2025.03.22 20:08:08.853053 [ 5 ] {21b840a5-8752-4127-b879-53f0d4b68a38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
7322 2025.03.22 20:08:08.853134 [ 5 ] {21b840a5-8752-4127-b879-53f0d4b68a38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
7323 2025.03.22 20:08:08.853874 [ 5 ] {21b840a5-8752-4127-b879-53f0d4b68a38} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7324 2025.03.22 20:08:08.853929 [ 5 ] {21b840a5-8752-4127-b879-53f0d4b68a38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
7325 2025.03.22 20:08:08.854345 [ 5 ] {21b840a5-8752-4127-b879-53f0d4b68a38} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
7326 2025.03.22 20:08:08.854599 [ 5 ] {21b840a5-8752-4127-b879-53f0d4b68a38} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7327 2025.03.22 20:08:08.854864 [ 5 ] {21b840a5-8752-4127-b879-53f0d4b68a38} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001857 sec., 1077.0059235325796 rows/sec., 87.82 KiB/sec.
7328 2025.03.22 20:08:08.855035 [ 5 ] {21b840a5-8752-4127-b879-53f0d4b68a38} <Debug> TCPHandler: Processed in 0.002343479 sec.
7329 2025.03.22 20:08:08.855211 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7330 2025.03.22 20:08:08.855323 [ 5 ] {ea80d34a-320e-4c58-be9e-7c523e2e235e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7331 2025.03.22 20:08:08.855373 [ 5 ] {ea80d34a-320e-4c58-be9e-7c523e2e235e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7332 2025.03.22 20:08:08.856018 [ 5 ] {ea80d34a-320e-4c58-be9e-7c523e2e235e} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7333 2025.03.22 20:08:08.856062 [ 5 ] {ea80d34a-320e-4c58-be9e-7c523e2e235e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
7334 2025.03.22 20:08:08.856446 [ 5 ] {ea80d34a-320e-4c58-be9e-7c523e2e235e} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
7335 2025.03.22 20:08:08.856684 [ 5 ] {ea80d34a-320e-4c58-be9e-7c523e2e235e} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7336 2025.03.22 20:08:08.856906 [ 5 ] {ea80d34a-320e-4c58-be9e-7c523e2e235e} <Debug> executeQuery: Read 109 rows, 9.32 KiB in 0.00161 sec., 67701.86335403727 rows/sec., 5.65 MiB/sec.
7337 2025.03.22 20:08:08.856961 [ 5 ] {ea80d34a-320e-4c58-be9e-7c523e2e235e} <Debug> TCPHandler: Processed in 0.001803239 sec.
7338 2025.03.22 20:08:08.857080 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7339 2025.03.22 20:08:08.857188 [ 5 ] {42881e80-382b-4aa6-8c7e-f7ab23e94804} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7340 2025.03.22 20:08:08.857235 [ 5 ] {42881e80-382b-4aa6-8c7e-f7ab23e94804} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7341 2025.03.22 20:08:08.857780 [ 5 ] {42881e80-382b-4aa6-8c7e-f7ab23e94804} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7342 2025.03.22 20:08:08.857819 [ 5 ] {42881e80-382b-4aa6-8c7e-f7ab23e94804} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
7343 2025.03.22 20:08:08.858160 [ 5 ] {42881e80-382b-4aa6-8c7e-f7ab23e94804} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
7344 2025.03.22 20:08:08.858400 [ 5 ] {42881e80-382b-4aa6-8c7e-f7ab23e94804} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7345 2025.03.22 20:08:08.858613 [ 5 ] {42881e80-382b-4aa6-8c7e-f7ab23e94804} <Debug> executeQuery: Read 28 rows, 2.09 KiB in 0.00145 sec., 19310.344827586207 rows/sec., 1.41 MiB/sec.
7346 2025.03.22 20:08:08.858666 [ 5 ] {42881e80-382b-4aa6-8c7e-f7ab23e94804} <Debug> TCPHandler: Processed in 0.001635765 sec.
7347 2025.03.22 20:08:08.858770 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7348 2025.03.22 20:08:08.858870 [ 5 ] {49646152-9f5a-4f2f-a3a4-60913f995942} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7349 2025.03.22 20:08:08.858913 [ 5 ] {49646152-9f5a-4f2f-a3a4-60913f995942} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7350 2025.03.22 20:08:08.859456 [ 5 ] {49646152-9f5a-4f2f-a3a4-60913f995942} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7351 2025.03.22 20:08:08.859496 [ 5 ] {49646152-9f5a-4f2f-a3a4-60913f995942} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
7352 2025.03.22 20:08:08.859844 [ 5 ] {49646152-9f5a-4f2f-a3a4-60913f995942} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
7353 2025.03.22 20:08:08.860071 [ 5 ] {49646152-9f5a-4f2f-a3a4-60913f995942} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7354 2025.03.22 20:08:08.860316 [ 5 ] {49646152-9f5a-4f2f-a3a4-60913f995942} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.001462 sec., 62927.496580027364 rows/sec., 4.92 MiB/sec.
7355 2025.03.22 20:08:08.860433 [ 5 ] {49646152-9f5a-4f2f-a3a4-60913f995942} <Debug> TCPHandler: Processed in 0.001710526 sec.
7356 2025.03.22 20:08:08.860604 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7357 2025.03.22 20:08:08.860931 [ 5 ] {4292937e-79b8-4b2b-a73d-f57a16019c42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7358 2025.03.22 20:08:08.861092 [ 5 ] {4292937e-79b8-4b2b-a73d-f57a16019c42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7359 2025.03.22 20:08:08.861712 [ 5 ] {4292937e-79b8-4b2b-a73d-f57a16019c42} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7360 2025.03.22 20:08:08.861752 [ 5 ] {4292937e-79b8-4b2b-a73d-f57a16019c42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
7361 2025.03.22 20:08:08.862132 [ 5 ] {4292937e-79b8-4b2b-a73d-f57a16019c42} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
7362 2025.03.22 20:08:08.862366 [ 5 ] {4292937e-79b8-4b2b-a73d-f57a16019c42} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7363 2025.03.22 20:08:08.862577 [ 5 ] {4292937e-79b8-4b2b-a73d-f57a16019c42} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001768 sec., 91063.34841628959 rows/sec., 6.34 MiB/sec.
7364 2025.03.22 20:08:08.862629 [ 5 ] {4292937e-79b8-4b2b-a73d-f57a16019c42} <Debug> TCPHandler: Processed in 0.002123635 sec.
7365 2025.03.22 20:08:08.862763 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7366 2025.03.22 20:08:08.862902 [ 5 ] {43ae0a8a-a835-4eea-9f96-a078e5337b15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7367 2025.03.22 20:08:08.862983 [ 5 ] {43ae0a8a-a835-4eea-9f96-a078e5337b15} <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
7368 2025.03.22 20:08:08.864129 [ 5 ] {43ae0a8a-a835-4eea-9f96-a078e5337b15} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7369 2025.03.22 20:08:08.864169 [ 5 ] {43ae0a8a-a835-4eea-9f96-a078e5337b15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
7370 2025.03.22 20:08:08.864841 [ 5 ] {43ae0a8a-a835-4eea-9f96-a078e5337b15} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
7371 2025.03.22 20:08:08.865092 [ 5 ] {43ae0a8a-a835-4eea-9f96-a078e5337b15} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7372 2025.03.22 20:08:08.865343 [ 5 ] {43ae0a8a-a835-4eea-9f96-a078e5337b15} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.00247 sec., 10526.315789473685 rows/sec., 18.86 MiB/sec.
7373 2025.03.22 20:08:08.865444 [ 5 ] {43ae0a8a-a835-4eea-9f96-a078e5337b15} <Debug> TCPHandler: Processed in 0.002744709 sec.
7374 2025.03.22 20:08:08.865588 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7375 2025.03.22 20:08:08.865693 [ 5 ] {9babe9e5-dbcc-4c60-a7a0-b7e41ac20cb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7376 2025.03.22 20:08:08.865740 [ 5 ] {9babe9e5-dbcc-4c60-a7a0-b7e41ac20cb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7377 2025.03.22 20:08:08.866203 [ 5 ] {9babe9e5-dbcc-4c60-a7a0-b7e41ac20cb0} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7378 2025.03.22 20:08:08.866244 [ 5 ] {9babe9e5-dbcc-4c60-a7a0-b7e41ac20cb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
7379 2025.03.22 20:08:08.866606 [ 5 ] {9babe9e5-dbcc-4c60-a7a0-b7e41ac20cb0} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
7380 2025.03.22 20:08:08.866835 [ 5 ] {9babe9e5-dbcc-4c60-a7a0-b7e41ac20cb0} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7381 2025.03.22 20:08:08.867065 [ 5 ] {9babe9e5-dbcc-4c60-a7a0-b7e41ac20cb0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001391 sec., 43134.43565780014 rows/sec., 2.91 MiB/sec.
7382 2025.03.22 20:08:08.867145 [ 5 ] {9babe9e5-dbcc-4c60-a7a0-b7e41ac20cb0} <Debug> TCPHandler: Processed in 0.001606925 sec.
7383 2025.03.22 20:08:10.471375 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 18849
7384 2025.03.22 20:08:10.472404 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7385 2025.03.22 20:08:10.472502 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
7386 2025.03.22 20:08:10.473728 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
7387 2025.03.22 20:08:10.474129 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7388 2025.03.22 20:08:10.474450 [ 107 ] {} <Debug> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
7389 2025.03.22 20:08:10.474511 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18849
7390 2025.03.22 20:08:10.474571 [ 107 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7391 2025.03.22 20:08:10.474622 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
7392 2025.03.22 20:08:10.474927 [ 200 ] {6f3f2c82-38dd-415f-af08-560485366d9f::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
7393 2025.03.22 20:08:10.475529 [ 200 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7394 2025.03.22 20:08:10.475689 [ 200 ] {6f3f2c82-38dd-415f-af08-560485366d9f::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
7395 2025.03.22 20:08:10.476011 [ 200 ] {6f3f2c82-38dd-415f-af08-560485366d9f::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
7396 2025.03.22 20:08:10.476269 [ 200 ] {6f3f2c82-38dd-415f-af08-560485366d9f::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
7397 2025.03.22 20:08:10.476501 [ 200 ] {6f3f2c82-38dd-415f-af08-560485366d9f::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
7398 2025.03.22 20:08:10.476708 [ 200 ] {6f3f2c82-38dd-415f-af08-560485366d9f::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
7399 2025.03.22 20:08:10.476952 [ 200 ] {6f3f2c82-38dd-415f-af08-560485366d9f::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
7400 2025.03.22 20:08:10.481017 [ 194 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18849 rows, containing 4 columns (4 merged, 0 gathered) in 0.006258373 sec., 3011805.1448835023 rows/sec., 43.08 MiB/sec.
7401 2025.03.22 20:08:10.481378 [ 188 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
7402 2025.03.22 20:08:10.481784 [ 188 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_41_8} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7403 2025.03.22 20:08:10.481902 [ 188 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_41_8} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
7404 2025.03.22 20:08:10.482040 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.61 MiB.
7405 2025.03.22 20:08:11.869595 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 310
7406 2025.03.22 20:08:11.892435 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7407 2025.03.22 20:08:11.892493 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
7408 2025.03.22 20:08:11.899986 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
7409 2025.03.22 20:08:11.900760 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7410 2025.03.22 20:08:11.901152 [ 105 ] {} <Debug> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
7411 2025.03.22 20:08:11.901273 [ 105 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7412 2025.03.22 20:08:11.901337 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB.
7413 2025.03.22 20:08:11.902088 [ 188 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::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
7414 2025.03.22 20:08:11.918086 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 310
7415 2025.03.22 20:08:11.919673 [ 188 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7416 2025.03.22 20:08:11.921336 [ 188 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::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
7417 2025.03.22 20:08:11.927290 [ 188 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::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
7418 2025.03.22 20:08:11.933056 [ 188 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::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
7419 2025.03.22 20:08:11.938834 [ 188 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::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
7420 2025.03.22 20:08:11.944743 [ 188 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::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
7421 2025.03.22 20:08:11.949437 [ 188 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 8 rows starting from the beginning of the part
7422 2025.03.22 20:08:12.000172 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 224.33 MiB, peak 226.83 MiB, free memory in arenas 0.00 B, will set to 215.54 MiB (RSS), difference: -8.80 MiB
7423 2025.03.22 20:08:12.014015 [ 194 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 310 rows, containing 679 columns (679 merged, 0 gathered) in 0.112501529 sec., 2755.518105002822 rows/sec., 14.25 MiB/sec.
7424 2025.03.22 20:08:12.016060 [ 196 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
7425 2025.03.22 20:08:12.018578 [ 196 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_41_8} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7426 2025.03.22 20:08:12.018702 [ 196 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_41_8} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
7427 2025.03.22 20:08:12.020300 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB.
7428 2025.03.22 20:08:13.000158 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 204.62 MiB, peak 226.83 MiB, free memory in arenas 0.00 B, will set to 215.60 MiB (RSS), difference: 10.98 MiB
7429 2025.03.22 20:08:13.072492 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1026
7430 2025.03.22 20:08:13.075436 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7431 2025.03.22 20:08:13.075485 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7432 2025.03.22 20:08:13.076949 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
7433 2025.03.22 20:08:13.077261 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7434 2025.03.22 20:08:13.077502 [ 105 ] {} <Debug> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
7435 2025.03.22 20:08:13.077635 [ 105 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7436 2025.03.22 20:08:13.077734 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7437 2025.03.22 20:08:13.078545 [ 186 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::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
7438 2025.03.22 20:08:13.079710 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1026
7439 2025.03.22 20:08:13.080032 [ 186 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7440 2025.03.22 20:08:13.080166 [ 186 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 892 rows starting from the beginning of the part
7441 2025.03.22 20:08:13.080813 [ 186 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 20 rows starting from the beginning of the part
7442 2025.03.22 20:08:13.081426 [ 186 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 26 rows starting from the beginning of the part
7443 2025.03.22 20:08:13.081999 [ 186 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 42 rows starting from the beginning of the part
7444 2025.03.22 20:08:13.082511 [ 186 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 20 rows starting from the beginning of the part
7445 2025.03.22 20:08:13.083103 [ 186 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 26 rows starting from the beginning of the part
7446 2025.03.22 20:08:13.090878 [ 194 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1026 rows, containing 72 columns (72 merged, 0 gathered) in 0.012994936 sec., 78953.83247751278 rows/sec., 62.75 MiB/sec.
7447 2025.03.22 20:08:13.092385 [ 189 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
7448 2025.03.22 20:08:13.093236 [ 189 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_31_6} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7449 2025.03.22 20:08:13.093332 [ 189 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_31_6} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
7450 2025.03.22 20:08:13.093693 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.35 MiB.
7451 2025.03.22 20:08:13.852573 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7452 2025.03.22 20:08:13.852760 [ 5 ] {3b8e444d-dc3a-4cb1-be68-094b998fee38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7453 2025.03.22 20:08:13.852833 [ 5 ] {3b8e444d-dc3a-4cb1-be68-094b998fee38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7454 2025.03.22 20:08:13.853622 [ 5 ] {3b8e444d-dc3a-4cb1-be68-094b998fee38} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7455 2025.03.22 20:08:13.853675 [ 5 ] {3b8e444d-dc3a-4cb1-be68-094b998fee38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7456 2025.03.22 20:08:13.854108 [ 5 ] {3b8e444d-dc3a-4cb1-be68-094b998fee38} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
7457 2025.03.22 20:08:13.854379 [ 5 ] {3b8e444d-dc3a-4cb1-be68-094b998fee38} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7458 2025.03.22 20:08:13.854625 [ 5 ] {3b8e444d-dc3a-4cb1-be68-094b998fee38} <Debug> executeQuery: Read 82 rows, 6.94 KiB in 0.001917 sec., 42775.169535732915 rows/sec., 3.53 MiB/sec.
7459 2025.03.22 20:08:13.854692 [ 5 ] {3b8e444d-dc3a-4cb1-be68-094b998fee38} <Debug> TCPHandler: Processed in 0.002247447 sec.
7460 2025.03.22 20:08:13.854849 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7461 2025.03.22 20:08:13.854962 [ 5 ] {edbafeb4-2c5d-4a09-b375-71769be48710} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7462 2025.03.22 20:08:13.855008 [ 5 ] {edbafeb4-2c5d-4a09-b375-71769be48710} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7463 2025.03.22 20:08:13.855540 [ 5 ] {edbafeb4-2c5d-4a09-b375-71769be48710} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7464 2025.03.22 20:08:13.855578 [ 5 ] {edbafeb4-2c5d-4a09-b375-71769be48710} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7465 2025.03.22 20:08:13.855918 [ 5 ] {edbafeb4-2c5d-4a09-b375-71769be48710} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
7466 2025.03.22 20:08:13.856148 [ 5 ] {edbafeb4-2c5d-4a09-b375-71769be48710} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7467 2025.03.22 20:08:13.856317 [ 104 ] {} <Debug> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
7468 2025.03.22 20:08:13.856393 [ 5 ] {edbafeb4-2c5d-4a09-b375-71769be48710} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.001446 sec., 8990.318118948824 rows/sec., 676.03 KiB/sec.
7469 2025.03.22 20:08:13.856403 [ 104 ] {} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7470 2025.03.22 20:08:13.856481 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7471 2025.03.22 20:08:13.856513 [ 5 ] {edbafeb4-2c5d-4a09-b375-71769be48710} <Debug> TCPHandler: Processed in 0.001725616 sec.
7472 2025.03.22 20:08:13.856735 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7473 2025.03.22 20:08:13.856816 [ 194 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::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
7474 2025.03.22 20:08:13.856887 [ 5 ] {907a47c4-ecb7-4755-85e9-a7591a2a1784} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7475 2025.03.22 20:08:13.856976 [ 5 ] {907a47c4-ecb7-4755-85e9-a7591a2a1784} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7476 2025.03.22 20:08:13.857337 [ 194 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7477 2025.03.22 20:08:13.857417 [ 194 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 69 rows starting from the beginning of the part
7478 2025.03.22 20:08:13.857744 [ 194 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 25 rows starting from the beginning of the part
7479 2025.03.22 20:08:13.858195 [ 194 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::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
7480 2025.03.22 20:08:13.858505 [ 194 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 13 rows starting from the beginning of the part
7481 2025.03.22 20:08:13.858769 [ 194 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::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
7482 2025.03.22 20:08:13.859131 [ 194 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 13 rows starting from the beginning of the part
7483 2025.03.22 20:08:13.859915 [ 5 ] {907a47c4-ecb7-4755-85e9-a7591a2a1784} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7484 2025.03.22 20:08:13.859978 [ 5 ] {907a47c4-ecb7-4755-85e9-a7591a2a1784} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7485 2025.03.22 20:08:13.860955 [ 5 ] {907a47c4-ecb7-4755-85e9-a7591a2a1784} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
7486 2025.03.22 20:08:13.861527 [ 5 ] {907a47c4-ecb7-4755-85e9-a7591a2a1784} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7487 2025.03.22 20:08:13.861922 [ 194 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 174 rows, containing 5 columns (5 merged, 0 gathered) in 0.005276022 sec., 32979.39242861383 rows/sec., 2.55 MiB/sec.
7488 2025.03.22 20:08:13.862149 [ 5 ] {907a47c4-ecb7-4755-85e9-a7591a2a1784} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.005282 sec., 14577.811435062476 rows/sec., 1.14 MiB/sec.
7489 2025.03.22 20:08:13.862231 [ 194 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
7490 2025.03.22 20:08:13.862436 [ 5 ] {907a47c4-ecb7-4755-85e9-a7591a2a1784} <Debug> TCPHandler: Processed in 0.005788293 sec.
7491 2025.03.22 20:08:13.862801 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7492 2025.03.22 20:08:13.863183 [ 5 ] {b085e384-3384-46d8-a5f5-b87775c2c676} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7493 2025.03.22 20:08:13.863389 [ 5 ] {b085e384-3384-46d8-a5f5-b87775c2c676} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7494 2025.03.22 20:08:13.863389 [ 194 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_56_11} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7495 2025.03.22 20:08:13.863693 [ 194 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_56_11} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
7496 2025.03.22 20:08:13.863906 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
7497 2025.03.22 20:08:13.864384 [ 5 ] {b085e384-3384-46d8-a5f5-b87775c2c676} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7498 2025.03.22 20:08:13.864427 [ 5 ] {b085e384-3384-46d8-a5f5-b87775c2c676} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7499 2025.03.22 20:08:13.864818 [ 5 ] {b085e384-3384-46d8-a5f5-b87775c2c676} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
7500 2025.03.22 20:08:13.865057 [ 5 ] {b085e384-3384-46d8-a5f5-b87775c2c676} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7501 2025.03.22 20:08:13.865298 [ 5 ] {b085e384-3384-46d8-a5f5-b87775c2c676} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002278 sec., 70237.05004389815 rows/sec., 4.89 MiB/sec.
7502 2025.03.22 20:08:13.865388 [ 5 ] {b085e384-3384-46d8-a5f5-b87775c2c676} <Debug> TCPHandler: Processed in 0.002726608 sec.
7503 2025.03.22 20:08:13.865658 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7504 2025.03.22 20:08:13.865963 [ 5 ] {471d8101-38d6-4e06-9ea7-b1826c76a4e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7505 2025.03.22 20:08:13.866125 [ 5 ] {471d8101-38d6-4e06-9ea7-b1826c76a4e8} <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
7506 2025.03.22 20:08:13.867195 [ 5 ] {471d8101-38d6-4e06-9ea7-b1826c76a4e8} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7507 2025.03.22 20:08:13.867234 [ 5 ] {471d8101-38d6-4e06-9ea7-b1826c76a4e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7508 2025.03.22 20:08:13.867862 [ 5 ] {471d8101-38d6-4e06-9ea7-b1826c76a4e8} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
7509 2025.03.22 20:08:13.868114 [ 5 ] {471d8101-38d6-4e06-9ea7-b1826c76a4e8} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7510 2025.03.22 20:08:13.868294 [ 104 ] {} <Debug> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
7511 2025.03.22 20:08:13.868356 [ 104 ] {} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7512 2025.03.22 20:08:13.868395 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7513 2025.03.22 20:08:13.868418 [ 5 ] {471d8101-38d6-4e06-9ea7-b1826c76a4e8} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002564 sec., 5070.202808112324 rows/sec., 9.09 MiB/sec.
7514 2025.03.22 20:08:13.869038 [ 199 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::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
7515 2025.03.22 20:08:13.869322 [ 5 ] {471d8101-38d6-4e06-9ea7-b1826c76a4e8} <Debug> TCPHandler: Processed in 0.00376652 sec.
7516 2025.03.22 20:08:13.869880 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7517 2025.03.22 20:08:13.870249 [ 5 ] {678c2dd6-12cd-4dd1-804a-96de000810f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7518 2025.03.22 20:08:13.870383 [ 5 ] {678c2dd6-12cd-4dd1-804a-96de000810f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7519 2025.03.22 20:08:13.870545 [ 199 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7520 2025.03.22 20:08:13.870769 [ 199 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 958 rows starting from the beginning of the part
7521 2025.03.22 20:08:13.871547 [ 199 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 13 rows starting from the beginning of the part
7522 2025.03.22 20:08:13.872338 [ 199 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::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
7523 2025.03.22 20:08:13.872412 [ 5 ] {678c2dd6-12cd-4dd1-804a-96de000810f1} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7524 2025.03.22 20:08:13.872490 [ 5 ] {678c2dd6-12cd-4dd1-804a-96de000810f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7525 2025.03.22 20:08:13.872933 [ 199 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 13 rows starting from the beginning of the part
7526 2025.03.22 20:08:13.873594 [ 199 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::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
7527 2025.03.22 20:08:13.874102 [ 5 ] {678c2dd6-12cd-4dd1-804a-96de000810f1} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
7528 2025.03.22 20:08:13.874226 [ 199 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 13 rows starting from the beginning of the part
7529 2025.03.22 20:08:13.874953 [ 5 ] {678c2dd6-12cd-4dd1-804a-96de000810f1} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7530 2025.03.22 20:08:13.875569 [ 5 ] {678c2dd6-12cd-4dd1-804a-96de000810f1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005419 sec., 11072.153533862336 rows/sec., 764.09 KiB/sec.
7531 2025.03.22 20:08:13.875737 [ 5 ] {678c2dd6-12cd-4dd1-804a-96de000810f1} <Debug> TCPHandler: Processed in 0.005964426 sec.
7532 2025.03.22 20:08:13.882262 [ 197 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1049 rows, containing 19 columns (19 merged, 0 gathered) in 0.013748542 sec., 76298.99955937146 rows/sec., 136.72 MiB/sec.
7533 2025.03.22 20:08:13.883328 [ 192 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
7534 2025.03.22 20:08:13.883789 [ 192 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7535 2025.03.22 20:08:13.883879 [ 192 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
7536 2025.03.22 20:08:13.884044 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.34 MiB.
7537 2025.03.22 20:08:14.000167 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 216.24 MiB, peak 226.83 MiB, free memory in arenas 0.00 B, will set to 217.54 MiB (RSS), difference: 1.30 MiB
7538 2025.03.22 20:08:17.795387 [ 101 ] {} <Debug> DNSResolver: Updating DNS cache
7539 2025.03.22 20:08:17.795459 [ 101 ] {} <Debug> DNSResolver: Updated DNS cache
7540 2025.03.22 20:08:17.975637 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 19276
7541 2025.03.22 20:08:17.976268 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7542 2025.03.22 20:08:17.976309 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7543 2025.03.22 20:08:17.976823 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
7544 2025.03.22 20:08:17.977069 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7545 2025.03.22 20:08:17.977287 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19276
7546 2025.03.22 20:08:18.852931 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7547 2025.03.22 20:08:18.853118 [ 5 ] {49a0f6b9-08d5-47dc-a3ab-0a557d12d5ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7548 2025.03.22 20:08:18.853190 [ 5 ] {49a0f6b9-08d5-47dc-a3ab-0a557d12d5ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7549 2025.03.22 20:08:18.853981 [ 5 ] {49a0f6b9-08d5-47dc-a3ab-0a557d12d5ec} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7550 2025.03.22 20:08:18.854031 [ 5 ] {49a0f6b9-08d5-47dc-a3ab-0a557d12d5ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7551 2025.03.22 20:08:18.854499 [ 5 ] {49a0f6b9-08d5-47dc-a3ab-0a557d12d5ec} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
7552 2025.03.22 20:08:18.854754 [ 5 ] {49a0f6b9-08d5-47dc-a3ab-0a557d12d5ec} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7553 2025.03.22 20:08:18.855004 [ 5 ] {49a0f6b9-08d5-47dc-a3ab-0a557d12d5ec} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.00193 sec., 55958.54922279793 rows/sec., 4.68 MiB/sec.
7554 2025.03.22 20:08:18.855010 [ 100 ] {} <Debug> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
7555 2025.03.22 20:08:18.855094 [ 5 ] {49a0f6b9-08d5-47dc-a3ab-0a557d12d5ec} <Debug> TCPHandler: Processed in 0.002285778 sec.
7556 2025.03.22 20:08:18.855138 [ 100 ] {} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7557 2025.03.22 20:08:18.855217 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7558 2025.03.22 20:08:18.855299 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7559 2025.03.22 20:08:18.855424 [ 201 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::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
7560 2025.03.22 20:08:18.855485 [ 5 ] {4ba55652-afa1-48aa-93c8-0ae5bbcdb074} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7561 2025.03.22 20:08:18.855604 [ 5 ] {4ba55652-afa1-48aa-93c8-0ae5bbcdb074} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7562 2025.03.22 20:08:18.855823 [ 201 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7563 2025.03.22 20:08:18.855934 [ 201 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1403 rows starting from the beginning of the part
7564 2025.03.22 20:08:18.856337 [ 201 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 108 rows starting from the beginning of the part
7565 2025.03.22 20:08:18.856749 [ 201 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 82 rows starting from the beginning of the part
7566 2025.03.22 20:08:18.856949 [ 201 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 109 rows starting from the beginning of the part
7567 2025.03.22 20:08:18.857163 [ 201 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 82 rows starting from the beginning of the part
7568 2025.03.22 20:08:18.857338 [ 201 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 108 rows starting from the beginning of the part
7569 2025.03.22 20:08:18.857861 [ 5 ] {4ba55652-afa1-48aa-93c8-0ae5bbcdb074} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7570 2025.03.22 20:08:18.857905 [ 5 ] {4ba55652-afa1-48aa-93c8-0ae5bbcdb074} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7571 2025.03.22 20:08:18.858452 [ 5 ] {4ba55652-afa1-48aa-93c8-0ae5bbcdb074} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
7572 2025.03.22 20:08:18.858743 [ 5 ] {4ba55652-afa1-48aa-93c8-0ae5bbcdb074} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7573 2025.03.22 20:08:18.859149 [ 5 ] {4ba55652-afa1-48aa-93c8-0ae5bbcdb074} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.003688 sec., 7049.891540130152 rows/sec., 530.12 KiB/sec.
7574 2025.03.22 20:08:18.859553 [ 5 ] {4ba55652-afa1-48aa-93c8-0ae5bbcdb074} <Debug> TCPHandler: Processed in 0.004311412 sec.
7575 2025.03.22 20:08:18.859778 [ 201 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1892 rows, containing 5 columns (5 merged, 0 gathered) in 0.004443455 sec., 425794.79256569495 rows/sec., 37.16 MiB/sec.
7576 2025.03.22 20:08:18.859945 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7577 2025.03.22 20:08:18.860196 [ 197 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
7578 2025.03.22 20:08:18.860204 [ 5 ] {effc8fd4-f515-48a4-99e4-7870165540ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7579 2025.03.22 20:08:18.860274 [ 5 ] {effc8fd4-f515-48a4-99e4-7870165540ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7580 2025.03.22 20:08:18.860593 [ 197 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_71_14} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7581 2025.03.22 20:08:18.860708 [ 197 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_71_14} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
7582 2025.03.22 20:08:18.860783 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB.
7583 2025.03.22 20:08:18.861014 [ 5 ] {effc8fd4-f515-48a4-99e4-7870165540ae} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7584 2025.03.22 20:08:18.861052 [ 5 ] {effc8fd4-f515-48a4-99e4-7870165540ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7585 2025.03.22 20:08:18.861415 [ 5 ] {effc8fd4-f515-48a4-99e4-7870165540ae} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
7586 2025.03.22 20:08:18.861652 [ 5 ] {effc8fd4-f515-48a4-99e4-7870165540ae} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7587 2025.03.22 20:08:18.861853 [ 100 ] {} <Debug> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
7588 2025.03.22 20:08:18.861903 [ 5 ] {effc8fd4-f515-48a4-99e4-7870165540ae} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.001764 sec., 51020.40816326531 rows/sec., 3.98 MiB/sec.
7589 2025.03.22 20:08:18.861934 [ 100 ] {} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7590 2025.03.22 20:08:18.862038 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7591 2025.03.22 20:08:18.862054 [ 5 ] {effc8fd4-f515-48a4-99e4-7870165540ae} <Debug> TCPHandler: Processed in 0.002227917 sec.
7592 2025.03.22 20:08:18.862244 [ 201 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::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
7593 2025.03.22 20:08:18.862278 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7594 2025.03.22 20:08:18.862348 [ 201 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7595 2025.03.22 20:08:18.862389 [ 201 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 631 rows starting from the beginning of the part
7596 2025.03.22 20:08:18.862421 [ 5 ] {5744c4ab-8d69-4e6c-9f16-00db1709be5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7597 2025.03.22 20:08:18.862532 [ 5 ] {5744c4ab-8d69-4e6c-9f16-00db1709be5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7598 2025.03.22 20:08:18.862568 [ 201 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 90 rows starting from the beginning of the part
7599 2025.03.22 20:08:18.862804 [ 201 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 77 rows starting from the beginning of the part
7600 2025.03.22 20:08:18.863112 [ 201 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 92 rows starting from the beginning of the part
7601 2025.03.22 20:08:18.863491 [ 201 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 77 rows starting from the beginning of the part
7602 2025.03.22 20:08:18.863662 [ 201 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 90 rows starting from the beginning of the part
7603 2025.03.22 20:08:18.864241 [ 5 ] {5744c4ab-8d69-4e6c-9f16-00db1709be5a} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7604 2025.03.22 20:08:18.864280 [ 5 ] {5744c4ab-8d69-4e6c-9f16-00db1709be5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7605 2025.03.22 20:08:18.864879 [ 5 ] {5744c4ab-8d69-4e6c-9f16-00db1709be5a} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
7606 2025.03.22 20:08:18.865140 [ 197 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1057 rows, containing 5 columns (5 merged, 0 gathered) in 0.002998224 sec., 352542.0382199596 rows/sec., 28.30 MiB/sec.
7607 2025.03.22 20:08:18.865202 [ 5 ] {5744c4ab-8d69-4e6c-9f16-00db1709be5a} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7608 2025.03.22 20:08:18.865301 [ 197 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
7609 2025.03.22 20:08:18.865412 [ 100 ] {} <Debug> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
7610 2025.03.22 20:08:18.865537 [ 100 ] {} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7611 2025.03.22 20:08:18.865601 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7612 2025.03.22 20:08:18.865618 [ 5 ] {5744c4ab-8d69-4e6c-9f16-00db1709be5a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003209 sec., 49859.76939856653 rows/sec., 3.47 MiB/sec.
7613 2025.03.22 20:08:18.866034 [ 5 ] {5744c4ab-8d69-4e6c-9f16-00db1709be5a} <Debug> TCPHandler: Processed in 0.00380982 sec.
7614 2025.03.22 20:08:18.866131 [ 187 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::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
7615 2025.03.22 20:08:18.866234 [ 193 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_71_14} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7616 2025.03.22 20:08:18.866264 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7617 2025.03.22 20:08:18.866541 [ 193 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_71_14} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
7618 2025.03.22 20:08:18.866582 [ 5 ] {21d116c2-6e01-4382-a106-a1777b0ce03e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7619 2025.03.22 20:08:18.866635 [ 187 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7620 2025.03.22 20:08:18.866731 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB.
7621 2025.03.22 20:08:18.866797 [ 187 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 18724 rows starting from the beginning of the part
7622 2025.03.22 20:08:18.866845 [ 5 ] {21d116c2-6e01-4382-a106-a1777b0ce03e} <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
7623 2025.03.22 20:08:18.867193 [ 187 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 160 rows starting from the beginning of the part
7624 2025.03.22 20:08:18.867536 [ 187 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 160 rows starting from the beginning of the part
7625 2025.03.22 20:08:18.867903 [ 187 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 161 rows starting from the beginning of the part
7626 2025.03.22 20:08:18.868271 [ 187 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 160 rows starting from the beginning of the part
7627 2025.03.22 20:08:18.868625 [ 187 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 160 rows starting from the beginning of the part
7628 2025.03.22 20:08:18.870949 [ 5 ] {21d116c2-6e01-4382-a106-a1777b0ce03e} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7629 2025.03.22 20:08:18.870994 [ 5 ] {21d116c2-6e01-4382-a106-a1777b0ce03e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7630 2025.03.22 20:08:18.872604 [ 5 ] {21d116c2-6e01-4382-a106-a1777b0ce03e} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
7631 2025.03.22 20:08:18.872903 [ 5 ] {21d116c2-6e01-4382-a106-a1777b0ce03e} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7632 2025.03.22 20:08:18.873474 [ 5 ] {21d116c2-6e01-4382-a106-a1777b0ce03e} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.006978 sec., 3725.9959873889366 rows/sec., 6.68 MiB/sec.
7633 2025.03.22 20:08:18.873659 [ 5 ] {21d116c2-6e01-4382-a106-a1777b0ce03e} <Debug> TCPHandler: Processed in 0.007486989 sec.
7634 2025.03.22 20:08:18.873800 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7635 2025.03.22 20:08:18.873906 [ 5 ] {e1c3a680-bd76-4d99-aff8-b63eea7da12b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7636 2025.03.22 20:08:18.873952 [ 5 ] {e1c3a680-bd76-4d99-aff8-b63eea7da12b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7637 2025.03.22 20:08:18.874419 [ 5 ] {e1c3a680-bd76-4d99-aff8-b63eea7da12b} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7638 2025.03.22 20:08:18.874458 [ 5 ] {e1c3a680-bd76-4d99-aff8-b63eea7da12b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7639 2025.03.22 20:08:18.874948 [ 5 ] {e1c3a680-bd76-4d99-aff8-b63eea7da12b} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
7640 2025.03.22 20:08:18.875218 [ 5 ] {e1c3a680-bd76-4d99-aff8-b63eea7da12b} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7641 2025.03.22 20:08:18.875444 [ 100 ] {} <Debug> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
7642 2025.03.22 20:08:18.875588 [ 100 ] {} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7643 2025.03.22 20:08:18.875662 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7644 2025.03.22 20:08:18.875671 [ 5 ] {e1c3a680-bd76-4d99-aff8-b63eea7da12b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001774 sec., 33821.87147688839 rows/sec., 2.28 MiB/sec.
7645 2025.03.22 20:08:18.875852 [ 5 ] {e1c3a680-bd76-4d99-aff8-b63eea7da12b} <Debug> TCPHandler: Processed in 0.002101194 sec.
7646 2025.03.22 20:08:18.875880 [ 197 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::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
7647 2025.03.22 20:08:18.876047 [ 197 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7648 2025.03.22 20:08:18.876076 [ 197 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 3336 rows starting from the beginning of the part
7649 2025.03.22 20:08:18.876188 [ 197 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 60 rows starting from the beginning of the part
7650 2025.03.22 20:08:18.876563 [ 197 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 60 rows starting from the beginning of the part
7651 2025.03.22 20:08:18.877011 [ 197 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 60 rows starting from the beginning of the part
7652 2025.03.22 20:08:18.877217 [ 187 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 19525 rows, containing 5 columns (5 merged, 0 gathered) in 0.011439153 sec., 1706857.1423076515 rows/sec., 117.01 MiB/sec.
7653 2025.03.22 20:08:18.877268 [ 197 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 60 rows starting from the beginning of the part
7654 2025.03.22 20:08:18.877415 [ 197 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 60 rows starting from the beginning of the part
7655 2025.03.22 20:08:18.877682 [ 187 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
7656 2025.03.22 20:08:18.878357 [ 187 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7657 2025.03.22 20:08:18.878494 [ 187 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
7658 2025.03.22 20:08:18.878614 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB.
7659 2025.03.22 20:08:18.879593 [ 190 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3636 rows, containing 4 columns (4 merged, 0 gathered) in 0.00380797 sec., 954839.4551427664 rows/sec., 64.37 MiB/sec.
7660 2025.03.22 20:08:18.880306 [ 200 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
7661 2025.03.22 20:08:18.880725 [ 200 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_71_14} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7662 2025.03.22 20:08:18.880821 [ 200 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_71_14} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
7663 2025.03.22 20:08:18.880925 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB.
7664 2025.03.22 20:08:19.419155 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 317
7665 2025.03.22 20:08:19.438413 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7666 2025.03.22 20:08:19.438471 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7667 2025.03.22 20:08:19.445644 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
7668 2025.03.22 20:08:19.446380 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7669 2025.03.22 20:08:19.449767 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 317
7670 2025.03.22 20:08:20.346233 [ 99 ] {} <Debug> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0
7671 2025.03.22 20:08:20.346300 [ 99 ] {} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7672 2025.03.22 20:08:20.346323 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7673 2025.03.22 20:08:20.346518 [ 191 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::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
7674 2025.03.22 20:08:20.346727 [ 191 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7675 2025.03.22 20:08:20.346770 [ 191 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 18 rows starting from the beginning of the part
7676 2025.03.22 20:08:20.346867 [ 191 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::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
7677 2025.03.22 20:08:20.347098 [ 191 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::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
7678 2025.03.22 20:08:20.347291 [ 191 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::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
7679 2025.03.22 20:08:20.347403 [ 191 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 2 rows starting from the beginning of the part
7680 2025.03.22 20:08:20.348629 [ 200 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.002229988 sec., 17040.450441885787 rows/sec., 1.42 MiB/sec.
7681 2025.03.22 20:08:20.348889 [ 200 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary)
7682 2025.03.22 20:08:20.349427 [ 200 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::all_1_13_3} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7683 2025.03.22 20:08:20.349564 [ 200 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::all_1_13_3} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3
7684 2025.03.22 20:08:20.349705 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
7685 2025.03.22 20:08:22.849967 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7686 2025.03.22 20:08:22.850171 [ 5 ] {e16287fb-021f-479b-96ab-e68583de3557} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
7687 2025.03.22 20:08:22.850246 [ 5 ] {e16287fb-021f-479b-96ab-e68583de3557} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
7688 2025.03.22 20:08:22.851063 [ 5 ] {e16287fb-021f-479b-96ab-e68583de3557} <Trace> oximeter.fields_i16 (264093f9-a655-4468-9a79-5d699a3bbf39): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7689 2025.03.22 20:08:22.851121 [ 5 ] {e16287fb-021f-479b-96ab-e68583de3557} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7690 2025.03.22 20:08:22.851603 [ 5 ] {e16287fb-021f-479b-96ab-e68583de3557} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
7691 2025.03.22 20:08:22.851862 [ 5 ] {e16287fb-021f-479b-96ab-e68583de3557} <Trace> oximeter.fields_i16 (264093f9-a655-4468-9a79-5d699a3bbf39): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7692 2025.03.22 20:08:22.852117 [ 5 ] {e16287fb-021f-479b-96ab-e68583de3557} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001997 sec., 12018.02704056084 rows/sec., 1021.06 KiB/sec.
7693 2025.03.22 20:08:22.852330 [ 5 ] {e16287fb-021f-479b-96ab-e68583de3557} <Debug> TCPHandler: Processed in 0.002496233 sec.
7694 2025.03.22 20:08:22.852458 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7695 2025.03.22 20:08:22.852569 [ 5 ] {ad4c27af-3f3b-46ef-98e2-95a9dd28c1bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
7696 2025.03.22 20:08:22.852618 [ 5 ] {ad4c27af-3f3b-46ef-98e2-95a9dd28c1bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
7697 2025.03.22 20:08:22.853183 [ 5 ] {ad4c27af-3f3b-46ef-98e2-95a9dd28c1bc} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7698 2025.03.22 20:08:22.853227 [ 5 ] {ad4c27af-3f3b-46ef-98e2-95a9dd28c1bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7699 2025.03.22 20:08:22.853598 [ 5 ] {ad4c27af-3f3b-46ef-98e2-95a9dd28c1bc} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
7700 2025.03.22 20:08:22.853896 [ 5 ] {ad4c27af-3f3b-46ef-98e2-95a9dd28c1bc} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7701 2025.03.22 20:08:22.854191 [ 5 ] {ad4c27af-3f3b-46ef-98e2-95a9dd28c1bc} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.00164 sec., 8536.585365853658 rows/sec., 696.10 KiB/sec.
7702 2025.03.22 20:08:22.854421 [ 5 ] {ad4c27af-3f3b-46ef-98e2-95a9dd28c1bc} <Debug> TCPHandler: Processed in 0.002011862 sec.
7703 2025.03.22 20:08:22.854573 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7704 2025.03.22 20:08:22.854685 [ 5 ] {3aa4a22e-5478-4319-97b3-4a47ab7d41cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7705 2025.03.22 20:08:22.854733 [ 5 ] {3aa4a22e-5478-4319-97b3-4a47ab7d41cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7706 2025.03.22 20:08:22.856550 [ 5 ] {3aa4a22e-5478-4319-97b3-4a47ab7d41cd} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7707 2025.03.22 20:08:22.856605 [ 5 ] {3aa4a22e-5478-4319-97b3-4a47ab7d41cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7708 2025.03.22 20:08:22.857101 [ 5 ] {3aa4a22e-5478-4319-97b3-4a47ab7d41cd} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
7709 2025.03.22 20:08:22.857358 [ 5 ] {3aa4a22e-5478-4319-97b3-4a47ab7d41cd} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7710 2025.03.22 20:08:22.857582 [ 5 ] {3aa4a22e-5478-4319-97b3-4a47ab7d41cd} <Debug> executeQuery: Read 1349 rows, 115.00 KiB in 0.002924 sec., 461354.3091655267 rows/sec., 38.41 MiB/sec.
7711 2025.03.22 20:08:22.857644 [ 5 ] {3aa4a22e-5478-4319-97b3-4a47ab7d41cd} <Debug> TCPHandler: Processed in 0.003121927 sec.
7712 2025.03.22 20:08:22.857765 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7713 2025.03.22 20:08:22.857873 [ 5 ] {c1bbc0fd-16da-41d3-b92d-b7bf156fa5fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7714 2025.03.22 20:08:22.857921 [ 5 ] {c1bbc0fd-16da-41d3-b92d-b7bf156fa5fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7715 2025.03.22 20:08:22.858476 [ 5 ] {c1bbc0fd-16da-41d3-b92d-b7bf156fa5fc} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7716 2025.03.22 20:08:22.858515 [ 5 ] {c1bbc0fd-16da-41d3-b92d-b7bf156fa5fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7717 2025.03.22 20:08:22.858873 [ 5 ] {c1bbc0fd-16da-41d3-b92d-b7bf156fa5fc} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
7718 2025.03.22 20:08:22.859108 [ 5 ] {c1bbc0fd-16da-41d3-b92d-b7bf156fa5fc} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7719 2025.03.22 20:08:22.859333 [ 5 ] {c1bbc0fd-16da-41d3-b92d-b7bf156fa5fc} <Debug> executeQuery: Read 39 rows, 2.92 KiB in 0.001479 sec., 26369.168356997972 rows/sec., 1.93 MiB/sec.
7720 2025.03.22 20:08:22.859417 [ 5 ] {c1bbc0fd-16da-41d3-b92d-b7bf156fa5fc} <Debug> TCPHandler: Processed in 0.001702826 sec.
7721 2025.03.22 20:08:22.859647 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7722 2025.03.22 20:08:22.859789 [ 5 ] {0e87f9bd-bd89-48c5-b02e-3606ad1edc67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
7723 2025.03.22 20:08:22.859835 [ 5 ] {0e87f9bd-bd89-48c5-b02e-3606ad1edc67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7724 2025.03.22 20:08:22.860525 [ 5 ] {0e87f9bd-bd89-48c5-b02e-3606ad1edc67} <Trace> oximeter.fields_u32 (ad7a5232-f0e1-40d6-acb0-24ed1d64c039): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7725 2025.03.22 20:08:22.860564 [ 5 ] {0e87f9bd-bd89-48c5-b02e-3606ad1edc67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7726 2025.03.22 20:08:22.860910 [ 5 ] {0e87f9bd-bd89-48c5-b02e-3606ad1edc67} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
7727 2025.03.22 20:08:22.861142 [ 5 ] {0e87f9bd-bd89-48c5-b02e-3606ad1edc67} <Trace> oximeter.fields_u32 (ad7a5232-f0e1-40d6-acb0-24ed1d64c039): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7728 2025.03.22 20:08:22.861440 [ 5 ] {0e87f9bd-bd89-48c5-b02e-3606ad1edc67} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001653 sec., 152450.09074410165 rows/sec., 10.54 MiB/sec.
7729 2025.03.22 20:08:22.861581 [ 5 ] {0e87f9bd-bd89-48c5-b02e-3606ad1edc67} <Debug> TCPHandler: Processed in 0.002031463 sec.
7730 2025.03.22 20:08:22.861713 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7731 2025.03.22 20:08:22.861850 [ 5 ] {6443fced-c544-4748-9a0d-9ca4e65fc893} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
7732 2025.03.22 20:08:22.861903 [ 5 ] {6443fced-c544-4748-9a0d-9ca4e65fc893} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
7733 2025.03.22 20:08:22.862552 [ 5 ] {6443fced-c544-4748-9a0d-9ca4e65fc893} <Trace> oximeter.fields_u8 (faaaa09d-c3bc-4a8d-ab11-77969ca3dca4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7734 2025.03.22 20:08:22.862593 [ 5 ] {6443fced-c544-4748-9a0d-9ca4e65fc893} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7735 2025.03.22 20:08:22.862944 [ 5 ] {6443fced-c544-4748-9a0d-9ca4e65fc893} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
7736 2025.03.22 20:08:22.863177 [ 5 ] {6443fced-c544-4748-9a0d-9ca4e65fc893} <Trace> oximeter.fields_u8 (faaaa09d-c3bc-4a8d-ab11-77969ca3dca4): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7737 2025.03.22 20:08:22.863438 [ 5 ] {6443fced-c544-4748-9a0d-9ca4e65fc893} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001617 sec., 7421.150278293136 rows/sec., 579.78 KiB/sec.
7738 2025.03.22 20:08:22.863634 [ 5 ] {6443fced-c544-4748-9a0d-9ca4e65fc893} <Debug> TCPHandler: Processed in 0.001981202 sec.
7739 2025.03.22 20:08:22.863776 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7740 2025.03.22 20:08:22.863880 [ 5 ] {8f23a911-a8f7-468a-9b66-6cb8da321ac2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7741 2025.03.22 20:08:22.863922 [ 5 ] {8f23a911-a8f7-468a-9b66-6cb8da321ac2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7742 2025.03.22 20:08:22.864802 [ 5 ] {8f23a911-a8f7-468a-9b66-6cb8da321ac2} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7743 2025.03.22 20:08:22.864841 [ 5 ] {8f23a911-a8f7-468a-9b66-6cb8da321ac2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7744 2025.03.22 20:08:22.865215 [ 5 ] {8f23a911-a8f7-468a-9b66-6cb8da321ac2} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
7745 2025.03.22 20:08:22.865445 [ 5 ] {8f23a911-a8f7-468a-9b66-6cb8da321ac2} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7746 2025.03.22 20:08:22.865678 [ 5 ] {8f23a911-a8f7-468a-9b66-6cb8da321ac2} <Debug> executeQuery: Read 583 rows, 44.84 KiB in 0.001812 sec., 321743.9293598234 rows/sec., 24.17 MiB/sec.
7747 2025.03.22 20:08:22.865749 [ 5 ] {8f23a911-a8f7-468a-9b66-6cb8da321ac2} <Debug> TCPHandler: Processed in 0.002023383 sec.
7748 2025.03.22 20:08:22.866004 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7749 2025.03.22 20:08:22.866180 [ 5 ] {036585a9-c58d-4dbc-be4b-245067cdeb1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7750 2025.03.22 20:08:22.866231 [ 5 ] {036585a9-c58d-4dbc-be4b-245067cdeb1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7751 2025.03.22 20:08:22.867082 [ 5 ] {036585a9-c58d-4dbc-be4b-245067cdeb1f} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7752 2025.03.22 20:08:22.867121 [ 5 ] {036585a9-c58d-4dbc-be4b-245067cdeb1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7753 2025.03.22 20:08:22.867544 [ 5 ] {036585a9-c58d-4dbc-be4b-245067cdeb1f} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
7754 2025.03.22 20:08:22.867776 [ 5 ] {036585a9-c58d-4dbc-be4b-245067cdeb1f} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7755 2025.03.22 20:08:22.867998 [ 5 ] {036585a9-c58d-4dbc-be4b-245067cdeb1f} <Debug> executeQuery: Read 1017 rows, 70.44 KiB in 0.001849 sec., 550027.041644132 rows/sec., 37.20 MiB/sec.
7756 2025.03.22 20:08:22.868057 [ 5 ] {036585a9-c58d-4dbc-be4b-245067cdeb1f} <Debug> TCPHandler: Processed in 0.002163926 sec.
7757 2025.03.22 20:08:22.868189 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7758 2025.03.22 20:08:22.868292 [ 5 ] {c329209b-8dcc-455a-93b0-d5d938bd56ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7759 2025.03.22 20:08:22.868356 [ 5 ] {c329209b-8dcc-455a-93b0-d5d938bd56ad} <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
7760 2025.03.22 20:08:22.869414 [ 5 ] {c329209b-8dcc-455a-93b0-d5d938bd56ad} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7761 2025.03.22 20:08:22.869453 [ 5 ] {c329209b-8dcc-455a-93b0-d5d938bd56ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7762 2025.03.22 20:08:22.870043 [ 5 ] {c329209b-8dcc-455a-93b0-d5d938bd56ad} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
7763 2025.03.22 20:08:22.870294 [ 5 ] {c329209b-8dcc-455a-93b0-d5d938bd56ad} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7764 2025.03.22 20:08:22.870537 [ 5 ] {c329209b-8dcc-455a-93b0-d5d938bd56ad} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002267 sec., 5734.450816056463 rows/sec., 10.28 MiB/sec.
7765 2025.03.22 20:08:22.870630 [ 5 ] {c329209b-8dcc-455a-93b0-d5d938bd56ad} <Debug> TCPHandler: Processed in 0.002489843 sec.
7766 2025.03.22 20:08:22.870771 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7767 2025.03.22 20:08:22.870875 [ 5 ] {7ab54f93-d3f5-4b72-9812-5e0b43cf3d05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7768 2025.03.22 20:08:22.870922 [ 5 ] {7ab54f93-d3f5-4b72-9812-5e0b43cf3d05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7769 2025.03.22 20:08:22.871360 [ 5 ] {7ab54f93-d3f5-4b72-9812-5e0b43cf3d05} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7770 2025.03.22 20:08:22.871400 [ 5 ] {7ab54f93-d3f5-4b72-9812-5e0b43cf3d05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7771 2025.03.22 20:08:22.871759 [ 5 ] {7ab54f93-d3f5-4b72-9812-5e0b43cf3d05} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
7772 2025.03.22 20:08:22.871997 [ 5 ] {7ab54f93-d3f5-4b72-9812-5e0b43cf3d05} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7773 2025.03.22 20:08:22.872209 [ 5 ] {7ab54f93-d3f5-4b72-9812-5e0b43cf3d05} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001345 sec., 35687.73234200743 rows/sec., 2.41 MiB/sec.
7774 2025.03.22 20:08:22.872323 [ 5 ] {7ab54f93-d3f5-4b72-9812-5e0b43cf3d05} <Debug> TCPHandler: Processed in 0.001603274 sec.
7775 2025.03.22 20:08:23.080923 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 1070
7776 2025.03.22 20:08:23.084410 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7777 2025.03.22 20:08:23.084471 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7778 2025.03.22 20:08:23.086010 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
7779 2025.03.22 20:08:23.086339 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7780 2025.03.22 20:08:23.087930 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1070
7781 2025.03.22 20:08:23.845191 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7782 2025.03.22 20:08:23.845408 [ 5 ] {90fcc7aa-7682-4080-bae5-5df03e06c5c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7783 2025.03.22 20:08:23.845494 [ 5 ] {90fcc7aa-7682-4080-bae5-5df03e06c5c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7784 2025.03.22 20:08:23.846319 [ 5 ] {90fcc7aa-7682-4080-bae5-5df03e06c5c0} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7785 2025.03.22 20:08:23.846375 [ 5 ] {90fcc7aa-7682-4080-bae5-5df03e06c5c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7786 2025.03.22 20:08:23.846807 [ 5 ] {90fcc7aa-7682-4080-bae5-5df03e06c5c0} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
7787 2025.03.22 20:08:23.847057 [ 5 ] {90fcc7aa-7682-4080-bae5-5df03e06c5c0} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7788 2025.03.22 20:08:23.847315 [ 5 ] {90fcc7aa-7682-4080-bae5-5df03e06c5c0} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001959 sec., 28586.013272077595 rows/sec., 2.18 MiB/sec.
7789 2025.03.22 20:08:23.847402 [ 5 ] {90fcc7aa-7682-4080-bae5-5df03e06c5c0} <Debug> TCPHandler: Processed in 0.00234788 sec.
7790 2025.03.22 20:08:23.847654 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7791 2025.03.22 20:08:23.847814 [ 5 ] {504583aa-5e90-46a8-8b8a-ead19942c69e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7792 2025.03.22 20:08:23.847864 [ 5 ] {504583aa-5e90-46a8-8b8a-ead19942c69e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7793 2025.03.22 20:08:23.848428 [ 5 ] {504583aa-5e90-46a8-8b8a-ead19942c69e} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7794 2025.03.22 20:08:23.848469 [ 5 ] {504583aa-5e90-46a8-8b8a-ead19942c69e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7795 2025.03.22 20:08:23.848820 [ 5 ] {504583aa-5e90-46a8-8b8a-ead19942c69e} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
7796 2025.03.22 20:08:23.849056 [ 5 ] {504583aa-5e90-46a8-8b8a-ead19942c69e} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7797 2025.03.22 20:08:23.849268 [ 5 ] {504583aa-5e90-46a8-8b8a-ead19942c69e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001482 sec., 43184.88529014845 rows/sec., 3.37 MiB/sec.
7798 2025.03.22 20:08:23.849322 [ 5 ] {504583aa-5e90-46a8-8b8a-ead19942c69e} <Debug> TCPHandler: Processed in 0.001758498 sec.
7799 2025.03.22 20:08:23.849465 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7800 2025.03.22 20:08:23.849572 [ 5 ] {88e53795-7168-4c5c-82cf-d84e16e37f21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7801 2025.03.22 20:08:23.849620 [ 5 ] {88e53795-7168-4c5c-82cf-d84e16e37f21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7802 2025.03.22 20:08:23.850104 [ 5 ] {88e53795-7168-4c5c-82cf-d84e16e37f21} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7803 2025.03.22 20:08:23.850143 [ 5 ] {88e53795-7168-4c5c-82cf-d84e16e37f21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7804 2025.03.22 20:08:23.850518 [ 5 ] {88e53795-7168-4c5c-82cf-d84e16e37f21} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
7805 2025.03.22 20:08:23.850767 [ 5 ] {88e53795-7168-4c5c-82cf-d84e16e37f21} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7806 2025.03.22 20:08:23.850980 [ 5 ] {88e53795-7168-4c5c-82cf-d84e16e37f21} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001432 sec., 22346.3687150838 rows/sec., 1.56 MiB/sec.
7807 2025.03.22 20:08:23.851030 [ 5 ] {88e53795-7168-4c5c-82cf-d84e16e37f21} <Debug> TCPHandler: Processed in 0.001615914 sec.
7808 2025.03.22 20:08:23.851166 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7809 2025.03.22 20:08:23.851306 [ 5 ] {184d40b9-6d39-4eb6-afd6-7dfa27b8082c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7810 2025.03.22 20:08:23.851371 [ 5 ] {184d40b9-6d39-4eb6-afd6-7dfa27b8082c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7811 2025.03.22 20:08:23.851845 [ 5 ] {184d40b9-6d39-4eb6-afd6-7dfa27b8082c} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7812 2025.03.22 20:08:23.851886 [ 5 ] {184d40b9-6d39-4eb6-afd6-7dfa27b8082c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7813 2025.03.22 20:08:23.852262 [ 5 ] {184d40b9-6d39-4eb6-afd6-7dfa27b8082c} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
7814 2025.03.22 20:08:23.852507 [ 5 ] {184d40b9-6d39-4eb6-afd6-7dfa27b8082c} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7815 2025.03.22 20:08:23.852719 [ 5 ] {184d40b9-6d39-4eb6-afd6-7dfa27b8082c} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001444 sec., 8310.249307479224 rows/sec., 573.49 KiB/sec.
7816 2025.03.22 20:08:23.852771 [ 5 ] {184d40b9-6d39-4eb6-afd6-7dfa27b8082c} <Debug> TCPHandler: Processed in 0.001670845 sec.
7817 2025.03.22 20:08:25.478400 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 19764
7818 2025.03.22 20:08:25.479147 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7819 2025.03.22 20:08:25.479198 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7820 2025.03.22 20:08:25.479723 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
7821 2025.03.22 20:08:25.479983 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7822 2025.03.22 20:08:25.480232 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19764
7823 2025.03.22 20:08:26.950808 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 325
7824 2025.03.22 20:08:26.973347 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7825 2025.03.22 20:08:26.973436 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7826 2025.03.22 20:08:26.981276 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
7827 2025.03.22 20:08:26.982054 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7828 2025.03.22 20:08:26.984970 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 325
7829 2025.03.22 20:08:28.853950 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7830 2025.03.22 20:08:28.854170 [ 5 ] {e2a01aa0-a9aa-4e5e-ace7-02164deb5247} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7831 2025.03.22 20:08:28.854254 [ 5 ] {e2a01aa0-a9aa-4e5e-ace7-02164deb5247} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7832 2025.03.22 20:08:28.855130 [ 5 ] {e2a01aa0-a9aa-4e5e-ace7-02164deb5247} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7833 2025.03.22 20:08:28.855183 [ 5 ] {e2a01aa0-a9aa-4e5e-ace7-02164deb5247} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7834 2025.03.22 20:08:28.855655 [ 5 ] {e2a01aa0-a9aa-4e5e-ace7-02164deb5247} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
7835 2025.03.22 20:08:28.856126 [ 5 ] {e2a01aa0-a9aa-4e5e-ace7-02164deb5247} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7836 2025.03.22 20:08:28.856365 [ 5 ] {e2a01aa0-a9aa-4e5e-ace7-02164deb5247} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.002254 sec., 47914.818101153505 rows/sec., 4.01 MiB/sec.
7837 2025.03.22 20:08:28.856430 [ 5 ] {e2a01aa0-a9aa-4e5e-ace7-02164deb5247} <Debug> TCPHandler: Processed in 0.002619885 sec.
7838 2025.03.22 20:08:28.856558 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7839 2025.03.22 20:08:28.856674 [ 5 ] {6bfa0197-722a-4fcc-ab34-20fdbb7552f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7840 2025.03.22 20:08:28.856724 [ 5 ] {6bfa0197-722a-4fcc-ab34-20fdbb7552f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7841 2025.03.22 20:08:28.857278 [ 5 ] {6bfa0197-722a-4fcc-ab34-20fdbb7552f0} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7842 2025.03.22 20:08:28.857320 [ 5 ] {6bfa0197-722a-4fcc-ab34-20fdbb7552f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7843 2025.03.22 20:08:28.857677 [ 5 ] {6bfa0197-722a-4fcc-ab34-20fdbb7552f0} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
7844 2025.03.22 20:08:28.857912 [ 5 ] {6bfa0197-722a-4fcc-ab34-20fdbb7552f0} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7845 2025.03.22 20:08:28.858126 [ 5 ] {6bfa0197-722a-4fcc-ab34-20fdbb7552f0} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.00148 sec., 17567.567567567567 rows/sec., 1.29 MiB/sec.
7846 2025.03.22 20:08:28.858180 [ 5 ] {6bfa0197-722a-4fcc-ab34-20fdbb7552f0} <Debug> TCPHandler: Processed in 0.001674775 sec.
7847 2025.03.22 20:08:28.858287 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7848 2025.03.22 20:08:28.858391 [ 5 ] {b04e2551-e7ba-456a-b81b-54b0702f0000} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7849 2025.03.22 20:08:28.858436 [ 5 ] {b04e2551-e7ba-456a-b81b-54b0702f0000} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7850 2025.03.22 20:08:28.859004 [ 5 ] {b04e2551-e7ba-456a-b81b-54b0702f0000} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7851 2025.03.22 20:08:28.859046 [ 5 ] {b04e2551-e7ba-456a-b81b-54b0702f0000} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7852 2025.03.22 20:08:28.859395 [ 5 ] {b04e2551-e7ba-456a-b81b-54b0702f0000} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
7853 2025.03.22 20:08:28.859626 [ 5 ] {b04e2551-e7ba-456a-b81b-54b0702f0000} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7854 2025.03.22 20:08:28.859850 [ 5 ] {b04e2551-e7ba-456a-b81b-54b0702f0000} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.001482 sec., 60728.74493927125 rows/sec., 4.74 MiB/sec.
7855 2025.03.22 20:08:28.859903 [ 5 ] {b04e2551-e7ba-456a-b81b-54b0702f0000} <Debug> TCPHandler: Processed in 0.001666775 sec.
7856 2025.03.22 20:08:28.860020 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7857 2025.03.22 20:08:28.860128 [ 5 ] {027ee57b-ac5b-4870-85fc-1ae807340eaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7858 2025.03.22 20:08:28.860176 [ 5 ] {027ee57b-ac5b-4870-85fc-1ae807340eaa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7859 2025.03.22 20:08:28.860706 [ 5 ] {027ee57b-ac5b-4870-85fc-1ae807340eaa} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7860 2025.03.22 20:08:28.860745 [ 5 ] {027ee57b-ac5b-4870-85fc-1ae807340eaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7861 2025.03.22 20:08:28.861118 [ 5 ] {027ee57b-ac5b-4870-85fc-1ae807340eaa} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
7862 2025.03.22 20:08:28.861357 [ 5 ] {027ee57b-ac5b-4870-85fc-1ae807340eaa} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7863 2025.03.22 20:08:28.861559 [ 5 ] {027ee57b-ac5b-4870-85fc-1ae807340eaa} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001455 sec., 109965.63573883162 rows/sec., 7.66 MiB/sec.
7864 2025.03.22 20:08:28.861609 [ 5 ] {027ee57b-ac5b-4870-85fc-1ae807340eaa} <Debug> TCPHandler: Processed in 0.001640164 sec.
7865 2025.03.22 20:08:28.861734 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7866 2025.03.22 20:08:28.861841 [ 5 ] {a513fb1c-3dd6-4df8-ad57-202e3824f142} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7867 2025.03.22 20:08:28.861905 [ 5 ] {a513fb1c-3dd6-4df8-ad57-202e3824f142} <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
7868 2025.03.22 20:08:28.863011 [ 5 ] {a513fb1c-3dd6-4df8-ad57-202e3824f142} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7869 2025.03.22 20:08:28.863051 [ 5 ] {a513fb1c-3dd6-4df8-ad57-202e3824f142} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7870 2025.03.22 20:08:28.863674 [ 5 ] {a513fb1c-3dd6-4df8-ad57-202e3824f142} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
7871 2025.03.22 20:08:28.863925 [ 5 ] {a513fb1c-3dd6-4df8-ad57-202e3824f142} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7872 2025.03.22 20:08:28.864212 [ 5 ] {a513fb1c-3dd6-4df8-ad57-202e3824f142} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002384 sec., 10906.040268456376 rows/sec., 19.54 MiB/sec.
7873 2025.03.22 20:08:28.864593 [ 5 ] {a513fb1c-3dd6-4df8-ad57-202e3824f142} <Debug> TCPHandler: Processed in 0.002902461 sec.
7874 2025.03.22 20:08:28.864940 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7875 2025.03.22 20:08:28.865052 [ 5 ] {421af553-26f9-47a2-a04b-137058844d13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7876 2025.03.22 20:08:28.865100 [ 5 ] {421af553-26f9-47a2-a04b-137058844d13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7877 2025.03.22 20:08:28.865579 [ 5 ] {421af553-26f9-47a2-a04b-137058844d13} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7878 2025.03.22 20:08:28.865619 [ 5 ] {421af553-26f9-47a2-a04b-137058844d13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7879 2025.03.22 20:08:28.865995 [ 5 ] {421af553-26f9-47a2-a04b-137058844d13} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
7880 2025.03.22 20:08:28.866235 [ 5 ] {421af553-26f9-47a2-a04b-137058844d13} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7881 2025.03.22 20:08:28.866439 [ 5 ] {421af553-26f9-47a2-a04b-137058844d13} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001411 sec., 42523.033309709426 rows/sec., 2.87 MiB/sec.
7882 2025.03.22 20:08:28.866491 [ 5 ] {421af553-26f9-47a2-a04b-137058844d13} <Debug> TCPHandler: Processed in 0.001638535 sec.
7883 2025.03.22 20:08:32.795503 [ 87 ] {} <Debug> DNSResolver: Updating DNS cache
7884 2025.03.22 20:08:32.795566 [ 87 ] {} <Debug> DNSResolver: Updated DNS cache
7885 2025.03.22 20:08:32.981336 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 20191
7886 2025.03.22 20:08:32.981966 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7887 2025.03.22 20:08:32.982014 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7888 2025.03.22 20:08:32.982556 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
7889 2025.03.22 20:08:32.982810 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7890 2025.03.22 20:08:32.983085 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20191
7891 2025.03.22 20:08:33.089125 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1090
7892 2025.03.22 20:08:33.091998 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7893 2025.03.22 20:08:33.092049 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7894 2025.03.22 20:08:33.093550 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
7895 2025.03.22 20:08:33.093879 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7896 2025.03.22 20:08:33.095403 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1090
7897 2025.03.22 20:08:33.852583 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7898 2025.03.22 20:08:33.852798 [ 5 ] {ba723102-4b7e-48b1-ad83-2d989d1f7865} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7899 2025.03.22 20:08:33.852878 [ 5 ] {ba723102-4b7e-48b1-ad83-2d989d1f7865} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7900 2025.03.22 20:08:33.853682 [ 5 ] {ba723102-4b7e-48b1-ad83-2d989d1f7865} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7901 2025.03.22 20:08:33.853741 [ 5 ] {ba723102-4b7e-48b1-ad83-2d989d1f7865} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7902 2025.03.22 20:08:33.854187 [ 5 ] {ba723102-4b7e-48b1-ad83-2d989d1f7865} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
7903 2025.03.22 20:08:33.854465 [ 5 ] {ba723102-4b7e-48b1-ad83-2d989d1f7865} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7904 2025.03.22 20:08:33.854717 [ 5 ] {ba723102-4b7e-48b1-ad83-2d989d1f7865} <Debug> executeQuery: Read 82 rows, 6.94 KiB in 0.001976 sec., 41497.975708502025 rows/sec., 3.43 MiB/sec.
7905 2025.03.22 20:08:33.854782 [ 5 ] {ba723102-4b7e-48b1-ad83-2d989d1f7865} <Debug> TCPHandler: Processed in 0.002340569 sec.
7906 2025.03.22 20:08:33.854926 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7907 2025.03.22 20:08:33.855068 [ 5 ] {649d5fab-3f24-46ca-a1f6-96d74af070e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7908 2025.03.22 20:08:33.855125 [ 5 ] {649d5fab-3f24-46ca-a1f6-96d74af070e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7909 2025.03.22 20:08:33.855779 [ 5 ] {649d5fab-3f24-46ca-a1f6-96d74af070e3} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7910 2025.03.22 20:08:33.855828 [ 5 ] {649d5fab-3f24-46ca-a1f6-96d74af070e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7911 2025.03.22 20:08:33.856197 [ 5 ] {649d5fab-3f24-46ca-a1f6-96d74af070e3} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
7912 2025.03.22 20:08:33.856440 [ 5 ] {649d5fab-3f24-46ca-a1f6-96d74af070e3} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7913 2025.03.22 20:08:33.856669 [ 5 ] {649d5fab-3f24-46ca-a1f6-96d74af070e3} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.001631 sec., 7970.570202329859 rows/sec., 599.35 KiB/sec.
7914 2025.03.22 20:08:33.856770 [ 5 ] {649d5fab-3f24-46ca-a1f6-96d74af070e3} <Debug> TCPHandler: Processed in 0.001910331 sec.
7915 2025.03.22 20:08:33.857032 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7916 2025.03.22 20:08:33.857360 [ 5 ] {beb29666-d79b-4c84-9c23-7d08dd19a624} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7917 2025.03.22 20:08:33.857473 [ 5 ] {beb29666-d79b-4c84-9c23-7d08dd19a624} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7918 2025.03.22 20:08:33.858063 [ 5 ] {beb29666-d79b-4c84-9c23-7d08dd19a624} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7919 2025.03.22 20:08:33.858103 [ 5 ] {beb29666-d79b-4c84-9c23-7d08dd19a624} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7920 2025.03.22 20:08:33.858456 [ 5 ] {beb29666-d79b-4c84-9c23-7d08dd19a624} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
7921 2025.03.22 20:08:33.858691 [ 5 ] {beb29666-d79b-4c84-9c23-7d08dd19a624} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7922 2025.03.22 20:08:33.858884 [ 5 ] {beb29666-d79b-4c84-9c23-7d08dd19a624} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.001642 sec., 46894.03166869671 rows/sec., 3.66 MiB/sec.
7923 2025.03.22 20:08:33.858981 [ 5 ] {beb29666-d79b-4c84-9c23-7d08dd19a624} <Debug> TCPHandler: Processed in 0.002050663 sec.
7924 2025.03.22 20:08:33.859146 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7925 2025.03.22 20:08:33.859331 [ 5 ] {ebe0564c-991a-4d13-839e-782e83a8af09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7926 2025.03.22 20:08:33.859380 [ 5 ] {ebe0564c-991a-4d13-839e-782e83a8af09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7927 2025.03.22 20:08:33.859911 [ 5 ] {ebe0564c-991a-4d13-839e-782e83a8af09} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7928 2025.03.22 20:08:33.859948 [ 5 ] {ebe0564c-991a-4d13-839e-782e83a8af09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7929 2025.03.22 20:08:33.860329 [ 5 ] {ebe0564c-991a-4d13-839e-782e83a8af09} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
7930 2025.03.22 20:08:33.860558 [ 5 ] {ebe0564c-991a-4d13-839e-782e83a8af09} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7931 2025.03.22 20:08:33.860746 [ 5 ] {ebe0564c-991a-4d13-839e-782e83a8af09} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001456 sec., 109890.10989010989 rows/sec., 7.65 MiB/sec.
7932 2025.03.22 20:08:33.860824 [ 5 ] {ebe0564c-991a-4d13-839e-782e83a8af09} <Debug> TCPHandler: Processed in 0.001780908 sec.
7933 2025.03.22 20:08:33.861099 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7934 2025.03.22 20:08:33.861416 [ 5 ] {b88e0187-1dc3-4845-b7a6-08106bf6f5a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7935 2025.03.22 20:08:33.861674 [ 5 ] {b88e0187-1dc3-4845-b7a6-08106bf6f5a8} <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
7936 2025.03.22 20:08:33.862780 [ 5 ] {b88e0187-1dc3-4845-b7a6-08106bf6f5a8} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7937 2025.03.22 20:08:33.862817 [ 5 ] {b88e0187-1dc3-4845-b7a6-08106bf6f5a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7938 2025.03.22 20:08:33.863415 [ 5 ] {b88e0187-1dc3-4845-b7a6-08106bf6f5a8} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
7939 2025.03.22 20:08:33.863666 [ 5 ] {b88e0187-1dc3-4845-b7a6-08106bf6f5a8} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7940 2025.03.22 20:08:33.863880 [ 5 ] {b88e0187-1dc3-4845-b7a6-08106bf6f5a8} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002582 sec., 5034.856700232378 rows/sec., 9.02 MiB/sec.
7941 2025.03.22 20:08:33.864143 [ 5 ] {b88e0187-1dc3-4845-b7a6-08106bf6f5a8} <Debug> TCPHandler: Processed in 0.003146157 sec.
7942 2025.03.22 20:08:33.864331 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7943 2025.03.22 20:08:33.864434 [ 5 ] {7fce3768-a40a-4689-85f2-e163052a75e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7944 2025.03.22 20:08:33.864479 [ 5 ] {7fce3768-a40a-4689-85f2-e163052a75e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7945 2025.03.22 20:08:33.864915 [ 5 ] {7fce3768-a40a-4689-85f2-e163052a75e0} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7946 2025.03.22 20:08:33.864952 [ 5 ] {7fce3768-a40a-4689-85f2-e163052a75e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7947 2025.03.22 20:08:33.865301 [ 5 ] {7fce3768-a40a-4689-85f2-e163052a75e0} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
7948 2025.03.22 20:08:33.865529 [ 5 ] {7fce3768-a40a-4689-85f2-e163052a75e0} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7949 2025.03.22 20:08:33.865705 [ 5 ] {7fce3768-a40a-4689-85f2-e163052a75e0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001294 sec., 46367.851622874805 rows/sec., 3.12 MiB/sec.
7950 2025.03.22 20:08:33.865752 [ 5 ] {7fce3768-a40a-4689-85f2-e163052a75e0} <Debug> TCPHandler: Processed in 0.001482221 sec.
7951 2025.03.22 20:08:34.486015 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 332
7952 2025.03.22 20:08:34.506458 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7953 2025.03.22 20:08:34.506524 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7954 2025.03.22 20:08:34.513818 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
7955 2025.03.22 20:08:34.514593 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7956 2025.03.22 20:08:34.517226 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 332
7957 2025.03.22 20:08:38.853413 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7958 2025.03.22 20:08:38.853627 [ 5 ] {b0e826d1-0b60-49f5-9824-71b8094d88d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
7959 2025.03.22 20:08:38.853705 [ 5 ] {b0e826d1-0b60-49f5-9824-71b8094d88d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
7960 2025.03.22 20:08:38.854499 [ 5 ] {b0e826d1-0b60-49f5-9824-71b8094d88d2} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7961 2025.03.22 20:08:38.854561 [ 5 ] {b0e826d1-0b60-49f5-9824-71b8094d88d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7962 2025.03.22 20:08:38.855033 [ 5 ] {b0e826d1-0b60-49f5-9824-71b8094d88d2} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
7963 2025.03.22 20:08:38.855297 [ 5 ] {b0e826d1-0b60-49f5-9824-71b8094d88d2} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7964 2025.03.22 20:08:38.855589 [ 5 ] {b0e826d1-0b60-49f5-9824-71b8094d88d2} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002006 sec., 997.0089730807578 rows/sec., 81.30 KiB/sec.
7965 2025.03.22 20:08:38.855790 [ 5 ] {b0e826d1-0b60-49f5-9824-71b8094d88d2} <Debug> TCPHandler: Processed in 0.002522904 sec.
7966 2025.03.22 20:08:38.855945 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7967 2025.03.22 20:08:38.856062 [ 5 ] {233b8a40-570f-48d0-b89d-b3b18ee35a9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7968 2025.03.22 20:08:38.856138 [ 5 ] {233b8a40-570f-48d0-b89d-b3b18ee35a9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7969 2025.03.22 20:08:38.856833 [ 5 ] {233b8a40-570f-48d0-b89d-b3b18ee35a9e} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7970 2025.03.22 20:08:38.856876 [ 5 ] {233b8a40-570f-48d0-b89d-b3b18ee35a9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7971 2025.03.22 20:08:38.857250 [ 5 ] {233b8a40-570f-48d0-b89d-b3b18ee35a9e} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
7972 2025.03.22 20:08:38.857503 [ 5 ] {233b8a40-570f-48d0-b89d-b3b18ee35a9e} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7973 2025.03.22 20:08:38.857679 [ 79 ] {} <Debug> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
7974 2025.03.22 20:08:38.857734 [ 5 ] {233b8a40-570f-48d0-b89d-b3b18ee35a9e} <Debug> executeQuery: Read 109 rows, 9.32 KiB in 0.001698 sec., 64193.168433451116 rows/sec., 5.36 MiB/sec.
7975 2025.03.22 20:08:38.857753 [ 79 ] {} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7976 2025.03.22 20:08:38.857816 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7977 2025.03.22 20:08:38.857870 [ 5 ] {233b8a40-570f-48d0-b89d-b3b18ee35a9e} <Debug> TCPHandler: Processed in 0.001975033 sec.
7978 2025.03.22 20:08:38.858127 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7979 2025.03.22 20:08:38.858186 [ 190 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::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
7980 2025.03.22 20:08:38.858426 [ 5 ] {ca91d311-845e-45fc-8543-c23c16279b29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7981 2025.03.22 20:08:38.858605 [ 5 ] {ca91d311-845e-45fc-8543-c23c16279b29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7982 2025.03.22 20:08:38.858832 [ 190 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7983 2025.03.22 20:08:38.859013 [ 190 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1403 rows starting from the beginning of the part
7984 2025.03.22 20:08:38.859523 [ 190 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 1349 rows starting from the beginning of the part
7985 2025.03.22 20:08:38.859859 [ 190 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 56 rows starting from the beginning of the part
7986 2025.03.22 20:08:38.860247 [ 190 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 108 rows starting from the beginning of the part
7987 2025.03.22 20:08:38.860568 [ 190 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 82 rows starting from the beginning of the part
7988 2025.03.22 20:08:38.860938 [ 190 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 109 rows starting from the beginning of the part
7989 2025.03.22 20:08:38.861904 [ 5 ] {ca91d311-845e-45fc-8543-c23c16279b29} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7990 2025.03.22 20:08:38.861982 [ 5 ] {ca91d311-845e-45fc-8543-c23c16279b29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7991 2025.03.22 20:08:38.862883 [ 5 ] {ca91d311-845e-45fc-8543-c23c16279b29} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
7992 2025.03.22 20:08:38.863425 [ 5 ] {ca91d311-845e-45fc-8543-c23c16279b29} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7993 2025.03.22 20:08:38.863726 [ 79 ] {} <Debug> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
7994 2025.03.22 20:08:38.863811 [ 79 ] {} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7995 2025.03.22 20:08:38.863829 [ 5 ] {ca91d311-845e-45fc-8543-c23c16279b29} <Debug> executeQuery: Read 28 rows, 2.09 KiB in 0.005501 sec., 5089.983639338302 rows/sec., 380.79 KiB/sec.
7996 2025.03.22 20:08:38.863869 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
7997 2025.03.22 20:08:38.864034 [ 5 ] {ca91d311-845e-45fc-8543-c23c16279b29} <Debug> TCPHandler: Processed in 0.006005437 sec.
7998 2025.03.22 20:08:38.864179 [ 196 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::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
7999 2025.03.22 20:08:38.864310 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8000 2025.03.22 20:08:38.864662 [ 5 ] {f71d6d4e-87ed-4d92-b9ef-8a9170f0f809} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8001 2025.03.22 20:08:38.864826 [ 5 ] {f71d6d4e-87ed-4d92-b9ef-8a9170f0f809} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8002 2025.03.22 20:08:38.865006 [ 196 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8003 2025.03.22 20:08:38.865136 [ 188 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3107 rows, containing 5 columns (5 merged, 0 gathered) in 0.007167643 sec., 433475.8301996905 rows/sec., 37.75 MiB/sec.
8004 2025.03.22 20:08:38.865149 [ 196 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 69 rows starting from the beginning of the part
8005 2025.03.22 20:08:38.865544 [ 196 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::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
8006 2025.03.22 20:08:38.865617 [ 188 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
8007 2025.03.22 20:08:38.866089 [ 196 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 39 rows starting from the beginning of the part
8008 2025.03.22 20:08:38.866560 [ 196 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 26 rows starting from the beginning of the part
8009 2025.03.22 20:08:38.867113 [ 188 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_76_15} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8010 2025.03.22 20:08:38.867157 [ 196 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 13 rows starting from the beginning of the part
8011 2025.03.22 20:08:38.867606 [ 188 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_76_15} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
8012 2025.03.22 20:08:38.867668 [ 196 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 28 rows starting from the beginning of the part
8013 2025.03.22 20:08:38.868076 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB.
8014 2025.03.22 20:08:38.868965 [ 5 ] {f71d6d4e-87ed-4d92-b9ef-8a9170f0f809} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8015 2025.03.22 20:08:38.869039 [ 5 ] {f71d6d4e-87ed-4d92-b9ef-8a9170f0f809} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
8016 2025.03.22 20:08:38.870056 [ 5 ] {f71d6d4e-87ed-4d92-b9ef-8a9170f0f809} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
8017 2025.03.22 20:08:38.870561 [ 196 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 201 rows, containing 5 columns (5 merged, 0 gathered) in 0.006533819 sec., 30763.01930004489 rows/sec., 2.37 MiB/sec.
8018 2025.03.22 20:08:38.870610 [ 5 ] {f71d6d4e-87ed-4d92-b9ef-8a9170f0f809} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8019 2025.03.22 20:08:38.870777 [ 196 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
8020 2025.03.22 20:08:38.870994 [ 79 ] {} <Debug> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
8021 2025.03.22 20:08:38.871111 [ 79 ] {} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8022 2025.03.22 20:08:38.871171 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
8023 2025.03.22 20:08:38.871197 [ 5 ] {f71d6d4e-87ed-4d92-b9ef-8a9170f0f809} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.006647 sec., 13840.83044982699 rows/sec., 1.08 MiB/sec.
8024 2025.03.22 20:08:38.871608 [ 5 ] {f71d6d4e-87ed-4d92-b9ef-8a9170f0f809} <Debug> TCPHandler: Processed in 0.007413517 sec.
8025 2025.03.22 20:08:38.871659 [ 189 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::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
8026 2025.03.22 20:08:38.872043 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8027 2025.03.22 20:08:38.872262 [ 189 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8028 2025.03.22 20:08:38.872375 [ 189 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 631 rows starting from the beginning of the part
8029 2025.03.22 20:08:38.872402 [ 5 ] {aca9d28d-8a28-4f10-9aa9-7a7f7b459171} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8030 2025.03.22 20:08:38.872666 [ 5 ] {aca9d28d-8a28-4f10-9aa9-7a7f7b459171} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8031 2025.03.22 20:08:38.873111 [ 189 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 583 rows starting from the beginning of the part
8032 2025.03.22 20:08:38.873781 [ 189 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 64 rows starting from the beginning of the part
8033 2025.03.22 20:08:38.874390 [ 189 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 90 rows starting from the beginning of the part
8034 2025.03.22 20:08:38.874560 [ 196 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_61_12} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8035 2025.03.22 20:08:38.874882 [ 189 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 77 rows starting from the beginning of the part
8036 2025.03.22 20:08:38.875090 [ 196 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_61_12} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
8037 2025.03.22 20:08:38.875442 [ 189 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 92 rows starting from the beginning of the part
8038 2025.03.22 20:08:38.875520 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
8039 2025.03.22 20:08:38.876649 [ 5 ] {aca9d28d-8a28-4f10-9aa9-7a7f7b459171} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8040 2025.03.22 20:08:38.876694 [ 5 ] {aca9d28d-8a28-4f10-9aa9-7a7f7b459171} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
8041 2025.03.22 20:08:38.877270 [ 5 ] {aca9d28d-8a28-4f10-9aa9-7a7f7b459171} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
8042 2025.03.22 20:08:38.877527 [ 5 ] {aca9d28d-8a28-4f10-9aa9-7a7f7b459171} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8043 2025.03.22 20:08:38.877750 [ 79 ] {} <Debug> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
8044 2025.03.22 20:08:38.877869 [ 79 ] {} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8045 2025.03.22 20:08:38.877993 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
8046 2025.03.22 20:08:38.878128 [ 5 ] {aca9d28d-8a28-4f10-9aa9-7a7f7b459171} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.00582 sec., 27663.23024054983 rows/sec., 1.93 MiB/sec.
8047 2025.03.22 20:08:38.878327 [ 189 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1537 rows, containing 5 columns (5 merged, 0 gathered) in 0.007023369 sec., 218840.84404507297 rows/sec., 17.43 MiB/sec.
8048 2025.03.22 20:08:38.878606 [ 5 ] {aca9d28d-8a28-4f10-9aa9-7a7f7b459171} <Debug> TCPHandler: Processed in 0.006716853 sec.
8049 2025.03.22 20:08:38.878791 [ 189 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
8050 2025.03.22 20:08:38.879093 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8051 2025.03.22 20:08:38.879411 [ 5 ] {d9422ba3-ec41-4f81-aed5-0d8b8c9a5c1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8052 2025.03.22 20:08:38.879461 [ 186 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::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
8053 2025.03.22 20:08:38.879865 [ 5 ] {d9422ba3-ec41-4f81-aed5-0d8b8c9a5c1b} <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
8054 2025.03.22 20:08:38.879972 [ 189 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_76_15} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8055 2025.03.22 20:08:38.880320 [ 189 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_76_15} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
8056 2025.03.22 20:08:38.880604 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB.
8057 2025.03.22 20:08:38.881222 [ 186 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8058 2025.03.22 20:08:38.881329 [ 186 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_71_14, total 19525 rows starting from the beginning of the part
8059 2025.03.22 20:08:38.881694 [ 186 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 1017 rows starting from the beginning of the part
8060 2025.03.22 20:08:38.882089 [ 186 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 32 rows starting from the beginning of the part
8061 2025.03.22 20:08:38.882457 [ 186 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 160 rows starting from the beginning of the part
8062 2025.03.22 20:08:38.882803 [ 186 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 160 rows starting from the beginning of the part
8063 2025.03.22 20:08:38.883219 [ 186 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 161 rows starting from the beginning of the part
8064 2025.03.22 20:08:38.885218 [ 5 ] {d9422ba3-ec41-4f81-aed5-0d8b8c9a5c1b} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8065 2025.03.22 20:08:38.885263 [ 5 ] {d9422ba3-ec41-4f81-aed5-0d8b8c9a5c1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
8066 2025.03.22 20:08:38.887241 [ 5 ] {d9422ba3-ec41-4f81-aed5-0d8b8c9a5c1b} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
8067 2025.03.22 20:08:38.887549 [ 5 ] {d9422ba3-ec41-4f81-aed5-0d8b8c9a5c1b} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8068 2025.03.22 20:08:38.887732 [ 79 ] {} <Debug> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
8069 2025.03.22 20:08:38.887919 [ 79 ] {} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8070 2025.03.22 20:08:38.887988 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
8071 2025.03.22 20:08:38.888074 [ 5 ] {d9422ba3-ec41-4f81-aed5-0d8b8c9a5c1b} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.008748 sec., 2972.107910379515 rows/sec., 5.33 MiB/sec.
8072 2025.03.22 20:08:38.888399 [ 194 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::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
8073 2025.03.22 20:08:38.889089 [ 5 ] {d9422ba3-ec41-4f81-aed5-0d8b8c9a5c1b} <Debug> TCPHandler: Processed in 0.010131955 sec.
8074 2025.03.22 20:08:38.889657 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8075 2025.03.22 20:08:38.890041 [ 5 ] {cba5eaf2-63e7-4e46-8e74-d29da7b859fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8076 2025.03.22 20:08:38.890177 [ 5 ] {cba5eaf2-63e7-4e46-8e74-d29da7b859fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8077 2025.03.22 20:08:38.890200 [ 194 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8078 2025.03.22 20:08:38.890431 [ 194 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1049 rows starting from the beginning of the part
8079 2025.03.22 20:08:38.891292 [ 194 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::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
8080 2025.03.22 20:08:38.892240 [ 194 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 13 rows starting from the beginning of the part
8081 2025.03.22 20:08:38.893179 [ 194 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 26 rows starting from the beginning of the part
8082 2025.03.22 20:08:38.893221 [ 5 ] {cba5eaf2-63e7-4e46-8e74-d29da7b859fa} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8083 2025.03.22 20:08:38.893300 [ 5 ] {cba5eaf2-63e7-4e46-8e74-d29da7b859fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
8084 2025.03.22 20:08:38.894063 [ 194 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 13 rows starting from the beginning of the part
8085 2025.03.22 20:08:38.895285 [ 194 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 26 rows starting from the beginning of the part
8086 2025.03.22 20:08:38.895649 [ 5 ] {cba5eaf2-63e7-4e46-8e74-d29da7b859fa} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
8087 2025.03.22 20:08:38.895980 [ 192 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21055 rows, containing 5 columns (5 merged, 0 gathered) in 0.017659135 sec., 1192300.7553880755 rows/sec., 81.71 MiB/sec.
8088 2025.03.22 20:08:38.896634 [ 198 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
8089 2025.03.22 20:08:38.896679 [ 5 ] {cba5eaf2-63e7-4e46-8e74-d29da7b859fa} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8090 2025.03.22 20:08:38.897308 [ 79 ] {} <Debug> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
8091 2025.03.22 20:08:38.897445 [ 79 ] {} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8092 2025.03.22 20:08:38.897528 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
8093 2025.03.22 20:08:38.897683 [ 5 ] {cba5eaf2-63e7-4e46-8e74-d29da7b859fa} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.007736 sec., 7755.946225439504 rows/sec., 535.24 KiB/sec.
8094 2025.03.22 20:08:38.898082 [ 5 ] {cba5eaf2-63e7-4e46-8e74-d29da7b859fa} <Debug> TCPHandler: Processed in 0.008547242 sec.
8095 2025.03.22 20:08:38.898245 [ 192 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::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
8096 2025.03.22 20:08:38.898486 [ 198 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8097 2025.03.22 20:08:38.899009 [ 198 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
8098 2025.03.22 20:08:38.899194 [ 192 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8099 2025.03.22 20:08:38.899462 [ 192 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 3636 rows starting from the beginning of the part
8100 2025.03.22 20:08:38.899470 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.23 MiB.
8101 2025.03.22 20:08:38.899978 [ 192 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 48 rows starting from the beginning of the part
8102 2025.03.22 20:08:38.900358 [ 192 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 12 rows starting from the beginning of the part
8103 2025.03.22 20:08:38.900748 [ 192 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 60 rows starting from the beginning of the part
8104 2025.03.22 20:08:38.901067 [ 192 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 60 rows starting from the beginning of the part
8105 2025.03.22 20:08:38.901381 [ 192 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 60 rows starting from the beginning of the part
8106 2025.03.22 20:08:38.904055 [ 192 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3876 rows, containing 4 columns (4 merged, 0 gathered) in 0.006268433 sec., 618336.3529609393 rows/sec., 41.69 MiB/sec.
8107 2025.03.22 20:08:38.904534 [ 192 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
8108 2025.03.22 20:08:38.905181 [ 192 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_76_15} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8109 2025.03.22 20:08:38.905382 [ 192 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_76_15} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
8110 2025.03.22 20:08:38.905580 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB.
8111 2025.03.22 20:08:38.908512 [ 192 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1153 rows, containing 19 columns (19 merged, 0 gathered) in 0.020404383 sec., 56507.46704764363 rows/sec., 101.26 MiB/sec.
8112 2025.03.22 20:08:38.909968 [ 192 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
8113 2025.03.22 20:08:38.910381 [ 192 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8114 2025.03.22 20:08:38.910467 [ 192 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
8115 2025.03.22 20:08:38.910627 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.39 MiB.
8116 2025.03.22 20:08:39.000219 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 218.91 MiB, peak 230.27 MiB, free memory in arenas 0.00 B, will set to 220.73 MiB (RSS), difference: 1.81 MiB
8117 2025.03.22 20:08:40.484191 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 20679
8118 2025.03.22 20:08:40.484914 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8119 2025.03.22 20:08:40.484974 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
8120 2025.03.22 20:08:40.485606 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
8121 2025.03.22 20:08:40.485893 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8122 2025.03.22 20:08:40.486162 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20679
8123 2025.03.22 20:08:42.018254 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 340
8124 2025.03.22 20:08:42.038943 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8125 2025.03.22 20:08:42.038986 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
8126 2025.03.22 20:08:42.046386 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
8127 2025.03.22 20:08:42.047173 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8128 2025.03.22 20:08:42.049664 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 340
8129 2025.03.22 20:08:43.096514 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1116
8130 2025.03.22 20:08:43.099517 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8131 2025.03.22 20:08:43.099566 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
8132 2025.03.22 20:08:43.101052 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
8133 2025.03.22 20:08:43.101370 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8134 2025.03.22 20:08:43.102626 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1116
8135 2025.03.22 20:08:43.852773 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8136 2025.03.22 20:08:43.852963 [ 5 ] {da89f91d-a260-4236-8d42-c35f0579607f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8137 2025.03.22 20:08:43.853037 [ 5 ] {da89f91d-a260-4236-8d42-c35f0579607f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8138 2025.03.22 20:08:43.853922 [ 5 ] {da89f91d-a260-4236-8d42-c35f0579607f} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8139 2025.03.22 20:08:43.853973 [ 5 ] {da89f91d-a260-4236-8d42-c35f0579607f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
8140 2025.03.22 20:08:43.854411 [ 5 ] {da89f91d-a260-4236-8d42-c35f0579607f} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
8141 2025.03.22 20:08:43.854665 [ 5 ] {da89f91d-a260-4236-8d42-c35f0579607f} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8142 2025.03.22 20:08:43.854911 [ 5 ] {da89f91d-a260-4236-8d42-c35f0579607f} <Debug> executeQuery: Read 82 rows, 6.94 KiB in 0.002001 sec., 40979.51024487756 rows/sec., 3.39 MiB/sec.
8143 2025.03.22 20:08:43.854983 [ 5 ] {da89f91d-a260-4236-8d42-c35f0579607f} <Debug> TCPHandler: Processed in 0.002336529 sec.
8144 2025.03.22 20:08:43.855117 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8145 2025.03.22 20:08:43.855245 [ 5 ] {b668a643-2b39-490d-a24d-c6a0f532aac0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8146 2025.03.22 20:08:43.855297 [ 5 ] {b668a643-2b39-490d-a24d-c6a0f532aac0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8147 2025.03.22 20:08:43.855868 [ 5 ] {b668a643-2b39-490d-a24d-c6a0f532aac0} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8148 2025.03.22 20:08:43.855912 [ 5 ] {b668a643-2b39-490d-a24d-c6a0f532aac0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
8149 2025.03.22 20:08:43.856293 [ 5 ] {b668a643-2b39-490d-a24d-c6a0f532aac0} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
8150 2025.03.22 20:08:43.856529 [ 5 ] {b668a643-2b39-490d-a24d-c6a0f532aac0} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8151 2025.03.22 20:08:43.856744 [ 5 ] {b668a643-2b39-490d-a24d-c6a0f532aac0} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.001528 sec., 8507.85340314136 rows/sec., 639.75 KiB/sec.
8152 2025.03.22 20:08:43.856804 [ 5 ] {b668a643-2b39-490d-a24d-c6a0f532aac0} <Debug> TCPHandler: Processed in 0.001744567 sec.
8153 2025.03.22 20:08:43.856950 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8154 2025.03.22 20:08:43.857062 [ 5 ] {88ec8871-4e03-4417-92db-35c3e13ce0e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8155 2025.03.22 20:08:43.857111 [ 5 ] {88ec8871-4e03-4417-92db-35c3e13ce0e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8156 2025.03.22 20:08:43.857681 [ 5 ] {88ec8871-4e03-4417-92db-35c3e13ce0e9} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8157 2025.03.22 20:08:43.857723 [ 5 ] {88ec8871-4e03-4417-92db-35c3e13ce0e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
8158 2025.03.22 20:08:43.858082 [ 5 ] {88ec8871-4e03-4417-92db-35c3e13ce0e9} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
8159 2025.03.22 20:08:43.858320 [ 5 ] {88ec8871-4e03-4417-92db-35c3e13ce0e9} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8160 2025.03.22 20:08:43.858537 [ 5 ] {88ec8871-4e03-4417-92db-35c3e13ce0e9} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.001502 sec., 51264.98002663116 rows/sec., 4.00 MiB/sec.
8161 2025.03.22 20:08:43.858589 [ 5 ] {88ec8871-4e03-4417-92db-35c3e13ce0e9} <Debug> TCPHandler: Processed in 0.001690356 sec.
8162 2025.03.22 20:08:43.858705 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8163 2025.03.22 20:08:43.858813 [ 5 ] {08f2265e-6e4c-46f5-bc10-39cd6be92f57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8164 2025.03.22 20:08:43.858865 [ 5 ] {08f2265e-6e4c-46f5-bc10-39cd6be92f57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8165 2025.03.22 20:08:43.859402 [ 5 ] {08f2265e-6e4c-46f5-bc10-39cd6be92f57} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8166 2025.03.22 20:08:43.859444 [ 5 ] {08f2265e-6e4c-46f5-bc10-39cd6be92f57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
8167 2025.03.22 20:08:43.859827 [ 5 ] {08f2265e-6e4c-46f5-bc10-39cd6be92f57} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
8168 2025.03.22 20:08:43.860062 [ 5 ] {08f2265e-6e4c-46f5-bc10-39cd6be92f57} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8169 2025.03.22 20:08:43.860280 [ 5 ] {08f2265e-6e4c-46f5-bc10-39cd6be92f57} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001489 sec., 107454.66756212222 rows/sec., 7.48 MiB/sec.
8170 2025.03.22 20:08:43.860333 [ 5 ] {08f2265e-6e4c-46f5-bc10-39cd6be92f57} <Debug> TCPHandler: Processed in 0.001679976 sec.
8171 2025.03.22 20:08:43.860437 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8172 2025.03.22 20:08:43.860540 [ 5 ] {ccc6f7c7-da16-4948-9669-960719ddea40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8173 2025.03.22 20:08:43.860606 [ 5 ] {ccc6f7c7-da16-4948-9669-960719ddea40} <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
8174 2025.03.22 20:08:43.861685 [ 5 ] {ccc6f7c7-da16-4948-9669-960719ddea40} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8175 2025.03.22 20:08:43.861726 [ 5 ] {ccc6f7c7-da16-4948-9669-960719ddea40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
8176 2025.03.22 20:08:43.862348 [ 5 ] {ccc6f7c7-da16-4948-9669-960719ddea40} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
8177 2025.03.22 20:08:43.862610 [ 5 ] {ccc6f7c7-da16-4948-9669-960719ddea40} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8178 2025.03.22 20:08:43.862904 [ 5 ] {ccc6f7c7-da16-4948-9669-960719ddea40} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002376 sec., 5471.380471380471 rows/sec., 9.80 MiB/sec.
8179 2025.03.22 20:08:43.863347 [ 5 ] {ccc6f7c7-da16-4948-9669-960719ddea40} <Debug> TCPHandler: Processed in 0.002955423 sec.
8180 2025.03.22 20:08:43.863684 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8181 2025.03.22 20:08:43.863796 [ 5 ] {07d46e9c-52dd-469b-9c79-4ae898325e73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8182 2025.03.22 20:08:43.863845 [ 5 ] {07d46e9c-52dd-469b-9c79-4ae898325e73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8183 2025.03.22 20:08:43.864333 [ 5 ] {07d46e9c-52dd-469b-9c79-4ae898325e73} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8184 2025.03.22 20:08:43.864373 [ 5 ] {07d46e9c-52dd-469b-9c79-4ae898325e73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
8185 2025.03.22 20:08:43.864738 [ 5 ] {07d46e9c-52dd-469b-9c79-4ae898325e73} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
8186 2025.03.22 20:08:43.864970 [ 5 ] {07d46e9c-52dd-469b-9c79-4ae898325e73} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8187 2025.03.22 20:08:43.865186 [ 5 ] {07d46e9c-52dd-469b-9c79-4ae898325e73} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001414 sec., 42432.81471004244 rows/sec., 2.86 MiB/sec.
8188 2025.03.22 20:08:43.865236 [ 5 ] {07d46e9c-52dd-469b-9c79-4ae898325e73} <Debug> TCPHandler: Processed in 0.001642445 sec.
8189 2025.03.22 20:08:47.795616 [ 64 ] {} <Debug> DNSResolver: Updating DNS cache
8190 2025.03.22 20:08:47.795711 [ 64 ] {} <Debug> DNSResolver: Updated DNS cache
8191 2025.03.22 20:08:47.987283 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 21106
8192 2025.03.22 20:08:47.987910 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8193 2025.03.22 20:08:47.987952 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
8194 2025.03.22 20:08:47.988482 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
8195 2025.03.22 20:08:47.988732 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8196 2025.03.22 20:08:47.988952 [ 63 ] {} <Debug> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
8197 2025.03.22 20:08:47.988975 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21106
8198 2025.03.22 20:08:47.989034 [ 63 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8199 2025.03.22 20:08:47.989063 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
8200 2025.03.22 20:08:47.989196 [ 193 ] {6f3f2c82-38dd-415f-af08-560485366d9f::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
8201 2025.03.22 20:08:47.989348 [ 193 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8202 2025.03.22 20:08:47.989392 [ 193 ] {6f3f2c82-38dd-415f-af08-560485366d9f::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
8203 2025.03.22 20:08:47.989467 [ 193 ] {6f3f2c82-38dd-415f-af08-560485366d9f::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
8204 2025.03.22 20:08:47.989579 [ 193 ] {6f3f2c82-38dd-415f-af08-560485366d9f::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
8205 2025.03.22 20:08:47.989696 [ 193 ] {6f3f2c82-38dd-415f-af08-560485366d9f::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
8206 2025.03.22 20:08:47.989789 [ 193 ] {6f3f2c82-38dd-415f-af08-560485366d9f::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
8207 2025.03.22 20:08:47.989868 [ 193 ] {6f3f2c82-38dd-415f-af08-560485366d9f::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
8208 2025.03.22 20:08:47.992136 [ 201 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21106 rows, containing 4 columns (4 merged, 0 gathered) in 0.003003704 sec., 7026657.753227349 rows/sec., 100.52 MiB/sec.
8209 2025.03.22 20:08:47.992579 [ 191 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
8210 2025.03.22 20:08:47.992990 [ 191 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_46_9} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8211 2025.03.22 20:08:47.993099 [ 191 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_46_9} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
8212 2025.03.22 20:08:47.993237 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.67 MiB.
8213 2025.03.22 20:08:48.852729 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8214 2025.03.22 20:08:48.852978 [ 5 ] {8608b823-704d-4645-849f-524d8a87079f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8215 2025.03.22 20:08:48.853084 [ 5 ] {8608b823-704d-4645-849f-524d8a87079f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8216 2025.03.22 20:08:48.853941 [ 5 ] {8608b823-704d-4645-849f-524d8a87079f} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8217 2025.03.22 20:08:48.853991 [ 5 ] {8608b823-704d-4645-849f-524d8a87079f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
8218 2025.03.22 20:08:48.854462 [ 5 ] {8608b823-704d-4645-849f-524d8a87079f} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
8219 2025.03.22 20:08:48.854723 [ 5 ] {8608b823-704d-4645-849f-524d8a87079f} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8220 2025.03.22 20:08:48.854989 [ 5 ] {8608b823-704d-4645-849f-524d8a87079f} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.002094 sec., 51575.931232091694 rows/sec., 4.31 MiB/sec.
8221 2025.03.22 20:08:48.855053 [ 5 ] {8608b823-704d-4645-849f-524d8a87079f} <Debug> TCPHandler: Processed in 0.002462202 sec.
8222 2025.03.22 20:08:48.855182 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8223 2025.03.22 20:08:48.855297 [ 5 ] {a5d1590a-d4e6-4cdf-a0e7-e90d10182f1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8224 2025.03.22 20:08:48.855347 [ 5 ] {a5d1590a-d4e6-4cdf-a0e7-e90d10182f1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8225 2025.03.22 20:08:48.855897 [ 5 ] {a5d1590a-d4e6-4cdf-a0e7-e90d10182f1b} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8226 2025.03.22 20:08:48.855937 [ 5 ] {a5d1590a-d4e6-4cdf-a0e7-e90d10182f1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
8227 2025.03.22 20:08:48.856295 [ 5 ] {a5d1590a-d4e6-4cdf-a0e7-e90d10182f1b} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
8228 2025.03.22 20:08:48.856545 [ 5 ] {a5d1590a-d4e6-4cdf-a0e7-e90d10182f1b} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8229 2025.03.22 20:08:48.856783 [ 5 ] {a5d1590a-d4e6-4cdf-a0e7-e90d10182f1b} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001504 sec., 17287.23404255319 rows/sec., 1.27 MiB/sec.
8230 2025.03.22 20:08:48.856888 [ 5 ] {a5d1590a-d4e6-4cdf-a0e7-e90d10182f1b} <Debug> TCPHandler: Processed in 0.001750977 sec.
8231 2025.03.22 20:08:48.857129 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8232 2025.03.22 20:08:48.857331 [ 5 ] {811f9f43-3824-4d6f-896b-cd5dfa7dd9b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8233 2025.03.22 20:08:48.857383 [ 5 ] {811f9f43-3824-4d6f-896b-cd5dfa7dd9b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8234 2025.03.22 20:08:48.857972 [ 5 ] {811f9f43-3824-4d6f-896b-cd5dfa7dd9b3} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8235 2025.03.22 20:08:48.858013 [ 5 ] {811f9f43-3824-4d6f-896b-cd5dfa7dd9b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
8236 2025.03.22 20:08:48.858377 [ 5 ] {811f9f43-3824-4d6f-896b-cd5dfa7dd9b3} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
8237 2025.03.22 20:08:48.858618 [ 5 ] {811f9f43-3824-4d6f-896b-cd5dfa7dd9b3} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8238 2025.03.22 20:08:48.858844 [ 5 ] {811f9f43-3824-4d6f-896b-cd5dfa7dd9b3} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.00155 sec., 58064.51612903226 rows/sec., 4.53 MiB/sec.
8239 2025.03.22 20:08:48.858901 [ 5 ] {811f9f43-3824-4d6f-896b-cd5dfa7dd9b3} <Debug> TCPHandler: Processed in 0.001878 sec.
8240 2025.03.22 20:08:48.859020 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8241 2025.03.22 20:08:48.859128 [ 5 ] {06a8ac80-1a81-40ab-81aa-8d4ee5e05483} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8242 2025.03.22 20:08:48.859179 [ 5 ] {06a8ac80-1a81-40ab-81aa-8d4ee5e05483} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8243 2025.03.22 20:08:48.859710 [ 5 ] {06a8ac80-1a81-40ab-81aa-8d4ee5e05483} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8244 2025.03.22 20:08:48.859748 [ 5 ] {06a8ac80-1a81-40ab-81aa-8d4ee5e05483} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
8245 2025.03.22 20:08:48.860135 [ 5 ] {06a8ac80-1a81-40ab-81aa-8d4ee5e05483} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
8246 2025.03.22 20:08:48.860378 [ 5 ] {06a8ac80-1a81-40ab-81aa-8d4ee5e05483} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8247 2025.03.22 20:08:48.860609 [ 5 ] {06a8ac80-1a81-40ab-81aa-8d4ee5e05483} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001502 sec., 106524.63382157123 rows/sec., 7.42 MiB/sec.
8248 2025.03.22 20:08:48.860665 [ 5 ] {06a8ac80-1a81-40ab-81aa-8d4ee5e05483} <Debug> TCPHandler: Processed in 0.001696326 sec.
8249 2025.03.22 20:08:48.860783 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8250 2025.03.22 20:08:48.860892 [ 5 ] {79ef255b-9b55-44de-bf85-e5a6ca6d7d44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8251 2025.03.22 20:08:48.860960 [ 5 ] {79ef255b-9b55-44de-bf85-e5a6ca6d7d44} <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
8252 2025.03.22 20:08:48.862074 [ 5 ] {79ef255b-9b55-44de-bf85-e5a6ca6d7d44} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8253 2025.03.22 20:08:48.862113 [ 5 ] {79ef255b-9b55-44de-bf85-e5a6ca6d7d44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
8254 2025.03.22 20:08:48.862738 [ 5 ] {79ef255b-9b55-44de-bf85-e5a6ca6d7d44} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
8255 2025.03.22 20:08:48.863061 [ 5 ] {79ef255b-9b55-44de-bf85-e5a6ca6d7d44} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8256 2025.03.22 20:08:48.863329 [ 5 ] {79ef255b-9b55-44de-bf85-e5a6ca6d7d44} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002459 sec., 10573.403822692153 rows/sec., 18.95 MiB/sec.
8257 2025.03.22 20:08:48.863428 [ 5 ] {79ef255b-9b55-44de-bf85-e5a6ca6d7d44} <Debug> TCPHandler: Processed in 0.002694577 sec.
8258 2025.03.22 20:08:48.863585 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8259 2025.03.22 20:08:48.863694 [ 5 ] {ac7bf322-0a1f-4fab-926f-82fb0b4a4fe1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8260 2025.03.22 20:08:48.863743 [ 5 ] {ac7bf322-0a1f-4fab-926f-82fb0b4a4fe1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8261 2025.03.22 20:08:48.864205 [ 5 ] {ac7bf322-0a1f-4fab-926f-82fb0b4a4fe1} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8262 2025.03.22 20:08:48.864244 [ 5 ] {ac7bf322-0a1f-4fab-926f-82fb0b4a4fe1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
8263 2025.03.22 20:08:48.864639 [ 5 ] {ac7bf322-0a1f-4fab-926f-82fb0b4a4fe1} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
8264 2025.03.22 20:08:48.864882 [ 5 ] {ac7bf322-0a1f-4fab-926f-82fb0b4a4fe1} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8265 2025.03.22 20:08:48.865096 [ 5 ] {ac7bf322-0a1f-4fab-926f-82fb0b4a4fe1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001424 sec., 42134.83146067416 rows/sec., 2.84 MiB/sec.
8266 2025.03.22 20:08:48.865145 [ 5 ] {ac7bf322-0a1f-4fab-926f-82fb0b4a4fe1} <Debug> TCPHandler: Processed in 0.001613084 sec.
8267 2025.03.22 20:08:49.550699 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 347
8268 2025.03.22 20:08:49.571680 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8269 2025.03.22 20:08:49.571725 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
8270 2025.03.22 20:08:49.579095 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
8271 2025.03.22 20:08:49.579878 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8272 2025.03.22 20:08:49.580178 [ 59 ] {} <Debug> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
8273 2025.03.22 20:08:49.580242 [ 59 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8274 2025.03.22 20:08:49.580291 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB.
8275 2025.03.22 20:08:49.580726 [ 187 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::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
8276 2025.03.22 20:08:49.590230 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 347
8277 2025.03.22 20:08:49.591569 [ 187 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8278 2025.03.22 20:08:49.593962 [ 187 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 310 rows starting from the beginning of the part
8279 2025.03.22 20:08:49.598610 [ 187 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 7 rows starting from the beginning of the part
8280 2025.03.22 20:08:49.603389 [ 187 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 8 rows starting from the beginning of the part
8281 2025.03.22 20:08:49.608376 [ 187 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 7 rows starting from the beginning of the part
8282 2025.03.22 20:08:49.613738 [ 187 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::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
8283 2025.03.22 20:08:49.618471 [ 187 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::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
8284 2025.03.22 20:08:49.681513 [ 201 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.101121417 sec., 3431.5183696446816 rows/sec., 17.74 MiB/sec.
8285 2025.03.22 20:08:49.683811 [ 191 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
8286 2025.03.22 20:08:49.686555 [ 191 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_46_9} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8287 2025.03.22 20:08:49.686689 [ 191 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_46_9} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
8288 2025.03.22 20:08:49.688518 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB.
8289 2025.03.22 20:08:50.000205 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 221.92 MiB, peak 235.33 MiB, free memory in arenas 0.00 B, will set to 223.39 MiB (RSS), difference: 1.48 MiB
8290 2025.03.22 20:08:52.847770 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8291 2025.03.22 20:08:52.847970 [ 5 ] {c95d4a00-517f-4820-ad4b-c0bc0d8b6e2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
8292 2025.03.22 20:08:52.848042 [ 5 ] {c95d4a00-517f-4820-ad4b-c0bc0d8b6e2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
8293 2025.03.22 20:08:52.848810 [ 5 ] {c95d4a00-517f-4820-ad4b-c0bc0d8b6e2e} <Trace> oximeter.fields_i16 (264093f9-a655-4468-9a79-5d699a3bbf39): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8294 2025.03.22 20:08:52.848855 [ 5 ] {c95d4a00-517f-4820-ad4b-c0bc0d8b6e2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
8295 2025.03.22 20:08:52.849293 [ 5 ] {c95d4a00-517f-4820-ad4b-c0bc0d8b6e2e} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
8296 2025.03.22 20:08:52.849546 [ 5 ] {c95d4a00-517f-4820-ad4b-c0bc0d8b6e2e} <Trace> oximeter.fields_i16 (264093f9-a655-4468-9a79-5d699a3bbf39): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8297 2025.03.22 20:08:52.849803 [ 5 ] {c95d4a00-517f-4820-ad4b-c0bc0d8b6e2e} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001879 sec., 12772.751463544439 rows/sec., 1.06 MiB/sec.
8298 2025.03.22 20:08:52.849922 [ 5 ] {c95d4a00-517f-4820-ad4b-c0bc0d8b6e2e} <Debug> TCPHandler: Processed in 0.002275778 sec.
8299 2025.03.22 20:08:52.850039 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8300 2025.03.22 20:08:52.850145 [ 5 ] {8fbc0ac8-4e83-4ec6-9d39-8ecd1593ad5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8301 2025.03.22 20:08:52.850194 [ 5 ] {8fbc0ac8-4e83-4ec6-9d39-8ecd1593ad5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8302 2025.03.22 20:08:52.851793 [ 5 ] {8fbc0ac8-4e83-4ec6-9d39-8ecd1593ad5c} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8303 2025.03.22 20:08:52.851834 [ 5 ] {8fbc0ac8-4e83-4ec6-9d39-8ecd1593ad5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
8304 2025.03.22 20:08:52.852282 [ 5 ] {8fbc0ac8-4e83-4ec6-9d39-8ecd1593ad5c} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
8305 2025.03.22 20:08:52.852525 [ 5 ] {8fbc0ac8-4e83-4ec6-9d39-8ecd1593ad5c} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8306 2025.03.22 20:08:52.852779 [ 5 ] {8fbc0ac8-4e83-4ec6-9d39-8ecd1593ad5c} <Debug> executeQuery: Read 1342 rows, 114.49 KiB in 0.002652 sec., 506033.18250377075 rows/sec., 42.16 MiB/sec.
8307 2025.03.22 20:08:52.852879 [ 5 ] {8fbc0ac8-4e83-4ec6-9d39-8ecd1593ad5c} <Debug> TCPHandler: Processed in 0.002887301 sec.
8308 2025.03.22 20:08:52.853066 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8309 2025.03.22 20:08:52.853406 [ 5 ] {9f74d85d-b613-4cbe-8e46-4610569cb39c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8310 2025.03.22 20:08:52.853551 [ 5 ] {9f74d85d-b613-4cbe-8e46-4610569cb39c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8311 2025.03.22 20:08:52.854312 [ 5 ] {9f74d85d-b613-4cbe-8e46-4610569cb39c} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8312 2025.03.22 20:08:52.854352 [ 5 ] {9f74d85d-b613-4cbe-8e46-4610569cb39c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
8313 2025.03.22 20:08:52.854708 [ 5 ] {9f74d85d-b613-4cbe-8e46-4610569cb39c} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
8314 2025.03.22 20:08:52.854945 [ 5 ] {9f74d85d-b613-4cbe-8e46-4610569cb39c} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8315 2025.03.22 20:08:52.855160 [ 5 ] {9f74d85d-b613-4cbe-8e46-4610569cb39c} <Debug> executeQuery: Read 25 rows, 1.94 KiB in 0.001887 sec., 13248.542660307367 rows/sec., 1.00 MiB/sec.
8316 2025.03.22 20:08:52.855218 [ 5 ] {9f74d85d-b613-4cbe-8e46-4610569cb39c} <Debug> TCPHandler: Processed in 0.002239898 sec.
8317 2025.03.22 20:08:52.855347 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8318 2025.03.22 20:08:52.855452 [ 5 ] {947e0e0f-668a-4169-ad31-721f159871ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
8319 2025.03.22 20:08:52.855497 [ 5 ] {947e0e0f-668a-4169-ad31-721f159871ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8320 2025.03.22 20:08:52.856192 [ 5 ] {947e0e0f-668a-4169-ad31-721f159871ce} <Trace> oximeter.fields_u32 (ad7a5232-f0e1-40d6-acb0-24ed1d64c039): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8321 2025.03.22 20:08:52.856231 [ 5 ] {947e0e0f-668a-4169-ad31-721f159871ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
8322 2025.03.22 20:08:52.856599 [ 5 ] {947e0e0f-668a-4169-ad31-721f159871ce} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
8323 2025.03.22 20:08:52.856844 [ 5 ] {947e0e0f-668a-4169-ad31-721f159871ce} <Trace> oximeter.fields_u32 (ad7a5232-f0e1-40d6-acb0-24ed1d64c039): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8324 2025.03.22 20:08:52.857095 [ 5 ] {947e0e0f-668a-4169-ad31-721f159871ce} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001659 sec., 151898.73417721517 rows/sec., 10.51 MiB/sec.
8325 2025.03.22 20:08:52.857172 [ 5 ] {947e0e0f-668a-4169-ad31-721f159871ce} <Debug> TCPHandler: Processed in 0.00187675 sec.
8326 2025.03.22 20:08:52.857299 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8327 2025.03.22 20:08:52.857403 [ 5 ] {27bf5be7-1bc0-4c12-82da-26b526d752d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
8328 2025.03.22 20:08:52.857448 [ 5 ] {27bf5be7-1bc0-4c12-82da-26b526d752d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
8329 2025.03.22 20:08:52.857979 [ 5 ] {27bf5be7-1bc0-4c12-82da-26b526d752d1} <Trace> oximeter.fields_u8 (faaaa09d-c3bc-4a8d-ab11-77969ca3dca4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8330 2025.03.22 20:08:52.858018 [ 5 ] {27bf5be7-1bc0-4c12-82da-26b526d752d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
8331 2025.03.22 20:08:52.858368 [ 5 ] {27bf5be7-1bc0-4c12-82da-26b526d752d1} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
8332 2025.03.22 20:08:52.858605 [ 5 ] {27bf5be7-1bc0-4c12-82da-26b526d752d1} <Trace> oximeter.fields_u8 (faaaa09d-c3bc-4a8d-ab11-77969ca3dca4): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8333 2025.03.22 20:08:52.858832 [ 5 ] {27bf5be7-1bc0-4c12-82da-26b526d752d1} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.00145 sec., 8275.862068965518 rows/sec., 646.55 KiB/sec.
8334 2025.03.22 20:08:52.858932 [ 5 ] {27bf5be7-1bc0-4c12-82da-26b526d752d1} <Debug> TCPHandler: Processed in 0.001682896 sec.
8335 2025.03.22 20:08:52.859038 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8336 2025.03.22 20:08:52.859138 [ 5 ] {88cab81c-2aba-4b12-be24-cd44493df4ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8337 2025.03.22 20:08:52.859182 [ 5 ] {88cab81c-2aba-4b12-be24-cd44493df4ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8338 2025.03.22 20:08:52.860024 [ 5 ] {88cab81c-2aba-4b12-be24-cd44493df4ec} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8339 2025.03.22 20:08:52.860062 [ 5 ] {88cab81c-2aba-4b12-be24-cd44493df4ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
8340 2025.03.22 20:08:52.860440 [ 5 ] {88cab81c-2aba-4b12-be24-cd44493df4ec} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
8341 2025.03.22 20:08:52.860680 [ 5 ] {88cab81c-2aba-4b12-be24-cd44493df4ec} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8342 2025.03.22 20:08:52.860908 [ 5 ] {88cab81c-2aba-4b12-be24-cd44493df4ec} <Debug> executeQuery: Read 569 rows, 43.70 KiB in 0.001787 sec., 318410.74426412984 rows/sec., 23.88 MiB/sec.
8343 2025.03.22 20:08:52.861010 [ 5 ] {88cab81c-2aba-4b12-be24-cd44493df4ec} <Debug> TCPHandler: Processed in 0.002018273 sec.
8344 2025.03.22 20:08:52.861235 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8345 2025.03.22 20:08:52.861448 [ 5 ] {3bbb79c9-20dd-42ab-83b6-2465db8c9702} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8346 2025.03.22 20:08:52.861498 [ 5 ] {3bbb79c9-20dd-42ab-83b6-2465db8c9702} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8347 2025.03.22 20:08:52.862353 [ 5 ] {3bbb79c9-20dd-42ab-83b6-2465db8c9702} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8348 2025.03.22 20:08:52.862392 [ 5 ] {3bbb79c9-20dd-42ab-83b6-2465db8c9702} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
8349 2025.03.22 20:08:52.862829 [ 5 ] {3bbb79c9-20dd-42ab-83b6-2465db8c9702} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
8350 2025.03.22 20:08:52.863072 [ 5 ] {3bbb79c9-20dd-42ab-83b6-2465db8c9702} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8351 2025.03.22 20:08:52.863279 [ 5 ] {3bbb79c9-20dd-42ab-83b6-2465db8c9702} <Debug> executeQuery: Read 1010 rows, 69.95 KiB in 0.00188 sec., 537234.0425531915 rows/sec., 36.33 MiB/sec.
8352 2025.03.22 20:08:52.863331 [ 5 ] {3bbb79c9-20dd-42ab-83b6-2465db8c9702} <Debug> TCPHandler: Processed in 0.002201647 sec.
8353 2025.03.22 20:08:52.863446 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8354 2025.03.22 20:08:52.863549 [ 5 ] {cfdd40eb-0000-435b-8630-5ba0774ed42c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8355 2025.03.22 20:08:52.863615 [ 5 ] {cfdd40eb-0000-435b-8630-5ba0774ed42c} <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
8356 2025.03.22 20:08:52.864682 [ 5 ] {cfdd40eb-0000-435b-8630-5ba0774ed42c} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8357 2025.03.22 20:08:52.864721 [ 5 ] {cfdd40eb-0000-435b-8630-5ba0774ed42c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
8358 2025.03.22 20:08:52.865333 [ 5 ] {cfdd40eb-0000-435b-8630-5ba0774ed42c} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
8359 2025.03.22 20:08:52.865587 [ 5 ] {cfdd40eb-0000-435b-8630-5ba0774ed42c} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8360 2025.03.22 20:08:52.865822 [ 5 ] {cfdd40eb-0000-435b-8630-5ba0774ed42c} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002296 sec., 5662.020905923346 rows/sec., 10.15 MiB/sec.
8361 2025.03.22 20:08:52.865920 [ 5 ] {cfdd40eb-0000-435b-8630-5ba0774ed42c} <Debug> TCPHandler: Processed in 0.002525293 sec.
8362 2025.03.22 20:08:52.866045 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8363 2025.03.22 20:08:52.866150 [ 5 ] {caa4c04d-c9bd-4375-a70f-c1212fba4f86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8364 2025.03.22 20:08:52.866199 [ 5 ] {caa4c04d-c9bd-4375-a70f-c1212fba4f86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8365 2025.03.22 20:08:52.866645 [ 5 ] {caa4c04d-c9bd-4375-a70f-c1212fba4f86} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8366 2025.03.22 20:08:52.866683 [ 5 ] {caa4c04d-c9bd-4375-a70f-c1212fba4f86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
8367 2025.03.22 20:08:52.867037 [ 5 ] {caa4c04d-c9bd-4375-a70f-c1212fba4f86} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
8368 2025.03.22 20:08:52.867274 [ 5 ] {caa4c04d-c9bd-4375-a70f-c1212fba4f86} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8369 2025.03.22 20:08:52.867485 [ 5 ] {caa4c04d-c9bd-4375-a70f-c1212fba4f86} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001356 sec., 35398.23008849558 rows/sec., 2.39 MiB/sec.
8370 2025.03.22 20:08:52.867542 [ 5 ] {caa4c04d-c9bd-4375-a70f-c1212fba4f86} <Debug> TCPHandler: Processed in 0.001548413 sec.
8371 2025.03.22 20:08:53.103811 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 1158
8372 2025.03.22 20:08:53.107161 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8373 2025.03.22 20:08:53.107213 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
8374 2025.03.22 20:08:53.108703 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
8375 2025.03.22 20:08:53.109022 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8376 2025.03.22 20:08:53.109602 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1158
8377 2025.03.22 20:08:53.845436 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8378 2025.03.22 20:08:53.845622 [ 5 ] {32b10408-c7b0-4875-8df7-68034d411aec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8379 2025.03.22 20:08:53.845696 [ 5 ] {32b10408-c7b0-4875-8df7-68034d411aec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8380 2025.03.22 20:08:53.846466 [ 5 ] {32b10408-c7b0-4875-8df7-68034d411aec} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8381 2025.03.22 20:08:53.846516 [ 5 ] {32b10408-c7b0-4875-8df7-68034d411aec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
8382 2025.03.22 20:08:53.846940 [ 5 ] {32b10408-c7b0-4875-8df7-68034d411aec} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
8383 2025.03.22 20:08:53.847200 [ 5 ] {32b10408-c7b0-4875-8df7-68034d411aec} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8384 2025.03.22 20:08:53.847451 [ 5 ] {32b10408-c7b0-4875-8df7-68034d411aec} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00188 sec., 29787.23404255319 rows/sec., 2.27 MiB/sec.
8385 2025.03.22 20:08:53.847518 [ 5 ] {32b10408-c7b0-4875-8df7-68034d411aec} <Debug> TCPHandler: Processed in 0.002211467 sec.
8386 2025.03.22 20:08:53.847649 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8387 2025.03.22 20:08:53.847760 [ 5 ] {72141c68-e6e6-430d-a180-84922636a6e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8388 2025.03.22 20:08:53.847809 [ 5 ] {72141c68-e6e6-430d-a180-84922636a6e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8389 2025.03.22 20:08:53.848367 [ 5 ] {72141c68-e6e6-430d-a180-84922636a6e3} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8390 2025.03.22 20:08:53.848406 [ 5 ] {72141c68-e6e6-430d-a180-84922636a6e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
8391 2025.03.22 20:08:53.848756 [ 5 ] {72141c68-e6e6-430d-a180-84922636a6e3} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
8392 2025.03.22 20:08:53.848994 [ 5 ] {72141c68-e6e6-430d-a180-84922636a6e3} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8393 2025.03.22 20:08:53.849222 [ 5 ] {72141c68-e6e6-430d-a180-84922636a6e3} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001488 sec., 43010.75268817205 rows/sec., 3.36 MiB/sec.
8394 2025.03.22 20:08:53.849274 [ 5 ] {72141c68-e6e6-430d-a180-84922636a6e3} <Debug> TCPHandler: Processed in 0.001678156 sec.
8395 2025.03.22 20:08:53.849390 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8396 2025.03.22 20:08:53.849495 [ 5 ] {a008537f-3369-4926-86b0-58f09c2e47eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8397 2025.03.22 20:08:53.849544 [ 5 ] {a008537f-3369-4926-86b0-58f09c2e47eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8398 2025.03.22 20:08:53.850020 [ 5 ] {a008537f-3369-4926-86b0-58f09c2e47eb} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8399 2025.03.22 20:08:53.850060 [ 5 ] {a008537f-3369-4926-86b0-58f09c2e47eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
8400 2025.03.22 20:08:53.850435 [ 5 ] {a008537f-3369-4926-86b0-58f09c2e47eb} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
8401 2025.03.22 20:08:53.850685 [ 5 ] {a008537f-3369-4926-86b0-58f09c2e47eb} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8402 2025.03.22 20:08:53.850894 [ 5 ] {a008537f-3369-4926-86b0-58f09c2e47eb} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001423 sec., 22487.702037947998 rows/sec., 1.57 MiB/sec.
8403 2025.03.22 20:08:53.850946 [ 5 ] {a008537f-3369-4926-86b0-58f09c2e47eb} <Debug> TCPHandler: Processed in 0.001605834 sec.
8404 2025.03.22 20:08:53.851080 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8405 2025.03.22 20:08:53.851184 [ 5 ] {52d24e5c-9a30-404d-a208-f188058cdd1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8406 2025.03.22 20:08:53.851230 [ 5 ] {52d24e5c-9a30-404d-a208-f188058cdd1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8407 2025.03.22 20:08:53.851647 [ 5 ] {52d24e5c-9a30-404d-a208-f188058cdd1d} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8408 2025.03.22 20:08:53.851686 [ 5 ] {52d24e5c-9a30-404d-a208-f188058cdd1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
8409 2025.03.22 20:08:53.852037 [ 5 ] {52d24e5c-9a30-404d-a208-f188058cdd1d} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
8410 2025.03.22 20:08:53.852273 [ 5 ] {52d24e5c-9a30-404d-a208-f188058cdd1d} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8411 2025.03.22 20:08:53.852485 [ 5 ] {52d24e5c-9a30-404d-a208-f188058cdd1d} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001323 sec., 9070.2947845805 rows/sec., 625.94 KiB/sec.
8412 2025.03.22 20:08:53.852533 [ 5 ] {52d24e5c-9a30-404d-a208-f188058cdd1d} <Debug> TCPHandler: Processed in 0.001503082 sec.
8413 2025.03.22 20:08:55.490095 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 21594
8414 2025.03.22 20:08:55.490780 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8415 2025.03.22 20:08:55.490817 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
8416 2025.03.22 20:08:55.491363 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
8417 2025.03.22 20:08:55.491626 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8418 2025.03.22 20:08:55.491802 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21594
8419 2025.03.22 20:08:57.091274 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 355
8420 2025.03.22 20:08:57.110045 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8421 2025.03.22 20:08:57.110105 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
8422 2025.03.22 20:08:57.116844 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
8423 2025.03.22 20:08:57.117587 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8424 2025.03.22 20:08:57.120689 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 355
8425 2025.03.22 20:08:58.852519 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8426 2025.03.22 20:08:58.852708 [ 5 ] {4cbb0337-692e-4a11-87dc-56b7cba80185} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8427 2025.03.22 20:08:58.852781 [ 5 ] {4cbb0337-692e-4a11-87dc-56b7cba80185} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8428 2025.03.22 20:08:58.853548 [ 5 ] {4cbb0337-692e-4a11-87dc-56b7cba80185} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8429 2025.03.22 20:08:58.853600 [ 5 ] {4cbb0337-692e-4a11-87dc-56b7cba80185} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
8430 2025.03.22 20:08:58.854016 [ 5 ] {4cbb0337-692e-4a11-87dc-56b7cba80185} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
8431 2025.03.22 20:08:58.854253 [ 5 ] {4cbb0337-692e-4a11-87dc-56b7cba80185} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8432 2025.03.22 20:08:58.854512 [ 43 ] {} <Debug> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
8433 2025.03.22 20:08:58.854576 [ 5 ] {4cbb0337-692e-4a11-87dc-56b7cba80185} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.001913 sec., 56455.82854155776 rows/sec., 4.72 MiB/sec.
8434 2025.03.22 20:08:58.854589 [ 43 ] {} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8435 2025.03.22 20:08:58.854654 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
8436 2025.03.22 20:08:58.854726 [ 5 ] {4cbb0337-692e-4a11-87dc-56b7cba80185} <Debug> TCPHandler: Processed in 0.00233487 sec.
8437 2025.03.22 20:08:58.854987 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8438 2025.03.22 20:08:58.855002 [ 195 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::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
8439 2025.03.22 20:08:58.855173 [ 5 ] {7d04e7b2-2b3f-4301-b1c5-2fb1a38f3e59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8440 2025.03.22 20:08:58.855273 [ 5 ] {7d04e7b2-2b3f-4301-b1c5-2fb1a38f3e59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8441 2025.03.22 20:08:58.855489 [ 195 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8442 2025.03.22 20:08:58.855593 [ 195 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1403 rows starting from the beginning of the part
8443 2025.03.22 20:08:58.856000 [ 195 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 82 rows starting from the beginning of the part
8444 2025.03.22 20:08:58.856343 [ 195 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 108 rows starting from the beginning of the part
8445 2025.03.22 20:08:58.856668 [ 195 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 1342 rows starting from the beginning of the part
8446 2025.03.22 20:08:58.856905 [ 195 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 56 rows starting from the beginning of the part
8447 2025.03.22 20:08:58.857292 [ 195 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 108 rows starting from the beginning of the part
8448 2025.03.22 20:08:58.857965 [ 5 ] {7d04e7b2-2b3f-4301-b1c5-2fb1a38f3e59} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8449 2025.03.22 20:08:58.858021 [ 5 ] {7d04e7b2-2b3f-4301-b1c5-2fb1a38f3e59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
8450 2025.03.22 20:08:58.858874 [ 5 ] {7d04e7b2-2b3f-4301-b1c5-2fb1a38f3e59} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
8451 2025.03.22 20:08:58.859379 [ 5 ] {7d04e7b2-2b3f-4301-b1c5-2fb1a38f3e59} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8452 2025.03.22 20:08:58.859796 [ 5 ] {7d04e7b2-2b3f-4301-b1c5-2fb1a38f3e59} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.004712 sec., 5517.826825127335 rows/sec., 414.91 KiB/sec.
8453 2025.03.22 20:08:58.859878 [ 5 ] {7d04e7b2-2b3f-4301-b1c5-2fb1a38f3e59} <Debug> TCPHandler: Processed in 0.005021087 sec.
8454 2025.03.22 20:08:58.860027 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8455 2025.03.22 20:08:58.860149 [ 5 ] {7b10ed3e-1bec-4c21-9453-a2db0b67852a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8456 2025.03.22 20:08:58.860193 [ 5 ] {7b10ed3e-1bec-4c21-9453-a2db0b67852a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8457 2025.03.22 20:08:58.860909 [ 195 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3099 rows, containing 5 columns (5 merged, 0 gathered) in 0.00609719 sec., 508266.9229595929 rows/sec., 44.27 MiB/sec.
8458 2025.03.22 20:08:58.861176 [ 195 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
8459 2025.03.22 20:08:58.861749 [ 5 ] {7b10ed3e-1bec-4c21-9453-a2db0b67852a} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8460 2025.03.22 20:08:58.861793 [ 195 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_81_16} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8461 2025.03.22 20:08:58.861814 [ 5 ] {7b10ed3e-1bec-4c21-9453-a2db0b67852a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
8462 2025.03.22 20:08:58.861952 [ 195 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_81_16} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
8463 2025.03.22 20:08:58.862106 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB.
8464 2025.03.22 20:08:58.862378 [ 5 ] {7b10ed3e-1bec-4c21-9453-a2db0b67852a} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
8465 2025.03.22 20:08:58.862624 [ 5 ] {7b10ed3e-1bec-4c21-9453-a2db0b67852a} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8466 2025.03.22 20:08:58.862801 [ 43 ] {} <Debug> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
8467 2025.03.22 20:08:58.862863 [ 43 ] {} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8468 2025.03.22 20:08:58.862876 [ 5 ] {7b10ed3e-1bec-4c21-9453-a2db0b67852a} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.002709 sec., 33222.591362126244 rows/sec., 2.59 MiB/sec.
8469 2025.03.22 20:08:58.862903 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
8470 2025.03.22 20:08:58.863038 [ 5 ] {7b10ed3e-1bec-4c21-9453-a2db0b67852a} <Debug> TCPHandler: Processed in 0.003022814 sec.
8471 2025.03.22 20:08:58.863258 [ 188 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::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
8472 2025.03.22 20:08:58.863345 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8473 2025.03.22 20:08:58.863770 [ 188 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8474 2025.03.22 20:08:58.863822 [ 5 ] {0111b0fe-2415-4aed-a9a3-9f81adf15181} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8475 2025.03.22 20:08:58.863881 [ 188 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 631 rows starting from the beginning of the part
8476 2025.03.22 20:08:58.864086 [ 5 ] {0111b0fe-2415-4aed-a9a3-9f81adf15181} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8477 2025.03.22 20:08:58.864375 [ 188 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 77 rows starting from the beginning of the part
8478 2025.03.22 20:08:58.865117 [ 188 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 90 rows starting from the beginning of the part
8479 2025.03.22 20:08:58.865647 [ 188 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 569 rows starting from the beginning of the part
8480 2025.03.22 20:08:58.866017 [ 188 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 64 rows starting from the beginning of the part
8481 2025.03.22 20:08:58.866396 [ 188 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 90 rows starting from the beginning of the part
8482 2025.03.22 20:08:58.867426 [ 5 ] {0111b0fe-2415-4aed-a9a3-9f81adf15181} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8483 2025.03.22 20:08:58.867500 [ 5 ] {0111b0fe-2415-4aed-a9a3-9f81adf15181} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
8484 2025.03.22 20:08:58.868493 [ 5 ] {0111b0fe-2415-4aed-a9a3-9f81adf15181} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
8485 2025.03.22 20:08:58.868872 [ 5 ] {0111b0fe-2415-4aed-a9a3-9f81adf15181} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8486 2025.03.22 20:08:58.869252 [ 43 ] {} <Debug> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
8487 2025.03.22 20:08:58.869356 [ 43 ] {} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8488 2025.03.22 20:08:58.869451 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
8489 2025.03.22 20:08:58.869567 [ 5 ] {0111b0fe-2415-4aed-a9a3-9f81adf15181} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005886 sec., 27183.146449201497 rows/sec., 1.89 MiB/sec.
8490 2025.03.22 20:08:58.869882 [ 199 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::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
8491 2025.03.22 20:08:58.869913 [ 5 ] {0111b0fe-2415-4aed-a9a3-9f81adf15181} <Debug> TCPHandler: Processed in 0.006660771 sec.
8492 2025.03.22 20:08:58.869864 [ 198 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1521 rows, containing 5 columns (5 merged, 0 gathered) in 0.006787874 sec., 224076.0509107859 rows/sec., 17.84 MiB/sec.
8493 2025.03.22 20:08:58.870200 [ 199 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8494 2025.03.22 20:08:58.870213 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8495 2025.03.22 20:08:58.870306 [ 199 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_76_15, total 21055 rows starting from the beginning of the part
8496 2025.03.22 20:08:58.870566 [ 5 ] {d7e1de63-3ec0-4a96-ba59-e80cc3de0ba3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8497 2025.03.22 20:08:58.870646 [ 199 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 160 rows starting from the beginning of the part
8498 2025.03.22 20:08:58.870693 [ 198 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
8499 2025.03.22 20:08:58.871088 [ 5 ] {d7e1de63-3ec0-4a96-ba59-e80cc3de0ba3} <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
8500 2025.03.22 20:08:58.871118 [ 199 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 160 rows starting from the beginning of the part
8501 2025.03.22 20:08:58.871505 [ 199 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 1010 rows starting from the beginning of the part
8502 2025.03.22 20:08:58.872030 [ 199 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 32 rows starting from the beginning of the part
8503 2025.03.22 20:08:58.872505 [ 199 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 160 rows starting from the beginning of the part
8504 2025.03.22 20:08:58.873828 [ 198 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_81_16} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8505 2025.03.22 20:08:58.874289 [ 198 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_81_16} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
8506 2025.03.22 20:08:58.874833 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB.
8507 2025.03.22 20:08:58.876879 [ 5 ] {d7e1de63-3ec0-4a96-ba59-e80cc3de0ba3} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8508 2025.03.22 20:08:58.876971 [ 5 ] {d7e1de63-3ec0-4a96-ba59-e80cc3de0ba3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
8509 2025.03.22 20:08:58.878292 [ 5 ] {d7e1de63-3ec0-4a96-ba59-e80cc3de0ba3} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
8510 2025.03.22 20:08:58.878635 [ 5 ] {d7e1de63-3ec0-4a96-ba59-e80cc3de0ba3} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8511 2025.03.22 20:08:58.878894 [ 5 ] {d7e1de63-3ec0-4a96-ba59-e80cc3de0ba3} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.008492 sec., 3061.7051342439945 rows/sec., 5.49 MiB/sec.
8512 2025.03.22 20:08:58.879034 [ 5 ] {d7e1de63-3ec0-4a96-ba59-e80cc3de0ba3} <Debug> TCPHandler: Processed in 0.008925369 sec.
8513 2025.03.22 20:08:58.879177 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8514 2025.03.22 20:08:58.879281 [ 5 ] {281479b2-3d90-4702-a212-65b6601c0593} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8515 2025.03.22 20:08:58.879327 [ 5 ] {281479b2-3d90-4702-a212-65b6601c0593} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8516 2025.03.22 20:08:58.879791 [ 5 ] {281479b2-3d90-4702-a212-65b6601c0593} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8517 2025.03.22 20:08:58.879829 [ 5 ] {281479b2-3d90-4702-a212-65b6601c0593} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
8518 2025.03.22 20:08:58.880188 [ 5 ] {281479b2-3d90-4702-a212-65b6601c0593} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
8519 2025.03.22 20:08:58.880423 [ 5 ] {281479b2-3d90-4702-a212-65b6601c0593} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8520 2025.03.22 20:08:58.880583 [ 43 ] {} <Debug> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
8521 2025.03.22 20:08:58.880629 [ 43 ] {} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8522 2025.03.22 20:08:58.880667 [ 5 ] {281479b2-3d90-4702-a212-65b6601c0593} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001395 sec., 43010.75268817204 rows/sec., 2.90 MiB/sec.
8523 2025.03.22 20:08:58.880674 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
8524 2025.03.22 20:08:58.880774 [ 5 ] {281479b2-3d90-4702-a212-65b6601c0593} <Debug> TCPHandler: Processed in 0.001646325 sec.
8525 2025.03.22 20:08:58.880976 [ 197 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::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
8526 2025.03.22 20:08:58.881309 [ 197 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8527 2025.03.22 20:08:58.881446 [ 197 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 3876 rows starting from the beginning of the part
8528 2025.03.22 20:08:58.881849 [ 197 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 60 rows starting from the beginning of the part
8529 2025.03.22 20:08:58.882235 [ 197 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 60 rows starting from the beginning of the part
8530 2025.03.22 20:08:58.882590 [ 197 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 48 rows starting from the beginning of the part
8531 2025.03.22 20:08:58.882883 [ 197 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 12 rows starting from the beginning of the part
8532 2025.03.22 20:08:58.882970 [ 197 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 60 rows starting from the beginning of the part
8533 2025.03.22 20:08:58.887851 [ 192 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4116 rows, containing 4 columns (4 merged, 0 gathered) in 0.007040429 sec., 584623.465416667 rows/sec., 39.41 MiB/sec.
8534 2025.03.22 20:08:58.888376 [ 192 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
8535 2025.03.22 20:08:58.888773 [ 192 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_81_16} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8536 2025.03.22 20:08:58.888860 [ 192 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_81_16} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
8537 2025.03.22 20:08:58.889030 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.93 MiB.
8538 2025.03.22 20:08:58.890104 [ 194 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22577 rows, containing 5 columns (5 merged, 0 gathered) in 0.020553226 sec., 1098465.029285427 rows/sec., 75.27 MiB/sec.
8539 2025.03.22 20:08:58.890607 [ 192 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
8540 2025.03.22 20:08:58.890902 [ 192 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8541 2025.03.22 20:08:58.890986 [ 192 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
8542 2025.03.22 20:08:58.891083 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.35 MiB.
8543 2025.03.22 20:08:59.000333 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 223.95 MiB, peak 235.33 MiB, free memory in arenas 0.00 B, will set to 225.57 MiB (RSS), difference: 1.62 MiB
8544 2025.03.22 20:09:02.795754 [ 39 ] {} <Debug> DNSResolver: Updating DNS cache
8545 2025.03.22 20:09:02.795829 [ 39 ] {} <Debug> DNSResolver: Updated DNS cache
8546 2025.03.22 20:09:02.992103 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22021
8547 2025.03.22 20:09:02.993061 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8548 2025.03.22 20:09:02.993109 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
8549 2025.03.22 20:09:02.993652 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
8550 2025.03.22 20:09:02.993909 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8551 2025.03.22 20:09:02.994167 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22021
8552 2025.03.22 20:09:03.001370 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000985371 sec.
8553 2025.03.22 20:09:03.109982 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1178
8554 2025.03.22 20:09:03.112966 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8555 2025.03.22 20:09:03.113018 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
8556 2025.03.22 20:09:03.114501 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
8557 2025.03.22 20:09:03.114811 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8558 2025.03.22 20:09:03.115080 [ 39 ] {} <Debug> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
8559 2025.03.22 20:09:03.115238 [ 39 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8560 2025.03.22 20:09:03.115364 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
8561 2025.03.22 20:09:03.115729 [ 186 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::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
8562 2025.03.22 20:09:03.115959 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1178
8563 2025.03.22 20:09:03.116403 [ 186 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8564 2025.03.22 20:09:03.116526 [ 186 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1026 rows starting from the beginning of the part
8565 2025.03.22 20:09:03.117117 [ 186 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 44 rows starting from the beginning of the part
8566 2025.03.22 20:09:03.117863 [ 186 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 20 rows starting from the beginning of the part
8567 2025.03.22 20:09:03.119239 [ 186 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::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
8568 2025.03.22 20:09:03.119774 [ 186 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 42 rows starting from the beginning of the part
8569 2025.03.22 20:09:03.120365 [ 186 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 20 rows starting from the beginning of the part
8570 2025.03.22 20:09:03.128366 [ 189 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1178 rows, containing 72 columns (72 merged, 0 gathered) in 0.012815202 sec., 91922.07816934919 rows/sec., 72.02 MiB/sec.
8571 2025.03.22 20:09:03.129879 [ 196 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
8572 2025.03.22 20:09:03.130658 [ 196 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_36_7} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8573 2025.03.22 20:09:03.130749 [ 196 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_36_7} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
8574 2025.03.22 20:09:03.131078 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.76 MiB.
8575 2025.03.22 20:09:03.853230 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8576 2025.03.22 20:09:03.853423 [ 5 ] {9aa37922-e2b7-49c9-9484-f2625b99f13d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8577 2025.03.22 20:09:03.853500 [ 5 ] {9aa37922-e2b7-49c9-9484-f2625b99f13d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8578 2025.03.22 20:09:03.854259 [ 5 ] {9aa37922-e2b7-49c9-9484-f2625b99f13d} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8579 2025.03.22 20:09:03.854307 [ 5 ] {9aa37922-e2b7-49c9-9484-f2625b99f13d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
8580 2025.03.22 20:09:03.854756 [ 5 ] {9aa37922-e2b7-49c9-9484-f2625b99f13d} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
8581 2025.03.22 20:09:03.855014 [ 5 ] {9aa37922-e2b7-49c9-9484-f2625b99f13d} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8582 2025.03.22 20:09:03.855246 [ 5 ] {9aa37922-e2b7-49c9-9484-f2625b99f13d} <Debug> executeQuery: Read 82 rows, 6.94 KiB in 0.001877 sec., 43686.73415023975 rows/sec., 3.61 MiB/sec.
8583 2025.03.22 20:09:03.855308 [ 5 ] {9aa37922-e2b7-49c9-9484-f2625b99f13d} <Debug> TCPHandler: Processed in 0.002204537 sec.
8584 2025.03.22 20:09:03.855445 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8585 2025.03.22 20:09:03.855566 [ 5 ] {4ce8b948-df87-413f-96d2-8cc50b836b8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8586 2025.03.22 20:09:03.855615 [ 5 ] {4ce8b948-df87-413f-96d2-8cc50b836b8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8587 2025.03.22 20:09:03.856154 [ 5 ] {4ce8b948-df87-413f-96d2-8cc50b836b8a} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8588 2025.03.22 20:09:03.856194 [ 5 ] {4ce8b948-df87-413f-96d2-8cc50b836b8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
8589 2025.03.22 20:09:03.856567 [ 5 ] {4ce8b948-df87-413f-96d2-8cc50b836b8a} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
8590 2025.03.22 20:09:03.856804 [ 5 ] {4ce8b948-df87-413f-96d2-8cc50b836b8a} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8591 2025.03.22 20:09:03.856971 [ 38 ] {} <Debug> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
8592 2025.03.22 20:09:03.857037 [ 5 ] {4ce8b948-df87-413f-96d2-8cc50b836b8a} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.001496 sec., 8689.839572192514 rows/sec., 653.44 KiB/sec.
8593 2025.03.22 20:09:03.857062 [ 38 ] {} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8594 2025.03.22 20:09:03.857136 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
8595 2025.03.22 20:09:03.857161 [ 5 ] {4ce8b948-df87-413f-96d2-8cc50b836b8a} <Debug> TCPHandler: Processed in 0.001770438 sec.
8596 2025.03.22 20:09:03.857401 [ 194 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::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
8597 2025.03.22 20:09:03.857423 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8598 2025.03.22 20:09:03.857641 [ 5 ] {156d2b5e-388d-4598-a5b2-2b3e1da427db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8599 2025.03.22 20:09:03.857679 [ 194 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8600 2025.03.22 20:09:03.857730 [ 5 ] {156d2b5e-388d-4598-a5b2-2b3e1da427db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8601 2025.03.22 20:09:03.857758 [ 194 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 69 rows starting from the beginning of the part
8602 2025.03.22 20:09:03.858101 [ 194 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 13 rows starting from the beginning of the part
8603 2025.03.22 20:09:03.858428 [ 194 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 26 rows starting from the beginning of the part
8604 2025.03.22 20:09:03.858840 [ 194 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 25 rows starting from the beginning of the part
8605 2025.03.22 20:09:03.859273 [ 194 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::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
8606 2025.03.22 20:09:03.859649 [ 194 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 13 rows starting from the beginning of the part
8607 2025.03.22 20:09:03.860605 [ 5 ] {156d2b5e-388d-4598-a5b2-2b3e1da427db} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8608 2025.03.22 20:09:03.860669 [ 5 ] {156d2b5e-388d-4598-a5b2-2b3e1da427db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
8609 2025.03.22 20:09:03.861697 [ 5 ] {156d2b5e-388d-4598-a5b2-2b3e1da427db} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
8610 2025.03.22 20:09:03.862352 [ 5 ] {156d2b5e-388d-4598-a5b2-2b3e1da427db} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8611 2025.03.22 20:09:03.862364 [ 194 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 172 rows, containing 5 columns (5 merged, 0 gathered) in 0.005134718 sec., 33497.45789350068 rows/sec., 2.59 MiB/sec.
8612 2025.03.22 20:09:03.862602 [ 193 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
8613 2025.03.22 20:09:03.862671 [ 5 ] {156d2b5e-388d-4598-a5b2-2b3e1da427db} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.00511 sec., 15068.493150684932 rows/sec., 1.18 MiB/sec.
8614 2025.03.22 20:09:03.862750 [ 5 ] {156d2b5e-388d-4598-a5b2-2b3e1da427db} <Debug> TCPHandler: Processed in 0.005418685 sec.
8615 2025.03.22 20:09:03.862907 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8616 2025.03.22 20:09:03.863000 [ 193 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_66_13} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8617 2025.03.22 20:09:03.863028 [ 5 ] {b26c32a5-e139-4adf-9ad4-61fd0f98c963} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8618 2025.03.22 20:09:03.863088 [ 5 ] {b26c32a5-e139-4adf-9ad4-61fd0f98c963} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8619 2025.03.22 20:09:03.863097 [ 193 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_66_13} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
8620 2025.03.22 20:09:03.863220 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
8621 2025.03.22 20:09:03.863700 [ 5 ] {b26c32a5-e139-4adf-9ad4-61fd0f98c963} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8622 2025.03.22 20:09:03.863738 [ 5 ] {b26c32a5-e139-4adf-9ad4-61fd0f98c963} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
8623 2025.03.22 20:09:03.864114 [ 5 ] {b26c32a5-e139-4adf-9ad4-61fd0f98c963} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
8624 2025.03.22 20:09:03.864357 [ 5 ] {b26c32a5-e139-4adf-9ad4-61fd0f98c963} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8625 2025.03.22 20:09:03.864571 [ 5 ] {b26c32a5-e139-4adf-9ad4-61fd0f98c963} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001572 sec., 101781.17048346056 rows/sec., 7.09 MiB/sec.
8626 2025.03.22 20:09:03.864624 [ 5 ] {b26c32a5-e139-4adf-9ad4-61fd0f98c963} <Debug> TCPHandler: Processed in 0.001771688 sec.
8627 2025.03.22 20:09:03.864757 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8628 2025.03.22 20:09:03.864863 [ 5 ] {3e184a97-df72-477d-ab38-b342f38b5d17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8629 2025.03.22 20:09:03.864928 [ 5 ] {3e184a97-df72-477d-ab38-b342f38b5d17} <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
8630 2025.03.22 20:09:03.865989 [ 5 ] {3e184a97-df72-477d-ab38-b342f38b5d17} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8631 2025.03.22 20:09:03.866032 [ 5 ] {3e184a97-df72-477d-ab38-b342f38b5d17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
8632 2025.03.22 20:09:03.866655 [ 5 ] {3e184a97-df72-477d-ab38-b342f38b5d17} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
8633 2025.03.22 20:09:03.866912 [ 5 ] {3e184a97-df72-477d-ab38-b342f38b5d17} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8634 2025.03.22 20:09:03.867106 [ 38 ] {} <Debug> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
8635 2025.03.22 20:09:03.867181 [ 38 ] {} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8636 2025.03.22 20:09:03.867222 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
8637 2025.03.22 20:09:03.867238 [ 5 ] {3e184a97-df72-477d-ab38-b342f38b5d17} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002388 sec., 5443.886097152429 rows/sec., 9.76 MiB/sec.
8638 2025.03.22 20:09:03.867623 [ 200 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::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
8639 2025.03.22 20:09:03.867653 [ 5 ] {3e184a97-df72-477d-ab38-b342f38b5d17} <Debug> TCPHandler: Processed in 0.002943073 sec.
8640 2025.03.22 20:09:03.867911 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8641 2025.03.22 20:09:03.868144 [ 5 ] {12d76d54-c009-40ef-85c0-35b375de5d8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8642 2025.03.22 20:09:03.868278 [ 5 ] {12d76d54-c009-40ef-85c0-35b375de5d8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8643 2025.03.22 20:09:03.868343 [ 200 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8644 2025.03.22 20:09:03.868567 [ 200 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1153 rows starting from the beginning of the part
8645 2025.03.22 20:09:03.869423 [ 200 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 13 rows starting from the beginning of the part
8646 2025.03.22 20:09:03.870179 [ 200 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 26 rows starting from the beginning of the part
8647 2025.03.22 20:09:03.870800 [ 5 ] {12d76d54-c009-40ef-85c0-35b375de5d8e} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8648 2025.03.22 20:09:03.870884 [ 200 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 13 rows starting from the beginning of the part
8649 2025.03.22 20:09:03.870890 [ 5 ] {12d76d54-c009-40ef-85c0-35b375de5d8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
8650 2025.03.22 20:09:03.871570 [ 200 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::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
8651 2025.03.22 20:09:03.872236 [ 200 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 13 rows starting from the beginning of the part
8652 2025.03.22 20:09:03.872395 [ 5 ] {12d76d54-c009-40ef-85c0-35b375de5d8e} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
8653 2025.03.22 20:09:03.873106 [ 5 ] {12d76d54-c009-40ef-85c0-35b375de5d8e} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8654 2025.03.22 20:09:03.873614 [ 5 ] {12d76d54-c009-40ef-85c0-35b375de5d8e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005545 sec., 10820.559062218215 rows/sec., 746.73 KiB/sec.
8655 2025.03.22 20:09:03.873904 [ 5 ] {12d76d54-c009-40ef-85c0-35b375de5d8e} <Debug> TCPHandler: Processed in 0.006061798 sec.
8656 2025.03.22 20:09:03.880406 [ 191 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1244 rows, containing 19 columns (19 merged, 0 gathered) in 0.013072938 sec., 95158.4104506577 rows/sec., 170.52 MiB/sec.
8657 2025.03.22 20:09:03.881635 [ 191 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
8658 2025.03.22 20:09:03.882099 [ 191 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8659 2025.03.22 20:09:03.882197 [ 191 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
8660 2025.03.22 20:09:03.882375 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.59 MiB.
8661 2025.03.22 20:09:04.000224 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 226.15 MiB, peak 237.72 MiB, free memory in arenas 0.00 B, will set to 227.88 MiB (RSS), difference: 1.73 MiB
8662 2025.03.22 20:09:04.620896 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 362
8663 2025.03.22 20:09:04.643083 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8664 2025.03.22 20:09:04.643148 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
8665 2025.03.22 20:09:04.650490 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
8666 2025.03.22 20:09:04.651243 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8667 2025.03.22 20:09:04.654076 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 362
8668 2025.03.22 20:09:08.853745 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8669 2025.03.22 20:09:08.853953 [ 5 ] {456ec281-fe62-4a57-9f04-72024b4a2f1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
8670 2025.03.22 20:09:08.854023 [ 5 ] {456ec281-fe62-4a57-9f04-72024b4a2f1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
8671 2025.03.22 20:09:08.854790 [ 5 ] {456ec281-fe62-4a57-9f04-72024b4a2f1b} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8672 2025.03.22 20:09:08.854836 [ 5 ] {456ec281-fe62-4a57-9f04-72024b4a2f1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
8673 2025.03.22 20:09:08.855250 [ 5 ] {456ec281-fe62-4a57-9f04-72024b4a2f1b} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
8674 2025.03.22 20:09:08.855512 [ 5 ] {456ec281-fe62-4a57-9f04-72024b4a2f1b} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8675 2025.03.22 20:09:08.855762 [ 5 ] {456ec281-fe62-4a57-9f04-72024b4a2f1b} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001858 sec., 1076.4262648008612 rows/sec., 87.77 KiB/sec.
8676 2025.03.22 20:09:08.855885 [ 5 ] {456ec281-fe62-4a57-9f04-72024b4a2f1b} <Debug> TCPHandler: Processed in 0.002260998 sec.
8677 2025.03.22 20:09:08.855996 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8678 2025.03.22 20:09:08.856099 [ 5 ] {f7ce40be-bd3a-4403-854b-2e87ce675025} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8679 2025.03.22 20:09:08.856143 [ 5 ] {f7ce40be-bd3a-4403-854b-2e87ce675025} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8680 2025.03.22 20:09:08.856716 [ 5 ] {f7ce40be-bd3a-4403-854b-2e87ce675025} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8681 2025.03.22 20:09:08.856755 [ 5 ] {f7ce40be-bd3a-4403-854b-2e87ce675025} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
8682 2025.03.22 20:09:08.857128 [ 5 ] {f7ce40be-bd3a-4403-854b-2e87ce675025} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
8683 2025.03.22 20:09:08.857378 [ 5 ] {f7ce40be-bd3a-4403-854b-2e87ce675025} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8684 2025.03.22 20:09:08.857587 [ 5 ] {f7ce40be-bd3a-4403-854b-2e87ce675025} <Debug> executeQuery: Read 109 rows, 9.32 KiB in 0.00151 sec., 72185.43046357615 rows/sec., 6.03 MiB/sec.
8685 2025.03.22 20:09:08.857641 [ 5 ] {f7ce40be-bd3a-4403-854b-2e87ce675025} <Debug> TCPHandler: Processed in 0.001694316 sec.
8686 2025.03.22 20:09:08.857755 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8687 2025.03.22 20:09:08.857861 [ 5 ] {aee61816-c9df-4303-a52c-c8413c08939d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8688 2025.03.22 20:09:08.857905 [ 5 ] {aee61816-c9df-4303-a52c-c8413c08939d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8689 2025.03.22 20:09:08.858451 [ 5 ] {aee61816-c9df-4303-a52c-c8413c08939d} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8690 2025.03.22 20:09:08.858490 [ 5 ] {aee61816-c9df-4303-a52c-c8413c08939d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
8691 2025.03.22 20:09:08.858827 [ 5 ] {aee61816-c9df-4303-a52c-c8413c08939d} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
8692 2025.03.22 20:09:08.859055 [ 5 ] {aee61816-c9df-4303-a52c-c8413c08939d} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8693 2025.03.22 20:09:08.859258 [ 5 ] {aee61816-c9df-4303-a52c-c8413c08939d} <Debug> executeQuery: Read 28 rows, 2.09 KiB in 0.001419 sec., 19732.20577871741 rows/sec., 1.44 MiB/sec.
8694 2025.03.22 20:09:08.859311 [ 5 ] {aee61816-c9df-4303-a52c-c8413c08939d} <Debug> TCPHandler: Processed in 0.001605184 sec.
8695 2025.03.22 20:09:08.859457 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8696 2025.03.22 20:09:08.859560 [ 5 ] {605a8dd9-97ec-4bcd-b9aa-96e696107556} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8697 2025.03.22 20:09:08.859605 [ 5 ] {605a8dd9-97ec-4bcd-b9aa-96e696107556} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8698 2025.03.22 20:09:08.860144 [ 5 ] {605a8dd9-97ec-4bcd-b9aa-96e696107556} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8699 2025.03.22 20:09:08.860182 [ 5 ] {605a8dd9-97ec-4bcd-b9aa-96e696107556} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
8700 2025.03.22 20:09:08.860538 [ 5 ] {605a8dd9-97ec-4bcd-b9aa-96e696107556} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
8701 2025.03.22 20:09:08.860770 [ 5 ] {605a8dd9-97ec-4bcd-b9aa-96e696107556} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8702 2025.03.22 20:09:08.860982 [ 5 ] {605a8dd9-97ec-4bcd-b9aa-96e696107556} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.001443 sec., 63756.063756063755 rows/sec., 4.98 MiB/sec.
8703 2025.03.22 20:09:08.861033 [ 5 ] {605a8dd9-97ec-4bcd-b9aa-96e696107556} <Debug> TCPHandler: Processed in 0.001627085 sec.
8704 2025.03.22 20:09:08.861146 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8705 2025.03.22 20:09:08.861250 [ 5 ] {d5c73927-b755-4112-9cec-c94a631ab61f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8706 2025.03.22 20:09:08.861298 [ 5 ] {d5c73927-b755-4112-9cec-c94a631ab61f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8707 2025.03.22 20:09:08.861822 [ 5 ] {d5c73927-b755-4112-9cec-c94a631ab61f} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8708 2025.03.22 20:09:08.861859 [ 5 ] {d5c73927-b755-4112-9cec-c94a631ab61f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
8709 2025.03.22 20:09:08.862242 [ 5 ] {d5c73927-b755-4112-9cec-c94a631ab61f} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
8710 2025.03.22 20:09:08.862485 [ 5 ] {d5c73927-b755-4112-9cec-c94a631ab61f} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8711 2025.03.22 20:09:08.862705 [ 5 ] {d5c73927-b755-4112-9cec-c94a631ab61f} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001474 sec., 109226.59430122116 rows/sec., 7.61 MiB/sec.
8712 2025.03.22 20:09:08.862770 [ 5 ] {d5c73927-b755-4112-9cec-c94a631ab61f} <Debug> TCPHandler: Processed in 0.001675366 sec.
8713 2025.03.22 20:09:08.862924 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8714 2025.03.22 20:09:08.863038 [ 5 ] {e32cf075-f23c-4e6e-9032-629e72e2f40a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8715 2025.03.22 20:09:08.863103 [ 5 ] {e32cf075-f23c-4e6e-9032-629e72e2f40a} <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
8716 2025.03.22 20:09:08.864165 [ 5 ] {e32cf075-f23c-4e6e-9032-629e72e2f40a} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8717 2025.03.22 20:09:08.864203 [ 5 ] {e32cf075-f23c-4e6e-9032-629e72e2f40a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
8718 2025.03.22 20:09:08.864975 [ 5 ] {e32cf075-f23c-4e6e-9032-629e72e2f40a} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
8719 2025.03.22 20:09:08.865236 [ 5 ] {e32cf075-f23c-4e6e-9032-629e72e2f40a} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8720 2025.03.22 20:09:08.865479 [ 5 ] {e32cf075-f23c-4e6e-9032-629e72e2f40a} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002462 sec., 10560.519902518277 rows/sec., 18.92 MiB/sec.
8721 2025.03.22 20:09:08.865572 [ 5 ] {e32cf075-f23c-4e6e-9032-629e72e2f40a} <Debug> TCPHandler: Processed in 0.002711178 sec.
8722 2025.03.22 20:09:08.865711 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8723 2025.03.22 20:09:08.865817 [ 5 ] {007bb2a5-5d48-4354-8d9c-f63c6ae1bf6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8724 2025.03.22 20:09:08.865865 [ 5 ] {007bb2a5-5d48-4354-8d9c-f63c6ae1bf6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8725 2025.03.22 20:09:08.866302 [ 5 ] {007bb2a5-5d48-4354-8d9c-f63c6ae1bf6b} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8726 2025.03.22 20:09:08.866342 [ 5 ] {007bb2a5-5d48-4354-8d9c-f63c6ae1bf6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
8727 2025.03.22 20:09:08.866696 [ 5 ] {007bb2a5-5d48-4354-8d9c-f63c6ae1bf6b} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
8728 2025.03.22 20:09:08.866923 [ 5 ] {007bb2a5-5d48-4354-8d9c-f63c6ae1bf6b} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8729 2025.03.22 20:09:08.867127 [ 5 ] {007bb2a5-5d48-4354-8d9c-f63c6ae1bf6b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001331 sec., 45078.88805409467 rows/sec., 3.04 MiB/sec.
8730 2025.03.22 20:09:08.867176 [ 5 ] {007bb2a5-5d48-4354-8d9c-f63c6ae1bf6b} <Debug> TCPHandler: Processed in 0.001515922 sec.
8731 2025.03.22 20:09:10.495321 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22509
8732 2025.03.22 20:09:10.496460 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8733 2025.03.22 20:09:10.496556 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
8734 2025.03.22 20:09:10.497414 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
8735 2025.03.22 20:09:10.497839 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8736 2025.03.22 20:09:10.498259 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22509
8737 2025.03.22 20:09:12.155114 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 370
8738 2025.03.22 20:09:12.176434 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8739 2025.03.22 20:09:12.176502 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
8740 2025.03.22 20:09:12.183969 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
8741 2025.03.22 20:09:12.184764 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8742 2025.03.22 20:09:12.188519 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 370
8743 2025.03.22 20:09:13.117085 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1204
8744 2025.03.22 20:09:13.119997 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8745 2025.03.22 20:09:13.120036 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
8746 2025.03.22 20:09:13.121505 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
8747 2025.03.22 20:09:13.121812 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8748 2025.03.22 20:09:13.123093 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1204
8749 2025.03.22 20:09:13.852370 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8750 2025.03.22 20:09:13.852554 [ 5 ] {8ffb51af-622c-4a2c-9f45-2e909ccbe37d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8751 2025.03.22 20:09:13.852625 [ 5 ] {8ffb51af-622c-4a2c-9f45-2e909ccbe37d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8752 2025.03.22 20:09:13.853373 [ 5 ] {8ffb51af-622c-4a2c-9f45-2e909ccbe37d} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8753 2025.03.22 20:09:13.853422 [ 5 ] {8ffb51af-622c-4a2c-9f45-2e909ccbe37d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
8754 2025.03.22 20:09:13.853859 [ 5 ] {8ffb51af-622c-4a2c-9f45-2e909ccbe37d} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
8755 2025.03.22 20:09:13.854125 [ 5 ] {8ffb51af-622c-4a2c-9f45-2e909ccbe37d} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8756 2025.03.22 20:09:13.854366 [ 5 ] {8ffb51af-622c-4a2c-9f45-2e909ccbe37d} <Debug> executeQuery: Read 82 rows, 6.94 KiB in 0.001863 sec., 44015.029522275894 rows/sec., 3.64 MiB/sec.
8757 2025.03.22 20:09:13.854432 [ 5 ] {8ffb51af-622c-4a2c-9f45-2e909ccbe37d} <Debug> TCPHandler: Processed in 0.002189037 sec.
8758 2025.03.22 20:09:13.854575 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8759 2025.03.22 20:09:13.854721 [ 5 ] {df2881bd-7332-4fc5-80a7-ab99ae1b975c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8760 2025.03.22 20:09:13.854780 [ 5 ] {df2881bd-7332-4fc5-80a7-ab99ae1b975c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8761 2025.03.22 20:09:13.855403 [ 5 ] {df2881bd-7332-4fc5-80a7-ab99ae1b975c} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8762 2025.03.22 20:09:13.855445 [ 5 ] {df2881bd-7332-4fc5-80a7-ab99ae1b975c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
8763 2025.03.22 20:09:13.855815 [ 5 ] {df2881bd-7332-4fc5-80a7-ab99ae1b975c} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
8764 2025.03.22 20:09:13.856059 [ 5 ] {df2881bd-7332-4fc5-80a7-ab99ae1b975c} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8765 2025.03.22 20:09:13.856270 [ 5 ] {df2881bd-7332-4fc5-80a7-ab99ae1b975c} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.001583 sec., 8212.2552116235 rows/sec., 617.52 KiB/sec.
8766 2025.03.22 20:09:13.856325 [ 5 ] {df2881bd-7332-4fc5-80a7-ab99ae1b975c} <Debug> TCPHandler: Processed in 0.001817869 sec.
8767 2025.03.22 20:09:13.856433 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8768 2025.03.22 20:09:13.856537 [ 5 ] {f832a226-4b3c-486a-b155-356124a64f1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8769 2025.03.22 20:09:13.856583 [ 5 ] {f832a226-4b3c-486a-b155-356124a64f1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8770 2025.03.22 20:09:13.857131 [ 5 ] {f832a226-4b3c-486a-b155-356124a64f1d} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8771 2025.03.22 20:09:13.857172 [ 5 ] {f832a226-4b3c-486a-b155-356124a64f1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
8772 2025.03.22 20:09:13.857540 [ 5 ] {f832a226-4b3c-486a-b155-356124a64f1d} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
8773 2025.03.22 20:09:13.857795 [ 5 ] {f832a226-4b3c-486a-b155-356124a64f1d} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8774 2025.03.22 20:09:13.858016 [ 5 ] {f832a226-4b3c-486a-b155-356124a64f1d} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.001501 sec., 51299.13391072618 rows/sec., 4.01 MiB/sec.
8775 2025.03.22 20:09:13.858070 [ 5 ] {f832a226-4b3c-486a-b155-356124a64f1d} <Debug> TCPHandler: Processed in 0.001687776 sec.
8776 2025.03.22 20:09:13.858187 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8777 2025.03.22 20:09:13.858293 [ 5 ] {5c7cc540-9438-4edb-9020-8897329e6ee7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8778 2025.03.22 20:09:13.858342 [ 5 ] {5c7cc540-9438-4edb-9020-8897329e6ee7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8779 2025.03.22 20:09:13.858868 [ 5 ] {5c7cc540-9438-4edb-9020-8897329e6ee7} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8780 2025.03.22 20:09:13.858907 [ 5 ] {5c7cc540-9438-4edb-9020-8897329e6ee7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
8781 2025.03.22 20:09:13.859291 [ 5 ] {5c7cc540-9438-4edb-9020-8897329e6ee7} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
8782 2025.03.22 20:09:13.859525 [ 5 ] {5c7cc540-9438-4edb-9020-8897329e6ee7} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8783 2025.03.22 20:09:13.859734 [ 5 ] {5c7cc540-9438-4edb-9020-8897329e6ee7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001463 sec., 109364.31989063567 rows/sec., 7.62 MiB/sec.
8784 2025.03.22 20:09:13.859784 [ 5 ] {5c7cc540-9438-4edb-9020-8897329e6ee7} <Debug> TCPHandler: Processed in 0.001649355 sec.
8785 2025.03.22 20:09:13.859921 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8786 2025.03.22 20:09:13.860027 [ 5 ] {2bedb5a6-3751-4ff3-b49c-fb0054e9f80b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8787 2025.03.22 20:09:13.860093 [ 5 ] {2bedb5a6-3751-4ff3-b49c-fb0054e9f80b} <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
8788 2025.03.22 20:09:13.861126 [ 5 ] {2bedb5a6-3751-4ff3-b49c-fb0054e9f80b} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8789 2025.03.22 20:09:13.861165 [ 5 ] {2bedb5a6-3751-4ff3-b49c-fb0054e9f80b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
8790 2025.03.22 20:09:13.861777 [ 5 ] {2bedb5a6-3751-4ff3-b49c-fb0054e9f80b} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
8791 2025.03.22 20:09:13.862033 [ 5 ] {2bedb5a6-3751-4ff3-b49c-fb0054e9f80b} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8792 2025.03.22 20:09:13.862287 [ 5 ] {2bedb5a6-3751-4ff3-b49c-fb0054e9f80b} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002278 sec., 5706.760316066725 rows/sec., 10.23 MiB/sec.
8793 2025.03.22 20:09:13.862571 [ 5 ] {2bedb5a6-3751-4ff3-b49c-fb0054e9f80b} <Debug> TCPHandler: Processed in 0.002698858 sec.
8794 2025.03.22 20:09:13.862759 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8795 2025.03.22 20:09:13.862862 [ 5 ] {563c306b-9598-4d6c-9c49-eb46731b1976} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8796 2025.03.22 20:09:13.862909 [ 5 ] {563c306b-9598-4d6c-9c49-eb46731b1976} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8797 2025.03.22 20:09:13.863344 [ 5 ] {563c306b-9598-4d6c-9c49-eb46731b1976} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8798 2025.03.22 20:09:13.863382 [ 5 ] {563c306b-9598-4d6c-9c49-eb46731b1976} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB.
8799 2025.03.22 20:09:13.863738 [ 5 ] {563c306b-9598-4d6c-9c49-eb46731b1976} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
8800 2025.03.22 20:09:13.863980 [ 5 ] {563c306b-9598-4d6c-9c49-eb46731b1976} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8801 2025.03.22 20:09:13.864182 [ 5 ] {563c306b-9598-4d6c-9c49-eb46731b1976} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001341 sec., 44742.729306487694 rows/sec., 3.02 MiB/sec.
8802 2025.03.22 20:09:13.864229 [ 5 ] {563c306b-9598-4d6c-9c49-eb46731b1976} <Debug> TCPHandler: Processed in 0.001524602 sec.
8803 2025.03.22 20:09:17.795872 [ 81 ] {} <Debug> DNSResolver: Updating DNS cache
8804 2025.03.22 20:09:17.795935 [ 81 ] {} <Debug> DNSResolver: Updated DNS cache
8805 2025.03.22 20:09:17.999386 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22936
8806 2025.03.22 20:09:18.000046 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8807 2025.03.22 20:09:18.000220 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
8808 2025.03.22 20:09:18.001245 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
8809 2025.03.22 20:09:18.001520 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8810 2025.03.22 20:09:18.001817 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22936
8811 2025.03.22 20:09:18.853746 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8812 2025.03.22 20:09:18.853954 [ 5 ] {f2a2c8b7-4531-4989-9d0a-835aacdc561b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8813 2025.03.22 20:09:18.854034 [ 5 ] {f2a2c8b7-4531-4989-9d0a-835aacdc561b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8814 2025.03.22 20:09:18.854832 [ 5 ] {f2a2c8b7-4531-4989-9d0a-835aacdc561b} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8815 2025.03.22 20:09:18.854878 [ 5 ] {f2a2c8b7-4531-4989-9d0a-835aacdc561b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
8816 2025.03.22 20:09:18.855316 [ 5 ] {f2a2c8b7-4531-4989-9d0a-835aacdc561b} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
8817 2025.03.22 20:09:18.855558 [ 5 ] {f2a2c8b7-4531-4989-9d0a-835aacdc561b} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8818 2025.03.22 20:09:18.855801 [ 5 ] {f2a2c8b7-4531-4989-9d0a-835aacdc561b} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.001906 sec., 56663.16894018888 rows/sec., 4.74 MiB/sec.
8819 2025.03.22 20:09:18.855867 [ 5 ] {f2a2c8b7-4531-4989-9d0a-835aacdc561b} <Debug> TCPHandler: Processed in 0.002255608 sec.
8820 2025.03.22 20:09:18.855991 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8821 2025.03.22 20:09:18.856104 [ 5 ] {71890529-6f06-47df-b153-e2c49d560e0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8822 2025.03.22 20:09:18.856152 [ 5 ] {71890529-6f06-47df-b153-e2c49d560e0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8823 2025.03.22 20:09:18.856692 [ 5 ] {71890529-6f06-47df-b153-e2c49d560e0e} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8824 2025.03.22 20:09:18.856732 [ 5 ] {71890529-6f06-47df-b153-e2c49d560e0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
8825 2025.03.22 20:09:18.857075 [ 5 ] {71890529-6f06-47df-b153-e2c49d560e0e} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
8826 2025.03.22 20:09:18.857318 [ 5 ] {71890529-6f06-47df-b153-e2c49d560e0e} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8827 2025.03.22 20:09:18.857574 [ 5 ] {71890529-6f06-47df-b153-e2c49d560e0e} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001484 sec., 17520.21563342318 rows/sec., 1.29 MiB/sec.
8828 2025.03.22 20:09:18.857632 [ 5 ] {71890529-6f06-47df-b153-e2c49d560e0e} <Debug> TCPHandler: Processed in 0.001695026 sec.
8829 2025.03.22 20:09:18.857897 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8830 2025.03.22 20:09:18.858036 [ 5 ] {303bcfe2-7075-4142-9b9e-ad1b92f5f087} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8831 2025.03.22 20:09:18.858083 [ 5 ] {303bcfe2-7075-4142-9b9e-ad1b92f5f087} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8832 2025.03.22 20:09:18.858659 [ 5 ] {303bcfe2-7075-4142-9b9e-ad1b92f5f087} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8833 2025.03.22 20:09:18.858700 [ 5 ] {303bcfe2-7075-4142-9b9e-ad1b92f5f087} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
8834 2025.03.22 20:09:18.859052 [ 5 ] {303bcfe2-7075-4142-9b9e-ad1b92f5f087} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
8835 2025.03.22 20:09:18.859282 [ 5 ] {303bcfe2-7075-4142-9b9e-ad1b92f5f087} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8836 2025.03.22 20:09:18.859494 [ 5 ] {303bcfe2-7075-4142-9b9e-ad1b92f5f087} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.001482 sec., 60728.74493927125 rows/sec., 4.74 MiB/sec.
8837 2025.03.22 20:09:18.859545 [ 5 ] {303bcfe2-7075-4142-9b9e-ad1b92f5f087} <Debug> TCPHandler: Processed in 0.001750367 sec.
8838 2025.03.22 20:09:18.859677 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8839 2025.03.22 20:09:18.859814 [ 5 ] {d8182a53-ee29-48f7-902e-4d3fca761a25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8840 2025.03.22 20:09:18.859874 [ 5 ] {d8182a53-ee29-48f7-902e-4d3fca761a25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8841 2025.03.22 20:09:18.860462 [ 5 ] {d8182a53-ee29-48f7-902e-4d3fca761a25} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8842 2025.03.22 20:09:18.860502 [ 5 ] {d8182a53-ee29-48f7-902e-4d3fca761a25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
8843 2025.03.22 20:09:18.860895 [ 5 ] {d8182a53-ee29-48f7-902e-4d3fca761a25} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
8844 2025.03.22 20:09:18.861128 [ 5 ] {d8182a53-ee29-48f7-902e-4d3fca761a25} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8845 2025.03.22 20:09:18.861337 [ 5 ] {d8182a53-ee29-48f7-902e-4d3fca761a25} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001552 sec., 103092.78350515464 rows/sec., 7.18 MiB/sec.
8846 2025.03.22 20:09:18.861389 [ 5 ] {d8182a53-ee29-48f7-902e-4d3fca761a25} <Debug> TCPHandler: Processed in 0.001775578 sec.
8847 2025.03.22 20:09:18.861525 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8848 2025.03.22 20:09:18.861627 [ 5 ] {e0eb2285-b35c-46ad-b4a5-3e57ff2ec225} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8849 2025.03.22 20:09:18.861694 [ 5 ] {e0eb2285-b35c-46ad-b4a5-3e57ff2ec225} <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
8850 2025.03.22 20:09:18.862764 [ 5 ] {e0eb2285-b35c-46ad-b4a5-3e57ff2ec225} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8851 2025.03.22 20:09:18.862804 [ 5 ] {e0eb2285-b35c-46ad-b4a5-3e57ff2ec225} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
8852 2025.03.22 20:09:18.863420 [ 5 ] {e0eb2285-b35c-46ad-b4a5-3e57ff2ec225} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
8853 2025.03.22 20:09:18.863671 [ 5 ] {e0eb2285-b35c-46ad-b4a5-3e57ff2ec225} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8854 2025.03.22 20:09:18.863923 [ 5 ] {e0eb2285-b35c-46ad-b4a5-3e57ff2ec225} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002317 sec., 11221.40699179974 rows/sec., 20.11 MiB/sec.
8855 2025.03.22 20:09:18.864024 [ 5 ] {e0eb2285-b35c-46ad-b4a5-3e57ff2ec225} <Debug> TCPHandler: Processed in 0.002548954 sec.
8856 2025.03.22 20:09:18.864169 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8857 2025.03.22 20:09:18.864271 [ 5 ] {9d101cee-e175-4193-a68e-21c5d2025ccb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8858 2025.03.22 20:09:18.864318 [ 5 ] {9d101cee-e175-4193-a68e-21c5d2025ccb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8859 2025.03.22 20:09:18.864768 [ 5 ] {9d101cee-e175-4193-a68e-21c5d2025ccb} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8860 2025.03.22 20:09:18.864807 [ 5 ] {9d101cee-e175-4193-a68e-21c5d2025ccb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
8861 2025.03.22 20:09:18.865155 [ 5 ] {9d101cee-e175-4193-a68e-21c5d2025ccb} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
8862 2025.03.22 20:09:18.865399 [ 5 ] {9d101cee-e175-4193-a68e-21c5d2025ccb} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8863 2025.03.22 20:09:18.865617 [ 5 ] {9d101cee-e175-4193-a68e-21c5d2025ccb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001367 sec., 43891.73372348208 rows/sec., 2.96 MiB/sec.
8864 2025.03.22 20:09:18.865668 [ 5 ] {9d101cee-e175-4193-a68e-21c5d2025ccb} <Debug> TCPHandler: Processed in 0.001548583 sec.
8865 2025.03.22 20:09:19.688568 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 377
8866 2025.03.22 20:09:19.709274 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8867 2025.03.22 20:09:19.709333 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
8868 2025.03.22 20:09:19.716636 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
8869 2025.03.22 20:09:19.717402 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8870 2025.03.22 20:09:19.720057 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 377
8871 2025.03.22 20:09:22.849602 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8872 2025.03.22 20:09:22.849829 [ 5 ] {2f2cb4db-40b9-4025-97fa-a0b17003e60f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
8873 2025.03.22 20:09:22.849910 [ 5 ] {2f2cb4db-40b9-4025-97fa-a0b17003e60f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
8874 2025.03.22 20:09:22.850719 [ 5 ] {2f2cb4db-40b9-4025-97fa-a0b17003e60f} <Trace> oximeter.fields_i16 (264093f9-a655-4468-9a79-5d699a3bbf39): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8875 2025.03.22 20:09:22.850774 [ 5 ] {2f2cb4db-40b9-4025-97fa-a0b17003e60f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
8876 2025.03.22 20:09:22.851212 [ 5 ] {2f2cb4db-40b9-4025-97fa-a0b17003e60f} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
8877 2025.03.22 20:09:22.851468 [ 5 ] {2f2cb4db-40b9-4025-97fa-a0b17003e60f} <Trace> oximeter.fields_i16 (264093f9-a655-4468-9a79-5d699a3bbf39): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8878 2025.03.22 20:09:22.851750 [ 5 ] {2f2cb4db-40b9-4025-97fa-a0b17003e60f} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.00197 sec., 12182.74111675127 rows/sec., 1.01 MiB/sec.
8879 2025.03.22 20:09:22.851903 [ 5 ] {2f2cb4db-40b9-4025-97fa-a0b17003e60f} <Debug> TCPHandler: Processed in 0.002429422 sec.
8880 2025.03.22 20:09:22.852059 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8881 2025.03.22 20:09:22.852169 [ 5 ] {1050c3f6-717e-45a7-bde0-c75b210e98da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
8882 2025.03.22 20:09:22.852218 [ 5 ] {1050c3f6-717e-45a7-bde0-c75b210e98da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
8883 2025.03.22 20:09:22.852773 [ 5 ] {1050c3f6-717e-45a7-bde0-c75b210e98da} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8884 2025.03.22 20:09:22.852815 [ 5 ] {1050c3f6-717e-45a7-bde0-c75b210e98da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
8885 2025.03.22 20:09:22.853158 [ 5 ] {1050c3f6-717e-45a7-bde0-c75b210e98da} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
8886 2025.03.22 20:09:22.853390 [ 5 ] {1050c3f6-717e-45a7-bde0-c75b210e98da} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8887 2025.03.22 20:09:22.853648 [ 5 ] {1050c3f6-717e-45a7-bde0-c75b210e98da} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.001502 sec., 9320.905459387483 rows/sec., 760.05 KiB/sec.
8888 2025.03.22 20:09:22.853785 [ 5 ] {1050c3f6-717e-45a7-bde0-c75b210e98da} <Debug> TCPHandler: Processed in 0.001771838 sec.
8889 2025.03.22 20:09:22.854030 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8890 2025.03.22 20:09:22.854138 [ 5 ] {a15993d9-b37e-4c0e-903d-08a880fa7de3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8891 2025.03.22 20:09:22.854184 [ 5 ] {a15993d9-b37e-4c0e-903d-08a880fa7de3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8892 2025.03.22 20:09:22.855249 [ 5 ] {a15993d9-b37e-4c0e-903d-08a880fa7de3} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8893 2025.03.22 20:09:22.855288 [ 5 ] {a15993d9-b37e-4c0e-903d-08a880fa7de3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
8894 2025.03.22 20:09:22.855721 [ 5 ] {a15993d9-b37e-4c0e-903d-08a880fa7de3} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
8895 2025.03.22 20:09:22.855957 [ 5 ] {a15993d9-b37e-4c0e-903d-08a880fa7de3} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8896 2025.03.22 20:09:22.856127 [ 44 ] {} <Debug> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
8897 2025.03.22 20:09:22.856195 [ 5 ] {a15993d9-b37e-4c0e-903d-08a880fa7de3} <Debug> executeQuery: Read 1349 rows, 115.00 KiB in 0.00208 sec., 648557.6923076924 rows/sec., 53.99 MiB/sec.
8898 2025.03.22 20:09:22.856223 [ 44 ] {} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8899 2025.03.22 20:09:22.856296 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
8900 2025.03.22 20:09:22.856312 [ 5 ] {a15993d9-b37e-4c0e-903d-08a880fa7de3} <Debug> TCPHandler: Processed in 0.002358501 sec.
8901 2025.03.22 20:09:22.856539 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8902 2025.03.22 20:09:22.856548 [ 187 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::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
8903 2025.03.22 20:09:22.856704 [ 5 ] {9f7c4c2b-903c-4768-890c-41a3148c1800} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8904 2025.03.22 20:09:22.856801 [ 5 ] {9f7c4c2b-903c-4768-890c-41a3148c1800} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8905 2025.03.22 20:09:22.856904 [ 187 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8906 2025.03.22 20:09:22.857005 [ 187 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1403 rows starting from the beginning of the part
8907 2025.03.22 20:09:22.857331 [ 187 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 82 rows starting from the beginning of the part
8908 2025.03.22 20:09:22.857726 [ 187 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 109 rows starting from the beginning of the part
8909 2025.03.22 20:09:22.858104 [ 187 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 82 rows starting from the beginning of the part
8910 2025.03.22 20:09:22.858455 [ 187 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 108 rows starting from the beginning of the part
8911 2025.03.22 20:09:22.858657 [ 187 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 1349 rows starting from the beginning of the part
8912 2025.03.22 20:09:22.859519 [ 5 ] {9f7c4c2b-903c-4768-890c-41a3148c1800} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8913 2025.03.22 20:09:22.859576 [ 5 ] {9f7c4c2b-903c-4768-890c-41a3148c1800} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
8914 2025.03.22 20:09:22.860427 [ 5 ] {9f7c4c2b-903c-4768-890c-41a3148c1800} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
8915 2025.03.22 20:09:22.860933 [ 5 ] {9f7c4c2b-903c-4768-890c-41a3148c1800} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8916 2025.03.22 20:09:22.861288 [ 5 ] {9f7c4c2b-903c-4768-890c-41a3148c1800} <Debug> executeQuery: Read 39 rows, 2.92 KiB in 0.004631 sec., 8421.507233858778 rows/sec., 629.67 KiB/sec.
8917 2025.03.22 20:09:22.861355 [ 5 ] {9f7c4c2b-903c-4768-890c-41a3148c1800} <Debug> TCPHandler: Processed in 0.004893374 sec.
8918 2025.03.22 20:09:22.861488 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8919 2025.03.22 20:09:22.861730 [ 5 ] {27fcc782-cc5a-4af0-b88e-3b99c89ab61b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
8920 2025.03.22 20:09:22.861882 [ 5 ] {27fcc782-cc5a-4af0-b88e-3b99c89ab61b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8921 2025.03.22 20:09:22.861956 [ 187 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3133 rows, containing 5 columns (5 merged, 0 gathered) in 0.005553968 sec., 564101.1975582142 rows/sec., 49.18 MiB/sec.
8922 2025.03.22 20:09:22.862260 [ 187 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
8923 2025.03.22 20:09:22.862824 [ 187 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_86_17} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8924 2025.03.22 20:09:22.863021 [ 187 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_86_17} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
8925 2025.03.22 20:09:22.863155 [ 5 ] {27fcc782-cc5a-4af0-b88e-3b99c89ab61b} <Trace> oximeter.fields_u32 (ad7a5232-f0e1-40d6-acb0-24ed1d64c039): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8926 2025.03.22 20:09:22.863164 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB.
8927 2025.03.22 20:09:22.863229 [ 5 ] {27fcc782-cc5a-4af0-b88e-3b99c89ab61b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
8928 2025.03.22 20:09:22.863609 [ 5 ] {27fcc782-cc5a-4af0-b88e-3b99c89ab61b} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
8929 2025.03.22 20:09:22.863846 [ 5 ] {27fcc782-cc5a-4af0-b88e-3b99c89ab61b} <Trace> oximeter.fields_u32 (ad7a5232-f0e1-40d6-acb0-24ed1d64c039): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8930 2025.03.22 20:09:22.864104 [ 5 ] {27fcc782-cc5a-4af0-b88e-3b99c89ab61b} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.002475 sec., 101818.18181818181 rows/sec., 7.04 MiB/sec.
8931 2025.03.22 20:09:22.864301 [ 5 ] {27fcc782-cc5a-4af0-b88e-3b99c89ab61b} <Debug> TCPHandler: Processed in 0.002862721 sec.
8932 2025.03.22 20:09:22.864421 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8933 2025.03.22 20:09:22.864521 [ 5 ] {0d8fc8bd-6a35-4328-80e4-72f65890d27b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
8934 2025.03.22 20:09:22.864564 [ 5 ] {0d8fc8bd-6a35-4328-80e4-72f65890d27b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
8935 2025.03.22 20:09:22.865108 [ 5 ] {0d8fc8bd-6a35-4328-80e4-72f65890d27b} <Trace> oximeter.fields_u8 (faaaa09d-c3bc-4a8d-ab11-77969ca3dca4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8936 2025.03.22 20:09:22.865148 [ 5 ] {0d8fc8bd-6a35-4328-80e4-72f65890d27b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
8937 2025.03.22 20:09:22.865484 [ 5 ] {0d8fc8bd-6a35-4328-80e4-72f65890d27b} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
8938 2025.03.22 20:09:22.865717 [ 5 ] {0d8fc8bd-6a35-4328-80e4-72f65890d27b} <Trace> oximeter.fields_u8 (faaaa09d-c3bc-4a8d-ab11-77969ca3dca4): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8939 2025.03.22 20:09:22.865925 [ 5 ] {0d8fc8bd-6a35-4328-80e4-72f65890d27b} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001425 sec., 8421.052631578947 rows/sec., 657.89 KiB/sec.
8940 2025.03.22 20:09:22.865978 [ 5 ] {0d8fc8bd-6a35-4328-80e4-72f65890d27b} <Debug> TCPHandler: Processed in 0.001607334 sec.
8941 2025.03.22 20:09:22.866106 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8942 2025.03.22 20:09:22.866210 [ 5 ] {0e4292cf-7a52-4aa5-bc80-9fb3bb472602} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8943 2025.03.22 20:09:22.866255 [ 5 ] {0e4292cf-7a52-4aa5-bc80-9fb3bb472602} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8944 2025.03.22 20:09:22.867032 [ 5 ] {0e4292cf-7a52-4aa5-bc80-9fb3bb472602} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8945 2025.03.22 20:09:22.867070 [ 5 ] {0e4292cf-7a52-4aa5-bc80-9fb3bb472602} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
8946 2025.03.22 20:09:22.867444 [ 5 ] {0e4292cf-7a52-4aa5-bc80-9fb3bb472602} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
8947 2025.03.22 20:09:22.867682 [ 5 ] {0e4292cf-7a52-4aa5-bc80-9fb3bb472602} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8948 2025.03.22 20:09:22.867876 [ 44 ] {} <Debug> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
8949 2025.03.22 20:09:22.867896 [ 5 ] {0e4292cf-7a52-4aa5-bc80-9fb3bb472602} <Debug> executeQuery: Read 583 rows, 44.84 KiB in 0.001707 sec., 341534.8564733451 rows/sec., 25.66 MiB/sec.
8950 2025.03.22 20:09:22.867960 [ 44 ] {} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8951 2025.03.22 20:09:22.868019 [ 5 ] {0e4292cf-7a52-4aa5-bc80-9fb3bb472602} <Debug> TCPHandler: Processed in 0.001957432 sec.
8952 2025.03.22 20:09:22.868037 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
8953 2025.03.22 20:09:22.868212 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8954 2025.03.22 20:09:22.868358 [ 193 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::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
8955 2025.03.22 20:09:22.868420 [ 5 ] {e573a0b4-fbbc-476a-b470-1897f4ab085e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8956 2025.03.22 20:09:22.868528 [ 5 ] {e573a0b4-fbbc-476a-b470-1897f4ab085e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8957 2025.03.22 20:09:22.868887 [ 193 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8958 2025.03.22 20:09:22.869051 [ 193 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 631 rows starting from the beginning of the part
8959 2025.03.22 20:09:22.869646 [ 193 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 77 rows starting from the beginning of the part
8960 2025.03.22 20:09:22.870375 [ 193 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 92 rows starting from the beginning of the part
8961 2025.03.22 20:09:22.871073 [ 193 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 77 rows starting from the beginning of the part
8962 2025.03.22 20:09:22.871565 [ 193 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 90 rows starting from the beginning of the part
8963 2025.03.22 20:09:22.871785 [ 193 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 583 rows starting from the beginning of the part
8964 2025.03.22 20:09:22.872414 [ 5 ] {e573a0b4-fbbc-476a-b470-1897f4ab085e} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8965 2025.03.22 20:09:22.872453 [ 5 ] {e573a0b4-fbbc-476a-b470-1897f4ab085e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
8966 2025.03.22 20:09:22.873107 [ 5 ] {e573a0b4-fbbc-476a-b470-1897f4ab085e} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
8967 2025.03.22 20:09:22.873431 [ 5 ] {e573a0b4-fbbc-476a-b470-1897f4ab085e} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8968 2025.03.22 20:09:22.873561 [ 197 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1550 rows, containing 5 columns (5 merged, 0 gathered) in 0.005387145 sec., 287721.9751835156 rows/sec., 22.93 MiB/sec.
8969 2025.03.22 20:09:22.873739 [ 44 ] {} <Debug> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
8970 2025.03.22 20:09:22.873826 [ 5 ] {e573a0b4-fbbc-476a-b470-1897f4ab085e} <Debug> executeQuery: Read 1017 rows, 70.44 KiB in 0.005451 sec., 186571.27132636213 rows/sec., 12.62 MiB/sec.
8971 2025.03.22 20:09:22.873836 [ 44 ] {} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8972 2025.03.22 20:09:22.873901 [ 197 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
8973 2025.03.22 20:09:22.873991 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
8974 2025.03.22 20:09:22.874074 [ 5 ] {e573a0b4-fbbc-476a-b470-1897f4ab085e} <Debug> TCPHandler: Processed in 0.005941877 sec.
8975 2025.03.22 20:09:22.874614 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8976 2025.03.22 20:09:22.874635 [ 188 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::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
8977 2025.03.22 20:09:22.874971 [ 5 ] {af6cd1a6-0683-465a-badb-c4e16d14c457} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8978 2025.03.22 20:09:22.875356 [ 193 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_86_17} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8979 2025.03.22 20:09:22.875510 [ 5 ] {af6cd1a6-0683-465a-badb-c4e16d14c457} <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
8980 2025.03.22 20:09:22.875754 [ 193 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_86_17} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
8981 2025.03.22 20:09:22.876133 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
8982 2025.03.22 20:09:22.876884 [ 188 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8983 2025.03.22 20:09:22.877066 [ 188 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_81_16, total 22577 rows starting from the beginning of the part
8984 2025.03.22 20:09:22.877435 [ 188 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 160 rows starting from the beginning of the part
8985 2025.03.22 20:09:22.877825 [ 188 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 161 rows starting from the beginning of the part
8986 2025.03.22 20:09:22.878190 [ 188 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 160 rows starting from the beginning of the part
8987 2025.03.22 20:09:22.878594 [ 188 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 160 rows starting from the beginning of the part
8988 2025.03.22 20:09:22.878986 [ 188 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 1017 rows starting from the beginning of the part
8989 2025.03.22 20:09:22.880954 [ 5 ] {af6cd1a6-0683-465a-badb-c4e16d14c457} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8990 2025.03.22 20:09:22.880998 [ 5 ] {af6cd1a6-0683-465a-badb-c4e16d14c457} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
8991 2025.03.22 20:09:22.882637 [ 5 ] {af6cd1a6-0683-465a-badb-c4e16d14c457} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
8992 2025.03.22 20:09:22.882966 [ 5 ] {af6cd1a6-0683-465a-badb-c4e16d14c457} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8993 2025.03.22 20:09:22.883298 [ 5 ] {af6cd1a6-0683-465a-badb-c4e16d14c457} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.008441 sec., 1540.101883663073 rows/sec., 2.76 MiB/sec.
8994 2025.03.22 20:09:22.883475 [ 5 ] {af6cd1a6-0683-465a-badb-c4e16d14c457} <Debug> TCPHandler: Processed in 0.008998222 sec.
8995 2025.03.22 20:09:22.883628 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8996 2025.03.22 20:09:22.883743 [ 5 ] {1e3743a5-6513-481f-81c9-709e9e7b5153} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8997 2025.03.22 20:09:22.883802 [ 5 ] {1e3743a5-6513-481f-81c9-709e9e7b5153} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8998 2025.03.22 20:09:22.884539 [ 5 ] {1e3743a5-6513-481f-81c9-709e9e7b5153} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8999 2025.03.22 20:09:22.884587 [ 5 ] {1e3743a5-6513-481f-81c9-709e9e7b5153} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
9000 2025.03.22 20:09:22.885059 [ 5 ] {1e3743a5-6513-481f-81c9-709e9e7b5153} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
9001 2025.03.22 20:09:22.885457 [ 5 ] {1e3743a5-6513-481f-81c9-709e9e7b5153} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9002 2025.03.22 20:09:22.885641 [ 44 ] {} <Debug> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
9003 2025.03.22 20:09:22.885698 [ 44 ] {} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9004 2025.03.22 20:09:22.885717 [ 5 ] {1e3743a5-6513-481f-81c9-709e9e7b5153} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001996 sec., 24048.09619238477 rows/sec., 1.62 MiB/sec.
9005 2025.03.22 20:09:22.885750 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
9006 2025.03.22 20:09:22.885986 [ 5 ] {1e3743a5-6513-481f-81c9-709e9e7b5153} <Debug> TCPHandler: Processed in 0.002401541 sec.
9007 2025.03.22 20:09:22.886036 [ 188 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::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
9008 2025.03.22 20:09:22.886224 [ 188 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9009 2025.03.22 20:09:22.886255 [ 188 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 4116 rows starting from the beginning of the part
9010 2025.03.22 20:09:22.886502 [ 188 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 60 rows starting from the beginning of the part
9011 2025.03.22 20:09:22.886610 [ 188 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 60 rows starting from the beginning of the part
9012 2025.03.22 20:09:22.886815 [ 188 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 60 rows starting from the beginning of the part
9013 2025.03.22 20:09:22.887077 [ 188 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 60 rows starting from the beginning of the part
9014 2025.03.22 20:09:22.887254 [ 188 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 48 rows starting from the beginning of the part
9015 2025.03.22 20:09:22.888029 [ 198 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24235 rows, containing 5 columns (5 merged, 0 gathered) in 0.013712131 sec., 1767413.1030399285 rows/sec., 121.09 MiB/sec.
9016 2025.03.22 20:09:22.888703 [ 198 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
9017 2025.03.22 20:09:22.889364 [ 198 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9018 2025.03.22 20:09:22.889476 [ 198 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
9019 2025.03.22 20:09:22.889604 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB.
9020 2025.03.22 20:09:22.890037 [ 198 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4404 rows, containing 4 columns (4 merged, 0 gathered) in 0.004142828 sec., 1063041.9607089648 rows/sec., 71.66 MiB/sec.
9021 2025.03.22 20:09:22.890512 [ 195 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
9022 2025.03.22 20:09:22.890835 [ 195 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_86_17} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9023 2025.03.22 20:09:22.890920 [ 195 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_86_17} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
9024 2025.03.22 20:09:22.891013 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.08 MiB.
9025 2025.03.22 20:09:23.123249 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 1248
9026 2025.03.22 20:09:23.126680 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9027 2025.03.22 20:09:23.126732 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
9028 2025.03.22 20:09:23.128251 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
9029 2025.03.22 20:09:23.128564 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9030 2025.03.22 20:09:23.129257 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1248
9031 2025.03.22 20:09:23.846160 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9032 2025.03.22 20:09:23.846337 [ 5 ] {b2e069d2-39ca-426c-8d9b-4dfe6171f114} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9033 2025.03.22 20:09:23.846406 [ 5 ] {b2e069d2-39ca-426c-8d9b-4dfe6171f114} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9034 2025.03.22 20:09:23.847176 [ 5 ] {b2e069d2-39ca-426c-8d9b-4dfe6171f114} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9035 2025.03.22 20:09:23.847219 [ 5 ] {b2e069d2-39ca-426c-8d9b-4dfe6171f114} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
9036 2025.03.22 20:09:23.847650 [ 5 ] {b2e069d2-39ca-426c-8d9b-4dfe6171f114} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
9037 2025.03.22 20:09:23.847905 [ 5 ] {b2e069d2-39ca-426c-8d9b-4dfe6171f114} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9038 2025.03.22 20:09:23.848110 [ 5 ] {b2e069d2-39ca-426c-8d9b-4dfe6171f114} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001821 sec., 30752.333882482155 rows/sec., 2.35 MiB/sec.
9039 2025.03.22 20:09:23.848173 [ 5 ] {b2e069d2-39ca-426c-8d9b-4dfe6171f114} <Debug> TCPHandler: Processed in 0.002135485 sec.
9040 2025.03.22 20:09:23.848302 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9041 2025.03.22 20:09:23.848422 [ 5 ] {31e853b9-2269-4e5b-92c8-56d4aaedbf86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9042 2025.03.22 20:09:23.848468 [ 5 ] {31e853b9-2269-4e5b-92c8-56d4aaedbf86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9043 2025.03.22 20:09:23.849027 [ 5 ] {31e853b9-2269-4e5b-92c8-56d4aaedbf86} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9044 2025.03.22 20:09:23.849065 [ 5 ] {31e853b9-2269-4e5b-92c8-56d4aaedbf86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
9045 2025.03.22 20:09:23.849425 [ 5 ] {31e853b9-2269-4e5b-92c8-56d4aaedbf86} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
9046 2025.03.22 20:09:23.849665 [ 5 ] {31e853b9-2269-4e5b-92c8-56d4aaedbf86} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9047 2025.03.22 20:09:23.849846 [ 5 ] {31e853b9-2269-4e5b-92c8-56d4aaedbf86} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001452 sec., 44077.134986225894 rows/sec., 3.44 MiB/sec.
9048 2025.03.22 20:09:23.849897 [ 5 ] {31e853b9-2269-4e5b-92c8-56d4aaedbf86} <Debug> TCPHandler: Processed in 0.001650275 sec.
9049 2025.03.22 20:09:23.850011 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9050 2025.03.22 20:09:23.850114 [ 5 ] {4ab4b962-c3c0-4bdf-b47e-70e029d7fbba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9051 2025.03.22 20:09:23.850162 [ 5 ] {4ab4b962-c3c0-4bdf-b47e-70e029d7fbba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9052 2025.03.22 20:09:23.850636 [ 5 ] {4ab4b962-c3c0-4bdf-b47e-70e029d7fbba} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9053 2025.03.22 20:09:23.850672 [ 5 ] {4ab4b962-c3c0-4bdf-b47e-70e029d7fbba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
9054 2025.03.22 20:09:23.851032 [ 5 ] {4ab4b962-c3c0-4bdf-b47e-70e029d7fbba} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
9055 2025.03.22 20:09:23.851276 [ 5 ] {4ab4b962-c3c0-4bdf-b47e-70e029d7fbba} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9056 2025.03.22 20:09:23.851447 [ 5 ] {4ab4b962-c3c0-4bdf-b47e-70e029d7fbba} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001355 sec., 23616.236162361623 rows/sec., 1.64 MiB/sec.
9057 2025.03.22 20:09:23.851496 [ 5 ] {4ab4b962-c3c0-4bdf-b47e-70e029d7fbba} <Debug> TCPHandler: Processed in 0.001535533 sec.
9058 2025.03.22 20:09:23.851618 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9059 2025.03.22 20:09:23.851733 [ 5 ] {097e2c18-f52a-40c1-836f-b54489da914a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9060 2025.03.22 20:09:23.851781 [ 5 ] {097e2c18-f52a-40c1-836f-b54489da914a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9061 2025.03.22 20:09:23.852218 [ 5 ] {097e2c18-f52a-40c1-836f-b54489da914a} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9062 2025.03.22 20:09:23.852255 [ 5 ] {097e2c18-f52a-40c1-836f-b54489da914a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
9063 2025.03.22 20:09:23.852626 [ 5 ] {097e2c18-f52a-40c1-836f-b54489da914a} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
9064 2025.03.22 20:09:23.852870 [ 5 ] {097e2c18-f52a-40c1-836f-b54489da914a} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9065 2025.03.22 20:09:23.853071 [ 5 ] {097e2c18-f52a-40c1-836f-b54489da914a} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.00136 sec., 8823.529411764704 rows/sec., 608.92 KiB/sec.
9066 2025.03.22 20:09:23.853148 [ 5 ] {097e2c18-f52a-40c1-836f-b54489da914a} <Debug> TCPHandler: Processed in 0.001583683 sec.
9067 2025.03.22 20:09:25.501982 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 23424
9068 2025.03.22 20:09:25.502904 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9069 2025.03.22 20:09:25.502952 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
9070 2025.03.22 20:09:25.503483 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
9071 2025.03.22 20:09:25.503743 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9072 2025.03.22 20:09:25.503956 [ 133 ] {} <Debug> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
9073 2025.03.22 20:09:25.503997 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23424
9074 2025.03.22 20:09:25.504038 [ 133 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9075 2025.03.22 20:09:25.504066 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
9076 2025.03.22 20:09:25.504215 [ 198 ] {6f3f2c82-38dd-415f-af08-560485366d9f::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
9077 2025.03.22 20:09:25.504401 [ 198 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9078 2025.03.22 20:09:25.504444 [ 198 ] {6f3f2c82-38dd-415f-af08-560485366d9f::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
9079 2025.03.22 20:09:25.504529 [ 198 ] {6f3f2c82-38dd-415f-af08-560485366d9f::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
9080 2025.03.22 20:09:25.504705 [ 198 ] {6f3f2c82-38dd-415f-af08-560485366d9f::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
9081 2025.03.22 20:09:25.504991 [ 198 ] {6f3f2c82-38dd-415f-af08-560485366d9f::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
9082 2025.03.22 20:09:25.505136 [ 198 ] {6f3f2c82-38dd-415f-af08-560485366d9f::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
9083 2025.03.22 20:09:25.505260 [ 198 ] {6f3f2c82-38dd-415f-af08-560485366d9f::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
9084 2025.03.22 20:09:25.507764 [ 195 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23424 rows, containing 4 columns (4 merged, 0 gathered) in 0.003617767 sec., 6474712.163608104 rows/sec., 92.62 MiB/sec.
9085 2025.03.22 20:09:25.508230 [ 196 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
9086 2025.03.22 20:09:25.508575 [ 196 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_51_10} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9087 2025.03.22 20:09:25.508659 [ 196 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_51_10} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
9088 2025.03.22 20:09:25.508765 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB.
9089 2025.03.22 20:09:27.220118 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 385
9090 2025.03.22 20:09:27.244242 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9091 2025.03.22 20:09:27.244307 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
9092 2025.03.22 20:09:27.251717 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
9093 2025.03.22 20:09:27.252539 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9094 2025.03.22 20:09:27.252925 [ 132 ] {} <Debug> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
9095 2025.03.22 20:09:27.253066 [ 132 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9096 2025.03.22 20:09:27.253130 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
9097 2025.03.22 20:09:27.253597 [ 189 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::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
9098 2025.03.22 20:09:27.268252 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 385
9099 2025.03.22 20:09:27.270051 [ 189 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9100 2025.03.22 20:09:27.271667 [ 189 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::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
9101 2025.03.22 20:09:27.277736 [ 189 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::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
9102 2025.03.22 20:09:27.283961 [ 189 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::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
9103 2025.03.22 20:09:27.289803 [ 189 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::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
9104 2025.03.22 20:09:27.295615 [ 189 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::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
9105 2025.03.22 20:09:27.300185 [ 189 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::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
9106 2025.03.22 20:09:27.359882 [ 196 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 385 rows, containing 679 columns (679 merged, 0 gathered) in 0.106606015 sec., 3611.428492097749 rows/sec., 18.67 MiB/sec.
9107 2025.03.22 20:09:27.363324 [ 190 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
9108 2025.03.22 20:09:27.366353 [ 190 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_51_10} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9109 2025.03.22 20:09:27.366489 [ 190 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_51_10} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
9110 2025.03.22 20:09:27.369011 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB.
9111 2025.03.22 20:09:28.000211 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 229.16 MiB, peak 242.58 MiB, free memory in arenas 0.00 B, will set to 230.18 MiB (RSS), difference: 1.01 MiB
9112 2025.03.22 20:09:28.853587 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9113 2025.03.22 20:09:28.853870 [ 5 ] {92adc603-76a3-44ed-afaa-b7966dd67fc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9114 2025.03.22 20:09:28.853979 [ 5 ] {92adc603-76a3-44ed-afaa-b7966dd67fc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9115 2025.03.22 20:09:28.855099 [ 5 ] {92adc603-76a3-44ed-afaa-b7966dd67fc8} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9116 2025.03.22 20:09:28.855146 [ 5 ] {92adc603-76a3-44ed-afaa-b7966dd67fc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
9117 2025.03.22 20:09:28.855612 [ 5 ] {92adc603-76a3-44ed-afaa-b7966dd67fc8} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
9118 2025.03.22 20:09:28.855871 [ 5 ] {92adc603-76a3-44ed-afaa-b7966dd67fc8} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9119 2025.03.22 20:09:28.856123 [ 5 ] {92adc603-76a3-44ed-afaa-b7966dd67fc8} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.002332 sec., 46312.178387650085 rows/sec., 3.87 MiB/sec.
9120 2025.03.22 20:09:28.856189 [ 5 ] {92adc603-76a3-44ed-afaa-b7966dd67fc8} <Debug> TCPHandler: Processed in 0.002741989 sec.
9121 2025.03.22 20:09:28.856323 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9122 2025.03.22 20:09:28.856437 [ 5 ] {b93c9fc9-ab55-43bc-adeb-a03d9383c67d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9123 2025.03.22 20:09:28.856486 [ 5 ] {b93c9fc9-ab55-43bc-adeb-a03d9383c67d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9124 2025.03.22 20:09:28.857038 [ 5 ] {b93c9fc9-ab55-43bc-adeb-a03d9383c67d} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9125 2025.03.22 20:09:28.857078 [ 5 ] {b93c9fc9-ab55-43bc-adeb-a03d9383c67d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
9126 2025.03.22 20:09:28.857439 [ 5 ] {b93c9fc9-ab55-43bc-adeb-a03d9383c67d} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
9127 2025.03.22 20:09:28.857683 [ 5 ] {b93c9fc9-ab55-43bc-adeb-a03d9383c67d} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9128 2025.03.22 20:09:28.857858 [ 148 ] {} <Debug> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
9129 2025.03.22 20:09:28.857930 [ 5 ] {b93c9fc9-ab55-43bc-adeb-a03d9383c67d} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001516 sec., 17150.395778364116 rows/sec., 1.26 MiB/sec.
9130 2025.03.22 20:09:28.857952 [ 148 ] {} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9131 2025.03.22 20:09:28.858024 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
9132 2025.03.22 20:09:28.858060 [ 5 ] {b93c9fc9-ab55-43bc-adeb-a03d9383c67d} <Debug> TCPHandler: Processed in 0.001784038 sec.
9133 2025.03.22 20:09:28.858386 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9134 2025.03.22 20:09:28.858482 [ 186 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::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
9135 2025.03.22 20:09:28.858831 [ 5 ] {1b4d3a50-ecb3-430d-9881-5d280ba5add4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9136 2025.03.22 20:09:28.859080 [ 5 ] {1b4d3a50-ecb3-430d-9881-5d280ba5add4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9137 2025.03.22 20:09:28.859115 [ 186 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9138 2025.03.22 20:09:28.859274 [ 186 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 69 rows starting from the beginning of the part
9139 2025.03.22 20:09:28.859806 [ 186 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::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
9140 2025.03.22 20:09:28.860388 [ 186 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 13 rows starting from the beginning of the part
9141 2025.03.22 20:09:28.860858 [ 186 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::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
9142 2025.03.22 20:09:28.861270 [ 186 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 39 rows starting from the beginning of the part
9143 2025.03.22 20:09:28.861593 [ 186 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::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
9144 2025.03.22 20:09:28.863007 [ 5 ] {1b4d3a50-ecb3-430d-9881-5d280ba5add4} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9145 2025.03.22 20:09:28.863074 [ 5 ] {1b4d3a50-ecb3-430d-9881-5d280ba5add4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
9146 2025.03.22 20:09:28.864222 [ 5 ] {1b4d3a50-ecb3-430d-9881-5d280ba5add4} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
9147 2025.03.22 20:09:28.864570 [ 196 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 201 rows, containing 5 columns (5 merged, 0 gathered) in 0.006381826 sec., 31495.687911265522 rows/sec., 2.42 MiB/sec.
9148 2025.03.22 20:09:28.864741 [ 5 ] {1b4d3a50-ecb3-430d-9881-5d280ba5add4} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9149 2025.03.22 20:09:28.864841 [ 196 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
9150 2025.03.22 20:09:28.865265 [ 5 ] {1b4d3a50-ecb3-430d-9881-5d280ba5add4} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.006585 sec., 13667.42596810934 rows/sec., 1.07 MiB/sec.
9151 2025.03.22 20:09:28.865667 [ 196 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_71_14} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9152 2025.03.22 20:09:28.865694 [ 5 ] {1b4d3a50-ecb3-430d-9881-5d280ba5add4} <Debug> TCPHandler: Processed in 0.007451808 sec.
9153 2025.03.22 20:09:28.865981 [ 196 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_71_14} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
9154 2025.03.22 20:09:28.866182 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9155 2025.03.22 20:09:28.866213 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
9156 2025.03.22 20:09:28.866385 [ 5 ] {5940f7a0-4b03-41c9-b335-8dec5673721f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9157 2025.03.22 20:09:28.866467 [ 5 ] {5940f7a0-4b03-41c9-b335-8dec5673721f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9158 2025.03.22 20:09:28.867055 [ 5 ] {5940f7a0-4b03-41c9-b335-8dec5673721f} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9159 2025.03.22 20:09:28.867094 [ 5 ] {5940f7a0-4b03-41c9-b335-8dec5673721f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
9160 2025.03.22 20:09:28.867492 [ 5 ] {5940f7a0-4b03-41c9-b335-8dec5673721f} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
9161 2025.03.22 20:09:28.867730 [ 5 ] {5940f7a0-4b03-41c9-b335-8dec5673721f} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9162 2025.03.22 20:09:28.867941 [ 5 ] {5940f7a0-4b03-41c9-b335-8dec5673721f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001581 sec., 101201.77103099304 rows/sec., 7.05 MiB/sec.
9163 2025.03.22 20:09:28.867992 [ 5 ] {5940f7a0-4b03-41c9-b335-8dec5673721f} <Debug> TCPHandler: Processed in 0.001996722 sec.
9164 2025.03.22 20:09:28.868120 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9165 2025.03.22 20:09:28.868252 [ 5 ] {05cb3ed5-2a16-47b6-ba45-885684f77717} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9166 2025.03.22 20:09:28.868319 [ 5 ] {05cb3ed5-2a16-47b6-ba45-885684f77717} <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
9167 2025.03.22 20:09:28.869465 [ 5 ] {05cb3ed5-2a16-47b6-ba45-885684f77717} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9168 2025.03.22 20:09:28.869504 [ 5 ] {05cb3ed5-2a16-47b6-ba45-885684f77717} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
9169 2025.03.22 20:09:28.870154 [ 5 ] {05cb3ed5-2a16-47b6-ba45-885684f77717} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
9170 2025.03.22 20:09:28.870411 [ 5 ] {05cb3ed5-2a16-47b6-ba45-885684f77717} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9171 2025.03.22 20:09:28.870622 [ 148 ] {} <Debug> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
9172 2025.03.22 20:09:28.870690 [ 5 ] {05cb3ed5-2a16-47b6-ba45-885684f77717} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002453 sec., 10599.26620464737 rows/sec., 18.99 MiB/sec.
9173 2025.03.22 20:09:28.870704 [ 148 ] {} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9174 2025.03.22 20:09:28.870800 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
9175 2025.03.22 20:09:28.871151 [ 5 ] {05cb3ed5-2a16-47b6-ba45-885684f77717} <Debug> TCPHandler: Processed in 0.003071385 sec.
9176 2025.03.22 20:09:28.871377 [ 186 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::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
9177 2025.03.22 20:09:28.871712 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9178 2025.03.22 20:09:28.872184 [ 5 ] {0fb35fc4-918b-48c8-8e05-67b1d512d8b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9179 2025.03.22 20:09:28.872446 [ 5 ] {0fb35fc4-918b-48c8-8e05-67b1d512d8b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9180 2025.03.22 20:09:28.873151 [ 186 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9181 2025.03.22 20:09:28.873366 [ 186 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1244 rows starting from the beginning of the part
9182 2025.03.22 20:09:28.874096 [ 186 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::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
9183 2025.03.22 20:09:28.874940 [ 186 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 13 rows starting from the beginning of the part
9184 2025.03.22 20:09:28.875149 [ 5 ] {0fb35fc4-918b-48c8-8e05-67b1d512d8b4} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9185 2025.03.22 20:09:28.875309 [ 5 ] {0fb35fc4-918b-48c8-8e05-67b1d512d8b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
9186 2025.03.22 20:09:28.875632 [ 186 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::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
9187 2025.03.22 20:09:28.876313 [ 186 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 13 rows starting from the beginning of the part
9188 2025.03.22 20:09:28.876974 [ 186 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::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
9189 2025.03.22 20:09:28.877013 [ 5 ] {0fb35fc4-918b-48c8-8e05-67b1d512d8b4} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
9190 2025.03.22 20:09:28.877833 [ 5 ] {0fb35fc4-918b-48c8-8e05-67b1d512d8b4} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9191 2025.03.22 20:09:28.878357 [ 5 ] {0fb35fc4-918b-48c8-8e05-67b1d512d8b4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006365 sec., 9426.551453260015 rows/sec., 650.53 KiB/sec.
9192 2025.03.22 20:09:28.878470 [ 5 ] {0fb35fc4-918b-48c8-8e05-67b1d512d8b4} <Debug> TCPHandler: Processed in 0.006937697 sec.
9193 2025.03.22 20:09:28.885379 [ 196 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1348 rows, containing 19 columns (19 merged, 0 gathered) in 0.014382636 sec., 93724.12678732883 rows/sec., 167.95 MiB/sec.
9194 2025.03.22 20:09:28.886857 [ 196 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
9195 2025.03.22 20:09:28.887295 [ 196 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9196 2025.03.22 20:09:28.887384 [ 196 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
9197 2025.03.22 20:09:28.887539 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.40 MiB.
9198 2025.03.22 20:09:29.000158 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 230.71 MiB, peak 242.58 MiB, free memory in arenas 0.00 B, will set to 233.44 MiB (RSS), difference: 2.73 MiB
9199 2025.03.22 20:09:32.795991 [ 145 ] {} <Debug> DNSResolver: Updating DNS cache
9200 2025.03.22 20:09:32.796061 [ 145 ] {} <Debug> DNSResolver: Updated DNS cache
9201 2025.03.22 20:09:33.004150 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 23912
9202 2025.03.22 20:09:33.005094 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9203 2025.03.22 20:09:33.005141 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
9204 2025.03.22 20:09:33.005682 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
9205 2025.03.22 20:09:33.005937 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9206 2025.03.22 20:09:33.006199 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23912
9207 2025.03.22 20:09:33.129487 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1268
9208 2025.03.22 20:09:33.132289 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9209 2025.03.22 20:09:33.132343 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
9210 2025.03.22 20:09:33.133897 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
9211 2025.03.22 20:09:33.134254 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9212 2025.03.22 20:09:33.134856 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1268
9213 2025.03.22 20:09:33.853172 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9214 2025.03.22 20:09:33.853449 [ 5 ] {aa7036f5-c4df-477d-88cf-02c50fe3a3a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9215 2025.03.22 20:09:33.853557 [ 5 ] {aa7036f5-c4df-477d-88cf-02c50fe3a3a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9216 2025.03.22 20:09:33.854465 [ 5 ] {aa7036f5-c4df-477d-88cf-02c50fe3a3a4} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9217 2025.03.22 20:09:33.854513 [ 5 ] {aa7036f5-c4df-477d-88cf-02c50fe3a3a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
9218 2025.03.22 20:09:33.854955 [ 5 ] {aa7036f5-c4df-477d-88cf-02c50fe3a3a4} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
9219 2025.03.22 20:09:33.855219 [ 5 ] {aa7036f5-c4df-477d-88cf-02c50fe3a3a4} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9220 2025.03.22 20:09:33.855486 [ 5 ] {aa7036f5-c4df-477d-88cf-02c50fe3a3a4} <Debug> executeQuery: Read 82 rows, 6.94 KiB in 0.002114 sec., 38789.02554399243 rows/sec., 3.20 MiB/sec.
9221 2025.03.22 20:09:33.855555 [ 5 ] {aa7036f5-c4df-477d-88cf-02c50fe3a3a4} <Debug> TCPHandler: Processed in 0.002550304 sec.
9222 2025.03.22 20:09:33.855684 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9223 2025.03.22 20:09:33.855798 [ 5 ] {2fc49cba-0cfd-47ed-8e0d-5b57249bf7d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9224 2025.03.22 20:09:33.855847 [ 5 ] {2fc49cba-0cfd-47ed-8e0d-5b57249bf7d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9225 2025.03.22 20:09:33.856384 [ 5 ] {2fc49cba-0cfd-47ed-8e0d-5b57249bf7d1} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9226 2025.03.22 20:09:33.856424 [ 5 ] {2fc49cba-0cfd-47ed-8e0d-5b57249bf7d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
9227 2025.03.22 20:09:33.856779 [ 5 ] {2fc49cba-0cfd-47ed-8e0d-5b57249bf7d1} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
9228 2025.03.22 20:09:33.857018 [ 5 ] {2fc49cba-0cfd-47ed-8e0d-5b57249bf7d1} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9229 2025.03.22 20:09:33.857230 [ 5 ] {2fc49cba-0cfd-47ed-8e0d-5b57249bf7d1} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.001459 sec., 8910.212474297465 rows/sec., 670.01 KiB/sec.
9230 2025.03.22 20:09:33.857283 [ 5 ] {2fc49cba-0cfd-47ed-8e0d-5b57249bf7d1} <Debug> TCPHandler: Processed in 0.001652445 sec.
9231 2025.03.22 20:09:33.857405 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9232 2025.03.22 20:09:33.857511 [ 5 ] {521c92fd-094e-4c12-9e01-076fc3614c41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9233 2025.03.22 20:09:33.857557 [ 5 ] {521c92fd-094e-4c12-9e01-076fc3614c41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9234 2025.03.22 20:09:33.858102 [ 5 ] {521c92fd-094e-4c12-9e01-076fc3614c41} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9235 2025.03.22 20:09:33.858142 [ 5 ] {521c92fd-094e-4c12-9e01-076fc3614c41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
9236 2025.03.22 20:09:33.858508 [ 5 ] {521c92fd-094e-4c12-9e01-076fc3614c41} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
9237 2025.03.22 20:09:33.858744 [ 5 ] {521c92fd-094e-4c12-9e01-076fc3614c41} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9238 2025.03.22 20:09:33.858963 [ 5 ] {521c92fd-094e-4c12-9e01-076fc3614c41} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.001467 sec., 52488.07089297887 rows/sec., 4.10 MiB/sec.
9239 2025.03.22 20:09:33.859048 [ 5 ] {521c92fd-094e-4c12-9e01-076fc3614c41} <Debug> TCPHandler: Processed in 0.001685145 sec.
9240 2025.03.22 20:09:33.859207 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9241 2025.03.22 20:09:33.859498 [ 5 ] {f75156db-f7b0-412a-ba6f-044727dd5a89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9242 2025.03.22 20:09:33.859691 [ 5 ] {f75156db-f7b0-412a-ba6f-044727dd5a89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9243 2025.03.22 20:09:33.861043 [ 5 ] {f75156db-f7b0-412a-ba6f-044727dd5a89} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9244 2025.03.22 20:09:33.861084 [ 5 ] {f75156db-f7b0-412a-ba6f-044727dd5a89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
9245 2025.03.22 20:09:33.861470 [ 5 ] {f75156db-f7b0-412a-ba6f-044727dd5a89} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
9246 2025.03.22 20:09:33.861708 [ 5 ] {f75156db-f7b0-412a-ba6f-044727dd5a89} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9247 2025.03.22 20:09:33.861926 [ 5 ] {f75156db-f7b0-412a-ba6f-044727dd5a89} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002558 sec., 62548.86630179828 rows/sec., 4.36 MiB/sec.
9248 2025.03.22 20:09:33.861980 [ 5 ] {f75156db-f7b0-412a-ba6f-044727dd5a89} <Debug> TCPHandler: Processed in 0.00283768 sec.
9249 2025.03.22 20:09:33.862113 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9250 2025.03.22 20:09:33.862217 [ 5 ] {8e1fedc0-d818-4e11-b896-e81518b995a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9251 2025.03.22 20:09:33.862285 [ 5 ] {8e1fedc0-d818-4e11-b896-e81518b995a7} <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
9252 2025.03.22 20:09:33.863393 [ 5 ] {8e1fedc0-d818-4e11-b896-e81518b995a7} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9253 2025.03.22 20:09:33.863432 [ 5 ] {8e1fedc0-d818-4e11-b896-e81518b995a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
9254 2025.03.22 20:09:33.864058 [ 5 ] {8e1fedc0-d818-4e11-b896-e81518b995a7} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
9255 2025.03.22 20:09:33.864315 [ 5 ] {8e1fedc0-d818-4e11-b896-e81518b995a7} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9256 2025.03.22 20:09:33.864574 [ 5 ] {8e1fedc0-d818-4e11-b896-e81518b995a7} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002377 sec., 5469.078670593184 rows/sec., 9.80 MiB/sec.
9257 2025.03.22 20:09:33.864678 [ 5 ] {8e1fedc0-d818-4e11-b896-e81518b995a7} <Debug> TCPHandler: Processed in 0.002614315 sec.
9258 2025.03.22 20:09:33.864814 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9259 2025.03.22 20:09:33.864920 [ 5 ] {46dd3225-9273-4805-b19f-1e92a4352964} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9260 2025.03.22 20:09:33.864966 [ 5 ] {46dd3225-9273-4805-b19f-1e92a4352964} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9261 2025.03.22 20:09:33.865415 [ 5 ] {46dd3225-9273-4805-b19f-1e92a4352964} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9262 2025.03.22 20:09:33.865455 [ 5 ] {46dd3225-9273-4805-b19f-1e92a4352964} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
9263 2025.03.22 20:09:33.865844 [ 5 ] {46dd3225-9273-4805-b19f-1e92a4352964} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
9264 2025.03.22 20:09:33.866086 [ 5 ] {46dd3225-9273-4805-b19f-1e92a4352964} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9265 2025.03.22 20:09:33.866297 [ 5 ] {46dd3225-9273-4805-b19f-1e92a4352964} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001399 sec., 42887.776983559685 rows/sec., 2.89 MiB/sec.
9266 2025.03.22 20:09:33.866347 [ 5 ] {46dd3225-9273-4805-b19f-1e92a4352964} <Debug> TCPHandler: Processed in 0.001583974 sec.
9267 2025.03.22 20:09:34.002693 [ 144 ] {} <Debug> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0
9268 2025.03.22 20:09:34.002760 [ 144 ] {} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9269 2025.03.22 20:09:34.002787 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
9270 2025.03.22 20:09:34.002974 [ 200 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::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
9271 2025.03.22 20:09:34.003229 [ 200 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9272 2025.03.22 20:09:34.003277 [ 200 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 18 rows starting from the beginning of the part
9273 2025.03.22 20:09:34.003364 [ 200 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::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
9274 2025.03.22 20:09:34.003590 [ 200 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 2 rows starting from the beginning of the part
9275 2025.03.22 20:09:34.003796 [ 200 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 2 rows starting from the beginning of the part
9276 2025.03.22 20:09:34.003981 [ 200 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::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
9277 2025.03.22 20:09:34.005096 [ 197 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 50 rows, containing 5 columns (5 merged, 0 gathered) in 0.002239998 sec., 22321.448501293304 rows/sec., 1.86 MiB/sec.
9278 2025.03.22 20:09:34.005231 [ 200 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary)
9279 2025.03.22 20:09:34.005511 [ 200 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::all_1_17_4} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9280 2025.03.22 20:09:34.005597 [ 200 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::all_1_17_4} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4
9281 2025.03.22 20:09:34.005685 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
9282 2025.03.22 20:09:34.768315 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 392
9283 2025.03.22 20:09:34.787154 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9284 2025.03.22 20:09:34.787208 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
9285 2025.03.22 20:09:34.794078 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
9286 2025.03.22 20:09:34.794821 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9287 2025.03.22 20:09:34.797376 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 392
9288 2025.03.22 20:09:38.854102 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9289 2025.03.22 20:09:38.854332 [ 5 ] {8892dbd1-6a18-4dfc-8876-3bc4a041f403} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
9290 2025.03.22 20:09:38.854415 [ 5 ] {8892dbd1-6a18-4dfc-8876-3bc4a041f403} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
9291 2025.03.22 20:09:38.855193 [ 5 ] {8892dbd1-6a18-4dfc-8876-3bc4a041f403} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9292 2025.03.22 20:09:38.855248 [ 5 ] {8892dbd1-6a18-4dfc-8876-3bc4a041f403} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
9293 2025.03.22 20:09:38.855668 [ 5 ] {8892dbd1-6a18-4dfc-8876-3bc4a041f403} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
9294 2025.03.22 20:09:38.855921 [ 5 ] {8892dbd1-6a18-4dfc-8876-3bc4a041f403} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9295 2025.03.22 20:09:38.856167 [ 5 ] {8892dbd1-6a18-4dfc-8876-3bc4a041f403} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001891 sec., 1057.641459545214 rows/sec., 86.24 KiB/sec.
9296 2025.03.22 20:09:38.856233 [ 5 ] {8892dbd1-6a18-4dfc-8876-3bc4a041f403} <Debug> TCPHandler: Processed in 0.002274398 sec.
9297 2025.03.22 20:09:38.856349 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9298 2025.03.22 20:09:38.856456 [ 5 ] {5e0c7d74-0b11-401c-ae1d-b0462c019e44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9299 2025.03.22 20:09:38.856504 [ 5 ] {5e0c7d74-0b11-401c-ae1d-b0462c019e44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9300 2025.03.22 20:09:38.857075 [ 5 ] {5e0c7d74-0b11-401c-ae1d-b0462c019e44} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9301 2025.03.22 20:09:38.857117 [ 5 ] {5e0c7d74-0b11-401c-ae1d-b0462c019e44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
9302 2025.03.22 20:09:38.857477 [ 5 ] {5e0c7d74-0b11-401c-ae1d-b0462c019e44} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
9303 2025.03.22 20:09:38.857710 [ 5 ] {5e0c7d74-0b11-401c-ae1d-b0462c019e44} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9304 2025.03.22 20:09:38.857935 [ 5 ] {5e0c7d74-0b11-401c-ae1d-b0462c019e44} <Debug> executeQuery: Read 109 rows, 9.32 KiB in 0.001504 sec., 72473.40425531915 rows/sec., 6.05 MiB/sec.
9305 2025.03.22 20:09:38.858003 [ 5 ] {5e0c7d74-0b11-401c-ae1d-b0462c019e44} <Debug> TCPHandler: Processed in 0.001706797 sec.
9306 2025.03.22 20:09:38.858132 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9307 2025.03.22 20:09:38.858296 [ 5 ] {28a6a2f8-245a-4866-8afe-86925fb6aca4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9308 2025.03.22 20:09:38.858354 [ 5 ] {28a6a2f8-245a-4866-8afe-86925fb6aca4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9309 2025.03.22 20:09:38.858887 [ 5 ] {28a6a2f8-245a-4866-8afe-86925fb6aca4} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9310 2025.03.22 20:09:38.858926 [ 5 ] {28a6a2f8-245a-4866-8afe-86925fb6aca4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
9311 2025.03.22 20:09:38.859271 [ 5 ] {28a6a2f8-245a-4866-8afe-86925fb6aca4} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
9312 2025.03.22 20:09:38.859514 [ 5 ] {28a6a2f8-245a-4866-8afe-86925fb6aca4} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9313 2025.03.22 20:09:38.859722 [ 5 ] {28a6a2f8-245a-4866-8afe-86925fb6aca4} <Debug> executeQuery: Read 28 rows, 2.09 KiB in 0.001472 sec., 19021.739130434784 rows/sec., 1.39 MiB/sec.
9314 2025.03.22 20:09:38.859774 [ 5 ] {28a6a2f8-245a-4866-8afe-86925fb6aca4} <Debug> TCPHandler: Processed in 0.001704906 sec.
9315 2025.03.22 20:09:38.859909 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9316 2025.03.22 20:09:38.860013 [ 5 ] {91fa1061-baad-4f5f-8485-0040f3672d2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9317 2025.03.22 20:09:38.860059 [ 5 ] {91fa1061-baad-4f5f-8485-0040f3672d2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9318 2025.03.22 20:09:38.860598 [ 5 ] {91fa1061-baad-4f5f-8485-0040f3672d2d} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9319 2025.03.22 20:09:38.860637 [ 5 ] {91fa1061-baad-4f5f-8485-0040f3672d2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
9320 2025.03.22 20:09:38.860981 [ 5 ] {91fa1061-baad-4f5f-8485-0040f3672d2d} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
9321 2025.03.22 20:09:38.861209 [ 5 ] {91fa1061-baad-4f5f-8485-0040f3672d2d} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9322 2025.03.22 20:09:38.861422 [ 5 ] {91fa1061-baad-4f5f-8485-0040f3672d2d} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.00143 sec., 64335.66433566433 rows/sec., 5.03 MiB/sec.
9323 2025.03.22 20:09:38.861473 [ 5 ] {91fa1061-baad-4f5f-8485-0040f3672d2d} <Debug> TCPHandler: Processed in 0.001615434 sec.
9324 2025.03.22 20:09:38.861590 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9325 2025.03.22 20:09:38.861695 [ 5 ] {2258814a-422b-4f1d-8267-bd69b85b4ea9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9326 2025.03.22 20:09:38.861745 [ 5 ] {2258814a-422b-4f1d-8267-bd69b85b4ea9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9327 2025.03.22 20:09:38.862257 [ 5 ] {2258814a-422b-4f1d-8267-bd69b85b4ea9} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9328 2025.03.22 20:09:38.862296 [ 5 ] {2258814a-422b-4f1d-8267-bd69b85b4ea9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
9329 2025.03.22 20:09:38.862671 [ 5 ] {2258814a-422b-4f1d-8267-bd69b85b4ea9} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
9330 2025.03.22 20:09:38.862903 [ 5 ] {2258814a-422b-4f1d-8267-bd69b85b4ea9} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9331 2025.03.22 20:09:38.863139 [ 5 ] {2258814a-422b-4f1d-8267-bd69b85b4ea9} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001463 sec., 110047.84688995214 rows/sec., 7.66 MiB/sec.
9332 2025.03.22 20:09:38.863234 [ 5 ] {2258814a-422b-4f1d-8267-bd69b85b4ea9} <Debug> TCPHandler: Processed in 0.001693956 sec.
9333 2025.03.22 20:09:38.863451 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9334 2025.03.22 20:09:38.863666 [ 5 ] {7f170c9a-5559-4ec7-bfaf-17d6754d11c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9335 2025.03.22 20:09:38.863739 [ 5 ] {7f170c9a-5559-4ec7-bfaf-17d6754d11c4} <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
9336 2025.03.22 20:09:38.864876 [ 5 ] {7f170c9a-5559-4ec7-bfaf-17d6754d11c4} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9337 2025.03.22 20:09:38.864917 [ 5 ] {7f170c9a-5559-4ec7-bfaf-17d6754d11c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
9338 2025.03.22 20:09:38.865543 [ 5 ] {7f170c9a-5559-4ec7-bfaf-17d6754d11c4} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
9339 2025.03.22 20:09:38.865830 [ 5 ] {7f170c9a-5559-4ec7-bfaf-17d6754d11c4} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9340 2025.03.22 20:09:38.866099 [ 5 ] {7f170c9a-5559-4ec7-bfaf-17d6754d11c4} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002483 sec., 10471.204188481675 rows/sec., 18.76 MiB/sec.
9341 2025.03.22 20:09:38.866379 [ 5 ] {7f170c9a-5559-4ec7-bfaf-17d6754d11c4} <Debug> TCPHandler: Processed in 0.003036794 sec.
9342 2025.03.22 20:09:38.866578 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9343 2025.03.22 20:09:38.866678 [ 5 ] {5e02dca3-86f0-4785-b2e8-b69609bd87f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9344 2025.03.22 20:09:38.866725 [ 5 ] {5e02dca3-86f0-4785-b2e8-b69609bd87f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9345 2025.03.22 20:09:38.867167 [ 5 ] {5e02dca3-86f0-4785-b2e8-b69609bd87f8} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9346 2025.03.22 20:09:38.867206 [ 5 ] {5e02dca3-86f0-4785-b2e8-b69609bd87f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
9347 2025.03.22 20:09:38.867592 [ 5 ] {5e02dca3-86f0-4785-b2e8-b69609bd87f8} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
9348 2025.03.22 20:09:38.867825 [ 5 ] {5e02dca3-86f0-4785-b2e8-b69609bd87f8} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9349 2025.03.22 20:09:38.868061 [ 5 ] {5e02dca3-86f0-4785-b2e8-b69609bd87f8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.0014 sec., 42857.142857142855 rows/sec., 2.89 MiB/sec.
9350 2025.03.22 20:09:38.868139 [ 5 ] {5e02dca3-86f0-4785-b2e8-b69609bd87f8} <Debug> TCPHandler: Processed in 0.001616404 sec.
9351 2025.03.22 20:09:40.506356 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 24339
9352 2025.03.22 20:09:40.507264 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9353 2025.03.22 20:09:40.507338 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
9354 2025.03.22 20:09:40.507896 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
9355 2025.03.22 20:09:40.508173 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9356 2025.03.22 20:09:40.508437 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24339
9357 2025.03.22 20:09:42.297421 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 400
9358 2025.03.22 20:09:42.317542 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9359 2025.03.22 20:09:42.317604 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
9360 2025.03.22 20:09:42.324906 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
9361 2025.03.22 20:09:42.325659 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9362 2025.03.22 20:09:42.329458 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 400
9363 2025.03.22 20:09:43.135992 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1294
9364 2025.03.22 20:09:43.138924 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9365 2025.03.22 20:09:43.138974 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
9366 2025.03.22 20:09:43.140440 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
9367 2025.03.22 20:09:43.140744 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9368 2025.03.22 20:09:43.141273 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1294
9369 2025.03.22 20:09:43.852474 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9370 2025.03.22 20:09:43.852680 [ 5 ] {1f1fa21b-6fef-4c22-8f52-bb7fdf1637fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9371 2025.03.22 20:09:43.852761 [ 5 ] {1f1fa21b-6fef-4c22-8f52-bb7fdf1637fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9372 2025.03.22 20:09:43.853552 [ 5 ] {1f1fa21b-6fef-4c22-8f52-bb7fdf1637fc} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9373 2025.03.22 20:09:43.853599 [ 5 ] {1f1fa21b-6fef-4c22-8f52-bb7fdf1637fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
9374 2025.03.22 20:09:43.854024 [ 5 ] {1f1fa21b-6fef-4c22-8f52-bb7fdf1637fc} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
9375 2025.03.22 20:09:43.854271 [ 5 ] {1f1fa21b-6fef-4c22-8f52-bb7fdf1637fc} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9376 2025.03.22 20:09:43.854467 [ 135 ] {} <Debug> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
9377 2025.03.22 20:09:43.854492 [ 5 ] {1f1fa21b-6fef-4c22-8f52-bb7fdf1637fc} <Debug> executeQuery: Read 82 rows, 6.94 KiB in 0.001868 sec., 43897.21627408994 rows/sec., 3.63 MiB/sec.
9378 2025.03.22 20:09:43.854552 [ 135 ] {} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9379 2025.03.22 20:09:43.854617 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
9380 2025.03.22 20:09:43.854668 [ 5 ] {1f1fa21b-6fef-4c22-8f52-bb7fdf1637fc} <Debug> TCPHandler: Processed in 0.0023264 sec.
9381 2025.03.22 20:09:43.854797 [ 201 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::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
9382 2025.03.22 20:09:43.854830 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9383 2025.03.22 20:09:43.854931 [ 201 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9384 2025.03.22 20:09:43.854969 [ 201 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1403 rows starting from the beginning of the part
9385 2025.03.22 20:09:43.854969 [ 5 ] {125c10ab-a936-440f-b63b-ff9055ee7943} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9386 2025.03.22 20:09:43.855044 [ 5 ] {125c10ab-a936-440f-b63b-ff9055ee7943} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9387 2025.03.22 20:09:43.855098 [ 201 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 56 rows starting from the beginning of the part
9388 2025.03.22 20:09:43.855368 [ 201 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 108 rows starting from the beginning of the part
9389 2025.03.22 20:09:43.855599 [ 201 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 82 rows starting from the beginning of the part
9390 2025.03.22 20:09:43.855827 [ 201 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 109 rows starting from the beginning of the part
9391 2025.03.22 20:09:43.856064 [ 201 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 82 rows starting from the beginning of the part
9392 2025.03.22 20:09:43.856848 [ 5 ] {125c10ab-a936-440f-b63b-ff9055ee7943} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9393 2025.03.22 20:09:43.856892 [ 5 ] {125c10ab-a936-440f-b63b-ff9055ee7943} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9394 2025.03.22 20:09:43.857444 [ 5 ] {125c10ab-a936-440f-b63b-ff9055ee7943} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
9395 2025.03.22 20:09:43.857705 [ 5 ] {125c10ab-a936-440f-b63b-ff9055ee7943} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9396 2025.03.22 20:09:43.858112 [ 201 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1840 rows, containing 5 columns (5 merged, 0 gathered) in 0.003392652 sec., 542348.5815816064 rows/sec., 47.21 MiB/sec.
9397 2025.03.22 20:09:43.858204 [ 5 ] {125c10ab-a936-440f-b63b-ff9055ee7943} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.003266 sec., 3980.4041641151257 rows/sec., 299.31 KiB/sec.
9398 2025.03.22 20:09:43.858494 [ 5 ] {125c10ab-a936-440f-b63b-ff9055ee7943} <Debug> TCPHandler: Processed in 0.003714979 sec.
9399 2025.03.22 20:09:43.858494 [ 201 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
9400 2025.03.22 20:09:43.858853 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9401 2025.03.22 20:09:43.859199 [ 5 ] {b1a54db2-a54f-40f8-ab55-3006a93dea35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9402 2025.03.22 20:09:43.859367 [ 5 ] {b1a54db2-a54f-40f8-ab55-3006a93dea35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9403 2025.03.22 20:09:43.859528 [ 201 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_91_18} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9404 2025.03.22 20:09:43.859749 [ 201 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_91_18} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
9405 2025.03.22 20:09:43.859856 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB.
9406 2025.03.22 20:09:43.860293 [ 5 ] {b1a54db2-a54f-40f8-ab55-3006a93dea35} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9407 2025.03.22 20:09:43.860331 [ 5 ] {b1a54db2-a54f-40f8-ab55-3006a93dea35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
9408 2025.03.22 20:09:43.860697 [ 5 ] {b1a54db2-a54f-40f8-ab55-3006a93dea35} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
9409 2025.03.22 20:09:43.860932 [ 5 ] {b1a54db2-a54f-40f8-ab55-3006a93dea35} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9410 2025.03.22 20:09:43.861106 [ 135 ] {} <Debug> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
9411 2025.03.22 20:09:43.861171 [ 5 ] {b1a54db2-a54f-40f8-ab55-3006a93dea35} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.002085 sec., 36930.455635491606 rows/sec., 2.88 MiB/sec.
9412 2025.03.22 20:09:43.861178 [ 135 ] {} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9413 2025.03.22 20:09:43.861257 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
9414 2025.03.22 20:09:43.861308 [ 5 ] {b1a54db2-a54f-40f8-ab55-3006a93dea35} <Debug> TCPHandler: Processed in 0.002578795 sec.
9415 2025.03.22 20:09:43.861480 [ 197 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::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
9416 2025.03.22 20:09:43.861497 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9417 2025.03.22 20:09:43.861749 [ 5 ] {40e6f8fd-078c-4a21-bf4d-02e12a0a7d16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9418 2025.03.22 20:09:43.861768 [ 197 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9419 2025.03.22 20:09:43.861849 [ 197 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 631 rows starting from the beginning of the part
9420 2025.03.22 20:09:43.861879 [ 5 ] {40e6f8fd-078c-4a21-bf4d-02e12a0a7d16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9421 2025.03.22 20:09:43.862258 [ 197 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 64 rows starting from the beginning of the part
9422 2025.03.22 20:09:43.862702 [ 197 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 90 rows starting from the beginning of the part
9423 2025.03.22 20:09:43.863146 [ 197 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 77 rows starting from the beginning of the part
9424 2025.03.22 20:09:43.863413 [ 197 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 92 rows starting from the beginning of the part
9425 2025.03.22 20:09:43.863581 [ 197 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 77 rows starting from the beginning of the part
9426 2025.03.22 20:09:43.864169 [ 5 ] {40e6f8fd-078c-4a21-bf4d-02e12a0a7d16} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9427 2025.03.22 20:09:43.864212 [ 5 ] {40e6f8fd-078c-4a21-bf4d-02e12a0a7d16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9428 2025.03.22 20:09:43.864792 [ 5 ] {40e6f8fd-078c-4a21-bf4d-02e12a0a7d16} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
9429 2025.03.22 20:09:43.865125 [ 5 ] {40e6f8fd-078c-4a21-bf4d-02e12a0a7d16} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9430 2025.03.22 20:09:43.865140 [ 197 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1031 rows, containing 5 columns (5 merged, 0 gathered) in 0.00377703 sec., 272965.79587665445 rows/sec., 21.90 MiB/sec.
9431 2025.03.22 20:09:43.865356 [ 135 ] {} <Debug> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
9432 2025.03.22 20:09:43.865381 [ 197 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
9433 2025.03.22 20:09:43.865442 [ 135 ] {} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9434 2025.03.22 20:09:43.865530 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
9435 2025.03.22 20:09:43.865543 [ 5 ] {40e6f8fd-078c-4a21-bf4d-02e12a0a7d16} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003856 sec., 41493.775933609955 rows/sec., 2.89 MiB/sec.
9436 2025.03.22 20:09:43.865886 [ 5 ] {40e6f8fd-078c-4a21-bf4d-02e12a0a7d16} <Debug> TCPHandler: Processed in 0.004441774 sec.
9437 2025.03.22 20:09:43.866093 [ 193 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::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
9438 2025.03.22 20:09:43.866233 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9439 2025.03.22 20:09:43.866283 [ 197 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_91_18} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9440 2025.03.22 20:09:43.866619 [ 5 ] {2ff8a81b-2239-4784-9481-77b865121181} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9441 2025.03.22 20:09:43.866628 [ 193 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9442 2025.03.22 20:09:43.866653 [ 197 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_91_18} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
9443 2025.03.22 20:09:43.866753 [ 193 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_86_17, total 24235 rows starting from the beginning of the part
9444 2025.03.22 20:09:43.866970 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB.
9445 2025.03.22 20:09:43.867083 [ 5 ] {2ff8a81b-2239-4784-9481-77b865121181} <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
9446 2025.03.22 20:09:43.867248 [ 193 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 32 rows starting from the beginning of the part
9447 2025.03.22 20:09:43.867647 [ 193 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 160 rows starting from the beginning of the part
9448 2025.03.22 20:09:43.868273 [ 193 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 160 rows starting from the beginning of the part
9449 2025.03.22 20:09:43.868700 [ 193 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 161 rows starting from the beginning of the part
9450 2025.03.22 20:09:43.869005 [ 193 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 160 rows starting from the beginning of the part
9451 2025.03.22 20:09:43.870690 [ 5 ] {2ff8a81b-2239-4784-9481-77b865121181} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9452 2025.03.22 20:09:43.870736 [ 5 ] {2ff8a81b-2239-4784-9481-77b865121181} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9453 2025.03.22 20:09:43.871673 [ 5 ] {2ff8a81b-2239-4784-9481-77b865121181} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
9454 2025.03.22 20:09:43.871970 [ 5 ] {2ff8a81b-2239-4784-9481-77b865121181} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9455 2025.03.22 20:09:43.872432 [ 5 ] {2ff8a81b-2239-4784-9481-77b865121181} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.005928 sec., 2192.9824561403507 rows/sec., 3.93 MiB/sec.
9456 2025.03.22 20:09:43.872766 [ 5 ] {2ff8a81b-2239-4784-9481-77b865121181} <Debug> TCPHandler: Processed in 0.006637651 sec.
9457 2025.03.22 20:09:43.873101 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9458 2025.03.22 20:09:43.873209 [ 5 ] {30f0f2ae-4f1f-4566-b728-cd570957380e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9459 2025.03.22 20:09:43.873255 [ 5 ] {30f0f2ae-4f1f-4566-b728-cd570957380e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9460 2025.03.22 20:09:43.873871 [ 5 ] {30f0f2ae-4f1f-4566-b728-cd570957380e} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9461 2025.03.22 20:09:43.873908 [ 5 ] {30f0f2ae-4f1f-4566-b728-cd570957380e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9462 2025.03.22 20:09:43.874420 [ 5 ] {30f0f2ae-4f1f-4566-b728-cd570957380e} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
9463 2025.03.22 20:09:43.874701 [ 5 ] {30f0f2ae-4f1f-4566-b728-cd570957380e} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9464 2025.03.22 20:09:43.874899 [ 135 ] {} <Debug> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
9465 2025.03.22 20:09:43.874966 [ 135 ] {} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9466 2025.03.22 20:09:43.874972 [ 5 ] {30f0f2ae-4f1f-4566-b728-cd570957380e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001776 sec., 33783.78378378379 rows/sec., 2.28 MiB/sec.
9467 2025.03.22 20:09:43.875020 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.97 GiB.
9468 2025.03.22 20:09:43.875273 [ 5 ] {30f0f2ae-4f1f-4566-b728-cd570957380e} <Debug> TCPHandler: Processed in 0.002229718 sec.
9469 2025.03.22 20:09:43.875406 [ 188 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::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
9470 2025.03.22 20:09:43.875691 [ 188 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9471 2025.03.22 20:09:43.875824 [ 188 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 4404 rows starting from the beginning of the part
9472 2025.03.22 20:09:43.876077 [ 187 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24908 rows, containing 5 columns (5 merged, 0 gathered) in 0.010399691 sec., 2395071.1612489256 rows/sec., 164.16 MiB/sec.
9473 2025.03.22 20:09:43.876147 [ 188 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 12 rows starting from the beginning of the part
9474 2025.03.22 20:09:43.876360 [ 188 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 60 rows starting from the beginning of the part
9475 2025.03.22 20:09:43.876546 [ 187 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
9476 2025.03.22 20:09:43.876675 [ 188 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 60 rows starting from the beginning of the part
9477 2025.03.22 20:09:43.876919 [ 188 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 60 rows starting from the beginning of the part
9478 2025.03.22 20:09:43.877254 [ 188 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 60 rows starting from the beginning of the part
9479 2025.03.22 20:09:43.877583 [ 187 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9480 2025.03.22 20:09:43.877838 [ 187 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
9481 2025.03.22 20:09:43.878012 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB.
9482 2025.03.22 20:09:43.879798 [ 198 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4656 rows, containing 4 columns (4 merged, 0 gathered) in 0.004530197 sec., 1027769.874025346 rows/sec., 69.29 MiB/sec.
9483 2025.03.22 20:09:43.880208 [ 187 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
9484 2025.03.22 20:09:43.880568 [ 187 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_91_18} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9485 2025.03.22 20:09:43.880667 [ 187 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_91_18} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
9486 2025.03.22 20:09:43.880769 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.10 MiB.
9487 2025.03.22 20:09:47.796115 [ 60 ] {} <Debug> DNSResolver: Updating DNS cache
9488 2025.03.22 20:09:47.796214 [ 60 ] {} <Debug> DNSResolver: Updated DNS cache
9489 2025.03.22 20:09:48.008565 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 24827
9490 2025.03.22 20:09:48.009500 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9491 2025.03.22 20:09:48.009543 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9492 2025.03.22 20:09:48.010070 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
9493 2025.03.22 20:09:48.010328 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9494 2025.03.22 20:09:48.010527 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24827
9495 2025.03.22 20:09:48.853300 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9496 2025.03.22 20:09:48.853498 [ 5 ] {6636a14c-1b1f-4f87-a690-6576f504d878} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9497 2025.03.22 20:09:48.853569 [ 5 ] {6636a14c-1b1f-4f87-a690-6576f504d878} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9498 2025.03.22 20:09:48.854352 [ 5 ] {6636a14c-1b1f-4f87-a690-6576f504d878} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9499 2025.03.22 20:09:48.854402 [ 5 ] {6636a14c-1b1f-4f87-a690-6576f504d878} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9500 2025.03.22 20:09:48.854883 [ 5 ] {6636a14c-1b1f-4f87-a690-6576f504d878} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
9501 2025.03.22 20:09:48.855165 [ 5 ] {6636a14c-1b1f-4f87-a690-6576f504d878} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9502 2025.03.22 20:09:48.855441 [ 5 ] {6636a14c-1b1f-4f87-a690-6576f504d878} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.001993 sec., 54189.66382338184 rows/sec., 4.53 MiB/sec.
9503 2025.03.22 20:09:48.855515 [ 5 ] {6636a14c-1b1f-4f87-a690-6576f504d878} <Debug> TCPHandler: Processed in 0.00233922 sec.
9504 2025.03.22 20:09:48.855633 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9505 2025.03.22 20:09:48.855743 [ 5 ] {7084601c-42ee-477e-8678-db65777a03e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9506 2025.03.22 20:09:48.855795 [ 5 ] {7084601c-42ee-477e-8678-db65777a03e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9507 2025.03.22 20:09:48.856376 [ 5 ] {7084601c-42ee-477e-8678-db65777a03e4} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9508 2025.03.22 20:09:48.856419 [ 5 ] {7084601c-42ee-477e-8678-db65777a03e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9509 2025.03.22 20:09:48.856778 [ 5 ] {7084601c-42ee-477e-8678-db65777a03e4} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
9510 2025.03.22 20:09:48.857017 [ 5 ] {7084601c-42ee-477e-8678-db65777a03e4} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9511 2025.03.22 20:09:48.857246 [ 5 ] {7084601c-42ee-477e-8678-db65777a03e4} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001529 sec., 17004.57815565729 rows/sec., 1.25 MiB/sec.
9512 2025.03.22 20:09:48.857301 [ 5 ] {7084601c-42ee-477e-8678-db65777a03e4} <Debug> TCPHandler: Processed in 0.001720867 sec.
9513 2025.03.22 20:09:48.857445 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9514 2025.03.22 20:09:48.857556 [ 5 ] {17b611d2-f30d-445a-b440-cf2b3b948d01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9515 2025.03.22 20:09:48.857604 [ 5 ] {17b611d2-f30d-445a-b440-cf2b3b948d01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9516 2025.03.22 20:09:48.858158 [ 5 ] {17b611d2-f30d-445a-b440-cf2b3b948d01} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9517 2025.03.22 20:09:48.858198 [ 5 ] {17b611d2-f30d-445a-b440-cf2b3b948d01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9518 2025.03.22 20:09:48.858569 [ 5 ] {17b611d2-f30d-445a-b440-cf2b3b948d01} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
9519 2025.03.22 20:09:48.858805 [ 5 ] {17b611d2-f30d-445a-b440-cf2b3b948d01} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9520 2025.03.22 20:09:48.859011 [ 5 ] {17b611d2-f30d-445a-b440-cf2b3b948d01} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.001482 sec., 60728.74493927125 rows/sec., 4.74 MiB/sec.
9521 2025.03.22 20:09:48.859062 [ 5 ] {17b611d2-f30d-445a-b440-cf2b3b948d01} <Debug> TCPHandler: Processed in 0.001667465 sec.
9522 2025.03.22 20:09:48.859180 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9523 2025.03.22 20:09:48.859286 [ 5 ] {0b302bb8-ca36-4d4f-b357-f7d700072275} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9524 2025.03.22 20:09:48.859336 [ 5 ] {0b302bb8-ca36-4d4f-b357-f7d700072275} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9525 2025.03.22 20:09:48.859861 [ 5 ] {0b302bb8-ca36-4d4f-b357-f7d700072275} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9526 2025.03.22 20:09:48.859900 [ 5 ] {0b302bb8-ca36-4d4f-b357-f7d700072275} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9527 2025.03.22 20:09:48.860278 [ 5 ] {0b302bb8-ca36-4d4f-b357-f7d700072275} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
9528 2025.03.22 20:09:48.860523 [ 5 ] {0b302bb8-ca36-4d4f-b357-f7d700072275} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9529 2025.03.22 20:09:48.860747 [ 5 ] {0b302bb8-ca36-4d4f-b357-f7d700072275} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001484 sec., 107816.71159029649 rows/sec., 7.51 MiB/sec.
9530 2025.03.22 20:09:48.860812 [ 5 ] {0b302bb8-ca36-4d4f-b357-f7d700072275} <Debug> TCPHandler: Processed in 0.001682035 sec.
9531 2025.03.22 20:09:48.860960 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9532 2025.03.22 20:09:48.861092 [ 5 ] {ed39b89b-1a33-4af6-a0e6-adf2da2e6964} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9533 2025.03.22 20:09:48.861159 [ 5 ] {ed39b89b-1a33-4af6-a0e6-adf2da2e6964} <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
9534 2025.03.22 20:09:48.862238 [ 5 ] {ed39b89b-1a33-4af6-a0e6-adf2da2e6964} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9535 2025.03.22 20:09:48.862277 [ 5 ] {ed39b89b-1a33-4af6-a0e6-adf2da2e6964} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9536 2025.03.22 20:09:48.862910 [ 5 ] {ed39b89b-1a33-4af6-a0e6-adf2da2e6964} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
9537 2025.03.22 20:09:48.863164 [ 5 ] {ed39b89b-1a33-4af6-a0e6-adf2da2e6964} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9538 2025.03.22 20:09:48.863409 [ 5 ] {ed39b89b-1a33-4af6-a0e6-adf2da2e6964} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002347 sec., 11077.97187899446 rows/sec., 19.85 MiB/sec.
9539 2025.03.22 20:09:48.863513 [ 5 ] {ed39b89b-1a33-4af6-a0e6-adf2da2e6964} <Debug> TCPHandler: Processed in 0.002617996 sec.
9540 2025.03.22 20:09:48.863651 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9541 2025.03.22 20:09:48.863756 [ 5 ] {7f479ac4-6dfe-4f30-87e8-351ef81a7bad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9542 2025.03.22 20:09:48.863803 [ 5 ] {7f479ac4-6dfe-4f30-87e8-351ef81a7bad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9543 2025.03.22 20:09:48.864239 [ 5 ] {7f479ac4-6dfe-4f30-87e8-351ef81a7bad} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9544 2025.03.22 20:09:48.864278 [ 5 ] {7f479ac4-6dfe-4f30-87e8-351ef81a7bad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9545 2025.03.22 20:09:48.864648 [ 5 ] {7f479ac4-6dfe-4f30-87e8-351ef81a7bad} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
9546 2025.03.22 20:09:48.864892 [ 5 ] {7f479ac4-6dfe-4f30-87e8-351ef81a7bad} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9547 2025.03.22 20:09:48.865094 [ 5 ] {7f479ac4-6dfe-4f30-87e8-351ef81a7bad} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00136 sec., 44117.647058823524 rows/sec., 2.97 MiB/sec.
9548 2025.03.22 20:09:48.865142 [ 5 ] {7f479ac4-6dfe-4f30-87e8-351ef81a7bad} <Debug> TCPHandler: Processed in 0.001541032 sec.
9549 2025.03.22 20:09:49.829508 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 408
9550 2025.03.22 20:09:49.851608 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9551 2025.03.22 20:09:49.851681 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9552 2025.03.22 20:09:49.859692 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
9553 2025.03.22 20:09:49.860711 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9554 2025.03.22 20:09:49.864508 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 408
9555 2025.03.22 20:09:52.848965 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9556 2025.03.22 20:09:52.849161 [ 5 ] {06fd18ab-e8e7-427a-ac98-1c16f7684871} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
9557 2025.03.22 20:09:52.849230 [ 5 ] {06fd18ab-e8e7-427a-ac98-1c16f7684871} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
9558 2025.03.22 20:09:52.849981 [ 5 ] {06fd18ab-e8e7-427a-ac98-1c16f7684871} <Trace> oximeter.fields_i16 (264093f9-a655-4468-9a79-5d699a3bbf39): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9559 2025.03.22 20:09:52.850021 [ 5 ] {06fd18ab-e8e7-427a-ac98-1c16f7684871} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9560 2025.03.22 20:09:52.850458 [ 5 ] {06fd18ab-e8e7-427a-ac98-1c16f7684871} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
9561 2025.03.22 20:09:52.850709 [ 5 ] {06fd18ab-e8e7-427a-ac98-1c16f7684871} <Trace> oximeter.fields_i16 (264093f9-a655-4468-9a79-5d699a3bbf39): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9562 2025.03.22 20:09:52.850846 [ 29 ] {} <Debug> oximeter.fields_i16 (264093f9-a655-4468-9a79-5d699a3bbf39) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0
9563 2025.03.22 20:09:52.850887 [ 29 ] {} <Trace> oximeter.fields_i16 (264093f9-a655-4468-9a79-5d699a3bbf39): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9564 2025.03.22 20:09:52.850912 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9565 2025.03.22 20:09:52.850911 [ 5 ] {06fd18ab-e8e7-427a-ac98-1c16f7684871} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001798 sec., 13348.164627363738 rows/sec., 1.11 MiB/sec.
9566 2025.03.22 20:09:52.851062 [ 5 ] {06fd18ab-e8e7-427a-ac98-1c16f7684871} <Debug> TCPHandler: Processed in 0.002216007 sec.
9567 2025.03.22 20:09:52.851249 [ 188 ] {264093f9-a655-4468-9a79-5d699a3bbf39::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
9568 2025.03.22 20:09:52.851280 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9569 2025.03.22 20:09:52.851554 [ 5 ] {f2d972b3-47e5-48be-b2a4-f727f42ad956} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9570 2025.03.22 20:09:52.851577 [ 188 ] {264093f9-a655-4468-9a79-5d699a3bbf39::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9571 2025.03.22 20:09:52.851637 [ 5 ] {f2d972b3-47e5-48be-b2a4-f727f42ad956} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9572 2025.03.22 20:09:52.851654 [ 188 ] {264093f9-a655-4468-9a79-5d699a3bbf39::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 24 rows starting from the beginning of the part
9573 2025.03.22 20:09:52.852020 [ 188 ] {264093f9-a655-4468-9a79-5d699a3bbf39::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 24 rows starting from the beginning of the part
9574 2025.03.22 20:09:52.852390 [ 188 ] {264093f9-a655-4468-9a79-5d699a3bbf39::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 24 rows starting from the beginning of the part
9575 2025.03.22 20:09:52.852750 [ 188 ] {264093f9-a655-4468-9a79-5d699a3bbf39::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 24 rows starting from the beginning of the part
9576 2025.03.22 20:09:52.853092 [ 188 ] {264093f9-a655-4468-9a79-5d699a3bbf39::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 24 rows starting from the beginning of the part
9577 2025.03.22 20:09:52.855293 [ 198 ] {264093f9-a655-4468-9a79-5d699a3bbf39::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 5 columns (5 merged, 0 gathered) in 0.00425354 sec., 28211.79535163652 rows/sec., 2.45 MiB/sec.
9578 2025.03.22 20:09:52.855464 [ 5 ] {f2d972b3-47e5-48be-b2a4-f727f42ad956} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9579 2025.03.22 20:09:52.855516 [ 5 ] {f2d972b3-47e5-48be-b2a4-f727f42ad956} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9580 2025.03.22 20:09:52.855561 [ 198 ] {264093f9-a655-4468-9a79-5d699a3bbf39::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary)
9581 2025.03.22 20:09:52.856262 [ 198 ] {264093f9-a655-4468-9a79-5d699a3bbf39::all_1_13_3} <Trace> oximeter.fields_i16 (264093f9-a655-4468-9a79-5d699a3bbf39): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9582 2025.03.22 20:09:52.856365 [ 5 ] {f2d972b3-47e5-48be-b2a4-f727f42ad956} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
9583 2025.03.22 20:09:52.856434 [ 198 ] {264093f9-a655-4468-9a79-5d699a3bbf39::all_1_13_3} <Trace> oximeter.fields_i16 (264093f9-a655-4468-9a79-5d699a3bbf39) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3
9584 2025.03.22 20:09:52.856613 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
9585 2025.03.22 20:09:52.856760 [ 5 ] {f2d972b3-47e5-48be-b2a4-f727f42ad956} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9586 2025.03.22 20:09:52.856954 [ 5 ] {f2d972b3-47e5-48be-b2a4-f727f42ad956} <Debug> executeQuery: Read 1342 rows, 114.49 KiB in 0.005485 sec., 244667.2743846855 rows/sec., 20.38 MiB/sec.
9587 2025.03.22 20:09:52.857015 [ 5 ] {f2d972b3-47e5-48be-b2a4-f727f42ad956} <Debug> TCPHandler: Processed in 0.005792923 sec.
9588 2025.03.22 20:09:52.857134 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9589 2025.03.22 20:09:52.857240 [ 5 ] {22dca312-108a-4ef8-901d-07611c655282} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9590 2025.03.22 20:09:52.857284 [ 5 ] {22dca312-108a-4ef8-901d-07611c655282} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9591 2025.03.22 20:09:52.857823 [ 5 ] {22dca312-108a-4ef8-901d-07611c655282} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9592 2025.03.22 20:09:52.857861 [ 5 ] {22dca312-108a-4ef8-901d-07611c655282} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9593 2025.03.22 20:09:52.858209 [ 5 ] {22dca312-108a-4ef8-901d-07611c655282} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
9594 2025.03.22 20:09:52.858471 [ 5 ] {22dca312-108a-4ef8-901d-07611c655282} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9595 2025.03.22 20:09:52.858597 [ 29 ] {} <Debug> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
9596 2025.03.22 20:09:52.858625 [ 29 ] {} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9597 2025.03.22 20:09:52.858643 [ 5 ] {22dca312-108a-4ef8-901d-07611c655282} <Debug> executeQuery: Read 25 rows, 1.94 KiB in 0.001425 sec., 17543.859649122805 rows/sec., 1.33 MiB/sec.
9598 2025.03.22 20:09:52.858651 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9599 2025.03.22 20:09:52.858781 [ 5 ] {22dca312-108a-4ef8-901d-07611c655282} <Debug> TCPHandler: Processed in 0.001690227 sec.
9600 2025.03.22 20:09:52.858934 [ 195 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::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
9601 2025.03.22 20:09:52.859012 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9602 2025.03.22 20:09:52.859369 [ 5 ] {1819a01a-01a2-4a64-89cd-2823c5c39bd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
9603 2025.03.22 20:09:52.859475 [ 195 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9604 2025.03.22 20:09:52.859537 [ 5 ] {1819a01a-01a2-4a64-89cd-2823c5c39bd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
9605 2025.03.22 20:09:52.859608 [ 195 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 69 rows starting from the beginning of the part
9606 2025.03.22 20:09:52.860066 [ 195 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 13 rows starting from the beginning of the part
9607 2025.03.22 20:09:52.860465 [ 195 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 28 rows starting from the beginning of the part
9608 2025.03.22 20:09:52.860909 [ 195 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 13 rows starting from the beginning of the part
9609 2025.03.22 20:09:52.861309 [ 195 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 26 rows starting from the beginning of the part
9610 2025.03.22 20:09:52.861737 [ 195 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 25 rows starting from the beginning of the part
9611 2025.03.22 20:09:52.863482 [ 5 ] {1819a01a-01a2-4a64-89cd-2823c5c39bd6} <Trace> oximeter.fields_u32 (ad7a5232-f0e1-40d6-acb0-24ed1d64c039): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9612 2025.03.22 20:09:52.863554 [ 5 ] {1819a01a-01a2-4a64-89cd-2823c5c39bd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9613 2025.03.22 20:09:52.864514 [ 5 ] {1819a01a-01a2-4a64-89cd-2823c5c39bd6} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
9614 2025.03.22 20:09:52.864744 [ 195 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 174 rows, containing 5 columns (5 merged, 0 gathered) in 0.005992107 sec., 29038.199751773456 rows/sec., 2.24 MiB/sec.
9615 2025.03.22 20:09:52.864951 [ 195 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
9616 2025.03.22 20:09:52.864963 [ 5 ] {1819a01a-01a2-4a64-89cd-2823c5c39bd6} <Trace> oximeter.fields_u32 (ad7a5232-f0e1-40d6-acb0-24ed1d64c039): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9617 2025.03.22 20:09:52.865213 [ 29 ] {} <Debug> oximeter.fields_u32 (ad7a5232-f0e1-40d6-acb0-24ed1d64c039) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0
9618 2025.03.22 20:09:52.865295 [ 29 ] {} <Trace> oximeter.fields_u32 (ad7a5232-f0e1-40d6-acb0-24ed1d64c039): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9619 2025.03.22 20:09:52.865351 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9620 2025.03.22 20:09:52.865425 [ 5 ] {1819a01a-01a2-4a64-89cd-2823c5c39bd6} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.006178 sec., 40789.8996438977 rows/sec., 2.82 MiB/sec.
9621 2025.03.22 20:09:52.865727 [ 195 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_76_15} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9622 2025.03.22 20:09:52.865914 [ 5 ] {1819a01a-01a2-4a64-89cd-2823c5c39bd6} <Debug> TCPHandler: Processed in 0.006970468 sec.
9623 2025.03.22 20:09:52.866150 [ 195 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_76_15} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
9624 2025.03.22 20:09:52.866394 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9625 2025.03.22 20:09:52.866405 [ 189 ] {ad7a5232-f0e1-40d6-acb0-24ed1d64c039::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
9626 2025.03.22 20:09:52.866427 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
9627 2025.03.22 20:09:52.866564 [ 5 ] {7f2eafdb-b308-4107-bc37-9c1c5991eb17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
9628 2025.03.22 20:09:52.866575 [ 189 ] {ad7a5232-f0e1-40d6-acb0-24ed1d64c039::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9629 2025.03.22 20:09:52.866616 [ 189 ] {ad7a5232-f0e1-40d6-acb0-24ed1d64c039::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 252 rows starting from the beginning of the part
9630 2025.03.22 20:09:52.866621 [ 5 ] {7f2eafdb-b308-4107-bc37-9c1c5991eb17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
9631 2025.03.22 20:09:52.866801 [ 189 ] {ad7a5232-f0e1-40d6-acb0-24ed1d64c039::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 252 rows starting from the beginning of the part
9632 2025.03.22 20:09:52.866993 [ 189 ] {ad7a5232-f0e1-40d6-acb0-24ed1d64c039::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 252 rows starting from the beginning of the part
9633 2025.03.22 20:09:52.867211 [ 189 ] {ad7a5232-f0e1-40d6-acb0-24ed1d64c039::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 252 rows starting from the beginning of the part
9634 2025.03.22 20:09:52.867437 [ 189 ] {ad7a5232-f0e1-40d6-acb0-24ed1d64c039::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 252 rows starting from the beginning of the part
9635 2025.03.22 20:09:52.868210 [ 5 ] {7f2eafdb-b308-4107-bc37-9c1c5991eb17} <Trace> oximeter.fields_u8 (faaaa09d-c3bc-4a8d-ab11-77969ca3dca4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9636 2025.03.22 20:09:52.868257 [ 5 ] {7f2eafdb-b308-4107-bc37-9c1c5991eb17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9637 2025.03.22 20:09:52.868804 [ 5 ] {7f2eafdb-b308-4107-bc37-9c1c5991eb17} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
9638 2025.03.22 20:09:52.869138 [ 196 ] {ad7a5232-f0e1-40d6-acb0-24ed1d64c039::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1260 rows, containing 5 columns (5 merged, 0 gathered) in 0.003590086 sec., 350966.52280753164 rows/sec., 25.61 MiB/sec.
9639 2025.03.22 20:09:52.869141 [ 5 ] {7f2eafdb-b308-4107-bc37-9c1c5991eb17} <Trace> oximeter.fields_u8 (faaaa09d-c3bc-4a8d-ab11-77969ca3dca4): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9640 2025.03.22 20:09:52.869416 [ 29 ] {} <Debug> oximeter.fields_u8 (faaaa09d-c3bc-4a8d-ab11-77969ca3dca4) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0
9641 2025.03.22 20:09:52.869491 [ 29 ] {} <Trace> oximeter.fields_u8 (faaaa09d-c3bc-4a8d-ab11-77969ca3dca4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9642 2025.03.22 20:09:52.869526 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9643 2025.03.22 20:09:52.869545 [ 196 ] {ad7a5232-f0e1-40d6-acb0-24ed1d64c039::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary)
9644 2025.03.22 20:09:52.869573 [ 5 ] {7f2eafdb-b308-4107-bc37-9c1c5991eb17} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.003029 sec., 3961.703532518983 rows/sec., 309.51 KiB/sec.
9645 2025.03.22 20:09:52.870296 [ 5 ] {7f2eafdb-b308-4107-bc37-9c1c5991eb17} <Debug> TCPHandler: Processed in 0.004054896 sec.
9646 2025.03.22 20:09:52.870305 [ 189 ] {faaaa09d-c3bc-4a8d-ab11-77969ca3dca4::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
9647 2025.03.22 20:09:52.870667 [ 189 ] {faaaa09d-c3bc-4a8d-ab11-77969ca3dca4::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9648 2025.03.22 20:09:52.870682 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9649 2025.03.22 20:09:52.870756 [ 189 ] {faaaa09d-c3bc-4a8d-ab11-77969ca3dca4::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 12 rows starting from the beginning of the part
9650 2025.03.22 20:09:52.871100 [ 5 ] {a9d18fd2-ee30-40c0-90ea-9db2fcd9034f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9651 2025.03.22 20:09:52.871113 [ 196 ] {ad7a5232-f0e1-40d6-acb0-24ed1d64c039::all_1_13_3} <Trace> oximeter.fields_u32 (ad7a5232-f0e1-40d6-acb0-24ed1d64c039): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9652 2025.03.22 20:09:52.871157 [ 189 ] {faaaa09d-c3bc-4a8d-ab11-77969ca3dca4::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 12 rows starting from the beginning of the part
9653 2025.03.22 20:09:52.871257 [ 5 ] {a9d18fd2-ee30-40c0-90ea-9db2fcd9034f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9654 2025.03.22 20:09:52.871594 [ 189 ] {faaaa09d-c3bc-4a8d-ab11-77969ca3dca4::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
9655 2025.03.22 20:09:52.871682 [ 196 ] {ad7a5232-f0e1-40d6-acb0-24ed1d64c039::all_1_13_3} <Trace> oximeter.fields_u32 (ad7a5232-f0e1-40d6-acb0-24ed1d64c039) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3
9656 2025.03.22 20:09:52.872073 [ 189 ] {faaaa09d-c3bc-4a8d-ab11-77969ca3dca4::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 12 rows starting from the beginning of the part
9657 2025.03.22 20:09:52.872123 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB.
9658 2025.03.22 20:09:52.872384 [ 189 ] {faaaa09d-c3bc-4a8d-ab11-77969ca3dca4::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
9659 2025.03.22 20:09:52.873593 [ 5 ] {a9d18fd2-ee30-40c0-90ea-9db2fcd9034f} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9660 2025.03.22 20:09:52.873644 [ 5 ] {a9d18fd2-ee30-40c0-90ea-9db2fcd9034f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9661 2025.03.22 20:09:52.873662 [ 189 ] {faaaa09d-c3bc-4a8d-ab11-77969ca3dca4::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.004035926 sec., 14866.476739167172 rows/sec., 1.19 MiB/sec.
9662 2025.03.22 20:09:52.873883 [ 186 ] {faaaa09d-c3bc-4a8d-ab11-77969ca3dca4::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary)
9663 2025.03.22 20:09:52.874411 [ 5 ] {a9d18fd2-ee30-40c0-90ea-9db2fcd9034f} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
9664 2025.03.22 20:09:52.874506 [ 186 ] {faaaa09d-c3bc-4a8d-ab11-77969ca3dca4::all_1_13_3} <Trace> oximeter.fields_u8 (faaaa09d-c3bc-4a8d-ab11-77969ca3dca4): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9665 2025.03.22 20:09:52.874684 [ 186 ] {faaaa09d-c3bc-4a8d-ab11-77969ca3dca4::all_1_13_3} <Trace> oximeter.fields_u8 (faaaa09d-c3bc-4a8d-ab11-77969ca3dca4) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3
9666 2025.03.22 20:09:52.874824 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
9667 2025.03.22 20:09:52.874906 [ 5 ] {a9d18fd2-ee30-40c0-90ea-9db2fcd9034f} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9668 2025.03.22 20:09:52.875167 [ 5 ] {a9d18fd2-ee30-40c0-90ea-9db2fcd9034f} <Debug> executeQuery: Read 569 rows, 43.70 KiB in 0.004232 sec., 134451.79584120985 rows/sec., 10.08 MiB/sec.
9669 2025.03.22 20:09:52.875228 [ 5 ] {a9d18fd2-ee30-40c0-90ea-9db2fcd9034f} <Debug> TCPHandler: Processed in 0.004667289 sec.
9670 2025.03.22 20:09:52.875342 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9671 2025.03.22 20:09:52.875445 [ 5 ] {ea187c34-3ee1-47ab-ac6f-f135a3d4f2ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9672 2025.03.22 20:09:52.875494 [ 5 ] {ea187c34-3ee1-47ab-ac6f-f135a3d4f2ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9673 2025.03.22 20:09:52.876272 [ 5 ] {ea187c34-3ee1-47ab-ac6f-f135a3d4f2ea} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9674 2025.03.22 20:09:52.876310 [ 5 ] {ea187c34-3ee1-47ab-ac6f-f135a3d4f2ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9675 2025.03.22 20:09:52.876750 [ 5 ] {ea187c34-3ee1-47ab-ac6f-f135a3d4f2ea} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
9676 2025.03.22 20:09:52.876983 [ 5 ] {ea187c34-3ee1-47ab-ac6f-f135a3d4f2ea} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9677 2025.03.22 20:09:52.877195 [ 5 ] {ea187c34-3ee1-47ab-ac6f-f135a3d4f2ea} <Debug> executeQuery: Read 1010 rows, 69.95 KiB in 0.001771 sec., 570299.2659514399 rows/sec., 38.57 MiB/sec.
9678 2025.03.22 20:09:52.877246 [ 5 ] {ea187c34-3ee1-47ab-ac6f-f135a3d4f2ea} <Debug> TCPHandler: Processed in 0.001960002 sec.
9679 2025.03.22 20:09:52.877768 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9680 2025.03.22 20:09:52.877877 [ 5 ] {aae6c64b-dbf1-4a92-8c1b-751e4f5236a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9681 2025.03.22 20:09:52.877946 [ 5 ] {aae6c64b-dbf1-4a92-8c1b-751e4f5236a6} <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
9682 2025.03.22 20:09:52.878999 [ 5 ] {aae6c64b-dbf1-4a92-8c1b-751e4f5236a6} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9683 2025.03.22 20:09:52.879039 [ 5 ] {aae6c64b-dbf1-4a92-8c1b-751e4f5236a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9684 2025.03.22 20:09:52.879664 [ 5 ] {aae6c64b-dbf1-4a92-8c1b-751e4f5236a6} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
9685 2025.03.22 20:09:52.879916 [ 5 ] {aae6c64b-dbf1-4a92-8c1b-751e4f5236a6} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9686 2025.03.22 20:09:52.880124 [ 36 ] {} <Debug> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
9687 2025.03.22 20:09:52.880198 [ 5 ] {aae6c64b-dbf1-4a92-8c1b-751e4f5236a6} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002341 sec., 5553.182400683469 rows/sec., 9.95 MiB/sec.
9688 2025.03.22 20:09:52.880225 [ 36 ] {} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9689 2025.03.22 20:09:52.880334 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9690 2025.03.22 20:09:52.880516 [ 5 ] {aae6c64b-dbf1-4a92-8c1b-751e4f5236a6} <Debug> TCPHandler: Processed in 0.002795769 sec.
9691 2025.03.22 20:09:52.880766 [ 194 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::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
9692 2025.03.22 20:09:52.880836 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9693 2025.03.22 20:09:52.881061 [ 5 ] {824c1743-de39-4d1d-8b9e-13f4011582e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9694 2025.03.22 20:09:52.881187 [ 5 ] {824c1743-de39-4d1d-8b9e-13f4011582e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9695 2025.03.22 20:09:52.881996 [ 194 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9696 2025.03.22 20:09:52.882221 [ 194 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1348 rows starting from the beginning of the part
9697 2025.03.22 20:09:52.882955 [ 194 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 13 rows starting from the beginning of the part
9698 2025.03.22 20:09:52.883594 [ 194 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 26 rows starting from the beginning of the part
9699 2025.03.22 20:09:52.883802 [ 5 ] {824c1743-de39-4d1d-8b9e-13f4011582e0} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9700 2025.03.22 20:09:52.883930 [ 5 ] {824c1743-de39-4d1d-8b9e-13f4011582e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9701 2025.03.22 20:09:52.884329 [ 194 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 13 rows starting from the beginning of the part
9702 2025.03.22 20:09:52.885052 [ 194 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 26 rows starting from the beginning of the part
9703 2025.03.22 20:09:52.885598 [ 5 ] {824c1743-de39-4d1d-8b9e-13f4011582e0} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
9704 2025.03.22 20:09:52.885692 [ 194 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 13 rows starting from the beginning of the part
9705 2025.03.22 20:09:52.886448 [ 5 ] {824c1743-de39-4d1d-8b9e-13f4011582e0} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9706 2025.03.22 20:09:52.886980 [ 5 ] {824c1743-de39-4d1d-8b9e-13f4011582e0} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.005973 sec., 8036.162732295329 rows/sec., 554.58 KiB/sec.
9707 2025.03.22 20:09:52.887225 [ 5 ] {824c1743-de39-4d1d-8b9e-13f4011582e0} <Debug> TCPHandler: Processed in 0.006457317 sec.
9708 2025.03.22 20:09:52.894881 [ 200 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1439 rows, containing 19 columns (19 merged, 0 gathered) in 0.014355925 sec., 100237.35844259425 rows/sec., 179.62 MiB/sec.
9709 2025.03.22 20:09:52.896497 [ 200 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
9710 2025.03.22 20:09:52.896960 [ 200 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_76_15} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9711 2025.03.22 20:09:52.897044 [ 200 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_76_15} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
9712 2025.03.22 20:09:52.897211 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.65 MiB.
9713 2025.03.22 20:09:53.000160 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 234.50 MiB, peak 246.10 MiB, free memory in arenas 0.00 B, will set to 236.61 MiB (RSS), difference: 2.11 MiB
9714 2025.03.22 20:09:53.142458 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 1336
9715 2025.03.22 20:09:53.145747 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9716 2025.03.22 20:09:53.145808 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9717 2025.03.22 20:09:53.147341 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
9718 2025.03.22 20:09:53.147667 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9719 2025.03.22 20:09:53.147948 [ 36 ] {} <Debug> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
9720 2025.03.22 20:09:53.148121 [ 36 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9721 2025.03.22 20:09:53.148250 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9722 2025.03.22 20:09:53.148746 [ 199 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::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
9723 2025.03.22 20:09:53.149254 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1336
9724 2025.03.22 20:09:53.149814 [ 199 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9725 2025.03.22 20:09:53.150010 [ 199 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1178 rows starting from the beginning of the part
9726 2025.03.22 20:09:53.150664 [ 199 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::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
9727 2025.03.22 20:09:53.151303 [ 199 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 44 rows starting from the beginning of the part
9728 2025.03.22 20:09:53.151935 [ 199 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 20 rows starting from the beginning of the part
9729 2025.03.22 20:09:53.152569 [ 199 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 26 rows starting from the beginning of the part
9730 2025.03.22 20:09:53.153141 [ 199 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 42 rows starting from the beginning of the part
9731 2025.03.22 20:09:53.161708 [ 189 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1336 rows, containing 72 columns (72 merged, 0 gathered) in 0.013259791 sec., 100755.73589357479 rows/sec., 78.04 MiB/sec.
9732 2025.03.22 20:09:53.163378 [ 192 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
9733 2025.03.22 20:09:53.164213 [ 192 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_41_8} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9734 2025.03.22 20:09:53.164309 [ 192 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_41_8} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
9735 2025.03.22 20:09:53.164654 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.92 MiB.
9736 2025.03.22 20:09:53.845639 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9737 2025.03.22 20:09:53.845833 [ 5 ] {680312a4-af7a-42c2-9f45-bd62ff8839ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9738 2025.03.22 20:09:53.845911 [ 5 ] {680312a4-af7a-42c2-9f45-bd62ff8839ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9739 2025.03.22 20:09:53.846705 [ 5 ] {680312a4-af7a-42c2-9f45-bd62ff8839ee} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9740 2025.03.22 20:09:53.846762 [ 5 ] {680312a4-af7a-42c2-9f45-bd62ff8839ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9741 2025.03.22 20:09:53.847206 [ 5 ] {680312a4-af7a-42c2-9f45-bd62ff8839ee} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
9742 2025.03.22 20:09:53.847458 [ 5 ] {680312a4-af7a-42c2-9f45-bd62ff8839ee} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9743 2025.03.22 20:09:53.847711 [ 5 ] {680312a4-af7a-42c2-9f45-bd62ff8839ee} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001929 sec., 29030.585795749095 rows/sec., 2.22 MiB/sec.
9744 2025.03.22 20:09:53.847783 [ 5 ] {680312a4-af7a-42c2-9f45-bd62ff8839ee} <Debug> TCPHandler: Processed in 0.002274858 sec.
9745 2025.03.22 20:09:53.847937 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9746 2025.03.22 20:09:53.848095 [ 5 ] {12339cc0-5b07-4832-aff4-f685cadc8ff9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9747 2025.03.22 20:09:53.848151 [ 5 ] {12339cc0-5b07-4832-aff4-f685cadc8ff9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9748 2025.03.22 20:09:53.848743 [ 5 ] {12339cc0-5b07-4832-aff4-f685cadc8ff9} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9749 2025.03.22 20:09:53.848789 [ 5 ] {12339cc0-5b07-4832-aff4-f685cadc8ff9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9750 2025.03.22 20:09:53.849186 [ 5 ] {12339cc0-5b07-4832-aff4-f685cadc8ff9} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
9751 2025.03.22 20:09:53.849446 [ 5 ] {12339cc0-5b07-4832-aff4-f685cadc8ff9} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9752 2025.03.22 20:09:53.849687 [ 5 ] {12339cc0-5b07-4832-aff4-f685cadc8ff9} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001633 sec., 39191.67176974893 rows/sec., 3.06 MiB/sec.
9753 2025.03.22 20:09:53.849756 [ 5 ] {12339cc0-5b07-4832-aff4-f685cadc8ff9} <Debug> TCPHandler: Processed in 0.00188929 sec.
9754 2025.03.22 20:09:53.849894 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9755 2025.03.22 20:09:53.850030 [ 5 ] {869c7e4f-50dd-4d21-98d4-8eb11b7146b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9756 2025.03.22 20:09:53.850082 [ 5 ] {869c7e4f-50dd-4d21-98d4-8eb11b7146b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9757 2025.03.22 20:09:53.850576 [ 5 ] {869c7e4f-50dd-4d21-98d4-8eb11b7146b6} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9758 2025.03.22 20:09:53.850614 [ 5 ] {869c7e4f-50dd-4d21-98d4-8eb11b7146b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9759 2025.03.22 20:09:53.850981 [ 5 ] {869c7e4f-50dd-4d21-98d4-8eb11b7146b6} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
9760 2025.03.22 20:09:53.851221 [ 5 ] {869c7e4f-50dd-4d21-98d4-8eb11b7146b6} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9761 2025.03.22 20:09:53.851437 [ 5 ] {869c7e4f-50dd-4d21-98d4-8eb11b7146b6} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001435 sec., 22299.65156794425 rows/sec., 1.55 MiB/sec.
9762 2025.03.22 20:09:53.851506 [ 5 ] {869c7e4f-50dd-4d21-98d4-8eb11b7146b6} <Debug> TCPHandler: Processed in 0.001681026 sec.
9763 2025.03.22 20:09:53.851655 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9764 2025.03.22 20:09:53.851784 [ 5 ] {f15ecb68-4b9d-472b-b6a1-536cdbce42fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9765 2025.03.22 20:09:53.851831 [ 5 ] {f15ecb68-4b9d-472b-b6a1-536cdbce42fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9766 2025.03.22 20:09:53.852251 [ 5 ] {f15ecb68-4b9d-472b-b6a1-536cdbce42fa} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9767 2025.03.22 20:09:53.852288 [ 5 ] {f15ecb68-4b9d-472b-b6a1-536cdbce42fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9768 2025.03.22 20:09:53.852658 [ 5 ] {f15ecb68-4b9d-472b-b6a1-536cdbce42fa} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
9769 2025.03.22 20:09:53.852892 [ 5 ] {f15ecb68-4b9d-472b-b6a1-536cdbce42fa} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9770 2025.03.22 20:09:53.853099 [ 5 ] {f15ecb68-4b9d-472b-b6a1-536cdbce42fa} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001341 sec., 8948.54586129754 rows/sec., 617.54 KiB/sec.
9771 2025.03.22 20:09:53.853148 [ 5 ] {f15ecb68-4b9d-472b-b6a1-536cdbce42fa} <Debug> TCPHandler: Processed in 0.001556853 sec.
9772 2025.03.22 20:09:55.511632 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 25254
9773 2025.03.22 20:09:55.512265 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9774 2025.03.22 20:09:55.512307 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9775 2025.03.22 20:09:55.512804 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
9776 2025.03.22 20:09:55.513055 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9777 2025.03.22 20:09:55.513284 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25254
9778 2025.03.22 20:09:57.365553 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 415
9779 2025.03.22 20:09:57.386450 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9780 2025.03.22 20:09:57.386496 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9781 2025.03.22 20:09:57.393773 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
9782 2025.03.22 20:09:57.394551 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9783 2025.03.22 20:09:57.398480 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 415
9784 2025.03.22 20:09:58.853479 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9785 2025.03.22 20:09:58.853681 [ 5 ] {6d560e3d-59e6-43e6-a717-769cd8ae4d70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9786 2025.03.22 20:09:58.853761 [ 5 ] {6d560e3d-59e6-43e6-a717-769cd8ae4d70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9787 2025.03.22 20:09:58.854582 [ 5 ] {6d560e3d-59e6-43e6-a717-769cd8ae4d70} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9788 2025.03.22 20:09:58.854627 [ 5 ] {6d560e3d-59e6-43e6-a717-769cd8ae4d70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9789 2025.03.22 20:09:58.855071 [ 5 ] {6d560e3d-59e6-43e6-a717-769cd8ae4d70} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
9790 2025.03.22 20:09:58.855337 [ 5 ] {6d560e3d-59e6-43e6-a717-769cd8ae4d70} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9791 2025.03.22 20:09:58.855548 [ 5 ] {6d560e3d-59e6-43e6-a717-769cd8ae4d70} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.001924 sec., 56133.05613305613 rows/sec., 4.69 MiB/sec.
9792 2025.03.22 20:09:58.855616 [ 5 ] {6d560e3d-59e6-43e6-a717-769cd8ae4d70} <Debug> TCPHandler: Processed in 0.002290638 sec.
9793 2025.03.22 20:09:58.855755 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9794 2025.03.22 20:09:58.855873 [ 5 ] {d91c0958-0db4-461f-ba35-03a3b9329e8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9795 2025.03.22 20:09:58.855924 [ 5 ] {d91c0958-0db4-461f-ba35-03a3b9329e8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9796 2025.03.22 20:09:58.856494 [ 5 ] {d91c0958-0db4-461f-ba35-03a3b9329e8f} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9797 2025.03.22 20:09:58.856532 [ 5 ] {d91c0958-0db4-461f-ba35-03a3b9329e8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9798 2025.03.22 20:09:58.856900 [ 5 ] {d91c0958-0db4-461f-ba35-03a3b9329e8f} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
9799 2025.03.22 20:09:58.857141 [ 5 ] {d91c0958-0db4-461f-ba35-03a3b9329e8f} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9800 2025.03.22 20:09:58.857316 [ 5 ] {d91c0958-0db4-461f-ba35-03a3b9329e8f} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001474 sec., 17639.07734056988 rows/sec., 1.30 MiB/sec.
9801 2025.03.22 20:09:58.857378 [ 5 ] {d91c0958-0db4-461f-ba35-03a3b9329e8f} <Debug> TCPHandler: Processed in 0.001678776 sec.
9802 2025.03.22 20:09:58.857487 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9803 2025.03.22 20:09:58.857590 [ 5 ] {11768f5b-9778-4f25-8461-6d89a5df53cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9804 2025.03.22 20:09:58.857635 [ 5 ] {11768f5b-9778-4f25-8461-6d89a5df53cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9805 2025.03.22 20:09:58.858173 [ 5 ] {11768f5b-9778-4f25-8461-6d89a5df53cf} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9806 2025.03.22 20:09:58.858211 [ 5 ] {11768f5b-9778-4f25-8461-6d89a5df53cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9807 2025.03.22 20:09:58.858577 [ 5 ] {11768f5b-9778-4f25-8461-6d89a5df53cf} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
9808 2025.03.22 20:09:58.858806 [ 5 ] {11768f5b-9778-4f25-8461-6d89a5df53cf} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9809 2025.03.22 20:09:58.858985 [ 5 ] {11768f5b-9778-4f25-8461-6d89a5df53cf} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.001418 sec., 63469.675599435825 rows/sec., 4.96 MiB/sec.
9810 2025.03.22 20:09:58.859042 [ 5 ] {11768f5b-9778-4f25-8461-6d89a5df53cf} <Debug> TCPHandler: Processed in 0.001605954 sec.
9811 2025.03.22 20:09:58.859200 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9812 2025.03.22 20:09:58.859347 [ 5 ] {c105ca2d-cbc3-4e47-8570-bd4aff10ac0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9813 2025.03.22 20:09:58.859396 [ 5 ] {c105ca2d-cbc3-4e47-8570-bd4aff10ac0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9814 2025.03.22 20:09:58.859912 [ 5 ] {c105ca2d-cbc3-4e47-8570-bd4aff10ac0e} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9815 2025.03.22 20:09:58.859949 [ 5 ] {c105ca2d-cbc3-4e47-8570-bd4aff10ac0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9816 2025.03.22 20:09:58.860332 [ 5 ] {c105ca2d-cbc3-4e47-8570-bd4aff10ac0e} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
9817 2025.03.22 20:09:58.860576 [ 5 ] {c105ca2d-cbc3-4e47-8570-bd4aff10ac0e} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9818 2025.03.22 20:09:58.860755 [ 5 ] {c105ca2d-cbc3-4e47-8570-bd4aff10ac0e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001449 sec., 110420.97998619737 rows/sec., 7.69 MiB/sec.
9819 2025.03.22 20:09:58.860804 [ 5 ] {c105ca2d-cbc3-4e47-8570-bd4aff10ac0e} <Debug> TCPHandler: Processed in 0.001667605 sec.
9820 2025.03.22 20:09:58.860906 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9821 2025.03.22 20:09:58.861006 [ 5 ] {b6f0c97b-fc62-4311-9075-3cae6defa72b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9822 2025.03.22 20:09:58.861070 [ 5 ] {b6f0c97b-fc62-4311-9075-3cae6defa72b} <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
9823 2025.03.22 20:09:58.862162 [ 5 ] {b6f0c97b-fc62-4311-9075-3cae6defa72b} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9824 2025.03.22 20:09:58.862199 [ 5 ] {b6f0c97b-fc62-4311-9075-3cae6defa72b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9825 2025.03.22 20:09:58.862827 [ 5 ] {b6f0c97b-fc62-4311-9075-3cae6defa72b} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
9826 2025.03.22 20:09:58.863077 [ 5 ] {b6f0c97b-fc62-4311-9075-3cae6defa72b} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9827 2025.03.22 20:09:58.863304 [ 5 ] {b6f0c97b-fc62-4311-9075-3cae6defa72b} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002319 sec., 11211.729193617939 rows/sec., 20.09 MiB/sec.
9828 2025.03.22 20:09:58.863410 [ 5 ] {b6f0c97b-fc62-4311-9075-3cae6defa72b} <Debug> TCPHandler: Processed in 0.002551774 sec.
9829 2025.03.22 20:09:58.863553 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9830 2025.03.22 20:09:58.863689 [ 5 ] {c5a4d7fa-db4f-4fdc-a3b9-22dc215c5e0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9831 2025.03.22 20:09:58.863746 [ 5 ] {c5a4d7fa-db4f-4fdc-a3b9-22dc215c5e0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9832 2025.03.22 20:09:58.864293 [ 5 ] {c5a4d7fa-db4f-4fdc-a3b9-22dc215c5e0f} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9833 2025.03.22 20:09:58.864341 [ 5 ] {c5a4d7fa-db4f-4fdc-a3b9-22dc215c5e0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9834 2025.03.22 20:09:58.864742 [ 5 ] {c5a4d7fa-db4f-4fdc-a3b9-22dc215c5e0f} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
9835 2025.03.22 20:09:58.864981 [ 5 ] {c5a4d7fa-db4f-4fdc-a3b9-22dc215c5e0f} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9836 2025.03.22 20:09:58.865216 [ 5 ] {c5a4d7fa-db4f-4fdc-a3b9-22dc215c5e0f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001554 sec., 38610.03861003861 rows/sec., 2.60 MiB/sec.
9837 2025.03.22 20:09:58.865278 [ 5 ] {c5a4d7fa-db4f-4fdc-a3b9-22dc215c5e0f} <Debug> TCPHandler: Processed in 0.001789638 sec.
9838 2025.03.22 20:10:02.796259 [ 61 ] {} <Debug> DNSResolver: Updating DNS cache
9839 2025.03.22 20:10:02.796325 [ 61 ] {} <Debug> DNSResolver: Updated DNS cache
9840 2025.03.22 20:10:03.013415 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 25742
9841 2025.03.22 20:10:03.014549 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9842 2025.03.22 20:10:03.014631 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9843 2025.03.22 20:10:03.015179 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
9844 2025.03.22 20:10:03.015437 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9845 2025.03.22 20:10:03.015650 [ 61 ] {} <Debug> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
9846 2025.03.22 20:10:03.015674 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25742
9847 2025.03.22 20:10:03.015718 [ 61 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9848 2025.03.22 20:10:03.015748 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9849 2025.03.22 20:10:03.015904 [ 193 ] {6f3f2c82-38dd-415f-af08-560485366d9f::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
9850 2025.03.22 20:10:03.016116 [ 193 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9851 2025.03.22 20:10:03.016174 [ 193 ] {6f3f2c82-38dd-415f-af08-560485366d9f::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
9852 2025.03.22 20:10:03.016249 [ 193 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 488 rows starting from the beginning of the part
9853 2025.03.22 20:10:03.016356 [ 193 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 427 rows starting from the beginning of the part
9854 2025.03.22 20:10:03.016466 [ 193 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 488 rows starting from the beginning of the part
9855 2025.03.22 20:10:03.016544 [ 193 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 427 rows starting from the beginning of the part
9856 2025.03.22 20:10:03.016606 [ 193 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 488 rows starting from the beginning of the part
9857 2025.03.22 20:10:03.019399 [ 187 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25742 rows, containing 4 columns (4 merged, 0 gathered) in 0.003557306 sec., 7236374.942161287 rows/sec., 103.52 MiB/sec.
9858 2025.03.22 20:10:03.019858 [ 187 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
9859 2025.03.22 20:10:03.020441 [ 187 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_56_11} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9860 2025.03.22 20:10:03.020603 [ 187 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_56_11} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
9861 2025.03.22 20:10:03.020756 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB.
9862 2025.03.22 20:10:03.150476 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1356
9863 2025.03.22 20:10:03.153293 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9864 2025.03.22 20:10:03.153346 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9865 2025.03.22 20:10:03.154821 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
9866 2025.03.22 20:10:03.155144 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9867 2025.03.22 20:10:03.156653 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1356
9868 2025.03.22 20:10:03.853240 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9869 2025.03.22 20:10:03.853433 [ 5 ] {98eb1719-7d59-4d48-8e97-72ce1b3143fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9870 2025.03.22 20:10:03.853505 [ 5 ] {98eb1719-7d59-4d48-8e97-72ce1b3143fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9871 2025.03.22 20:10:03.854281 [ 5 ] {98eb1719-7d59-4d48-8e97-72ce1b3143fc} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9872 2025.03.22 20:10:03.854328 [ 5 ] {98eb1719-7d59-4d48-8e97-72ce1b3143fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9873 2025.03.22 20:10:03.854780 [ 5 ] {98eb1719-7d59-4d48-8e97-72ce1b3143fc} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
9874 2025.03.22 20:10:03.855043 [ 5 ] {98eb1719-7d59-4d48-8e97-72ce1b3143fc} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9875 2025.03.22 20:10:03.855214 [ 61 ] {} <Debug> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0
9876 2025.03.22 20:10:03.855256 [ 5 ] {98eb1719-7d59-4d48-8e97-72ce1b3143fc} <Debug> executeQuery: Read 82 rows, 6.94 KiB in 0.001875 sec., 43733.333333333336 rows/sec., 3.61 MiB/sec.
9877 2025.03.22 20:10:03.855266 [ 61 ] {} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9878 2025.03.22 20:10:03.855306 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9879 2025.03.22 20:10:03.855344 [ 5 ] {98eb1719-7d59-4d48-8e97-72ce1b3143fc} <Debug> TCPHandler: Processed in 0.002229308 sec.
9880 2025.03.22 20:10:03.855520 [ 197 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::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
9881 2025.03.22 20:10:03.855537 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9882 2025.03.22 20:10:03.855797 [ 5 ] {a50b0430-a91c-4d7f-a042-b23daa9e963b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9883 2025.03.22 20:10:03.855867 [ 197 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9884 2025.03.22 20:10:03.855903 [ 5 ] {a50b0430-a91c-4d7f-a042-b23daa9e963b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9885 2025.03.22 20:10:03.855963 [ 197 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1403 rows starting from the beginning of the part
9886 2025.03.22 20:10:03.856507 [ 197 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 108 rows starting from the beginning of the part
9887 2025.03.22 20:10:03.857232 [ 197 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 1342 rows starting from the beginning of the part
9888 2025.03.22 20:10:03.857777 [ 197 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 56 rows starting from the beginning of the part
9889 2025.03.22 20:10:03.858081 [ 197 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 108 rows starting from the beginning of the part
9890 2025.03.22 20:10:03.858356 [ 197 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 82 rows starting from the beginning of the part
9891 2025.03.22 20:10:03.858994 [ 5 ] {a50b0430-a91c-4d7f-a042-b23daa9e963b} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9892 2025.03.22 20:10:03.859038 [ 5 ] {a50b0430-a91c-4d7f-a042-b23daa9e963b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9893 2025.03.22 20:10:03.859556 [ 5 ] {a50b0430-a91c-4d7f-a042-b23daa9e963b} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
9894 2025.03.22 20:10:03.859877 [ 5 ] {a50b0430-a91c-4d7f-a042-b23daa9e963b} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9895 2025.03.22 20:10:03.860082 [ 5 ] {a50b0430-a91c-4d7f-a042-b23daa9e963b} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.004374 sec., 2972.107910379515 rows/sec., 223.49 KiB/sec.
9896 2025.03.22 20:10:03.860152 [ 5 ] {a50b0430-a91c-4d7f-a042-b23daa9e963b} <Debug> TCPHandler: Processed in 0.00468572 sec.
9897 2025.03.22 20:10:03.860302 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9898 2025.03.22 20:10:03.860438 [ 197 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3099 rows, containing 5 columns (5 merged, 0 gathered) in 0.005056368 sec., 612890.5174623366 rows/sec., 53.39 MiB/sec.
9899 2025.03.22 20:10:03.860459 [ 5 ] {02b0a068-4979-4b2f-a6f8-fdd252839b67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9900 2025.03.22 20:10:03.860512 [ 5 ] {02b0a068-4979-4b2f-a6f8-fdd252839b67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9901 2025.03.22 20:10:03.860684 [ 201 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary)
9902 2025.03.22 20:10:03.861044 [ 201 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_96_19} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9903 2025.03.22 20:10:03.861155 [ 201 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_96_19} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19
9904 2025.03.22 20:10:03.861258 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB.
9905 2025.03.22 20:10:03.861304 [ 5 ] {02b0a068-4979-4b2f-a6f8-fdd252839b67} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9906 2025.03.22 20:10:03.861342 [ 5 ] {02b0a068-4979-4b2f-a6f8-fdd252839b67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9907 2025.03.22 20:10:03.861705 [ 5 ] {02b0a068-4979-4b2f-a6f8-fdd252839b67} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
9908 2025.03.22 20:10:03.861945 [ 5 ] {02b0a068-4979-4b2f-a6f8-fdd252839b67} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9909 2025.03.22 20:10:03.862089 [ 61 ] {} <Debug> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0
9910 2025.03.22 20:10:03.862123 [ 61 ] {} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9911 2025.03.22 20:10:03.862132 [ 5 ] {02b0a068-4979-4b2f-a6f8-fdd252839b67} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.001703 sec., 45214.327657075744 rows/sec., 3.53 MiB/sec.
9912 2025.03.22 20:10:03.862147 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9913 2025.03.22 20:10:03.862280 [ 5 ] {02b0a068-4979-4b2f-a6f8-fdd252839b67} <Debug> TCPHandler: Processed in 0.002035863 sec.
9914 2025.03.22 20:10:03.862552 [ 198 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::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
9915 2025.03.22 20:10:03.862576 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9916 2025.03.22 20:10:03.862968 [ 5 ] {f83dc0dd-f832-481a-87a5-10b9a058b6b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9917 2025.03.22 20:10:03.863164 [ 5 ] {f83dc0dd-f832-481a-87a5-10b9a058b6b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9918 2025.03.22 20:10:03.863211 [ 198 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9919 2025.03.22 20:10:03.863464 [ 198 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 631 rows starting from the beginning of the part
9920 2025.03.22 20:10:03.864282 [ 198 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 90 rows starting from the beginning of the part
9921 2025.03.22 20:10:03.865148 [ 198 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 569 rows starting from the beginning of the part
9922 2025.03.22 20:10:03.865355 [ 198 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 64 rows starting from the beginning of the part
9923 2025.03.22 20:10:03.865708 [ 198 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 90 rows starting from the beginning of the part
9924 2025.03.22 20:10:03.866059 [ 198 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 77 rows starting from the beginning of the part
9925 2025.03.22 20:10:03.866773 [ 5 ] {f83dc0dd-f832-481a-87a5-10b9a058b6b9} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9926 2025.03.22 20:10:03.866826 [ 5 ] {f83dc0dd-f832-481a-87a5-10b9a058b6b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9927 2025.03.22 20:10:03.867823 [ 5 ] {f83dc0dd-f832-481a-87a5-10b9a058b6b9} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
9928 2025.03.22 20:10:03.868422 [ 5 ] {f83dc0dd-f832-481a-87a5-10b9a058b6b9} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9929 2025.03.22 20:10:03.868633 [ 61 ] {} <Debug> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0
9930 2025.03.22 20:10:03.868697 [ 61 ] {} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9931 2025.03.22 20:10:03.868713 [ 5 ] {f83dc0dd-f832-481a-87a5-10b9a058b6b9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005894 sec., 27146.250424160164 rows/sec., 1.89 MiB/sec.
9932 2025.03.22 20:10:03.868740 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9933 2025.03.22 20:10:03.869344 [ 5 ] {f83dc0dd-f832-481a-87a5-10b9a058b6b9} <Debug> TCPHandler: Processed in 0.006830725 sec.
9934 2025.03.22 20:10:03.869781 [ 201 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::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
9935 2025.03.22 20:10:03.869959 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9936 2025.03.22 20:10:03.870241 [ 186 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1521 rows, containing 5 columns (5 merged, 0 gathered) in 0.007974969 sec., 190721.74449831716 rows/sec., 15.19 MiB/sec.
9937 2025.03.22 20:10:03.870451 [ 5 ] {026e0d36-c53c-4725-bc7f-bdea611942b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9938 2025.03.22 20:10:03.870496 [ 201 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9939 2025.03.22 20:10:03.870632 [ 201 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_91_18, total 24908 rows starting from the beginning of the part
9940 2025.03.22 20:10:03.871041 [ 5 ] {026e0d36-c53c-4725-bc7f-bdea611942b5} <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
9941 2025.03.22 20:10:03.871246 [ 201 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 160 rows starting from the beginning of the part
9942 2025.03.22 20:10:03.871257 [ 200 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary)
9943 2025.03.22 20:10:03.871795 [ 201 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 1010 rows starting from the beginning of the part
9944 2025.03.22 20:10:03.872340 [ 201 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 32 rows starting from the beginning of the part
9945 2025.03.22 20:10:03.873079 [ 201 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 160 rows starting from the beginning of the part
9946 2025.03.22 20:10:03.873757 [ 201 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 160 rows starting from the beginning of the part
9947 2025.03.22 20:10:03.873831 [ 200 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_96_19} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9948 2025.03.22 20:10:03.874646 [ 200 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_96_19} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19
9949 2025.03.22 20:10:03.874952 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB.
9950 2025.03.22 20:10:03.876403 [ 5 ] {026e0d36-c53c-4725-bc7f-bdea611942b5} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9951 2025.03.22 20:10:03.876459 [ 5 ] {026e0d36-c53c-4725-bc7f-bdea611942b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9952 2025.03.22 20:10:03.877368 [ 5 ] {026e0d36-c53c-4725-bc7f-bdea611942b5} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
9953 2025.03.22 20:10:03.877790 [ 5 ] {026e0d36-c53c-4725-bc7f-bdea611942b5} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9954 2025.03.22 20:10:03.878050 [ 5 ] {026e0d36-c53c-4725-bc7f-bdea611942b5} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.007763 sec., 1674.6103310575809 rows/sec., 3.00 MiB/sec.
9955 2025.03.22 20:10:03.878710 [ 5 ] {026e0d36-c53c-4725-bc7f-bdea611942b5} <Debug> TCPHandler: Processed in 0.00891464 sec.
9956 2025.03.22 20:10:03.879073 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9957 2025.03.22 20:10:03.879205 [ 5 ] {4268d276-bb85-403e-a713-d88d78dbdfa7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9958 2025.03.22 20:10:03.879254 [ 5 ] {4268d276-bb85-403e-a713-d88d78dbdfa7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9959 2025.03.22 20:10:03.879764 [ 5 ] {4268d276-bb85-403e-a713-d88d78dbdfa7} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9960 2025.03.22 20:10:03.879835 [ 5 ] {4268d276-bb85-403e-a713-d88d78dbdfa7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9961 2025.03.22 20:10:03.880251 [ 5 ] {4268d276-bb85-403e-a713-d88d78dbdfa7} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
9962 2025.03.22 20:10:03.880504 [ 5 ] {4268d276-bb85-403e-a713-d88d78dbdfa7} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9963 2025.03.22 20:10:03.880664 [ 61 ] {} <Debug> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0
9964 2025.03.22 20:10:03.880706 [ 61 ] {} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9965 2025.03.22 20:10:03.880710 [ 5 ] {4268d276-bb85-403e-a713-d88d78dbdfa7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001532 sec., 39164.490861618804 rows/sec., 2.64 MiB/sec.
9966 2025.03.22 20:10:03.880732 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9967 2025.03.22 20:10:03.880866 [ 5 ] {4268d276-bb85-403e-a713-d88d78dbdfa7} <Debug> TCPHandler: Processed in 0.001883289 sec.
9968 2025.03.22 20:10:03.881358 [ 186 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::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
9969 2025.03.22 20:10:03.881920 [ 186 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9970 2025.03.22 20:10:03.882106 [ 186 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 4656 rows starting from the beginning of the part
9971 2025.03.22 20:10:03.882707 [ 186 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 60 rows starting from the beginning of the part
9972 2025.03.22 20:10:03.883322 [ 186 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 48 rows starting from the beginning of the part
9973 2025.03.22 20:10:03.883786 [ 201 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26430 rows, containing 5 columns (5 merged, 0 gathered) in 0.014822805 sec., 1783063.3270828295 rows/sec., 122.19 MiB/sec.
9974 2025.03.22 20:10:03.883803 [ 186 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 12 rows starting from the beginning of the part
9975 2025.03.22 20:10:03.883977 [ 186 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 60 rows starting from the beginning of the part
9976 2025.03.22 20:10:03.884218 [ 201 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary)
9977 2025.03.22 20:10:03.884301 [ 186 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 60 rows starting from the beginning of the part
9978 2025.03.22 20:10:03.885098 [ 201 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9979 2025.03.22 20:10:03.885283 [ 201 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19
9980 2025.03.22 20:10:03.885437 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB.
9981 2025.03.22 20:10:03.887036 [ 196 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4896 rows, containing 4 columns (4 merged, 0 gathered) in 0.006174741 sec., 792907.7511105324 rows/sec., 53.45 MiB/sec.
9982 2025.03.22 20:10:03.887460 [ 196 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary)
9983 2025.03.22 20:10:03.887831 [ 196 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_96_19} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9984 2025.03.22 20:10:03.887915 [ 196 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_96_19} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19
9985 2025.03.22 20:10:03.888007 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.11 MiB.
9986 2025.03.22 20:10:04.899528 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 423
9987 2025.03.22 20:10:04.920931 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9988 2025.03.22 20:10:04.920991 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9989 2025.03.22 20:10:04.928383 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
9990 2025.03.22 20:10:04.929166 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9991 2025.03.22 20:10:04.929496 [ 67 ] {} <Debug> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
9992 2025.03.22 20:10:04.929566 [ 67 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9993 2025.03.22 20:10:04.929607 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.96 GiB.
9994 2025.03.22 20:10:04.930463 [ 194 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::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
9995 2025.03.22 20:10:04.946183 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 423
9996 2025.03.22 20:10:04.947729 [ 194 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9997 2025.03.22 20:10:04.949389 [ 194 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::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
9998 2025.03.22 20:10:04.955409 [ 194 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::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
9999 2025.03.22 20:10:04.961462 [ 194 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::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
10000 2025.03.22 20:10:04.967290 [ 194 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 8 rows starting from the beginning of the part
10001 2025.03.22 20:10:04.973333 [ 194 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 7 rows starting from the beginning of the part
10002 2025.03.22 20:10:04.978335 [ 194 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 8 rows starting from the beginning of the part
10003 2025.03.22 20:10:05.000233 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 247.26 MiB, peak 247.26 MiB, free memory in arenas 0.00 B, will set to 236.80 MiB (RSS), difference: -10.46 MiB
10004 2025.03.22 20:10:05.038133 [ 195 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 423 rows, containing 679 columns (679 merged, 0 gathered) in 0.108361201 sec., 3903.611219665238 rows/sec., 20.18 MiB/sec.
10005 2025.03.22 20:10:05.040191 [ 190 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
10006 2025.03.22 20:10:05.042601 [ 190 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_56_11} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10007 2025.03.22 20:10:05.042709 [ 190 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_56_11} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
10008 2025.03.22 20:10:05.044119 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB.
10009 2025.03.22 20:10:06.000164 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 227.39 MiB, peak 247.26 MiB, free memory in arenas 0.00 B, will set to 237.55 MiB (RSS), difference: 10.16 MiB
10010 2025.03.22 20:10:08.853359 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10011 2025.03.22 20:10:08.853654 [ 5 ] {12946123-b734-48d8-b4f7-b85ee7bd4b14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
10012 2025.03.22 20:10:08.853761 [ 5 ] {12946123-b734-48d8-b4f7-b85ee7bd4b14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
10013 2025.03.22 20:10:08.854538 [ 5 ] {12946123-b734-48d8-b4f7-b85ee7bd4b14} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10014 2025.03.22 20:10:08.854587 [ 5 ] {12946123-b734-48d8-b4f7-b85ee7bd4b14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
10015 2025.03.22 20:10:08.855022 [ 5 ] {12946123-b734-48d8-b4f7-b85ee7bd4b14} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
10016 2025.03.22 20:10:08.855282 [ 5 ] {12946123-b734-48d8-b4f7-b85ee7bd4b14} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10017 2025.03.22 20:10:08.855543 [ 5 ] {12946123-b734-48d8-b4f7-b85ee7bd4b14} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001963 sec., 1018.8487009679063 rows/sec., 83.08 KiB/sec.
10018 2025.03.22 20:10:08.855666 [ 5 ] {12946123-b734-48d8-b4f7-b85ee7bd4b14} <Debug> TCPHandler: Processed in 0.002475943 sec.
10019 2025.03.22 20:10:08.855821 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10020 2025.03.22 20:10:08.855935 [ 5 ] {25eee034-ef54-4905-b58a-5321d6ffdb94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10021 2025.03.22 20:10:08.855985 [ 5 ] {25eee034-ef54-4905-b58a-5321d6ffdb94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10022 2025.03.22 20:10:08.856591 [ 5 ] {25eee034-ef54-4905-b58a-5321d6ffdb94} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10023 2025.03.22 20:10:08.856632 [ 5 ] {25eee034-ef54-4905-b58a-5321d6ffdb94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
10024 2025.03.22 20:10:08.857005 [ 5 ] {25eee034-ef54-4905-b58a-5321d6ffdb94} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
10025 2025.03.22 20:10:08.857259 [ 5 ] {25eee034-ef54-4905-b58a-5321d6ffdb94} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10026 2025.03.22 20:10:08.857473 [ 5 ] {25eee034-ef54-4905-b58a-5321d6ffdb94} <Debug> executeQuery: Read 109 rows, 9.32 KiB in 0.001565 sec., 69648.56230031949 rows/sec., 5.82 MiB/sec.
10027 2025.03.22 20:10:08.857524 [ 5 ] {25eee034-ef54-4905-b58a-5321d6ffdb94} <Debug> TCPHandler: Processed in 0.001755817 sec.
10028 2025.03.22 20:10:08.857639 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10029 2025.03.22 20:10:08.857745 [ 5 ] {8e27ee9e-6112-4808-a38f-ba4de2e88de8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10030 2025.03.22 20:10:08.857789 [ 5 ] {8e27ee9e-6112-4808-a38f-ba4de2e88de8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10031 2025.03.22 20:10:08.858320 [ 5 ] {8e27ee9e-6112-4808-a38f-ba4de2e88de8} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10032 2025.03.22 20:10:08.858359 [ 5 ] {8e27ee9e-6112-4808-a38f-ba4de2e88de8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
10033 2025.03.22 20:10:08.858708 [ 5 ] {8e27ee9e-6112-4808-a38f-ba4de2e88de8} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
10034 2025.03.22 20:10:08.858941 [ 5 ] {8e27ee9e-6112-4808-a38f-ba4de2e88de8} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10035 2025.03.22 20:10:08.859164 [ 5 ] {8e27ee9e-6112-4808-a38f-ba4de2e88de8} <Debug> executeQuery: Read 28 rows, 2.09 KiB in 0.001441 sec., 19430.950728660653 rows/sec., 1.42 MiB/sec.
10036 2025.03.22 20:10:08.859230 [ 5 ] {8e27ee9e-6112-4808-a38f-ba4de2e88de8} <Debug> TCPHandler: Processed in 0.001640634 sec.
10037 2025.03.22 20:10:08.859370 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10038 2025.03.22 20:10:08.859508 [ 5 ] {4d2b37b3-b279-494d-b791-e23d84f1903b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10039 2025.03.22 20:10:08.859551 [ 5 ] {4d2b37b3-b279-494d-b791-e23d84f1903b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10040 2025.03.22 20:10:08.860094 [ 5 ] {4d2b37b3-b279-494d-b791-e23d84f1903b} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10041 2025.03.22 20:10:08.860131 [ 5 ] {4d2b37b3-b279-494d-b791-e23d84f1903b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
10042 2025.03.22 20:10:08.860487 [ 5 ] {4d2b37b3-b279-494d-b791-e23d84f1903b} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
10043 2025.03.22 20:10:08.860722 [ 5 ] {4d2b37b3-b279-494d-b791-e23d84f1903b} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10044 2025.03.22 20:10:08.860929 [ 5 ] {4d2b37b3-b279-494d-b791-e23d84f1903b} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.001451 sec., 63404.548587181256 rows/sec., 4.95 MiB/sec.
10045 2025.03.22 20:10:08.860981 [ 5 ] {4d2b37b3-b279-494d-b791-e23d84f1903b} <Debug> TCPHandler: Processed in 0.001673436 sec.
10046 2025.03.22 20:10:08.861095 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10047 2025.03.22 20:10:08.861199 [ 5 ] {bce10df8-7e2e-4379-8bb0-43dcb26daa7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10048 2025.03.22 20:10:08.861247 [ 5 ] {bce10df8-7e2e-4379-8bb0-43dcb26daa7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10049 2025.03.22 20:10:08.861759 [ 5 ] {bce10df8-7e2e-4379-8bb0-43dcb26daa7f} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10050 2025.03.22 20:10:08.861798 [ 5 ] {bce10df8-7e2e-4379-8bb0-43dcb26daa7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
10051 2025.03.22 20:10:08.862175 [ 5 ] {bce10df8-7e2e-4379-8bb0-43dcb26daa7f} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
10052 2025.03.22 20:10:08.862419 [ 5 ] {bce10df8-7e2e-4379-8bb0-43dcb26daa7f} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10053 2025.03.22 20:10:08.862623 [ 5 ] {bce10df8-7e2e-4379-8bb0-43dcb26daa7f} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001445 sec., 111418.68512110726 rows/sec., 7.76 MiB/sec.
10054 2025.03.22 20:10:08.862673 [ 5 ] {bce10df8-7e2e-4379-8bb0-43dcb26daa7f} <Debug> TCPHandler: Processed in 0.001626565 sec.
10055 2025.03.22 20:10:08.862793 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10056 2025.03.22 20:10:08.862907 [ 5 ] {f4f0aa53-c04d-49b2-8e2c-c7553b74d569} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10057 2025.03.22 20:10:08.862973 [ 5 ] {f4f0aa53-c04d-49b2-8e2c-c7553b74d569} <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
10058 2025.03.22 20:10:08.864058 [ 5 ] {f4f0aa53-c04d-49b2-8e2c-c7553b74d569} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10059 2025.03.22 20:10:08.864097 [ 5 ] {f4f0aa53-c04d-49b2-8e2c-c7553b74d569} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
10060 2025.03.22 20:10:08.864753 [ 5 ] {f4f0aa53-c04d-49b2-8e2c-c7553b74d569} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
10061 2025.03.22 20:10:08.865014 [ 5 ] {f4f0aa53-c04d-49b2-8e2c-c7553b74d569} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10062 2025.03.22 20:10:08.865277 [ 5 ] {f4f0aa53-c04d-49b2-8e2c-c7553b74d569} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002393 sec., 10865.022983702465 rows/sec., 19.47 MiB/sec.
10063 2025.03.22 20:10:08.865386 [ 5 ] {f4f0aa53-c04d-49b2-8e2c-c7553b74d569} <Debug> TCPHandler: Processed in 0.002646576 sec.
10064 2025.03.22 20:10:08.865527 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10065 2025.03.22 20:10:08.865633 [ 5 ] {a3d6e606-e201-4071-9eb7-171a301acc2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10066 2025.03.22 20:10:08.865680 [ 5 ] {a3d6e606-e201-4071-9eb7-171a301acc2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10067 2025.03.22 20:10:08.866188 [ 5 ] {a3d6e606-e201-4071-9eb7-171a301acc2d} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10068 2025.03.22 20:10:08.866241 [ 5 ] {a3d6e606-e201-4071-9eb7-171a301acc2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
10069 2025.03.22 20:10:08.866690 [ 5 ] {a3d6e606-e201-4071-9eb7-171a301acc2d} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
10070 2025.03.22 20:10:08.866959 [ 5 ] {a3d6e606-e201-4071-9eb7-171a301acc2d} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10071 2025.03.22 20:10:08.867170 [ 5 ] {a3d6e606-e201-4071-9eb7-171a301acc2d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001559 sec., 38486.20910840282 rows/sec., 2.59 MiB/sec.
10072 2025.03.22 20:10:08.867220 [ 5 ] {a3d6e606-e201-4071-9eb7-171a301acc2d} <Debug> TCPHandler: Processed in 0.001742537 sec.
10073 2025.03.22 20:10:10.515848 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 26169
10074 2025.03.22 20:10:10.516863 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10075 2025.03.22 20:10:10.516951 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
10076 2025.03.22 20:10:10.517738 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
10077 2025.03.22 20:10:10.518130 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10078 2025.03.22 20:10:10.518455 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26169
10079 2025.03.22 20:10:12.447247 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 430
10080 2025.03.22 20:10:12.466123 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10081 2025.03.22 20:10:12.466179 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
10082 2025.03.22 20:10:12.473131 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
10083 2025.03.22 20:10:12.473887 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10084 2025.03.22 20:10:12.478755 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 430
10085 2025.03.22 20:10:13.157770 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1382
10086 2025.03.22 20:10:13.160787 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10087 2025.03.22 20:10:13.160834 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
10088 2025.03.22 20:10:13.162353 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
10089 2025.03.22 20:10:13.162673 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10090 2025.03.22 20:10:13.164037 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1382
10091 2025.03.22 20:10:13.852495 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10092 2025.03.22 20:10:13.852703 [ 5 ] {897327d0-859b-4571-8d70-6a3da298e5d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10093 2025.03.22 20:10:13.852783 [ 5 ] {897327d0-859b-4571-8d70-6a3da298e5d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10094 2025.03.22 20:10:13.853576 [ 5 ] {897327d0-859b-4571-8d70-6a3da298e5d9} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10095 2025.03.22 20:10:13.853622 [ 5 ] {897327d0-859b-4571-8d70-6a3da298e5d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
10096 2025.03.22 20:10:13.854059 [ 5 ] {897327d0-859b-4571-8d70-6a3da298e5d9} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
10097 2025.03.22 20:10:13.854317 [ 5 ] {897327d0-859b-4571-8d70-6a3da298e5d9} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10098 2025.03.22 20:10:13.854559 [ 5 ] {897327d0-859b-4571-8d70-6a3da298e5d9} <Debug> executeQuery: Read 82 rows, 6.94 KiB in 0.001914 sec., 42842.21525600836 rows/sec., 3.54 MiB/sec.
10099 2025.03.22 20:10:13.854625 [ 5 ] {897327d0-859b-4571-8d70-6a3da298e5d9} <Debug> TCPHandler: Processed in 0.002261808 sec.
10100 2025.03.22 20:10:13.854753 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10101 2025.03.22 20:10:13.854867 [ 5 ] {9f2931e1-7374-4766-990c-311feb5bf4af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10102 2025.03.22 20:10:13.854917 [ 5 ] {9f2931e1-7374-4766-990c-311feb5bf4af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10103 2025.03.22 20:10:13.855452 [ 5 ] {9f2931e1-7374-4766-990c-311feb5bf4af} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10104 2025.03.22 20:10:13.855491 [ 5 ] {9f2931e1-7374-4766-990c-311feb5bf4af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
10105 2025.03.22 20:10:13.855837 [ 5 ] {9f2931e1-7374-4766-990c-311feb5bf4af} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
10106 2025.03.22 20:10:13.856076 [ 5 ] {9f2931e1-7374-4766-990c-311feb5bf4af} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10107 2025.03.22 20:10:13.856292 [ 5 ] {9f2931e1-7374-4766-990c-311feb5bf4af} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.001451 sec., 8959.33838731909 rows/sec., 673.70 KiB/sec.
10108 2025.03.22 20:10:13.856346 [ 5 ] {9f2931e1-7374-4766-990c-311feb5bf4af} <Debug> TCPHandler: Processed in 0.001647225 sec.
10109 2025.03.22 20:10:13.856451 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10110 2025.03.22 20:10:13.856555 [ 5 ] {0e2e28f6-075f-4882-8326-3a752a501027} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10111 2025.03.22 20:10:13.856601 [ 5 ] {0e2e28f6-075f-4882-8326-3a752a501027} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10112 2025.03.22 20:10:13.857148 [ 5 ] {0e2e28f6-075f-4882-8326-3a752a501027} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10113 2025.03.22 20:10:13.857187 [ 5 ] {0e2e28f6-075f-4882-8326-3a752a501027} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
10114 2025.03.22 20:10:13.857542 [ 5 ] {0e2e28f6-075f-4882-8326-3a752a501027} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
10115 2025.03.22 20:10:13.857777 [ 5 ] {0e2e28f6-075f-4882-8326-3a752a501027} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10116 2025.03.22 20:10:13.857986 [ 5 ] {0e2e28f6-075f-4882-8326-3a752a501027} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.00145 sec., 53103.44827586207 rows/sec., 4.15 MiB/sec.
10117 2025.03.22 20:10:13.858039 [ 5 ] {0e2e28f6-075f-4882-8326-3a752a501027} <Debug> TCPHandler: Processed in 0.001637555 sec.
10118 2025.03.22 20:10:13.858166 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10119 2025.03.22 20:10:13.858271 [ 5 ] {f523e6da-fc1f-4d64-ac40-533b7ac8e640} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10120 2025.03.22 20:10:13.858320 [ 5 ] {f523e6da-fc1f-4d64-ac40-533b7ac8e640} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10121 2025.03.22 20:10:13.858852 [ 5 ] {f523e6da-fc1f-4d64-ac40-533b7ac8e640} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10122 2025.03.22 20:10:13.858891 [ 5 ] {f523e6da-fc1f-4d64-ac40-533b7ac8e640} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
10123 2025.03.22 20:10:13.859283 [ 5 ] {f523e6da-fc1f-4d64-ac40-533b7ac8e640} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
10124 2025.03.22 20:10:13.859517 [ 5 ] {f523e6da-fc1f-4d64-ac40-533b7ac8e640} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10125 2025.03.22 20:10:13.859738 [ 5 ] {f523e6da-fc1f-4d64-ac40-533b7ac8e640} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00149 sec., 107382.55033557047 rows/sec., 7.48 MiB/sec.
10126 2025.03.22 20:10:13.859789 [ 5 ] {f523e6da-fc1f-4d64-ac40-533b7ac8e640} <Debug> TCPHandler: Processed in 0.001673835 sec.
10127 2025.03.22 20:10:13.859893 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10128 2025.03.22 20:10:13.859995 [ 5 ] {7369d7cf-2538-4c7e-af36-94bf651935cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10129 2025.03.22 20:10:13.860061 [ 5 ] {7369d7cf-2538-4c7e-af36-94bf651935cd} <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
10130 2025.03.22 20:10:13.861113 [ 5 ] {7369d7cf-2538-4c7e-af36-94bf651935cd} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10131 2025.03.22 20:10:13.861153 [ 5 ] {7369d7cf-2538-4c7e-af36-94bf651935cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
10132 2025.03.22 20:10:13.861777 [ 5 ] {7369d7cf-2538-4c7e-af36-94bf651935cd} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
10133 2025.03.22 20:10:13.862034 [ 5 ] {7369d7cf-2538-4c7e-af36-94bf651935cd} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10134 2025.03.22 20:10:13.862277 [ 5 ] {7369d7cf-2538-4c7e-af36-94bf651935cd} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002302 sec., 5647.263249348393 rows/sec., 10.12 MiB/sec.
10135 2025.03.22 20:10:13.862381 [ 5 ] {7369d7cf-2538-4c7e-af36-94bf651935cd} <Debug> TCPHandler: Processed in 0.002536683 sec.
10136 2025.03.22 20:10:13.862524 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10137 2025.03.22 20:10:13.862629 [ 5 ] {6001f59b-c96a-4012-b092-9d56781953a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10138 2025.03.22 20:10:13.862675 [ 5 ] {6001f59b-c96a-4012-b092-9d56781953a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10139 2025.03.22 20:10:13.863113 [ 5 ] {6001f59b-c96a-4012-b092-9d56781953a7} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10140 2025.03.22 20:10:13.863152 [ 5 ] {6001f59b-c96a-4012-b092-9d56781953a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
10141 2025.03.22 20:10:13.863508 [ 5 ] {6001f59b-c96a-4012-b092-9d56781953a7} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
10142 2025.03.22 20:10:13.863743 [ 5 ] {6001f59b-c96a-4012-b092-9d56781953a7} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10143 2025.03.22 20:10:13.863956 [ 5 ] {6001f59b-c96a-4012-b092-9d56781953a7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001348 sec., 44510.38575667656 rows/sec., 3.00 MiB/sec.
10144 2025.03.22 20:10:13.864005 [ 5 ] {6001f59b-c96a-4012-b092-9d56781953a7} <Debug> TCPHandler: Processed in 0.001533113 sec.
10145 2025.03.22 20:10:17.796570 [ 128 ] {} <Debug> DNSResolver: Updating DNS cache
10146 2025.03.22 20:10:17.796644 [ 128 ] {} <Debug> DNSResolver: Updated DNS cache
10147 2025.03.22 20:10:18.019566 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 26657
10148 2025.03.22 20:10:18.020219 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10149 2025.03.22 20:10:18.020262 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
10150 2025.03.22 20:10:18.020868 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
10151 2025.03.22 20:10:18.021126 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10152 2025.03.22 20:10:18.021335 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26657
10153 2025.03.22 20:10:18.853266 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10154 2025.03.22 20:10:18.853473 [ 5 ] {f1b6466b-dd5e-4996-9db3-c3c7f083541d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10155 2025.03.22 20:10:18.853553 [ 5 ] {f1b6466b-dd5e-4996-9db3-c3c7f083541d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10156 2025.03.22 20:10:18.854381 [ 5 ] {f1b6466b-dd5e-4996-9db3-c3c7f083541d} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10157 2025.03.22 20:10:18.854432 [ 5 ] {f1b6466b-dd5e-4996-9db3-c3c7f083541d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
10158 2025.03.22 20:10:18.854871 [ 5 ] {f1b6466b-dd5e-4996-9db3-c3c7f083541d} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
10159 2025.03.22 20:10:18.855115 [ 5 ] {f1b6466b-dd5e-4996-9db3-c3c7f083541d} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10160 2025.03.22 20:10:18.855371 [ 5 ] {f1b6466b-dd5e-4996-9db3-c3c7f083541d} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.001954 sec., 55271.23848515865 rows/sec., 4.62 MiB/sec.
10161 2025.03.22 20:10:18.855451 [ 5 ] {f1b6466b-dd5e-4996-9db3-c3c7f083541d} <Debug> TCPHandler: Processed in 0.002319909 sec.
10162 2025.03.22 20:10:18.855679 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10163 2025.03.22 20:10:18.856000 [ 5 ] {520da68d-6b8e-422e-8a81-14c536933515} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10164 2025.03.22 20:10:18.856094 [ 5 ] {520da68d-6b8e-422e-8a81-14c536933515} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10165 2025.03.22 20:10:18.856666 [ 5 ] {520da68d-6b8e-422e-8a81-14c536933515} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10166 2025.03.22 20:10:18.856705 [ 5 ] {520da68d-6b8e-422e-8a81-14c536933515} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
10167 2025.03.22 20:10:18.857041 [ 5 ] {520da68d-6b8e-422e-8a81-14c536933515} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
10168 2025.03.22 20:10:18.857266 [ 5 ] {520da68d-6b8e-422e-8a81-14c536933515} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10169 2025.03.22 20:10:18.857430 [ 128 ] {} <Debug> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
10170 2025.03.22 20:10:18.857495 [ 5 ] {520da68d-6b8e-422e-8a81-14c536933515} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001617 sec., 16079.158936301794 rows/sec., 1.18 MiB/sec.
10171 2025.03.22 20:10:18.857519 [ 128 ] {} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10172 2025.03.22 20:10:18.857589 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
10173 2025.03.22 20:10:18.857608 [ 5 ] {520da68d-6b8e-422e-8a81-14c536933515} <Debug> TCPHandler: Processed in 0.002034233 sec.
10174 2025.03.22 20:10:18.857830 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10175 2025.03.22 20:10:18.857825 [ 195 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::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
10176 2025.03.22 20:10:18.858004 [ 5 ] {c86dddce-4e69-499e-a7d9-103be6928963} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10177 2025.03.22 20:10:18.858112 [ 5 ] {c86dddce-4e69-499e-a7d9-103be6928963} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10178 2025.03.22 20:10:18.858116 [ 195 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10179 2025.03.22 20:10:18.858219 [ 195 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 69 rows starting from the beginning of the part
10180 2025.03.22 20:10:18.858487 [ 195 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 26 rows starting from the beginning of the part
10181 2025.03.22 20:10:18.858883 [ 195 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 13 rows starting from the beginning of the part
10182 2025.03.22 20:10:18.859215 [ 195 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::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
10183 2025.03.22 20:10:18.859557 [ 195 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 13 rows starting from the beginning of the part
10184 2025.03.22 20:10:18.859887 [ 195 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::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
10185 2025.03.22 20:10:18.860936 [ 5 ] {c86dddce-4e69-499e-a7d9-103be6928963} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10186 2025.03.22 20:10:18.861001 [ 5 ] {c86dddce-4e69-499e-a7d9-103be6928963} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
10187 2025.03.22 20:10:18.862001 [ 5 ] {c86dddce-4e69-499e-a7d9-103be6928963} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
10188 2025.03.22 20:10:18.862570 [ 5 ] {c86dddce-4e69-499e-a7d9-103be6928963} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10189 2025.03.22 20:10:18.862587 [ 195 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 175 rows, containing 5 columns (5 merged, 0 gathered) in 0.004892754 sec., 35767.17734020553 rows/sec., 2.75 MiB/sec.
10190 2025.03.22 20:10:18.862802 [ 195 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
10191 2025.03.22 20:10:18.863065 [ 5 ] {c86dddce-4e69-499e-a7d9-103be6928963} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.005105 sec., 17629.77473065622 rows/sec., 1.38 MiB/sec.
10192 2025.03.22 20:10:18.863446 [ 5 ] {c86dddce-4e69-499e-a7d9-103be6928963} <Debug> TCPHandler: Processed in 0.005693681 sec.
10193 2025.03.22 20:10:18.863606 [ 199 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_81_16} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10194 2025.03.22 20:10:18.863892 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10195 2025.03.22 20:10:18.863926 [ 199 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_81_16} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
10196 2025.03.22 20:10:18.864224 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
10197 2025.03.22 20:10:18.864326 [ 5 ] {a6cca9f7-a1e6-41d6-a663-b0c6aafa5a49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10198 2025.03.22 20:10:18.864384 [ 5 ] {a6cca9f7-a1e6-41d6-a663-b0c6aafa5a49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10199 2025.03.22 20:10:18.864943 [ 5 ] {a6cca9f7-a1e6-41d6-a663-b0c6aafa5a49} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10200 2025.03.22 20:10:18.864981 [ 5 ] {a6cca9f7-a1e6-41d6-a663-b0c6aafa5a49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
10201 2025.03.22 20:10:18.865366 [ 5 ] {a6cca9f7-a1e6-41d6-a663-b0c6aafa5a49} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
10202 2025.03.22 20:10:18.865622 [ 5 ] {a6cca9f7-a1e6-41d6-a663-b0c6aafa5a49} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10203 2025.03.22 20:10:18.865846 [ 5 ] {a6cca9f7-a1e6-41d6-a663-b0c6aafa5a49} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001663 sec., 96211.66566446182 rows/sec., 6.70 MiB/sec.
10204 2025.03.22 20:10:18.865897 [ 5 ] {a6cca9f7-a1e6-41d6-a663-b0c6aafa5a49} <Debug> TCPHandler: Processed in 0.002165066 sec.
10205 2025.03.22 20:10:18.866031 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10206 2025.03.22 20:10:18.866135 [ 5 ] {b658f2ae-08b0-44e4-92f0-58ade84328f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10207 2025.03.22 20:10:18.866202 [ 5 ] {b658f2ae-08b0-44e4-92f0-58ade84328f3} <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
10208 2025.03.22 20:10:18.867256 [ 5 ] {b658f2ae-08b0-44e4-92f0-58ade84328f3} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10209 2025.03.22 20:10:18.867295 [ 5 ] {b658f2ae-08b0-44e4-92f0-58ade84328f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
10210 2025.03.22 20:10:18.867906 [ 5 ] {b658f2ae-08b0-44e4-92f0-58ade84328f3} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
10211 2025.03.22 20:10:18.868158 [ 5 ] {b658f2ae-08b0-44e4-92f0-58ade84328f3} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10212 2025.03.22 20:10:18.868347 [ 128 ] {} <Debug> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
10213 2025.03.22 20:10:18.868405 [ 128 ] {} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10214 2025.03.22 20:10:18.868441 [ 5 ] {b658f2ae-08b0-44e4-92f0-58ade84328f3} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002318 sec., 11216.566005176875 rows/sec., 20.10 MiB/sec.
10215 2025.03.22 20:10:18.868446 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
10216 2025.03.22 20:10:18.868719 [ 5 ] {b658f2ae-08b0-44e4-92f0-58ade84328f3} <Debug> TCPHandler: Processed in 0.002736988 sec.
10217 2025.03.22 20:10:18.868726 [ 189 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::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
10218 2025.03.22 20:10:18.868873 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10219 2025.03.22 20:10:18.869021 [ 5 ] {943f51b8-ce59-4b4c-908b-13b2617f297a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10220 2025.03.22 20:10:18.869039 [ 189 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10221 2025.03.22 20:10:18.869082 [ 5 ] {943f51b8-ce59-4b4c-908b-13b2617f297a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10222 2025.03.22 20:10:18.869120 [ 189 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1439 rows starting from the beginning of the part
10223 2025.03.22 20:10:18.869630 [ 189 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 26 rows starting from the beginning of the part
10224 2025.03.22 20:10:18.870025 [ 189 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 13 rows starting from the beginning of the part
10225 2025.03.22 20:10:18.870441 [ 5 ] {943f51b8-ce59-4b4c-908b-13b2617f297a} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10226 2025.03.22 20:10:18.870455 [ 189 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::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
10227 2025.03.22 20:10:18.870485 [ 5 ] {943f51b8-ce59-4b4c-908b-13b2617f297a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
10228 2025.03.22 20:10:18.870820 [ 189 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 13 rows starting from the beginning of the part
10229 2025.03.22 20:10:18.871180 [ 189 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::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
10230 2025.03.22 20:10:18.871314 [ 5 ] {943f51b8-ce59-4b4c-908b-13b2617f297a} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
10231 2025.03.22 20:10:18.871720 [ 5 ] {943f51b8-ce59-4b4c-908b-13b2617f297a} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10232 2025.03.22 20:10:18.871999 [ 5 ] {943f51b8-ce59-4b4c-908b-13b2617f297a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003021 sec., 19860.9731876862 rows/sec., 1.34 MiB/sec.
10233 2025.03.22 20:10:18.872078 [ 5 ] {943f51b8-ce59-4b4c-908b-13b2617f297a} <Debug> TCPHandler: Processed in 0.00326512 sec.
10234 2025.03.22 20:10:18.879863 [ 187 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1543 rows, containing 19 columns (19 merged, 0 gathered) in 0.01127694 sec., 136827.89834831082 rows/sec., 245.19 MiB/sec.
10235 2025.03.22 20:10:18.881420 [ 191 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
10236 2025.03.22 20:10:18.881848 [ 191 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_81_16} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10237 2025.03.22 20:10:18.881937 [ 191 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_81_16} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
10238 2025.03.22 20:10:18.882086 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.66 MiB.
10239 2025.03.22 20:10:19.000156 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 238.09 MiB, peak 249.71 MiB, free memory in arenas 0.00 B, will set to 242.17 MiB (RSS), difference: 4.08 MiB
10240 2025.03.22 20:10:19.979799 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 438
10241 2025.03.22 20:10:19.999266 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10242 2025.03.22 20:10:19.999327 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
10243 2025.03.22 20:10:20.008220 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
10244 2025.03.22 20:10:20.008988 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10245 2025.03.22 20:10:20.011583 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 438
10246 2025.03.22 20:10:22.852543 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10247 2025.03.22 20:10:22.852745 [ 5 ] {4d164c43-a5e7-4f69-b26e-4c8483a4a8aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
10248 2025.03.22 20:10:22.852820 [ 5 ] {4d164c43-a5e7-4f69-b26e-4c8483a4a8aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
10249 2025.03.22 20:10:22.853584 [ 5 ] {4d164c43-a5e7-4f69-b26e-4c8483a4a8aa} <Trace> oximeter.fields_i16 (264093f9-a655-4468-9a79-5d699a3bbf39): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10250 2025.03.22 20:10:22.853637 [ 5 ] {4d164c43-a5e7-4f69-b26e-4c8483a4a8aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
10251 2025.03.22 20:10:22.854065 [ 5 ] {4d164c43-a5e7-4f69-b26e-4c8483a4a8aa} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
10252 2025.03.22 20:10:22.854333 [ 5 ] {4d164c43-a5e7-4f69-b26e-4c8483a4a8aa} <Trace> oximeter.fields_i16 (264093f9-a655-4468-9a79-5d699a3bbf39): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10253 2025.03.22 20:10:22.854577 [ 5 ] {4d164c43-a5e7-4f69-b26e-4c8483a4a8aa} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001883 sec., 12745.618693574084 rows/sec., 1.06 MiB/sec.
10254 2025.03.22 20:10:22.854645 [ 5 ] {4d164c43-a5e7-4f69-b26e-4c8483a4a8aa} <Debug> TCPHandler: Processed in 0.002267188 sec.
10255 2025.03.22 20:10:22.854761 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10256 2025.03.22 20:10:22.854869 [ 5 ] {62a8eecf-2422-4992-b6bf-fc8a0d12c5f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
10257 2025.03.22 20:10:22.854918 [ 5 ] {62a8eecf-2422-4992-b6bf-fc8a0d12c5f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
10258 2025.03.22 20:10:22.855452 [ 5 ] {62a8eecf-2422-4992-b6bf-fc8a0d12c5f9} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10259 2025.03.22 20:10:22.855495 [ 5 ] {62a8eecf-2422-4992-b6bf-fc8a0d12c5f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
10260 2025.03.22 20:10:22.855839 [ 5 ] {62a8eecf-2422-4992-b6bf-fc8a0d12c5f9} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
10261 2025.03.22 20:10:22.856072 [ 5 ] {62a8eecf-2422-4992-b6bf-fc8a0d12c5f9} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10262 2025.03.22 20:10:22.856326 [ 5 ] {62a8eecf-2422-4992-b6bf-fc8a0d12c5f9} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.001476 sec., 9485.09485094851 rows/sec., 773.44 KiB/sec.
10263 2025.03.22 20:10:22.856538 [ 5 ] {62a8eecf-2422-4992-b6bf-fc8a0d12c5f9} <Debug> TCPHandler: Processed in 0.001825409 sec.
10264 2025.03.22 20:10:22.856733 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10265 2025.03.22 20:10:22.856841 [ 5 ] {1749a158-3007-4eed-bbb4-a8a182834df3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10266 2025.03.22 20:10:22.856888 [ 5 ] {1749a158-3007-4eed-bbb4-a8a182834df3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10267 2025.03.22 20:10:22.858125 [ 5 ] {1749a158-3007-4eed-bbb4-a8a182834df3} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10268 2025.03.22 20:10:22.858166 [ 5 ] {1749a158-3007-4eed-bbb4-a8a182834df3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
10269 2025.03.22 20:10:22.858606 [ 5 ] {1749a158-3007-4eed-bbb4-a8a182834df3} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
10270 2025.03.22 20:10:22.858845 [ 5 ] {1749a158-3007-4eed-bbb4-a8a182834df3} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10271 2025.03.22 20:10:22.859092 [ 5 ] {1749a158-3007-4eed-bbb4-a8a182834df3} <Debug> executeQuery: Read 1349 rows, 115.00 KiB in 0.00227 sec., 594273.127753304 rows/sec., 49.48 MiB/sec.
10272 2025.03.22 20:10:22.859184 [ 5 ] {1749a158-3007-4eed-bbb4-a8a182834df3} <Debug> TCPHandler: Processed in 0.002506043 sec.
10273 2025.03.22 20:10:22.859341 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10274 2025.03.22 20:10:22.859651 [ 5 ] {37382f69-7f23-49b2-b044-da812a57c272} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10275 2025.03.22 20:10:22.859781 [ 5 ] {37382f69-7f23-49b2-b044-da812a57c272} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10276 2025.03.22 20:10:22.860857 [ 5 ] {37382f69-7f23-49b2-b044-da812a57c272} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10277 2025.03.22 20:10:22.860898 [ 5 ] {37382f69-7f23-49b2-b044-da812a57c272} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
10278 2025.03.22 20:10:22.861243 [ 5 ] {37382f69-7f23-49b2-b044-da812a57c272} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
10279 2025.03.22 20:10:22.861490 [ 5 ] {37382f69-7f23-49b2-b044-da812a57c272} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10280 2025.03.22 20:10:22.861697 [ 5 ] {37382f69-7f23-49b2-b044-da812a57c272} <Debug> executeQuery: Read 39 rows, 2.92 KiB in 0.002158 sec., 18072.289156626506 rows/sec., 1.32 MiB/sec.
10281 2025.03.22 20:10:22.861788 [ 5 ] {37382f69-7f23-49b2-b044-da812a57c272} <Debug> TCPHandler: Processed in 0.002516973 sec.
10282 2025.03.22 20:10:22.862001 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10283 2025.03.22 20:10:22.862179 [ 5 ] {6e91bed0-6b0e-4f71-8c7d-028c6d4eed00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
10284 2025.03.22 20:10:22.862225 [ 5 ] {6e91bed0-6b0e-4f71-8c7d-028c6d4eed00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
10285 2025.03.22 20:10:22.862844 [ 5 ] {6e91bed0-6b0e-4f71-8c7d-028c6d4eed00} <Trace> oximeter.fields_u32 (ad7a5232-f0e1-40d6-acb0-24ed1d64c039): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10286 2025.03.22 20:10:22.862884 [ 5 ] {6e91bed0-6b0e-4f71-8c7d-028c6d4eed00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
10287 2025.03.22 20:10:22.863237 [ 5 ] {6e91bed0-6b0e-4f71-8c7d-028c6d4eed00} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
10288 2025.03.22 20:10:22.863469 [ 5 ] {6e91bed0-6b0e-4f71-8c7d-028c6d4eed00} <Trace> oximeter.fields_u32 (ad7a5232-f0e1-40d6-acb0-24ed1d64c039): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10289 2025.03.22 20:10:22.863678 [ 5 ] {6e91bed0-6b0e-4f71-8c7d-028c6d4eed00} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001523 sec., 165462.9021667761 rows/sec., 11.44 MiB/sec.
10290 2025.03.22 20:10:22.863730 [ 5 ] {6e91bed0-6b0e-4f71-8c7d-028c6d4eed00} <Debug> TCPHandler: Processed in 0.001828149 sec.
10291 2025.03.22 20:10:22.863845 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10292 2025.03.22 20:10:22.863950 [ 5 ] {6b26eddf-face-42f2-953a-3bdd37ca557d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
10293 2025.03.22 20:10:22.863996 [ 5 ] {6b26eddf-face-42f2-953a-3bdd37ca557d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
10294 2025.03.22 20:10:22.864505 [ 5 ] {6b26eddf-face-42f2-953a-3bdd37ca557d} <Trace> oximeter.fields_u8 (faaaa09d-c3bc-4a8d-ab11-77969ca3dca4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10295 2025.03.22 20:10:22.864544 [ 5 ] {6b26eddf-face-42f2-953a-3bdd37ca557d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
10296 2025.03.22 20:10:22.864883 [ 5 ] {6b26eddf-face-42f2-953a-3bdd37ca557d} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
10297 2025.03.22 20:10:22.865114 [ 5 ] {6b26eddf-face-42f2-953a-3bdd37ca557d} <Trace> oximeter.fields_u8 (faaaa09d-c3bc-4a8d-ab11-77969ca3dca4): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10298 2025.03.22 20:10:22.865346 [ 5 ] {6b26eddf-face-42f2-953a-3bdd37ca557d} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001416 sec., 8474.57627118644 rows/sec., 662.08 KiB/sec.
10299 2025.03.22 20:10:22.865463 [ 5 ] {6b26eddf-face-42f2-953a-3bdd37ca557d} <Debug> TCPHandler: Processed in 0.001668285 sec.
10300 2025.03.22 20:10:22.865601 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10301 2025.03.22 20:10:22.865706 [ 5 ] {4583d0af-2706-4aed-8f88-3039b86abecd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10302 2025.03.22 20:10:22.865750 [ 5 ] {4583d0af-2706-4aed-8f88-3039b86abecd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10303 2025.03.22 20:10:22.866497 [ 5 ] {4583d0af-2706-4aed-8f88-3039b86abecd} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10304 2025.03.22 20:10:22.866535 [ 5 ] {4583d0af-2706-4aed-8f88-3039b86abecd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
10305 2025.03.22 20:10:22.866911 [ 5 ] {4583d0af-2706-4aed-8f88-3039b86abecd} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
10306 2025.03.22 20:10:22.867145 [ 5 ] {4583d0af-2706-4aed-8f88-3039b86abecd} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10307 2025.03.22 20:10:22.867365 [ 5 ] {4583d0af-2706-4aed-8f88-3039b86abecd} <Debug> executeQuery: Read 583 rows, 44.84 KiB in 0.001681 sec., 346817.3706127305 rows/sec., 26.05 MiB/sec.
10308 2025.03.22 20:10:22.867417 [ 5 ] {4583d0af-2706-4aed-8f88-3039b86abecd} <Debug> TCPHandler: Processed in 0.00186763 sec.
10309 2025.03.22 20:10:22.867521 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10310 2025.03.22 20:10:22.867622 [ 5 ] {db24d0e2-45e8-435a-a307-317cef29be3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10311 2025.03.22 20:10:22.867670 [ 5 ] {db24d0e2-45e8-435a-a307-317cef29be3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10312 2025.03.22 20:10:22.868427 [ 5 ] {db24d0e2-45e8-435a-a307-317cef29be3a} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10313 2025.03.22 20:10:22.868467 [ 5 ] {db24d0e2-45e8-435a-a307-317cef29be3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
10314 2025.03.22 20:10:22.868908 [ 5 ] {db24d0e2-45e8-435a-a307-317cef29be3a} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
10315 2025.03.22 20:10:22.869146 [ 5 ] {db24d0e2-45e8-435a-a307-317cef29be3a} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10316 2025.03.22 20:10:22.869356 [ 5 ] {db24d0e2-45e8-435a-a307-317cef29be3a} <Debug> executeQuery: Read 1017 rows, 70.44 KiB in 0.001755 sec., 579487.1794871795 rows/sec., 39.20 MiB/sec.
10317 2025.03.22 20:10:22.869406 [ 5 ] {db24d0e2-45e8-435a-a307-317cef29be3a} <Debug> TCPHandler: Processed in 0.001935401 sec.
10318 2025.03.22 20:10:22.869522 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10319 2025.03.22 20:10:22.869627 [ 5 ] {2509ad1e-0322-4c9c-8559-035b5c0f7f1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10320 2025.03.22 20:10:22.869695 [ 5 ] {2509ad1e-0322-4c9c-8559-035b5c0f7f1f} <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
10321 2025.03.22 20:10:22.870773 [ 5 ] {2509ad1e-0322-4c9c-8559-035b5c0f7f1f} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10322 2025.03.22 20:10:22.870812 [ 5 ] {2509ad1e-0322-4c9c-8559-035b5c0f7f1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
10323 2025.03.22 20:10:22.871407 [ 5 ] {2509ad1e-0322-4c9c-8559-035b5c0f7f1f} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
10324 2025.03.22 20:10:22.871661 [ 5 ] {2509ad1e-0322-4c9c-8559-035b5c0f7f1f} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10325 2025.03.22 20:10:22.871906 [ 5 ] {2509ad1e-0322-4c9c-8559-035b5c0f7f1f} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002299 sec., 5654.632448890822 rows/sec., 10.13 MiB/sec.
10326 2025.03.22 20:10:22.872006 [ 5 ] {2509ad1e-0322-4c9c-8559-035b5c0f7f1f} <Debug> TCPHandler: Processed in 0.002534524 sec.
10327 2025.03.22 20:10:22.872143 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10328 2025.03.22 20:10:22.872247 [ 5 ] {72dbab84-0b5e-4f10-b85c-914b8181728d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10329 2025.03.22 20:10:22.872294 [ 5 ] {72dbab84-0b5e-4f10-b85c-914b8181728d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10330 2025.03.22 20:10:22.872733 [ 5 ] {72dbab84-0b5e-4f10-b85c-914b8181728d} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10331 2025.03.22 20:10:22.872772 [ 5 ] {72dbab84-0b5e-4f10-b85c-914b8181728d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
10332 2025.03.22 20:10:22.873118 [ 5 ] {72dbab84-0b5e-4f10-b85c-914b8181728d} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
10333 2025.03.22 20:10:22.873352 [ 5 ] {72dbab84-0b5e-4f10-b85c-914b8181728d} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10334 2025.03.22 20:10:22.873557 [ 5 ] {72dbab84-0b5e-4f10-b85c-914b8181728d} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001331 sec., 36063.110443275735 rows/sec., 2.43 MiB/sec.
10335 2025.03.22 20:10:22.873606 [ 5 ] {72dbab84-0b5e-4f10-b85c-914b8181728d} <Debug> TCPHandler: Processed in 0.001513732 sec.
10336 2025.03.22 20:10:23.165235 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 1426
10337 2025.03.22 20:10:23.168554 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10338 2025.03.22 20:10:23.168605 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
10339 2025.03.22 20:10:23.170096 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
10340 2025.03.22 20:10:23.170437 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10341 2025.03.22 20:10:23.171944 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1426
10342 2025.03.22 20:10:23.845959 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10343 2025.03.22 20:10:23.846174 [ 5 ] {029188fd-0000-4314-bc5a-ab2c313d391d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10344 2025.03.22 20:10:23.846258 [ 5 ] {029188fd-0000-4314-bc5a-ab2c313d391d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10345 2025.03.22 20:10:23.847044 [ 5 ] {029188fd-0000-4314-bc5a-ab2c313d391d} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10346 2025.03.22 20:10:23.847097 [ 5 ] {029188fd-0000-4314-bc5a-ab2c313d391d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
10347 2025.03.22 20:10:23.847559 [ 5 ] {029188fd-0000-4314-bc5a-ab2c313d391d} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
10348 2025.03.22 20:10:23.847812 [ 5 ] {029188fd-0000-4314-bc5a-ab2c313d391d} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10349 2025.03.22 20:10:23.848027 [ 122 ] {} <Debug> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0
10350 2025.03.22 20:10:23.848054 [ 5 ] {029188fd-0000-4314-bc5a-ab2c313d391d} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001937 sec., 28910.686628807434 rows/sec., 2.21 MiB/sec.
10351 2025.03.22 20:10:23.848104 [ 122 ] {} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10352 2025.03.22 20:10:23.848183 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
10353 2025.03.22 20:10:23.848196 [ 5 ] {029188fd-0000-4314-bc5a-ab2c313d391d} <Debug> TCPHandler: Processed in 0.00237451 sec.
10354 2025.03.22 20:10:23.848355 [ 193 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::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
10355 2025.03.22 20:10:23.848377 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10356 2025.03.22 20:10:23.848497 [ 193 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10357 2025.03.22 20:10:23.848522 [ 5 ] {f229cc6a-9039-4aad-8caf-d7b72dfa4cb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10358 2025.03.22 20:10:23.848535 [ 193 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1403 rows starting from the beginning of the part
10359 2025.03.22 20:10:23.848579 [ 5 ] {f229cc6a-9039-4aad-8caf-d7b72dfa4cb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10360 2025.03.22 20:10:23.848667 [ 193 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 109 rows starting from the beginning of the part
10361 2025.03.22 20:10:23.849019 [ 193 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 82 rows starting from the beginning of the part
10362 2025.03.22 20:10:23.849366 [ 193 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 108 rows starting from the beginning of the part
10363 2025.03.22 20:10:23.849609 [ 193 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 1349 rows starting from the beginning of the part
10364 2025.03.22 20:10:23.849820 [ 193 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 56 rows starting from the beginning of the part
10365 2025.03.22 20:10:23.850692 [ 5 ] {f229cc6a-9039-4aad-8caf-d7b72dfa4cb3} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10366 2025.03.22 20:10:23.850736 [ 5 ] {f229cc6a-9039-4aad-8caf-d7b72dfa4cb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
10367 2025.03.22 20:10:23.851282 [ 5 ] {f229cc6a-9039-4aad-8caf-d7b72dfa4cb3} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
10368 2025.03.22 20:10:23.851558 [ 5 ] {f229cc6a-9039-4aad-8caf-d7b72dfa4cb3} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10369 2025.03.22 20:10:23.851755 [ 122 ] {} <Debug> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0
10370 2025.03.22 20:10:23.851819 [ 122 ] {} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10371 2025.03.22 20:10:23.851874 [ 5 ] {f229cc6a-9039-4aad-8caf-d7b72dfa4cb3} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003357 sec., 19064.641048555255 rows/sec., 1.49 MiB/sec.
10372 2025.03.22 20:10:23.851926 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
10373 2025.03.22 20:10:23.852331 [ 5 ] {f229cc6a-9039-4aad-8caf-d7b72dfa4cb3} <Debug> TCPHandler: Processed in 0.003982935 sec.
10374 2025.03.22 20:10:23.852783 [ 187 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::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
10375 2025.03.22 20:10:23.852936 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10376 2025.03.22 20:10:23.853259 [ 193 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3107 rows, containing 5 columns (5 merged, 0 gathered) in 0.004967866 sec., 625419.4456935836 rows/sec., 54.46 MiB/sec.
10377 2025.03.22 20:10:23.853460 [ 5 ] {26cc8a35-921c-4c46-9d94-c26d6e7fe378} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10378 2025.03.22 20:10:23.853563 [ 187 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10379 2025.03.22 20:10:23.853755 [ 5 ] {26cc8a35-921c-4c46-9d94-c26d6e7fe378} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10380 2025.03.22 20:10:23.853767 [ 187 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 631 rows starting from the beginning of the part
10381 2025.03.22 20:10:23.853961 [ 192 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary)
10382 2025.03.22 20:10:23.854386 [ 187 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 92 rows starting from the beginning of the part
10383 2025.03.22 20:10:23.854900 [ 187 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 77 rows starting from the beginning of the part
10384 2025.03.22 20:10:23.855386 [ 187 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 90 rows starting from the beginning of the part
10385 2025.03.22 20:10:23.855839 [ 187 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 583 rows starting from the beginning of the part
10386 2025.03.22 20:10:23.856322 [ 187 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 64 rows starting from the beginning of the part
10387 2025.03.22 20:10:23.857942 [ 193 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_101_20} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10388 2025.03.22 20:10:23.858438 [ 193 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_101_20} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20
10389 2025.03.22 20:10:23.858866 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB.
10390 2025.03.22 20:10:23.858951 [ 5 ] {26cc8a35-921c-4c46-9d94-c26d6e7fe378} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10391 2025.03.22 20:10:23.859062 [ 5 ] {26cc8a35-921c-4c46-9d94-c26d6e7fe378} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
10392 2025.03.22 20:10:23.860351 [ 5 ] {26cc8a35-921c-4c46-9d94-c26d6e7fe378} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
10393 2025.03.22 20:10:23.860722 [ 5 ] {26cc8a35-921c-4c46-9d94-c26d6e7fe378} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10394 2025.03.22 20:10:23.861182 [ 192 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1537 rows, containing 5 columns (5 merged, 0 gathered) in 0.009008721 sec., 170612.4543095518 rows/sec., 13.59 MiB/sec.
10395 2025.03.22 20:10:23.861174 [ 122 ] {} <Debug> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Selected 5 parts from all_1_96_19 to all_100_100_0
10396 2025.03.22 20:10:23.861321 [ 122 ] {} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10397 2025.03.22 20:10:23.861341 [ 5 ] {26cc8a35-921c-4c46-9d94-c26d6e7fe378} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.008079 sec., 3960.886248298057 rows/sec., 282.49 KiB/sec.
10398 2025.03.22 20:10:23.861382 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
10399 2025.03.22 20:10:23.861549 [ 192 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary)
10400 2025.03.22 20:10:23.861650 [ 5 ] {26cc8a35-921c-4c46-9d94-c26d6e7fe378} <Debug> TCPHandler: Processed in 0.008897089 sec.
10401 2025.03.22 20:10:23.861827 [ 196 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_100_20} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_96_19 to all_100_100_0 into Compact with storage Full
10402 2025.03.22 20:10:23.861985 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10403 2025.03.22 20:10:23.862150 [ 196 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_100_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10404 2025.03.22 20:10:23.862274 [ 192 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_101_20} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10405 2025.03.22 20:10:23.862292 [ 196 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_100_20} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_96_19, total 26430 rows starting from the beginning of the part
10406 2025.03.22 20:10:23.862360 [ 5 ] {4816ed41-c78c-4e15-b00d-dd8f3d6ca7f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10407 2025.03.22 20:10:23.862633 [ 192 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_101_20} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20
10408 2025.03.22 20:10:23.862662 [ 5 ] {4816ed41-c78c-4e15-b00d-dd8f3d6ca7f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10409 2025.03.22 20:10:23.862752 [ 196 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_100_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 161 rows starting from the beginning of the part
10410 2025.03.22 20:10:23.863073 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB.
10411 2025.03.22 20:10:23.863348 [ 196 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_100_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 160 rows starting from the beginning of the part
10412 2025.03.22 20:10:23.863666 [ 196 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_100_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 160 rows starting from the beginning of the part
10413 2025.03.22 20:10:23.864042 [ 196 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_100_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 1017 rows starting from the beginning of the part
10414 2025.03.22 20:10:23.865206 [ 5 ] {4816ed41-c78c-4e15-b00d-dd8f3d6ca7f0} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10415 2025.03.22 20:10:23.865273 [ 5 ] {4816ed41-c78c-4e15-b00d-dd8f3d6ca7f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
10416 2025.03.22 20:10:23.865776 [ 5 ] {4816ed41-c78c-4e15-b00d-dd8f3d6ca7f0} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
10417 2025.03.22 20:10:23.866150 [ 5 ] {4816ed41-c78c-4e15-b00d-dd8f3d6ca7f0} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10418 2025.03.22 20:10:23.866572 [ 122 ] {} <Debug> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0
10419 2025.03.22 20:10:23.866724 [ 122 ] {} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10420 2025.03.22 20:10:23.866784 [ 5 ] {4816ed41-c78c-4e15-b00d-dd8f3d6ca7f0} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.004555 sec., 2634.467618002195 rows/sec., 181.81 KiB/sec.
10421 2025.03.22 20:10:23.866821 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
10422 2025.03.22 20:10:23.867084 [ 5 ] {4816ed41-c78c-4e15-b00d-dd8f3d6ca7f0} <Debug> TCPHandler: Processed in 0.00521192 sec.
10423 2025.03.22 20:10:23.867307 [ 200 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::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
10424 2025.03.22 20:10:23.867473 [ 200 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10425 2025.03.22 20:10:23.867503 [ 200 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 4896 rows starting from the beginning of the part
10426 2025.03.22 20:10:23.867604 [ 200 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 60 rows starting from the beginning of the part
10427 2025.03.22 20:10:23.867860 [ 200 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 60 rows starting from the beginning of the part
10428 2025.03.22 20:10:23.868028 [ 200 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 60 rows starting from the beginning of the part
10429 2025.03.22 20:10:23.868246 [ 200 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 48 rows starting from the beginning of the part
10430 2025.03.22 20:10:23.868489 [ 200 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 12 rows starting from the beginning of the part
10431 2025.03.22 20:10:23.870775 [ 197 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5136 rows, containing 4 columns (4 merged, 0 gathered) in 0.00375653 sec., 1367219.2156058915 rows/sec., 92.17 MiB/sec.
10432 2025.03.22 20:10:23.871233 [ 188 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary)
10433 2025.03.22 20:10:23.871630 [ 188 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_101_20} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10434 2025.03.22 20:10:23.871742 [ 188 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_101_20} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20
10435 2025.03.22 20:10:23.871834 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.11 MiB.
10436 2025.03.22 20:10:23.872315 [ 197 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_100_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27928 rows, containing 5 columns (5 merged, 0 gathered) in 0.010764379 sec., 2594483.155972119 rows/sec., 177.76 MiB/sec.
10437 2025.03.22 20:10:23.872599 [ 188 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_100_20} <Trace> MergedBlockOutputStream: filled checksums all_1_100_20 (state Temporary)
10438 2025.03.22 20:10:23.872866 [ 188 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_100_20} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_merge_all_1_100_20 to all_1_100_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10439 2025.03.22 20:10:23.872941 [ 188 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_100_20} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Merged 5 parts: [all_1_96_19, all_100_100_0] -> all_1_100_20
10440 2025.03.22 20:10:23.873014 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB.
10441 2025.03.22 20:10:25.522445 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27084
10442 2025.03.22 20:10:25.523089 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10443 2025.03.22 20:10:25.523133 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
10444 2025.03.22 20:10:25.523693 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
10445 2025.03.22 20:10:25.523943 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10446 2025.03.22 20:10:25.524209 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27084
10447 2025.03.22 20:10:27.512627 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 445
10448 2025.03.22 20:10:27.532909 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10449 2025.03.22 20:10:27.532967 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
10450 2025.03.22 20:10:27.540468 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
10451 2025.03.22 20:10:27.541249 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10452 2025.03.22 20:10:27.543974 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 445
10453 2025.03.22 20:10:28.853846 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10454 2025.03.22 20:10:28.854037 [ 5 ] {e3eb81bc-b90f-4b0d-ac08-cfdc6b707af6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10455 2025.03.22 20:10:28.854110 [ 5 ] {e3eb81bc-b90f-4b0d-ac08-cfdc6b707af6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10456 2025.03.22 20:10:28.854950 [ 5 ] {e3eb81bc-b90f-4b0d-ac08-cfdc6b707af6} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10457 2025.03.22 20:10:28.855005 [ 5 ] {e3eb81bc-b90f-4b0d-ac08-cfdc6b707af6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
10458 2025.03.22 20:10:28.855446 [ 5 ] {e3eb81bc-b90f-4b0d-ac08-cfdc6b707af6} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary)
10459 2025.03.22 20:10:28.855708 [ 5 ] {e3eb81bc-b90f-4b0d-ac08-cfdc6b707af6} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10460 2025.03.22 20:10:28.855940 [ 5 ] {e3eb81bc-b90f-4b0d-ac08-cfdc6b707af6} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.001954 sec., 55271.23848515865 rows/sec., 4.62 MiB/sec.
10461 2025.03.22 20:10:28.856006 [ 5 ] {e3eb81bc-b90f-4b0d-ac08-cfdc6b707af6} <Debug> TCPHandler: Processed in 0.002292739 sec.
10462 2025.03.22 20:10:28.856131 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10463 2025.03.22 20:10:28.856245 [ 5 ] {a9b4db9a-1281-4b1d-b90f-b0cc0e5891c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10464 2025.03.22 20:10:28.856295 [ 5 ] {a9b4db9a-1281-4b1d-b90f-b0cc0e5891c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10465 2025.03.22 20:10:28.856842 [ 5 ] {a9b4db9a-1281-4b1d-b90f-b0cc0e5891c4} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10466 2025.03.22 20:10:28.856882 [ 5 ] {a9b4db9a-1281-4b1d-b90f-b0cc0e5891c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
10467 2025.03.22 20:10:28.857230 [ 5 ] {a9b4db9a-1281-4b1d-b90f-b0cc0e5891c4} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
10468 2025.03.22 20:10:28.857467 [ 5 ] {a9b4db9a-1281-4b1d-b90f-b0cc0e5891c4} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10469 2025.03.22 20:10:28.857690 [ 5 ] {a9b4db9a-1281-4b1d-b90f-b0cc0e5891c4} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001466 sec., 17735.334242837653 rows/sec., 1.30 MiB/sec.
10470 2025.03.22 20:10:28.857780 [ 5 ] {a9b4db9a-1281-4b1d-b90f-b0cc0e5891c4} <Debug> TCPHandler: Processed in 0.001702296 sec.
10471 2025.03.22 20:10:28.857985 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10472 2025.03.22 20:10:28.858179 [ 5 ] {fff6f0ee-943a-4893-9f56-9c1d967af328} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10473 2025.03.22 20:10:28.858227 [ 5 ] {fff6f0ee-943a-4893-9f56-9c1d967af328} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10474 2025.03.22 20:10:28.858797 [ 5 ] {fff6f0ee-943a-4893-9f56-9c1d967af328} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10475 2025.03.22 20:10:28.858837 [ 5 ] {fff6f0ee-943a-4893-9f56-9c1d967af328} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
10476 2025.03.22 20:10:28.859188 [ 5 ] {fff6f0ee-943a-4893-9f56-9c1d967af328} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary)
10477 2025.03.22 20:10:28.859432 [ 5 ] {fff6f0ee-943a-4893-9f56-9c1d967af328} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10478 2025.03.22 20:10:28.859635 [ 5 ] {fff6f0ee-943a-4893-9f56-9c1d967af328} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.001489 sec., 60443.25050369375 rows/sec., 4.72 MiB/sec.
10479 2025.03.22 20:10:28.859687 [ 5 ] {fff6f0ee-943a-4893-9f56-9c1d967af328} <Debug> TCPHandler: Processed in 0.001813559 sec.
10480 2025.03.22 20:10:28.859801 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10481 2025.03.22 20:10:28.859906 [ 5 ] {904fcb67-8d3c-4c40-9e4a-e3fcc0f71c8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10482 2025.03.22 20:10:28.859955 [ 5 ] {904fcb67-8d3c-4c40-9e4a-e3fcc0f71c8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10483 2025.03.22 20:10:28.860478 [ 5 ] {904fcb67-8d3c-4c40-9e4a-e3fcc0f71c8f} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10484 2025.03.22 20:10:28.860517 [ 5 ] {904fcb67-8d3c-4c40-9e4a-e3fcc0f71c8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
10485 2025.03.22 20:10:28.860894 [ 5 ] {904fcb67-8d3c-4c40-9e4a-e3fcc0f71c8f} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary)
10486 2025.03.22 20:10:28.861128 [ 5 ] {904fcb67-8d3c-4c40-9e4a-e3fcc0f71c8f} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10487 2025.03.22 20:10:28.861340 [ 5 ] {904fcb67-8d3c-4c40-9e4a-e3fcc0f71c8f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001457 sec., 109814.68771448181 rows/sec., 7.65 MiB/sec.
10488 2025.03.22 20:10:28.861391 [ 5 ] {904fcb67-8d3c-4c40-9e4a-e3fcc0f71c8f} <Debug> TCPHandler: Processed in 0.001640755 sec.
10489 2025.03.22 20:10:28.861524 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10490 2025.03.22 20:10:28.861629 [ 5 ] {0ad10c81-7b5f-4c4a-86a0-a3612de42c1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10491 2025.03.22 20:10:28.861695 [ 5 ] {0ad10c81-7b5f-4c4a-86a0-a3612de42c1f} <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
10492 2025.03.22 20:10:28.862800 [ 5 ] {0ad10c81-7b5f-4c4a-86a0-a3612de42c1f} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10493 2025.03.22 20:10:28.862840 [ 5 ] {0ad10c81-7b5f-4c4a-86a0-a3612de42c1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
10494 2025.03.22 20:10:28.863463 [ 5 ] {0ad10c81-7b5f-4c4a-86a0-a3612de42c1f} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
10495 2025.03.22 20:10:28.863717 [ 5 ] {0ad10c81-7b5f-4c4a-86a0-a3612de42c1f} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10496 2025.03.22 20:10:28.863956 [ 5 ] {0ad10c81-7b5f-4c4a-86a0-a3612de42c1f} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002349 sec., 11068.539804171989 rows/sec., 19.83 MiB/sec.
10497 2025.03.22 20:10:28.864059 [ 5 ] {0ad10c81-7b5f-4c4a-86a0-a3612de42c1f} <Debug> TCPHandler: Processed in 0.002583855 sec.
10498 2025.03.22 20:10:28.864188 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10499 2025.03.22 20:10:28.864293 [ 5 ] {e4691bf1-56c0-4396-b93e-d2a60a4d4b99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10500 2025.03.22 20:10:28.864340 [ 5 ] {e4691bf1-56c0-4396-b93e-d2a60a4d4b99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10501 2025.03.22 20:10:28.864774 [ 5 ] {e4691bf1-56c0-4396-b93e-d2a60a4d4b99} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10502 2025.03.22 20:10:28.864813 [ 5 ] {e4691bf1-56c0-4396-b93e-d2a60a4d4b99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
10503 2025.03.22 20:10:28.865159 [ 5 ] {e4691bf1-56c0-4396-b93e-d2a60a4d4b99} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary)
10504 2025.03.22 20:10:28.865406 [ 5 ] {e4691bf1-56c0-4396-b93e-d2a60a4d4b99} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10505 2025.03.22 20:10:28.865614 [ 5 ] {e4691bf1-56c0-4396-b93e-d2a60a4d4b99} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001342 sec., 44709.38897168405 rows/sec., 3.01 MiB/sec.
10506 2025.03.22 20:10:28.865663 [ 5 ] {e4691bf1-56c0-4396-b93e-d2a60a4d4b99} <Debug> TCPHandler: Processed in 0.001525473 sec.
10507 2025.03.22 20:10:32.796697 [ 116 ] {} <Debug> DNSResolver: Updating DNS cache
10508 2025.03.22 20:10:32.796796 [ 116 ] {} <Debug> DNSResolver: Updated DNS cache
10509 2025.03.22 20:10:33.025312 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 27572
10510 2025.03.22 20:10:33.025989 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10511 2025.03.22 20:10:33.026029 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
10512 2025.03.22 20:10:33.026555 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
10513 2025.03.22 20:10:33.026806 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10514 2025.03.22 20:10:33.026988 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27572
10515 2025.03.22 20:10:33.173161 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1446
10516 2025.03.22 20:10:33.175978 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10517 2025.03.22 20:10:33.176032 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
10518 2025.03.22 20:10:33.177504 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
10519 2025.03.22 20:10:33.177821 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10520 2025.03.22 20:10:33.179400 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1446
10521 2025.03.22 20:10:33.853195 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10522 2025.03.22 20:10:33.853518 [ 5 ] {ce4d0f38-32d9-4120-afa4-73a01097e52e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10523 2025.03.22 20:10:33.853623 [ 5 ] {ce4d0f38-32d9-4120-afa4-73a01097e52e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10524 2025.03.22 20:10:33.854443 [ 5 ] {ce4d0f38-32d9-4120-afa4-73a01097e52e} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10525 2025.03.22 20:10:33.854494 [ 5 ] {ce4d0f38-32d9-4120-afa4-73a01097e52e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
10526 2025.03.22 20:10:33.854937 [ 5 ] {ce4d0f38-32d9-4120-afa4-73a01097e52e} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary)
10527 2025.03.22 20:10:33.855192 [ 5 ] {ce4d0f38-32d9-4120-afa4-73a01097e52e} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10528 2025.03.22 20:10:33.855466 [ 5 ] {ce4d0f38-32d9-4120-afa4-73a01097e52e} <Debug> executeQuery: Read 82 rows, 6.94 KiB in 0.002025 sec., 40493.82716049383 rows/sec., 3.35 MiB/sec.
10529 2025.03.22 20:10:33.855540 [ 5 ] {ce4d0f38-32d9-4120-afa4-73a01097e52e} <Debug> TCPHandler: Processed in 0.002506883 sec.
10530 2025.03.22 20:10:33.855836 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10531 2025.03.22 20:10:33.856144 [ 5 ] {51a23aee-3371-4df5-ae30-9ffd04dd2e90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10532 2025.03.22 20:10:33.856292 [ 5 ] {51a23aee-3371-4df5-ae30-9ffd04dd2e90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10533 2025.03.22 20:10:33.857125 [ 5 ] {51a23aee-3371-4df5-ae30-9ffd04dd2e90} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10534 2025.03.22 20:10:33.857166 [ 5 ] {51a23aee-3371-4df5-ae30-9ffd04dd2e90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
10535 2025.03.22 20:10:33.857527 [ 5 ] {51a23aee-3371-4df5-ae30-9ffd04dd2e90} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
10536 2025.03.22 20:10:33.857767 [ 5 ] {51a23aee-3371-4df5-ae30-9ffd04dd2e90} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10537 2025.03.22 20:10:33.857975 [ 5 ] {51a23aee-3371-4df5-ae30-9ffd04dd2e90} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.001949 sec., 6670.087224217547 rows/sec., 501.56 KiB/sec.
10538 2025.03.22 20:10:33.858029 [ 5 ] {51a23aee-3371-4df5-ae30-9ffd04dd2e90} <Debug> TCPHandler: Processed in 0.002294219 sec.
10539 2025.03.22 20:10:33.858135 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10540 2025.03.22 20:10:33.858238 [ 5 ] {bd4f536c-76cb-49b8-8264-ed848b6a8f94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10541 2025.03.22 20:10:33.858283 [ 5 ] {bd4f536c-76cb-49b8-8264-ed848b6a8f94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10542 2025.03.22 20:10:33.858826 [ 5 ] {bd4f536c-76cb-49b8-8264-ed848b6a8f94} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10543 2025.03.22 20:10:33.858866 [ 5 ] {bd4f536c-76cb-49b8-8264-ed848b6a8f94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
10544 2025.03.22 20:10:33.859212 [ 5 ] {bd4f536c-76cb-49b8-8264-ed848b6a8f94} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary)
10545 2025.03.22 20:10:33.859450 [ 5 ] {bd4f536c-76cb-49b8-8264-ed848b6a8f94} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10546 2025.03.22 20:10:33.859654 [ 5 ] {bd4f536c-76cb-49b8-8264-ed848b6a8f94} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.001437 sec., 53583.85525400139 rows/sec., 4.18 MiB/sec.
10547 2025.03.22 20:10:33.859706 [ 5 ] {bd4f536c-76cb-49b8-8264-ed848b6a8f94} <Debug> TCPHandler: Processed in 0.001620264 sec.
10548 2025.03.22 20:10:33.859822 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10549 2025.03.22 20:10:33.859929 [ 5 ] {dd740664-1b14-4b1d-aa4d-8b671270d56c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10550 2025.03.22 20:10:33.859979 [ 5 ] {dd740664-1b14-4b1d-aa4d-8b671270d56c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10551 2025.03.22 20:10:33.860502 [ 5 ] {dd740664-1b14-4b1d-aa4d-8b671270d56c} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10552 2025.03.22 20:10:33.860542 [ 5 ] {dd740664-1b14-4b1d-aa4d-8b671270d56c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
10553 2025.03.22 20:10:33.860933 [ 5 ] {dd740664-1b14-4b1d-aa4d-8b671270d56c} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary)
10554 2025.03.22 20:10:33.861169 [ 5 ] {dd740664-1b14-4b1d-aa4d-8b671270d56c} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10555 2025.03.22 20:10:33.861382 [ 5 ] {dd740664-1b14-4b1d-aa4d-8b671270d56c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001475 sec., 108474.57627118644 rows/sec., 7.56 MiB/sec.
10556 2025.03.22 20:10:33.861444 [ 5 ] {dd740664-1b14-4b1d-aa4d-8b671270d56c} <Debug> TCPHandler: Processed in 0.001672295 sec.
10557 2025.03.22 20:10:33.861607 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10558 2025.03.22 20:10:33.861775 [ 5 ] {8573f06e-8e31-44f0-97bf-4950b3f35414} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10559 2025.03.22 20:10:33.861856 [ 5 ] {8573f06e-8e31-44f0-97bf-4950b3f35414} <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
10560 2025.03.22 20:10:33.862923 [ 5 ] {8573f06e-8e31-44f0-97bf-4950b3f35414} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10561 2025.03.22 20:10:33.862961 [ 5 ] {8573f06e-8e31-44f0-97bf-4950b3f35414} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
10562 2025.03.22 20:10:33.863577 [ 5 ] {8573f06e-8e31-44f0-97bf-4950b3f35414} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
10563 2025.03.22 20:10:33.863838 [ 5 ] {8573f06e-8e31-44f0-97bf-4950b3f35414} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10564 2025.03.22 20:10:33.864074 [ 5 ] {8573f06e-8e31-44f0-97bf-4950b3f35414} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002349 sec., 5534.2699020859945 rows/sec., 9.92 MiB/sec.
10565 2025.03.22 20:10:33.864177 [ 5 ] {8573f06e-8e31-44f0-97bf-4950b3f35414} <Debug> TCPHandler: Processed in 0.002637816 sec.
10566 2025.03.22 20:10:33.864316 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10567 2025.03.22 20:10:33.864422 [ 5 ] {833e63e4-d5a2-45d5-97b5-95479ac73bf8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10568 2025.03.22 20:10:33.864468 [ 5 ] {833e63e4-d5a2-45d5-97b5-95479ac73bf8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10569 2025.03.22 20:10:33.864912 [ 5 ] {833e63e4-d5a2-45d5-97b5-95479ac73bf8} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10570 2025.03.22 20:10:33.864952 [ 5 ] {833e63e4-d5a2-45d5-97b5-95479ac73bf8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
10571 2025.03.22 20:10:33.865307 [ 5 ] {833e63e4-d5a2-45d5-97b5-95479ac73bf8} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary)
10572 2025.03.22 20:10:33.865547 [ 5 ] {833e63e4-d5a2-45d5-97b5-95479ac73bf8} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10573 2025.03.22 20:10:33.865768 [ 5 ] {833e63e4-d5a2-45d5-97b5-95479ac73bf8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001369 sec., 43827.61139517897 rows/sec., 2.95 MiB/sec.
10574 2025.03.22 20:10:33.865820 [ 5 ] {833e63e4-d5a2-45d5-97b5-95479ac73bf8} <Debug> TCPHandler: Processed in 0.001553863 sec.
10575 2025.03.22 20:10:35.045014 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 453
10576 2025.03.22 20:10:35.066655 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10577 2025.03.22 20:10:35.066710 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
10578 2025.03.22 20:10:35.074106 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
10579 2025.03.22 20:10:35.074905 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10580 2025.03.22 20:10:35.078944 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 453
10581 2025.03.22 20:10:38.852821 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10582 2025.03.22 20:10:38.853055 [ 5 ] {d66cb05c-71ba-4065-aad8-d040bcc805fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
10583 2025.03.22 20:10:38.853138 [ 5 ] {d66cb05c-71ba-4065-aad8-d040bcc805fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
10584 2025.03.22 20:10:38.853952 [ 5 ] {d66cb05c-71ba-4065-aad8-d040bcc805fb} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10585 2025.03.22 20:10:38.854004 [ 5 ] {d66cb05c-71ba-4065-aad8-d040bcc805fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
10586 2025.03.22 20:10:38.854428 [ 5 ] {d66cb05c-71ba-4065-aad8-d040bcc805fb} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
10587 2025.03.22 20:10:38.854682 [ 5 ] {d66cb05c-71ba-4065-aad8-d040bcc805fb} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10588 2025.03.22 20:10:38.854933 [ 5 ] {d66cb05c-71ba-4065-aad8-d040bcc805fb} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001935 sec., 1033.5917312661497 rows/sec., 84.28 KiB/sec.
10589 2025.03.22 20:10:38.854998 [ 5 ] {d66cb05c-71ba-4065-aad8-d040bcc805fb} <Debug> TCPHandler: Processed in 0.00231359 sec.
10590 2025.03.22 20:10:38.855126 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10591 2025.03.22 20:10:38.855238 [ 5 ] {3965a649-3130-46db-ac28-c8d66e4a8400} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10592 2025.03.22 20:10:38.855285 [ 5 ] {3965a649-3130-46db-ac28-c8d66e4a8400} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10593 2025.03.22 20:10:38.855887 [ 5 ] {3965a649-3130-46db-ac28-c8d66e4a8400} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10594 2025.03.22 20:10:38.855928 [ 5 ] {3965a649-3130-46db-ac28-c8d66e4a8400} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
10595 2025.03.22 20:10:38.856311 [ 5 ] {3965a649-3130-46db-ac28-c8d66e4a8400} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary)
10596 2025.03.22 20:10:38.856550 [ 5 ] {3965a649-3130-46db-ac28-c8d66e4a8400} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10597 2025.03.22 20:10:38.856780 [ 5 ] {3965a649-3130-46db-ac28-c8d66e4a8400} <Debug> executeQuery: Read 109 rows, 9.32 KiB in 0.001567 sec., 69559.66815571155 rows/sec., 5.81 MiB/sec.
10598 2025.03.22 20:10:38.856861 [ 5 ] {3965a649-3130-46db-ac28-c8d66e4a8400} <Debug> TCPHandler: Processed in 0.001785898 sec.
10599 2025.03.22 20:10:38.856997 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10600 2025.03.22 20:10:38.857291 [ 5 ] {3d3f3f25-4ea9-41fa-9663-4f883520ef65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10601 2025.03.22 20:10:38.857418 [ 5 ] {3d3f3f25-4ea9-41fa-9663-4f883520ef65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10602 2025.03.22 20:10:38.858026 [ 5 ] {3d3f3f25-4ea9-41fa-9663-4f883520ef65} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10603 2025.03.22 20:10:38.858066 [ 5 ] {3d3f3f25-4ea9-41fa-9663-4f883520ef65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
10604 2025.03.22 20:10:38.858418 [ 5 ] {3d3f3f25-4ea9-41fa-9663-4f883520ef65} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
10605 2025.03.22 20:10:38.858681 [ 5 ] {3d3f3f25-4ea9-41fa-9663-4f883520ef65} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10606 2025.03.22 20:10:38.858919 [ 5 ] {3d3f3f25-4ea9-41fa-9663-4f883520ef65} <Debug> executeQuery: Read 28 rows, 2.09 KiB in 0.001742 sec., 16073.478760045924 rows/sec., 1.17 MiB/sec.
10607 2025.03.22 20:10:38.858985 [ 5 ] {3d3f3f25-4ea9-41fa-9663-4f883520ef65} <Debug> TCPHandler: Processed in 0.002054703 sec.
10608 2025.03.22 20:10:38.859124 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10609 2025.03.22 20:10:38.859244 [ 5 ] {14c47db3-9892-4d32-893d-49988862c028} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10610 2025.03.22 20:10:38.859288 [ 5 ] {14c47db3-9892-4d32-893d-49988862c028} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10611 2025.03.22 20:10:38.859861 [ 5 ] {14c47db3-9892-4d32-893d-49988862c028} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10612 2025.03.22 20:10:38.859899 [ 5 ] {14c47db3-9892-4d32-893d-49988862c028} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
10613 2025.03.22 20:10:38.860256 [ 5 ] {14c47db3-9892-4d32-893d-49988862c028} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary)
10614 2025.03.22 20:10:38.860492 [ 5 ] {14c47db3-9892-4d32-893d-49988862c028} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10615 2025.03.22 20:10:38.860722 [ 5 ] {14c47db3-9892-4d32-893d-49988862c028} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.001499 sec., 61374.249499666446 rows/sec., 4.80 MiB/sec.
10616 2025.03.22 20:10:38.860820 [ 5 ] {14c47db3-9892-4d32-893d-49988862c028} <Debug> TCPHandler: Processed in 0.001756587 sec.
10617 2025.03.22 20:10:38.860985 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10618 2025.03.22 20:10:38.861246 [ 5 ] {68e6312f-f57b-49a0-8686-ba46ddb51c89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10619 2025.03.22 20:10:38.861301 [ 5 ] {68e6312f-f57b-49a0-8686-ba46ddb51c89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10620 2025.03.22 20:10:38.861840 [ 5 ] {68e6312f-f57b-49a0-8686-ba46ddb51c89} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10621 2025.03.22 20:10:38.861878 [ 5 ] {68e6312f-f57b-49a0-8686-ba46ddb51c89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
10622 2025.03.22 20:10:38.862260 [ 5 ] {68e6312f-f57b-49a0-8686-ba46ddb51c89} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary)
10623 2025.03.22 20:10:38.862492 [ 5 ] {68e6312f-f57b-49a0-8686-ba46ddb51c89} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10624 2025.03.22 20:10:38.862702 [ 5 ] {68e6312f-f57b-49a0-8686-ba46ddb51c89} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.00154 sec., 104545.45454545454 rows/sec., 7.28 MiB/sec.
10625 2025.03.22 20:10:38.862753 [ 5 ] {68e6312f-f57b-49a0-8686-ba46ddb51c89} <Debug> TCPHandler: Processed in 0.001863269 sec.
10626 2025.03.22 20:10:38.862859 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10627 2025.03.22 20:10:38.862960 [ 5 ] {7a9ebd31-e5c4-4c97-b81b-2a5503fc9947} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10628 2025.03.22 20:10:38.863024 [ 5 ] {7a9ebd31-e5c4-4c97-b81b-2a5503fc9947} <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
10629 2025.03.22 20:10:38.864132 [ 5 ] {7a9ebd31-e5c4-4c97-b81b-2a5503fc9947} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10630 2025.03.22 20:10:38.864170 [ 5 ] {7a9ebd31-e5c4-4c97-b81b-2a5503fc9947} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
10631 2025.03.22 20:10:38.864812 [ 5 ] {7a9ebd31-e5c4-4c97-b81b-2a5503fc9947} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
10632 2025.03.22 20:10:38.865071 [ 5 ] {7a9ebd31-e5c4-4c97-b81b-2a5503fc9947} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10633 2025.03.22 20:10:38.865350 [ 5 ] {7a9ebd31-e5c4-4c97-b81b-2a5503fc9947} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002412 sec., 10779.43615257048 rows/sec., 19.32 MiB/sec.
10634 2025.03.22 20:10:38.865610 [ 5 ] {7a9ebd31-e5c4-4c97-b81b-2a5503fc9947} <Debug> TCPHandler: Processed in 0.0028 sec.
10635 2025.03.22 20:10:38.865817 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10636 2025.03.22 20:10:38.865920 [ 5 ] {4c30cc9a-e72b-4ae9-99f3-e5ee5bdf3ef4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10637 2025.03.22 20:10:38.865966 [ 5 ] {4c30cc9a-e72b-4ae9-99f3-e5ee5bdf3ef4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10638 2025.03.22 20:10:38.866411 [ 5 ] {4c30cc9a-e72b-4ae9-99f3-e5ee5bdf3ef4} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10639 2025.03.22 20:10:38.866451 [ 5 ] {4c30cc9a-e72b-4ae9-99f3-e5ee5bdf3ef4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
10640 2025.03.22 20:10:38.866843 [ 5 ] {4c30cc9a-e72b-4ae9-99f3-e5ee5bdf3ef4} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary)
10641 2025.03.22 20:10:38.867085 [ 5 ] {4c30cc9a-e72b-4ae9-99f3-e5ee5bdf3ef4} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10642 2025.03.22 20:10:38.867285 [ 5 ] {4c30cc9a-e72b-4ae9-99f3-e5ee5bdf3ef4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001386 sec., 43290.043290043286 rows/sec., 2.92 MiB/sec.
10643 2025.03.22 20:10:38.867334 [ 5 ] {4c30cc9a-e72b-4ae9-99f3-e5ee5bdf3ef4} <Debug> TCPHandler: Processed in 0.001577284 sec.
10644 2025.03.22 20:10:40.528130 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27999
10645 2025.03.22 20:10:40.528907 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10646 2025.03.22 20:10:40.528978 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
10647 2025.03.22 20:10:40.529592 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
10648 2025.03.22 20:10:40.529875 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10649 2025.03.22 20:10:40.530159 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27999
10650 2025.03.22 20:10:40.530170 [ 109 ] {} <Debug> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
10651 2025.03.22 20:10:40.530276 [ 109 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10652 2025.03.22 20:10:40.530317 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.95 GiB.
10653 2025.03.22 20:10:40.530536 [ 198 ] {6f3f2c82-38dd-415f-af08-560485366d9f::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
10654 2025.03.22 20:10:40.530776 [ 198 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10655 2025.03.22 20:10:40.530842 [ 198 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_56_11, total 25742 rows starting from the beginning of the part
10656 2025.03.22 20:10:40.530961 [ 198 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 427 rows starting from the beginning of the part
10657 2025.03.22 20:10:40.531247 [ 198 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 488 rows starting from the beginning of the part
10658 2025.03.22 20:10:40.531453 [ 198 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 427 rows starting from the beginning of the part
10659 2025.03.22 20:10:40.531672 [ 198 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 488 rows starting from the beginning of the part
10660 2025.03.22 20:10:40.531855 [ 198 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 427 rows starting from the beginning of the part
10661 2025.03.22 20:10:40.535866 [ 197 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27999 rows, containing 4 columns (4 merged, 0 gathered) in 0.005435256 sec., 5151367.29530311 rows/sec., 73.69 MiB/sec.
10662 2025.03.22 20:10:40.536240 [ 190 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
10663 2025.03.22 20:10:40.536729 [ 190 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_61_12} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10664 2025.03.22 20:10:40.536860 [ 190 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_61_12} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
10665 2025.03.22 20:10:40.536999 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.89 MiB.
10666 2025.03.22 20:10:42.579994 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 460
10667 2025.03.22 20:10:42.601668 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10668 2025.03.22 20:10:42.601732 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
10669 2025.03.22 20:10:42.609066 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
10670 2025.03.22 20:10:42.609874 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10671 2025.03.22 20:10:42.610195 [ 107 ] {} <Debug> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
10672 2025.03.22 20:10:42.610259 [ 107 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10673 2025.03.22 20:10:42.610298 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
10674 2025.03.22 20:10:42.610908 [ 197 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::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
10675 2025.03.22 20:10:42.627789 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 460
10676 2025.03.22 20:10:42.629328 [ 197 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10677 2025.03.22 20:10:42.630907 [ 197 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 423 rows starting from the beginning of the part
10678 2025.03.22 20:10:42.636362 [ 197 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 7 rows starting from the beginning of the part
10679 2025.03.22 20:10:42.641885 [ 197 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::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
10680 2025.03.22 20:10:42.647500 [ 197 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::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
10681 2025.03.22 20:10:42.653135 [ 197 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::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
10682 2025.03.22 20:10:42.657678 [ 197 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::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
10683 2025.03.22 20:10:42.717065 [ 198 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 460 rows, containing 679 columns (679 merged, 0 gathered) in 0.106633165 sec., 4313.854887454574 rows/sec., 22.31 MiB/sec.
10684 2025.03.22 20:10:42.720423 [ 198 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
10685 2025.03.22 20:10:42.723536 [ 198 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_61_12} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10686 2025.03.22 20:10:42.723678 [ 198 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_61_12} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
10687 2025.03.22 20:10:42.726314 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.95 MiB.
10688 2025.03.22 20:10:43.180522 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1472
10689 2025.03.22 20:10:43.183483 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10690 2025.03.22 20:10:43.183531 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
10691 2025.03.22 20:10:43.185001 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
10692 2025.03.22 20:10:43.185313 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10693 2025.03.22 20:10:43.185543 [ 107 ] {} <Debug> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
10694 2025.03.22 20:10:43.185670 [ 107 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10695 2025.03.22 20:10:43.185750 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
10696 2025.03.22 20:10:43.186178 [ 199 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::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
10697 2025.03.22 20:10:43.186729 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1472
10698 2025.03.22 20:10:43.187242 [ 199 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10699 2025.03.22 20:10:43.187430 [ 199 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1336 rows starting from the beginning of the part
10700 2025.03.22 20:10:43.188053 [ 199 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 20 rows starting from the beginning of the part
10701 2025.03.22 20:10:43.188657 [ 199 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::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
10702 2025.03.22 20:10:43.189228 [ 199 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 44 rows starting from the beginning of the part
10703 2025.03.22 20:10:43.189805 [ 199 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 20 rows starting from the beginning of the part
10704 2025.03.22 20:10:43.190373 [ 199 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::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
10705 2025.03.22 20:10:43.198693 [ 189 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1472 rows, containing 72 columns (72 merged, 0 gathered) in 0.012787001 sec., 115116.9066147723 rows/sec., 88.45 MiB/sec.
10706 2025.03.22 20:10:43.200377 [ 195 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
10707 2025.03.22 20:10:43.201093 [ 195 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_46_9} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10708 2025.03.22 20:10:43.201175 [ 195 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_46_9} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
10709 2025.03.22 20:10:43.201381 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.89 MiB.
10710 2025.03.22 20:10:43.851976 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10711 2025.03.22 20:10:43.852181 [ 5 ] {aaa99f95-2e2b-44b9-9cc5-1cfe6817d808} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10712 2025.03.22 20:10:43.852262 [ 5 ] {aaa99f95-2e2b-44b9-9cc5-1cfe6817d808} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10713 2025.03.22 20:10:43.853101 [ 5 ] {aaa99f95-2e2b-44b9-9cc5-1cfe6817d808} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10714 2025.03.22 20:10:43.853150 [ 5 ] {aaa99f95-2e2b-44b9-9cc5-1cfe6817d808} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
10715 2025.03.22 20:10:43.853596 [ 5 ] {aaa99f95-2e2b-44b9-9cc5-1cfe6817d808} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary)
10716 2025.03.22 20:10:43.853852 [ 5 ] {aaa99f95-2e2b-44b9-9cc5-1cfe6817d808} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10717 2025.03.22 20:10:43.854121 [ 5 ] {aaa99f95-2e2b-44b9-9cc5-1cfe6817d808} <Debug> executeQuery: Read 82 rows, 6.94 KiB in 0.001999 sec., 41020.51025512756 rows/sec., 3.39 MiB/sec.
10718 2025.03.22 20:10:43.854185 [ 5 ] {aaa99f95-2e2b-44b9-9cc5-1cfe6817d808} <Debug> TCPHandler: Processed in 0.002342059 sec.
10719 2025.03.22 20:10:43.854332 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10720 2025.03.22 20:10:43.854452 [ 5 ] {359cc526-dd43-4ed2-980c-c4f642e7a673} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10721 2025.03.22 20:10:43.854502 [ 5 ] {359cc526-dd43-4ed2-980c-c4f642e7a673} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10722 2025.03.22 20:10:43.855050 [ 5 ] {359cc526-dd43-4ed2-980c-c4f642e7a673} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10723 2025.03.22 20:10:43.855091 [ 5 ] {359cc526-dd43-4ed2-980c-c4f642e7a673} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
10724 2025.03.22 20:10:43.855463 [ 5 ] {359cc526-dd43-4ed2-980c-c4f642e7a673} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
10725 2025.03.22 20:10:43.855702 [ 5 ] {359cc526-dd43-4ed2-980c-c4f642e7a673} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10726 2025.03.22 20:10:43.855889 [ 106 ] {} <Debug> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
10727 2025.03.22 20:10:43.855946 [ 5 ] {359cc526-dd43-4ed2-980c-c4f642e7a673} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.001514 sec., 8586.525759577278 rows/sec., 645.67 KiB/sec.
10728 2025.03.22 20:10:43.855980 [ 106 ] {} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10729 2025.03.22 20:10:43.856059 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
10730 2025.03.22 20:10:43.856072 [ 5 ] {359cc526-dd43-4ed2-980c-c4f642e7a673} <Debug> TCPHandler: Processed in 0.001810329 sec.
10731 2025.03.22 20:10:43.856255 [ 189 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::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
10732 2025.03.22 20:10:43.856277 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10733 2025.03.22 20:10:43.856540 [ 5 ] {f0f7c800-6036-4cf9-aa6b-a5d8d8e62a31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10734 2025.03.22 20:10:43.856558 [ 189 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10735 2025.03.22 20:10:43.856640 [ 189 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 69 rows starting from the beginning of the part
10736 2025.03.22 20:10:43.856647 [ 5 ] {f0f7c800-6036-4cf9-aa6b-a5d8d8e62a31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10737 2025.03.22 20:10:43.856997 [ 189 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 39 rows starting from the beginning of the part
10738 2025.03.22 20:10:43.857513 [ 189 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::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
10739 2025.03.22 20:10:43.857966 [ 189 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 13 rows starting from the beginning of the part
10740 2025.03.22 20:10:43.858257 [ 189 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::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
10741 2025.03.22 20:10:43.858479 [ 189 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 13 rows starting from the beginning of the part
10742 2025.03.22 20:10:43.859293 [ 5 ] {f0f7c800-6036-4cf9-aa6b-a5d8d8e62a31} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10743 2025.03.22 20:10:43.859340 [ 5 ] {f0f7c800-6036-4cf9-aa6b-a5d8d8e62a31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
10744 2025.03.22 20:10:43.859902 [ 5 ] {f0f7c800-6036-4cf9-aa6b-a5d8d8e62a31} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary)
10745 2025.03.22 20:10:43.860044 [ 186 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 188 rows, containing 5 columns (5 merged, 0 gathered) in 0.003874712 sec., 48519.7351441862 rows/sec., 3.73 MiB/sec.
10746 2025.03.22 20:10:43.860230 [ 201 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
10747 2025.03.22 20:10:43.860230 [ 5 ] {f0f7c800-6036-4cf9-aa6b-a5d8d8e62a31} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10748 2025.03.22 20:10:43.860590 [ 5 ] {f0f7c800-6036-4cf9-aa6b-a5d8d8e62a31} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.004142 sec., 18590.05311443747 rows/sec., 1.45 MiB/sec.
10749 2025.03.22 20:10:43.860675 [ 5 ] {f0f7c800-6036-4cf9-aa6b-a5d8d8e62a31} <Debug> TCPHandler: Processed in 0.004464894 sec.
10750 2025.03.22 20:10:43.860711 [ 201 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_86_17} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10751 2025.03.22 20:10:43.860823 [ 201 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_86_17} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
10752 2025.03.22 20:10:43.860835 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10753 2025.03.22 20:10:43.860913 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
10754 2025.03.22 20:10:43.860964 [ 5 ] {6e22f2c1-7245-40ac-a61e-6331c5d71a98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10755 2025.03.22 20:10:43.861015 [ 5 ] {6e22f2c1-7245-40ac-a61e-6331c5d71a98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10756 2025.03.22 20:10:43.861532 [ 5 ] {6e22f2c1-7245-40ac-a61e-6331c5d71a98} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10757 2025.03.22 20:10:43.861569 [ 5 ] {6e22f2c1-7245-40ac-a61e-6331c5d71a98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
10758 2025.03.22 20:10:43.861941 [ 5 ] {6e22f2c1-7245-40ac-a61e-6331c5d71a98} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary)
10759 2025.03.22 20:10:43.862171 [ 5 ] {6e22f2c1-7245-40ac-a61e-6331c5d71a98} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10760 2025.03.22 20:10:43.862362 [ 106 ] {} <Debug> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Selected 6 parts from all_1_100_20 to all_105_105_0
10761 2025.03.22 20:10:43.862407 [ 106 ] {} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10762 2025.03.22 20:10:43.862426 [ 5 ] {6e22f2c1-7245-40ac-a61e-6331c5d71a98} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001488 sec., 107526.88172043012 rows/sec., 7.49 MiB/sec.
10763 2025.03.22 20:10:43.862440 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
10764 2025.03.22 20:10:43.862581 [ 5 ] {6e22f2c1-7245-40ac-a61e-6331c5d71a98} <Debug> TCPHandler: Processed in 0.001806019 sec.
10765 2025.03.22 20:10:43.862625 [ 189 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_105_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_100_20 to all_105_105_0 into Compact with storage Full
10766 2025.03.22 20:10:43.862737 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10767 2025.03.22 20:10:43.862747 [ 189 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_105_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10768 2025.03.22 20:10:43.862784 [ 189 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_100_20, total 27928 rows starting from the beginning of the part
10769 2025.03.22 20:10:43.862901 [ 5 ] {69c2afb6-04e4-491b-bc79-3ade328810eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10770 2025.03.22 20:10:43.862926 [ 189 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 32 rows starting from the beginning of the part
10771 2025.03.22 20:10:43.863102 [ 5 ] {69c2afb6-04e4-491b-bc79-3ade328810eb} <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
10772 2025.03.22 20:10:43.863134 [ 189 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 160 rows starting from the beginning of the part
10773 2025.03.22 20:10:43.863371 [ 189 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 160 rows starting from the beginning of the part
10774 2025.03.22 20:10:43.863673 [ 189 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 161 rows starting from the beginning of the part
10775 2025.03.22 20:10:43.863988 [ 189 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 160 rows starting from the beginning of the part
10776 2025.03.22 20:10:43.865604 [ 5 ] {69c2afb6-04e4-491b-bc79-3ade328810eb} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10777 2025.03.22 20:10:43.865653 [ 5 ] {69c2afb6-04e4-491b-bc79-3ade328810eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
10778 2025.03.22 20:10:43.866629 [ 5 ] {69c2afb6-04e4-491b-bc79-3ade328810eb} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
10779 2025.03.22 20:10:43.867077 [ 5 ] {69c2afb6-04e4-491b-bc79-3ade328810eb} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10780 2025.03.22 20:10:43.867527 [ 106 ] {} <Debug> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
10781 2025.03.22 20:10:43.867630 [ 106 ] {} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10782 2025.03.22 20:10:43.867711 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
10783 2025.03.22 20:10:43.867820 [ 5 ] {69c2afb6-04e4-491b-bc79-3ade328810eb} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.004974 sec., 2613.590671491757 rows/sec., 4.68 MiB/sec.
10784 2025.03.22 20:10:43.867989 [ 186 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::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
10785 2025.03.22 20:10:43.868234 [ 5 ] {69c2afb6-04e4-491b-bc79-3ade328810eb} <Debug> TCPHandler: Processed in 0.005545898 sec.
10786 2025.03.22 20:10:43.868669 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10787 2025.03.22 20:10:43.868945 [ 5 ] {9cc711e2-412e-4c48-9de8-38824d693b37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10788 2025.03.22 20:10:43.869147 [ 5 ] {9cc711e2-412e-4c48-9de8-38824d693b37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10789 2025.03.22 20:10:43.869154 [ 186 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10790 2025.03.22 20:10:43.869427 [ 186 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1543 rows starting from the beginning of the part
10791 2025.03.22 20:10:43.870583 [ 186 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 13 rows starting from the beginning of the part
10792 2025.03.22 20:10:43.871834 [ 186 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::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
10793 2025.03.22 20:10:43.872061 [ 5 ] {9cc711e2-412e-4c48-9de8-38824d693b37} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10794 2025.03.22 20:10:43.872162 [ 5 ] {9cc711e2-412e-4c48-9de8-38824d693b37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
10795 2025.03.22 20:10:43.872873 [ 186 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 13 rows starting from the beginning of the part
10796 2025.03.22 20:10:43.873894 [ 5 ] {9cc711e2-412e-4c48-9de8-38824d693b37} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary)
10797 2025.03.22 20:10:43.874161 [ 186 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::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
10798 2025.03.22 20:10:43.874422 [ 200 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_105_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28601 rows, containing 5 columns (5 merged, 0 gathered) in 0.011849052 sec., 2413779.600258316 rows/sec., 165.45 MiB/sec.
10799 2025.03.22 20:10:43.874885 [ 5 ] {9cc711e2-412e-4c48-9de8-38824d693b37} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10800 2025.03.22 20:10:43.875197 [ 186 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 13 rows starting from the beginning of the part
10801 2025.03.22 20:10:43.875769 [ 192 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_105_21} <Trace> MergedBlockOutputStream: filled checksums all_1_105_21 (state Temporary)
10802 2025.03.22 20:10:43.875799 [ 5 ] {9cc711e2-412e-4c48-9de8-38824d693b37} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006904 sec., 8690.614136732329 rows/sec., 599.74 KiB/sec.
10803 2025.03.22 20:10:43.876211 [ 5 ] {9cc711e2-412e-4c48-9de8-38824d693b37} <Debug> TCPHandler: Processed in 0.007630882 sec.
10804 2025.03.22 20:10:43.876858 [ 192 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_105_21} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_merge_all_1_105_21 to all_1_105_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10805 2025.03.22 20:10:43.877024 [ 192 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_105_21} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Merged 6 parts: [all_1_100_20, all_105_105_0] -> all_1_105_21
10806 2025.03.22 20:10:43.877227 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB.
10807 2025.03.22 20:10:43.886343 [ 192 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1634 rows, containing 19 columns (19 merged, 0 gathered) in 0.018526304 sec., 88198.91976294894 rows/sec., 158.05 MiB/sec.
10808 2025.03.22 20:10:43.888485 [ 187 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
10809 2025.03.22 20:10:43.888989 [ 187 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_86_17} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10810 2025.03.22 20:10:43.889087 [ 187 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_86_17} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
10811 2025.03.22 20:10:43.889274 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.61 MiB.
10812 2025.03.22 20:10:44.000172 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 244.77 MiB, peak 257.08 MiB, free memory in arenas 0.00 B, will set to 249.98 MiB (RSS), difference: 5.20 MiB
10813 2025.03.22 20:10:47.797046 [ 103 ] {} <Debug> DNSResolver: Updating DNS cache
10814 2025.03.22 20:10:47.797112 [ 103 ] {} <Debug> DNSResolver: Updated DNS cache
10815 2025.03.22 20:10:48.031276 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 28487
10816 2025.03.22 20:10:48.031972 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10817 2025.03.22 20:10:48.032025 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
10818 2025.03.22 20:10:48.032582 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
10819 2025.03.22 20:10:48.032851 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10820 2025.03.22 20:10:48.033123 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28487
10821 2025.03.22 20:10:48.853325 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10822 2025.03.22 20:10:48.853506 [ 5 ] {5241f57d-42ac-49b3-8d3d-7f553e17d80c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10823 2025.03.22 20:10:48.853576 [ 5 ] {5241f57d-42ac-49b3-8d3d-7f553e17d80c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10824 2025.03.22 20:10:48.854354 [ 5 ] {5241f57d-42ac-49b3-8d3d-7f553e17d80c} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10825 2025.03.22 20:10:48.854401 [ 5 ] {5241f57d-42ac-49b3-8d3d-7f553e17d80c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
10826 2025.03.22 20:10:48.854831 [ 5 ] {5241f57d-42ac-49b3-8d3d-7f553e17d80c} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary)
10827 2025.03.22 20:10:48.855078 [ 5 ] {5241f57d-42ac-49b3-8d3d-7f553e17d80c} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10828 2025.03.22 20:10:48.855291 [ 102 ] {} <Debug> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0
10829 2025.03.22 20:10:48.855368 [ 5 ] {5241f57d-42ac-49b3-8d3d-7f553e17d80c} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.001905 sec., 56692.913385826774 rows/sec., 4.74 MiB/sec.
10830 2025.03.22 20:10:48.855397 [ 102 ] {} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10831 2025.03.22 20:10:48.855476 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
10832 2025.03.22 20:10:48.855513 [ 5 ] {5241f57d-42ac-49b3-8d3d-7f553e17d80c} <Debug> TCPHandler: Processed in 0.00231145 sec.
10833 2025.03.22 20:10:48.855668 [ 193 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::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
10834 2025.03.22 20:10:48.855694 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10835 2025.03.22 20:10:48.855809 [ 193 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10836 2025.03.22 20:10:48.855832 [ 5 ] {db01ed95-b085-442c-bd12-5064c466cd88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10837 2025.03.22 20:10:48.855845 [ 193 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 1403 rows starting from the beginning of the part
10838 2025.03.22 20:10:48.855891 [ 5 ] {db01ed95-b085-442c-bd12-5064c466cd88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10839 2025.03.22 20:10:48.856000 [ 193 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 108 rows starting from the beginning of the part
10840 2025.03.22 20:10:48.856231 [ 193 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 82 rows starting from the beginning of the part
10841 2025.03.22 20:10:48.856432 [ 193 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 109 rows starting from the beginning of the part
10842 2025.03.22 20:10:48.856687 [ 193 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 82 rows starting from the beginning of the part
10843 2025.03.22 20:10:48.856919 [ 193 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 108 rows starting from the beginning of the part
10844 2025.03.22 20:10:48.857728 [ 5 ] {db01ed95-b085-442c-bd12-5064c466cd88} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10845 2025.03.22 20:10:48.857773 [ 5 ] {db01ed95-b085-442c-bd12-5064c466cd88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
10846 2025.03.22 20:10:48.858335 [ 5 ] {db01ed95-b085-442c-bd12-5064c466cd88} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
10847 2025.03.22 20:10:48.858602 [ 5 ] {db01ed95-b085-442c-bd12-5064c466cd88} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10848 2025.03.22 20:10:48.858914 [ 193 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1892 rows, containing 5 columns (5 merged, 0 gathered) in 0.003337191 sec., 566943.8758524759 rows/sec., 49.48 MiB/sec.
10849 2025.03.22 20:10:48.858964 [ 5 ] {db01ed95-b085-442c-bd12-5064c466cd88} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.003167 sec., 8209.66214082728 rows/sec., 617.33 KiB/sec.
10850 2025.03.22 20:10:48.859033 [ 5 ] {db01ed95-b085-442c-bd12-5064c466cd88} <Debug> TCPHandler: Processed in 0.003398652 sec.
10851 2025.03.22 20:10:48.859117 [ 193 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary)
10852 2025.03.22 20:10:48.859177 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10853 2025.03.22 20:10:48.859311 [ 5 ] {e28a70c9-0e6b-4107-975f-677ed404326b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10854 2025.03.22 20:10:48.859362 [ 5 ] {e28a70c9-0e6b-4107-975f-677ed404326b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10855 2025.03.22 20:10:48.859409 [ 193 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_106_21} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10856 2025.03.22 20:10:48.859512 [ 193 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_106_21} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21
10857 2025.03.22 20:10:48.859624 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB.
10858 2025.03.22 20:10:48.860026 [ 5 ] {e28a70c9-0e6b-4107-975f-677ed404326b} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10859 2025.03.22 20:10:48.860065 [ 5 ] {e28a70c9-0e6b-4107-975f-677ed404326b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
10860 2025.03.22 20:10:48.860419 [ 5 ] {e28a70c9-0e6b-4107-975f-677ed404326b} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary)
10861 2025.03.22 20:10:48.860651 [ 5 ] {e28a70c9-0e6b-4107-975f-677ed404326b} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10862 2025.03.22 20:10:48.860827 [ 102 ] {} <Debug> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0
10863 2025.03.22 20:10:48.860871 [ 102 ] {} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10864 2025.03.22 20:10:48.860910 [ 5 ] {e28a70c9-0e6b-4107-975f-677ed404326b} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.00162 sec., 55555.55555555556 rows/sec., 4.34 MiB/sec.
10865 2025.03.22 20:10:48.860919 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
10866 2025.03.22 20:10:48.861076 [ 5 ] {e28a70c9-0e6b-4107-975f-677ed404326b} <Debug> TCPHandler: Processed in 0.001948401 sec.
10867 2025.03.22 20:10:48.861224 [ 188 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::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
10868 2025.03.22 20:10:48.861278 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10869 2025.03.22 20:10:48.861500 [ 5 ] {65d916a0-bd05-4abc-9ef0-128577602667} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10870 2025.03.22 20:10:48.861527 [ 188 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10871 2025.03.22 20:10:48.861601 [ 5 ] {65d916a0-bd05-4abc-9ef0-128577602667} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10872 2025.03.22 20:10:48.861615 [ 188 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 631 rows starting from the beginning of the part
10873 2025.03.22 20:10:48.862034 [ 188 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 90 rows starting from the beginning of the part
10874 2025.03.22 20:10:48.862410 [ 188 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 77 rows starting from the beginning of the part
10875 2025.03.22 20:10:48.862720 [ 188 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 92 rows starting from the beginning of the part
10876 2025.03.22 20:10:48.863106 [ 188 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 77 rows starting from the beginning of the part
10877 2025.03.22 20:10:48.863277 [ 188 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 90 rows starting from the beginning of the part
10878 2025.03.22 20:10:48.864234 [ 5 ] {65d916a0-bd05-4abc-9ef0-128577602667} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10879 2025.03.22 20:10:48.864311 [ 5 ] {65d916a0-bd05-4abc-9ef0-128577602667} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
10880 2025.03.22 20:10:48.865379 [ 5 ] {65d916a0-bd05-4abc-9ef0-128577602667} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary)
10881 2025.03.22 20:10:48.865839 [ 5 ] {65d916a0-bd05-4abc-9ef0-128577602667} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10882 2025.03.22 20:10:48.866524 [ 5 ] {65d916a0-bd05-4abc-9ef0-128577602667} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005072 sec., 31545.741324921135 rows/sec., 2.20 MiB/sec.
10883 2025.03.22 20:10:48.866712 [ 188 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1057 rows, containing 5 columns (5 merged, 0 gathered) in 0.005628719 sec., 187786.95472273533 rows/sec., 15.08 MiB/sec.
10884 2025.03.22 20:10:48.866944 [ 5 ] {65d916a0-bd05-4abc-9ef0-128577602667} <Debug> TCPHandler: Processed in 0.005719221 sec.
10885 2025.03.22 20:10:48.867092 [ 188 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary)
10886 2025.03.22 20:10:48.867393 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10887 2025.03.22 20:10:48.867815 [ 5 ] {0de8ad1d-4a23-4855-87db-90dd7fd2243c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10888 2025.03.22 20:10:48.867999 [ 188 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_106_21} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10889 2025.03.22 20:10:48.868091 [ 5 ] {0de8ad1d-4a23-4855-87db-90dd7fd2243c} <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
10890 2025.03.22 20:10:48.868215 [ 188 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_106_21} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21
10891 2025.03.22 20:10:48.868475 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB.
10892 2025.03.22 20:10:48.869549 [ 5 ] {0de8ad1d-4a23-4855-87db-90dd7fd2243c} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10893 2025.03.22 20:10:48.869593 [ 5 ] {0de8ad1d-4a23-4855-87db-90dd7fd2243c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
10894 2025.03.22 20:10:48.870259 [ 5 ] {0de8ad1d-4a23-4855-87db-90dd7fd2243c} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
10895 2025.03.22 20:10:48.870521 [ 5 ] {0de8ad1d-4a23-4855-87db-90dd7fd2243c} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10896 2025.03.22 20:10:48.870776 [ 5 ] {0de8ad1d-4a23-4855-87db-90dd7fd2243c} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.003145 sec., 8267.090620031797 rows/sec., 14.81 MiB/sec.
10897 2025.03.22 20:10:48.870903 [ 5 ] {0de8ad1d-4a23-4855-87db-90dd7fd2243c} <Debug> TCPHandler: Processed in 0.003672288 sec.
10898 2025.03.22 20:10:48.871037 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10899 2025.03.22 20:10:48.871142 [ 5 ] {fcc43674-88ce-4422-b834-ffd2937e4b4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10900 2025.03.22 20:10:48.871190 [ 5 ] {fcc43674-88ce-4422-b834-ffd2937e4b4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10901 2025.03.22 20:10:48.871646 [ 5 ] {fcc43674-88ce-4422-b834-ffd2937e4b4a} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10902 2025.03.22 20:10:48.871685 [ 5 ] {fcc43674-88ce-4422-b834-ffd2937e4b4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
10903 2025.03.22 20:10:48.872036 [ 5 ] {fcc43674-88ce-4422-b834-ffd2937e4b4a} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary)
10904 2025.03.22 20:10:48.872278 [ 5 ] {fcc43674-88ce-4422-b834-ffd2937e4b4a} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10905 2025.03.22 20:10:48.872438 [ 101 ] {} <Debug> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0
10906 2025.03.22 20:10:48.872456 [ 5 ] {fcc43674-88ce-4422-b834-ffd2937e4b4a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001336 sec., 44910.17964071856 rows/sec., 3.03 MiB/sec.
10907 2025.03.22 20:10:48.872486 [ 101 ] {} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10908 2025.03.22 20:10:48.872528 [ 5 ] {fcc43674-88ce-4422-b834-ffd2937e4b4a} <Debug> TCPHandler: Processed in 0.001540852 sec.
10909 2025.03.22 20:10:48.872532 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
10910 2025.03.22 20:10:48.872692 [ 190 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::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
10911 2025.03.22 20:10:48.872830 [ 190 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10912 2025.03.22 20:10:48.872867 [ 190 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 5136 rows starting from the beginning of the part
10913 2025.03.22 20:10:48.872982 [ 190 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 60 rows starting from the beginning of the part
10914 2025.03.22 20:10:48.873122 [ 190 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 60 rows starting from the beginning of the part
10915 2025.03.22 20:10:48.873394 [ 190 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 60 rows starting from the beginning of the part
10916 2025.03.22 20:10:48.873478 [ 190 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 60 rows starting from the beginning of the part
10917 2025.03.22 20:10:48.873715 [ 190 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 60 rows starting from the beginning of the part
10918 2025.03.22 20:10:48.875683 [ 194 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5436 rows, containing 4 columns (4 merged, 0 gathered) in 0.003047495 sec., 1783760.104610508 rows/sec., 120.24 MiB/sec.
10919 2025.03.22 20:10:48.876111 [ 191 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary)
10920 2025.03.22 20:10:48.876550 [ 191 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_106_21} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10921 2025.03.22 20:10:48.876658 [ 191 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_106_21} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21
10922 2025.03.22 20:10:48.876773 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.14 MiB.
10923 2025.03.22 20:10:49.461689 [ 101 ] {} <Debug> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0
10924 2025.03.22 20:10:49.461749 [ 101 ] {} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10925 2025.03.22 20:10:49.461772 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
10926 2025.03.22 20:10:49.461982 [ 195 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::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
10927 2025.03.22 20:10:49.462169 [ 195 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10928 2025.03.22 20:10:49.462206 [ 195 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 18 rows starting from the beginning of the part
10929 2025.03.22 20:10:49.462288 [ 195 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 2 rows starting from the beginning of the part
10930 2025.03.22 20:10:49.462522 [ 195 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 2 rows starting from the beginning of the part
10931 2025.03.22 20:10:49.462706 [ 195 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::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
10932 2025.03.22 20:10:49.462875 [ 195 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 2 rows starting from the beginning of the part
10933 2025.03.22 20:10:49.463902 [ 194 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.002053933 sec., 18501.090347153488 rows/sec., 1.54 MiB/sec.
10934 2025.03.22 20:10:49.464112 [ 198 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary)
10935 2025.03.22 20:10:49.464461 [ 198 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::all_1_21_5} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10936 2025.03.22 20:10:49.464558 [ 198 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::all_1_21_5} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5
10937 2025.03.22 20:10:49.464667 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
10938 2025.03.22 20:10:50.128851 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 468
10939 2025.03.22 20:10:50.150095 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10940 2025.03.22 20:10:50.150162 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
10941 2025.03.22 20:10:50.157391 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
10942 2025.03.22 20:10:50.158176 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10943 2025.03.22 20:10:50.160936 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 468
10944 2025.03.22 20:10:52.850846 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10945 2025.03.22 20:10:52.851044 [ 5 ] {40e14970-ab8c-4e3f-a438-e0cb3fb448fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
10946 2025.03.22 20:10:52.851117 [ 5 ] {40e14970-ab8c-4e3f-a438-e0cb3fb448fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
10947 2025.03.22 20:10:52.851866 [ 5 ] {40e14970-ab8c-4e3f-a438-e0cb3fb448fc} <Trace> oximeter.fields_i16 (264093f9-a655-4468-9a79-5d699a3bbf39): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10948 2025.03.22 20:10:52.851916 [ 5 ] {40e14970-ab8c-4e3f-a438-e0cb3fb448fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
10949 2025.03.22 20:10:52.852369 [ 5 ] {40e14970-ab8c-4e3f-a438-e0cb3fb448fc} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
10950 2025.03.22 20:10:52.852668 [ 5 ] {40e14970-ab8c-4e3f-a438-e0cb3fb448fc} <Trace> oximeter.fields_i16 (264093f9-a655-4468-9a79-5d699a3bbf39): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10951 2025.03.22 20:10:52.852918 [ 5 ] {40e14970-ab8c-4e3f-a438-e0cb3fb448fc} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001923 sec., 12480.499219968799 rows/sec., 1.04 MiB/sec.
10952 2025.03.22 20:10:52.853141 [ 5 ] {40e14970-ab8c-4e3f-a438-e0cb3fb448fc} <Debug> TCPHandler: Processed in 0.002421282 sec.
10953 2025.03.22 20:10:52.853313 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10954 2025.03.22 20:10:52.853431 [ 5 ] {927f1e9a-b335-4cd0-8353-b3f47c29a3c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10955 2025.03.22 20:10:52.853482 [ 5 ] {927f1e9a-b335-4cd0-8353-b3f47c29a3c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10956 2025.03.22 20:10:52.854524 [ 5 ] {927f1e9a-b335-4cd0-8353-b3f47c29a3c2} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10957 2025.03.22 20:10:52.854564 [ 5 ] {927f1e9a-b335-4cd0-8353-b3f47c29a3c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
10958 2025.03.22 20:10:52.855030 [ 5 ] {927f1e9a-b335-4cd0-8353-b3f47c29a3c2} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary)
10959 2025.03.22 20:10:52.855275 [ 5 ] {927f1e9a-b335-4cd0-8353-b3f47c29a3c2} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10960 2025.03.22 20:10:52.855466 [ 5 ] {927f1e9a-b335-4cd0-8353-b3f47c29a3c2} <Debug> executeQuery: Read 1342 rows, 114.49 KiB in 0.002065 sec., 649878.9346246973 rows/sec., 54.14 MiB/sec.
10961 2025.03.22 20:10:52.855525 [ 5 ] {927f1e9a-b335-4cd0-8353-b3f47c29a3c2} <Debug> TCPHandler: Processed in 0.002268688 sec.
10962 2025.03.22 20:10:52.855642 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10963 2025.03.22 20:10:52.855752 [ 5 ] {7ccdc83d-0cbd-4208-ae11-0e027c486004} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10964 2025.03.22 20:10:52.855799 [ 5 ] {7ccdc83d-0cbd-4208-ae11-0e027c486004} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10965 2025.03.22 20:10:52.856335 [ 5 ] {7ccdc83d-0cbd-4208-ae11-0e027c486004} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10966 2025.03.22 20:10:52.856371 [ 5 ] {7ccdc83d-0cbd-4208-ae11-0e027c486004} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
10967 2025.03.22 20:10:52.856724 [ 5 ] {7ccdc83d-0cbd-4208-ae11-0e027c486004} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
10968 2025.03.22 20:10:52.856960 [ 5 ] {7ccdc83d-0cbd-4208-ae11-0e027c486004} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10969 2025.03.22 20:10:52.857155 [ 5 ] {7ccdc83d-0cbd-4208-ae11-0e027c486004} <Debug> executeQuery: Read 25 rows, 1.94 KiB in 0.001426 sec., 17531.55680224404 rows/sec., 1.33 MiB/sec.
10970 2025.03.22 20:10:52.857246 [ 5 ] {7ccdc83d-0cbd-4208-ae11-0e027c486004} <Debug> TCPHandler: Processed in 0.001650265 sec.
10971 2025.03.22 20:10:52.857453 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10972 2025.03.22 20:10:52.857763 [ 5 ] {45356120-a9fa-40f5-9f1f-ba548fec773c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
10973 2025.03.22 20:10:52.857864 [ 5 ] {45356120-a9fa-40f5-9f1f-ba548fec773c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
10974 2025.03.22 20:10:52.858488 [ 5 ] {45356120-a9fa-40f5-9f1f-ba548fec773c} <Trace> oximeter.fields_u32 (ad7a5232-f0e1-40d6-acb0-24ed1d64c039): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10975 2025.03.22 20:10:52.858526 [ 5 ] {45356120-a9fa-40f5-9f1f-ba548fec773c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
10976 2025.03.22 20:10:52.858881 [ 5 ] {45356120-a9fa-40f5-9f1f-ba548fec773c} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
10977 2025.03.22 20:10:52.859124 [ 5 ] {45356120-a9fa-40f5-9f1f-ba548fec773c} <Trace> oximeter.fields_u32 (ad7a5232-f0e1-40d6-acb0-24ed1d64c039): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10978 2025.03.22 20:10:52.859311 [ 5 ] {45356120-a9fa-40f5-9f1f-ba548fec773c} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001665 sec., 151351.35135135136 rows/sec., 10.47 MiB/sec.
10979 2025.03.22 20:10:52.859363 [ 5 ] {45356120-a9fa-40f5-9f1f-ba548fec773c} <Debug> TCPHandler: Processed in 0.002022243 sec.
10980 2025.03.22 20:10:52.859478 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10981 2025.03.22 20:10:52.859582 [ 5 ] {a8bd63ce-5b6f-452b-afc7-3ee35dff5b53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
10982 2025.03.22 20:10:52.859625 [ 5 ] {a8bd63ce-5b6f-452b-afc7-3ee35dff5b53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
10983 2025.03.22 20:10:52.860140 [ 5 ] {a8bd63ce-5b6f-452b-afc7-3ee35dff5b53} <Trace> oximeter.fields_u8 (faaaa09d-c3bc-4a8d-ab11-77969ca3dca4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10984 2025.03.22 20:10:52.860176 [ 5 ] {a8bd63ce-5b6f-452b-afc7-3ee35dff5b53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
10985 2025.03.22 20:10:52.860515 [ 5 ] {a8bd63ce-5b6f-452b-afc7-3ee35dff5b53} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
10986 2025.03.22 20:10:52.860752 [ 5 ] {a8bd63ce-5b6f-452b-afc7-3ee35dff5b53} <Trace> oximeter.fields_u8 (faaaa09d-c3bc-4a8d-ab11-77969ca3dca4): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10987 2025.03.22 20:10:52.861010 [ 5 ] {a8bd63ce-5b6f-452b-afc7-3ee35dff5b53} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001425 sec., 8421.052631578947 rows/sec., 657.89 KiB/sec.
10988 2025.03.22 20:10:52.861193 [ 5 ] {a8bd63ce-5b6f-452b-afc7-3ee35dff5b53} <Debug> TCPHandler: Processed in 0.001766748 sec.
10989 2025.03.22 20:10:52.861335 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10990 2025.03.22 20:10:52.861440 [ 5 ] {cd91b502-d7e2-43c7-a97e-b0597090421b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10991 2025.03.22 20:10:52.861484 [ 5 ] {cd91b502-d7e2-43c7-a97e-b0597090421b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10992 2025.03.22 20:10:52.862201 [ 5 ] {cd91b502-d7e2-43c7-a97e-b0597090421b} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10993 2025.03.22 20:10:52.862239 [ 5 ] {cd91b502-d7e2-43c7-a97e-b0597090421b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
10994 2025.03.22 20:10:52.862613 [ 5 ] {cd91b502-d7e2-43c7-a97e-b0597090421b} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary)
10995 2025.03.22 20:10:52.862860 [ 5 ] {cd91b502-d7e2-43c7-a97e-b0597090421b} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10996 2025.03.22 20:10:52.863035 [ 5 ] {cd91b502-d7e2-43c7-a97e-b0597090421b} <Debug> executeQuery: Read 569 rows, 43.70 KiB in 0.001617 sec., 351886.2090290662 rows/sec., 26.39 MiB/sec.
10997 2025.03.22 20:10:52.863088 [ 5 ] {cd91b502-d7e2-43c7-a97e-b0597090421b} <Debug> TCPHandler: Processed in 0.001803178 sec.
10998 2025.03.22 20:10:52.863190 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10999 2025.03.22 20:10:52.863294 [ 5 ] {212b4548-b051-4115-b6c0-822f25ea11a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11000 2025.03.22 20:10:52.863342 [ 5 ] {212b4548-b051-4115-b6c0-822f25ea11a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11001 2025.03.22 20:10:52.864030 [ 5 ] {212b4548-b051-4115-b6c0-822f25ea11a0} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11002 2025.03.22 20:10:52.864066 [ 5 ] {212b4548-b051-4115-b6c0-822f25ea11a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
11003 2025.03.22 20:10:52.864557 [ 5 ] {212b4548-b051-4115-b6c0-822f25ea11a0} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary)
11004 2025.03.22 20:10:52.864796 [ 5 ] {212b4548-b051-4115-b6c0-822f25ea11a0} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11005 2025.03.22 20:10:52.864979 [ 5 ] {212b4548-b051-4115-b6c0-822f25ea11a0} <Debug> executeQuery: Read 1010 rows, 69.95 KiB in 0.001708 sec., 591334.8946135831 rows/sec., 39.99 MiB/sec.
11006 2025.03.22 20:10:52.865033 [ 5 ] {212b4548-b051-4115-b6c0-822f25ea11a0} <Debug> TCPHandler: Processed in 0.00189082 sec.
11007 2025.03.22 20:10:52.865162 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11008 2025.03.22 20:10:52.865268 [ 5 ] {1ea8a558-953f-430d-be42-24caf2a40576} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11009 2025.03.22 20:10:52.865334 [ 5 ] {1ea8a558-953f-430d-be42-24caf2a40576} <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
11010 2025.03.22 20:10:52.866406 [ 5 ] {1ea8a558-953f-430d-be42-24caf2a40576} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11011 2025.03.22 20:10:52.866444 [ 5 ] {1ea8a558-953f-430d-be42-24caf2a40576} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
11012 2025.03.22 20:10:52.867047 [ 5 ] {1ea8a558-953f-430d-be42-24caf2a40576} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
11013 2025.03.22 20:10:52.867300 [ 5 ] {1ea8a558-953f-430d-be42-24caf2a40576} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11014 2025.03.22 20:10:52.867497 [ 5 ] {1ea8a558-953f-430d-be42-24caf2a40576} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002252 sec., 5772.646536412078 rows/sec., 10.34 MiB/sec.
11015 2025.03.22 20:10:52.867598 [ 5 ] {1ea8a558-953f-430d-be42-24caf2a40576} <Debug> TCPHandler: Processed in 0.002486123 sec.
11016 2025.03.22 20:10:52.867741 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11017 2025.03.22 20:10:52.867845 [ 5 ] {0641df7d-d082-4c12-8e6e-a01e86fadd49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11018 2025.03.22 20:10:52.867892 [ 5 ] {0641df7d-d082-4c12-8e6e-a01e86fadd49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11019 2025.03.22 20:10:52.868329 [ 5 ] {0641df7d-d082-4c12-8e6e-a01e86fadd49} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11020 2025.03.22 20:10:52.868366 [ 5 ] {0641df7d-d082-4c12-8e6e-a01e86fadd49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
11021 2025.03.22 20:10:52.868721 [ 5 ] {0641df7d-d082-4c12-8e6e-a01e86fadd49} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary)
11022 2025.03.22 20:10:52.868977 [ 5 ] {0641df7d-d082-4c12-8e6e-a01e86fadd49} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11023 2025.03.22 20:10:52.869168 [ 5 ] {0641df7d-d082-4c12-8e6e-a01e86fadd49} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001343 sec., 35740.87862993299 rows/sec., 2.41 MiB/sec.
11024 2025.03.22 20:10:52.869247 [ 5 ] {0641df7d-d082-4c12-8e6e-a01e86fadd49} <Debug> TCPHandler: Processed in 0.001553353 sec.
11025 2025.03.22 20:10:53.187893 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 1514
11026 2025.03.22 20:10:53.191117 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11027 2025.03.22 20:10:53.191169 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
11028 2025.03.22 20:10:53.192656 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
11029 2025.03.22 20:10:53.192996 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11030 2025.03.22 20:10:53.194673 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1514
11031 2025.03.22 20:10:53.845810 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11032 2025.03.22 20:10:53.846000 [ 5 ] {cadd8f57-e0e1-4061-9dd5-d545009e6810} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11033 2025.03.22 20:10:53.846074 [ 5 ] {cadd8f57-e0e1-4061-9dd5-d545009e6810} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11034 2025.03.22 20:10:53.846842 [ 5 ] {cadd8f57-e0e1-4061-9dd5-d545009e6810} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11035 2025.03.22 20:10:53.846897 [ 5 ] {cadd8f57-e0e1-4061-9dd5-d545009e6810} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
11036 2025.03.22 20:10:53.847338 [ 5 ] {cadd8f57-e0e1-4061-9dd5-d545009e6810} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary)
11037 2025.03.22 20:10:53.847595 [ 5 ] {cadd8f57-e0e1-4061-9dd5-d545009e6810} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11038 2025.03.22 20:10:53.847831 [ 5 ] {cadd8f57-e0e1-4061-9dd5-d545009e6810} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001882 sec., 29755.57917109458 rows/sec., 2.27 MiB/sec.
11039 2025.03.22 20:10:53.847897 [ 5 ] {cadd8f57-e0e1-4061-9dd5-d545009e6810} <Debug> TCPHandler: Processed in 0.002212818 sec.
11040 2025.03.22 20:10:53.848012 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11041 2025.03.22 20:10:53.848121 [ 5 ] {c94da886-8357-4b5a-be85-e4e504f7b857} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11042 2025.03.22 20:10:53.848171 [ 5 ] {c94da886-8357-4b5a-be85-e4e504f7b857} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11043 2025.03.22 20:10:53.848753 [ 5 ] {c94da886-8357-4b5a-be85-e4e504f7b857} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11044 2025.03.22 20:10:53.848796 [ 5 ] {c94da886-8357-4b5a-be85-e4e504f7b857} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
11045 2025.03.22 20:10:53.849157 [ 5 ] {c94da886-8357-4b5a-be85-e4e504f7b857} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary)
11046 2025.03.22 20:10:53.849400 [ 5 ] {c94da886-8357-4b5a-be85-e4e504f7b857} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11047 2025.03.22 20:10:53.849635 [ 5 ] {c94da886-8357-4b5a-be85-e4e504f7b857} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001535 sec., 41693.81107491857 rows/sec., 3.25 MiB/sec.
11048 2025.03.22 20:10:53.849716 [ 5 ] {c94da886-8357-4b5a-be85-e4e504f7b857} <Debug> TCPHandler: Processed in 0.001752567 sec.
11049 2025.03.22 20:10:53.849898 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11050 2025.03.22 20:10:53.850218 [ 5 ] {465abb7e-117e-4096-93e1-f984bae9a4c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11051 2025.03.22 20:10:53.850351 [ 5 ] {465abb7e-117e-4096-93e1-f984bae9a4c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11052 2025.03.22 20:10:53.850889 [ 5 ] {465abb7e-117e-4096-93e1-f984bae9a4c5} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11053 2025.03.22 20:10:53.850930 [ 5 ] {465abb7e-117e-4096-93e1-f984bae9a4c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
11054 2025.03.22 20:10:53.851328 [ 5 ] {465abb7e-117e-4096-93e1-f984bae9a4c5} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary)
11055 2025.03.22 20:10:53.851570 [ 5 ] {465abb7e-117e-4096-93e1-f984bae9a4c5} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11056 2025.03.22 20:10:53.851794 [ 5 ] {465abb7e-117e-4096-93e1-f984bae9a4c5} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001688 sec., 18957.34597156398 rows/sec., 1.32 MiB/sec.
11057 2025.03.22 20:10:53.851867 [ 5 ] {465abb7e-117e-4096-93e1-f984bae9a4c5} <Debug> TCPHandler: Processed in 0.002070174 sec.
11058 2025.03.22 20:10:53.852017 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11059 2025.03.22 20:10:53.852319 [ 5 ] {ae11d879-80c8-4e8c-ab9c-b718b2a130a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11060 2025.03.22 20:10:53.852469 [ 5 ] {ae11d879-80c8-4e8c-ab9c-b718b2a130a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11061 2025.03.22 20:10:53.853142 [ 5 ] {ae11d879-80c8-4e8c-ab9c-b718b2a130a1} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11062 2025.03.22 20:10:53.853183 [ 5 ] {ae11d879-80c8-4e8c-ab9c-b718b2a130a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
11063 2025.03.22 20:10:53.853543 [ 5 ] {ae11d879-80c8-4e8c-ab9c-b718b2a130a1} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary)
11064 2025.03.22 20:10:53.853803 [ 5 ] {ae11d879-80c8-4e8c-ab9c-b718b2a130a1} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11065 2025.03.22 20:10:53.854016 [ 5 ] {ae11d879-80c8-4e8c-ab9c-b718b2a130a1} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001812 sec., 6622.516556291391 rows/sec., 457.02 KiB/sec.
11066 2025.03.22 20:10:53.854066 [ 5 ] {ae11d879-80c8-4e8c-ab9c-b718b2a130a1} <Debug> TCPHandler: Processed in 0.002117145 sec.
11067 2025.03.22 20:10:55.534245 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 28914
11068 2025.03.22 20:10:55.534975 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11069 2025.03.22 20:10:55.535032 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
11070 2025.03.22 20:10:55.535580 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
11071 2025.03.22 20:10:55.535849 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11072 2025.03.22 20:10:55.536099 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28914
11073 2025.03.22 20:10:57.661984 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 475
11074 2025.03.22 20:10:57.681969 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11075 2025.03.22 20:10:57.682032 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
11076 2025.03.22 20:10:57.689337 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
11077 2025.03.22 20:10:57.690127 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11078 2025.03.22 20:10:57.693824 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 475
11079 2025.03.22 20:10:58.854551 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11080 2025.03.22 20:10:58.854750 [ 5 ] {a18d0de1-403c-4b0a-b118-9b43363dc289} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11081 2025.03.22 20:10:58.854829 [ 5 ] {a18d0de1-403c-4b0a-b118-9b43363dc289} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11082 2025.03.22 20:10:58.855654 [ 5 ] {a18d0de1-403c-4b0a-b118-9b43363dc289} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11083 2025.03.22 20:10:58.855711 [ 5 ] {a18d0de1-403c-4b0a-b118-9b43363dc289} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
11084 2025.03.22 20:10:58.856199 [ 5 ] {a18d0de1-403c-4b0a-b118-9b43363dc289} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary)
11085 2025.03.22 20:10:58.856513 [ 5 ] {a18d0de1-403c-4b0a-b118-9b43363dc289} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11086 2025.03.22 20:10:58.856822 [ 5 ] {a18d0de1-403c-4b0a-b118-9b43363dc289} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.002126 sec., 50799.62370649107 rows/sec., 4.25 MiB/sec.
11087 2025.03.22 20:10:58.856894 [ 5 ] {a18d0de1-403c-4b0a-b118-9b43363dc289} <Debug> TCPHandler: Processed in 0.002481943 sec.
11088 2025.03.22 20:10:58.857027 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11089 2025.03.22 20:10:58.857144 [ 5 ] {f3199519-f026-410b-9da4-e7eb1672e2ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11090 2025.03.22 20:10:58.857194 [ 5 ] {f3199519-f026-410b-9da4-e7eb1672e2ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11091 2025.03.22 20:10:58.857776 [ 5 ] {f3199519-f026-410b-9da4-e7eb1672e2ef} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11092 2025.03.22 20:10:58.857819 [ 5 ] {f3199519-f026-410b-9da4-e7eb1672e2ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
11093 2025.03.22 20:10:58.858189 [ 5 ] {f3199519-f026-410b-9da4-e7eb1672e2ef} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
11094 2025.03.22 20:10:58.858431 [ 5 ] {f3199519-f026-410b-9da4-e7eb1672e2ef} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11095 2025.03.22 20:10:58.858673 [ 5 ] {f3199519-f026-410b-9da4-e7eb1672e2ef} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001553 sec., 16741.79008370895 rows/sec., 1.23 MiB/sec.
11096 2025.03.22 20:10:58.858772 [ 5 ] {f3199519-f026-410b-9da4-e7eb1672e2ef} <Debug> TCPHandler: Processed in 0.001798418 sec.
11097 2025.03.22 20:10:58.858995 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11098 2025.03.22 20:10:58.859184 [ 5 ] {8fbbcd43-16f7-4049-8290-53089973a0af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11099 2025.03.22 20:10:58.859234 [ 5 ] {8fbbcd43-16f7-4049-8290-53089973a0af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11100 2025.03.22 20:10:58.859822 [ 5 ] {8fbbcd43-16f7-4049-8290-53089973a0af} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11101 2025.03.22 20:10:58.859864 [ 5 ] {8fbbcd43-16f7-4049-8290-53089973a0af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
11102 2025.03.22 20:10:58.860231 [ 5 ] {8fbbcd43-16f7-4049-8290-53089973a0af} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary)
11103 2025.03.22 20:10:58.860480 [ 5 ] {8fbbcd43-16f7-4049-8290-53089973a0af} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11104 2025.03.22 20:10:58.860699 [ 5 ] {8fbbcd43-16f7-4049-8290-53089973a0af} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.00155 sec., 58064.51612903226 rows/sec., 4.53 MiB/sec.
11105 2025.03.22 20:10:58.860754 [ 5 ] {8fbbcd43-16f7-4049-8290-53089973a0af} <Debug> TCPHandler: Processed in 0.001860879 sec.
11106 2025.03.22 20:10:58.860878 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11107 2025.03.22 20:10:58.860995 [ 5 ] {ebb3fedf-febc-4de1-be1c-d05d9ee99e57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11108 2025.03.22 20:10:58.861047 [ 5 ] {ebb3fedf-febc-4de1-be1c-d05d9ee99e57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11109 2025.03.22 20:10:58.861576 [ 5 ] {ebb3fedf-febc-4de1-be1c-d05d9ee99e57} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11110 2025.03.22 20:10:58.861616 [ 5 ] {ebb3fedf-febc-4de1-be1c-d05d9ee99e57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
11111 2025.03.22 20:10:58.862017 [ 5 ] {ebb3fedf-febc-4de1-be1c-d05d9ee99e57} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary)
11112 2025.03.22 20:10:58.862255 [ 5 ] {ebb3fedf-febc-4de1-be1c-d05d9ee99e57} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11113 2025.03.22 20:10:58.862471 [ 5 ] {ebb3fedf-febc-4de1-be1c-d05d9ee99e57} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.0015 sec., 106666.66666666667 rows/sec., 7.43 MiB/sec.
11114 2025.03.22 20:10:58.862523 [ 5 ] {ebb3fedf-febc-4de1-be1c-d05d9ee99e57} <Debug> TCPHandler: Processed in 0.001700226 sec.
11115 2025.03.22 20:10:58.862625 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11116 2025.03.22 20:10:58.862727 [ 5 ] {e26a928c-fe94-48ca-aa40-dea61fd5450a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11117 2025.03.22 20:10:58.862791 [ 5 ] {e26a928c-fe94-48ca-aa40-dea61fd5450a} <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
11118 2025.03.22 20:10:58.863873 [ 5 ] {e26a928c-fe94-48ca-aa40-dea61fd5450a} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11119 2025.03.22 20:10:58.863912 [ 5 ] {e26a928c-fe94-48ca-aa40-dea61fd5450a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
11120 2025.03.22 20:10:58.864572 [ 5 ] {e26a928c-fe94-48ca-aa40-dea61fd5450a} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
11121 2025.03.22 20:10:58.864863 [ 5 ] {e26a928c-fe94-48ca-aa40-dea61fd5450a} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11122 2025.03.22 20:10:58.865110 [ 5 ] {e26a928c-fe94-48ca-aa40-dea61fd5450a} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002404 sec., 10815.307820299502 rows/sec., 19.38 MiB/sec.
11123 2025.03.22 20:10:58.865206 [ 5 ] {e26a928c-fe94-48ca-aa40-dea61fd5450a} <Debug> TCPHandler: Processed in 0.002628896 sec.
11124 2025.03.22 20:10:58.865364 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11125 2025.03.22 20:10:58.865468 [ 5 ] {03e633ff-fbdc-4581-a9d1-2a20e87c62ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11126 2025.03.22 20:10:58.865514 [ 5 ] {03e633ff-fbdc-4581-a9d1-2a20e87c62ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11127 2025.03.22 20:10:58.865948 [ 5 ] {03e633ff-fbdc-4581-a9d1-2a20e87c62ff} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11128 2025.03.22 20:10:58.865988 [ 5 ] {03e633ff-fbdc-4581-a9d1-2a20e87c62ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
11129 2025.03.22 20:10:58.866350 [ 5 ] {03e633ff-fbdc-4581-a9d1-2a20e87c62ff} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary)
11130 2025.03.22 20:10:58.866581 [ 5 ] {03e633ff-fbdc-4581-a9d1-2a20e87c62ff} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11131 2025.03.22 20:10:58.866793 [ 5 ] {03e633ff-fbdc-4581-a9d1-2a20e87c62ff} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001348 sec., 44510.38575667656 rows/sec., 3.00 MiB/sec.
11132 2025.03.22 20:10:58.866842 [ 5 ] {03e633ff-fbdc-4581-a9d1-2a20e87c62ff} <Debug> TCPHandler: Processed in 0.001533003 sec.
11133 2025.03.22 20:11:02.797166 [ 90 ] {} <Debug> DNSResolver: Updating DNS cache
11134 2025.03.22 20:11:02.797266 [ 90 ] {} <Debug> DNSResolver: Updated DNS cache
11135 2025.03.22 20:11:03.001382 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.00094748 sec.
11136 2025.03.22 20:11:03.037232 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 29402
11137 2025.03.22 20:11:03.037998 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11138 2025.03.22 20:11:03.038051 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
11139 2025.03.22 20:11:03.038587 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
11140 2025.03.22 20:11:03.038839 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11141 2025.03.22 20:11:03.039102 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29402
11142 2025.03.22 20:11:03.195867 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1534
11143 2025.03.22 20:11:03.198631 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11144 2025.03.22 20:11:03.198674 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
11145 2025.03.22 20:11:03.200155 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
11146 2025.03.22 20:11:03.200471 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11147 2025.03.22 20:11:03.201052 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1534
11148 2025.03.22 20:11:03.852519 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11149 2025.03.22 20:11:03.852734 [ 5 ] {df978acb-739d-4192-bc55-6cd662e5a1ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11150 2025.03.22 20:11:03.852820 [ 5 ] {df978acb-739d-4192-bc55-6cd662e5a1ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11151 2025.03.22 20:11:03.853656 [ 5 ] {df978acb-739d-4192-bc55-6cd662e5a1ed} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11152 2025.03.22 20:11:03.853713 [ 5 ] {df978acb-739d-4192-bc55-6cd662e5a1ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
11153 2025.03.22 20:11:03.854161 [ 5 ] {df978acb-739d-4192-bc55-6cd662e5a1ed} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary)
11154 2025.03.22 20:11:03.854440 [ 5 ] {df978acb-739d-4192-bc55-6cd662e5a1ed} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11155 2025.03.22 20:11:03.854691 [ 5 ] {df978acb-739d-4192-bc55-6cd662e5a1ed} <Debug> executeQuery: Read 82 rows, 6.94 KiB in 0.002017 sec., 40654.4372830937 rows/sec., 3.36 MiB/sec.
11156 2025.03.22 20:11:03.854772 [ 5 ] {df978acb-739d-4192-bc55-6cd662e5a1ed} <Debug> TCPHandler: Processed in 0.002405741 sec.
11157 2025.03.22 20:11:03.854899 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11158 2025.03.22 20:11:03.855070 [ 5 ] {11832ea2-1193-459e-9af9-d1c8e36cb471} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11159 2025.03.22 20:11:03.855145 [ 5 ] {11832ea2-1193-459e-9af9-d1c8e36cb471} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11160 2025.03.22 20:11:03.855746 [ 5 ] {11832ea2-1193-459e-9af9-d1c8e36cb471} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11161 2025.03.22 20:11:03.855788 [ 5 ] {11832ea2-1193-459e-9af9-d1c8e36cb471} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
11162 2025.03.22 20:11:03.856151 [ 5 ] {11832ea2-1193-459e-9af9-d1c8e36cb471} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
11163 2025.03.22 20:11:03.856422 [ 5 ] {11832ea2-1193-459e-9af9-d1c8e36cb471} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11164 2025.03.22 20:11:03.856651 [ 5 ] {11832ea2-1193-459e-9af9-d1c8e36cb471} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.001632 sec., 7965.686274509804 rows/sec., 598.98 KiB/sec.
11165 2025.03.22 20:11:03.856707 [ 5 ] {11832ea2-1193-459e-9af9-d1c8e36cb471} <Debug> TCPHandler: Processed in 0.00186648 sec.
11166 2025.03.22 20:11:03.856829 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11167 2025.03.22 20:11:03.856941 [ 5 ] {a8366616-3851-4b06-8f41-cffda4dac8f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11168 2025.03.22 20:11:03.856989 [ 5 ] {a8366616-3851-4b06-8f41-cffda4dac8f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11169 2025.03.22 20:11:03.857555 [ 5 ] {a8366616-3851-4b06-8f41-cffda4dac8f0} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11170 2025.03.22 20:11:03.857596 [ 5 ] {a8366616-3851-4b06-8f41-cffda4dac8f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
11171 2025.03.22 20:11:03.857955 [ 5 ] {a8366616-3851-4b06-8f41-cffda4dac8f0} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary)
11172 2025.03.22 20:11:03.858192 [ 5 ] {a8366616-3851-4b06-8f41-cffda4dac8f0} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11173 2025.03.22 20:11:03.858431 [ 5 ] {a8366616-3851-4b06-8f41-cffda4dac8f0} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.001515 sec., 50825.08250825082 rows/sec., 3.97 MiB/sec.
11174 2025.03.22 20:11:03.858492 [ 5 ] {a8366616-3851-4b06-8f41-cffda4dac8f0} <Debug> TCPHandler: Processed in 0.001715217 sec.
11175 2025.03.22 20:11:03.858615 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11176 2025.03.22 20:11:03.858785 [ 5 ] {d3b989ac-dcd5-439a-8435-d3010f667679} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11177 2025.03.22 20:11:03.858868 [ 5 ] {d3b989ac-dcd5-439a-8435-d3010f667679} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11178 2025.03.22 20:11:03.859443 [ 5 ] {d3b989ac-dcd5-439a-8435-d3010f667679} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11179 2025.03.22 20:11:03.859480 [ 5 ] {d3b989ac-dcd5-439a-8435-d3010f667679} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
11180 2025.03.22 20:11:03.859861 [ 5 ] {d3b989ac-dcd5-439a-8435-d3010f667679} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary)
11181 2025.03.22 20:11:03.860100 [ 5 ] {d3b989ac-dcd5-439a-8435-d3010f667679} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11182 2025.03.22 20:11:03.860273 [ 88 ] {} <Debug> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Selected 6 parts from all_1_105_21 to all_110_110_0
11183 2025.03.22 20:11:03.860339 [ 5 ] {d3b989ac-dcd5-439a-8435-d3010f667679} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.0016 sec., 100000 rows/sec., 6.96 MiB/sec.
11184 2025.03.22 20:11:03.860360 [ 88 ] {} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11185 2025.03.22 20:11:03.860425 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
11186 2025.03.22 20:11:03.860474 [ 5 ] {d3b989ac-dcd5-439a-8435-d3010f667679} <Debug> TCPHandler: Processed in 0.001913811 sec.
11187 2025.03.22 20:11:03.860742 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11188 2025.03.22 20:11:03.860775 [ 195 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_110_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_105_21 to all_110_110_0 into Compact with storage Full
11189 2025.03.22 20:11:03.861044 [ 5 ] {2beeab65-9cd6-4b45-9ed6-583b3e807308} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11190 2025.03.22 20:11:03.861505 [ 195 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_110_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11191 2025.03.22 20:11:03.861497 [ 5 ] {2beeab65-9cd6-4b45-9ed6-583b3e807308} <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
11192 2025.03.22 20:11:03.861665 [ 195 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_105_21, total 28601 rows starting from the beginning of the part
11193 2025.03.22 20:11:03.862233 [ 195 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 160 rows starting from the beginning of the part
11194 2025.03.22 20:11:03.862834 [ 195 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 1010 rows starting from the beginning of the part
11195 2025.03.22 20:11:03.863386 [ 195 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 32 rows starting from the beginning of the part
11196 2025.03.22 20:11:03.863785 [ 195 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 160 rows starting from the beginning of the part
11197 2025.03.22 20:11:03.864119 [ 195 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 160 rows starting from the beginning of the part
11198 2025.03.22 20:11:03.866550 [ 5 ] {2beeab65-9cd6-4b45-9ed6-583b3e807308} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11199 2025.03.22 20:11:03.866619 [ 5 ] {2beeab65-9cd6-4b45-9ed6-583b3e807308} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
11200 2025.03.22 20:11:03.868154 [ 5 ] {2beeab65-9cd6-4b45-9ed6-583b3e807308} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
11201 2025.03.22 20:11:03.868498 [ 5 ] {2beeab65-9cd6-4b45-9ed6-583b3e807308} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11202 2025.03.22 20:11:03.869046 [ 5 ] {2beeab65-9cd6-4b45-9ed6-583b3e807308} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.008124 sec., 1600.196947316593 rows/sec., 2.87 MiB/sec.
11203 2025.03.22 20:11:03.869182 [ 5 ] {2beeab65-9cd6-4b45-9ed6-583b3e807308} <Debug> TCPHandler: Processed in 0.008533021 sec.
11204 2025.03.22 20:11:03.869333 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11205 2025.03.22 20:11:03.869480 [ 5 ] {a51eb109-0e1f-4c56-ad40-6bbae0d0d034} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11206 2025.03.22 20:11:03.869534 [ 5 ] {a51eb109-0e1f-4c56-ad40-6bbae0d0d034} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11207 2025.03.22 20:11:03.870086 [ 5 ] {a51eb109-0e1f-4c56-ad40-6bbae0d0d034} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11208 2025.03.22 20:11:03.870125 [ 5 ] {a51eb109-0e1f-4c56-ad40-6bbae0d0d034} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
11209 2025.03.22 20:11:03.870574 [ 5 ] {a51eb109-0e1f-4c56-ad40-6bbae0d0d034} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary)
11210 2025.03.22 20:11:03.871010 [ 5 ] {a51eb109-0e1f-4c56-ad40-6bbae0d0d034} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11211 2025.03.22 20:11:03.871269 [ 5 ] {a51eb109-0e1f-4c56-ad40-6bbae0d0d034} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001817 sec., 33021.46395156852 rows/sec., 2.23 MiB/sec.
11212 2025.03.22 20:11:03.871322 [ 5 ] {a51eb109-0e1f-4c56-ad40-6bbae0d0d034} <Debug> TCPHandler: Processed in 0.002044003 sec.
11213 2025.03.22 20:11:03.872906 [ 201 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_110_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30123 rows, containing 5 columns (5 merged, 0 gathered) in 0.012325962 sec., 2443866.0446949294 rows/sec., 167.48 MiB/sec.
11214 2025.03.22 20:11:03.873460 [ 194 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_110_22} <Trace> MergedBlockOutputStream: filled checksums all_1_110_22 (state Temporary)
11215 2025.03.22 20:11:03.873854 [ 194 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_110_22} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_merge_all_1_110_22 to all_1_110_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11216 2025.03.22 20:11:03.873959 [ 194 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_110_22} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Merged 6 parts: [all_1_105_21, all_110_110_0] -> all_1_110_22
11217 2025.03.22 20:11:03.874084 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB.
11218 2025.03.22 20:11:05.194862 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 483
11219 2025.03.22 20:11:05.216017 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11220 2025.03.22 20:11:05.216086 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
11221 2025.03.22 20:11:05.223820 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
11222 2025.03.22 20:11:05.224652 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11223 2025.03.22 20:11:05.229120 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 483
11224 2025.03.22 20:11:08.853162 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11225 2025.03.22 20:11:08.853376 [ 5 ] {8006039a-2c38-4379-852f-7476fed4049f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
11226 2025.03.22 20:11:08.853450 [ 5 ] {8006039a-2c38-4379-852f-7476fed4049f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
11227 2025.03.22 20:11:08.854197 [ 5 ] {8006039a-2c38-4379-852f-7476fed4049f} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11228 2025.03.22 20:11:08.854254 [ 5 ] {8006039a-2c38-4379-852f-7476fed4049f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
11229 2025.03.22 20:11:08.854679 [ 5 ] {8006039a-2c38-4379-852f-7476fed4049f} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
11230 2025.03.22 20:11:08.854931 [ 5 ] {8006039a-2c38-4379-852f-7476fed4049f} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11231 2025.03.22 20:11:08.855163 [ 5 ] {8006039a-2c38-4379-852f-7476fed4049f} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001837 sec., 1088.7316276537833 rows/sec., 88.78 KiB/sec.
11232 2025.03.22 20:11:08.855239 [ 5 ] {8006039a-2c38-4379-852f-7476fed4049f} <Debug> TCPHandler: Processed in 0.002206257 sec.
11233 2025.03.22 20:11:08.855372 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11234 2025.03.22 20:11:08.855485 [ 5 ] {85ca6ea6-51de-4193-acce-13e56add3f13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11235 2025.03.22 20:11:08.855534 [ 5 ] {85ca6ea6-51de-4193-acce-13e56add3f13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11236 2025.03.22 20:11:08.856126 [ 5 ] {85ca6ea6-51de-4193-acce-13e56add3f13} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11237 2025.03.22 20:11:08.856166 [ 5 ] {85ca6ea6-51de-4193-acce-13e56add3f13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
11238 2025.03.22 20:11:08.856556 [ 5 ] {85ca6ea6-51de-4193-acce-13e56add3f13} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary)
11239 2025.03.22 20:11:08.856795 [ 5 ] {85ca6ea6-51de-4193-acce-13e56add3f13} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11240 2025.03.22 20:11:08.856986 [ 83 ] {} <Debug> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0
11241 2025.03.22 20:11:08.857022 [ 5 ] {85ca6ea6-51de-4193-acce-13e56add3f13} <Debug> executeQuery: Read 109 rows, 9.32 KiB in 0.001563 sec., 69737.68394113884 rows/sec., 5.82 MiB/sec.
11242 2025.03.22 20:11:08.857074 [ 83 ] {} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11243 2025.03.22 20:11:08.857138 [ 5 ] {85ca6ea6-51de-4193-acce-13e56add3f13} <Debug> TCPHandler: Processed in 0.001816548 sec.
11244 2025.03.22 20:11:08.857145 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
11245 2025.03.22 20:11:08.857349 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11246 2025.03.22 20:11:08.857391 [ 200 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full
11247 2025.03.22 20:11:08.857518 [ 5 ] {3b89c743-0a80-4c40-be4e-7634fd2fa092} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11248 2025.03.22 20:11:08.857601 [ 5 ] {3b89c743-0a80-4c40-be4e-7634fd2fa092} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11249 2025.03.22 20:11:08.857764 [ 200 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11250 2025.03.22 20:11:08.857855 [ 200 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 1403 rows starting from the beginning of the part
11251 2025.03.22 20:11:08.858164 [ 200 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 1342 rows starting from the beginning of the part
11252 2025.03.22 20:11:08.858638 [ 200 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 56 rows starting from the beginning of the part
11253 2025.03.22 20:11:08.859013 [ 200 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 108 rows starting from the beginning of the part
11254 2025.03.22 20:11:08.859338 [ 200 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 82 rows starting from the beginning of the part
11255 2025.03.22 20:11:08.859699 [ 200 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 109 rows starting from the beginning of the part
11256 2025.03.22 20:11:08.860518 [ 5 ] {3b89c743-0a80-4c40-be4e-7634fd2fa092} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11257 2025.03.22 20:11:08.860588 [ 5 ] {3b89c743-0a80-4c40-be4e-7634fd2fa092} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
11258 2025.03.22 20:11:08.861428 [ 5 ] {3b89c743-0a80-4c40-be4e-7634fd2fa092} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
11259 2025.03.22 20:11:08.862006 [ 5 ] {3b89c743-0a80-4c40-be4e-7634fd2fa092} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11260 2025.03.22 20:11:08.862339 [ 83 ] {} <Debug> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
11261 2025.03.22 20:11:08.862407 [ 83 ] {} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11262 2025.03.22 20:11:08.862454 [ 5 ] {3b89c743-0a80-4c40-be4e-7634fd2fa092} <Debug> executeQuery: Read 28 rows, 2.09 KiB in 0.004977 sec., 5625.879043600563 rows/sec., 420.88 KiB/sec.
11263 2025.03.22 20:11:08.862466 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
11264 2025.03.22 20:11:08.862689 [ 5 ] {3b89c743-0a80-4c40-be4e-7634fd2fa092} <Debug> TCPHandler: Processed in 0.005413385 sec.
11265 2025.03.22 20:11:08.863055 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11266 2025.03.22 20:11:08.863446 [ 5 ] {3971c808-c68a-4421-9112-54644f53224f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11267 2025.03.22 20:11:08.863632 [ 5 ] {3971c808-c68a-4421-9112-54644f53224f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11268 2025.03.22 20:11:08.864630 [ 201 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3100 rows, containing 5 columns (5 merged, 0 gathered) in 0.007329916 sec., 422924.355476925 rows/sec., 36.84 MiB/sec.
11269 2025.03.22 20:11:08.865063 [ 194 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::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
11270 2025.03.22 20:11:08.865080 [ 201 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary)
11271 2025.03.22 20:11:08.865559 [ 194 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11272 2025.03.22 20:11:08.865696 [ 194 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 69 rows starting from the beginning of the part
11273 2025.03.22 20:11:08.866099 [ 201 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_111_22} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11274 2025.03.22 20:11:08.866455 [ 194 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 26 rows starting from the beginning of the part
11275 2025.03.22 20:11:08.866469 [ 201 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_111_22} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22
11276 2025.03.22 20:11:08.866901 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB.
11277 2025.03.22 20:11:08.866992 [ 194 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 25 rows starting from the beginning of the part
11278 2025.03.22 20:11:08.867319 [ 194 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 26 rows starting from the beginning of the part
11279 2025.03.22 20:11:08.867434 [ 5 ] {3971c808-c68a-4421-9112-54644f53224f} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11280 2025.03.22 20:11:08.867548 [ 5 ] {3971c808-c68a-4421-9112-54644f53224f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
11281 2025.03.22 20:11:08.867669 [ 194 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 13 rows starting from the beginning of the part
11282 2025.03.22 20:11:08.868025 [ 194 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::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
11283 2025.03.22 20:11:08.868916 [ 5 ] {3971c808-c68a-4421-9112-54644f53224f} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary)
11284 2025.03.22 20:11:08.869504 [ 5 ] {3971c808-c68a-4421-9112-54644f53224f} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11285 2025.03.22 20:11:08.869876 [ 83 ] {} <Debug> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0
11286 2025.03.22 20:11:08.869987 [ 83 ] {} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11287 2025.03.22 20:11:08.870078 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
11288 2025.03.22 20:11:08.870112 [ 5 ] {3971c808-c68a-4421-9112-54644f53224f} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.006787 sec., 13555.32635921615 rows/sec., 1.06 MiB/sec.
11289 2025.03.22 20:11:08.870483 [ 199 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full
11290 2025.03.22 20:11:08.870503 [ 5 ] {3971c808-c68a-4421-9112-54644f53224f} <Debug> TCPHandler: Processed in 0.007573941 sec.
11291 2025.03.22 20:11:08.871051 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11292 2025.03.22 20:11:08.871249 [ 199 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11293 2025.03.22 20:11:08.871385 [ 199 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 631 rows starting from the beginning of the part
11294 2025.03.22 20:11:08.871538 [ 5 ] {d84138e3-0766-4647-b57c-783078981a05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11295 2025.03.22 20:11:08.871890 [ 5 ] {d84138e3-0766-4647-b57c-783078981a05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11296 2025.03.22 20:11:08.872003 [ 199 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 569 rows starting from the beginning of the part
11297 2025.03.22 20:11:08.872662 [ 199 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 64 rows starting from the beginning of the part
11298 2025.03.22 20:11:08.873246 [ 199 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 90 rows starting from the beginning of the part
11299 2025.03.22 20:11:08.873889 [ 199 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 77 rows starting from the beginning of the part
11300 2025.03.22 20:11:08.874319 [ 199 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 92 rows starting from the beginning of the part
11301 2025.03.22 20:11:08.876587 [ 5 ] {d84138e3-0766-4647-b57c-783078981a05} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11302 2025.03.22 20:11:08.876672 [ 194 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 187 rows, containing 5 columns (5 merged, 0 gathered) in 0.013975767 sec., 13380.303206256944 rows/sec., 1.03 MiB/sec.
11303 2025.03.22 20:11:08.876702 [ 5 ] {d84138e3-0766-4647-b57c-783078981a05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
11304 2025.03.22 20:11:08.877075 [ 201 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
11305 2025.03.22 20:11:08.878046 [ 201 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_91_18} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11306 2025.03.22 20:11:08.878379 [ 201 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_91_18} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
11307 2025.03.22 20:11:08.878435 [ 5 ] {d84138e3-0766-4647-b57c-783078981a05} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary)
11308 2025.03.22 20:11:08.878616 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
11309 2025.03.22 20:11:08.878889 [ 5 ] {d84138e3-0766-4647-b57c-783078981a05} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11310 2025.03.22 20:11:08.879443 [ 5 ] {d84138e3-0766-4647-b57c-783078981a05} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.008077 sec., 19933.143493871485 rows/sec., 1.39 MiB/sec.
11311 2025.03.22 20:11:08.879750 [ 5 ] {d84138e3-0766-4647-b57c-783078981a05} <Debug> TCPHandler: Processed in 0.008858148 sec.
11312 2025.03.22 20:11:08.879765 [ 187 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1523 rows, containing 5 columns (5 merged, 0 gathered) in 0.009521123 sec., 159960.12235111342 rows/sec., 12.74 MiB/sec.
11313 2025.03.22 20:11:08.880072 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11314 2025.03.22 20:11:08.880152 [ 187 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary)
11315 2025.03.22 20:11:08.880450 [ 5 ] {d37a1f61-5b62-439a-a49a-3cc039546d67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11316 2025.03.22 20:11:08.880819 [ 5 ] {d37a1f61-5b62-439a-a49a-3cc039546d67} <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
11317 2025.03.22 20:11:08.881112 [ 187 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_111_22} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11318 2025.03.22 20:11:08.881504 [ 187 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_111_22} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22
11319 2025.03.22 20:11:08.881796 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
11320 2025.03.22 20:11:08.883350 [ 5 ] {d37a1f61-5b62-439a-a49a-3cc039546d67} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11321 2025.03.22 20:11:08.883394 [ 5 ] {d37a1f61-5b62-439a-a49a-3cc039546d67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
11322 2025.03.22 20:11:08.884055 [ 5 ] {d37a1f61-5b62-439a-a49a-3cc039546d67} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
11323 2025.03.22 20:11:08.884338 [ 5 ] {d37a1f61-5b62-439a-a49a-3cc039546d67} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11324 2025.03.22 20:11:08.884533 [ 83 ] {} <Debug> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
11325 2025.03.22 20:11:08.884597 [ 83 ] {} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11326 2025.03.22 20:11:08.884613 [ 5 ] {d37a1f61-5b62-439a-a49a-3cc039546d67} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.004295 sec., 6053.550640279394 rows/sec., 10.85 MiB/sec.
11327 2025.03.22 20:11:08.884636 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
11328 2025.03.22 20:11:08.884997 [ 187 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::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
11329 2025.03.22 20:11:08.885023 [ 5 ] {d37a1f61-5b62-439a-a49a-3cc039546d67} <Debug> TCPHandler: Processed in 0.005076067 sec.
11330 2025.03.22 20:11:08.885273 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11331 2025.03.22 20:11:08.885515 [ 5 ] {f7eb27e5-3941-4b13-822d-1ece7043531f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11332 2025.03.22 20:11:08.885631 [ 5 ] {f7eb27e5-3941-4b13-822d-1ece7043531f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11333 2025.03.22 20:11:08.885663 [ 187 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11334 2025.03.22 20:11:08.885889 [ 187 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1634 rows starting from the beginning of the part
11335 2025.03.22 20:11:08.886656 [ 187 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 26 rows starting from the beginning of the part
11336 2025.03.22 20:11:08.887366 [ 187 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 13 rows starting from the beginning of the part
11337 2025.03.22 20:11:08.887721 [ 5 ] {f7eb27e5-3941-4b13-822d-1ece7043531f} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11338 2025.03.22 20:11:08.887848 [ 5 ] {f7eb27e5-3941-4b13-822d-1ece7043531f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
11339 2025.03.22 20:11:08.888086 [ 187 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 26 rows starting from the beginning of the part
11340 2025.03.22 20:11:08.888699 [ 187 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 13 rows starting from the beginning of the part
11341 2025.03.22 20:11:08.889305 [ 187 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 26 rows starting from the beginning of the part
11342 2025.03.22 20:11:08.889367 [ 5 ] {f7eb27e5-3941-4b13-822d-1ece7043531f} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary)
11343 2025.03.22 20:11:08.890106 [ 5 ] {f7eb27e5-3941-4b13-822d-1ece7043531f} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11344 2025.03.22 20:11:08.890474 [ 83 ] {} <Debug> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0
11345 2025.03.22 20:11:08.890566 [ 83 ] {} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11346 2025.03.22 20:11:08.890635 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
11347 2025.03.22 20:11:08.890735 [ 5 ] {f7eb27e5-3941-4b13-822d-1ece7043531f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005263 sec., 11400.342010260307 rows/sec., 786.74 KiB/sec.
11348 2025.03.22 20:11:08.891020 [ 5 ] {f7eb27e5-3941-4b13-822d-1ece7043531f} <Debug> TCPHandler: Processed in 0.005820784 sec.
11349 2025.03.22 20:11:08.891266 [ 196 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full
11350 2025.03.22 20:11:08.891619 [ 196 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11351 2025.03.22 20:11:08.891672 [ 196 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 5436 rows starting from the beginning of the part
11352 2025.03.22 20:11:08.891834 [ 196 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 48 rows starting from the beginning of the part
11353 2025.03.22 20:11:08.891961 [ 196 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 12 rows starting from the beginning of the part
11354 2025.03.22 20:11:08.892205 [ 196 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 60 rows starting from the beginning of the part
11355 2025.03.22 20:11:08.892298 [ 196 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 60 rows starting from the beginning of the part
11356 2025.03.22 20:11:08.892531 [ 196 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 60 rows starting from the beginning of the part
11357 2025.03.22 20:11:08.896359 [ 186 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5676 rows, containing 4 columns (4 merged, 0 gathered) in 0.005513497 sec., 1029473.6716098693 rows/sec., 69.40 MiB/sec.
11358 2025.03.22 20:11:08.896873 [ 192 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary)
11359 2025.03.22 20:11:08.897458 [ 192 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_111_22} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11360 2025.03.22 20:11:08.897571 [ 192 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_111_22} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22
11361 2025.03.22 20:11:08.897661 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.16 MiB.
11362 2025.03.22 20:11:08.900782 [ 193 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1738 rows, containing 19 columns (19 merged, 0 gathered) in 0.01602834 sec., 108432.93815828714 rows/sec., 194.31 MiB/sec.
11363 2025.03.22 20:11:08.902571 [ 186 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
11364 2025.03.22 20:11:08.903029 [ 186 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_91_18} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11365 2025.03.22 20:11:08.903132 [ 186 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_91_18} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
11366 2025.03.22 20:11:08.903306 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 16.59 MiB.
11367 2025.03.22 20:11:09.000158 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 250.86 MiB, peak 267.42 MiB, free memory in arenas 0.00 B, will set to 251.91 MiB (RSS), difference: 1.05 MiB
11368 2025.03.22 20:11:10.539261 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 29829
11369 2025.03.22 20:11:10.540260 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11370 2025.03.22 20:11:10.540353 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
11371 2025.03.22 20:11:10.541135 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
11372 2025.03.22 20:11:10.541504 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11373 2025.03.22 20:11:10.541882 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29829
11374 2025.03.22 20:11:12.730171 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 490
11375 2025.03.22 20:11:12.752907 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11376 2025.03.22 20:11:12.752973 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
11377 2025.03.22 20:11:12.760731 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
11378 2025.03.22 20:11:12.761719 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11379 2025.03.22 20:11:12.766492 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 490
11380 2025.03.22 20:11:13.202182 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1560
11381 2025.03.22 20:11:13.205180 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11382 2025.03.22 20:11:13.205243 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
11383 2025.03.22 20:11:13.206785 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
11384 2025.03.22 20:11:13.207107 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11385 2025.03.22 20:11:13.209392 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1560
11386 2025.03.22 20:11:13.852513 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11387 2025.03.22 20:11:13.852692 [ 5 ] {4c0984cf-e040-4dd6-8e47-624d286588c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11388 2025.03.22 20:11:13.852763 [ 5 ] {4c0984cf-e040-4dd6-8e47-624d286588c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11389 2025.03.22 20:11:13.853563 [ 5 ] {4c0984cf-e040-4dd6-8e47-624d286588c4} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11390 2025.03.22 20:11:13.853612 [ 5 ] {4c0984cf-e040-4dd6-8e47-624d286588c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
11391 2025.03.22 20:11:13.854046 [ 5 ] {4c0984cf-e040-4dd6-8e47-624d286588c4} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary)
11392 2025.03.22 20:11:13.854313 [ 5 ] {4c0984cf-e040-4dd6-8e47-624d286588c4} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11393 2025.03.22 20:11:13.854519 [ 5 ] {4c0984cf-e040-4dd6-8e47-624d286588c4} <Debug> executeQuery: Read 82 rows, 6.94 KiB in 0.001871 sec., 43826.83057188669 rows/sec., 3.62 MiB/sec.
11394 2025.03.22 20:11:13.854601 [ 5 ] {4c0984cf-e040-4dd6-8e47-624d286588c4} <Debug> TCPHandler: Processed in 0.002217078 sec.
11395 2025.03.22 20:11:13.854732 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11396 2025.03.22 20:11:13.855028 [ 5 ] {856698e4-6e88-4e97-b9c0-08f873471abb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11397 2025.03.22 20:11:13.855154 [ 5 ] {856698e4-6e88-4e97-b9c0-08f873471abb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11398 2025.03.22 20:11:13.855932 [ 5 ] {856698e4-6e88-4e97-b9c0-08f873471abb} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11399 2025.03.22 20:11:13.855971 [ 5 ] {856698e4-6e88-4e97-b9c0-08f873471abb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
11400 2025.03.22 20:11:13.856340 [ 5 ] {856698e4-6e88-4e97-b9c0-08f873471abb} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
11401 2025.03.22 20:11:13.856582 [ 5 ] {856698e4-6e88-4e97-b9c0-08f873471abb} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11402 2025.03.22 20:11:13.856760 [ 5 ] {856698e4-6e88-4e97-b9c0-08f873471abb} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.001846 sec., 7042.2535211267605 rows/sec., 529.54 KiB/sec.
11403 2025.03.22 20:11:13.856811 [ 5 ] {856698e4-6e88-4e97-b9c0-08f873471abb} <Debug> TCPHandler: Processed in 0.002130446 sec.
11404 2025.03.22 20:11:13.856928 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11405 2025.03.22 20:11:13.857031 [ 5 ] {221ce6af-2b87-4548-a8bf-feb21425ea3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11406 2025.03.22 20:11:13.857075 [ 5 ] {221ce6af-2b87-4548-a8bf-feb21425ea3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11407 2025.03.22 20:11:13.857657 [ 5 ] {221ce6af-2b87-4548-a8bf-feb21425ea3a} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11408 2025.03.22 20:11:13.857694 [ 5 ] {221ce6af-2b87-4548-a8bf-feb21425ea3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
11409 2025.03.22 20:11:13.858040 [ 5 ] {221ce6af-2b87-4548-a8bf-feb21425ea3a} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary)
11410 2025.03.22 20:11:13.858281 [ 5 ] {221ce6af-2b87-4548-a8bf-feb21425ea3a} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11411 2025.03.22 20:11:13.858471 [ 5 ] {221ce6af-2b87-4548-a8bf-feb21425ea3a} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.001456 sec., 52884.61538461538 rows/sec., 4.13 MiB/sec.
11412 2025.03.22 20:11:13.858528 [ 5 ] {221ce6af-2b87-4548-a8bf-feb21425ea3a} <Debug> TCPHandler: Processed in 0.001650435 sec.
11413 2025.03.22 20:11:13.858691 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11414 2025.03.22 20:11:13.858973 [ 5 ] {6cc49b6e-fcdd-4da8-96b9-702048385417} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11415 2025.03.22 20:11:13.859123 [ 5 ] {6cc49b6e-fcdd-4da8-96b9-702048385417} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11416 2025.03.22 20:11:13.860117 [ 5 ] {6cc49b6e-fcdd-4da8-96b9-702048385417} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11417 2025.03.22 20:11:13.860156 [ 5 ] {6cc49b6e-fcdd-4da8-96b9-702048385417} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
11418 2025.03.22 20:11:13.860552 [ 5 ] {6cc49b6e-fcdd-4da8-96b9-702048385417} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary)
11419 2025.03.22 20:11:13.860801 [ 5 ] {6cc49b6e-fcdd-4da8-96b9-702048385417} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11420 2025.03.22 20:11:13.860997 [ 5 ] {6cc49b6e-fcdd-4da8-96b9-702048385417} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002132 sec., 75046.904315197 rows/sec., 5.23 MiB/sec.
11421 2025.03.22 20:11:13.861057 [ 5 ] {6cc49b6e-fcdd-4da8-96b9-702048385417} <Debug> TCPHandler: Processed in 0.002437072 sec.
11422 2025.03.22 20:11:13.861247 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11423 2025.03.22 20:11:13.861558 [ 5 ] {e50c0044-8c19-4142-acfb-4a69abef3ae1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11424 2025.03.22 20:11:13.861858 [ 5 ] {e50c0044-8c19-4142-acfb-4a69abef3ae1} <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
11425 2025.03.22 20:11:13.863041 [ 5 ] {e50c0044-8c19-4142-acfb-4a69abef3ae1} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11426 2025.03.22 20:11:13.863079 [ 5 ] {e50c0044-8c19-4142-acfb-4a69abef3ae1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
11427 2025.03.22 20:11:13.863692 [ 5 ] {e50c0044-8c19-4142-acfb-4a69abef3ae1} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
11428 2025.03.22 20:11:13.863951 [ 5 ] {e50c0044-8c19-4142-acfb-4a69abef3ae1} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11429 2025.03.22 20:11:13.864149 [ 5 ] {e50c0044-8c19-4142-acfb-4a69abef3ae1} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.00271 sec., 4797.047970479704 rows/sec., 8.60 MiB/sec.
11430 2025.03.22 20:11:13.864251 [ 5 ] {e50c0044-8c19-4142-acfb-4a69abef3ae1} <Debug> TCPHandler: Processed in 0.003092465 sec.
11431 2025.03.22 20:11:13.864398 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11432 2025.03.22 20:11:13.864503 [ 5 ] {e8ed8f0d-dd74-4bf7-826f-ee866f30bb70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11433 2025.03.22 20:11:13.864548 [ 5 ] {e8ed8f0d-dd74-4bf7-826f-ee866f30bb70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11434 2025.03.22 20:11:13.864998 [ 5 ] {e8ed8f0d-dd74-4bf7-826f-ee866f30bb70} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11435 2025.03.22 20:11:13.865035 [ 5 ] {e8ed8f0d-dd74-4bf7-826f-ee866f30bb70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.94 GiB.
11436 2025.03.22 20:11:13.865400 [ 5 ] {e8ed8f0d-dd74-4bf7-826f-ee866f30bb70} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary)
11437 2025.03.22 20:11:13.865632 [ 5 ] {e8ed8f0d-dd74-4bf7-826f-ee866f30bb70} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11438 2025.03.22 20:11:13.865822 [ 5 ] {e8ed8f0d-dd74-4bf7-826f-ee866f30bb70} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001337 sec., 44876.58937920718 rows/sec., 3.02 MiB/sec.
11439 2025.03.22 20:11:13.865890 [ 5 ] {e8ed8f0d-dd74-4bf7-826f-ee866f30bb70} <Debug> TCPHandler: Processed in 0.001539172 sec.
11440 2025.03.22 20:11:17.797317 [ 66 ] {} <Debug> DNSResolver: Updating DNS cache
11441 2025.03.22 20:11:17.797392 [ 66 ] {} <Debug> DNSResolver: Updated DNS cache
11442 2025.03.22 20:11:18.042998 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 30317
11443 2025.03.22 20:11:18.043682 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11444 2025.03.22 20:11:18.043731 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB.
11445 2025.03.22 20:11:18.044257 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
11446 2025.03.22 20:11:18.044504 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11447 2025.03.22 20:11:18.044737 [ 66 ] {} <Debug> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
11448 2025.03.22 20:11:18.044758 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30317
11449 2025.03.22 20:11:18.044822 [ 66 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11450 2025.03.22 20:11:18.044855 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB.
11451 2025.03.22 20:11:18.045014 [ 191 ] {6f3f2c82-38dd-415f-af08-560485366d9f::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
11452 2025.03.22 20:11:18.045191 [ 191 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11453 2025.03.22 20:11:18.045245 [ 191 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_61_12, total 27999 rows starting from the beginning of the part
11454 2025.03.22 20:11:18.045338 [ 191 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 488 rows starting from the beginning of the part
11455 2025.03.22 20:11:18.045572 [ 191 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 427 rows starting from the beginning of the part
11456 2025.03.22 20:11:18.045795 [ 191 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 488 rows starting from the beginning of the part
11457 2025.03.22 20:11:18.045925 [ 191 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 427 rows starting from the beginning of the part
11458 2025.03.22 20:11:18.046108 [ 191 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 488 rows starting from the beginning of the part
11459 2025.03.22 20:11:18.048986 [ 191 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30317 rows, containing 4 columns (4 merged, 0 gathered) in 0.004047966 sec., 7489440.375734381 rows/sec., 107.14 MiB/sec.
11460 2025.03.22 20:11:18.049240 [ 191 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
11461 2025.03.22 20:11:18.049513 [ 191 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_66_13} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11462 2025.03.22 20:11:18.049594 [ 191 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_66_13} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
11463 2025.03.22 20:11:18.049683 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.92 MiB.
11464 2025.03.22 20:11:18.853143 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11465 2025.03.22 20:11:18.853395 [ 5 ] {8ed4327a-f6f1-4c44-8972-5db1602fed81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11466 2025.03.22 20:11:18.853486 [ 5 ] {8ed4327a-f6f1-4c44-8972-5db1602fed81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11467 2025.03.22 20:11:18.854365 [ 5 ] {8ed4327a-f6f1-4c44-8972-5db1602fed81} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11468 2025.03.22 20:11:18.854409 [ 5 ] {8ed4327a-f6f1-4c44-8972-5db1602fed81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB.
11469 2025.03.22 20:11:18.854838 [ 5 ] {8ed4327a-f6f1-4c44-8972-5db1602fed81} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary)
11470 2025.03.22 20:11:18.855088 [ 5 ] {8ed4327a-f6f1-4c44-8972-5db1602fed81} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11471 2025.03.22 20:11:18.855291 [ 5 ] {8ed4327a-f6f1-4c44-8972-5db1602fed81} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.001965 sec., 54961.8320610687 rows/sec., 4.60 MiB/sec.
11472 2025.03.22 20:11:18.855346 [ 5 ] {8ed4327a-f6f1-4c44-8972-5db1602fed81} <Debug> TCPHandler: Processed in 0.002352301 sec.
11473 2025.03.22 20:11:18.855467 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11474 2025.03.22 20:11:18.855571 [ 5 ] {5a01cba0-f0b6-4d55-87a3-8372dc090ac1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11475 2025.03.22 20:11:18.855617 [ 5 ] {5a01cba0-f0b6-4d55-87a3-8372dc090ac1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11476 2025.03.22 20:11:18.856140 [ 5 ] {5a01cba0-f0b6-4d55-87a3-8372dc090ac1} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11477 2025.03.22 20:11:18.856177 [ 5 ] {5a01cba0-f0b6-4d55-87a3-8372dc090ac1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB.
11478 2025.03.22 20:11:18.856537 [ 5 ] {5a01cba0-f0b6-4d55-87a3-8372dc090ac1} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
11479 2025.03.22 20:11:18.856770 [ 5 ] {5a01cba0-f0b6-4d55-87a3-8372dc090ac1} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11480 2025.03.22 20:11:18.856945 [ 5 ] {5a01cba0-f0b6-4d55-87a3-8372dc090ac1} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001396 sec., 18624.641833810885 rows/sec., 1.37 MiB/sec.
11481 2025.03.22 20:11:18.856996 [ 5 ] {5a01cba0-f0b6-4d55-87a3-8372dc090ac1} <Debug> TCPHandler: Processed in 0.001579684 sec.
11482 2025.03.22 20:11:18.857116 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11483 2025.03.22 20:11:18.857231 [ 5 ] {56e92a9c-9711-48b8-b64a-4eb3f311a056} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11484 2025.03.22 20:11:18.857276 [ 5 ] {56e92a9c-9711-48b8-b64a-4eb3f311a056} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11485 2025.03.22 20:11:18.857852 [ 5 ] {56e92a9c-9711-48b8-b64a-4eb3f311a056} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11486 2025.03.22 20:11:18.857889 [ 5 ] {56e92a9c-9711-48b8-b64a-4eb3f311a056} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB.
11487 2025.03.22 20:11:18.858250 [ 5 ] {56e92a9c-9711-48b8-b64a-4eb3f311a056} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary)
11488 2025.03.22 20:11:18.858486 [ 5 ] {56e92a9c-9711-48b8-b64a-4eb3f311a056} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11489 2025.03.22 20:11:18.858677 [ 5 ] {56e92a9c-9711-48b8-b64a-4eb3f311a056} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.001461 sec., 61601.642710472275 rows/sec., 4.81 MiB/sec.
11490 2025.03.22 20:11:18.858750 [ 5 ] {56e92a9c-9711-48b8-b64a-4eb3f311a056} <Debug> TCPHandler: Processed in 0.001683936 sec.
11491 2025.03.22 20:11:18.858909 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11492 2025.03.22 20:11:18.859214 [ 5 ] {b21f051f-8a20-440b-8e93-0e217b5b9621} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11493 2025.03.22 20:11:18.859382 [ 5 ] {b21f051f-8a20-440b-8e93-0e217b5b9621} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11494 2025.03.22 20:11:18.860414 [ 5 ] {b21f051f-8a20-440b-8e93-0e217b5b9621} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11495 2025.03.22 20:11:18.860452 [ 5 ] {b21f051f-8a20-440b-8e93-0e217b5b9621} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB.
11496 2025.03.22 20:11:18.860823 [ 5 ] {b21f051f-8a20-440b-8e93-0e217b5b9621} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary)
11497 2025.03.22 20:11:18.861055 [ 5 ] {b21f051f-8a20-440b-8e93-0e217b5b9621} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11498 2025.03.22 20:11:18.861245 [ 5 ] {b21f051f-8a20-440b-8e93-0e217b5b9621} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002146 sec., 74557.31593662628 rows/sec., 5.19 MiB/sec.
11499 2025.03.22 20:11:18.861311 [ 5 ] {b21f051f-8a20-440b-8e93-0e217b5b9621} <Debug> TCPHandler: Processed in 0.002480393 sec.
11500 2025.03.22 20:11:18.861477 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11501 2025.03.22 20:11:18.861780 [ 5 ] {a6b1201b-fa0f-4ab4-abe6-e4cce13591d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11502 2025.03.22 20:11:18.862004 [ 5 ] {a6b1201b-fa0f-4ab4-abe6-e4cce13591d9} <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
11503 2025.03.22 20:11:18.863073 [ 5 ] {a6b1201b-fa0f-4ab4-abe6-e4cce13591d9} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11504 2025.03.22 20:11:18.863110 [ 5 ] {a6b1201b-fa0f-4ab4-abe6-e4cce13591d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB.
11505 2025.03.22 20:11:18.863728 [ 5 ] {a6b1201b-fa0f-4ab4-abe6-e4cce13591d9} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
11506 2025.03.22 20:11:18.863993 [ 5 ] {a6b1201b-fa0f-4ab4-abe6-e4cce13591d9} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11507 2025.03.22 20:11:18.864601 [ 5 ] {a6b1201b-fa0f-4ab4-abe6-e4cce13591d9} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002894 sec., 8984.105044920525 rows/sec., 16.10 MiB/sec.
11508 2025.03.22 20:11:18.865493 [ 5 ] {a6b1201b-fa0f-4ab4-abe6-e4cce13591d9} <Debug> TCPHandler: Processed in 0.004086617 sec.
11509 2025.03.22 20:11:18.865930 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11510 2025.03.22 20:11:18.866303 [ 5 ] {2c82f72a-3844-438b-82eb-a4279c1bf12f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11511 2025.03.22 20:11:18.866407 [ 5 ] {2c82f72a-3844-438b-82eb-a4279c1bf12f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11512 2025.03.22 20:11:18.866906 [ 5 ] {2c82f72a-3844-438b-82eb-a4279c1bf12f} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11513 2025.03.22 20:11:18.866944 [ 5 ] {2c82f72a-3844-438b-82eb-a4279c1bf12f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB.
11514 2025.03.22 20:11:18.867320 [ 5 ] {2c82f72a-3844-438b-82eb-a4279c1bf12f} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary)
11515 2025.03.22 20:11:18.867556 [ 5 ] {2c82f72a-3844-438b-82eb-a4279c1bf12f} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11516 2025.03.22 20:11:18.867732 [ 5 ] {2c82f72a-3844-438b-82eb-a4279c1bf12f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001571 sec., 38192.234245703374 rows/sec., 2.57 MiB/sec.
11517 2025.03.22 20:11:18.867780 [ 5 ] {2c82f72a-3844-438b-82eb-a4279c1bf12f} <Debug> TCPHandler: Processed in 0.001969702 sec.
11518 2025.03.22 20:11:20.267543 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 498
11519 2025.03.22 20:11:20.288482 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11520 2025.03.22 20:11:20.288540 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB.
11521 2025.03.22 20:11:20.295716 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
11522 2025.03.22 20:11:20.296500 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11523 2025.03.22 20:11:20.296912 [ 64 ] {} <Debug> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
11524 2025.03.22 20:11:20.297098 [ 64 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11525 2025.03.22 20:11:20.297200 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB.
11526 2025.03.22 20:11:20.298392 [ 188 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::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
11527 2025.03.22 20:11:20.313261 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 498
11528 2025.03.22 20:11:20.315003 [ 188 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11529 2025.03.22 20:11:20.316759 [ 188 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 460 rows starting from the beginning of the part
11530 2025.03.22 20:11:20.322796 [ 188 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 8 rows starting from the beginning of the part
11531 2025.03.22 20:11:20.328717 [ 188 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 7 rows starting from the beginning of the part
11532 2025.03.22 20:11:20.334502 [ 188 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 8 rows starting from the beginning of the part
11533 2025.03.22 20:11:20.340432 [ 188 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 7 rows starting from the beginning of the part
11534 2025.03.22 20:11:20.345370 [ 188 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 8 rows starting from the beginning of the part
11535 2025.03.22 20:11:20.406403 [ 193 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 498 rows, containing 679 columns (679 merged, 0 gathered) in 0.108951543 sec., 4570.839350113656 rows/sec., 23.63 MiB/sec.
11536 2025.03.22 20:11:20.409891 [ 193 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
11537 2025.03.22 20:11:20.413042 [ 193 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_66_13} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11538 2025.03.22 20:11:20.413181 [ 193 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_66_13} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
11539 2025.03.22 20:11:20.415885 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 14.26 MiB.
11540 2025.03.22 20:11:22.853850 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11541 2025.03.22 20:11:22.854059 [ 5 ] {84305eef-5b54-4afc-92dd-05b0d0674662} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
11542 2025.03.22 20:11:22.854134 [ 5 ] {84305eef-5b54-4afc-92dd-05b0d0674662} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
11543 2025.03.22 20:11:22.854973 [ 5 ] {84305eef-5b54-4afc-92dd-05b0d0674662} <Trace> oximeter.fields_i16 (264093f9-a655-4468-9a79-5d699a3bbf39): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11544 2025.03.22 20:11:22.855029 [ 5 ] {84305eef-5b54-4afc-92dd-05b0d0674662} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB.
11545 2025.03.22 20:11:22.855480 [ 5 ] {84305eef-5b54-4afc-92dd-05b0d0674662} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
11546 2025.03.22 20:11:22.855764 [ 5 ] {84305eef-5b54-4afc-92dd-05b0d0674662} <Trace> oximeter.fields_i16 (264093f9-a655-4468-9a79-5d699a3bbf39): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11547 2025.03.22 20:11:22.856027 [ 5 ] {84305eef-5b54-4afc-92dd-05b0d0674662} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.002021 sec., 11875.309252845127 rows/sec., 1008.94 KiB/sec.
11548 2025.03.22 20:11:22.856150 [ 5 ] {84305eef-5b54-4afc-92dd-05b0d0674662} <Debug> TCPHandler: Processed in 0.002434852 sec.
11549 2025.03.22 20:11:22.856285 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11550 2025.03.22 20:11:22.856400 [ 5 ] {4529e922-0573-4899-bbf5-e743830da832} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
11551 2025.03.22 20:11:22.856452 [ 5 ] {4529e922-0573-4899-bbf5-e743830da832} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
11552 2025.03.22 20:11:22.857005 [ 5 ] {4529e922-0573-4899-bbf5-e743830da832} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11553 2025.03.22 20:11:22.857049 [ 5 ] {4529e922-0573-4899-bbf5-e743830da832} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB.
11554 2025.03.22 20:11:22.857409 [ 5 ] {4529e922-0573-4899-bbf5-e743830da832} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
11555 2025.03.22 20:11:22.857645 [ 5 ] {4529e922-0573-4899-bbf5-e743830da832} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11556 2025.03.22 20:11:22.857862 [ 5 ] {4529e922-0573-4899-bbf5-e743830da832} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.001489 sec., 9402.283411685694 rows/sec., 766.69 KiB/sec.
11557 2025.03.22 20:11:22.857989 [ 5 ] {4529e922-0573-4899-bbf5-e743830da832} <Debug> TCPHandler: Processed in 0.001755898 sec.
11558 2025.03.22 20:11:22.858120 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11559 2025.03.22 20:11:22.858231 [ 5 ] {0aa45378-ddf6-43e4-9593-b8323a3db5fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11560 2025.03.22 20:11:22.858279 [ 5 ] {0aa45378-ddf6-43e4-9593-b8323a3db5fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11561 2025.03.22 20:11:22.859559 [ 5 ] {0aa45378-ddf6-43e4-9593-b8323a3db5fd} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11562 2025.03.22 20:11:22.859599 [ 5 ] {0aa45378-ddf6-43e4-9593-b8323a3db5fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB.
11563 2025.03.22 20:11:22.860045 [ 5 ] {0aa45378-ddf6-43e4-9593-b8323a3db5fd} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary)
11564 2025.03.22 20:11:22.860293 [ 5 ] {0aa45378-ddf6-43e4-9593-b8323a3db5fd} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11565 2025.03.22 20:11:22.860523 [ 5 ] {0aa45378-ddf6-43e4-9593-b8323a3db5fd} <Debug> executeQuery: Read 1349 rows, 115.00 KiB in 0.002315 sec., 582721.3822894169 rows/sec., 48.51 MiB/sec.
11566 2025.03.22 20:11:22.860578 [ 5 ] {0aa45378-ddf6-43e4-9593-b8323a3db5fd} <Debug> TCPHandler: Processed in 0.002507634 sec.
11567 2025.03.22 20:11:22.860701 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11568 2025.03.22 20:11:22.860810 [ 5 ] {e7af9f9f-5869-4cf5-8c08-089b13643868} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11569 2025.03.22 20:11:22.860856 [ 5 ] {e7af9f9f-5869-4cf5-8c08-089b13643868} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11570 2025.03.22 20:11:22.861407 [ 5 ] {e7af9f9f-5869-4cf5-8c08-089b13643868} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11571 2025.03.22 20:11:22.861446 [ 5 ] {e7af9f9f-5869-4cf5-8c08-089b13643868} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB.
11572 2025.03.22 20:11:22.861802 [ 5 ] {e7af9f9f-5869-4cf5-8c08-089b13643868} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
11573 2025.03.22 20:11:22.862044 [ 5 ] {e7af9f9f-5869-4cf5-8c08-089b13643868} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11574 2025.03.22 20:11:22.862263 [ 5 ] {e7af9f9f-5869-4cf5-8c08-089b13643868} <Debug> executeQuery: Read 39 rows, 2.92 KiB in 0.001476 sec., 26422.764227642274 rows/sec., 1.93 MiB/sec.
11575 2025.03.22 20:11:22.862316 [ 5 ] {e7af9f9f-5869-4cf5-8c08-089b13643868} <Debug> TCPHandler: Processed in 0.001663926 sec.
11576 2025.03.22 20:11:22.862438 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11577 2025.03.22 20:11:22.862548 [ 5 ] {6e289eed-a8d5-483f-8042-4fede6e46dc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
11578 2025.03.22 20:11:22.862603 [ 5 ] {6e289eed-a8d5-483f-8042-4fede6e46dc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
11579 2025.03.22 20:11:22.863233 [ 5 ] {6e289eed-a8d5-483f-8042-4fede6e46dc7} <Trace> oximeter.fields_u32 (ad7a5232-f0e1-40d6-acb0-24ed1d64c039): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11580 2025.03.22 20:11:22.863272 [ 5 ] {6e289eed-a8d5-483f-8042-4fede6e46dc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB.
11581 2025.03.22 20:11:22.863639 [ 5 ] {6e289eed-a8d5-483f-8042-4fede6e46dc7} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
11582 2025.03.22 20:11:22.863879 [ 5 ] {6e289eed-a8d5-483f-8042-4fede6e46dc7} <Trace> oximeter.fields_u32 (ad7a5232-f0e1-40d6-acb0-24ed1d64c039): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11583 2025.03.22 20:11:22.864103 [ 5 ] {6e289eed-a8d5-483f-8042-4fede6e46dc7} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001577 sec., 159797.08306911858 rows/sec., 11.05 MiB/sec.
11584 2025.03.22 20:11:22.864212 [ 5 ] {6e289eed-a8d5-483f-8042-4fede6e46dc7} <Debug> TCPHandler: Processed in 0.001822429 sec.
11585 2025.03.22 20:11:22.864331 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11586 2025.03.22 20:11:22.864436 [ 5 ] {846d65cf-1f0c-46f2-9df9-2690bdfe5140} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
11587 2025.03.22 20:11:22.864480 [ 5 ] {846d65cf-1f0c-46f2-9df9-2690bdfe5140} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
11588 2025.03.22 20:11:22.865046 [ 5 ] {846d65cf-1f0c-46f2-9df9-2690bdfe5140} <Trace> oximeter.fields_u8 (faaaa09d-c3bc-4a8d-ab11-77969ca3dca4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11589 2025.03.22 20:11:22.865088 [ 5 ] {846d65cf-1f0c-46f2-9df9-2690bdfe5140} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB.
11590 2025.03.22 20:11:22.865431 [ 5 ] {846d65cf-1f0c-46f2-9df9-2690bdfe5140} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
11591 2025.03.22 20:11:22.865687 [ 5 ] {846d65cf-1f0c-46f2-9df9-2690bdfe5140} <Trace> oximeter.fields_u8 (faaaa09d-c3bc-4a8d-ab11-77969ca3dca4): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11592 2025.03.22 20:11:22.865922 [ 5 ] {846d65cf-1f0c-46f2-9df9-2690bdfe5140} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001506 sec., 7968.127490039841 rows/sec., 622.51 KiB/sec.
11593 2025.03.22 20:11:22.866020 [ 5 ] {846d65cf-1f0c-46f2-9df9-2690bdfe5140} <Debug> TCPHandler: Processed in 0.001738747 sec.
11594 2025.03.22 20:11:22.866139 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11595 2025.03.22 20:11:22.866243 [ 5 ] {0588a4ac-c3b8-4a2b-bebe-3ca64d31e606} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11596 2025.03.22 20:11:22.866294 [ 5 ] {0588a4ac-c3b8-4a2b-bebe-3ca64d31e606} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11597 2025.03.22 20:11:22.867066 [ 5 ] {0588a4ac-c3b8-4a2b-bebe-3ca64d31e606} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11598 2025.03.22 20:11:22.867104 [ 5 ] {0588a4ac-c3b8-4a2b-bebe-3ca64d31e606} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB.
11599 2025.03.22 20:11:22.867481 [ 5 ] {0588a4ac-c3b8-4a2b-bebe-3ca64d31e606} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary)
11600 2025.03.22 20:11:22.867715 [ 5 ] {0588a4ac-c3b8-4a2b-bebe-3ca64d31e606} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11601 2025.03.22 20:11:22.867939 [ 5 ] {0588a4ac-c3b8-4a2b-bebe-3ca64d31e606} <Debug> executeQuery: Read 583 rows, 44.84 KiB in 0.001713 sec., 340338.5872737887 rows/sec., 25.57 MiB/sec.
11602 2025.03.22 20:11:22.868036 [ 5 ] {0588a4ac-c3b8-4a2b-bebe-3ca64d31e606} <Debug> TCPHandler: Processed in 0.001945721 sec.
11603 2025.03.22 20:11:22.868187 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11604 2025.03.22 20:11:22.868485 [ 5 ] {e82d7d4f-76d6-442d-8de3-4c314f6b6d9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11605 2025.03.22 20:11:22.868648 [ 5 ] {e82d7d4f-76d6-442d-8de3-4c314f6b6d9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11606 2025.03.22 20:11:22.869506 [ 5 ] {e82d7d4f-76d6-442d-8de3-4c314f6b6d9c} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11607 2025.03.22 20:11:22.869547 [ 5 ] {e82d7d4f-76d6-442d-8de3-4c314f6b6d9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB.
11608 2025.03.22 20:11:22.870003 [ 5 ] {e82d7d4f-76d6-442d-8de3-4c314f6b6d9c} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary)
11609 2025.03.22 20:11:22.870239 [ 5 ] {e82d7d4f-76d6-442d-8de3-4c314f6b6d9c} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11610 2025.03.22 20:11:22.870471 [ 5 ] {e82d7d4f-76d6-442d-8de3-4c314f6b6d9c} <Debug> executeQuery: Read 1017 rows, 70.44 KiB in 0.002105 sec., 483135.39192399045 rows/sec., 32.68 MiB/sec.
11611 2025.03.22 20:11:22.870523 [ 5 ] {e82d7d4f-76d6-442d-8de3-4c314f6b6d9c} <Debug> TCPHandler: Processed in 0.002412601 sec.
11612 2025.03.22 20:11:22.870650 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11613 2025.03.22 20:11:22.870755 [ 5 ] {57276ae5-2c7c-4ffd-b331-470020f9f26c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11614 2025.03.22 20:11:22.870821 [ 5 ] {57276ae5-2c7c-4ffd-b331-470020f9f26c} <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
11615 2025.03.22 20:11:22.871897 [ 5 ] {57276ae5-2c7c-4ffd-b331-470020f9f26c} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11616 2025.03.22 20:11:22.871937 [ 5 ] {57276ae5-2c7c-4ffd-b331-470020f9f26c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB.
11617 2025.03.22 20:11:22.872569 [ 5 ] {57276ae5-2c7c-4ffd-b331-470020f9f26c} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
11618 2025.03.22 20:11:22.872830 [ 5 ] {57276ae5-2c7c-4ffd-b331-470020f9f26c} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11619 2025.03.22 20:11:22.873063 [ 5 ] {57276ae5-2c7c-4ffd-b331-470020f9f26c} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002329 sec., 5581.794761700301 rows/sec., 10.00 MiB/sec.
11620 2025.03.22 20:11:22.873156 [ 5 ] {57276ae5-2c7c-4ffd-b331-470020f9f26c} <Debug> TCPHandler: Processed in 0.002556694 sec.
11621 2025.03.22 20:11:22.873283 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11622 2025.03.22 20:11:22.873396 [ 5 ] {26877056-e67d-497a-8778-8579ca4d2ef3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11623 2025.03.22 20:11:22.873444 [ 5 ] {26877056-e67d-497a-8778-8579ca4d2ef3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11624 2025.03.22 20:11:22.873921 [ 5 ] {26877056-e67d-497a-8778-8579ca4d2ef3} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11625 2025.03.22 20:11:22.873962 [ 5 ] {26877056-e67d-497a-8778-8579ca4d2ef3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB.
11626 2025.03.22 20:11:22.874332 [ 5 ] {26877056-e67d-497a-8778-8579ca4d2ef3} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary)
11627 2025.03.22 20:11:22.874567 [ 5 ] {26877056-e67d-497a-8778-8579ca4d2ef3} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11628 2025.03.22 20:11:22.874769 [ 5 ] {26877056-e67d-497a-8778-8579ca4d2ef3} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001395 sec., 34408.602150537634 rows/sec., 2.32 MiB/sec.
11629 2025.03.22 20:11:22.874820 [ 5 ] {26877056-e67d-497a-8778-8579ca4d2ef3} <Debug> TCPHandler: Processed in 0.001589873 sec.
11630 2025.03.22 20:11:23.210550 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 1604
11631 2025.03.22 20:11:23.213928 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11632 2025.03.22 20:11:23.213978 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB.
11633 2025.03.22 20:11:23.215578 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
11634 2025.03.22 20:11:23.215915 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11635 2025.03.22 20:11:23.216434 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1604
11636 2025.03.22 20:11:23.845319 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11637 2025.03.22 20:11:23.845508 [ 5 ] {f3aa23d2-a981-4d2e-8d84-74eaa6092fe7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11638 2025.03.22 20:11:23.845577 [ 5 ] {f3aa23d2-a981-4d2e-8d84-74eaa6092fe7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11639 2025.03.22 20:11:23.846348 [ 5 ] {f3aa23d2-a981-4d2e-8d84-74eaa6092fe7} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11640 2025.03.22 20:11:23.846396 [ 5 ] {f3aa23d2-a981-4d2e-8d84-74eaa6092fe7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB.
11641 2025.03.22 20:11:23.846833 [ 5 ] {f3aa23d2-a981-4d2e-8d84-74eaa6092fe7} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary)
11642 2025.03.22 20:11:23.847079 [ 5 ] {f3aa23d2-a981-4d2e-8d84-74eaa6092fe7} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11643 2025.03.22 20:11:23.847317 [ 5 ] {f3aa23d2-a981-4d2e-8d84-74eaa6092fe7} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001861 sec., 30091.348737238044 rows/sec., 2.30 MiB/sec.
11644 2025.03.22 20:11:23.847373 [ 5 ] {f3aa23d2-a981-4d2e-8d84-74eaa6092fe7} <Debug> TCPHandler: Processed in 0.002177976 sec.
11645 2025.03.22 20:11:23.847498 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11646 2025.03.22 20:11:23.847604 [ 5 ] {04f9cafb-0a03-470d-ac87-b70b6951344b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11647 2025.03.22 20:11:23.847650 [ 5 ] {04f9cafb-0a03-470d-ac87-b70b6951344b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11648 2025.03.22 20:11:23.848196 [ 5 ] {04f9cafb-0a03-470d-ac87-b70b6951344b} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11649 2025.03.22 20:11:23.848236 [ 5 ] {04f9cafb-0a03-470d-ac87-b70b6951344b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB.
11650 2025.03.22 20:11:23.848586 [ 5 ] {04f9cafb-0a03-470d-ac87-b70b6951344b} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary)
11651 2025.03.22 20:11:23.848822 [ 5 ] {04f9cafb-0a03-470d-ac87-b70b6951344b} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11652 2025.03.22 20:11:23.849044 [ 5 ] {04f9cafb-0a03-470d-ac87-b70b6951344b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00146 sec., 43835.61643835617 rows/sec., 3.42 MiB/sec.
11653 2025.03.22 20:11:23.849098 [ 5 ] {04f9cafb-0a03-470d-ac87-b70b6951344b} <Debug> TCPHandler: Processed in 0.001650115 sec.
11654 2025.03.22 20:11:23.849229 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11655 2025.03.22 20:11:23.849368 [ 5 ] {e3d3674f-7587-4954-9ae4-68a6169f2085} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11656 2025.03.22 20:11:23.849429 [ 5 ] {e3d3674f-7587-4954-9ae4-68a6169f2085} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11657 2025.03.22 20:11:23.850027 [ 5 ] {e3d3674f-7587-4954-9ae4-68a6169f2085} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11658 2025.03.22 20:11:23.850067 [ 5 ] {e3d3674f-7587-4954-9ae4-68a6169f2085} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB.
11659 2025.03.22 20:11:23.850456 [ 5 ] {e3d3674f-7587-4954-9ae4-68a6169f2085} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary)
11660 2025.03.22 20:11:23.850691 [ 5 ] {e3d3674f-7587-4954-9ae4-68a6169f2085} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11661 2025.03.22 20:11:23.850873 [ 58 ] {} <Debug> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Selected 5 parts from all_1_110_22 to all_114_114_0
11662 2025.03.22 20:11:23.850932 [ 5 ] {e3d3674f-7587-4954-9ae4-68a6169f2085} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001591 sec., 20113.13639220616 rows/sec., 1.40 MiB/sec.
11663 2025.03.22 20:11:23.850958 [ 58 ] {} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11664 2025.03.22 20:11:23.851024 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB.
11665 2025.03.22 20:11:23.851052 [ 5 ] {e3d3674f-7587-4954-9ae4-68a6169f2085} <Debug> TCPHandler: Processed in 0.00188564 sec.
11666 2025.03.22 20:11:23.851352 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11667 2025.03.22 20:11:23.851372 [ 195 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_114_23} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_110_22 to all_114_114_0 into Compact with storage Full
11668 2025.03.22 20:11:23.851646 [ 5 ] {97459881-f092-4ae3-9d08-f7bacbb8146b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11669 2025.03.22 20:11:23.851835 [ 5 ] {97459881-f092-4ae3-9d08-f7bacbb8146b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11670 2025.03.22 20:11:23.851947 [ 195 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_114_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11671 2025.03.22 20:11:23.852121 [ 195 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_114_23} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_110_22, total 30123 rows starting from the beginning of the part
11672 2025.03.22 20:11:23.852596 [ 195 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_114_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 161 rows starting from the beginning of the part
11673 2025.03.22 20:11:23.853012 [ 195 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_114_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 160 rows starting from the beginning of the part
11674 2025.03.22 20:11:23.853399 [ 195 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_114_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 160 rows starting from the beginning of the part
11675 2025.03.22 20:11:23.853792 [ 195 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_114_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 1017 rows starting from the beginning of the part
11676 2025.03.22 20:11:23.855362 [ 5 ] {97459881-f092-4ae3-9d08-f7bacbb8146b} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11677 2025.03.22 20:11:23.855465 [ 5 ] {97459881-f092-4ae3-9d08-f7bacbb8146b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB.
11678 2025.03.22 20:11:23.856433 [ 5 ] {97459881-f092-4ae3-9d08-f7bacbb8146b} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary)
11679 2025.03.22 20:11:23.856703 [ 5 ] {97459881-f092-4ae3-9d08-f7bacbb8146b} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11680 2025.03.22 20:11:23.857247 [ 5 ] {97459881-f092-4ae3-9d08-f7bacbb8146b} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.005721 sec., 2097.5353959098056 rows/sec., 144.75 KiB/sec.
11681 2025.03.22 20:11:23.857482 [ 5 ] {97459881-f092-4ae3-9d08-f7bacbb8146b} <Debug> TCPHandler: Processed in 0.006234133 sec.
11682 2025.03.22 20:11:23.862924 [ 195 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_114_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 31621 rows, containing 5 columns (5 merged, 0 gathered) in 0.01176451 sec., 2687829.752365377 rows/sec., 184.17 MiB/sec.
11683 2025.03.22 20:11:23.863583 [ 192 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_114_23} <Trace> MergedBlockOutputStream: filled checksums all_1_114_23 (state Temporary)
11684 2025.03.22 20:11:23.864020 [ 192 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_114_23} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_merge_all_1_114_23 to all_1_114_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11685 2025.03.22 20:11:23.864123 [ 192 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_114_23} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Merged 5 parts: [all_1_110_22, all_114_114_0] -> all_1_114_23
11686 2025.03.22 20:11:23.864241 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB.
11687 2025.03.22 20:11:25.545906 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 30744
11688 2025.03.22 20:11:25.546588 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11689 2025.03.22 20:11:25.546640 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB.
11690 2025.03.22 20:11:25.547177 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
11691 2025.03.22 20:11:25.547438 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11692 2025.03.22 20:11:25.547729 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30744
11693 2025.03.22 20:11:27.814347 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 505
11694 2025.03.22 20:11:27.833126 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11695 2025.03.22 20:11:27.833194 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB.
11696 2025.03.22 20:11:27.840125 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
11697 2025.03.22 20:11:27.840881 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11698 2025.03.22 20:11:27.843567 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 505
11699 2025.03.22 20:11:28.853891 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11700 2025.03.22 20:11:28.854108 [ 5 ] {ad7c1a90-24f3-4554-a0ae-fd7caae2daaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11701 2025.03.22 20:11:28.854192 [ 5 ] {ad7c1a90-24f3-4554-a0ae-fd7caae2daaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11702 2025.03.22 20:11:28.855051 [ 5 ] {ad7c1a90-24f3-4554-a0ae-fd7caae2daaf} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11703 2025.03.22 20:11:28.855105 [ 5 ] {ad7c1a90-24f3-4554-a0ae-fd7caae2daaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB.
11704 2025.03.22 20:11:28.855561 [ 5 ] {ad7c1a90-24f3-4554-a0ae-fd7caae2daaf} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary)
11705 2025.03.22 20:11:28.855817 [ 5 ] {ad7c1a90-24f3-4554-a0ae-fd7caae2daaf} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11706 2025.03.22 20:11:28.856053 [ 52 ] {} <Debug> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0
11707 2025.03.22 20:11:28.856078 [ 5 ] {ad7c1a90-24f3-4554-a0ae-fd7caae2daaf} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.002019 sec., 53491.82763744428 rows/sec., 4.47 MiB/sec.
11708 2025.03.22 20:11:28.856177 [ 52 ] {} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11709 2025.03.22 20:11:28.856261 [ 5 ] {ad7c1a90-24f3-4554-a0ae-fd7caae2daaf} <Debug> TCPHandler: Processed in 0.002501563 sec.
11710 2025.03.22 20:11:28.856268 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB.
11711 2025.03.22 20:11:28.856476 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11712 2025.03.22 20:11:28.856496 [ 189 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full
11713 2025.03.22 20:11:28.856617 [ 5 ] {5c6f5ed3-2dfb-444f-a8c5-511ea196b601} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11714 2025.03.22 20:11:28.856653 [ 189 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11715 2025.03.22 20:11:28.856680 [ 5 ] {5c6f5ed3-2dfb-444f-a8c5-511ea196b601} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11716 2025.03.22 20:11:28.856698 [ 189 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 1403 rows starting from the beginning of the part
11717 2025.03.22 20:11:28.856832 [ 189 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 82 rows starting from the beginning of the part
11718 2025.03.22 20:11:28.857395 [ 189 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 108 rows starting from the beginning of the part
11719 2025.03.22 20:11:28.857787 [ 189 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 1349 rows starting from the beginning of the part
11720 2025.03.22 20:11:28.858082 [ 189 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 56 rows starting from the beginning of the part
11721 2025.03.22 20:11:28.858299 [ 189 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 108 rows starting from the beginning of the part
11722 2025.03.22 20:11:28.858942 [ 5 ] {5c6f5ed3-2dfb-444f-a8c5-511ea196b601} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11723 2025.03.22 20:11:28.858985 [ 5 ] {5c6f5ed3-2dfb-444f-a8c5-511ea196b601} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB.
11724 2025.03.22 20:11:28.859493 [ 5 ] {5c6f5ed3-2dfb-444f-a8c5-511ea196b601} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
11725 2025.03.22 20:11:28.859778 [ 5 ] {5c6f5ed3-2dfb-444f-a8c5-511ea196b601} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11726 2025.03.22 20:11:28.860037 [ 5 ] {5c6f5ed3-2dfb-444f-a8c5-511ea196b601} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.003465 sec., 7503.6075036075035 rows/sec., 564.24 KiB/sec.
11727 2025.03.22 20:11:28.860134 [ 5 ] {5c6f5ed3-2dfb-444f-a8c5-511ea196b601} <Debug> TCPHandler: Processed in 0.00374213 sec.
11728 2025.03.22 20:11:28.860308 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11729 2025.03.22 20:11:28.860321 [ 189 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3106 rows, containing 5 columns (5 merged, 0 gathered) in 0.003914074 sec., 793546.5706575809 rows/sec., 69.10 MiB/sec.
11730 2025.03.22 20:11:28.860418 [ 5 ] {56619ac6-6783-450c-97a4-854114bdedc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11731 2025.03.22 20:11:28.860469 [ 5 ] {56619ac6-6783-450c-97a4-854114bdedc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11732 2025.03.22 20:11:28.860508 [ 189 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary)
11733 2025.03.22 20:11:28.860863 [ 189 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_116_23} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11734 2025.03.22 20:11:28.860940 [ 189 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_116_23} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23
11735 2025.03.22 20:11:28.861030 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB.
11736 2025.03.22 20:11:28.861214 [ 5 ] {56619ac6-6783-450c-97a4-854114bdedc4} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11737 2025.03.22 20:11:28.861253 [ 5 ] {56619ac6-6783-450c-97a4-854114bdedc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB.
11738 2025.03.22 20:11:28.861607 [ 5 ] {56619ac6-6783-450c-97a4-854114bdedc4} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary)
11739 2025.03.22 20:11:28.861840 [ 5 ] {56619ac6-6783-450c-97a4-854114bdedc4} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11740 2025.03.22 20:11:28.862027 [ 48 ] {} <Debug> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0
11741 2025.03.22 20:11:28.862060 [ 5 ] {56619ac6-6783-450c-97a4-854114bdedc4} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.001664 sec., 54086.53846153847 rows/sec., 4.22 MiB/sec.
11742 2025.03.22 20:11:28.862086 [ 48 ] {} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11743 2025.03.22 20:11:28.862161 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB.
11744 2025.03.22 20:11:28.862191 [ 5 ] {56619ac6-6783-450c-97a4-854114bdedc4} <Debug> TCPHandler: Processed in 0.001949941 sec.
11745 2025.03.22 20:11:28.862487 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11746 2025.03.22 20:11:28.862496 [ 199 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full
11747 2025.03.22 20:11:28.862752 [ 5 ] {a76d70a5-7a2d-4262-a84f-f1eccdeef0e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11748 2025.03.22 20:11:28.862961 [ 5 ] {a76d70a5-7a2d-4262-a84f-f1eccdeef0e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11749 2025.03.22 20:11:28.863141 [ 199 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11750 2025.03.22 20:11:28.863326 [ 199 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 631 rows starting from the beginning of the part
11751 2025.03.22 20:11:28.863836 [ 199 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 77 rows starting from the beginning of the part
11752 2025.03.22 20:11:28.864449 [ 199 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 90 rows starting from the beginning of the part
11753 2025.03.22 20:11:28.865080 [ 199 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 583 rows starting from the beginning of the part
11754 2025.03.22 20:11:28.865591 [ 199 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 64 rows starting from the beginning of the part
11755 2025.03.22 20:11:28.866122 [ 199 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 90 rows starting from the beginning of the part
11756 2025.03.22 20:11:28.867266 [ 5 ] {a76d70a5-7a2d-4262-a84f-f1eccdeef0e7} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11757 2025.03.22 20:11:28.867347 [ 5 ] {a76d70a5-7a2d-4262-a84f-f1eccdeef0e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB.
11758 2025.03.22 20:11:28.868330 [ 5 ] {a76d70a5-7a2d-4262-a84f-f1eccdeef0e7} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary)
11759 2025.03.22 20:11:28.868677 [ 5 ] {a76d70a5-7a2d-4262-a84f-f1eccdeef0e7} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11760 2025.03.22 20:11:28.869103 [ 5 ] {a76d70a5-7a2d-4262-a84f-f1eccdeef0e7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006461 sec., 24763.968425940257 rows/sec., 1.72 MiB/sec.
11761 2025.03.22 20:11:28.869257 [ 5 ] {a76d70a5-7a2d-4262-a84f-f1eccdeef0e7} <Debug> TCPHandler: Processed in 0.006859896 sec.
11762 2025.03.22 20:11:28.869322 [ 196 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1535 rows, containing 5 columns (5 merged, 0 gathered) in 0.007009349 sec., 218993.23318042804 rows/sec., 17.44 MiB/sec.
11763 2025.03.22 20:11:28.869402 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11764 2025.03.22 20:11:28.869525 [ 5 ] {5ed1cf71-6d65-4653-b219-c6842fef71ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11765 2025.03.22 20:11:28.869543 [ 201 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary)
11766 2025.03.22 20:11:28.869643 [ 5 ] {5ed1cf71-6d65-4653-b219-c6842fef71ff} <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
11767 2025.03.22 20:11:28.870056 [ 201 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_116_23} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11768 2025.03.22 20:11:28.870207 [ 201 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_116_23} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23
11769 2025.03.22 20:11:28.870342 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
11770 2025.03.22 20:11:28.871045 [ 5 ] {5ed1cf71-6d65-4653-b219-c6842fef71ff} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11771 2025.03.22 20:11:28.871083 [ 5 ] {5ed1cf71-6d65-4653-b219-c6842fef71ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB.
11772 2025.03.22 20:11:28.871721 [ 5 ] {5ed1cf71-6d65-4653-b219-c6842fef71ff} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
11773 2025.03.22 20:11:28.871971 [ 5 ] {5ed1cf71-6d65-4653-b219-c6842fef71ff} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11774 2025.03.22 20:11:28.872235 [ 5 ] {5ed1cf71-6d65-4653-b219-c6842fef71ff} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.00274 sec., 9489.051094890512 rows/sec., 17.00 MiB/sec.
11775 2025.03.22 20:11:28.872338 [ 5 ] {5ed1cf71-6d65-4653-b219-c6842fef71ff} <Debug> TCPHandler: Processed in 0.002990333 sec.
11776 2025.03.22 20:11:28.872481 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11777 2025.03.22 20:11:28.872588 [ 5 ] {61b80fd5-0ba7-48fa-baa9-3c5faa3a804f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11778 2025.03.22 20:11:28.872635 [ 5 ] {61b80fd5-0ba7-48fa-baa9-3c5faa3a804f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11779 2025.03.22 20:11:28.873108 [ 5 ] {61b80fd5-0ba7-48fa-baa9-3c5faa3a804f} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11780 2025.03.22 20:11:28.873147 [ 5 ] {61b80fd5-0ba7-48fa-baa9-3c5faa3a804f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB.
11781 2025.03.22 20:11:28.873508 [ 5 ] {61b80fd5-0ba7-48fa-baa9-3c5faa3a804f} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary)
11782 2025.03.22 20:11:28.873739 [ 5 ] {61b80fd5-0ba7-48fa-baa9-3c5faa3a804f} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11783 2025.03.22 20:11:28.873904 [ 48 ] {} <Debug> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0
11784 2025.03.22 20:11:28.873952 [ 48 ] {} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11785 2025.03.22 20:11:28.873974 [ 5 ] {61b80fd5-0ba7-48fa-baa9-3c5faa3a804f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001401 sec., 42826.55246252677 rows/sec., 2.89 MiB/sec.
11786 2025.03.22 20:11:28.873986 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB.
11787 2025.03.22 20:11:28.874110 [ 5 ] {61b80fd5-0ba7-48fa-baa9-3c5faa3a804f} <Debug> TCPHandler: Processed in 0.001681536 sec.
11788 2025.03.22 20:11:28.874169 [ 189 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full
11789 2025.03.22 20:11:28.874280 [ 189 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11790 2025.03.22 20:11:28.874311 [ 189 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 5676 rows starting from the beginning of the part
11791 2025.03.22 20:11:28.874393 [ 189 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 60 rows starting from the beginning of the part
11792 2025.03.22 20:11:28.874481 [ 189 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 60 rows starting from the beginning of the part
11793 2025.03.22 20:11:28.874583 [ 189 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 48 rows starting from the beginning of the part
11794 2025.03.22 20:11:28.874659 [ 189 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 12 rows starting from the beginning of the part
11795 2025.03.22 20:11:28.874736 [ 189 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 60 rows starting from the beginning of the part
11796 2025.03.22 20:11:28.876446 [ 196 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5916 rows, containing 4 columns (4 merged, 0 gathered) in 0.00234204 sec., 2526002.971768202 rows/sec., 170.27 MiB/sec.
11797 2025.03.22 20:11:28.876760 [ 189 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary)
11798 2025.03.22 20:11:28.877028 [ 189 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_116_23} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11799 2025.03.22 20:11:28.877101 [ 189 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_116_23} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23
11800 2025.03.22 20:11:28.877169 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.18 MiB.
11801 2025.03.22 20:11:32.797449 [ 45 ] {} <Debug> DNSResolver: Updating DNS cache
11802 2025.03.22 20:11:32.797538 [ 45 ] {} <Debug> DNSResolver: Updated DNS cache
11803 2025.03.22 20:11:33.048839 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 31232
11804 2025.03.22 20:11:33.049520 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11805 2025.03.22 20:11:33.049567 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB.
11806 2025.03.22 20:11:33.050101 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
11807 2025.03.22 20:11:33.050354 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11808 2025.03.22 20:11:33.050614 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31232
11809 2025.03.22 20:11:33.217716 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1624
11810 2025.03.22 20:11:33.220490 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11811 2025.03.22 20:11:33.220537 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB.
11812 2025.03.22 20:11:33.221991 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
11813 2025.03.22 20:11:33.222305 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11814 2025.03.22 20:11:33.222546 [ 45 ] {} <Debug> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
11815 2025.03.22 20:11:33.222672 [ 45 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11816 2025.03.22 20:11:33.222768 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB.
11817 2025.03.22 20:11:33.223135 [ 194 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::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
11818 2025.03.22 20:11:33.223401 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1624
11819 2025.03.22 20:11:33.223832 [ 194 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11820 2025.03.22 20:11:33.223956 [ 194 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1472 rows starting from the beginning of the part
11821 2025.03.22 20:11:33.224533 [ 194 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 42 rows starting from the beginning of the part
11822 2025.03.22 20:11:33.225179 [ 194 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 20 rows starting from the beginning of the part
11823 2025.03.22 20:11:33.225736 [ 194 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 26 rows starting from the beginning of the part
11824 2025.03.22 20:11:33.226255 [ 194 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 44 rows starting from the beginning of the part
11825 2025.03.22 20:11:33.226860 [ 194 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 20 rows starting from the beginning of the part
11826 2025.03.22 20:11:33.234936 [ 196 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1624 rows, containing 72 columns (72 merged, 0 gathered) in 0.011991814 sec., 135425.7162427636 rows/sec., 103.28 MiB/sec.
11827 2025.03.22 20:11:33.236719 [ 196 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
11828 2025.03.22 20:11:33.237545 [ 196 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_51_10} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11829 2025.03.22 20:11:33.237654 [ 196 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_51_10} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
11830 2025.03.22 20:11:33.238025 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.91 MiB.
11831 2025.03.22 20:11:33.852624 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11832 2025.03.22 20:11:33.852839 [ 5 ] {0ac87804-608f-4ec1-a4e8-f710b26d2f10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11833 2025.03.22 20:11:33.852923 [ 5 ] {0ac87804-608f-4ec1-a4e8-f710b26d2f10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11834 2025.03.22 20:11:33.853741 [ 5 ] {0ac87804-608f-4ec1-a4e8-f710b26d2f10} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11835 2025.03.22 20:11:33.853785 [ 5 ] {0ac87804-608f-4ec1-a4e8-f710b26d2f10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB.
11836 2025.03.22 20:11:33.854253 [ 5 ] {0ac87804-608f-4ec1-a4e8-f710b26d2f10} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary)
11837 2025.03.22 20:11:33.854516 [ 5 ] {0ac87804-608f-4ec1-a4e8-f710b26d2f10} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11838 2025.03.22 20:11:33.854725 [ 5 ] {0ac87804-608f-4ec1-a4e8-f710b26d2f10} <Debug> executeQuery: Read 82 rows, 6.94 KiB in 0.001944 sec., 42181.06995884774 rows/sec., 3.49 MiB/sec.
11839 2025.03.22 20:11:33.854796 [ 5 ] {0ac87804-608f-4ec1-a4e8-f710b26d2f10} <Debug> TCPHandler: Processed in 0.002311959 sec.
11840 2025.03.22 20:11:33.854958 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11841 2025.03.22 20:11:33.855119 [ 5 ] {dfc031a3-8dce-46a2-b697-25a75a1c66af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11842 2025.03.22 20:11:33.855172 [ 5 ] {dfc031a3-8dce-46a2-b697-25a75a1c66af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11843 2025.03.22 20:11:33.855712 [ 5 ] {dfc031a3-8dce-46a2-b697-25a75a1c66af} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11844 2025.03.22 20:11:33.855752 [ 5 ] {dfc031a3-8dce-46a2-b697-25a75a1c66af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB.
11845 2025.03.22 20:11:33.856117 [ 5 ] {dfc031a3-8dce-46a2-b697-25a75a1c66af} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
11846 2025.03.22 20:11:33.856358 [ 5 ] {dfc031a3-8dce-46a2-b697-25a75a1c66af} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11847 2025.03.22 20:11:33.856503 [ 45 ] {} <Debug> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0
11848 2025.03.22 20:11:33.856550 [ 5 ] {dfc031a3-8dce-46a2-b697-25a75a1c66af} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.001472 sec., 8831.521739130434 rows/sec., 664.09 KiB/sec.
11849 2025.03.22 20:11:33.856557 [ 45 ] {} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11850 2025.03.22 20:11:33.856605 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB.
11851 2025.03.22 20:11:33.856621 [ 5 ] {dfc031a3-8dce-46a2-b697-25a75a1c66af} <Debug> TCPHandler: Processed in 0.001731857 sec.
11852 2025.03.22 20:11:33.856837 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11853 2025.03.22 20:11:33.856913 [ 200 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::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
11854 2025.03.22 20:11:33.856989 [ 5 ] {7c2e4f1d-0984-4c40-a109-5b1005abb73c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11855 2025.03.22 20:11:33.857079 [ 5 ] {7c2e4f1d-0984-4c40-a109-5b1005abb73c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11856 2025.03.22 20:11:33.857404 [ 200 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11857 2025.03.22 20:11:33.857486 [ 200 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 69 rows starting from the beginning of the part
11858 2025.03.22 20:11:33.857805 [ 200 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 13 rows starting from the beginning of the part
11859 2025.03.22 20:11:33.858275 [ 200 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::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
11860 2025.03.22 20:11:33.858622 [ 200 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 39 rows starting from the beginning of the part
11861 2025.03.22 20:11:33.858752 [ 200 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::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
11862 2025.03.22 20:11:33.859161 [ 200 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 13 rows starting from the beginning of the part
11863 2025.03.22 20:11:33.860071 [ 5 ] {7c2e4f1d-0984-4c40-a109-5b1005abb73c} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11864 2025.03.22 20:11:33.860148 [ 5 ] {7c2e4f1d-0984-4c40-a109-5b1005abb73c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB.
11865 2025.03.22 20:11:33.861166 [ 5 ] {7c2e4f1d-0984-4c40-a109-5b1005abb73c} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary)
11866 2025.03.22 20:11:33.861815 [ 5 ] {7c2e4f1d-0984-4c40-a109-5b1005abb73c} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11867 2025.03.22 20:11:33.862142 [ 191 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 186 rows, containing 5 columns (5 merged, 0 gathered) in 0.005400035 sec., 34444.22119486263 rows/sec., 2.65 MiB/sec.
11868 2025.03.22 20:11:33.862309 [ 5 ] {7c2e4f1d-0984-4c40-a109-5b1005abb73c} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.005339 sec., 14422.17643753512 rows/sec., 1.13 MiB/sec.
11869 2025.03.22 20:11:33.862476 [ 5 ] {7c2e4f1d-0984-4c40-a109-5b1005abb73c} <Debug> TCPHandler: Processed in 0.005729611 sec.
11870 2025.03.22 20:11:33.862585 [ 186 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary)
11871 2025.03.22 20:11:33.862848 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11872 2025.03.22 20:11:33.863219 [ 5 ] {75df4686-9306-4a94-a6ed-feab26f6a131} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11873 2025.03.22 20:11:33.863425 [ 5 ] {75df4686-9306-4a94-a6ed-feab26f6a131} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11874 2025.03.22 20:11:33.864462 [ 186 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_96_19} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11875 2025.03.22 20:11:33.864746 [ 186 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_96_19} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19
11876 2025.03.22 20:11:33.864909 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
11877 2025.03.22 20:11:33.865177 [ 5 ] {75df4686-9306-4a94-a6ed-feab26f6a131} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11878 2025.03.22 20:11:33.865222 [ 5 ] {75df4686-9306-4a94-a6ed-feab26f6a131} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB.
11879 2025.03.22 20:11:33.865635 [ 5 ] {75df4686-9306-4a94-a6ed-feab26f6a131} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary)
11880 2025.03.22 20:11:33.865877 [ 5 ] {75df4686-9306-4a94-a6ed-feab26f6a131} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11881 2025.03.22 20:11:33.866089 [ 5 ] {75df4686-9306-4a94-a6ed-feab26f6a131} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003023 sec., 52927.555408534565 rows/sec., 3.69 MiB/sec.
11882 2025.03.22 20:11:33.866149 [ 5 ] {75df4686-9306-4a94-a6ed-feab26f6a131} <Debug> TCPHandler: Processed in 0.003437944 sec.
11883 2025.03.22 20:11:33.866289 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11884 2025.03.22 20:11:33.866396 [ 5 ] {fd22e089-80b1-4e14-8ded-3071d4b59ea9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11885 2025.03.22 20:11:33.866462 [ 5 ] {fd22e089-80b1-4e14-8ded-3071d4b59ea9} <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
11886 2025.03.22 20:11:33.867534 [ 5 ] {fd22e089-80b1-4e14-8ded-3071d4b59ea9} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11887 2025.03.22 20:11:33.867595 [ 5 ] {fd22e089-80b1-4e14-8ded-3071d4b59ea9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB.
11888 2025.03.22 20:11:33.868219 [ 5 ] {fd22e089-80b1-4e14-8ded-3071d4b59ea9} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
11889 2025.03.22 20:11:33.868476 [ 5 ] {fd22e089-80b1-4e14-8ded-3071d4b59ea9} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11890 2025.03.22 20:11:33.868620 [ 45 ] {} <Debug> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0
11891 2025.03.22 20:11:33.868663 [ 45 ] {} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11892 2025.03.22 20:11:33.868689 [ 5 ] {fd22e089-80b1-4e14-8ded-3071d4b59ea9} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002315 sec., 5615.5507559395255 rows/sec., 10.06 MiB/sec.
11893 2025.03.22 20:11:33.868693 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB.
11894 2025.03.22 20:11:33.869086 [ 5 ] {fd22e089-80b1-4e14-8ded-3071d4b59ea9} <Debug> TCPHandler: Processed in 0.002845901 sec.
11895 2025.03.22 20:11:33.869087 [ 190 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::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
11896 2025.03.22 20:11:33.869277 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11897 2025.03.22 20:11:33.869541 [ 5 ] {2b0d7375-65e7-4011-b998-92d592a83a4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11898 2025.03.22 20:11:33.869685 [ 5 ] {2b0d7375-65e7-4011-b998-92d592a83a4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11899 2025.03.22 20:11:33.869861 [ 190 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11900 2025.03.22 20:11:33.870102 [ 190 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1738 rows starting from the beginning of the part
11901 2025.03.22 20:11:33.870914 [ 190 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 13 rows starting from the beginning of the part
11902 2025.03.22 20:11:33.871699 [ 190 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::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
11903 2025.03.22 20:11:33.871982 [ 5 ] {2b0d7375-65e7-4011-b998-92d592a83a4a} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11904 2025.03.22 20:11:33.872119 [ 5 ] {2b0d7375-65e7-4011-b998-92d592a83a4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB.
11905 2025.03.22 20:11:33.872428 [ 190 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 13 rows starting from the beginning of the part
11906 2025.03.22 20:11:33.873014 [ 190 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::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
11907 2025.03.22 20:11:33.873626 [ 190 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 13 rows starting from the beginning of the part
11908 2025.03.22 20:11:33.873653 [ 5 ] {2b0d7375-65e7-4011-b998-92d592a83a4a} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary)
11909 2025.03.22 20:11:33.874409 [ 5 ] {2b0d7375-65e7-4011-b998-92d592a83a4a} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11910 2025.03.22 20:11:33.874923 [ 5 ] {2b0d7375-65e7-4011-b998-92d592a83a4a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005473 sec., 10962.908825141605 rows/sec., 756.55 KiB/sec.
11911 2025.03.22 20:11:33.875053 [ 5 ] {2b0d7375-65e7-4011-b998-92d592a83a4a} <Debug> TCPHandler: Processed in 0.005838794 sec.
11912 2025.03.22 20:11:33.884303 [ 186 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1829 rows, containing 19 columns (19 merged, 0 gathered) in 0.015475679 sec., 118185.44439956397 rows/sec., 211.78 MiB/sec.
11913 2025.03.22 20:11:33.886455 [ 191 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary)
11914 2025.03.22 20:11:33.886967 [ 191 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_96_19} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11915 2025.03.22 20:11:33.887068 [ 191 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_96_19} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19
11916 2025.03.22 20:11:33.887266 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.27 MiB.
11917 2025.03.22 20:11:34.000222 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 254.19 MiB, peak 271.39 MiB, free memory in arenas 0.00 B, will set to 258.34 MiB (RSS), difference: 4.15 MiB
11918 2025.03.22 20:11:35.344626 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 513
11919 2025.03.22 20:11:35.364721 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11920 2025.03.22 20:11:35.364777 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB.
11921 2025.03.22 20:11:35.372082 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
11922 2025.03.22 20:11:35.372851 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11923 2025.03.22 20:11:35.377077 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 513
11924 2025.03.22 20:11:38.530516 [ 220 ] {} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
11925 2025.03.22 20:11:38.530616 [ 220 ] {} <Debug> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
11926 2025.03.22 20:11:38.537558 [ 220 ] {} <Debug> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
11927 2025.03.22 20:11:38.630038 [ 222 ] {} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
11928 2025.03.22 20:11:38.630105 [ 222 ] {} <Debug> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
11929 2025.03.22 20:11:38.632296 [ 222 ] {} <Debug> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
11930 2025.03.22 20:11:38.853283 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11931 2025.03.22 20:11:38.853499 [ 5 ] {93a5b247-e25c-4bc7-812c-b8a9e57a7f5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
11932 2025.03.22 20:11:38.853572 [ 5 ] {93a5b247-e25c-4bc7-812c-b8a9e57a7f5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
11933 2025.03.22 20:11:38.854332 [ 5 ] {93a5b247-e25c-4bc7-812c-b8a9e57a7f5d} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11934 2025.03.22 20:11:38.854380 [ 5 ] {93a5b247-e25c-4bc7-812c-b8a9e57a7f5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
11935 2025.03.22 20:11:38.854807 [ 5 ] {93a5b247-e25c-4bc7-812c-b8a9e57a7f5d} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
11936 2025.03.22 20:11:38.855055 [ 5 ] {93a5b247-e25c-4bc7-812c-b8a9e57a7f5d} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11937 2025.03.22 20:11:38.855355 [ 5 ] {93a5b247-e25c-4bc7-812c-b8a9e57a7f5d} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001899 sec., 1053.18588730911 rows/sec., 85.88 KiB/sec.
11938 2025.03.22 20:11:38.855441 [ 5 ] {93a5b247-e25c-4bc7-812c-b8a9e57a7f5d} <Debug> TCPHandler: Processed in 0.002294399 sec.
11939 2025.03.22 20:11:38.855705 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11940 2025.03.22 20:11:38.855816 [ 5 ] {3b9a4e49-28f3-4a68-b53f-72dc523ffeb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11941 2025.03.22 20:11:38.855863 [ 5 ] {3b9a4e49-28f3-4a68-b53f-72dc523ffeb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11942 2025.03.22 20:11:38.856461 [ 5 ] {3b9a4e49-28f3-4a68-b53f-72dc523ffeb6} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11943 2025.03.22 20:11:38.856502 [ 5 ] {3b9a4e49-28f3-4a68-b53f-72dc523ffeb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
11944 2025.03.22 20:11:38.856868 [ 5 ] {3b9a4e49-28f3-4a68-b53f-72dc523ffeb6} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary)
11945 2025.03.22 20:11:38.857106 [ 5 ] {3b9a4e49-28f3-4a68-b53f-72dc523ffeb6} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11946 2025.03.22 20:11:38.857313 [ 5 ] {3b9a4e49-28f3-4a68-b53f-72dc523ffeb6} <Debug> executeQuery: Read 109 rows, 9.32 KiB in 0.00152 sec., 71710.52631578947 rows/sec., 5.99 MiB/sec.
11947 2025.03.22 20:11:38.857365 [ 5 ] {3b9a4e49-28f3-4a68-b53f-72dc523ffeb6} <Debug> TCPHandler: Processed in 0.001751307 sec.
11948 2025.03.22 20:11:38.857486 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11949 2025.03.22 20:11:38.857592 [ 5 ] {76bea591-b9cc-42f8-9106-0e752643a3a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11950 2025.03.22 20:11:38.857636 [ 5 ] {76bea591-b9cc-42f8-9106-0e752643a3a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11951 2025.03.22 20:11:38.858170 [ 5 ] {76bea591-b9cc-42f8-9106-0e752643a3a4} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11952 2025.03.22 20:11:38.858210 [ 5 ] {76bea591-b9cc-42f8-9106-0e752643a3a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
11953 2025.03.22 20:11:38.858560 [ 5 ] {76bea591-b9cc-42f8-9106-0e752643a3a4} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
11954 2025.03.22 20:11:38.858808 [ 5 ] {76bea591-b9cc-42f8-9106-0e752643a3a4} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11955 2025.03.22 20:11:38.859018 [ 5 ] {76bea591-b9cc-42f8-9106-0e752643a3a4} <Debug> executeQuery: Read 28 rows, 2.09 KiB in 0.001448 sec., 19337.016574585636 rows/sec., 1.41 MiB/sec.
11956 2025.03.22 20:11:38.859088 [ 5 ] {76bea591-b9cc-42f8-9106-0e752643a3a4} <Debug> TCPHandler: Processed in 0.001654495 sec.
11957 2025.03.22 20:11:38.859243 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11958 2025.03.22 20:11:38.859374 [ 5 ] {38cf9342-f251-4cb7-8c44-cccde01578ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11959 2025.03.22 20:11:38.859418 [ 5 ] {38cf9342-f251-4cb7-8c44-cccde01578ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11960 2025.03.22 20:11:38.859968 [ 5 ] {38cf9342-f251-4cb7-8c44-cccde01578ac} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11961 2025.03.22 20:11:38.860006 [ 5 ] {38cf9342-f251-4cb7-8c44-cccde01578ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
11962 2025.03.22 20:11:38.860355 [ 5 ] {38cf9342-f251-4cb7-8c44-cccde01578ac} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary)
11963 2025.03.22 20:11:38.860586 [ 5 ] {38cf9342-f251-4cb7-8c44-cccde01578ac} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11964 2025.03.22 20:11:38.860774 [ 5 ] {38cf9342-f251-4cb7-8c44-cccde01578ac} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.001415 sec., 65017.66784452297 rows/sec., 5.08 MiB/sec.
11965 2025.03.22 20:11:38.860840 [ 5 ] {38cf9342-f251-4cb7-8c44-cccde01578ac} <Debug> TCPHandler: Processed in 0.001660555 sec.
11966 2025.03.22 20:11:38.860877 [ 224 ] {} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
11967 2025.03.22 20:11:38.860939 [ 224 ] {} <Debug> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
11968 2025.03.22 20:11:38.860987 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11969 2025.03.22 20:11:38.861248 [ 5 ] {ebea1a67-4951-4c8e-adfc-1e148847b14c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11970 2025.03.22 20:11:38.861300 [ 5 ] {ebea1a67-4951-4c8e-adfc-1e148847b14c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11971 2025.03.22 20:11:38.862010 [ 5 ] {ebea1a67-4951-4c8e-adfc-1e148847b14c} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11972 2025.03.22 20:11:38.862050 [ 5 ] {ebea1a67-4951-4c8e-adfc-1e148847b14c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
11973 2025.03.22 20:11:38.862721 [ 5 ] {ebea1a67-4951-4c8e-adfc-1e148847b14c} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary)
11974 2025.03.22 20:11:38.863139 [ 5 ] {ebea1a67-4951-4c8e-adfc-1e148847b14c} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11975 2025.03.22 20:11:38.863437 [ 5 ] {ebea1a67-4951-4c8e-adfc-1e148847b14c} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.002291 sec., 70274.98908773462 rows/sec., 4.89 MiB/sec.
11976 2025.03.22 20:11:38.863463 [ 217 ] {} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
11977 2025.03.22 20:11:38.863541 [ 217 ] {} <Debug> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
11978 2025.03.22 20:11:38.863597 [ 5 ] {ebea1a67-4951-4c8e-adfc-1e148847b14c} <Debug> TCPHandler: Processed in 0.002685507 sec.
11979 2025.03.22 20:11:38.863807 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11980 2025.03.22 20:11:38.864035 [ 5 ] {e948d692-3d56-4375-9e86-7cdfbbeb7f10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11981 2025.03.22 20:11:38.864196 [ 5 ] {e948d692-3d56-4375-9e86-7cdfbbeb7f10} <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
11982 2025.03.22 20:11:38.865971 [ 224 ] {} <Debug> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
11983 2025.03.22 20:11:38.869508 [ 217 ] {} <Debug> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
11984 2025.03.22 20:11:38.869742 [ 5 ] {e948d692-3d56-4375-9e86-7cdfbbeb7f10} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11985 2025.03.22 20:11:38.869782 [ 5 ] {e948d692-3d56-4375-9e86-7cdfbbeb7f10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
11986 2025.03.22 20:11:38.870790 [ 5 ] {e948d692-3d56-4375-9e86-7cdfbbeb7f10} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
11987 2025.03.22 20:11:38.871043 [ 5 ] {e948d692-3d56-4375-9e86-7cdfbbeb7f10} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11988 2025.03.22 20:11:38.871234 [ 5 ] {e948d692-3d56-4375-9e86-7cdfbbeb7f10} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.007275 sec., 3573.8831615120275 rows/sec., 6.40 MiB/sec.
11989 2025.03.22 20:11:38.871328 [ 5 ] {e948d692-3d56-4375-9e86-7cdfbbeb7f10} <Debug> TCPHandler: Processed in 0.007603282 sec.
11990 2025.03.22 20:11:38.871469 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11991 2025.03.22 20:11:38.871577 [ 5 ] {56b06b93-0f6e-4e73-acf8-91370810bcaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11992 2025.03.22 20:11:38.871622 [ 5 ] {56b06b93-0f6e-4e73-acf8-91370810bcaa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11993 2025.03.22 20:11:38.872082 [ 5 ] {56b06b93-0f6e-4e73-acf8-91370810bcaa} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11994 2025.03.22 20:11:38.872118 [ 5 ] {56b06b93-0f6e-4e73-acf8-91370810bcaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
11995 2025.03.22 20:11:38.872473 [ 5 ] {56b06b93-0f6e-4e73-acf8-91370810bcaa} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary)
11996 2025.03.22 20:11:38.872704 [ 5 ] {56b06b93-0f6e-4e73-acf8-91370810bcaa} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11997 2025.03.22 20:11:38.872876 [ 5 ] {56b06b93-0f6e-4e73-acf8-91370810bcaa} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001322 sec., 45385.7791225416 rows/sec., 3.06 MiB/sec.
11998 2025.03.22 20:11:38.872924 [ 5 ] {56b06b93-0f6e-4e73-acf8-91370810bcaa} <Debug> TCPHandler: Processed in 0.001504782 sec.
11999 2025.03.22 20:11:40.550789 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 31659
12000 2025.03.22 20:11:40.551785 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12001 2025.03.22 20:11:40.551880 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
12002 2025.03.22 20:11:40.552629 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
12003 2025.03.22 20:11:40.552988 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12004 2025.03.22 20:11:40.553264 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31659
12005 2025.03.22 20:11:42.878122 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 521
12006 2025.03.22 20:11:42.899592 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12007 2025.03.22 20:11:42.899648 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
12008 2025.03.22 20:11:42.906990 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
12009 2025.03.22 20:11:42.907777 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12010 2025.03.22 20:11:42.911094 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 521
12011 2025.03.22 20:11:43.224522 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1650
12012 2025.03.22 20:11:43.229371 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12013 2025.03.22 20:11:43.229422 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
12014 2025.03.22 20:11:43.230975 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
12015 2025.03.22 20:11:43.231287 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12016 2025.03.22 20:11:43.231785 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1650
12017 2025.03.22 20:11:43.852529 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12018 2025.03.22 20:11:43.852725 [ 5 ] {6b178f9e-de9c-429e-a64b-5ad3c932874b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12019 2025.03.22 20:11:43.852800 [ 5 ] {6b178f9e-de9c-429e-a64b-5ad3c932874b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12020 2025.03.22 20:11:43.853608 [ 5 ] {6b178f9e-de9c-429e-a64b-5ad3c932874b} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12021 2025.03.22 20:11:43.853662 [ 5 ] {6b178f9e-de9c-429e-a64b-5ad3c932874b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
12022 2025.03.22 20:11:43.854112 [ 5 ] {6b178f9e-de9c-429e-a64b-5ad3c932874b} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary)
12023 2025.03.22 20:11:43.854367 [ 5 ] {6b178f9e-de9c-429e-a64b-5ad3c932874b} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12024 2025.03.22 20:11:43.854594 [ 5 ] {6b178f9e-de9c-429e-a64b-5ad3c932874b} <Debug> executeQuery: Read 82 rows, 6.94 KiB in 0.001923 sec., 42641.70566822673 rows/sec., 3.52 MiB/sec.
12025 2025.03.22 20:11:43.854657 [ 5 ] {6b178f9e-de9c-429e-a64b-5ad3c932874b} <Debug> TCPHandler: Processed in 0.002257888 sec.
12026 2025.03.22 20:11:43.854792 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12027 2025.03.22 20:11:43.854964 [ 5 ] {e3463e2a-064a-4d15-8d8f-280122a8a8cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12028 2025.03.22 20:11:43.855031 [ 5 ] {e3463e2a-064a-4d15-8d8f-280122a8a8cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12029 2025.03.22 20:11:43.855575 [ 5 ] {e3463e2a-064a-4d15-8d8f-280122a8a8cf} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12030 2025.03.22 20:11:43.855613 [ 5 ] {e3463e2a-064a-4d15-8d8f-280122a8a8cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
12031 2025.03.22 20:11:43.855977 [ 5 ] {e3463e2a-064a-4d15-8d8f-280122a8a8cf} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
12032 2025.03.22 20:11:43.856223 [ 5 ] {e3463e2a-064a-4d15-8d8f-280122a8a8cf} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12033 2025.03.22 20:11:43.856462 [ 5 ] {e3463e2a-064a-4d15-8d8f-280122a8a8cf} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.00154 sec., 8441.558441558442 rows/sec., 634.77 KiB/sec.
12034 2025.03.22 20:11:43.856546 [ 5 ] {e3463e2a-064a-4d15-8d8f-280122a8a8cf} <Debug> TCPHandler: Processed in 0.001813238 sec.
12035 2025.03.22 20:11:43.856757 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12036 2025.03.22 20:11:43.857046 [ 5 ] {4eea2b80-370c-430e-8825-1938a4215d81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12037 2025.03.22 20:11:43.857151 [ 5 ] {4eea2b80-370c-430e-8825-1938a4215d81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12038 2025.03.22 20:11:43.857721 [ 5 ] {4eea2b80-370c-430e-8825-1938a4215d81} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12039 2025.03.22 20:11:43.857761 [ 5 ] {4eea2b80-370c-430e-8825-1938a4215d81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
12040 2025.03.22 20:11:43.858117 [ 5 ] {4eea2b80-370c-430e-8825-1938a4215d81} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary)
12041 2025.03.22 20:11:43.858367 [ 5 ] {4eea2b80-370c-430e-8825-1938a4215d81} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12042 2025.03.22 20:11:43.858568 [ 5 ] {4eea2b80-370c-430e-8825-1938a4215d81} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.001627 sec., 47326.36754763368 rows/sec., 3.70 MiB/sec.
12043 2025.03.22 20:11:43.858624 [ 5 ] {4eea2b80-370c-430e-8825-1938a4215d81} <Debug> TCPHandler: Processed in 0.001982562 sec.
12044 2025.03.22 20:11:43.858755 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12045 2025.03.22 20:11:43.858897 [ 5 ] {4bcd79d2-ccad-4d4a-a5b8-86559ecf813e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12046 2025.03.22 20:11:43.858956 [ 5 ] {4bcd79d2-ccad-4d4a-a5b8-86559ecf813e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12047 2025.03.22 20:11:43.859580 [ 5 ] {4bcd79d2-ccad-4d4a-a5b8-86559ecf813e} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12048 2025.03.22 20:11:43.859624 [ 5 ] {4bcd79d2-ccad-4d4a-a5b8-86559ecf813e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
12049 2025.03.22 20:11:43.860017 [ 5 ] {4bcd79d2-ccad-4d4a-a5b8-86559ecf813e} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary)
12050 2025.03.22 20:11:43.860255 [ 5 ] {4bcd79d2-ccad-4d4a-a5b8-86559ecf813e} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12051 2025.03.22 20:11:43.860443 [ 27 ] {} <Debug> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Selected 6 parts from all_1_114_23 to all_119_119_0
12052 2025.03.22 20:11:43.860502 [ 5 ] {4bcd79d2-ccad-4d4a-a5b8-86559ecf813e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001628 sec., 98280.09828009827 rows/sec., 6.85 MiB/sec.
12053 2025.03.22 20:11:43.860528 [ 27 ] {} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12054 2025.03.22 20:11:43.860592 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
12055 2025.03.22 20:11:43.860615 [ 5 ] {4bcd79d2-ccad-4d4a-a5b8-86559ecf813e} <Debug> TCPHandler: Processed in 0.001923281 sec.
12056 2025.03.22 20:11:43.860829 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12057 2025.03.22 20:11:43.860838 [ 188 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_119_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_114_23 to all_119_119_0 into Compact with storage Full
12058 2025.03.22 20:11:43.861021 [ 5 ] {f42143fb-91ef-432e-81a2-ec5ee09ebecd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
12059 2025.03.22 20:11:43.861220 [ 188 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_119_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12060 2025.03.22 20:11:43.861239 [ 5 ] {f42143fb-91ef-432e-81a2-ec5ee09ebecd} <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
12061 2025.03.22 20:11:43.861319 [ 188 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_114_23, total 31621 rows starting from the beginning of the part
12062 2025.03.22 20:11:43.861728 [ 188 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 32 rows starting from the beginning of the part
12063 2025.03.22 20:11:43.862156 [ 188 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 160 rows starting from the beginning of the part
12064 2025.03.22 20:11:43.862506 [ 188 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 160 rows starting from the beginning of the part
12065 2025.03.22 20:11:43.862884 [ 188 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 161 rows starting from the beginning of the part
12066 2025.03.22 20:11:43.863293 [ 188 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 160 rows starting from the beginning of the part
12067 2025.03.22 20:11:43.865849 [ 5 ] {f42143fb-91ef-432e-81a2-ec5ee09ebecd} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12068 2025.03.22 20:11:43.865899 [ 5 ] {f42143fb-91ef-432e-81a2-ec5ee09ebecd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
12069 2025.03.22 20:11:43.867574 [ 5 ] {f42143fb-91ef-432e-81a2-ec5ee09ebecd} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
12070 2025.03.22 20:11:43.867977 [ 5 ] {f42143fb-91ef-432e-81a2-ec5ee09ebecd} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12071 2025.03.22 20:11:43.868270 [ 5 ] {f42143fb-91ef-432e-81a2-ec5ee09ebecd} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.007309 sec., 1778.6290874264605 rows/sec., 3.19 MiB/sec.
12072 2025.03.22 20:11:43.868374 [ 5 ] {f42143fb-91ef-432e-81a2-ec5ee09ebecd} <Debug> TCPHandler: Processed in 0.007621092 sec.
12073 2025.03.22 20:11:43.868517 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12074 2025.03.22 20:11:43.868751 [ 5 ] {619180de-afcc-43a7-8fbf-023170fc63a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12075 2025.03.22 20:11:43.868804 [ 5 ] {619180de-afcc-43a7-8fbf-023170fc63a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12076 2025.03.22 20:11:43.869388 [ 5 ] {619180de-afcc-43a7-8fbf-023170fc63a8} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12077 2025.03.22 20:11:43.869440 [ 5 ] {619180de-afcc-43a7-8fbf-023170fc63a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
12078 2025.03.22 20:11:43.869852 [ 5 ] {619180de-afcc-43a7-8fbf-023170fc63a8} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary)
12079 2025.03.22 20:11:43.870285 [ 5 ] {619180de-afcc-43a7-8fbf-023170fc63a8} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12080 2025.03.22 20:11:43.870590 [ 5 ] {619180de-afcc-43a7-8fbf-023170fc63a8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001933 sec., 31039.834454216245 rows/sec., 2.09 MiB/sec.
12081 2025.03.22 20:11:43.870671 [ 5 ] {619180de-afcc-43a7-8fbf-023170fc63a8} <Debug> TCPHandler: Processed in 0.002206577 sec.
12082 2025.03.22 20:11:43.872336 [ 186 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_119_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32294 rows, containing 5 columns (5 merged, 0 gathered) in 0.011627067 sec., 2777484.63993542 rows/sec., 190.38 MiB/sec.
12083 2025.03.22 20:11:43.872799 [ 188 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_119_24} <Trace> MergedBlockOutputStream: filled checksums all_1_119_24 (state Temporary)
12084 2025.03.22 20:11:43.873103 [ 188 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_119_24} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_merge_all_1_119_24 to all_1_119_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12085 2025.03.22 20:11:43.873190 [ 188 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_119_24} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Merged 6 parts: [all_1_114_23, all_119_119_0] -> all_1_119_24
12086 2025.03.22 20:11:43.873284 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB.
12087 2025.03.22 20:11:47.666102 [ 220 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
12088 2025.03.22 20:11:47.666173 [ 220 ] {} <Debug> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
12089 2025.03.22 20:11:47.667990 [ 220 ] {} <Debug> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
12090 2025.03.22 20:11:47.797812 [ 25 ] {} <Debug> DNSResolver: Updating DNS cache
12091 2025.03.22 20:11:47.797895 [ 25 ] {} <Debug> DNSResolver: Updated DNS cache
12092 2025.03.22 20:11:48.054369 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 32147
12093 2025.03.22 20:11:48.055023 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12094 2025.03.22 20:11:48.055070 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
12095 2025.03.22 20:11:48.055596 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
12096 2025.03.22 20:11:48.055863 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12097 2025.03.22 20:11:48.056112 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32147
12098 2025.03.22 20:11:48.417982 [ 220 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
12099 2025.03.22 20:11:48.418061 [ 220 ] {} <Debug> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
12100 2025.03.22 20:11:48.420367 [ 220 ] {} <Debug> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
12101 2025.03.22 20:11:48.852238 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12102 2025.03.22 20:11:48.852444 [ 5 ] {7d9779f9-62eb-4588-89ef-37ea5a631d58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12103 2025.03.22 20:11:48.852522 [ 5 ] {7d9779f9-62eb-4588-89ef-37ea5a631d58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12104 2025.03.22 20:11:48.853317 [ 5 ] {7d9779f9-62eb-4588-89ef-37ea5a631d58} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12105 2025.03.22 20:11:48.853356 [ 5 ] {7d9779f9-62eb-4588-89ef-37ea5a631d58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
12106 2025.03.22 20:11:48.853782 [ 5 ] {7d9779f9-62eb-4588-89ef-37ea5a631d58} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary)
12107 2025.03.22 20:11:48.854024 [ 5 ] {7d9779f9-62eb-4588-89ef-37ea5a631d58} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12108 2025.03.22 20:11:48.854220 [ 5 ] {7d9779f9-62eb-4588-89ef-37ea5a631d58} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.001834 sec., 58887.677208287896 rows/sec., 4.92 MiB/sec.
12109 2025.03.22 20:11:48.854279 [ 5 ] {7d9779f9-62eb-4588-89ef-37ea5a631d58} <Debug> TCPHandler: Processed in 0.002173916 sec.
12110 2025.03.22 20:11:48.854401 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12111 2025.03.22 20:11:48.854507 [ 5 ] {dd1288ad-32bf-4d32-ad7f-852712e41cdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12112 2025.03.22 20:11:48.854552 [ 5 ] {dd1288ad-32bf-4d32-ad7f-852712e41cdc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12113 2025.03.22 20:11:48.855071 [ 5 ] {dd1288ad-32bf-4d32-ad7f-852712e41cdc} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12114 2025.03.22 20:11:48.855108 [ 5 ] {dd1288ad-32bf-4d32-ad7f-852712e41cdc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
12115 2025.03.22 20:11:48.855451 [ 5 ] {dd1288ad-32bf-4d32-ad7f-852712e41cdc} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
12116 2025.03.22 20:11:48.855680 [ 5 ] {dd1288ad-32bf-4d32-ad7f-852712e41cdc} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12117 2025.03.22 20:11:48.855847 [ 5 ] {dd1288ad-32bf-4d32-ad7f-852712e41cdc} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001363 sec., 19075.568598679383 rows/sec., 1.40 MiB/sec.
12118 2025.03.22 20:11:48.855897 [ 5 ] {dd1288ad-32bf-4d32-ad7f-852712e41cdc} <Debug> TCPHandler: Processed in 0.001546673 sec.
12119 2025.03.22 20:11:48.856029 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12120 2025.03.22 20:11:48.856164 [ 5 ] {64db6ae5-768b-4fb9-a95d-ff5b5120a930} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12121 2025.03.22 20:11:48.856218 [ 5 ] {64db6ae5-768b-4fb9-a95d-ff5b5120a930} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12122 2025.03.22 20:11:48.856859 [ 5 ] {64db6ae5-768b-4fb9-a95d-ff5b5120a930} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12123 2025.03.22 20:11:48.856896 [ 5 ] {64db6ae5-768b-4fb9-a95d-ff5b5120a930} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
12124 2025.03.22 20:11:48.857260 [ 5 ] {64db6ae5-768b-4fb9-a95d-ff5b5120a930} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary)
12125 2025.03.22 20:11:48.857497 [ 5 ] {64db6ae5-768b-4fb9-a95d-ff5b5120a930} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12126 2025.03.22 20:11:48.857669 [ 5 ] {64db6ae5-768b-4fb9-a95d-ff5b5120a930} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.001535 sec., 58631.92182410424 rows/sec., 4.58 MiB/sec.
12127 2025.03.22 20:11:48.857719 [ 5 ] {64db6ae5-768b-4fb9-a95d-ff5b5120a930} <Debug> TCPHandler: Processed in 0.001753247 sec.
12128 2025.03.22 20:11:48.857832 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12129 2025.03.22 20:11:48.857937 [ 5 ] {a91fd0c5-9c5a-48cc-8966-45ddb6df307f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12130 2025.03.22 20:11:48.857983 [ 5 ] {a91fd0c5-9c5a-48cc-8966-45ddb6df307f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12131 2025.03.22 20:11:48.858484 [ 5 ] {a91fd0c5-9c5a-48cc-8966-45ddb6df307f} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12132 2025.03.22 20:11:48.858520 [ 5 ] {a91fd0c5-9c5a-48cc-8966-45ddb6df307f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
12133 2025.03.22 20:11:48.858897 [ 5 ] {a91fd0c5-9c5a-48cc-8966-45ddb6df307f} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary)
12134 2025.03.22 20:11:48.859127 [ 5 ] {a91fd0c5-9c5a-48cc-8966-45ddb6df307f} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12135 2025.03.22 20:11:48.859300 [ 5 ] {a91fd0c5-9c5a-48cc-8966-45ddb6df307f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001386 sec., 115440.11544011543 rows/sec., 8.04 MiB/sec.
12136 2025.03.22 20:11:48.859347 [ 5 ] {a91fd0c5-9c5a-48cc-8966-45ddb6df307f} <Debug> TCPHandler: Processed in 0.001565733 sec.
12137 2025.03.22 20:11:48.859470 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12138 2025.03.22 20:11:48.859572 [ 5 ] {6287306f-e579-46fd-b0f4-d8373f52bf05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
12139 2025.03.22 20:11:48.859634 [ 5 ] {6287306f-e579-46fd-b0f4-d8373f52bf05} <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
12140 2025.03.22 20:11:48.860690 [ 5 ] {6287306f-e579-46fd-b0f4-d8373f52bf05} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12141 2025.03.22 20:11:48.860726 [ 5 ] {6287306f-e579-46fd-b0f4-d8373f52bf05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
12142 2025.03.22 20:11:48.861368 [ 5 ] {6287306f-e579-46fd-b0f4-d8373f52bf05} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
12143 2025.03.22 20:11:48.861615 [ 5 ] {6287306f-e579-46fd-b0f4-d8373f52bf05} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12144 2025.03.22 20:11:48.861807 [ 5 ] {6287306f-e579-46fd-b0f4-d8373f52bf05} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002256 sec., 11524.82269503546 rows/sec., 20.65 MiB/sec.
12145 2025.03.22 20:11:48.861902 [ 5 ] {6287306f-e579-46fd-b0f4-d8373f52bf05} <Debug> TCPHandler: Processed in 0.002482443 sec.
12146 2025.03.22 20:11:48.862037 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12147 2025.03.22 20:11:48.862140 [ 5 ] {748db01d-2c00-472d-afe9-6fb08f309f54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12148 2025.03.22 20:11:48.862185 [ 5 ] {748db01d-2c00-472d-afe9-6fb08f309f54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12149 2025.03.22 20:11:48.862615 [ 5 ] {748db01d-2c00-472d-afe9-6fb08f309f54} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12150 2025.03.22 20:11:48.862651 [ 5 ] {748db01d-2c00-472d-afe9-6fb08f309f54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
12151 2025.03.22 20:11:48.863010 [ 5 ] {748db01d-2c00-472d-afe9-6fb08f309f54} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary)
12152 2025.03.22 20:11:48.863242 [ 5 ] {748db01d-2c00-472d-afe9-6fb08f309f54} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12153 2025.03.22 20:11:48.863416 [ 5 ] {748db01d-2c00-472d-afe9-6fb08f309f54} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001297 sec., 46260.601387818046 rows/sec., 3.12 MiB/sec.
12154 2025.03.22 20:11:48.863462 [ 5 ] {748db01d-2c00-472d-afe9-6fb08f309f54} <Debug> TCPHandler: Processed in 0.001474651 sec.
12155 2025.03.22 20:11:50.412146 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 528
12156 2025.03.22 20:11:50.433335 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12157 2025.03.22 20:11:50.433408 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
12158 2025.03.22 20:11:50.440548 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
12159 2025.03.22 20:11:50.441340 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12160 2025.03.22 20:11:50.444297 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 528
12161 2025.03.22 20:11:52.847665 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12162 2025.03.22 20:11:52.847866 [ 5 ] {14e4167c-74e0-40fb-bc03-2e239b0a2cd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
12163 2025.03.22 20:11:52.847939 [ 5 ] {14e4167c-74e0-40fb-bc03-2e239b0a2cd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
12164 2025.03.22 20:11:52.848707 [ 5 ] {14e4167c-74e0-40fb-bc03-2e239b0a2cd8} <Trace> oximeter.fields_i16 (264093f9-a655-4468-9a79-5d699a3bbf39): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12165 2025.03.22 20:11:52.848761 [ 5 ] {14e4167c-74e0-40fb-bc03-2e239b0a2cd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
12166 2025.03.22 20:11:52.849210 [ 5 ] {14e4167c-74e0-40fb-bc03-2e239b0a2cd8} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
12167 2025.03.22 20:11:52.849464 [ 5 ] {14e4167c-74e0-40fb-bc03-2e239b0a2cd8} <Trace> oximeter.fields_i16 (264093f9-a655-4468-9a79-5d699a3bbf39): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12168 2025.03.22 20:11:52.849704 [ 76 ] {} <Debug> oximeter.fields_i16 (264093f9-a655-4468-9a79-5d699a3bbf39) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0
12169 2025.03.22 20:11:52.849714 [ 5 ] {14e4167c-74e0-40fb-bc03-2e239b0a2cd8} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001885 sec., 12732.095490716181 rows/sec., 1.06 MiB/sec.
12170 2025.03.22 20:11:52.849829 [ 76 ] {} <Trace> oximeter.fields_i16 (264093f9-a655-4468-9a79-5d699a3bbf39): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12171 2025.03.22 20:11:52.849906 [ 5 ] {14e4167c-74e0-40fb-bc03-2e239b0a2cd8} <Debug> TCPHandler: Processed in 0.00236697 sec.
12172 2025.03.22 20:11:52.849916 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
12173 2025.03.22 20:11:52.850129 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12174 2025.03.22 20:11:52.850216 [ 192 ] {264093f9-a655-4468-9a79-5d699a3bbf39::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
12175 2025.03.22 20:11:52.850310 [ 5 ] {7cea0a72-2abb-4f25-98cc-5fed1796477d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12176 2025.03.22 20:11:52.850429 [ 5 ] {7cea0a72-2abb-4f25-98cc-5fed1796477d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12177 2025.03.22 20:11:52.850760 [ 192 ] {264093f9-a655-4468-9a79-5d699a3bbf39::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12178 2025.03.22 20:11:52.850884 [ 192 ] {264093f9-a655-4468-9a79-5d699a3bbf39::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 24 rows starting from the beginning of the part
12179 2025.03.22 20:11:52.851287 [ 192 ] {264093f9-a655-4468-9a79-5d699a3bbf39::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 24 rows starting from the beginning of the part
12180 2025.03.22 20:11:52.851613 [ 192 ] {264093f9-a655-4468-9a79-5d699a3bbf39::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 24 rows starting from the beginning of the part
12181 2025.03.22 20:11:52.852030 [ 192 ] {264093f9-a655-4468-9a79-5d699a3bbf39::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 24 rows starting from the beginning of the part
12182 2025.03.22 20:11:52.852185 [ 192 ] {264093f9-a655-4468-9a79-5d699a3bbf39::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 24 rows starting from the beginning of the part
12183 2025.03.22 20:11:52.853686 [ 5 ] {7cea0a72-2abb-4f25-98cc-5fed1796477d} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12184 2025.03.22 20:11:52.853774 [ 5 ] {7cea0a72-2abb-4f25-98cc-5fed1796477d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
12185 2025.03.22 20:11:52.854440 [ 188 ] {264093f9-a655-4468-9a79-5d699a3bbf39::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 5 columns (5 merged, 0 gathered) in 0.004371402 sec., 27451.147252071532 rows/sec., 2.38 MiB/sec.
12186 2025.03.22 20:11:52.854686 [ 188 ] {264093f9-a655-4468-9a79-5d699a3bbf39::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary)
12187 2025.03.22 20:11:52.854854 [ 5 ] {7cea0a72-2abb-4f25-98cc-5fed1796477d} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary)
12188 2025.03.22 20:11:52.855220 [ 186 ] {264093f9-a655-4468-9a79-5d699a3bbf39::all_1_17_4} <Trace> oximeter.fields_i16 (264093f9-a655-4468-9a79-5d699a3bbf39): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12189 2025.03.22 20:11:52.855322 [ 5 ] {7cea0a72-2abb-4f25-98cc-5fed1796477d} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12190 2025.03.22 20:11:52.855513 [ 186 ] {264093f9-a655-4468-9a79-5d699a3bbf39::all_1_17_4} <Trace> oximeter.fields_i16 (264093f9-a655-4468-9a79-5d699a3bbf39) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4
12191 2025.03.22 20:11:52.855648 [ 76 ] {} <Debug> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0
12192 2025.03.22 20:11:52.855759 [ 76 ] {} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12193 2025.03.22 20:11:52.855822 [ 5 ] {7cea0a72-2abb-4f25-98cc-5fed1796477d} <Debug> executeQuery: Read 1342 rows, 114.49 KiB in 0.005537 sec., 242369.51417735234 rows/sec., 20.19 MiB/sec.
12194 2025.03.22 20:11:52.855843 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
12195 2025.03.22 20:11:52.855835 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
12196 2025.03.22 20:11:52.856035 [ 5 ] {7cea0a72-2abb-4f25-98cc-5fed1796477d} <Debug> TCPHandler: Processed in 0.006001597 sec.
12197 2025.03.22 20:11:52.856259 [ 186 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full
12198 2025.03.22 20:11:52.856319 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12199 2025.03.22 20:11:52.856650 [ 5 ] {dcc17546-0ff9-46e9-ac75-caba6230ca90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12200 2025.03.22 20:11:52.856759 [ 186 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12201 2025.03.22 20:11:52.856809 [ 5 ] {dcc17546-0ff9-46e9-ac75-caba6230ca90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12202 2025.03.22 20:11:52.857058 [ 186 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 1403 rows starting from the beginning of the part
12203 2025.03.22 20:11:52.858150 [ 186 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 82 rows starting from the beginning of the part
12204 2025.03.22 20:11:52.859052 [ 186 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 109 rows starting from the beginning of the part
12205 2025.03.22 20:11:52.859335 [ 186 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 82 rows starting from the beginning of the part
12206 2025.03.22 20:11:52.859700 [ 186 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 108 rows starting from the beginning of the part
12207 2025.03.22 20:11:52.860039 [ 186 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 1342 rows starting from the beginning of the part
12208 2025.03.22 20:11:52.860690 [ 5 ] {dcc17546-0ff9-46e9-ac75-caba6230ca90} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12209 2025.03.22 20:11:52.860745 [ 5 ] {dcc17546-0ff9-46e9-ac75-caba6230ca90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
12210 2025.03.22 20:11:52.861523 [ 5 ] {dcc17546-0ff9-46e9-ac75-caba6230ca90} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
12211 2025.03.22 20:11:52.862128 [ 5 ] {dcc17546-0ff9-46e9-ac75-caba6230ca90} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12212 2025.03.22 20:11:52.862614 [ 5 ] {dcc17546-0ff9-46e9-ac75-caba6230ca90} <Debug> executeQuery: Read 25 rows, 1.94 KiB in 0.006103 sec., 4096.346059315091 rows/sec., 317.63 KiB/sec.
12213 2025.03.22 20:11:52.862783 [ 5 ] {dcc17546-0ff9-46e9-ac75-caba6230ca90} <Debug> TCPHandler: Processed in 0.006541799 sec.
12214 2025.03.22 20:11:52.862935 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12215 2025.03.22 20:11:52.863059 [ 5 ] {05a92247-85e6-40a0-a071-059fb5184da9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
12216 2025.03.22 20:11:52.863132 [ 5 ] {05a92247-85e6-40a0-a071-059fb5184da9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
12217 2025.03.22 20:11:52.863817 [ 186 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3126 rows, containing 5 columns (5 merged, 0 gathered) in 0.007793816 sec., 401087.22094542644 rows/sec., 34.98 MiB/sec.
12218 2025.03.22 20:11:52.864103 [ 186 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary)
12219 2025.03.22 20:11:52.864685 [ 186 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_121_24} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12220 2025.03.22 20:11:52.864765 [ 5 ] {05a92247-85e6-40a0-a071-059fb5184da9} <Trace> oximeter.fields_u32 (ad7a5232-f0e1-40d6-acb0-24ed1d64c039): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12221 2025.03.22 20:11:52.864824 [ 186 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_121_24} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24
12222 2025.03.22 20:11:52.864832 [ 5 ] {05a92247-85e6-40a0-a071-059fb5184da9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
12223 2025.03.22 20:11:52.864978 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB.
12224 2025.03.22 20:11:52.865333 [ 5 ] {05a92247-85e6-40a0-a071-059fb5184da9} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
12225 2025.03.22 20:11:52.865573 [ 5 ] {05a92247-85e6-40a0-a071-059fb5184da9} <Trace> oximeter.fields_u32 (ad7a5232-f0e1-40d6-acb0-24ed1d64c039): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12226 2025.03.22 20:11:52.865737 [ 76 ] {} <Debug> oximeter.fields_u32 (ad7a5232-f0e1-40d6-acb0-24ed1d64c039) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0
12227 2025.03.22 20:11:52.865799 [ 76 ] {} <Trace> oximeter.fields_u32 (ad7a5232-f0e1-40d6-acb0-24ed1d64c039): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12228 2025.03.22 20:11:52.865844 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
12229 2025.03.22 20:11:52.865851 [ 5 ] {05a92247-85e6-40a0-a071-059fb5184da9} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.002813 sec., 89584.07394241024 rows/sec., 6.20 MiB/sec.
12230 2025.03.22 20:11:52.866183 [ 5 ] {05a92247-85e6-40a0-a071-059fb5184da9} <Debug> TCPHandler: Processed in 0.00329905 sec.
12231 2025.03.22 20:11:52.866192 [ 188 ] {ad7a5232-f0e1-40d6-acb0-24ed1d64c039::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
12232 2025.03.22 20:11:52.866507 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12233 2025.03.22 20:11:52.866716 [ 188 ] {ad7a5232-f0e1-40d6-acb0-24ed1d64c039::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12234 2025.03.22 20:11:52.866852 [ 188 ] {ad7a5232-f0e1-40d6-acb0-24ed1d64c039::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 252 rows starting from the beginning of the part
12235 2025.03.22 20:11:52.866897 [ 5 ] {b6f5ab78-e111-4541-bc30-20ef7aad37fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
12236 2025.03.22 20:11:52.867090 [ 5 ] {b6f5ab78-e111-4541-bc30-20ef7aad37fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
12237 2025.03.22 20:11:52.867349 [ 188 ] {ad7a5232-f0e1-40d6-acb0-24ed1d64c039::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 252 rows starting from the beginning of the part
12238 2025.03.22 20:11:52.867680 [ 188 ] {ad7a5232-f0e1-40d6-acb0-24ed1d64c039::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 252 rows starting from the beginning of the part
12239 2025.03.22 20:11:52.868018 [ 188 ] {ad7a5232-f0e1-40d6-acb0-24ed1d64c039::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 252 rows starting from the beginning of the part
12240 2025.03.22 20:11:52.868404 [ 188 ] {ad7a5232-f0e1-40d6-acb0-24ed1d64c039::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 252 rows starting from the beginning of the part
12241 2025.03.22 20:11:52.869955 [ 5 ] {b6f5ab78-e111-4541-bc30-20ef7aad37fb} <Trace> oximeter.fields_u8 (faaaa09d-c3bc-4a8d-ab11-77969ca3dca4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12242 2025.03.22 20:11:52.870027 [ 5 ] {b6f5ab78-e111-4541-bc30-20ef7aad37fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
12243 2025.03.22 20:11:52.870880 [ 5 ] {b6f5ab78-e111-4541-bc30-20ef7aad37fb} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
12244 2025.03.22 20:11:52.871327 [ 197 ] {ad7a5232-f0e1-40d6-acb0-24ed1d64c039::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1260 rows, containing 5 columns (5 merged, 0 gathered) in 0.005401785 sec., 233256.22919090634 rows/sec., 17.02 MiB/sec.
12245 2025.03.22 20:11:52.871363 [ 5 ] {b6f5ab78-e111-4541-bc30-20ef7aad37fb} <Trace> oximeter.fields_u8 (faaaa09d-c3bc-4a8d-ab11-77969ca3dca4): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12246 2025.03.22 20:11:52.871564 [ 201 ] {ad7a5232-f0e1-40d6-acb0-24ed1d64c039::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary)
12247 2025.03.22 20:11:52.871572 [ 76 ] {} <Debug> oximeter.fields_u8 (faaaa09d-c3bc-4a8d-ab11-77969ca3dca4) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0
12248 2025.03.22 20:11:52.871672 [ 76 ] {} <Trace> oximeter.fields_u8 (faaaa09d-c3bc-4a8d-ab11-77969ca3dca4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12249 2025.03.22 20:11:52.871742 [ 5 ] {b6f5ab78-e111-4541-bc30-20ef7aad37fb} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.004974 sec., 2412.5452352231605 rows/sec., 188.48 KiB/sec.
12250 2025.03.22 20:11:52.871755 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
12251 2025.03.22 20:11:52.872070 [ 5 ] {b6f5ab78-e111-4541-bc30-20ef7aad37fb} <Debug> TCPHandler: Processed in 0.005684491 sec.
12252 2025.03.22 20:11:52.872357 [ 199 ] {faaaa09d-c3bc-4a8d-ab11-77969ca3dca4::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
12253 2025.03.22 20:11:52.872413 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12254 2025.03.22 20:11:52.872509 [ 201 ] {ad7a5232-f0e1-40d6-acb0-24ed1d64c039::all_1_17_4} <Trace> oximeter.fields_u32 (ad7a5232-f0e1-40d6-acb0-24ed1d64c039): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12255 2025.03.22 20:11:52.872827 [ 5 ] {04ac26b5-c4be-4d51-b14f-86e1e443eece} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12256 2025.03.22 20:11:52.872942 [ 201 ] {ad7a5232-f0e1-40d6-acb0-24ed1d64c039::all_1_17_4} <Trace> oximeter.fields_u32 (ad7a5232-f0e1-40d6-acb0-24ed1d64c039) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4
12257 2025.03.22 20:11:52.872976 [ 5 ] {04ac26b5-c4be-4d51-b14f-86e1e443eece} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12258 2025.03.22 20:11:52.873129 [ 199 ] {faaaa09d-c3bc-4a8d-ab11-77969ca3dca4::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12259 2025.03.22 20:11:52.873188 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB.
12260 2025.03.22 20:11:52.873323 [ 199 ] {faaaa09d-c3bc-4a8d-ab11-77969ca3dca4::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 12 rows starting from the beginning of the part
12261 2025.03.22 20:11:52.873811 [ 199 ] {faaaa09d-c3bc-4a8d-ab11-77969ca3dca4::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 12 rows starting from the beginning of the part
12262 2025.03.22 20:11:52.874253 [ 199 ] {faaaa09d-c3bc-4a8d-ab11-77969ca3dca4::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 12 rows starting from the beginning of the part
12263 2025.03.22 20:11:52.874737 [ 199 ] {faaaa09d-c3bc-4a8d-ab11-77969ca3dca4::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 12 rows starting from the beginning of the part
12264 2025.03.22 20:11:52.875087 [ 199 ] {faaaa09d-c3bc-4a8d-ab11-77969ca3dca4::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 12 rows starting from the beginning of the part
12265 2025.03.22 20:11:52.876465 [ 5 ] {04ac26b5-c4be-4d51-b14f-86e1e443eece} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12266 2025.03.22 20:11:52.876539 [ 5 ] {04ac26b5-c4be-4d51-b14f-86e1e443eece} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
12267 2025.03.22 20:11:52.877310 [ 199 ] {faaaa09d-c3bc-4a8d-ab11-77969ca3dca4::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.005343093 sec., 11229.450806864113 rows/sec., 921.17 KiB/sec.
12268 2025.03.22 20:11:52.877498 [ 5 ] {04ac26b5-c4be-4d51-b14f-86e1e443eece} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary)
12269 2025.03.22 20:11:52.877509 [ 199 ] {faaaa09d-c3bc-4a8d-ab11-77969ca3dca4::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary)
12270 2025.03.22 20:11:52.877961 [ 5 ] {04ac26b5-c4be-4d51-b14f-86e1e443eece} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12271 2025.03.22 20:11:52.878001 [ 197 ] {faaaa09d-c3bc-4a8d-ab11-77969ca3dca4::all_1_17_4} <Trace> oximeter.fields_u8 (faaaa09d-c3bc-4a8d-ab11-77969ca3dca4): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12272 2025.03.22 20:11:52.878165 [ 197 ] {faaaa09d-c3bc-4a8d-ab11-77969ca3dca4::all_1_17_4} <Trace> oximeter.fields_u8 (faaaa09d-c3bc-4a8d-ab11-77969ca3dca4) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4
12273 2025.03.22 20:11:52.878237 [ 76 ] {} <Debug> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0
12274 2025.03.22 20:11:52.878364 [ 76 ] {} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12275 2025.03.22 20:11:52.878399 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
12276 2025.03.22 20:11:52.878418 [ 5 ] {04ac26b5-c4be-4d51-b14f-86e1e443eece} <Debug> executeQuery: Read 569 rows, 43.70 KiB in 0.005727 sec., 99353.93748908678 rows/sec., 7.45 MiB/sec.
12277 2025.03.22 20:11:52.878430 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
12278 2025.03.22 20:11:52.878660 [ 5 ] {04ac26b5-c4be-4d51-b14f-86e1e443eece} <Debug> TCPHandler: Processed in 0.006352935 sec.
12279 2025.03.22 20:11:52.878730 [ 199 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full
12280 2025.03.22 20:11:52.878866 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12281 2025.03.22 20:11:52.878923 [ 199 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12282 2025.03.22 20:11:52.878968 [ 199 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 631 rows starting from the beginning of the part
12283 2025.03.22 20:11:52.879088 [ 5 ] {96e05416-492a-4042-b2db-487a60b18aef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12284 2025.03.22 20:11:52.879266 [ 199 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 77 rows starting from the beginning of the part
12285 2025.03.22 20:11:52.879283 [ 5 ] {96e05416-492a-4042-b2db-487a60b18aef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12286 2025.03.22 20:11:52.879612 [ 199 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 92 rows starting from the beginning of the part
12287 2025.03.22 20:11:52.879995 [ 199 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 77 rows starting from the beginning of the part
12288 2025.03.22 20:11:52.880320 [ 199 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 90 rows starting from the beginning of the part
12289 2025.03.22 20:11:52.880717 [ 199 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 569 rows starting from the beginning of the part
12290 2025.03.22 20:11:52.882560 [ 5 ] {96e05416-492a-4042-b2db-487a60b18aef} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12291 2025.03.22 20:11:52.882635 [ 5 ] {96e05416-492a-4042-b2db-487a60b18aef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
12292 2025.03.22 20:11:52.883319 [ 199 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1536 rows, containing 5 columns (5 merged, 0 gathered) in 0.004740881 sec., 323990.4144398478 rows/sec., 25.80 MiB/sec.
12293 2025.03.22 20:11:52.883474 [ 5 ] {96e05416-492a-4042-b2db-487a60b18aef} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary)
12294 2025.03.22 20:11:52.883492 [ 199 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary)
12295 2025.03.22 20:11:52.883955 [ 5 ] {96e05416-492a-4042-b2db-487a60b18aef} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12296 2025.03.22 20:11:52.883959 [ 199 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_121_24} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12297 2025.03.22 20:11:52.884174 [ 199 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_121_24} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24
12298 2025.03.22 20:11:52.884445 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
12299 2025.03.22 20:11:52.884497 [ 5 ] {96e05416-492a-4042-b2db-487a60b18aef} <Debug> executeQuery: Read 1010 rows, 69.95 KiB in 0.00547 sec., 184643.5100548446 rows/sec., 12.49 MiB/sec.
12300 2025.03.22 20:11:52.884641 [ 5 ] {96e05416-492a-4042-b2db-487a60b18aef} <Debug> TCPHandler: Processed in 0.005863875 sec.
12301 2025.03.22 20:11:52.884852 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12302 2025.03.22 20:11:52.885152 [ 5 ] {9ef24281-85c7-4e40-91c3-763e16af1200} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
12303 2025.03.22 20:11:52.885444 [ 5 ] {9ef24281-85c7-4e40-91c3-763e16af1200} <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
12304 2025.03.22 20:11:52.886774 [ 5 ] {9ef24281-85c7-4e40-91c3-763e16af1200} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12305 2025.03.22 20:11:52.886814 [ 5 ] {9ef24281-85c7-4e40-91c3-763e16af1200} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
12306 2025.03.22 20:11:52.887450 [ 5 ] {9ef24281-85c7-4e40-91c3-763e16af1200} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
12307 2025.03.22 20:11:52.887706 [ 5 ] {9ef24281-85c7-4e40-91c3-763e16af1200} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12308 2025.03.22 20:11:52.887953 [ 5 ] {9ef24281-85c7-4e40-91c3-763e16af1200} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002918 sec., 4455.106237148732 rows/sec., 7.98 MiB/sec.
12309 2025.03.22 20:11:52.888042 [ 5 ] {9ef24281-85c7-4e40-91c3-763e16af1200} <Debug> TCPHandler: Processed in 0.00331022 sec.
12310 2025.03.22 20:11:52.888187 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12311 2025.03.22 20:11:52.888290 [ 5 ] {1ef06e95-9aba-4201-82e3-835f65fe6028} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12312 2025.03.22 20:11:52.888335 [ 5 ] {1ef06e95-9aba-4201-82e3-835f65fe6028} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12313 2025.03.22 20:11:52.888764 [ 5 ] {1ef06e95-9aba-4201-82e3-835f65fe6028} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12314 2025.03.22 20:11:52.888803 [ 5 ] {1ef06e95-9aba-4201-82e3-835f65fe6028} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
12315 2025.03.22 20:11:52.889152 [ 5 ] {1ef06e95-9aba-4201-82e3-835f65fe6028} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary)
12316 2025.03.22 20:11:52.889395 [ 5 ] {1ef06e95-9aba-4201-82e3-835f65fe6028} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12317 2025.03.22 20:11:52.889571 [ 44 ] {} <Debug> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0
12318 2025.03.22 20:11:52.889592 [ 5 ] {1ef06e95-9aba-4201-82e3-835f65fe6028} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001324 sec., 36253.776435045314 rows/sec., 2.44 MiB/sec.
12319 2025.03.22 20:11:52.889637 [ 44 ] {} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12320 2025.03.22 20:11:52.889713 [ 5 ] {1ef06e95-9aba-4201-82e3-835f65fe6028} <Debug> TCPHandler: Processed in 0.001578254 sec.
12321 2025.03.22 20:11:52.889714 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
12322 2025.03.22 20:11:52.889892 [ 189 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full
12323 2025.03.22 20:11:52.890018 [ 189 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12324 2025.03.22 20:11:52.890053 [ 189 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 5916 rows starting from the beginning of the part
12325 2025.03.22 20:11:52.890168 [ 189 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 60 rows starting from the beginning of the part
12326 2025.03.22 20:11:52.890281 [ 189 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 60 rows starting from the beginning of the part
12327 2025.03.22 20:11:52.890378 [ 189 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 60 rows starting from the beginning of the part
12328 2025.03.22 20:11:52.890548 [ 189 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 60 rows starting from the beginning of the part
12329 2025.03.22 20:11:52.890628 [ 189 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 48 rows starting from the beginning of the part
12330 2025.03.22 20:11:52.892446 [ 197 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6204 rows, containing 4 columns (4 merged, 0 gathered) in 0.002610886 sec., 2376204.8591933926 rows/sec., 160.18 MiB/sec.
12331 2025.03.22 20:11:52.892832 [ 187 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary)
12332 2025.03.22 20:11:52.893154 [ 187 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_121_24} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12333 2025.03.22 20:11:52.893240 [ 187 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_121_24} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24
12334 2025.03.22 20:11:52.893327 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.19 MiB.
12335 2025.03.22 20:11:53.232928 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 1692
12336 2025.03.22 20:11:53.236163 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12337 2025.03.22 20:11:53.236212 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
12338 2025.03.22 20:11:53.237691 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
12339 2025.03.22 20:11:53.238001 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12340 2025.03.22 20:11:53.238588 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1692
12341 2025.03.22 20:11:53.845933 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12342 2025.03.22 20:11:53.846125 [ 5 ] {4dca64d3-70ed-45d6-a23b-05f4e0069ff2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12343 2025.03.22 20:11:53.846195 [ 5 ] {4dca64d3-70ed-45d6-a23b-05f4e0069ff2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12344 2025.03.22 20:11:53.846993 [ 5 ] {4dca64d3-70ed-45d6-a23b-05f4e0069ff2} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12345 2025.03.22 20:11:53.847038 [ 5 ] {4dca64d3-70ed-45d6-a23b-05f4e0069ff2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
12346 2025.03.22 20:11:53.847488 [ 5 ] {4dca64d3-70ed-45d6-a23b-05f4e0069ff2} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary)
12347 2025.03.22 20:11:53.847741 [ 5 ] {4dca64d3-70ed-45d6-a23b-05f4e0069ff2} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12348 2025.03.22 20:11:53.847944 [ 5 ] {4dca64d3-70ed-45d6-a23b-05f4e0069ff2} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001871 sec., 29930.51843933725 rows/sec., 2.29 MiB/sec.
12349 2025.03.22 20:11:53.848009 [ 5 ] {4dca64d3-70ed-45d6-a23b-05f4e0069ff2} <Debug> TCPHandler: Processed in 0.002204547 sec.
12350 2025.03.22 20:11:53.848140 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12351 2025.03.22 20:11:53.848251 [ 5 ] {ce1f5391-41d7-4b7b-9fcc-37e83d403d16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12352 2025.03.22 20:11:53.848298 [ 5 ] {ce1f5391-41d7-4b7b-9fcc-37e83d403d16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12353 2025.03.22 20:11:53.848849 [ 5 ] {ce1f5391-41d7-4b7b-9fcc-37e83d403d16} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12354 2025.03.22 20:11:53.848886 [ 5 ] {ce1f5391-41d7-4b7b-9fcc-37e83d403d16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
12355 2025.03.22 20:11:53.849243 [ 5 ] {ce1f5391-41d7-4b7b-9fcc-37e83d403d16} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary)
12356 2025.03.22 20:11:53.849478 [ 5 ] {ce1f5391-41d7-4b7b-9fcc-37e83d403d16} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12357 2025.03.22 20:11:53.849669 [ 5 ] {ce1f5391-41d7-4b7b-9fcc-37e83d403d16} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00144 sec., 44444.444444444445 rows/sec., 3.47 MiB/sec.
12358 2025.03.22 20:11:53.849737 [ 5 ] {ce1f5391-41d7-4b7b-9fcc-37e83d403d16} <Debug> TCPHandler: Processed in 0.001646895 sec.
12359 2025.03.22 20:11:53.849906 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12360 2025.03.22 20:11:53.850230 [ 5 ] {a4a2b972-7ccf-4f2f-b1f6-dfad7fdac594} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12361 2025.03.22 20:11:53.850399 [ 5 ] {a4a2b972-7ccf-4f2f-b1f6-dfad7fdac594} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12362 2025.03.22 20:11:53.851232 [ 5 ] {a4a2b972-7ccf-4f2f-b1f6-dfad7fdac594} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12363 2025.03.22 20:11:53.851271 [ 5 ] {a4a2b972-7ccf-4f2f-b1f6-dfad7fdac594} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
12364 2025.03.22 20:11:53.851657 [ 5 ] {a4a2b972-7ccf-4f2f-b1f6-dfad7fdac594} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary)
12365 2025.03.22 20:11:53.851898 [ 5 ] {a4a2b972-7ccf-4f2f-b1f6-dfad7fdac594} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12366 2025.03.22 20:11:53.852076 [ 5 ] {a4a2b972-7ccf-4f2f-b1f6-dfad7fdac594} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001951 sec., 16401.84520758585 rows/sec., 1.14 MiB/sec.
12367 2025.03.22 20:11:53.852128 [ 5 ] {a4a2b972-7ccf-4f2f-b1f6-dfad7fdac594} <Debug> TCPHandler: Processed in 0.002311189 sec.
12368 2025.03.22 20:11:53.852233 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12369 2025.03.22 20:11:53.852334 [ 5 ] {f8652e24-a086-4e85-9ffa-267fd4b69025} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12370 2025.03.22 20:11:53.852378 [ 5 ] {f8652e24-a086-4e85-9ffa-267fd4b69025} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12371 2025.03.22 20:11:53.852787 [ 5 ] {f8652e24-a086-4e85-9ffa-267fd4b69025} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12372 2025.03.22 20:11:53.852824 [ 5 ] {f8652e24-a086-4e85-9ffa-267fd4b69025} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
12373 2025.03.22 20:11:53.853195 [ 5 ] {f8652e24-a086-4e85-9ffa-267fd4b69025} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary)
12374 2025.03.22 20:11:53.853430 [ 5 ] {f8652e24-a086-4e85-9ffa-267fd4b69025} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12375 2025.03.22 20:11:53.853604 [ 5 ] {f8652e24-a086-4e85-9ffa-267fd4b69025} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001292 sec., 9287.925696594428 rows/sec., 640.96 KiB/sec.
12376 2025.03.22 20:11:53.853652 [ 5 ] {f8652e24-a086-4e85-9ffa-267fd4b69025} <Debug> TCPHandler: Processed in 0.001468961 sec.
12377 2025.03.22 20:11:55.557221 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 32574
12378 2025.03.22 20:11:55.557854 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12379 2025.03.22 20:11:55.557902 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
12380 2025.03.22 20:11:55.558457 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
12381 2025.03.22 20:11:55.558711 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12382 2025.03.22 20:11:55.558987 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32574
12383 2025.03.22 20:11:55.558997 [ 150 ] {} <Debug> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
12384 2025.03.22 20:11:55.559119 [ 150 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12385 2025.03.22 20:11:55.559162 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
12386 2025.03.22 20:11:55.559319 [ 196 ] {6f3f2c82-38dd-415f-af08-560485366d9f::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
12387 2025.03.22 20:11:55.559444 [ 196 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12388 2025.03.22 20:11:55.559482 [ 196 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_66_13, total 30317 rows starting from the beginning of the part
12389 2025.03.22 20:11:55.559564 [ 196 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 427 rows starting from the beginning of the part
12390 2025.03.22 20:11:55.559764 [ 196 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 488 rows starting from the beginning of the part
12391 2025.03.22 20:11:55.560105 [ 196 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 427 rows starting from the beginning of the part
12392 2025.03.22 20:11:55.560235 [ 196 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 488 rows starting from the beginning of the part
12393 2025.03.22 20:11:55.560439 [ 196 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 427 rows starting from the beginning of the part
12394 2025.03.22 20:11:55.563049 [ 197 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32574 rows, containing 4 columns (4 merged, 0 gathered) in 0.003791001 sec., 8592453.549867172 rows/sec., 122.92 MiB/sec.
12395 2025.03.22 20:11:55.563531 [ 193 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
12396 2025.03.22 20:11:55.563914 [ 193 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_71_14} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12397 2025.03.22 20:11:55.564008 [ 193 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_71_14} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
12398 2025.03.22 20:11:55.564127 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.98 MiB.
12399 2025.03.22 20:11:57.944363 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 536
12400 2025.03.22 20:11:57.967320 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12401 2025.03.22 20:11:57.967381 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
12402 2025.03.22 20:11:57.974522 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
12403 2025.03.22 20:11:57.975313 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12404 2025.03.22 20:11:57.975752 [ 132 ] {} <Debug> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
12405 2025.03.22 20:11:57.975946 [ 132 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12406 2025.03.22 20:11:57.976051 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
12407 2025.03.22 20:11:57.976973 [ 197 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::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
12408 2025.03.22 20:11:57.992117 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 536
12409 2025.03.22 20:11:57.993776 [ 197 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12410 2025.03.22 20:11:57.994981 [ 197 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 498 rows starting from the beginning of the part
12411 2025.03.22 20:11:57.999960 [ 197 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 7 rows starting from the beginning of the part
12412 2025.03.22 20:11:58.004155 [ 223 ] {} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
12413 2025.03.22 20:11:58.004207 [ 223 ] {} <Debug> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
12414 2025.03.22 20:11:58.008396 [ 197 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 8 rows starting from the beginning of the part
12415 2025.03.22 20:11:58.008801 [ 223 ] {} <Debug> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
12416 2025.03.22 20:11:58.015234 [ 197 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 8 rows starting from the beginning of the part
12417 2025.03.22 20:11:58.021064 [ 197 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 7 rows starting from the beginning of the part
12418 2025.03.22 20:11:58.026690 [ 197 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 8 rows starting from the beginning of the part
12419 2025.03.22 20:11:58.076280 [ 222 ] {} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
12420 2025.03.22 20:11:58.076344 [ 222 ] {} <Debug> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
12421 2025.03.22 20:11:58.080617 [ 222 ] {} <Debug> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
12422 2025.03.22 20:11:58.093181 [ 194 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 536 rows, containing 679 columns (679 merged, 0 gathered) in 0.116952654 sec., 4583.051189244496 rows/sec., 23.70 MiB/sec.
12423 2025.03.22 20:11:58.096574 [ 191 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
12424 2025.03.22 20:11:58.099652 [ 191 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_71_14} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12425 2025.03.22 20:11:58.099782 [ 191 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_71_14} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
12426 2025.03.22 20:11:58.102183 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.96 MiB.
12427 2025.03.22 20:11:58.623968 [ 221 ] {} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
12428 2025.03.22 20:11:58.624043 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
12429 2025.03.22 20:11:58.626328 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
12430 2025.03.22 20:11:58.853092 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12431 2025.03.22 20:11:58.853275 [ 5 ] {899c8c23-e17c-4d30-b720-93638927ba21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12432 2025.03.22 20:11:58.853347 [ 5 ] {899c8c23-e17c-4d30-b720-93638927ba21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12433 2025.03.22 20:11:58.854123 [ 5 ] {899c8c23-e17c-4d30-b720-93638927ba21} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12434 2025.03.22 20:11:58.854177 [ 5 ] {899c8c23-e17c-4d30-b720-93638927ba21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
12435 2025.03.22 20:11:58.854611 [ 5 ] {899c8c23-e17c-4d30-b720-93638927ba21} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary)
12436 2025.03.22 20:11:58.854876 [ 5 ] {899c8c23-e17c-4d30-b720-93638927ba21} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12437 2025.03.22 20:11:58.855120 [ 5 ] {899c8c23-e17c-4d30-b720-93638927ba21} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.001894 sec., 57022.1752903907 rows/sec., 4.77 MiB/sec.
12438 2025.03.22 20:11:58.855182 [ 5 ] {899c8c23-e17c-4d30-b720-93638927ba21} <Debug> TCPHandler: Processed in 0.002229638 sec.
12439 2025.03.22 20:11:58.855309 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12440 2025.03.22 20:11:58.855419 [ 5 ] {2d8b3915-e199-418c-89fa-e7bd66f89cf8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12441 2025.03.22 20:11:58.855466 [ 5 ] {2d8b3915-e199-418c-89fa-e7bd66f89cf8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12442 2025.03.22 20:11:58.856015 [ 5 ] {2d8b3915-e199-418c-89fa-e7bd66f89cf8} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12443 2025.03.22 20:11:58.856062 [ 5 ] {2d8b3915-e199-418c-89fa-e7bd66f89cf8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
12444 2025.03.22 20:11:58.856438 [ 5 ] {2d8b3915-e199-418c-89fa-e7bd66f89cf8} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
12445 2025.03.22 20:11:58.856690 [ 5 ] {2d8b3915-e199-418c-89fa-e7bd66f89cf8} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12446 2025.03.22 20:11:58.856883 [ 132 ] {} <Debug> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0
12447 2025.03.22 20:11:58.856909 [ 5 ] {2d8b3915-e199-418c-89fa-e7bd66f89cf8} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001512 sec., 17195.767195767196 rows/sec., 1.26 MiB/sec.
12448 2025.03.22 20:11:58.856967 [ 132 ] {} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12449 2025.03.22 20:11:58.857041 [ 5 ] {2d8b3915-e199-418c-89fa-e7bd66f89cf8} <Debug> TCPHandler: Processed in 0.001780278 sec.
12450 2025.03.22 20:11:58.857044 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
12451 2025.03.22 20:11:58.857238 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12452 2025.03.22 20:11:58.857282 [ 194 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::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
12453 2025.03.22 20:11:58.857422 [ 5 ] {8a10ced4-20be-4e4f-a1ba-74c51d1f249f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12454 2025.03.22 20:11:58.857537 [ 5 ] {8a10ced4-20be-4e4f-a1ba-74c51d1f249f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12455 2025.03.22 20:11:58.857584 [ 194 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12456 2025.03.22 20:11:58.857697 [ 194 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 69 rows starting from the beginning of the part
12457 2025.03.22 20:11:58.858031 [ 194 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::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
12458 2025.03.22 20:11:58.858443 [ 194 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 13 rows starting from the beginning of the part
12459 2025.03.22 20:11:58.858853 [ 194 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::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
12460 2025.03.22 20:11:58.859194 [ 194 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 25 rows starting from the beginning of the part
12461 2025.03.22 20:11:58.859468 [ 194 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 26 rows starting from the beginning of the part
12462 2025.03.22 20:11:58.860539 [ 5 ] {8a10ced4-20be-4e4f-a1ba-74c51d1f249f} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12463 2025.03.22 20:11:58.860612 [ 5 ] {8a10ced4-20be-4e4f-a1ba-74c51d1f249f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
12464 2025.03.22 20:11:58.861756 [ 5 ] {8a10ced4-20be-4e4f-a1ba-74c51d1f249f} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary)
12465 2025.03.22 20:11:58.862408 [ 5 ] {8a10ced4-20be-4e4f-a1ba-74c51d1f249f} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12466 2025.03.22 20:11:58.862598 [ 194 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 187 rows, containing 5 columns (5 merged, 0 gathered) in 0.005418295 sec., 34512.70187392898 rows/sec., 2.67 MiB/sec.
12467 2025.03.22 20:11:58.862877 [ 5 ] {8a10ced4-20be-4e4f-a1ba-74c51d1f249f} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.005515 sec., 16319.129646418858 rows/sec., 1.27 MiB/sec.
12468 2025.03.22 20:11:58.862928 [ 190 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary)
12469 2025.03.22 20:11:58.863035 [ 5 ] {8a10ced4-20be-4e4f-a1ba-74c51d1f249f} <Debug> TCPHandler: Processed in 0.005862514 sec.
12470 2025.03.22 20:11:58.863205 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12471 2025.03.22 20:11:58.863376 [ 5 ] {52d260ea-d0e5-4ed2-84c7-5b6d589faa0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12472 2025.03.22 20:11:58.863431 [ 190 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_101_20} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12473 2025.03.22 20:11:58.863466 [ 5 ] {52d260ea-d0e5-4ed2-84c7-5b6d589faa0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12474 2025.03.22 20:11:58.863665 [ 190 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_101_20} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20
12475 2025.03.22 20:11:58.863864 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
12476 2025.03.22 20:11:58.864342 [ 5 ] {52d260ea-d0e5-4ed2-84c7-5b6d589faa0b} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12477 2025.03.22 20:11:58.864385 [ 5 ] {52d260ea-d0e5-4ed2-84c7-5b6d589faa0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
12478 2025.03.22 20:11:58.864777 [ 5 ] {52d260ea-d0e5-4ed2-84c7-5b6d589faa0b} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary)
12479 2025.03.22 20:11:58.865019 [ 5 ] {52d260ea-d0e5-4ed2-84c7-5b6d589faa0b} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12480 2025.03.22 20:11:58.865242 [ 5 ] {52d260ea-d0e5-4ed2-84c7-5b6d589faa0b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001917 sec., 83463.74543557642 rows/sec., 5.81 MiB/sec.
12481 2025.03.22 20:11:58.865299 [ 5 ] {52d260ea-d0e5-4ed2-84c7-5b6d589faa0b} <Debug> TCPHandler: Processed in 0.002159855 sec.
12482 2025.03.22 20:11:58.865420 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12483 2025.03.22 20:11:58.865525 [ 5 ] {5db1fc09-8d21-4724-8489-4b0101f8fa3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
12484 2025.03.22 20:11:58.865594 [ 5 ] {5db1fc09-8d21-4724-8489-4b0101f8fa3c} <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
12485 2025.03.22 20:11:58.866685 [ 5 ] {5db1fc09-8d21-4724-8489-4b0101f8fa3c} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12486 2025.03.22 20:11:58.866725 [ 5 ] {5db1fc09-8d21-4724-8489-4b0101f8fa3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
12487 2025.03.22 20:11:58.867382 [ 5 ] {5db1fc09-8d21-4724-8489-4b0101f8fa3c} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
12488 2025.03.22 20:11:58.867644 [ 5 ] {5db1fc09-8d21-4724-8489-4b0101f8fa3c} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12489 2025.03.22 20:11:58.867838 [ 132 ] {} <Debug> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0
12490 2025.03.22 20:11:58.867907 [ 132 ] {} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12491 2025.03.22 20:11:58.867915 [ 5 ] {5db1fc09-8d21-4724-8489-4b0101f8fa3c} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002402 sec., 10824.313072439634 rows/sec., 19.40 MiB/sec.
12492 2025.03.22 20:11:58.867945 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
12493 2025.03.22 20:11:58.868321 [ 198 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::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
12494 2025.03.22 20:11:58.868343 [ 5 ] {5db1fc09-8d21-4724-8489-4b0101f8fa3c} <Debug> TCPHandler: Processed in 0.002970573 sec.
12495 2025.03.22 20:11:58.868581 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12496 2025.03.22 20:11:58.868844 [ 5 ] {e78c1c3b-7188-4b2c-b546-57ad4a6cab81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12497 2025.03.22 20:11:58.868972 [ 5 ] {e78c1c3b-7188-4b2c-b546-57ad4a6cab81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12498 2025.03.22 20:11:58.869005 [ 198 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12499 2025.03.22 20:11:58.869250 [ 198 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1829 rows starting from the beginning of the part
12500 2025.03.22 20:11:58.870073 [ 198 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::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
12501 2025.03.22 20:11:58.870796 [ 198 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 13 rows starting from the beginning of the part
12502 2025.03.22 20:11:58.871573 [ 198 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::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
12503 2025.03.22 20:11:58.871648 [ 5 ] {e78c1c3b-7188-4b2c-b546-57ad4a6cab81} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12504 2025.03.22 20:11:58.871731 [ 5 ] {e78c1c3b-7188-4b2c-b546-57ad4a6cab81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
12505 2025.03.22 20:11:58.872272 [ 198 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 13 rows starting from the beginning of the part
12506 2025.03.22 20:11:58.872966 [ 198 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 26 rows starting from the beginning of the part
12507 2025.03.22 20:11:58.873438 [ 5 ] {e78c1c3b-7188-4b2c-b546-57ad4a6cab81} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary)
12508 2025.03.22 20:11:58.874170 [ 5 ] {e78c1c3b-7188-4b2c-b546-57ad4a6cab81} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12509 2025.03.22 20:11:58.874626 [ 5 ] {e78c1c3b-7188-4b2c-b546-57ad4a6cab81} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005857 sec., 10244.152296397473 rows/sec., 706.95 KiB/sec.
12510 2025.03.22 20:11:58.874834 [ 5 ] {e78c1c3b-7188-4b2c-b546-57ad4a6cab81} <Debug> TCPHandler: Processed in 0.006328304 sec.
12511 2025.03.22 20:11:58.882731 [ 195 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1933 rows, containing 19 columns (19 merged, 0 gathered) in 0.014634761 sec., 132082.78563619865 rows/sec., 236.69 MiB/sec.
12512 2025.03.22 20:11:58.884263 [ 186 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary)
12513 2025.03.22 20:11:58.884714 [ 186 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_101_20} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12514 2025.03.22 20:11:58.884814 [ 186 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_101_20} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20
12515 2025.03.22 20:11:58.884963 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.42 MiB.
12516 2025.03.22 20:11:59.000179 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 259.70 MiB, peak 277.10 MiB, free memory in arenas 0.00 B, will set to 261.89 MiB (RSS), difference: 2.19 MiB
12517 2025.03.22 20:11:59.704616 [ 220 ] {} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
12518 2025.03.22 20:11:59.704670 [ 220 ] {} <Debug> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
12519 2025.03.22 20:11:59.706648 [ 220 ] {} <Debug> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
12520 2025.03.22 20:12:02.356565 [ 223 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
12521 2025.03.22 20:12:02.356668 [ 223 ] {} <Debug> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
12522 2025.03.22 20:12:02.358750 [ 223 ] {} <Debug> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
12523 2025.03.22 20:12:02.797955 [ 145 ] {} <Debug> DNSResolver: Updating DNS cache
12524 2025.03.22 20:12:02.798026 [ 145 ] {} <Debug> DNSResolver: Updated DNS cache
12525 2025.03.22 20:12:03.060085 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 33062
12526 2025.03.22 20:12:03.060759 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12527 2025.03.22 20:12:03.060804 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
12528 2025.03.22 20:12:03.061343 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
12529 2025.03.22 20:12:03.061607 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12530 2025.03.22 20:12:03.061834 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33062
12531 2025.03.22 20:12:03.239795 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1712
12532 2025.03.22 20:12:03.242748 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12533 2025.03.22 20:12:03.242811 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
12534 2025.03.22 20:12:03.244391 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
12535 2025.03.22 20:12:03.244713 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12536 2025.03.22 20:12:03.245380 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1712
12537 2025.03.22 20:12:03.406951 [ 225 ] {} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
12538 2025.03.22 20:12:03.406997 [ 225 ] {} <Debug> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
12539 2025.03.22 20:12:03.409116 [ 225 ] {} <Debug> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
12540 2025.03.22 20:12:03.852552 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12541 2025.03.22 20:12:03.852741 [ 5 ] {b649ecdc-a2b6-48bb-9e17-e49e68bc83c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12542 2025.03.22 20:12:03.852813 [ 5 ] {b649ecdc-a2b6-48bb-9e17-e49e68bc83c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12543 2025.03.22 20:12:03.853594 [ 5 ] {b649ecdc-a2b6-48bb-9e17-e49e68bc83c5} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12544 2025.03.22 20:12:03.853649 [ 5 ] {b649ecdc-a2b6-48bb-9e17-e49e68bc83c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
12545 2025.03.22 20:12:03.854098 [ 5 ] {b649ecdc-a2b6-48bb-9e17-e49e68bc83c5} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary)
12546 2025.03.22 20:12:03.854380 [ 5 ] {b649ecdc-a2b6-48bb-9e17-e49e68bc83c5} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12547 2025.03.22 20:12:03.854621 [ 5 ] {b649ecdc-a2b6-48bb-9e17-e49e68bc83c5} <Debug> executeQuery: Read 82 rows, 6.94 KiB in 0.001932 sec., 42443.06418219462 rows/sec., 3.51 MiB/sec.
12548 2025.03.22 20:12:03.854689 [ 5 ] {b649ecdc-a2b6-48bb-9e17-e49e68bc83c5} <Debug> TCPHandler: Processed in 0.002260737 sec.
12549 2025.03.22 20:12:03.854811 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12550 2025.03.22 20:12:03.854924 [ 5 ] {9e311cab-6726-44c7-9438-40ff6cb1680c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12551 2025.03.22 20:12:03.854972 [ 5 ] {9e311cab-6726-44c7-9438-40ff6cb1680c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12552 2025.03.22 20:12:03.855510 [ 5 ] {9e311cab-6726-44c7-9438-40ff6cb1680c} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12553 2025.03.22 20:12:03.855550 [ 5 ] {9e311cab-6726-44c7-9438-40ff6cb1680c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
12554 2025.03.22 20:12:03.855899 [ 5 ] {9e311cab-6726-44c7-9438-40ff6cb1680c} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary)
12555 2025.03.22 20:12:03.856135 [ 5 ] {9e311cab-6726-44c7-9438-40ff6cb1680c} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12556 2025.03.22 20:12:03.856375 [ 5 ] {9e311cab-6726-44c7-9438-40ff6cb1680c} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.001477 sec., 8801.624915368991 rows/sec., 661.84 KiB/sec.
12557 2025.03.22 20:12:03.856427 [ 5 ] {9e311cab-6726-44c7-9438-40ff6cb1680c} <Debug> TCPHandler: Processed in 0.001667816 sec.
12558 2025.03.22 20:12:03.856531 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12559 2025.03.22 20:12:03.856633 [ 5 ] {ffdf5bc7-9ea7-41a3-81fd-b86991c17712} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12560 2025.03.22 20:12:03.856678 [ 5 ] {ffdf5bc7-9ea7-41a3-81fd-b86991c17712} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12561 2025.03.22 20:12:03.857212 [ 5 ] {ffdf5bc7-9ea7-41a3-81fd-b86991c17712} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12562 2025.03.22 20:12:03.857251 [ 5 ] {ffdf5bc7-9ea7-41a3-81fd-b86991c17712} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
12563 2025.03.22 20:12:03.857602 [ 5 ] {ffdf5bc7-9ea7-41a3-81fd-b86991c17712} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary)
12564 2025.03.22 20:12:03.857861 [ 5 ] {ffdf5bc7-9ea7-41a3-81fd-b86991c17712} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12565 2025.03.22 20:12:03.858071 [ 5 ] {ffdf5bc7-9ea7-41a3-81fd-b86991c17712} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.001461 sec., 52703.62765229295 rows/sec., 4.11 MiB/sec.
12566 2025.03.22 20:12:03.858123 [ 5 ] {ffdf5bc7-9ea7-41a3-81fd-b86991c17712} <Debug> TCPHandler: Processed in 0.001641015 sec.
12567 2025.03.22 20:12:03.858236 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12568 2025.03.22 20:12:03.858341 [ 5 ] {1c024ffa-cde1-435c-ad04-c15784f5fc23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12569 2025.03.22 20:12:03.858389 [ 5 ] {1c024ffa-cde1-435c-ad04-c15784f5fc23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12570 2025.03.22 20:12:03.858902 [ 5 ] {1c024ffa-cde1-435c-ad04-c15784f5fc23} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12571 2025.03.22 20:12:03.858941 [ 5 ] {1c024ffa-cde1-435c-ad04-c15784f5fc23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
12572 2025.03.22 20:12:03.859328 [ 5 ] {1c024ffa-cde1-435c-ad04-c15784f5fc23} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary)
12573 2025.03.22 20:12:03.859558 [ 5 ] {1c024ffa-cde1-435c-ad04-c15784f5fc23} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12574 2025.03.22 20:12:03.859755 [ 5 ] {1c024ffa-cde1-435c-ad04-c15784f5fc23} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001433 sec., 111653.87299371947 rows/sec., 7.78 MiB/sec.
12575 2025.03.22 20:12:03.859755 [ 143 ] {} <Debug> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Selected 3 parts from all_1_119_24 to all_121_121_0
12576 2025.03.22 20:12:03.859825 [ 5 ] {1c024ffa-cde1-435c-ad04-c15784f5fc23} <Debug> TCPHandler: Processed in 0.001637935 sec.
12577 2025.03.22 20:12:03.859856 [ 143 ] {} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12578 2025.03.22 20:12:03.859921 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
12579 2025.03.22 20:12:03.860006 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12580 2025.03.22 20:12:03.860063 [ 201 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_121_25} <Debug> MergeTask::PrepareStage: Merging 3 parts: from all_1_119_24 to all_121_121_0 into Compact with storage Full
12581 2025.03.22 20:12:03.860133 [ 5 ] {5e34751c-24e8-4013-afce-aff4b87a7ec1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
12582 2025.03.22 20:12:03.860250 [ 5 ] {5e34751c-24e8-4013-afce-aff4b87a7ec1} <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
12583 2025.03.22 20:12:03.860259 [ 201 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_121_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12584 2025.03.22 20:12:03.860323 [ 201 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_121_25} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_119_24, total 32294 rows starting from the beginning of the part
12585 2025.03.22 20:12:03.860546 [ 201 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_121_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 160 rows starting from the beginning of the part
12586 2025.03.22 20:12:03.860851 [ 201 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_121_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 1010 rows starting from the beginning of the part
12587 2025.03.22 20:12:03.862545 [ 5 ] {5e34751c-24e8-4013-afce-aff4b87a7ec1} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12588 2025.03.22 20:12:03.862594 [ 5 ] {5e34751c-24e8-4013-afce-aff4b87a7ec1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
12589 2025.03.22 20:12:03.863402 [ 5 ] {5e34751c-24e8-4013-afce-aff4b87a7ec1} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary)
12590 2025.03.22 20:12:03.863704 [ 5 ] {5e34751c-24e8-4013-afce-aff4b87a7ec1} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12591 2025.03.22 20:12:03.864020 [ 5 ] {5e34751c-24e8-4013-afce-aff4b87a7ec1} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.00392 sec., 3316.326530612245 rows/sec., 5.94 MiB/sec.
12592 2025.03.22 20:12:03.864042 [ 220 ] {} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
12593 2025.03.22 20:12:03.864165 [ 220 ] {} <Debug> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
12594 2025.03.22 20:12:03.864524 [ 5 ] {5e34751c-24e8-4013-afce-aff4b87a7ec1} <Debug> TCPHandler: Processed in 0.004587427 sec.
12595 2025.03.22 20:12:03.864678 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12596 2025.03.22 20:12:03.864891 [ 5 ] {2681b8c3-c30d-45a0-b411-c5e4e1890080} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12597 2025.03.22 20:12:03.865010 [ 5 ] {2681b8c3-c30d-45a0-b411-c5e4e1890080} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12598 2025.03.22 20:12:03.866265 [ 5 ] {2681b8c3-c30d-45a0-b411-c5e4e1890080} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12599 2025.03.22 20:12:03.866315 [ 5 ] {2681b8c3-c30d-45a0-b411-c5e4e1890080} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
12600 2025.03.22 20:12:03.867122 [ 5 ] {2681b8c3-c30d-45a0-b411-c5e4e1890080} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary)
12601 2025.03.22 20:12:03.867742 [ 5 ] {2681b8c3-c30d-45a0-b411-c5e4e1890080} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12602 2025.03.22 20:12:03.868343 [ 5 ] {2681b8c3-c30d-45a0-b411-c5e4e1890080} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003522 sec., 17035.775127768313 rows/sec., 1.15 MiB/sec.
12603 2025.03.22 20:12:03.868717 [ 5 ] {2681b8c3-c30d-45a0-b411-c5e4e1890080} <Debug> TCPHandler: Processed in 0.004083966 sec.
12604 2025.03.22 20:12:03.869648 [ 220 ] {} <Debug> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0]
12605 2025.03.22 20:12:03.869663 [ 189 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_121_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 33464 rows, containing 5 columns (5 merged, 0 gathered) in 0.009651685 sec., 3467166.613912493 rows/sec., 237.57 MiB/sec.
12606 2025.03.22 20:12:03.870117 [ 189 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_121_25} <Trace> MergedBlockOutputStream: filled checksums all_1_121_25 (state Temporary)
12607 2025.03.22 20:12:03.870824 [ 189 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_121_25} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_merge_all_1_121_25 to all_1_121_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12608 2025.03.22 20:12:03.871068 [ 189 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_121_25} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Merged 3 parts: [all_1_119_24, all_121_121_0] -> all_1_121_25
12609 2025.03.22 20:12:03.871215 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.21 MiB.
12610 2025.03.22 20:12:04.000169 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 258.38 MiB, peak 277.10 MiB, free memory in arenas 0.00 B, will set to 261.90 MiB (RSS), difference: 3.52 MiB
12611 2025.03.22 20:12:05.493193 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 543
12612 2025.03.22 20:12:05.515148 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12613 2025.03.22 20:12:05.515203 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
12614 2025.03.22 20:12:05.522675 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
12615 2025.03.22 20:12:05.523496 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12616 2025.03.22 20:12:05.527788 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 543
12617 2025.03.22 20:12:08.853387 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12618 2025.03.22 20:12:08.853606 [ 5 ] {8357ade9-3a42-45a5-82b6-ca610f1dd12f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
12619 2025.03.22 20:12:08.853684 [ 5 ] {8357ade9-3a42-45a5-82b6-ca610f1dd12f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
12620 2025.03.22 20:12:08.854469 [ 5 ] {8357ade9-3a42-45a5-82b6-ca610f1dd12f} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12621 2025.03.22 20:12:08.854509 [ 5 ] {8357ade9-3a42-45a5-82b6-ca610f1dd12f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
12622 2025.03.22 20:12:08.854932 [ 5 ] {8357ade9-3a42-45a5-82b6-ca610f1dd12f} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
12623 2025.03.22 20:12:08.855180 [ 5 ] {8357ade9-3a42-45a5-82b6-ca610f1dd12f} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12624 2025.03.22 20:12:08.855412 [ 5 ] {8357ade9-3a42-45a5-82b6-ca610f1dd12f} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001854 sec., 1078.7486515641856 rows/sec., 87.96 KiB/sec.
12625 2025.03.22 20:12:08.855567 [ 5 ] {8357ade9-3a42-45a5-82b6-ca610f1dd12f} <Debug> TCPHandler: Processed in 0.002310229 sec.
12626 2025.03.22 20:12:08.855792 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12627 2025.03.22 20:12:08.855947 [ 5 ] {a5ccbba1-fd69-4685-9ddf-9e30069bc864} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12628 2025.03.22 20:12:08.855993 [ 5 ] {a5ccbba1-fd69-4685-9ddf-9e30069bc864} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12629 2025.03.22 20:12:08.856565 [ 5 ] {a5ccbba1-fd69-4685-9ddf-9e30069bc864} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12630 2025.03.22 20:12:08.856603 [ 5 ] {a5ccbba1-fd69-4685-9ddf-9e30069bc864} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
12631 2025.03.22 20:12:08.856964 [ 5 ] {a5ccbba1-fd69-4685-9ddf-9e30069bc864} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary)
12632 2025.03.22 20:12:08.857196 [ 5 ] {a5ccbba1-fd69-4685-9ddf-9e30069bc864} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12633 2025.03.22 20:12:08.857412 [ 5 ] {a5ccbba1-fd69-4685-9ddf-9e30069bc864} <Debug> executeQuery: Read 109 rows, 9.32 KiB in 0.00149 sec., 73154.36241610738 rows/sec., 6.11 MiB/sec.
12634 2025.03.22 20:12:08.857464 [ 5 ] {a5ccbba1-fd69-4685-9ddf-9e30069bc864} <Debug> TCPHandler: Processed in 0.001766147 sec.
12635 2025.03.22 20:12:08.857576 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12636 2025.03.22 20:12:08.857679 [ 5 ] {ff86805f-35af-4ffb-bdee-22bd8f818091} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12637 2025.03.22 20:12:08.857723 [ 5 ] {ff86805f-35af-4ffb-bdee-22bd8f818091} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12638 2025.03.22 20:12:08.858239 [ 5 ] {ff86805f-35af-4ffb-bdee-22bd8f818091} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12639 2025.03.22 20:12:08.858277 [ 5 ] {ff86805f-35af-4ffb-bdee-22bd8f818091} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
12640 2025.03.22 20:12:08.858623 [ 5 ] {ff86805f-35af-4ffb-bdee-22bd8f818091} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary)
12641 2025.03.22 20:12:08.858864 [ 5 ] {ff86805f-35af-4ffb-bdee-22bd8f818091} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12642 2025.03.22 20:12:08.859059 [ 5 ] {ff86805f-35af-4ffb-bdee-22bd8f818091} <Debug> executeQuery: Read 28 rows, 2.09 KiB in 0.001401 sec., 19985.72448251249 rows/sec., 1.46 MiB/sec.
12643 2025.03.22 20:12:08.859109 [ 5 ] {ff86805f-35af-4ffb-bdee-22bd8f818091} <Debug> TCPHandler: Processed in 0.001581914 sec.
12644 2025.03.22 20:12:08.859211 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12645 2025.03.22 20:12:08.859309 [ 5 ] {e8fac7d8-78ce-4c78-af39-73d1937d0b51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12646 2025.03.22 20:12:08.859351 [ 5 ] {e8fac7d8-78ce-4c78-af39-73d1937d0b51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12647 2025.03.22 20:12:08.859880 [ 5 ] {e8fac7d8-78ce-4c78-af39-73d1937d0b51} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12648 2025.03.22 20:12:08.859919 [ 5 ] {e8fac7d8-78ce-4c78-af39-73d1937d0b51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
12649 2025.03.22 20:12:08.860272 [ 5 ] {e8fac7d8-78ce-4c78-af39-73d1937d0b51} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary)
12650 2025.03.22 20:12:08.860504 [ 5 ] {e8fac7d8-78ce-4c78-af39-73d1937d0b51} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12651 2025.03.22 20:12:08.860724 [ 5 ] {e8fac7d8-78ce-4c78-af39-73d1937d0b51} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.001431 sec., 64290.70580013976 rows/sec., 5.02 MiB/sec.
12652 2025.03.22 20:12:08.860828 [ 5 ] {e8fac7d8-78ce-4c78-af39-73d1937d0b51} <Debug> TCPHandler: Processed in 0.001665636 sec.
12653 2025.03.22 20:12:08.860996 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12654 2025.03.22 20:12:08.861294 [ 5 ] {d60e0971-9907-48f5-ba8f-394e702e771a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12655 2025.03.22 20:12:08.861389 [ 5 ] {d60e0971-9907-48f5-ba8f-394e702e771a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12656 2025.03.22 20:12:08.861918 [ 5 ] {d60e0971-9907-48f5-ba8f-394e702e771a} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12657 2025.03.22 20:12:08.861958 [ 5 ] {d60e0971-9907-48f5-ba8f-394e702e771a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
12658 2025.03.22 20:12:08.862344 [ 5 ] {d60e0971-9907-48f5-ba8f-394e702e771a} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary)
12659 2025.03.22 20:12:08.862582 [ 5 ] {d60e0971-9907-48f5-ba8f-394e702e771a} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12660 2025.03.22 20:12:08.862790 [ 5 ] {d60e0971-9907-48f5-ba8f-394e702e771a} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001616 sec., 99628.71287128712 rows/sec., 6.94 MiB/sec.
12661 2025.03.22 20:12:08.862842 [ 5 ] {d60e0971-9907-48f5-ba8f-394e702e771a} <Debug> TCPHandler: Processed in 0.001948142 sec.
12662 2025.03.22 20:12:08.862943 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12663 2025.03.22 20:12:08.863044 [ 5 ] {3467555f-842c-4726-87f2-d9a1e4643c0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
12664 2025.03.22 20:12:08.863108 [ 5 ] {3467555f-842c-4726-87f2-d9a1e4643c0f} <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
12665 2025.03.22 20:12:08.864191 [ 5 ] {3467555f-842c-4726-87f2-d9a1e4643c0f} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12666 2025.03.22 20:12:08.864241 [ 5 ] {3467555f-842c-4726-87f2-d9a1e4643c0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
12667 2025.03.22 20:12:08.865035 [ 5 ] {3467555f-842c-4726-87f2-d9a1e4643c0f} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary)
12668 2025.03.22 20:12:08.865351 [ 5 ] {3467555f-842c-4726-87f2-d9a1e4643c0f} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12669 2025.03.22 20:12:08.865627 [ 5 ] {3467555f-842c-4726-87f2-d9a1e4643c0f} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002604 sec., 9984.639016897081 rows/sec., 17.89 MiB/sec.
12670 2025.03.22 20:12:08.865751 [ 5 ] {3467555f-842c-4726-87f2-d9a1e4643c0f} <Debug> TCPHandler: Processed in 0.002852391 sec.
12671 2025.03.22 20:12:08.866094 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12672 2025.03.22 20:12:08.866300 [ 5 ] {5754402d-708b-4785-abb5-87ef0f79026e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12673 2025.03.22 20:12:08.866348 [ 5 ] {5754402d-708b-4785-abb5-87ef0f79026e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12674 2025.03.22 20:12:08.866805 [ 5 ] {5754402d-708b-4785-abb5-87ef0f79026e} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12675 2025.03.22 20:12:08.866844 [ 5 ] {5754402d-708b-4785-abb5-87ef0f79026e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
12676 2025.03.22 20:12:08.867203 [ 5 ] {5754402d-708b-4785-abb5-87ef0f79026e} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary)
12677 2025.03.22 20:12:08.867441 [ 5 ] {5754402d-708b-4785-abb5-87ef0f79026e} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12678 2025.03.22 20:12:08.867669 [ 5 ] {5754402d-708b-4785-abb5-87ef0f79026e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001416 sec., 42372.88135593221 rows/sec., 2.86 MiB/sec.
12679 2025.03.22 20:12:08.867750 [ 5 ] {5754402d-708b-4785-abb5-87ef0f79026e} <Debug> TCPHandler: Processed in 0.001751887 sec.
12680 2025.03.22 20:12:10.561979 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 33489
12681 2025.03.22 20:12:10.562929 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12682 2025.03.22 20:12:10.562979 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB.
12683 2025.03.22 20:12:10.563746 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
12684 2025.03.22 20:12:10.564130 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12685 2025.03.22 20:12:10.564373 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33489
12686 2025.03.22 20:12:13.028825 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 551
12687 2025.03.22 20:12:13.050929 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12688 2025.03.22 20:12:13.050975 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
12689 2025.03.22 20:12:13.058388 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
12690 2025.03.22 20:12:13.059190 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12691 2025.03.22 20:12:13.061967 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 551
12692 2025.03.22 20:12:13.246515 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1738
12693 2025.03.22 20:12:13.249663 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12694 2025.03.22 20:12:13.249715 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
12695 2025.03.22 20:12:13.251314 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
12696 2025.03.22 20:12:13.251627 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12697 2025.03.22 20:12:13.252179 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1738
12698 2025.03.22 20:12:13.852741 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12699 2025.03.22 20:12:13.852933 [ 5 ] {1aa0591e-9cc7-4b63-a0ee-55af3e09e368} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12700 2025.03.22 20:12:13.853004 [ 5 ] {1aa0591e-9cc7-4b63-a0ee-55af3e09e368} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12701 2025.03.22 20:12:13.853816 [ 5 ] {1aa0591e-9cc7-4b63-a0ee-55af3e09e368} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12702 2025.03.22 20:12:13.853867 [ 5 ] {1aa0591e-9cc7-4b63-a0ee-55af3e09e368} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
12703 2025.03.22 20:12:13.854313 [ 5 ] {1aa0591e-9cc7-4b63-a0ee-55af3e09e368} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary)
12704 2025.03.22 20:12:13.854564 [ 5 ] {1aa0591e-9cc7-4b63-a0ee-55af3e09e368} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12705 2025.03.22 20:12:13.854799 [ 5 ] {1aa0591e-9cc7-4b63-a0ee-55af3e09e368} <Debug> executeQuery: Read 82 rows, 6.94 KiB in 0.001916 sec., 42797.49478079332 rows/sec., 3.54 MiB/sec.
12706 2025.03.22 20:12:13.854799 [ 134 ] {} <Debug> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0
12707 2025.03.22 20:12:13.854870 [ 5 ] {1aa0591e-9cc7-4b63-a0ee-55af3e09e368} <Debug> TCPHandler: Processed in 0.002256788 sec.
12708 2025.03.22 20:12:13.854896 [ 134 ] {} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12709 2025.03.22 20:12:13.854957 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
12710 2025.03.22 20:12:13.855128 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12711 2025.03.22 20:12:13.855447 [ 5 ] {49045eb1-adf0-4f9e-8135-7352db7eb27f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12712 2025.03.22 20:12:13.855473 [ 188 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full
12713 2025.03.22 20:12:13.855613 [ 5 ] {49045eb1-adf0-4f9e-8135-7352db7eb27f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12714 2025.03.22 20:12:13.856806 [ 188 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12715 2025.03.22 20:12:13.857214 [ 188 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 1403 rows starting from the beginning of the part
12716 2025.03.22 20:12:13.857718 [ 188 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 56 rows starting from the beginning of the part
12717 2025.03.22 20:12:13.858082 [ 188 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 108 rows starting from the beginning of the part
12718 2025.03.22 20:12:13.858458 [ 188 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 82 rows starting from the beginning of the part
12719 2025.03.22 20:12:13.858751 [ 188 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 109 rows starting from the beginning of the part
12720 2025.03.22 20:12:13.859148 [ 188 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 82 rows starting from the beginning of the part
12721 2025.03.22 20:12:13.859263 [ 5 ] {49045eb1-adf0-4f9e-8135-7352db7eb27f} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12722 2025.03.22 20:12:13.859379 [ 5 ] {49045eb1-adf0-4f9e-8135-7352db7eb27f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
12723 2025.03.22 20:12:13.860398 [ 5 ] {49045eb1-adf0-4f9e-8135-7352db7eb27f} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary)
12724 2025.03.22 20:12:13.860969 [ 5 ] {49045eb1-adf0-4f9e-8135-7352db7eb27f} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12725 2025.03.22 20:12:13.861584 [ 5 ] {49045eb1-adf0-4f9e-8135-7352db7eb27f} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.006236 sec., 2084.669660038486 rows/sec., 156.76 KiB/sec.
12726 2025.03.22 20:12:13.861966 [ 5 ] {49045eb1-adf0-4f9e-8135-7352db7eb27f} <Debug> TCPHandler: Processed in 0.006958577 sec.
12727 2025.03.22 20:12:13.862337 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12728 2025.03.22 20:12:13.862903 [ 5 ] {9f9ddf4f-6275-4b3c-947d-2eed30807edc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12729 2025.03.22 20:12:13.863146 [ 5 ] {9f9ddf4f-6275-4b3c-947d-2eed30807edc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12730 2025.03.22 20:12:13.863184 [ 188 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1840 rows, containing 5 columns (5 merged, 0 gathered) in 0.008109862 sec., 226884.25524380067 rows/sec., 19.75 MiB/sec.
12731 2025.03.22 20:12:13.863567 [ 188 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary)
12732 2025.03.22 20:12:13.864165 [ 188 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_126_25} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12733 2025.03.22 20:12:13.864283 [ 188 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_126_25} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25
12734 2025.03.22 20:12:13.864458 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB.
12735 2025.03.22 20:12:13.864640 [ 5 ] {9f9ddf4f-6275-4b3c-947d-2eed30807edc} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12736 2025.03.22 20:12:13.864684 [ 5 ] {9f9ddf4f-6275-4b3c-947d-2eed30807edc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
12737 2025.03.22 20:12:13.865044 [ 5 ] {9f9ddf4f-6275-4b3c-947d-2eed30807edc} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary)
12738 2025.03.22 20:12:13.865292 [ 5 ] {9f9ddf4f-6275-4b3c-947d-2eed30807edc} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12739 2025.03.22 20:12:13.865478 [ 134 ] {} <Debug> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0
12740 2025.03.22 20:12:13.865500 [ 5 ] {9f9ddf4f-6275-4b3c-947d-2eed30807edc} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.002837 sec., 27141.346492774057 rows/sec., 2.12 MiB/sec.
12741 2025.03.22 20:12:13.865534 [ 134 ] {} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12742 2025.03.22 20:12:13.865615 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
12743 2025.03.22 20:12:13.865627 [ 5 ] {9f9ddf4f-6275-4b3c-947d-2eed30807edc} <Debug> TCPHandler: Processed in 0.003449973 sec.
12744 2025.03.22 20:12:13.865860 [ 192 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full
12745 2025.03.22 20:12:13.865883 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12746 2025.03.22 20:12:13.866109 [ 192 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12747 2025.03.22 20:12:13.866121 [ 5 ] {1e0f76e1-0cca-4bbb-93b3-2a935cd5cb5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12748 2025.03.22 20:12:13.866163 [ 192 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 631 rows starting from the beginning of the part
12749 2025.03.22 20:12:13.866235 [ 5 ] {1e0f76e1-0cca-4bbb-93b3-2a935cd5cb5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12750 2025.03.22 20:12:13.866463 [ 192 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 64 rows starting from the beginning of the part
12751 2025.03.22 20:12:13.866843 [ 192 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 90 rows starting from the beginning of the part
12752 2025.03.22 20:12:13.867216 [ 192 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 77 rows starting from the beginning of the part
12753 2025.03.22 20:12:13.867558 [ 192 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 92 rows starting from the beginning of the part
12754 2025.03.22 20:12:13.867907 [ 192 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 77 rows starting from the beginning of the part
12755 2025.03.22 20:12:13.868986 [ 5 ] {1e0f76e1-0cca-4bbb-93b3-2a935cd5cb5b} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12756 2025.03.22 20:12:13.869058 [ 5 ] {1e0f76e1-0cca-4bbb-93b3-2a935cd5cb5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
12757 2025.03.22 20:12:13.870194 [ 5 ] {1e0f76e1-0cca-4bbb-93b3-2a935cd5cb5b} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary)
12758 2025.03.22 20:12:13.870698 [ 5 ] {1e0f76e1-0cca-4bbb-93b3-2a935cd5cb5b} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12759 2025.03.22 20:12:13.870700 [ 192 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1031 rows, containing 5 columns (5 merged, 0 gathered) in 0.004983656 sec., 206876.23704364826 rows/sec., 16.60 MiB/sec.
12760 2025.03.22 20:12:13.870986 [ 134 ] {} <Debug> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Selected 6 parts from all_1_121_25 to all_126_126_0
12761 2025.03.22 20:12:13.871073 [ 134 ] {} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12762 2025.03.22 20:12:13.871107 [ 5 ] {1e0f76e1-0cca-4bbb-93b3-2a935cd5cb5b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005048 sec., 31695.721077654514 rows/sec., 2.21 MiB/sec.
12763 2025.03.22 20:12:13.871113 [ 199 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary)
12764 2025.03.22 20:12:13.871129 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
12765 2025.03.22 20:12:13.871367 [ 5 ] {1e0f76e1-0cca-4bbb-93b3-2a935cd5cb5b} <Debug> TCPHandler: Processed in 0.005552178 sec.
12766 2025.03.22 20:12:13.871602 [ 187 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_126_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_25 to all_126_126_0 into Compact with storage Full
12767 2025.03.22 20:12:13.871695 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12768 2025.03.22 20:12:13.871985 [ 187 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_126_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12769 2025.03.22 20:12:13.872027 [ 199 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_126_25} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12770 2025.03.22 20:12:13.872049 [ 5 ] {bb0bb99d-cdaf-48c3-a992-e038be312621} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
12771 2025.03.22 20:12:13.872080 [ 187 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_126_26} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_121_25, total 33464 rows starting from the beginning of the part
12772 2025.03.22 20:12:13.872397 [ 199 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_126_25} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25
12773 2025.03.22 20:12:13.872552 [ 5 ] {bb0bb99d-cdaf-48c3-a992-e038be312621} <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
12774 2025.03.22 20:12:13.872581 [ 187 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_126_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 32 rows starting from the beginning of the part
12775 2025.03.22 20:12:13.872827 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB.
12776 2025.03.22 20:12:13.873076 [ 187 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_126_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 160 rows starting from the beginning of the part
12777 2025.03.22 20:12:13.873437 [ 187 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_126_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 160 rows starting from the beginning of the part
12778 2025.03.22 20:12:13.873803 [ 187 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_126_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 161 rows starting from the beginning of the part
12779 2025.03.22 20:12:13.874132 [ 187 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_126_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 160 rows starting from the beginning of the part
12780 2025.03.22 20:12:13.876752 [ 5 ] {bb0bb99d-cdaf-48c3-a992-e038be312621} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12781 2025.03.22 20:12:13.876811 [ 5 ] {bb0bb99d-cdaf-48c3-a992-e038be312621} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
12782 2025.03.22 20:12:13.878356 [ 5 ] {bb0bb99d-cdaf-48c3-a992-e038be312621} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary)
12783 2025.03.22 20:12:13.878620 [ 5 ] {bb0bb99d-cdaf-48c3-a992-e038be312621} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12784 2025.03.22 20:12:13.879000 [ 5 ] {bb0bb99d-cdaf-48c3-a992-e038be312621} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.007075 sec., 1837.4558303886927 rows/sec., 3.29 MiB/sec.
12785 2025.03.22 20:12:13.879105 [ 5 ] {bb0bb99d-cdaf-48c3-a992-e038be312621} <Debug> TCPHandler: Processed in 0.007513989 sec.
12786 2025.03.22 20:12:13.879236 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12787 2025.03.22 20:12:13.879465 [ 5 ] {2bc8c5bc-dec9-45e0-86ca-900728aef79f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12788 2025.03.22 20:12:13.879528 [ 5 ] {2bc8c5bc-dec9-45e0-86ca-900728aef79f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12789 2025.03.22 20:12:13.880092 [ 5 ] {2bc8c5bc-dec9-45e0-86ca-900728aef79f} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12790 2025.03.22 20:12:13.880149 [ 5 ] {2bc8c5bc-dec9-45e0-86ca-900728aef79f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
12791 2025.03.22 20:12:13.880547 [ 5 ] {2bc8c5bc-dec9-45e0-86ca-900728aef79f} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary)
12792 2025.03.22 20:12:13.880900 [ 5 ] {2bc8c5bc-dec9-45e0-86ca-900728aef79f} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12793 2025.03.22 20:12:13.881193 [ 134 ] {} <Debug> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0
12794 2025.03.22 20:12:13.881260 [ 134 ] {} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12795 2025.03.22 20:12:13.881275 [ 5 ] {2bc8c5bc-dec9-45e0-86ca-900728aef79f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001915 sec., 31331.592689295037 rows/sec., 2.11 MiB/sec.
12796 2025.03.22 20:12:13.881306 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
12797 2025.03.22 20:12:13.881412 [ 5 ] {2bc8c5bc-dec9-45e0-86ca-900728aef79f} <Debug> TCPHandler: Processed in 0.002223857 sec.
12798 2025.03.22 20:12:13.881662 [ 196 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full
12799 2025.03.22 20:12:13.881836 [ 196 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12800 2025.03.22 20:12:13.881884 [ 196 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 6204 rows starting from the beginning of the part
12801 2025.03.22 20:12:13.881998 [ 196 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 12 rows starting from the beginning of the part
12802 2025.03.22 20:12:13.882317 [ 196 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 60 rows starting from the beginning of the part
12803 2025.03.22 20:12:13.882700 [ 196 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 60 rows starting from the beginning of the part
12804 2025.03.22 20:12:13.882800 [ 196 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 60 rows starting from the beginning of the part
12805 2025.03.22 20:12:13.883053 [ 196 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 60 rows starting from the beginning of the part
12806 2025.03.22 20:12:13.884391 [ 199 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_126_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34137 rows, containing 5 columns (5 merged, 0 gathered) in 0.013048137 sec., 2616235.55914534 rows/sec., 179.32 MiB/sec.
12807 2025.03.22 20:12:13.884686 [ 199 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_126_26} <Trace> MergedBlockOutputStream: filled checksums all_1_126_26 (state Temporary)
12808 2025.03.22 20:12:13.885274 [ 199 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_126_26} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_merge_all_1_126_26 to all_1_126_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12809 2025.03.22 20:12:13.885394 [ 199 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_126_26} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Merged 6 parts: [all_1_121_25, all_126_126_0] -> all_1_126_26
12810 2025.03.22 20:12:13.885473 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB.
12811 2025.03.22 20:12:13.886427 [ 190 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6456 rows, containing 4 columns (4 merged, 0 gathered) in 0.004988206 sec., 1294252.8837020765 rows/sec., 87.24 MiB/sec.
12812 2025.03.22 20:12:13.886973 [ 190 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary)
12813 2025.03.22 20:12:13.887328 [ 190 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_126_25} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12814 2025.03.22 20:12:13.887425 [ 190 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_126_25} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25
12815 2025.03.22 20:12:13.887533 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.22 MiB.
12816 2025.03.22 20:12:14.000160 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 262.96 MiB, peak 277.10 MiB, free memory in arenas 0.00 B, will set to 261.90 MiB (RSS), difference: -1.06 MiB
12817 2025.03.22 20:12:17.798078 [ 69 ] {} <Debug> DNSResolver: Updating DNS cache
12818 2025.03.22 20:12:17.798146 [ 69 ] {} <Debug> DNSResolver: Updated DNS cache
12819 2025.03.22 20:12:18.065481 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 33977
12820 2025.03.22 20:12:18.066154 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12821 2025.03.22 20:12:18.066203 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
12822 2025.03.22 20:12:18.066743 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
12823 2025.03.22 20:12:18.067013 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12824 2025.03.22 20:12:18.067274 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33977
12825 2025.03.22 20:12:18.852854 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12826 2025.03.22 20:12:18.853038 [ 5 ] {5a9bcbb0-fbb1-4b85-80b0-fce51982d023} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12827 2025.03.22 20:12:18.853115 [ 5 ] {5a9bcbb0-fbb1-4b85-80b0-fce51982d023} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12828 2025.03.22 20:12:18.853911 [ 5 ] {5a9bcbb0-fbb1-4b85-80b0-fce51982d023} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12829 2025.03.22 20:12:18.853955 [ 5 ] {5a9bcbb0-fbb1-4b85-80b0-fce51982d023} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
12830 2025.03.22 20:12:18.854393 [ 5 ] {5a9bcbb0-fbb1-4b85-80b0-fce51982d023} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary)
12831 2025.03.22 20:12:18.854659 [ 5 ] {5a9bcbb0-fbb1-4b85-80b0-fce51982d023} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12832 2025.03.22 20:12:18.854893 [ 5 ] {5a9bcbb0-fbb1-4b85-80b0-fce51982d023} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.001904 sec., 56722.68907563025 rows/sec., 4.74 MiB/sec.
12833 2025.03.22 20:12:18.854955 [ 5 ] {5a9bcbb0-fbb1-4b85-80b0-fce51982d023} <Debug> TCPHandler: Processed in 0.002223738 sec.
12834 2025.03.22 20:12:18.855084 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12835 2025.03.22 20:12:18.855196 [ 5 ] {a00176c3-5d7f-483d-a6ea-2ef5ac33196a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12836 2025.03.22 20:12:18.855245 [ 5 ] {a00176c3-5d7f-483d-a6ea-2ef5ac33196a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12837 2025.03.22 20:12:18.855784 [ 5 ] {a00176c3-5d7f-483d-a6ea-2ef5ac33196a} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12838 2025.03.22 20:12:18.855821 [ 5 ] {a00176c3-5d7f-483d-a6ea-2ef5ac33196a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
12839 2025.03.22 20:12:18.856177 [ 5 ] {a00176c3-5d7f-483d-a6ea-2ef5ac33196a} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary)
12840 2025.03.22 20:12:18.856411 [ 5 ] {a00176c3-5d7f-483d-a6ea-2ef5ac33196a} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12841 2025.03.22 20:12:18.856632 [ 5 ] {a00176c3-5d7f-483d-a6ea-2ef5ac33196a} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001462 sec., 17783.857729138166 rows/sec., 1.31 MiB/sec.
12842 2025.03.22 20:12:18.856684 [ 5 ] {a00176c3-5d7f-483d-a6ea-2ef5ac33196a} <Debug> TCPHandler: Processed in 0.001653855 sec.
12843 2025.03.22 20:12:18.856799 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12844 2025.03.22 20:12:18.856905 [ 5 ] {a79e9918-09a6-4025-b2d0-e3a42a693c80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12845 2025.03.22 20:12:18.856950 [ 5 ] {a79e9918-09a6-4025-b2d0-e3a42a693c80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12846 2025.03.22 20:12:18.857495 [ 5 ] {a79e9918-09a6-4025-b2d0-e3a42a693c80} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12847 2025.03.22 20:12:18.857534 [ 5 ] {a79e9918-09a6-4025-b2d0-e3a42a693c80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
12848 2025.03.22 20:12:18.857888 [ 5 ] {a79e9918-09a6-4025-b2d0-e3a42a693c80} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary)
12849 2025.03.22 20:12:18.858121 [ 5 ] {a79e9918-09a6-4025-b2d0-e3a42a693c80} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12850 2025.03.22 20:12:18.858356 [ 5 ] {a79e9918-09a6-4025-b2d0-e3a42a693c80} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.00147 sec., 61224.48979591837 rows/sec., 4.78 MiB/sec.
12851 2025.03.22 20:12:18.858414 [ 5 ] {a79e9918-09a6-4025-b2d0-e3a42a693c80} <Debug> TCPHandler: Processed in 0.001665085 sec.
12852 2025.03.22 20:12:18.858581 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12853 2025.03.22 20:12:18.858882 [ 5 ] {d286c707-84ae-4d5e-8828-a85981e4b690} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12854 2025.03.22 20:12:18.859057 [ 5 ] {d286c707-84ae-4d5e-8828-a85981e4b690} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12855 2025.03.22 20:12:18.859882 [ 5 ] {d286c707-84ae-4d5e-8828-a85981e4b690} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12856 2025.03.22 20:12:18.859921 [ 5 ] {d286c707-84ae-4d5e-8828-a85981e4b690} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
12857 2025.03.22 20:12:18.860300 [ 5 ] {d286c707-84ae-4d5e-8828-a85981e4b690} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary)
12858 2025.03.22 20:12:18.860544 [ 5 ] {d286c707-84ae-4d5e-8828-a85981e4b690} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12859 2025.03.22 20:12:18.860758 [ 5 ] {d286c707-84ae-4d5e-8828-a85981e4b690} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00199 sec., 80402.01005025125 rows/sec., 5.60 MiB/sec.
12860 2025.03.22 20:12:18.860812 [ 5 ] {d286c707-84ae-4d5e-8828-a85981e4b690} <Debug> TCPHandler: Processed in 0.002305149 sec.
12861 2025.03.22 20:12:18.860947 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12862 2025.03.22 20:12:18.861084 [ 5 ] {b60cbc9a-0d4d-440f-afb2-6889ce9a2f49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
12863 2025.03.22 20:12:18.861163 [ 5 ] {b60cbc9a-0d4d-440f-afb2-6889ce9a2f49} <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
12864 2025.03.22 20:12:18.862357 [ 5 ] {b60cbc9a-0d4d-440f-afb2-6889ce9a2f49} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12865 2025.03.22 20:12:18.862396 [ 5 ] {b60cbc9a-0d4d-440f-afb2-6889ce9a2f49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
12866 2025.03.22 20:12:18.863029 [ 5 ] {b60cbc9a-0d4d-440f-afb2-6889ce9a2f49} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary)
12867 2025.03.22 20:12:18.863279 [ 5 ] {b60cbc9a-0d4d-440f-afb2-6889ce9a2f49} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12868 2025.03.22 20:12:18.863574 [ 5 ] {b60cbc9a-0d4d-440f-afb2-6889ce9a2f49} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.00251 sec., 10358.565737051793 rows/sec., 18.56 MiB/sec.
12869 2025.03.22 20:12:18.863768 [ 5 ] {b60cbc9a-0d4d-440f-afb2-6889ce9a2f49} <Debug> TCPHandler: Processed in 0.002877371 sec.
12870 2025.03.22 20:12:18.864120 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12871 2025.03.22 20:12:18.864327 [ 5 ] {54f54809-0b53-45c0-a9ef-6b52c88bece4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12872 2025.03.22 20:12:18.864375 [ 5 ] {54f54809-0b53-45c0-a9ef-6b52c88bece4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12873 2025.03.22 20:12:18.864845 [ 5 ] {54f54809-0b53-45c0-a9ef-6b52c88bece4} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12874 2025.03.22 20:12:18.864884 [ 5 ] {54f54809-0b53-45c0-a9ef-6b52c88bece4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
12875 2025.03.22 20:12:18.865249 [ 5 ] {54f54809-0b53-45c0-a9ef-6b52c88bece4} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary)
12876 2025.03.22 20:12:18.865482 [ 5 ] {54f54809-0b53-45c0-a9ef-6b52c88bece4} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12877 2025.03.22 20:12:18.865700 [ 5 ] {54f54809-0b53-45c0-a9ef-6b52c88bece4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001425 sec., 42105.26315789473 rows/sec., 2.84 MiB/sec.
12878 2025.03.22 20:12:18.865748 [ 5 ] {54f54809-0b53-45c0-a9ef-6b52c88bece4} <Debug> TCPHandler: Processed in 0.001735087 sec.
12879 2025.03.22 20:12:20.563011 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 558
12880 2025.03.22 20:12:20.585508 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12881 2025.03.22 20:12:20.585570 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
12882 2025.03.22 20:12:20.592929 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
12883 2025.03.22 20:12:20.593722 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12884 2025.03.22 20:12:20.598074 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 558
12885 2025.03.22 20:12:20.804190 [ 29 ] {} <Debug> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0
12886 2025.03.22 20:12:20.804258 [ 29 ] {} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12887 2025.03.22 20:12:20.804285 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
12888 2025.03.22 20:12:20.804518 [ 196 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::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
12889 2025.03.22 20:12:20.804728 [ 196 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12890 2025.03.22 20:12:20.804769 [ 196 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 18 rows starting from the beginning of the part
12891 2025.03.22 20:12:20.804861 [ 196 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 2 rows starting from the beginning of the part
12892 2025.03.22 20:12:20.805103 [ 196 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::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
12893 2025.03.22 20:12:20.805294 [ 196 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 2 rows starting from the beginning of the part
12894 2025.03.22 20:12:20.805481 [ 196 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 2 rows starting from the beginning of the part
12895 2025.03.22 20:12:20.807140 [ 191 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.002772139 sec., 13707.826339155432 rows/sec., 1.14 MiB/sec.
12896 2025.03.22 20:12:20.807328 [ 197 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary)
12897 2025.03.22 20:12:20.807661 [ 197 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::all_1_25_6} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12898 2025.03.22 20:12:20.807750 [ 197 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::all_1_25_6} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6
12899 2025.03.22 20:12:20.807856 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
12900 2025.03.22 20:12:22.066872 [ 221 ] {} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
12901 2025.03.22 20:12:22.066985 [ 221 ] {} <Debug> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
12902 2025.03.22 20:12:22.069106 [ 221 ] {} <Debug> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
12903 2025.03.22 20:12:22.428309 [ 224 ] {} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
12904 2025.03.22 20:12:22.428362 [ 224 ] {} <Debug> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
12905 2025.03.22 20:12:22.430263 [ 224 ] {} <Debug> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
12906 2025.03.22 20:12:22.677825 [ 225 ] {} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
12907 2025.03.22 20:12:22.677884 [ 225 ] {} <Debug> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
12908 2025.03.22 20:12:22.679853 [ 225 ] {} <Debug> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
12909 2025.03.22 20:12:22.745436 [ 224 ] {} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
12910 2025.03.22 20:12:22.745477 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
12911 2025.03.22 20:12:22.747318 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
12912 2025.03.22 20:12:22.848755 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12913 2025.03.22 20:12:22.848952 [ 5 ] {31d8fa3e-5380-43ea-8e78-9c04dd36f3ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
12914 2025.03.22 20:12:22.849031 [ 5 ] {31d8fa3e-5380-43ea-8e78-9c04dd36f3ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
12915 2025.03.22 20:12:22.849879 [ 5 ] {31d8fa3e-5380-43ea-8e78-9c04dd36f3ad} <Trace> oximeter.fields_i16 (264093f9-a655-4468-9a79-5d699a3bbf39): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12916 2025.03.22 20:12:22.849925 [ 5 ] {31d8fa3e-5380-43ea-8e78-9c04dd36f3ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
12917 2025.03.22 20:12:22.850350 [ 5 ] {31d8fa3e-5380-43ea-8e78-9c04dd36f3ad} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
12918 2025.03.22 20:12:22.850606 [ 5 ] {31d8fa3e-5380-43ea-8e78-9c04dd36f3ad} <Trace> oximeter.fields_i16 (264093f9-a655-4468-9a79-5d699a3bbf39): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12919 2025.03.22 20:12:22.850856 [ 5 ] {31d8fa3e-5380-43ea-8e78-9c04dd36f3ad} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001958 sec., 12257.40551583248 rows/sec., 1.02 MiB/sec.
12920 2025.03.22 20:12:22.850967 [ 5 ] {31d8fa3e-5380-43ea-8e78-9c04dd36f3ad} <Debug> TCPHandler: Processed in 0.0023321 sec.
12921 2025.03.22 20:12:22.851123 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12922 2025.03.22 20:12:22.851234 [ 5 ] {4ba9fe5a-fab8-4d7d-bdb9-f38cc2c0135e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
12923 2025.03.22 20:12:22.851283 [ 5 ] {4ba9fe5a-fab8-4d7d-bdb9-f38cc2c0135e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
12924 2025.03.22 20:12:22.851812 [ 5 ] {4ba9fe5a-fab8-4d7d-bdb9-f38cc2c0135e} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12925 2025.03.22 20:12:22.851851 [ 5 ] {4ba9fe5a-fab8-4d7d-bdb9-f38cc2c0135e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
12926 2025.03.22 20:12:22.852198 [ 5 ] {4ba9fe5a-fab8-4d7d-bdb9-f38cc2c0135e} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
12927 2025.03.22 20:12:22.852432 [ 5 ] {4ba9fe5a-fab8-4d7d-bdb9-f38cc2c0135e} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12928 2025.03.22 20:12:22.852638 [ 5 ] {4ba9fe5a-fab8-4d7d-bdb9-f38cc2c0135e} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.001429 sec., 9797.06088173548 rows/sec., 798.88 KiB/sec.
12929 2025.03.22 20:12:22.852690 [ 5 ] {4ba9fe5a-fab8-4d7d-bdb9-f38cc2c0135e} <Debug> TCPHandler: Processed in 0.001618925 sec.
12930 2025.03.22 20:12:22.852821 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12931 2025.03.22 20:12:22.852926 [ 5 ] {f1a7eec4-a4bc-4a44-8ec0-b6e68694f78f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12932 2025.03.22 20:12:22.852971 [ 5 ] {f1a7eec4-a4bc-4a44-8ec0-b6e68694f78f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12933 2025.03.22 20:12:22.854183 [ 5 ] {f1a7eec4-a4bc-4a44-8ec0-b6e68694f78f} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12934 2025.03.22 20:12:22.854226 [ 5 ] {f1a7eec4-a4bc-4a44-8ec0-b6e68694f78f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
12935 2025.03.22 20:12:22.854664 [ 5 ] {f1a7eec4-a4bc-4a44-8ec0-b6e68694f78f} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary)
12936 2025.03.22 20:12:22.854911 [ 5 ] {f1a7eec4-a4bc-4a44-8ec0-b6e68694f78f} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12937 2025.03.22 20:12:22.855122 [ 5 ] {f1a7eec4-a4bc-4a44-8ec0-b6e68694f78f} <Debug> executeQuery: Read 1349 rows, 115.00 KiB in 0.002218 sec., 608205.5906221821 rows/sec., 50.64 MiB/sec.
12938 2025.03.22 20:12:22.855174 [ 5 ] {f1a7eec4-a4bc-4a44-8ec0-b6e68694f78f} <Debug> TCPHandler: Processed in 0.002402651 sec.
12939 2025.03.22 20:12:22.855287 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12940 2025.03.22 20:12:22.855392 [ 5 ] {cb0b3be0-e424-40fa-881f-6412472c2a2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12941 2025.03.22 20:12:22.855437 [ 5 ] {cb0b3be0-e424-40fa-881f-6412472c2a2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12942 2025.03.22 20:12:22.855960 [ 5 ] {cb0b3be0-e424-40fa-881f-6412472c2a2b} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12943 2025.03.22 20:12:22.855999 [ 5 ] {cb0b3be0-e424-40fa-881f-6412472c2a2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
12944 2025.03.22 20:12:22.856338 [ 5 ] {cb0b3be0-e424-40fa-881f-6412472c2a2b} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary)
12945 2025.03.22 20:12:22.856568 [ 5 ] {cb0b3be0-e424-40fa-881f-6412472c2a2b} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12946 2025.03.22 20:12:22.856731 [ 24 ] {} <Debug> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0
12947 2025.03.22 20:12:22.856801 [ 5 ] {cb0b3be0-e424-40fa-881f-6412472c2a2b} <Debug> executeQuery: Read 39 rows, 2.92 KiB in 0.001428 sec., 27310.9243697479 rows/sec., 1.99 MiB/sec.
12948 2025.03.22 20:12:22.856831 [ 24 ] {} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12949 2025.03.22 20:12:22.856910 [ 5 ] {cb0b3be0-e424-40fa-881f-6412472c2a2b} <Debug> TCPHandler: Processed in 0.001669285 sec.
12950 2025.03.22 20:12:22.856917 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
12951 2025.03.22 20:12:22.857088 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12952 2025.03.22 20:12:22.857211 [ 186 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::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
12953 2025.03.22 20:12:22.857264 [ 5 ] {52ae3a02-290b-48d7-96dc-92f52e9838c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
12954 2025.03.22 20:12:22.857350 [ 5 ] {52ae3a02-290b-48d7-96dc-92f52e9838c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
12955 2025.03.22 20:12:22.857603 [ 186 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12956 2025.03.22 20:12:22.857699 [ 186 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 69 rows starting from the beginning of the part
12957 2025.03.22 20:12:22.858062 [ 186 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 13 rows starting from the beginning of the part
12958 2025.03.22 20:12:22.858524 [ 186 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 28 rows starting from the beginning of the part
12959 2025.03.22 20:12:22.858933 [ 186 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 13 rows starting from the beginning of the part
12960 2025.03.22 20:12:22.859201 [ 186 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 26 rows starting from the beginning of the part
12961 2025.03.22 20:12:22.859581 [ 186 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 39 rows starting from the beginning of the part
12962 2025.03.22 20:12:22.860394 [ 5 ] {52ae3a02-290b-48d7-96dc-92f52e9838c1} <Trace> oximeter.fields_u32 (ad7a5232-f0e1-40d6-acb0-24ed1d64c039): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12963 2025.03.22 20:12:22.860474 [ 5 ] {52ae3a02-290b-48d7-96dc-92f52e9838c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
12964 2025.03.22 20:12:22.861468 [ 5 ] {52ae3a02-290b-48d7-96dc-92f52e9838c1} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
12965 2025.03.22 20:12:22.862078 [ 5 ] {52ae3a02-290b-48d7-96dc-92f52e9838c1} <Trace> oximeter.fields_u32 (ad7a5232-f0e1-40d6-acb0-24ed1d64c039): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12966 2025.03.22 20:12:22.862591 [ 197 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 188 rows, containing 5 columns (5 merged, 0 gathered) in 0.005518237 sec., 34068.85206271496 rows/sec., 2.62 MiB/sec.
12967 2025.03.22 20:12:22.862688 [ 5 ] {52ae3a02-290b-48d7-96dc-92f52e9838c1} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.005431 sec., 46400.294605045114 rows/sec., 3.21 MiB/sec.
12968 2025.03.22 20:12:22.862847 [ 197 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary)
12969 2025.03.22 20:12:22.863074 [ 5 ] {52ae3a02-290b-48d7-96dc-92f52e9838c1} <Debug> TCPHandler: Processed in 0.006066369 sec.
12970 2025.03.22 20:12:22.863374 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12971 2025.03.22 20:12:22.863496 [ 5 ] {610c864b-d61e-45a4-9adf-b60a9ef826cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
12972 2025.03.22 20:12:22.863532 [ 197 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_106_21} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12973 2025.03.22 20:12:22.863551 [ 5 ] {610c864b-d61e-45a4-9adf-b60a9ef826cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
12974 2025.03.22 20:12:22.863647 [ 197 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_106_21} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21
12975 2025.03.22 20:12:22.863750 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
12976 2025.03.22 20:12:22.864165 [ 5 ] {610c864b-d61e-45a4-9adf-b60a9ef826cb} <Trace> oximeter.fields_u8 (faaaa09d-c3bc-4a8d-ab11-77969ca3dca4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12977 2025.03.22 20:12:22.864203 [ 5 ] {610c864b-d61e-45a4-9adf-b60a9ef826cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
12978 2025.03.22 20:12:22.864541 [ 5 ] {610c864b-d61e-45a4-9adf-b60a9ef826cb} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
12979 2025.03.22 20:12:22.864776 [ 5 ] {610c864b-d61e-45a4-9adf-b60a9ef826cb} <Trace> oximeter.fields_u8 (faaaa09d-c3bc-4a8d-ab11-77969ca3dca4): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12980 2025.03.22 20:12:22.864989 [ 5 ] {610c864b-d61e-45a4-9adf-b60a9ef826cb} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001523 sec., 7879.185817465528 rows/sec., 615.56 KiB/sec.
12981 2025.03.22 20:12:22.865041 [ 5 ] {610c864b-d61e-45a4-9adf-b60a9ef826cb} <Debug> TCPHandler: Processed in 0.001743727 sec.
12982 2025.03.22 20:12:22.865160 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12983 2025.03.22 20:12:22.865264 [ 5 ] {4b498088-f347-49d6-97af-51ebde031df0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12984 2025.03.22 20:12:22.865309 [ 5 ] {4b498088-f347-49d6-97af-51ebde031df0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12985 2025.03.22 20:12:22.866035 [ 5 ] {4b498088-f347-49d6-97af-51ebde031df0} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12986 2025.03.22 20:12:22.866076 [ 5 ] {4b498088-f347-49d6-97af-51ebde031df0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
12987 2025.03.22 20:12:22.866448 [ 5 ] {4b498088-f347-49d6-97af-51ebde031df0} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary)
12988 2025.03.22 20:12:22.866679 [ 5 ] {4b498088-f347-49d6-97af-51ebde031df0} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12989 2025.03.22 20:12:22.866885 [ 5 ] {4b498088-f347-49d6-97af-51ebde031df0} <Debug> executeQuery: Read 583 rows, 44.84 KiB in 0.001642 sec., 355054.81120584655 rows/sec., 26.67 MiB/sec.
12990 2025.03.22 20:12:22.866936 [ 5 ] {4b498088-f347-49d6-97af-51ebde031df0} <Debug> TCPHandler: Processed in 0.001825899 sec.
12991 2025.03.22 20:12:22.867055 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12992 2025.03.22 20:12:22.867166 [ 5 ] {eb5ab04f-32b4-41b0-9c6e-806a26f40d6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12993 2025.03.22 20:12:22.867216 [ 5 ] {eb5ab04f-32b4-41b0-9c6e-806a26f40d6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12994 2025.03.22 20:12:22.867973 [ 5 ] {eb5ab04f-32b4-41b0-9c6e-806a26f40d6f} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12995 2025.03.22 20:12:22.868013 [ 5 ] {eb5ab04f-32b4-41b0-9c6e-806a26f40d6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
12996 2025.03.22 20:12:22.868465 [ 5 ] {eb5ab04f-32b4-41b0-9c6e-806a26f40d6f} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary)
12997 2025.03.22 20:12:22.868705 [ 5 ] {eb5ab04f-32b4-41b0-9c6e-806a26f40d6f} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12998 2025.03.22 20:12:22.868922 [ 5 ] {eb5ab04f-32b4-41b0-9c6e-806a26f40d6f} <Debug> executeQuery: Read 1017 rows, 70.44 KiB in 0.001778 sec., 571991.0011248593 rows/sec., 38.69 MiB/sec.
12999 2025.03.22 20:12:22.868974 [ 5 ] {eb5ab04f-32b4-41b0-9c6e-806a26f40d6f} <Debug> TCPHandler: Processed in 0.001971892 sec.
13000 2025.03.22 20:12:22.869092 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13001 2025.03.22 20:12:22.869199 [ 5 ] {044edc0d-2df7-4834-ab34-110953d100ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
13002 2025.03.22 20:12:22.869266 [ 5 ] {044edc0d-2df7-4834-ab34-110953d100ea} <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
13003 2025.03.22 20:12:22.870370 [ 5 ] {044edc0d-2df7-4834-ab34-110953d100ea} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13004 2025.03.22 20:12:22.870410 [ 5 ] {044edc0d-2df7-4834-ab34-110953d100ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
13005 2025.03.22 20:12:22.871068 [ 5 ] {044edc0d-2df7-4834-ab34-110953d100ea} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary)
13006 2025.03.22 20:12:22.871321 [ 5 ] {044edc0d-2df7-4834-ab34-110953d100ea} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13007 2025.03.22 20:12:22.871535 [ 24 ] {} <Debug> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0
13008 2025.03.22 20:12:22.871599 [ 5 ] {044edc0d-2df7-4834-ab34-110953d100ea} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002413 sec., 5387.4844591794445 rows/sec., 9.65 MiB/sec.
13009 2025.03.22 20:12:22.871608 [ 24 ] {} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13010 2025.03.22 20:12:22.871708 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
13011 2025.03.22 20:12:22.872036 [ 5 ] {044edc0d-2df7-4834-ab34-110953d100ea} <Debug> TCPHandler: Processed in 0.002989003 sec.
13012 2025.03.22 20:12:22.872343 [ 194 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::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
13013 2025.03.22 20:12:22.872533 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13014 2025.03.22 20:12:22.872916 [ 5 ] {6321455e-db5a-477f-8882-6128fdbba405} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13015 2025.03.22 20:12:22.873102 [ 5 ] {6321455e-db5a-477f-8882-6128fdbba405} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13016 2025.03.22 20:12:22.874688 [ 194 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13017 2025.03.22 20:12:22.874865 [ 194 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 1933 rows starting from the beginning of the part
13018 2025.03.22 20:12:22.875614 [ 194 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 13 rows starting from the beginning of the part
13019 2025.03.22 20:12:22.876227 [ 5 ] {6321455e-db5a-477f-8882-6128fdbba405} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13020 2025.03.22 20:12:22.876349 [ 5 ] {6321455e-db5a-477f-8882-6128fdbba405} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
13021 2025.03.22 20:12:22.876382 [ 194 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 26 rows starting from the beginning of the part
13022 2025.03.22 20:12:22.877198 [ 194 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 13 rows starting from the beginning of the part
13023 2025.03.22 20:12:22.877936 [ 194 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 26 rows starting from the beginning of the part
13024 2025.03.22 20:12:22.878043 [ 5 ] {6321455e-db5a-477f-8882-6128fdbba405} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary)
13025 2025.03.22 20:12:22.878528 [ 194 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 13 rows starting from the beginning of the part
13026 2025.03.22 20:12:22.879018 [ 5 ] {6321455e-db5a-477f-8882-6128fdbba405} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13027 2025.03.22 20:12:22.879880 [ 5 ] {6321455e-db5a-477f-8882-6128fdbba405} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.007082 sec., 6777.746399322225 rows/sec., 467.74 KiB/sec.
13028 2025.03.22 20:12:22.880012 [ 5 ] {6321455e-db5a-477f-8882-6128fdbba405} <Debug> TCPHandler: Processed in 0.007597832 sec.
13029 2025.03.22 20:12:22.887064 [ 194 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2024 rows, containing 19 columns (19 merged, 0 gathered) in 0.015138662 sec., 133697.41658807098 rows/sec., 239.58 MiB/sec.
13030 2025.03.22 20:12:22.888999 [ 197 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary)
13031 2025.03.22 20:12:22.889430 [ 197 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_106_21} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13032 2025.03.22 20:12:22.889504 [ 197 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_106_21} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21
13033 2025.03.22 20:12:22.889655 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.52 MiB.
13034 2025.03.22 20:12:23.253341 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 1782
13035 2025.03.22 20:12:23.256958 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13036 2025.03.22 20:12:23.257019 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
13037 2025.03.22 20:12:23.258623 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
13038 2025.03.22 20:12:23.258962 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13039 2025.03.22 20:12:23.259205 [ 23 ] {} <Debug> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
13040 2025.03.22 20:12:23.259344 [ 23 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13041 2025.03.22 20:12:23.259406 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
13042 2025.03.22 20:12:23.259877 [ 195 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::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
13043 2025.03.22 20:12:23.261729 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1782
13044 2025.03.22 20:12:23.262043 [ 195 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13045 2025.03.22 20:12:23.262209 [ 195 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1624 rows starting from the beginning of the part
13046 2025.03.22 20:12:23.262832 [ 195 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 26 rows starting from the beginning of the part
13047 2025.03.22 20:12:23.263427 [ 195 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 42 rows starting from the beginning of the part
13048 2025.03.22 20:12:23.263990 [ 195 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 20 rows starting from the beginning of the part
13049 2025.03.22 20:12:23.264601 [ 195 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::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
13050 2025.03.22 20:12:23.265208 [ 195 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 44 rows starting from the beginning of the part
13051 2025.03.22 20:12:23.273908 [ 201 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1782 rows, containing 72 columns (72 merged, 0 gathered) in 0.014383606 sec., 123891.04651503942 rows/sec., 93.88 MiB/sec.
13052 2025.03.22 20:12:23.275691 [ 201 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
13053 2025.03.22 20:12:23.276512 [ 201 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_56_11} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13054 2025.03.22 20:12:23.276601 [ 201 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_56_11} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
13055 2025.03.22 20:12:23.276963 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.92 MiB.
13056 2025.03.22 20:12:23.845167 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13057 2025.03.22 20:12:23.845379 [ 5 ] {04cae418-c886-42ba-9887-00e7dc1e6dc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13058 2025.03.22 20:12:23.845461 [ 5 ] {04cae418-c886-42ba-9887-00e7dc1e6dc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13059 2025.03.22 20:12:23.846286 [ 5 ] {04cae418-c886-42ba-9887-00e7dc1e6dc4} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13060 2025.03.22 20:12:23.846335 [ 5 ] {04cae418-c886-42ba-9887-00e7dc1e6dc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
13061 2025.03.22 20:12:23.846776 [ 5 ] {04cae418-c886-42ba-9887-00e7dc1e6dc4} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary)
13062 2025.03.22 20:12:23.847044 [ 5 ] {04cae418-c886-42ba-9887-00e7dc1e6dc4} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13063 2025.03.22 20:12:23.847289 [ 5 ] {04cae418-c886-42ba-9887-00e7dc1e6dc4} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00197 sec., 28426.395939086295 rows/sec., 2.17 MiB/sec.
13064 2025.03.22 20:12:23.847358 [ 5 ] {04cae418-c886-42ba-9887-00e7dc1e6dc4} <Debug> TCPHandler: Processed in 0.002326839 sec.
13065 2025.03.22 20:12:23.847513 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13066 2025.03.22 20:12:23.847628 [ 5 ] {d619ff8c-cf7a-4e9e-b5c9-e004185abaf1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13067 2025.03.22 20:12:23.847677 [ 5 ] {d619ff8c-cf7a-4e9e-b5c9-e004185abaf1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13068 2025.03.22 20:12:23.848259 [ 5 ] {d619ff8c-cf7a-4e9e-b5c9-e004185abaf1} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13069 2025.03.22 20:12:23.848300 [ 5 ] {d619ff8c-cf7a-4e9e-b5c9-e004185abaf1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
13070 2025.03.22 20:12:23.848663 [ 5 ] {d619ff8c-cf7a-4e9e-b5c9-e004185abaf1} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary)
13071 2025.03.22 20:12:23.848918 [ 5 ] {d619ff8c-cf7a-4e9e-b5c9-e004185abaf1} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13072 2025.03.22 20:12:23.849136 [ 5 ] {d619ff8c-cf7a-4e9e-b5c9-e004185abaf1} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001535 sec., 41693.81107491857 rows/sec., 3.25 MiB/sec.
13073 2025.03.22 20:12:23.849187 [ 5 ] {d619ff8c-cf7a-4e9e-b5c9-e004185abaf1} <Debug> TCPHandler: Processed in 0.001728227 sec.
13074 2025.03.22 20:12:23.849304 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13075 2025.03.22 20:12:23.849413 [ 5 ] {6886f9a6-33a5-46e5-8fcb-feaf381b8dfb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13076 2025.03.22 20:12:23.849462 [ 5 ] {6886f9a6-33a5-46e5-8fcb-feaf381b8dfb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13077 2025.03.22 20:12:23.849948 [ 5 ] {6886f9a6-33a5-46e5-8fcb-feaf381b8dfb} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13078 2025.03.22 20:12:23.849986 [ 5 ] {6886f9a6-33a5-46e5-8fcb-feaf381b8dfb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
13079 2025.03.22 20:12:23.850362 [ 5 ] {6886f9a6-33a5-46e5-8fcb-feaf381b8dfb} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary)
13080 2025.03.22 20:12:23.850600 [ 5 ] {6886f9a6-33a5-46e5-8fcb-feaf381b8dfb} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13081 2025.03.22 20:12:23.850823 [ 5 ] {6886f9a6-33a5-46e5-8fcb-feaf381b8dfb} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001431 sec., 22361.98462613557 rows/sec., 1.56 MiB/sec.
13082 2025.03.22 20:12:23.850884 [ 5 ] {6886f9a6-33a5-46e5-8fcb-feaf381b8dfb} <Debug> TCPHandler: Processed in 0.001625284 sec.
13083 2025.03.22 20:12:23.851061 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13084 2025.03.22 20:12:23.851379 [ 5 ] {13e4d3dc-0b7d-461c-b31d-0cc6a178432d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13085 2025.03.22 20:12:23.851523 [ 5 ] {13e4d3dc-0b7d-461c-b31d-0cc6a178432d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13086 2025.03.22 20:12:23.852060 [ 5 ] {13e4d3dc-0b7d-461c-b31d-0cc6a178432d} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13087 2025.03.22 20:12:23.852100 [ 5 ] {13e4d3dc-0b7d-461c-b31d-0cc6a178432d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
13088 2025.03.22 20:12:23.852454 [ 5 ] {13e4d3dc-0b7d-461c-b31d-0cc6a178432d} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary)
13089 2025.03.22 20:12:23.852693 [ 5 ] {13e4d3dc-0b7d-461c-b31d-0cc6a178432d} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13090 2025.03.22 20:12:23.852906 [ 5 ] {13e4d3dc-0b7d-461c-b31d-0cc6a178432d} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001635 sec., 7339.4495412844035 rows/sec., 506.50 KiB/sec.
13091 2025.03.22 20:12:23.852964 [ 5 ] {13e4d3dc-0b7d-461c-b31d-0cc6a178432d} <Debug> TCPHandler: Processed in 0.001982042 sec.
13092 2025.03.22 20:12:25.202828 [ 219 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
13093 2025.03.22 20:12:25.202925 [ 219 ] {} <Debug> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
13094 2025.03.22 20:12:25.205024 [ 219 ] {} <Debug> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
13095 2025.03.22 20:12:25.568385 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 34404
13096 2025.03.22 20:12:25.569045 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13097 2025.03.22 20:12:25.569087 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
13098 2025.03.22 20:12:25.569645 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
13099 2025.03.22 20:12:25.569917 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13100 2025.03.22 20:12:25.570122 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34404
13101 2025.03.22 20:12:25.570198 [ 221 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
13102 2025.03.22 20:12:25.570247 [ 221 ] {} <Debug> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
13103 2025.03.22 20:12:25.572139 [ 221 ] {} <Debug> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
13104 2025.03.22 20:12:28.099126 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 566
13105 2025.03.22 20:12:28.120800 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13106 2025.03.22 20:12:28.120862 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
13107 2025.03.22 20:12:28.128376 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
13108 2025.03.22 20:12:28.129164 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13109 2025.03.22 20:12:28.132193 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 566
13110 2025.03.22 20:12:28.645479 [ 223 ] {} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
13111 2025.03.22 20:12:28.645527 [ 223 ] {} <Debug> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
13112 2025.03.22 20:12:28.647314 [ 223 ] {} <Debug> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
13113 2025.03.22 20:12:28.852910 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13114 2025.03.22 20:12:28.853128 [ 5 ] {58e2a733-9da6-4736-91a9-358f5c3176cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13115 2025.03.22 20:12:28.853212 [ 5 ] {58e2a733-9da6-4736-91a9-358f5c3176cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13116 2025.03.22 20:12:28.854148 [ 5 ] {58e2a733-9da6-4736-91a9-358f5c3176cf} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13117 2025.03.22 20:12:28.854200 [ 5 ] {58e2a733-9da6-4736-91a9-358f5c3176cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
13118 2025.03.22 20:12:28.854651 [ 5 ] {58e2a733-9da6-4736-91a9-358f5c3176cf} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary)
13119 2025.03.22 20:12:28.854924 [ 5 ] {58e2a733-9da6-4736-91a9-358f5c3176cf} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13120 2025.03.22 20:12:28.855181 [ 5 ] {58e2a733-9da6-4736-91a9-358f5c3176cf} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.002111 sec., 51160.58739933681 rows/sec., 4.28 MiB/sec.
13121 2025.03.22 20:12:28.855249 [ 5 ] {58e2a733-9da6-4736-91a9-358f5c3176cf} <Debug> TCPHandler: Processed in 0.002485072 sec.
13122 2025.03.22 20:12:28.855365 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13123 2025.03.22 20:12:28.855475 [ 5 ] {5d134d4f-b0bf-417f-a75f-584f7f99e0c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
13124 2025.03.22 20:12:28.855524 [ 5 ] {5d134d4f-b0bf-417f-a75f-584f7f99e0c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13125 2025.03.22 20:12:28.856066 [ 5 ] {5d134d4f-b0bf-417f-a75f-584f7f99e0c0} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13126 2025.03.22 20:12:28.856108 [ 5 ] {5d134d4f-b0bf-417f-a75f-584f7f99e0c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
13127 2025.03.22 20:12:28.856467 [ 5 ] {5d134d4f-b0bf-417f-a75f-584f7f99e0c0} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary)
13128 2025.03.22 20:12:28.856707 [ 5 ] {5d134d4f-b0bf-417f-a75f-584f7f99e0c0} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13129 2025.03.22 20:12:28.856915 [ 5 ] {5d134d4f-b0bf-417f-a75f-584f7f99e0c0} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001466 sec., 17735.334242837653 rows/sec., 1.30 MiB/sec.
13130 2025.03.22 20:12:28.856967 [ 5 ] {5d134d4f-b0bf-417f-a75f-584f7f99e0c0} <Debug> TCPHandler: Processed in 0.001654615 sec.
13131 2025.03.22 20:12:28.857103 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13132 2025.03.22 20:12:28.857211 [ 5 ] {fa89e9c2-758f-4175-9992-fdb2422fc19c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13133 2025.03.22 20:12:28.857257 [ 5 ] {fa89e9c2-758f-4175-9992-fdb2422fc19c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13134 2025.03.22 20:12:28.857806 [ 5 ] {fa89e9c2-758f-4175-9992-fdb2422fc19c} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13135 2025.03.22 20:12:28.857847 [ 5 ] {fa89e9c2-758f-4175-9992-fdb2422fc19c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
13136 2025.03.22 20:12:28.858210 [ 5 ] {fa89e9c2-758f-4175-9992-fdb2422fc19c} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary)
13137 2025.03.22 20:12:28.858443 [ 5 ] {fa89e9c2-758f-4175-9992-fdb2422fc19c} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13138 2025.03.22 20:12:28.858661 [ 5 ] {fa89e9c2-758f-4175-9992-fdb2422fc19c} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.001473 sec., 61099.79633401222 rows/sec., 4.77 MiB/sec.
13139 2025.03.22 20:12:28.858711 [ 5 ] {fa89e9c2-758f-4175-9992-fdb2422fc19c} <Debug> TCPHandler: Processed in 0.001660175 sec.
13140 2025.03.22 20:12:28.858842 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13141 2025.03.22 20:12:28.858981 [ 5 ] {abdf67d3-beab-4a4e-95f1-630ed8725102} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13142 2025.03.22 20:12:28.859039 [ 5 ] {abdf67d3-beab-4a4e-95f1-630ed8725102} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13143 2025.03.22 20:12:28.859674 [ 5 ] {abdf67d3-beab-4a4e-95f1-630ed8725102} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13144 2025.03.22 20:12:28.859721 [ 5 ] {abdf67d3-beab-4a4e-95f1-630ed8725102} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
13145 2025.03.22 20:12:28.860149 [ 5 ] {abdf67d3-beab-4a4e-95f1-630ed8725102} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary)
13146 2025.03.22 20:12:28.860381 [ 5 ] {abdf67d3-beab-4a4e-95f1-630ed8725102} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13147 2025.03.22 20:12:28.860595 [ 5 ] {abdf67d3-beab-4a4e-95f1-630ed8725102} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001645 sec., 97264.4376899696 rows/sec., 6.77 MiB/sec.
13148 2025.03.22 20:12:28.860647 [ 5 ] {abdf67d3-beab-4a4e-95f1-630ed8725102} <Debug> TCPHandler: Processed in 0.001867919 sec.
13149 2025.03.22 20:12:28.860783 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13150 2025.03.22 20:12:28.860888 [ 5 ] {75d5d85e-b9e9-4aea-98e3-97601ba4d8dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
13151 2025.03.22 20:12:28.860953 [ 5 ] {75d5d85e-b9e9-4aea-98e3-97601ba4d8dd} <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
13152 2025.03.22 20:12:28.862056 [ 5 ] {75d5d85e-b9e9-4aea-98e3-97601ba4d8dd} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13153 2025.03.22 20:12:28.862096 [ 5 ] {75d5d85e-b9e9-4aea-98e3-97601ba4d8dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
13154 2025.03.22 20:12:28.862727 [ 5 ] {75d5d85e-b9e9-4aea-98e3-97601ba4d8dd} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary)
13155 2025.03.22 20:12:28.862973 [ 5 ] {75d5d85e-b9e9-4aea-98e3-97601ba4d8dd} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13156 2025.03.22 20:12:28.863206 [ 5 ] {75d5d85e-b9e9-4aea-98e3-97601ba4d8dd} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.00234 sec., 11111.111111111111 rows/sec., 19.91 MiB/sec.
13157 2025.03.22 20:12:28.863299 [ 5 ] {75d5d85e-b9e9-4aea-98e3-97601ba4d8dd} <Debug> TCPHandler: Processed in 0.002566514 sec.
13158 2025.03.22 20:12:28.863436 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13159 2025.03.22 20:12:28.863540 [ 5 ] {0b340521-90d7-40df-aa45-9d56fc66780d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13160 2025.03.22 20:12:28.863584 [ 5 ] {0b340521-90d7-40df-aa45-9d56fc66780d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13161 2025.03.22 20:12:28.864014 [ 5 ] {0b340521-90d7-40df-aa45-9d56fc66780d} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13162 2025.03.22 20:12:28.864053 [ 5 ] {0b340521-90d7-40df-aa45-9d56fc66780d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
13163 2025.03.22 20:12:28.864406 [ 5 ] {0b340521-90d7-40df-aa45-9d56fc66780d} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary)
13164 2025.03.22 20:12:28.864637 [ 5 ] {0b340521-90d7-40df-aa45-9d56fc66780d} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13165 2025.03.22 20:12:28.864843 [ 5 ] {0b340521-90d7-40df-aa45-9d56fc66780d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001325 sec., 45283.018867924526 rows/sec., 3.05 MiB/sec.
13166 2025.03.22 20:12:28.864892 [ 5 ] {0b340521-90d7-40df-aa45-9d56fc66780d} <Debug> TCPHandler: Processed in 0.001507112 sec.
13167 2025.03.22 20:12:29.238613 [ 222 ] {} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
13168 2025.03.22 20:12:29.238698 [ 222 ] {} <Debug> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
13169 2025.03.22 20:12:29.240854 [ 222 ] {} <Debug> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
13170 2025.03.22 20:12:32.798231 [ 61 ] {} <Debug> DNSResolver: Updating DNS cache
13171 2025.03.22 20:12:32.798341 [ 61 ] {} <Debug> DNSResolver: Updated DNS cache
13172 2025.03.22 20:12:33.071228 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 34892
13173 2025.03.22 20:12:33.071899 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13174 2025.03.22 20:12:33.071949 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
13175 2025.03.22 20:12:33.072502 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
13176 2025.03.22 20:12:33.072765 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13177 2025.03.22 20:12:33.072993 [ 61 ] {} <Debug> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
13178 2025.03.22 20:12:33.073027 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34892
13179 2025.03.22 20:12:33.073076 [ 61 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13180 2025.03.22 20:12:33.073103 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
13181 2025.03.22 20:12:33.073229 [ 197 ] {6f3f2c82-38dd-415f-af08-560485366d9f::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
13182 2025.03.22 20:12:33.073372 [ 197 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13183 2025.03.22 20:12:33.073418 [ 197 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_71_14, total 32574 rows starting from the beginning of the part
13184 2025.03.22 20:12:33.073503 [ 197 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 488 rows starting from the beginning of the part
13185 2025.03.22 20:12:33.073647 [ 197 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 427 rows starting from the beginning of the part
13186 2025.03.22 20:12:33.073757 [ 197 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 488 rows starting from the beginning of the part
13187 2025.03.22 20:12:33.073869 [ 197 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 427 rows starting from the beginning of the part
13188 2025.03.22 20:12:33.073961 [ 197 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 488 rows starting from the beginning of the part
13189 2025.03.22 20:12:33.076759 [ 197 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34892 rows, containing 4 columns (4 merged, 0 gathered) in 0.003589306 sec., 9721099.287717458 rows/sec., 139.06 MiB/sec.
13190 2025.03.22 20:12:33.076989 [ 193 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
13191 2025.03.22 20:12:33.077289 [ 193 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_76_15} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13192 2025.03.22 20:12:33.077371 [ 193 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_76_15} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
13193 2025.03.22 20:12:33.077460 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.00 MiB.
13194 2025.03.22 20:12:33.263037 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1802
13195 2025.03.22 20:12:33.266023 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13196 2025.03.22 20:12:33.266089 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
13197 2025.03.22 20:12:33.267633 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
13198 2025.03.22 20:12:33.267964 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13199 2025.03.22 20:12:33.268638 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1802
13200 2025.03.22 20:12:33.852153 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13201 2025.03.22 20:12:33.852355 [ 5 ] {65488e08-61d0-4345-9c92-c492717517eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13202 2025.03.22 20:12:33.852434 [ 5 ] {65488e08-61d0-4345-9c92-c492717517eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13203 2025.03.22 20:12:33.853331 [ 5 ] {65488e08-61d0-4345-9c92-c492717517eb} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13204 2025.03.22 20:12:33.853375 [ 5 ] {65488e08-61d0-4345-9c92-c492717517eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
13205 2025.03.22 20:12:33.853817 [ 5 ] {65488e08-61d0-4345-9c92-c492717517eb} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary)
13206 2025.03.22 20:12:33.854075 [ 5 ] {65488e08-61d0-4345-9c92-c492717517eb} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13207 2025.03.22 20:12:33.854216 [ 61 ] {} <Debug> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0
13208 2025.03.22 20:12:33.854262 [ 61 ] {} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13209 2025.03.22 20:12:33.854285 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
13210 2025.03.22 20:12:33.854290 [ 5 ] {65488e08-61d0-4345-9c92-c492717517eb} <Debug> executeQuery: Read 82 rows, 6.94 KiB in 0.001989 sec., 41226.747109100055 rows/sec., 3.41 MiB/sec.
13211 2025.03.22 20:12:33.854473 [ 5 ] {65488e08-61d0-4345-9c92-c492717517eb} <Debug> TCPHandler: Processed in 0.002447552 sec.
13212 2025.03.22 20:12:33.854553 [ 200 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full
13213 2025.03.22 20:12:33.854655 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13214 2025.03.22 20:12:33.854766 [ 200 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13215 2025.03.22 20:12:33.854851 [ 200 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 1403 rows starting from the beginning of the part
13216 2025.03.22 20:12:33.854860 [ 5 ] {1bbdf288-3d02-47fa-9c84-af2965d3f2af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
13217 2025.03.22 20:12:33.854984 [ 5 ] {1bbdf288-3d02-47fa-9c84-af2965d3f2af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13218 2025.03.22 20:12:33.855108 [ 200 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 108 rows starting from the beginning of the part
13219 2025.03.22 20:12:33.855549 [ 200 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 1349 rows starting from the beginning of the part
13220 2025.03.22 20:12:33.855866 [ 200 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 56 rows starting from the beginning of the part
13221 2025.03.22 20:12:33.856240 [ 200 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 108 rows starting from the beginning of the part
13222 2025.03.22 20:12:33.856612 [ 200 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 82 rows starting from the beginning of the part
13223 2025.03.22 20:12:33.858068 [ 5 ] {1bbdf288-3d02-47fa-9c84-af2965d3f2af} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13224 2025.03.22 20:12:33.858136 [ 5 ] {1bbdf288-3d02-47fa-9c84-af2965d3f2af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
13225 2025.03.22 20:12:33.859161 [ 5 ] {1bbdf288-3d02-47fa-9c84-af2965d3f2af} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary)
13226 2025.03.22 20:12:33.859509 [ 5 ] {1bbdf288-3d02-47fa-9c84-af2965d3f2af} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13227 2025.03.22 20:12:33.859772 [ 5 ] {1bbdf288-3d02-47fa-9c84-af2965d3f2af} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.004944 sec., 2629.4498381877024 rows/sec., 197.72 KiB/sec.
13228 2025.03.22 20:12:33.859913 [ 5 ] {1bbdf288-3d02-47fa-9c84-af2965d3f2af} <Debug> TCPHandler: Processed in 0.005318923 sec.
13229 2025.03.22 20:12:33.860092 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13230 2025.03.22 20:12:33.860143 [ 197 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3106 rows, containing 5 columns (5 merged, 0 gathered) in 0.005763973 sec., 538864.4256314178 rows/sec., 46.93 MiB/sec.
13231 2025.03.22 20:12:33.860204 [ 5 ] {124d5d36-090c-4bd9-84c0-717865415a79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13232 2025.03.22 20:12:33.860252 [ 5 ] {124d5d36-090c-4bd9-84c0-717865415a79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13233 2025.03.22 20:12:33.860433 [ 197 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary)
13234 2025.03.22 20:12:33.860881 [ 197 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_131_26} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13235 2025.03.22 20:12:33.861021 [ 197 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_131_26} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26
13236 2025.03.22 20:12:33.861063 [ 5 ] {124d5d36-090c-4bd9-84c0-717865415a79} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13237 2025.03.22 20:12:33.861115 [ 5 ] {124d5d36-090c-4bd9-84c0-717865415a79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
13238 2025.03.22 20:12:33.861127 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB.
13239 2025.03.22 20:12:33.861495 [ 5 ] {124d5d36-090c-4bd9-84c0-717865415a79} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary)
13240 2025.03.22 20:12:33.861724 [ 5 ] {124d5d36-090c-4bd9-84c0-717865415a79} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13241 2025.03.22 20:12:33.861858 [ 61 ] {} <Debug> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0
13242 2025.03.22 20:12:33.861899 [ 61 ] {} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13243 2025.03.22 20:12:33.861908 [ 5 ] {124d5d36-090c-4bd9-84c0-717865415a79} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.001729 sec., 44534.41295546559 rows/sec., 3.48 MiB/sec.
13244 2025.03.22 20:12:33.861926 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
13245 2025.03.22 20:12:33.862021 [ 5 ] {124d5d36-090c-4bd9-84c0-717865415a79} <Debug> TCPHandler: Processed in 0.001994562 sec.
13246 2025.03.22 20:12:33.862164 [ 200 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full
13247 2025.03.22 20:12:33.862227 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13248 2025.03.22 20:12:33.862318 [ 200 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13249 2025.03.22 20:12:33.862393 [ 200 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 631 rows starting from the beginning of the part
13250 2025.03.22 20:12:33.862416 [ 5 ] {40f69c25-e912-4b2c-b296-895fe58cb0c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13251 2025.03.22 20:12:33.862613 [ 5 ] {40f69c25-e912-4b2c-b296-895fe58cb0c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13252 2025.03.22 20:12:33.862648 [ 200 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 90 rows starting from the beginning of the part
13253 2025.03.22 20:12:33.863029 [ 200 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 583 rows starting from the beginning of the part
13254 2025.03.22 20:12:33.863527 [ 200 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 64 rows starting from the beginning of the part
13255 2025.03.22 20:12:33.863841 [ 200 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 90 rows starting from the beginning of the part
13256 2025.03.22 20:12:33.864177 [ 200 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 77 rows starting from the beginning of the part
13257 2025.03.22 20:12:33.865368 [ 5 ] {40f69c25-e912-4b2c-b296-895fe58cb0c8} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13258 2025.03.22 20:12:33.865427 [ 5 ] {40f69c25-e912-4b2c-b296-895fe58cb0c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
13259 2025.03.22 20:12:33.866538 [ 5 ] {40f69c25-e912-4b2c-b296-895fe58cb0c8} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary)
13260 2025.03.22 20:12:33.866974 [ 5 ] {40f69c25-e912-4b2c-b296-895fe58cb0c8} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13261 2025.03.22 20:12:33.867291 [ 199 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1535 rows, containing 5 columns (5 merged, 0 gathered) in 0.005246421 sec., 292580.4086252323 rows/sec., 23.31 MiB/sec.
13262 2025.03.22 20:12:33.867321 [ 61 ] {} <Debug> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Selected 3 parts from all_1_126_26 to all_128_128_0
13263 2025.03.22 20:12:33.867396 [ 5 ] {40f69c25-e912-4b2c-b296-895fe58cb0c8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005046 sec., 31708.28378913991 rows/sec., 2.21 MiB/sec.
13264 2025.03.22 20:12:33.867455 [ 61 ] {} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13265 2025.03.22 20:12:33.867526 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
13266 2025.03.22 20:12:33.867555 [ 5 ] {40f69c25-e912-4b2c-b296-895fe58cb0c8} <Debug> TCPHandler: Processed in 0.005399695 sec.
13267 2025.03.22 20:12:33.867841 [ 192 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_128_27} <Debug> MergeTask::PrepareStage: Merging 3 parts: from all_1_126_26 to all_128_128_0 into Compact with storage Full
13268 2025.03.22 20:12:33.867868 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13269 2025.03.22 20:12:33.868054 [ 199 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary)
13270 2025.03.22 20:12:33.868197 [ 5 ] {43169a85-0bb2-4bb4-9f77-263a7bbd431c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
13271 2025.03.22 20:12:33.868428 [ 192 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_128_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13272 2025.03.22 20:12:33.868466 [ 5 ] {43169a85-0bb2-4bb4-9f77-263a7bbd431c} <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
13273 2025.03.22 20:12:33.868564 [ 192 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_128_27} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_126_26, total 34137 rows starting from the beginning of the part
13274 2025.03.22 20:12:33.869244 [ 199 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_131_26} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13275 2025.03.22 20:12:33.869339 [ 192 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_128_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 160 rows starting from the beginning of the part
13276 2025.03.22 20:12:33.869606 [ 199 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_131_26} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26
13277 2025.03.22 20:12:33.870069 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
13278 2025.03.22 20:12:33.870098 [ 192 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_128_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 1017 rows starting from the beginning of the part
13279 2025.03.22 20:12:33.872801 [ 5 ] {43169a85-0bb2-4bb4-9f77-263a7bbd431c} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13280 2025.03.22 20:12:33.872875 [ 5 ] {43169a85-0bb2-4bb4-9f77-263a7bbd431c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
13281 2025.03.22 20:12:33.873862 [ 5 ] {43169a85-0bb2-4bb4-9f77-263a7bbd431c} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary)
13282 2025.03.22 20:12:33.874161 [ 5 ] {43169a85-0bb2-4bb4-9f77-263a7bbd431c} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13283 2025.03.22 20:12:33.874398 [ 5 ] {43169a85-0bb2-4bb4-9f77-263a7bbd431c} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.006334 sec., 2052.41553520682 rows/sec., 3.68 MiB/sec.
13284 2025.03.22 20:12:33.874720 [ 5 ] {43169a85-0bb2-4bb4-9f77-263a7bbd431c} <Debug> TCPHandler: Processed in 0.006944917 sec.
13285 2025.03.22 20:12:33.874930 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13286 2025.03.22 20:12:33.875113 [ 5 ] {316fb067-1174-4e88-b099-d5f0f617c657} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13287 2025.03.22 20:12:33.875202 [ 5 ] {316fb067-1174-4e88-b099-d5f0f617c657} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13288 2025.03.22 20:12:33.876051 [ 5 ] {316fb067-1174-4e88-b099-d5f0f617c657} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13289 2025.03.22 20:12:33.876125 [ 5 ] {316fb067-1174-4e88-b099-d5f0f617c657} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
13290 2025.03.22 20:12:33.876773 [ 5 ] {316fb067-1174-4e88-b099-d5f0f617c657} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary)
13291 2025.03.22 20:12:33.877059 [ 5 ] {316fb067-1174-4e88-b099-d5f0f617c657} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13292 2025.03.22 20:12:33.877272 [ 61 ] {} <Debug> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0
13293 2025.03.22 20:12:33.877330 [ 61 ] {} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13294 2025.03.22 20:12:33.877384 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
13295 2025.03.22 20:12:33.877482 [ 5 ] {316fb067-1174-4e88-b099-d5f0f617c657} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002407 sec., 24927.295388450355 rows/sec., 1.68 MiB/sec.
13296 2025.03.22 20:12:33.877729 [ 5 ] {316fb067-1174-4e88-b099-d5f0f617c657} <Debug> TCPHandler: Processed in 0.002862541 sec.
13297 2025.03.22 20:12:33.877744 [ 187 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full
13298 2025.03.22 20:12:33.877947 [ 187 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13299 2025.03.22 20:12:33.877984 [ 187 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 6456 rows starting from the beginning of the part
13300 2025.03.22 20:12:33.878096 [ 187 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 60 rows starting from the beginning of the part
13301 2025.03.22 20:12:33.878390 [ 187 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 48 rows starting from the beginning of the part
13302 2025.03.22 20:12:33.878468 [ 187 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 12 rows starting from the beginning of the part
13303 2025.03.22 20:12:33.878739 [ 187 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 60 rows starting from the beginning of the part
13304 2025.03.22 20:12:33.878928 [ 187 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 60 rows starting from the beginning of the part
13305 2025.03.22 20:12:33.880033 [ 188 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_128_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 35314 rows, containing 5 columns (5 merged, 0 gathered) in 0.012373263 sec., 2854057.171499547 rows/sec., 195.57 MiB/sec.
13306 2025.03.22 20:12:33.880752 [ 190 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_128_27} <Trace> MergedBlockOutputStream: filled checksums all_1_128_27 (state Temporary)
13307 2025.03.22 20:12:33.881367 [ 190 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_128_27} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_merge_all_1_128_27 to all_1_128_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13308 2025.03.22 20:12:33.881570 [ 190 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_128_27} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Merged 3 parts: [all_1_126_26, all_128_128_0] -> all_1_128_27
13309 2025.03.22 20:12:33.881707 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.23 MiB.
13310 2025.03.22 20:12:33.881992 [ 188 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6696 rows, containing 4 columns (4 merged, 0 gathered) in 0.004475005 sec., 1496311.1773059473 rows/sec., 100.86 MiB/sec.
13311 2025.03.22 20:12:33.882400 [ 190 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary)
13312 2025.03.22 20:12:33.882714 [ 190 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_131_26} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13313 2025.03.22 20:12:33.882798 [ 190 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_131_26} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26
13314 2025.03.22 20:12:33.882891 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.23 MiB.
13315 2025.03.22 20:12:35.633264 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 573
13316 2025.03.22 20:12:35.655265 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13317 2025.03.22 20:12:35.655322 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
13318 2025.03.22 20:12:35.662788 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
13319 2025.03.22 20:12:35.663576 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13320 2025.03.22 20:12:35.664061 [ 72 ] {} <Debug> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
13321 2025.03.22 20:12:35.664228 [ 72 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13322 2025.03.22 20:12:35.664292 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB.
13323 2025.03.22 20:12:35.664595 [ 187 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::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
13324 2025.03.22 20:12:35.672967 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 573
13325 2025.03.22 20:12:35.674336 [ 187 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13326 2025.03.22 20:12:35.675240 [ 187 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 536 rows starting from the beginning of the part
13327 2025.03.22 20:12:35.679653 [ 187 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 7 rows starting from the beginning of the part
13328 2025.03.22 20:12:35.684473 [ 187 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 8 rows starting from the beginning of the part
13329 2025.03.22 20:12:35.689629 [ 187 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 7 rows starting from the beginning of the part
13330 2025.03.22 20:12:35.695090 [ 187 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 8 rows starting from the beginning of the part
13331 2025.03.22 20:12:35.700533 [ 187 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 7 rows starting from the beginning of the part
13332 2025.03.22 20:12:35.762156 [ 188 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 573 rows, containing 679 columns (679 merged, 0 gathered) in 0.097735695 sec., 5862.750553930168 rows/sec., 30.32 MiB/sec.
13333 2025.03.22 20:12:35.764980 [ 191 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
13334 2025.03.22 20:12:35.767417 [ 191 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_76_15} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13335 2025.03.22 20:12:35.767519 [ 191 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_76_15} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
13336 2025.03.22 20:12:35.768897 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.97 MiB.
13337 2025.03.22 20:12:36.000156 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 264.33 MiB, peak 281.73 MiB, free memory in arenas 0.00 B, will set to 263.24 MiB (RSS), difference: -1.09 MiB
13338 2025.03.22 20:12:38.852508 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13339 2025.03.22 20:12:38.852732 [ 5 ] {931bd469-14fd-4650-a593-be3ad2fe1c79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
13340 2025.03.22 20:12:38.852812 [ 5 ] {931bd469-14fd-4650-a593-be3ad2fe1c79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
13341 2025.03.22 20:12:38.853638 [ 5 ] {931bd469-14fd-4650-a593-be3ad2fe1c79} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13342 2025.03.22 20:12:38.853681 [ 5 ] {931bd469-14fd-4650-a593-be3ad2fe1c79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB.
13343 2025.03.22 20:12:38.854119 [ 5 ] {931bd469-14fd-4650-a593-be3ad2fe1c79} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
13344 2025.03.22 20:12:38.854368 [ 5 ] {931bd469-14fd-4650-a593-be3ad2fe1c79} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13345 2025.03.22 20:12:38.854576 [ 5 ] {931bd469-14fd-4650-a593-be3ad2fe1c79} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001901 sec., 1052.0778537611784 rows/sec., 85.79 KiB/sec.
13346 2025.03.22 20:12:38.854639 [ 5 ] {931bd469-14fd-4650-a593-be3ad2fe1c79} <Debug> TCPHandler: Processed in 0.002266019 sec.
13347 2025.03.22 20:12:38.854752 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13348 2025.03.22 20:12:38.854859 [ 5 ] {c03e94d1-85af-479c-a378-04730065c733} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13349 2025.03.22 20:12:38.854906 [ 5 ] {c03e94d1-85af-479c-a378-04730065c733} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13350 2025.03.22 20:12:38.855489 [ 5 ] {c03e94d1-85af-479c-a378-04730065c733} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13351 2025.03.22 20:12:38.855526 [ 5 ] {c03e94d1-85af-479c-a378-04730065c733} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB.
13352 2025.03.22 20:12:38.855889 [ 5 ] {c03e94d1-85af-479c-a378-04730065c733} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary)
13353 2025.03.22 20:12:38.856126 [ 5 ] {c03e94d1-85af-479c-a378-04730065c733} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13354 2025.03.22 20:12:38.856314 [ 5 ] {c03e94d1-85af-479c-a378-04730065c733} <Debug> executeQuery: Read 109 rows, 9.32 KiB in 0.001479 sec., 73698.44489519946 rows/sec., 6.15 MiB/sec.
13355 2025.03.22 20:12:38.856386 [ 5 ] {c03e94d1-85af-479c-a378-04730065c733} <Debug> TCPHandler: Processed in 0.001683776 sec.
13356 2025.03.22 20:12:38.856553 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13357 2025.03.22 20:12:38.856694 [ 5 ] {51fdf2da-caa6-4ed1-8428-2a26195e8f96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
13358 2025.03.22 20:12:38.856758 [ 5 ] {51fdf2da-caa6-4ed1-8428-2a26195e8f96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13359 2025.03.22 20:12:38.857299 [ 5 ] {51fdf2da-caa6-4ed1-8428-2a26195e8f96} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13360 2025.03.22 20:12:38.857335 [ 5 ] {51fdf2da-caa6-4ed1-8428-2a26195e8f96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB.
13361 2025.03.22 20:12:38.857679 [ 5 ] {51fdf2da-caa6-4ed1-8428-2a26195e8f96} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary)
13362 2025.03.22 20:12:38.857913 [ 5 ] {51fdf2da-caa6-4ed1-8428-2a26195e8f96} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13363 2025.03.22 20:12:38.858106 [ 5 ] {51fdf2da-caa6-4ed1-8428-2a26195e8f96} <Debug> executeQuery: Read 28 rows, 2.09 KiB in 0.001444 sec., 19390.581717451525 rows/sec., 1.42 MiB/sec.
13364 2025.03.22 20:12:38.858163 [ 5 ] {51fdf2da-caa6-4ed1-8428-2a26195e8f96} <Debug> TCPHandler: Processed in 0.001676086 sec.
13365 2025.03.22 20:12:38.858286 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13366 2025.03.22 20:12:38.858402 [ 5 ] {8231674f-6683-44ae-9046-1bb009ee6def} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13367 2025.03.22 20:12:38.858447 [ 5 ] {8231674f-6683-44ae-9046-1bb009ee6def} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13368 2025.03.22 20:12:38.859005 [ 5 ] {8231674f-6683-44ae-9046-1bb009ee6def} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13369 2025.03.22 20:12:38.859045 [ 5 ] {8231674f-6683-44ae-9046-1bb009ee6def} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB.
13370 2025.03.22 20:12:38.859409 [ 5 ] {8231674f-6683-44ae-9046-1bb009ee6def} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary)
13371 2025.03.22 20:12:38.859655 [ 5 ] {8231674f-6683-44ae-9046-1bb009ee6def} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13372 2025.03.22 20:12:38.859867 [ 5 ] {8231674f-6683-44ae-9046-1bb009ee6def} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.001488 sec., 61827.956989247316 rows/sec., 4.83 MiB/sec.
13373 2025.03.22 20:12:38.859919 [ 5 ] {8231674f-6683-44ae-9046-1bb009ee6def} <Debug> TCPHandler: Processed in 0.001685926 sec.
13374 2025.03.22 20:12:38.860036 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13375 2025.03.22 20:12:38.860141 [ 5 ] {a814275b-af3f-435f-83af-311d0044e9cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13376 2025.03.22 20:12:38.860191 [ 5 ] {a814275b-af3f-435f-83af-311d0044e9cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13377 2025.03.22 20:12:38.860714 [ 5 ] {a814275b-af3f-435f-83af-311d0044e9cb} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13378 2025.03.22 20:12:38.860753 [ 5 ] {a814275b-af3f-435f-83af-311d0044e9cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB.
13379 2025.03.22 20:12:38.861133 [ 5 ] {a814275b-af3f-435f-83af-311d0044e9cb} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary)
13380 2025.03.22 20:12:38.861366 [ 5 ] {a814275b-af3f-435f-83af-311d0044e9cb} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13381 2025.03.22 20:12:38.861583 [ 5 ] {a814275b-af3f-435f-83af-311d0044e9cb} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001463 sec., 110047.84688995214 rows/sec., 7.66 MiB/sec.
13382 2025.03.22 20:12:38.861633 [ 5 ] {a814275b-af3f-435f-83af-311d0044e9cb} <Debug> TCPHandler: Processed in 0.001647025 sec.
13383 2025.03.22 20:12:38.861754 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13384 2025.03.22 20:12:38.861867 [ 5 ] {52c02562-74d0-4f7e-a2c5-35d5919bd210} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
13385 2025.03.22 20:12:38.861935 [ 5 ] {52c02562-74d0-4f7e-a2c5-35d5919bd210} <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
13386 2025.03.22 20:12:38.863081 [ 5 ] {52c02562-74d0-4f7e-a2c5-35d5919bd210} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13387 2025.03.22 20:12:38.863123 [ 5 ] {52c02562-74d0-4f7e-a2c5-35d5919bd210} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB.
13388 2025.03.22 20:12:38.863763 [ 5 ] {52c02562-74d0-4f7e-a2c5-35d5919bd210} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary)
13389 2025.03.22 20:12:38.864019 [ 5 ] {52c02562-74d0-4f7e-a2c5-35d5919bd210} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13390 2025.03.22 20:12:38.864271 [ 5 ] {52c02562-74d0-4f7e-a2c5-35d5919bd210} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002426 sec., 10717.230008244022 rows/sec., 19.20 MiB/sec.
13391 2025.03.22 20:12:38.864389 [ 5 ] {52c02562-74d0-4f7e-a2c5-35d5919bd210} <Debug> TCPHandler: Processed in 0.002686747 sec.
13392 2025.03.22 20:12:38.864532 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13393 2025.03.22 20:12:38.864637 [ 5 ] {f72cba93-d647-4bdd-a732-ffaade66e4a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13394 2025.03.22 20:12:38.864682 [ 5 ] {f72cba93-d647-4bdd-a732-ffaade66e4a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13395 2025.03.22 20:12:38.865128 [ 5 ] {f72cba93-d647-4bdd-a732-ffaade66e4a6} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13396 2025.03.22 20:12:38.865168 [ 5 ] {f72cba93-d647-4bdd-a732-ffaade66e4a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB.
13397 2025.03.22 20:12:38.865561 [ 5 ] {f72cba93-d647-4bdd-a732-ffaade66e4a6} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary)
13398 2025.03.22 20:12:38.865816 [ 5 ] {f72cba93-d647-4bdd-a732-ffaade66e4a6} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13399 2025.03.22 20:12:38.866020 [ 5 ] {f72cba93-d647-4bdd-a732-ffaade66e4a6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001405 sec., 42704.62633451957 rows/sec., 2.88 MiB/sec.
13400 2025.03.22 20:12:38.866072 [ 5 ] {f72cba93-d647-4bdd-a732-ffaade66e4a6} <Debug> TCPHandler: Processed in 0.001589693 sec.
13401 2025.03.22 20:12:40.574234 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 35319
13402 2025.03.22 20:12:40.575129 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13403 2025.03.22 20:12:40.575202 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB.
13404 2025.03.22 20:12:40.575888 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
13405 2025.03.22 20:12:40.576247 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13406 2025.03.22 20:12:40.576581 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35319
13407 2025.03.22 20:12:43.174013 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 581
13408 2025.03.22 20:12:43.196941 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13409 2025.03.22 20:12:43.197026 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB.
13410 2025.03.22 20:12:43.204639 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
13411 2025.03.22 20:12:43.205449 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13412 2025.03.22 20:12:43.208947 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 581
13413 2025.03.22 20:12:43.269764 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1828
13414 2025.03.22 20:12:43.272909 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13415 2025.03.22 20:12:43.272961 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB.
13416 2025.03.22 20:12:43.274517 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
13417 2025.03.22 20:12:43.274836 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13418 2025.03.22 20:12:43.275407 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1828
13419 2025.03.22 20:12:43.350774 [ 223 ] {} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
13420 2025.03.22 20:12:43.350811 [ 223 ] {} <Debug> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
13421 2025.03.22 20:12:43.352695 [ 223 ] {} <Debug> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
13422 2025.03.22 20:12:43.457900 [ 221 ] {} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
13423 2025.03.22 20:12:43.457958 [ 221 ] {} <Debug> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
13424 2025.03.22 20:12:43.459813 [ 221 ] {} <Debug> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
13425 2025.03.22 20:12:43.852039 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13426 2025.03.22 20:12:43.852218 [ 5 ] {13b399c1-9d09-45d5-bf64-69c2d6e65ffd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13427 2025.03.22 20:12:43.852290 [ 5 ] {13b399c1-9d09-45d5-bf64-69c2d6e65ffd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13428 2025.03.22 20:12:43.853103 [ 5 ] {13b399c1-9d09-45d5-bf64-69c2d6e65ffd} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13429 2025.03.22 20:12:43.853148 [ 5 ] {13b399c1-9d09-45d5-bf64-69c2d6e65ffd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB.
13430 2025.03.22 20:12:43.853579 [ 5 ] {13b399c1-9d09-45d5-bf64-69c2d6e65ffd} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary)
13431 2025.03.22 20:12:43.853835 [ 5 ] {13b399c1-9d09-45d5-bf64-69c2d6e65ffd} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13432 2025.03.22 20:12:43.854085 [ 5 ] {13b399c1-9d09-45d5-bf64-69c2d6e65ffd} <Debug> executeQuery: Read 82 rows, 6.94 KiB in 0.001918 sec., 42752.86757038582 rows/sec., 3.53 MiB/sec.
13433 2025.03.22 20:12:43.854152 [ 5 ] {13b399c1-9d09-45d5-bf64-69c2d6e65ffd} <Debug> TCPHandler: Processed in 0.002240258 sec.
13434 2025.03.22 20:12:43.854278 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13435 2025.03.22 20:12:43.854389 [ 5 ] {13e64ca0-d7e0-48b1-b0b9-d4d307edf149} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
13436 2025.03.22 20:12:43.854437 [ 5 ] {13e64ca0-d7e0-48b1-b0b9-d4d307edf149} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13437 2025.03.22 20:12:43.854983 [ 5 ] {13e64ca0-d7e0-48b1-b0b9-d4d307edf149} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13438 2025.03.22 20:12:43.855023 [ 5 ] {13e64ca0-d7e0-48b1-b0b9-d4d307edf149} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB.
13439 2025.03.22 20:12:43.855387 [ 5 ] {13e64ca0-d7e0-48b1-b0b9-d4d307edf149} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary)
13440 2025.03.22 20:12:43.855622 [ 5 ] {13e64ca0-d7e0-48b1-b0b9-d4d307edf149} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13441 2025.03.22 20:12:43.855856 [ 5 ] {13e64ca0-d7e0-48b1-b0b9-d4d307edf149} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.00149 sec., 8724.832214765102 rows/sec., 656.07 KiB/sec.
13442 2025.03.22 20:12:43.855953 [ 5 ] {13e64ca0-d7e0-48b1-b0b9-d4d307edf149} <Debug> TCPHandler: Processed in 0.001726307 sec.
13443 2025.03.22 20:12:43.856090 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13444 2025.03.22 20:12:43.856378 [ 5 ] {d0d03909-afd8-4b94-b901-ff33b1993ccb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13445 2025.03.22 20:12:43.856490 [ 5 ] {d0d03909-afd8-4b94-b901-ff33b1993ccb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13446 2025.03.22 20:12:43.857089 [ 5 ] {d0d03909-afd8-4b94-b901-ff33b1993ccb} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13447 2025.03.22 20:12:43.857128 [ 5 ] {d0d03909-afd8-4b94-b901-ff33b1993ccb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB.
13448 2025.03.22 20:12:43.857482 [ 5 ] {d0d03909-afd8-4b94-b901-ff33b1993ccb} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary)
13449 2025.03.22 20:12:43.857715 [ 5 ] {d0d03909-afd8-4b94-b901-ff33b1993ccb} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13450 2025.03.22 20:12:43.857907 [ 5 ] {d0d03909-afd8-4b94-b901-ff33b1993ccb} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.001627 sec., 47326.36754763368 rows/sec., 3.70 MiB/sec.
13451 2025.03.22 20:12:43.857973 [ 5 ] {d0d03909-afd8-4b94-b901-ff33b1993ccb} <Debug> TCPHandler: Processed in 0.001962902 sec.
13452 2025.03.22 20:12:43.858017 [ 223 ] {} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
13453 2025.03.22 20:12:43.858081 [ 223 ] {} <Debug> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
13454 2025.03.22 20:12:43.858118 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13455 2025.03.22 20:12:43.858364 [ 5 ] {e470163e-ee81-4624-94de-56c21315d617} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13456 2025.03.22 20:12:43.858415 [ 5 ] {e470163e-ee81-4624-94de-56c21315d617} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13457 2025.03.22 20:12:43.859335 [ 5 ] {e470163e-ee81-4624-94de-56c21315d617} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13458 2025.03.22 20:12:43.859404 [ 5 ] {e470163e-ee81-4624-94de-56c21315d617} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB.
13459 2025.03.22 20:12:43.860221 [ 5 ] {e470163e-ee81-4624-94de-56c21315d617} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary)
13460 2025.03.22 20:12:43.860648 [ 5 ] {e470163e-ee81-4624-94de-56c21315d617} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13461 2025.03.22 20:12:43.860922 [ 125 ] {} <Debug> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Selected 2 parts from all_1_128_27 to all_129_129_0
13462 2025.03.22 20:12:43.860997 [ 125 ] {} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13463 2025.03.22 20:12:43.861007 [ 5 ] {e470163e-ee81-4624-94de-56c21315d617} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00275 sec., 58181.818181818184 rows/sec., 4.05 MiB/sec.
13464 2025.03.22 20:12:43.861046 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB.
13465 2025.03.22 20:12:43.861226 [ 5 ] {e470163e-ee81-4624-94de-56c21315d617} <Debug> TCPHandler: Processed in 0.003166107 sec.
13466 2025.03.22 20:12:43.861427 [ 222 ] {} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
13467 2025.03.22 20:12:43.861533 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
13468 2025.03.22 20:12:43.861544 [ 198 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_129_28} <Debug> MergeTask::PrepareStage: Merging 2 parts: from all_1_128_27 to all_129_129_0 into Compact with storage Full
13469 2025.03.22 20:12:43.861612 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13470 2025.03.22 20:12:43.862148 [ 5 ] {dfa8751c-f73f-41b1-a667-721c24c59148} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
13471 2025.03.22 20:12:43.862562 [ 198 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_129_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13472 2025.03.22 20:12:43.862600 [ 5 ] {dfa8751c-f73f-41b1-a667-721c24c59148} <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
13473 2025.03.22 20:12:43.862696 [ 223 ] {} <Debug> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
13474 2025.03.22 20:12:43.862800 [ 198 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_129_28} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_128_27, total 35314 rows starting from the beginning of the part
13475 2025.03.22 20:12:43.864436 [ 198 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_129_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 32 rows starting from the beginning of the part
13476 2025.03.22 20:12:43.870452 [ 5 ] {dfa8751c-f73f-41b1-a667-721c24c59148} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13477 2025.03.22 20:12:43.870513 [ 5 ] {dfa8751c-f73f-41b1-a667-721c24c59148} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB.
13478 2025.03.22 20:12:43.870646 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
13479 2025.03.22 20:12:43.872829 [ 5 ] {dfa8751c-f73f-41b1-a667-721c24c59148} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary)
13480 2025.03.22 20:12:43.873137 [ 5 ] {dfa8751c-f73f-41b1-a667-721c24c59148} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13481 2025.03.22 20:12:43.873448 [ 5 ] {dfa8751c-f73f-41b1-a667-721c24c59148} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.011538 sec., 1126.711735136072 rows/sec., 2.02 MiB/sec.
13482 2025.03.22 20:12:43.873605 [ 5 ] {dfa8751c-f73f-41b1-a667-721c24c59148} <Debug> TCPHandler: Processed in 0.012133438 sec.
13483 2025.03.22 20:12:43.873774 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13484 2025.03.22 20:12:43.873982 [ 5 ] {83ff9283-21f7-49f8-bdd2-35e1cff970be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13485 2025.03.22 20:12:43.874045 [ 5 ] {83ff9283-21f7-49f8-bdd2-35e1cff970be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13486 2025.03.22 20:12:43.874600 [ 5 ] {83ff9283-21f7-49f8-bdd2-35e1cff970be} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13487 2025.03.22 20:12:43.874638 [ 5 ] {83ff9283-21f7-49f8-bdd2-35e1cff970be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB.
13488 2025.03.22 20:12:43.875172 [ 5 ] {83ff9283-21f7-49f8-bdd2-35e1cff970be} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary)
13489 2025.03.22 20:12:43.875517 [ 5 ] {83ff9283-21f7-49f8-bdd2-35e1cff970be} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13490 2025.03.22 20:12:43.875715 [ 198 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_129_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 35346 rows, containing 5 columns (5 merged, 0 gathered) in 0.014463117 sec., 2443871.5388944168 rows/sec., 167.46 MiB/sec.
13491 2025.03.22 20:12:43.875888 [ 5 ] {83ff9283-21f7-49f8-bdd2-35e1cff970be} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002014 sec., 29791.45978152929 rows/sec., 2.01 MiB/sec.
13492 2025.03.22 20:12:43.875965 [ 5 ] {83ff9283-21f7-49f8-bdd2-35e1cff970be} <Debug> TCPHandler: Processed in 0.002261558 sec.
13493 2025.03.22 20:12:43.876064 [ 198 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_129_28} <Trace> MergedBlockOutputStream: filled checksums all_1_129_28 (state Temporary)
13494 2025.03.22 20:12:43.876357 [ 198 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_129_28} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_merge_all_1_129_28 to all_1_129_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13495 2025.03.22 20:12:43.876430 [ 198 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_129_28} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Merged 2 parts: [all_1_128_27, all_129_129_0] -> all_1_129_28
13496 2025.03.22 20:12:43.876506 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB.
13497 2025.03.22 20:12:44.000163 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 264.25 MiB, peak 281.73 MiB, free memory in arenas 0.00 B, will set to 263.24 MiB (RSS), difference: -1.01 MiB
13498 2025.03.22 20:12:47.798391 [ 127 ] {} <Debug> DNSResolver: Updating DNS cache
13499 2025.03.22 20:12:47.798458 [ 127 ] {} <Debug> DNSResolver: Updated DNS cache
13500 2025.03.22 20:12:48.077690 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 35807
13501 2025.03.22 20:12:48.078366 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13502 2025.03.22 20:12:48.078413 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB.
13503 2025.03.22 20:12:48.078939 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
13504 2025.03.22 20:12:48.079193 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13505 2025.03.22 20:12:48.079443 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35807
13506 2025.03.22 20:12:48.853472 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13507 2025.03.22 20:12:48.853734 [ 5 ] {4b7a4d7d-5759-4801-95d3-1d2865ca89e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13508 2025.03.22 20:12:48.853843 [ 5 ] {4b7a4d7d-5759-4801-95d3-1d2865ca89e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13509 2025.03.22 20:12:48.854927 [ 5 ] {4b7a4d7d-5759-4801-95d3-1d2865ca89e1} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13510 2025.03.22 20:12:48.854979 [ 5 ] {4b7a4d7d-5759-4801-95d3-1d2865ca89e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB.
13511 2025.03.22 20:12:48.855416 [ 5 ] {4b7a4d7d-5759-4801-95d3-1d2865ca89e1} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary)
13512 2025.03.22 20:12:48.855678 [ 5 ] {4b7a4d7d-5759-4801-95d3-1d2865ca89e1} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13513 2025.03.22 20:12:48.855922 [ 5 ] {4b7a4d7d-5759-4801-95d3-1d2865ca89e1} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.002265 sec., 47682.11920529801 rows/sec., 3.99 MiB/sec.
13514 2025.03.22 20:12:48.855989 [ 5 ] {4b7a4d7d-5759-4801-95d3-1d2865ca89e1} <Debug> TCPHandler: Processed in 0.002647876 sec.
13515 2025.03.22 20:12:48.856117 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13516 2025.03.22 20:12:48.856229 [ 5 ] {cc0f49ac-33f3-4e52-a606-b4e536231d81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
13517 2025.03.22 20:12:48.856279 [ 5 ] {cc0f49ac-33f3-4e52-a606-b4e536231d81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13518 2025.03.22 20:12:48.856820 [ 5 ] {cc0f49ac-33f3-4e52-a606-b4e536231d81} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13519 2025.03.22 20:12:48.856860 [ 5 ] {cc0f49ac-33f3-4e52-a606-b4e536231d81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB.
13520 2025.03.22 20:12:48.857211 [ 5 ] {cc0f49ac-33f3-4e52-a606-b4e536231d81} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary)
13521 2025.03.22 20:12:48.857438 [ 5 ] {cc0f49ac-33f3-4e52-a606-b4e536231d81} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13522 2025.03.22 20:12:48.857637 [ 126 ] {} <Debug> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0
13523 2025.03.22 20:12:48.857645 [ 5 ] {cc0f49ac-33f3-4e52-a606-b4e536231d81} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.00143 sec., 18181.81818181818 rows/sec., 1.34 MiB/sec.
13524 2025.03.22 20:12:48.857738 [ 126 ] {} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13525 2025.03.22 20:12:48.857815 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB.
13526 2025.03.22 20:12:48.857815 [ 5 ] {cc0f49ac-33f3-4e52-a606-b4e536231d81} <Debug> TCPHandler: Processed in 0.001748127 sec.
13527 2025.03.22 20:12:48.857988 [ 189 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full
13528 2025.03.22 20:12:48.857996 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13529 2025.03.22 20:12:48.858155 [ 189 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13530 2025.03.22 20:12:48.858162 [ 5 ] {4496f075-e3be-4502-b46d-15fd1759de59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13531 2025.03.22 20:12:48.858198 [ 189 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 69 rows starting from the beginning of the part
13532 2025.03.22 20:12:48.858222 [ 5 ] {4496f075-e3be-4502-b46d-15fd1759de59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13533 2025.03.22 20:12:48.858456 [ 189 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 26 rows starting from the beginning of the part
13534 2025.03.22 20:12:48.858771 [ 189 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 13 rows starting from the beginning of the part
13535 2025.03.22 20:12:48.859090 [ 189 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 28 rows starting from the beginning of the part
13536 2025.03.22 20:12:48.859423 [ 189 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 13 rows starting from the beginning of the part
13537 2025.03.22 20:12:48.859659 [ 189 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 26 rows starting from the beginning of the part
13538 2025.03.22 20:12:48.860386 [ 5 ] {4496f075-e3be-4502-b46d-15fd1759de59} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13539 2025.03.22 20:12:48.860433 [ 5 ] {4496f075-e3be-4502-b46d-15fd1759de59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB.
13540 2025.03.22 20:12:48.861003 [ 5 ] {4496f075-e3be-4502-b46d-15fd1759de59} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary)
13541 2025.03.22 20:12:48.861235 [ 195 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 175 rows, containing 5 columns (5 merged, 0 gathered) in 0.00332085 sec., 52697.35158167336 rows/sec., 4.06 MiB/sec.
13542 2025.03.22 20:12:48.861384 [ 5 ] {4496f075-e3be-4502-b46d-15fd1759de59} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13543 2025.03.22 20:12:48.861506 [ 195 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary)
13544 2025.03.22 20:12:48.861819 [ 5 ] {4496f075-e3be-4502-b46d-15fd1759de59} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.003693 sec., 24370.43054427295 rows/sec., 1.90 MiB/sec.
13545 2025.03.22 20:12:48.861961 [ 5 ] {4496f075-e3be-4502-b46d-15fd1759de59} <Debug> TCPHandler: Processed in 0.004019915 sec.
13546 2025.03.22 20:12:48.862351 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13547 2025.03.22 20:12:48.862406 [ 195 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_111_22} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13548 2025.03.22 20:12:48.862773 [ 195 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_111_22} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22
13549 2025.03.22 20:12:48.862794 [ 5 ] {3a018e78-1b22-485c-b7b4-d7ff46efcbc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13550 2025.03.22 20:12:48.863058 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
13551 2025.03.22 20:12:48.863077 [ 5 ] {3a018e78-1b22-485c-b7b4-d7ff46efcbc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13552 2025.03.22 20:12:48.863911 [ 5 ] {3a018e78-1b22-485c-b7b4-d7ff46efcbc0} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13553 2025.03.22 20:12:48.863950 [ 5 ] {3a018e78-1b22-485c-b7b4-d7ff46efcbc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB.
13554 2025.03.22 20:12:48.864333 [ 5 ] {3a018e78-1b22-485c-b7b4-d7ff46efcbc0} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary)
13555 2025.03.22 20:12:48.864576 [ 5 ] {3a018e78-1b22-485c-b7b4-d7ff46efcbc0} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13556 2025.03.22 20:12:48.864756 [ 126 ] {} <Debug> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Selected 2 parts from all_1_129_28 to all_130_130_0
13557 2025.03.22 20:12:48.864817 [ 126 ] {} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13558 2025.03.22 20:12:48.864824 [ 5 ] {3a018e78-1b22-485c-b7b4-d7ff46efcbc0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002175 sec., 73563.2183908046 rows/sec., 5.12 MiB/sec.
13559 2025.03.22 20:12:48.864850 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB.
13560 2025.03.22 20:12:48.864989 [ 5 ] {3a018e78-1b22-485c-b7b4-d7ff46efcbc0} <Debug> TCPHandler: Processed in 0.002777249 sec.
13561 2025.03.22 20:12:48.865055 [ 194 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_130_29} <Debug> MergeTask::PrepareStage: Merging 2 parts: from all_1_129_28 to all_130_130_0 into Compact with storage Full
13562 2025.03.22 20:12:48.865164 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13563 2025.03.22 20:12:48.865308 [ 194 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_130_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13564 2025.03.22 20:12:48.865399 [ 5 ] {df489241-41db-4424-a3b8-c4eb584eaa9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
13565 2025.03.22 20:12:48.865398 [ 194 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_130_29} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_129_28, total 35346 rows starting from the beginning of the part
13566 2025.03.22 20:12:48.865653 [ 5 ] {df489241-41db-4424-a3b8-c4eb584eaa9d} <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
13567 2025.03.22 20:12:48.865810 [ 194 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_130_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 160 rows starting from the beginning of the part
13568 2025.03.22 20:12:48.868648 [ 5 ] {df489241-41db-4424-a3b8-c4eb584eaa9d} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13569 2025.03.22 20:12:48.868692 [ 5 ] {df489241-41db-4424-a3b8-c4eb584eaa9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB.
13570 2025.03.22 20:12:48.869536 [ 5 ] {df489241-41db-4424-a3b8-c4eb584eaa9d} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary)
13571 2025.03.22 20:12:48.869953 [ 5 ] {df489241-41db-4424-a3b8-c4eb584eaa9d} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13572 2025.03.22 20:12:48.870177 [ 126 ] {} <Debug> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0
13573 2025.03.22 20:12:48.870246 [ 126 ] {} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13574 2025.03.22 20:12:48.870283 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB.
13575 2025.03.22 20:12:48.870291 [ 5 ] {df489241-41db-4424-a3b8-c4eb584eaa9d} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.004946 sec., 5256.773150020218 rows/sec., 9.42 MiB/sec.
13576 2025.03.22 20:12:48.871067 [ 195 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full
13577 2025.03.22 20:12:48.871194 [ 5 ] {df489241-41db-4424-a3b8-c4eb584eaa9d} <Debug> TCPHandler: Processed in 0.00609424 sec.
13578 2025.03.22 20:12:48.872137 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13579 2025.03.22 20:12:48.872529 [ 5 ] {8d94f2ec-0272-44e0-b985-b6f72aaba52d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13580 2025.03.22 20:12:48.872738 [ 5 ] {8d94f2ec-0272-44e0-b985-b6f72aaba52d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13581 2025.03.22 20:12:48.873356 [ 195 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13582 2025.03.22 20:12:48.873825 [ 195 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 2024 rows starting from the beginning of the part
13583 2025.03.22 20:12:48.875424 [ 195 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 26 rows starting from the beginning of the part
13584 2025.03.22 20:12:48.876233 [ 5 ] {8d94f2ec-0272-44e0-b985-b6f72aaba52d} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13585 2025.03.22 20:12:48.876350 [ 5 ] {8d94f2ec-0272-44e0-b985-b6f72aaba52d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB.
13586 2025.03.22 20:12:48.876386 [ 195 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 13 rows starting from the beginning of the part
13587 2025.03.22 20:12:48.877488 [ 195 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 26 rows starting from the beginning of the part
13588 2025.03.22 20:12:48.877732 [ 201 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_130_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 35506 rows, containing 5 columns (5 merged, 0 gathered) in 0.012751431 sec., 2784471.797714311 rows/sec., 190.81 MiB/sec.
13589 2025.03.22 20:12:48.878237 [ 5 ] {8d94f2ec-0272-44e0-b985-b6f72aaba52d} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary)
13590 2025.03.22 20:12:48.878325 [ 201 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_130_29} <Trace> MergedBlockOutputStream: filled checksums all_1_130_29 (state Temporary)
13591 2025.03.22 20:12:48.878649 [ 195 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 13 rows starting from the beginning of the part
13592 2025.03.22 20:12:48.879078 [ 5 ] {8d94f2ec-0272-44e0-b985-b6f72aaba52d} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13593 2025.03.22 20:12:48.879612 [ 201 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_130_29} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_merge_all_1_130_29 to all_1_130_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13594 2025.03.22 20:12:48.879969 [ 195 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 26 rows starting from the beginning of the part
13595 2025.03.22 20:12:48.880088 [ 201 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_130_29} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Merged 2 parts: [all_1_129_28, all_130_130_0] -> all_1_130_29
13596 2025.03.22 20:12:48.880265 [ 5 ] {8d94f2ec-0272-44e0-b985-b6f72aaba52d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.007838 sec., 7655.014034192396 rows/sec., 528.28 KiB/sec.
13597 2025.03.22 20:12:48.880432 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB.
13598 2025.03.22 20:12:48.880686 [ 5 ] {8d94f2ec-0272-44e0-b985-b6f72aaba52d} <Debug> TCPHandler: Processed in 0.008691634 sec.
13599 2025.03.22 20:12:48.889346 [ 196 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2128 rows, containing 19 columns (19 merged, 0 gathered) in 0.01882156 sec., 113061.82909386895 rows/sec., 202.60 MiB/sec.
13600 2025.03.22 20:12:48.891861 [ 196 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary)
13601 2025.03.22 20:12:48.892376 [ 196 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_111_22} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13602 2025.03.22 20:12:48.892475 [ 196 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_111_22} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22
13603 2025.03.22 20:12:48.892659 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB.
13604 2025.03.22 20:12:49.000161 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 263.80 MiB, peak 281.74 MiB, free memory in arenas 0.00 B, will set to 265.05 MiB (RSS), difference: 1.25 MiB
13605 2025.03.22 20:12:50.709993 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 588
13606 2025.03.22 20:12:50.732523 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13607 2025.03.22 20:12:50.732575 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB.
13608 2025.03.22 20:12:50.740030 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
13609 2025.03.22 20:12:50.740832 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13610 2025.03.22 20:12:50.743612 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 588
13611 2025.03.22 20:12:52.145032 [ 217 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
13612 2025.03.22 20:12:52.145097 [ 217 ] {} <Debug> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
13613 2025.03.22 20:12:52.146965 [ 217 ] {} <Debug> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0]
13614 2025.03.22 20:12:52.214378 [ 219 ] {} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
13615 2025.03.22 20:12:52.214429 [ 219 ] {} <Debug> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
13616 2025.03.22 20:12:52.216345 [ 219 ] {} <Debug> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
13617 2025.03.22 20:12:52.487975 [ 219 ] {} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
13618 2025.03.22 20:12:52.488043 [ 219 ] {} <Debug> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
13619 2025.03.22 20:12:52.489987 [ 219 ] {} <Debug> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
13620 2025.03.22 20:12:52.847987 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13621 2025.03.22 20:12:52.848187 [ 5 ] {16f92ec2-64c2-4067-bd59-b9379ce513ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
13622 2025.03.22 20:12:52.848264 [ 5 ] {16f92ec2-64c2-4067-bd59-b9379ce513ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
13623 2025.03.22 20:12:52.849091 [ 5 ] {16f92ec2-64c2-4067-bd59-b9379ce513ab} <Trace> oximeter.fields_i16 (264093f9-a655-4468-9a79-5d699a3bbf39): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13624 2025.03.22 20:12:52.849134 [ 5 ] {16f92ec2-64c2-4067-bd59-b9379ce513ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB.
13625 2025.03.22 20:12:52.849549 [ 5 ] {16f92ec2-64c2-4067-bd59-b9379ce513ab} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
13626 2025.03.22 20:12:52.849806 [ 5 ] {16f92ec2-64c2-4067-bd59-b9379ce513ab} <Trace> oximeter.fields_i16 (264093f9-a655-4468-9a79-5d699a3bbf39): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13627 2025.03.22 20:12:52.850014 [ 5 ] {16f92ec2-64c2-4067-bd59-b9379ce513ab} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001884 sec., 12738.853503184713 rows/sec., 1.06 MiB/sec.
13628 2025.03.22 20:12:52.850139 [ 5 ] {16f92ec2-64c2-4067-bd59-b9379ce513ab} <Debug> TCPHandler: Processed in 0.002285368 sec.
13629 2025.03.22 20:12:52.850271 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13630 2025.03.22 20:12:52.850392 [ 5 ] {9fba529e-4daf-43e3-8f42-452930edb2c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13631 2025.03.22 20:12:52.850441 [ 5 ] {9fba529e-4daf-43e3-8f42-452930edb2c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13632 2025.03.22 20:12:52.851687 [ 5 ] {9fba529e-4daf-43e3-8f42-452930edb2c4} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13633 2025.03.22 20:12:52.851725 [ 5 ] {9fba529e-4daf-43e3-8f42-452930edb2c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB.
13634 2025.03.22 20:12:52.852177 [ 5 ] {9fba529e-4daf-43e3-8f42-452930edb2c4} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary)
13635 2025.03.22 20:12:52.852425 [ 5 ] {9fba529e-4daf-43e3-8f42-452930edb2c4} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13636 2025.03.22 20:12:52.852602 [ 5 ] {9fba529e-4daf-43e3-8f42-452930edb2c4} <Debug> executeQuery: Read 1342 rows, 114.49 KiB in 0.002239 sec., 599374.7208575257 rows/sec., 49.94 MiB/sec.
13637 2025.03.22 20:12:52.852654 [ 5 ] {9fba529e-4daf-43e3-8f42-452930edb2c4} <Debug> TCPHandler: Processed in 0.002437381 sec.
13638 2025.03.22 20:12:52.852792 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13639 2025.03.22 20:12:52.852896 [ 5 ] {ba05824f-4214-44f0-b857-0fed847ff1bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
13640 2025.03.22 20:12:52.852939 [ 5 ] {ba05824f-4214-44f0-b857-0fed847ff1bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13641 2025.03.22 20:12:52.853478 [ 5 ] {ba05824f-4214-44f0-b857-0fed847ff1bc} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13642 2025.03.22 20:12:52.853514 [ 5 ] {ba05824f-4214-44f0-b857-0fed847ff1bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB.
13643 2025.03.22 20:12:52.853852 [ 5 ] {ba05824f-4214-44f0-b857-0fed847ff1bc} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary)
13644 2025.03.22 20:12:52.854092 [ 5 ] {ba05824f-4214-44f0-b857-0fed847ff1bc} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13645 2025.03.22 20:12:52.854259 [ 5 ] {ba05824f-4214-44f0-b857-0fed847ff1bc} <Debug> executeQuery: Read 25 rows, 1.94 KiB in 0.001385 sec., 18050.54151624549 rows/sec., 1.37 MiB/sec.
13646 2025.03.22 20:12:52.854308 [ 5 ] {ba05824f-4214-44f0-b857-0fed847ff1bc} <Debug> TCPHandler: Processed in 0.001565914 sec.
13647 2025.03.22 20:12:52.854410 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13648 2025.03.22 20:12:52.854509 [ 5 ] {c9a287d1-a3bd-40aa-a736-e2cfb42c0fe5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
13649 2025.03.22 20:12:52.854553 [ 5 ] {c9a287d1-a3bd-40aa-a736-e2cfb42c0fe5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
13650 2025.03.22 20:12:52.855154 [ 5 ] {c9a287d1-a3bd-40aa-a736-e2cfb42c0fe5} <Trace> oximeter.fields_u32 (ad7a5232-f0e1-40d6-acb0-24ed1d64c039): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13651 2025.03.22 20:12:52.855191 [ 5 ] {c9a287d1-a3bd-40aa-a736-e2cfb42c0fe5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB.
13652 2025.03.22 20:12:52.855544 [ 5 ] {c9a287d1-a3bd-40aa-a736-e2cfb42c0fe5} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
13653 2025.03.22 20:12:52.855776 [ 5 ] {c9a287d1-a3bd-40aa-a736-e2cfb42c0fe5} <Trace> oximeter.fields_u32 (ad7a5232-f0e1-40d6-acb0-24ed1d64c039): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13654 2025.03.22 20:12:52.855984 [ 5 ] {c9a287d1-a3bd-40aa-a736-e2cfb42c0fe5} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001487 sec., 169468.72898453262 rows/sec., 11.72 MiB/sec.
13655 2025.03.22 20:12:52.856185 [ 5 ] {c9a287d1-a3bd-40aa-a736-e2cfb42c0fe5} <Debug> TCPHandler: Processed in 0.001818788 sec.
13656 2025.03.22 20:12:52.856361 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13657 2025.03.22 20:12:52.856465 [ 5 ] {bfc330b0-d8f9-4daf-9ccd-acd7ad1c20c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
13658 2025.03.22 20:12:52.856510 [ 5 ] {bfc330b0-d8f9-4daf-9ccd-acd7ad1c20c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
13659 2025.03.22 20:12:52.857045 [ 5 ] {bfc330b0-d8f9-4daf-9ccd-acd7ad1c20c1} <Trace> oximeter.fields_u8 (faaaa09d-c3bc-4a8d-ab11-77969ca3dca4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13660 2025.03.22 20:12:52.857082 [ 5 ] {bfc330b0-d8f9-4daf-9ccd-acd7ad1c20c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB.
13661 2025.03.22 20:12:52.857422 [ 5 ] {bfc330b0-d8f9-4daf-9ccd-acd7ad1c20c1} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
13662 2025.03.22 20:12:52.857657 [ 5 ] {bfc330b0-d8f9-4daf-9ccd-acd7ad1c20c1} <Trace> oximeter.fields_u8 (faaaa09d-c3bc-4a8d-ab11-77969ca3dca4): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13663 2025.03.22 20:12:52.857839 [ 5 ] {bfc330b0-d8f9-4daf-9ccd-acd7ad1c20c1} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001396 sec., 8595.988538681948 rows/sec., 671.56 KiB/sec.
13664 2025.03.22 20:12:52.857948 [ 5 ] {bfc330b0-d8f9-4daf-9ccd-acd7ad1c20c1} <Debug> TCPHandler: Processed in 0.001644595 sec.
13665 2025.03.22 20:12:52.858060 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13666 2025.03.22 20:12:52.858161 [ 5 ] {028206ef-013f-43ff-87b0-0495a2e24937} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13667 2025.03.22 20:12:52.858204 [ 5 ] {028206ef-013f-43ff-87b0-0495a2e24937} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13668 2025.03.22 20:12:52.858948 [ 5 ] {028206ef-013f-43ff-87b0-0495a2e24937} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13669 2025.03.22 20:12:52.858984 [ 5 ] {028206ef-013f-43ff-87b0-0495a2e24937} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB.
13670 2025.03.22 20:12:52.859358 [ 5 ] {028206ef-013f-43ff-87b0-0495a2e24937} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary)
13671 2025.03.22 20:12:52.859590 [ 5 ] {028206ef-013f-43ff-87b0-0495a2e24937} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13672 2025.03.22 20:12:52.859757 [ 5 ] {028206ef-013f-43ff-87b0-0495a2e24937} <Debug> executeQuery: Read 569 rows, 43.70 KiB in 0.001617 sec., 351886.2090290662 rows/sec., 26.39 MiB/sec.
13673 2025.03.22 20:12:52.859806 [ 5 ] {028206ef-013f-43ff-87b0-0495a2e24937} <Debug> TCPHandler: Processed in 0.001801178 sec.
13674 2025.03.22 20:12:52.859907 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13675 2025.03.22 20:12:52.860009 [ 5 ] {4baf49ad-9e5b-4b28-8d60-0974e7579544} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13676 2025.03.22 20:12:52.860057 [ 5 ] {4baf49ad-9e5b-4b28-8d60-0974e7579544} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13677 2025.03.22 20:12:52.860786 [ 5 ] {4baf49ad-9e5b-4b28-8d60-0974e7579544} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13678 2025.03.22 20:12:52.860822 [ 5 ] {4baf49ad-9e5b-4b28-8d60-0974e7579544} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB.
13679 2025.03.22 20:12:52.861252 [ 5 ] {4baf49ad-9e5b-4b28-8d60-0974e7579544} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary)
13680 2025.03.22 20:12:52.861485 [ 5 ] {4baf49ad-9e5b-4b28-8d60-0974e7579544} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13681 2025.03.22 20:12:52.861611 [ 121 ] {} <Debug> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Selected 6 parts from all_1_130_29 to all_135_135_0
13682 2025.03.22 20:12:52.861655 [ 121 ] {} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13683 2025.03.22 20:12:52.861659 [ 5 ] {4baf49ad-9e5b-4b28-8d60-0974e7579544} <Debug> executeQuery: Read 1010 rows, 69.95 KiB in 0.001672 sec., 604066.985645933 rows/sec., 40.86 MiB/sec.
13684 2025.03.22 20:12:52.861681 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB.
13685 2025.03.22 20:12:52.861733 [ 5 ] {4baf49ad-9e5b-4b28-8d60-0974e7579544} <Debug> TCPHandler: Processed in 0.00186839 sec.
13686 2025.03.22 20:12:52.861930 [ 197 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_135_30} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_130_29 to all_135_135_0 into Compact with storage Full
13687 2025.03.22 20:12:52.861969 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13688 2025.03.22 20:12:52.862162 [ 5 ] {50f8178b-794a-4c16-8242-d71e342d7bcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
13689 2025.03.22 20:12:52.862167 [ 197 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_135_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13690 2025.03.22 20:12:52.862338 [ 197 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_135_30} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_130_29, total 35506 rows starting from the beginning of the part
13691 2025.03.22 20:12:52.862705 [ 5 ] {50f8178b-794a-4c16-8242-d71e342d7bcf} <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
13692 2025.03.22 20:12:52.863073 [ 197 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_135_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 160 rows starting from the beginning of the part
13693 2025.03.22 20:12:52.863815 [ 197 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_135_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 161 rows starting from the beginning of the part
13694 2025.03.22 20:12:52.864479 [ 197 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_135_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 160 rows starting from the beginning of the part
13695 2025.03.22 20:12:52.865254 [ 197 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_135_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 160 rows starting from the beginning of the part
13696 2025.03.22 20:12:52.865910 [ 197 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_135_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 1010 rows starting from the beginning of the part
13697 2025.03.22 20:12:52.868067 [ 5 ] {50f8178b-794a-4c16-8242-d71e342d7bcf} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13698 2025.03.22 20:12:52.868111 [ 5 ] {50f8178b-794a-4c16-8242-d71e342d7bcf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB.
13699 2025.03.22 20:12:52.869038 [ 5 ] {50f8178b-794a-4c16-8242-d71e342d7bcf} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary)
13700 2025.03.22 20:12:52.869307 [ 5 ] {50f8178b-794a-4c16-8242-d71e342d7bcf} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13701 2025.03.22 20:12:52.869556 [ 5 ] {50f8178b-794a-4c16-8242-d71e342d7bcf} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.007437 sec., 1748.0166733898077 rows/sec., 3.13 MiB/sec.
13702 2025.03.22 20:12:52.869669 [ 5 ] {50f8178b-794a-4c16-8242-d71e342d7bcf} <Debug> TCPHandler: Processed in 0.007772145 sec.
13703 2025.03.22 20:12:52.869807 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13704 2025.03.22 20:12:52.869924 [ 5 ] {9bf9ac6f-a323-46fa-80c3-e66d05d5bb3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13705 2025.03.22 20:12:52.869984 [ 5 ] {9bf9ac6f-a323-46fa-80c3-e66d05d5bb3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13706 2025.03.22 20:12:52.870493 [ 5 ] {9bf9ac6f-a323-46fa-80c3-e66d05d5bb3b} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13707 2025.03.22 20:12:52.870529 [ 5 ] {9bf9ac6f-a323-46fa-80c3-e66d05d5bb3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB.
13708 2025.03.22 20:12:52.870903 [ 5 ] {9bf9ac6f-a323-46fa-80c3-e66d05d5bb3b} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary)
13709 2025.03.22 20:12:52.871193 [ 5 ] {9bf9ac6f-a323-46fa-80c3-e66d05d5bb3b} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13710 2025.03.22 20:12:52.871460 [ 5 ] {9bf9ac6f-a323-46fa-80c3-e66d05d5bb3b} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001566 sec., 30651.340996168583 rows/sec., 2.07 MiB/sec.
13711 2025.03.22 20:12:52.871521 [ 5 ] {9bf9ac6f-a323-46fa-80c3-e66d05d5bb3b} <Debug> TCPHandler: Processed in 0.001766127 sec.
13712 2025.03.22 20:12:52.874256 [ 199 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_135_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 37157 rows, containing 5 columns (5 merged, 0 gathered) in 0.012491125 sec., 2974672.0171321635 rows/sec., 203.83 MiB/sec.
13713 2025.03.22 20:12:52.874625 [ 197 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_135_30} <Trace> MergedBlockOutputStream: filled checksums all_1_135_30 (state Temporary)
13714 2025.03.22 20:12:52.874905 [ 197 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_135_30} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_merge_all_1_135_30 to all_1_135_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13715 2025.03.22 20:12:52.874977 [ 197 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_135_30} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Merged 6 parts: [all_1_130_29, all_135_135_0] -> all_1_135_30
13716 2025.03.22 20:12:52.875049 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB.
13717 2025.03.22 20:12:53.276556 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 1870
13718 2025.03.22 20:12:53.279979 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13719 2025.03.22 20:12:53.280042 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB.
13720 2025.03.22 20:12:53.281652 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
13721 2025.03.22 20:12:53.281978 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13722 2025.03.22 20:12:53.283633 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1870
13723 2025.03.22 20:12:53.845436 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13724 2025.03.22 20:12:53.845624 [ 5 ] {bc3ef081-1a97-4976-b2fd-bf5a543ac2b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13725 2025.03.22 20:12:53.845696 [ 5 ] {bc3ef081-1a97-4976-b2fd-bf5a543ac2b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13726 2025.03.22 20:12:53.846490 [ 5 ] {bc3ef081-1a97-4976-b2fd-bf5a543ac2b1} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13727 2025.03.22 20:12:53.846541 [ 5 ] {bc3ef081-1a97-4976-b2fd-bf5a543ac2b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB.
13728 2025.03.22 20:12:53.846974 [ 5 ] {bc3ef081-1a97-4976-b2fd-bf5a543ac2b1} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary)
13729 2025.03.22 20:12:53.847238 [ 5 ] {bc3ef081-1a97-4976-b2fd-bf5a543ac2b1} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13730 2025.03.22 20:12:53.847440 [ 124 ] {} <Debug> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0
13731 2025.03.22 20:12:53.847503 [ 5 ] {bc3ef081-1a97-4976-b2fd-bf5a543ac2b1} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001926 sec., 29075.80477673936 rows/sec., 2.22 MiB/sec.
13732 2025.03.22 20:12:53.847531 [ 124 ] {} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13733 2025.03.22 20:12:53.847608 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB.
13734 2025.03.22 20:12:53.847646 [ 5 ] {bc3ef081-1a97-4976-b2fd-bf5a543ac2b1} <Debug> TCPHandler: Processed in 0.00232747 sec.
13735 2025.03.22 20:12:53.847912 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13736 2025.03.22 20:12:53.847944 [ 190 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_136_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full
13737 2025.03.22 20:12:53.848083 [ 5 ] {f25710c2-ed64-462d-89e9-e391fcc55788} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13738 2025.03.22 20:12:53.848196 [ 5 ] {f25710c2-ed64-462d-89e9-e391fcc55788} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13739 2025.03.22 20:12:53.848539 [ 190 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13740 2025.03.22 20:12:53.848669 [ 190 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 1403 rows starting from the beginning of the part
13741 2025.03.22 20:12:53.849013 [ 190 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 109 rows starting from the beginning of the part
13742 2025.03.22 20:12:53.849454 [ 190 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 82 rows starting from the beginning of the part
13743 2025.03.22 20:12:53.849813 [ 190 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 108 rows starting from the beginning of the part
13744 2025.03.22 20:12:53.850114 [ 190 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 1342 rows starting from the beginning of the part
13745 2025.03.22 20:12:53.850441 [ 190 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 56 rows starting from the beginning of the part
13746 2025.03.22 20:12:53.851291 [ 5 ] {f25710c2-ed64-462d-89e9-e391fcc55788} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13747 2025.03.22 20:12:53.851366 [ 5 ] {f25710c2-ed64-462d-89e9-e391fcc55788} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB.
13748 2025.03.22 20:12:53.852276 [ 5 ] {f25710c2-ed64-462d-89e9-e391fcc55788} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary)
13749 2025.03.22 20:12:53.852870 [ 5 ] {f25710c2-ed64-462d-89e9-e391fcc55788} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13750 2025.03.22 20:12:53.853250 [ 124 ] {} <Debug> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0
13751 2025.03.22 20:12:53.853353 [ 124 ] {} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13752 2025.03.22 20:12:53.853368 [ 5 ] {f25710c2-ed64-462d-89e9-e391fcc55788} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005328 sec., 12012.012012012012 rows/sec., 960.07 KiB/sec.
13753 2025.03.22 20:12:53.853406 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB.
13754 2025.03.22 20:12:53.853513 [ 5 ] {f25710c2-ed64-462d-89e9-e391fcc55788} <Debug> TCPHandler: Processed in 0.00568168 sec.
13755 2025.03.22 20:12:53.853832 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13756 2025.03.22 20:12:53.853877 [ 197 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_136_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full
13757 2025.03.22 20:12:53.854212 [ 5 ] {63b7a870-9bb5-4e1b-b415-1511e9e2eeb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13758 2025.03.22 20:12:53.854419 [ 5 ] {63b7a870-9bb5-4e1b-b415-1511e9e2eeb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13759 2025.03.22 20:12:53.854492 [ 197 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13760 2025.03.22 20:12:53.854628 [ 197 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 631 rows starting from the beginning of the part
13761 2025.03.22 20:12:53.854674 [ 190 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3100 rows, containing 5 columns (5 merged, 0 gathered) in 0.006916617 sec., 448195.98945553874 rows/sec., 39.04 MiB/sec.
13762 2025.03.22 20:12:53.854969 [ 197 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 92 rows starting from the beginning of the part
13763 2025.03.22 20:12:53.855356 [ 199 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary)
13764 2025.03.22 20:12:53.855407 [ 197 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 77 rows starting from the beginning of the part
13765 2025.03.22 20:12:53.855952 [ 197 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 90 rows starting from the beginning of the part
13766 2025.03.22 20:12:53.856349 [ 197 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 569 rows starting from the beginning of the part
13767 2025.03.22 20:12:53.856689 [ 197 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 64 rows starting from the beginning of the part
13768 2025.03.22 20:12:53.857007 [ 199 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_136_27} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13769 2025.03.22 20:12:53.857534 [ 199 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_136_27} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27
13770 2025.03.22 20:12:53.857875 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB.
13771 2025.03.22 20:12:53.858078 [ 5 ] {63b7a870-9bb5-4e1b-b415-1511e9e2eeb0} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13772 2025.03.22 20:12:53.858130 [ 5 ] {63b7a870-9bb5-4e1b-b415-1511e9e2eeb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB.
13773 2025.03.22 20:12:53.858691 [ 5 ] {63b7a870-9bb5-4e1b-b415-1511e9e2eeb0} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary)
13774 2025.03.22 20:12:53.858978 [ 5 ] {63b7a870-9bb5-4e1b-b415-1511e9e2eeb0} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13775 2025.03.22 20:12:53.859336 [ 5 ] {63b7a870-9bb5-4e1b-b415-1511e9e2eeb0} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.005256 sec., 6088.2800608828 rows/sec., 434.21 KiB/sec.
13776 2025.03.22 20:12:53.859376 [ 191 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1523 rows, containing 5 columns (5 merged, 0 gathered) in 0.005811044 sec., 262087.15680005177 rows/sec., 20.87 MiB/sec.
13777 2025.03.22 20:12:53.859437 [ 5 ] {63b7a870-9bb5-4e1b-b415-1511e9e2eeb0} <Debug> TCPHandler: Processed in 0.005728601 sec.
13778 2025.03.22 20:12:53.859619 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13779 2025.03.22 20:12:53.859644 [ 191 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary)
13780 2025.03.22 20:12:53.859811 [ 5 ] {d778946a-e711-431e-a6b9-5f603b499612} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13781 2025.03.22 20:12:53.859880 [ 5 ] {d778946a-e711-431e-a6b9-5f603b499612} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13782 2025.03.22 20:12:53.860210 [ 191 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_136_27} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13783 2025.03.22 20:12:53.860380 [ 191 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_136_27} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27
13784 2025.03.22 20:12:53.860526 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB.
13785 2025.03.22 20:12:53.860726 [ 5 ] {d778946a-e711-431e-a6b9-5f603b499612} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13786 2025.03.22 20:12:53.860769 [ 5 ] {d778946a-e711-431e-a6b9-5f603b499612} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB.
13787 2025.03.22 20:12:53.861136 [ 5 ] {d778946a-e711-431e-a6b9-5f603b499612} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary)
13788 2025.03.22 20:12:53.861375 [ 5 ] {d778946a-e711-431e-a6b9-5f603b499612} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13789 2025.03.22 20:12:53.861534 [ 124 ] {} <Debug> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0
13790 2025.03.22 20:12:53.861593 [ 124 ] {} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13791 2025.03.22 20:12:53.861628 [ 5 ] {d778946a-e711-431e-a6b9-5f603b499612} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001861 sec., 6448.1461579795805 rows/sec., 444.99 KiB/sec.
13792 2025.03.22 20:12:53.861635 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB.
13793 2025.03.22 20:12:53.861744 [ 5 ] {d778946a-e711-431e-a6b9-5f603b499612} <Debug> TCPHandler: Processed in 0.002194267 sec.
13794 2025.03.22 20:12:53.861921 [ 199 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_136_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full
13795 2025.03.22 20:12:53.862040 [ 199 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13796 2025.03.22 20:12:53.862071 [ 199 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 6696 rows starting from the beginning of the part
13797 2025.03.22 20:12:53.862182 [ 199 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 60 rows starting from the beginning of the part
13798 2025.03.22 20:12:53.862382 [ 199 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 60 rows starting from the beginning of the part
13799 2025.03.22 20:12:53.862559 [ 199 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 60 rows starting from the beginning of the part
13800 2025.03.22 20:12:53.862726 [ 199 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 48 rows starting from the beginning of the part
13801 2025.03.22 20:12:53.862792 [ 199 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 12 rows starting from the beginning of the part
13802 2025.03.22 20:12:53.864973 [ 197 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6936 rows, containing 4 columns (4 merged, 0 gathered) in 0.003180808 sec., 2180578.0166548877 rows/sec., 146.99 MiB/sec.
13803 2025.03.22 20:12:53.865348 [ 187 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary)
13804 2025.03.22 20:12:53.865615 [ 187 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_136_27} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13805 2025.03.22 20:12:53.865687 [ 187 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_136_27} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27
13806 2025.03.22 20:12:53.865753 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.23 MiB.
13807 2025.03.22 20:12:55.580596 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 36234
13808 2025.03.22 20:12:55.581491 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13809 2025.03.22 20:12:55.581543 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB.
13810 2025.03.22 20:12:55.582089 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
13811 2025.03.22 20:12:55.582375 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13812 2025.03.22 20:12:55.582649 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36234
13813 2025.03.22 20:12:58.244668 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 596
13814 2025.03.22 20:12:58.267699 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13815 2025.03.22 20:12:58.267753 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB.
13816 2025.03.22 20:12:58.276373 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
13817 2025.03.22 20:12:58.277176 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13818 2025.03.22 20:12:58.280315 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 596
13819 2025.03.22 20:12:58.852661 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13820 2025.03.22 20:12:58.852860 [ 5 ] {94e5022b-8510-4be5-8b06-229153ed9014} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13821 2025.03.22 20:12:58.852954 [ 5 ] {94e5022b-8510-4be5-8b06-229153ed9014} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13822 2025.03.22 20:12:58.854022 [ 5 ] {94e5022b-8510-4be5-8b06-229153ed9014} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13823 2025.03.22 20:12:58.854068 [ 5 ] {94e5022b-8510-4be5-8b06-229153ed9014} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB.
13824 2025.03.22 20:12:58.854513 [ 5 ] {94e5022b-8510-4be5-8b06-229153ed9014} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary)
13825 2025.03.22 20:12:58.854766 [ 5 ] {94e5022b-8510-4be5-8b06-229153ed9014} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13826 2025.03.22 20:12:58.855005 [ 5 ] {94e5022b-8510-4be5-8b06-229153ed9014} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.002212 sec., 48824.593128390596 rows/sec., 4.08 MiB/sec.
13827 2025.03.22 20:12:58.855062 [ 5 ] {94e5022b-8510-4be5-8b06-229153ed9014} <Debug> TCPHandler: Processed in 0.002526114 sec.
13828 2025.03.22 20:12:58.855190 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13829 2025.03.22 20:12:58.855295 [ 5 ] {b8f3f936-c87e-49f0-ba8f-e3b3ae61d1cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
13830 2025.03.22 20:12:58.855339 [ 5 ] {b8f3f936-c87e-49f0-ba8f-e3b3ae61d1cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13831 2025.03.22 20:12:58.855867 [ 5 ] {b8f3f936-c87e-49f0-ba8f-e3b3ae61d1cd} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13832 2025.03.22 20:12:58.855907 [ 5 ] {b8f3f936-c87e-49f0-ba8f-e3b3ae61d1cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB.
13833 2025.03.22 20:12:58.856259 [ 5 ] {b8f3f936-c87e-49f0-ba8f-e3b3ae61d1cd} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary)
13834 2025.03.22 20:12:58.856502 [ 5 ] {b8f3f936-c87e-49f0-ba8f-e3b3ae61d1cd} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13835 2025.03.22 20:12:58.856719 [ 5 ] {b8f3f936-c87e-49f0-ba8f-e3b3ae61d1cd} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001446 sec., 17980.63623789765 rows/sec., 1.32 MiB/sec.
13836 2025.03.22 20:12:58.856782 [ 5 ] {b8f3f936-c87e-49f0-ba8f-e3b3ae61d1cd} <Debug> TCPHandler: Processed in 0.001640464 sec.
13837 2025.03.22 20:12:58.856910 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13838 2025.03.22 20:12:58.857077 [ 5 ] {370fb95f-a864-4309-b834-971944632612} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13839 2025.03.22 20:12:58.857137 [ 5 ] {370fb95f-a864-4309-b834-971944632612} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13840 2025.03.22 20:12:58.857689 [ 5 ] {370fb95f-a864-4309-b834-971944632612} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13841 2025.03.22 20:12:58.857725 [ 5 ] {370fb95f-a864-4309-b834-971944632612} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB.
13842 2025.03.22 20:12:58.858077 [ 5 ] {370fb95f-a864-4309-b834-971944632612} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary)
13843 2025.03.22 20:12:58.858319 [ 5 ] {370fb95f-a864-4309-b834-971944632612} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13844 2025.03.22 20:12:58.858528 [ 5 ] {370fb95f-a864-4309-b834-971944632612} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.001496 sec., 60160.42780748663 rows/sec., 4.70 MiB/sec.
13845 2025.03.22 20:12:58.858579 [ 5 ] {370fb95f-a864-4309-b834-971944632612} <Debug> TCPHandler: Processed in 0.001732656 sec.
13846 2025.03.22 20:12:58.858695 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13847 2025.03.22 20:12:58.858799 [ 5 ] {510fe682-f45e-435a-bc5a-fcc01a7491ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13848 2025.03.22 20:12:58.858847 [ 5 ] {510fe682-f45e-435a-bc5a-fcc01a7491ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13849 2025.03.22 20:12:58.859380 [ 5 ] {510fe682-f45e-435a-bc5a-fcc01a7491ab} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13850 2025.03.22 20:12:58.859417 [ 5 ] {510fe682-f45e-435a-bc5a-fcc01a7491ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB.
13851 2025.03.22 20:12:58.859799 [ 5 ] {510fe682-f45e-435a-bc5a-fcc01a7491ab} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary)
13852 2025.03.22 20:12:58.860035 [ 5 ] {510fe682-f45e-435a-bc5a-fcc01a7491ab} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13853 2025.03.22 20:12:58.860243 [ 5 ] {510fe682-f45e-435a-bc5a-fcc01a7491ab} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001466 sec., 109140.51841746247 rows/sec., 7.60 MiB/sec.
13854 2025.03.22 20:12:58.860293 [ 5 ] {510fe682-f45e-435a-bc5a-fcc01a7491ab} <Debug> TCPHandler: Processed in 0.001648145 sec.
13855 2025.03.22 20:12:58.860428 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13856 2025.03.22 20:12:58.860567 [ 5 ] {e338abb6-be70-4d73-9231-4ee47e75c28b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
13857 2025.03.22 20:12:58.860648 [ 5 ] {e338abb6-be70-4d73-9231-4ee47e75c28b} <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
13858 2025.03.22 20:12:58.861860 [ 5 ] {e338abb6-be70-4d73-9231-4ee47e75c28b} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13859 2025.03.22 20:12:58.861900 [ 5 ] {e338abb6-be70-4d73-9231-4ee47e75c28b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB.
13860 2025.03.22 20:12:58.862572 [ 5 ] {e338abb6-be70-4d73-9231-4ee47e75c28b} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary)
13861 2025.03.22 20:12:58.862837 [ 5 ] {e338abb6-be70-4d73-9231-4ee47e75c28b} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13862 2025.03.22 20:12:58.863070 [ 5 ] {e338abb6-be70-4d73-9231-4ee47e75c28b} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002533 sec., 10264.508487958941 rows/sec., 18.39 MiB/sec.
13863 2025.03.22 20:12:58.863177 [ 5 ] {e338abb6-be70-4d73-9231-4ee47e75c28b} <Debug> TCPHandler: Processed in 0.00281401 sec.
13864 2025.03.22 20:12:58.863322 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13865 2025.03.22 20:12:58.863428 [ 5 ] {565a58fd-5431-421d-901c-776b931d1f09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13866 2025.03.22 20:12:58.863475 [ 5 ] {565a58fd-5431-421d-901c-776b931d1f09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13867 2025.03.22 20:12:58.863928 [ 5 ] {565a58fd-5431-421d-901c-776b931d1f09} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13868 2025.03.22 20:12:58.863968 [ 5 ] {565a58fd-5431-421d-901c-776b931d1f09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB.
13869 2025.03.22 20:12:58.864450 [ 5 ] {565a58fd-5431-421d-901c-776b931d1f09} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary)
13870 2025.03.22 20:12:58.864739 [ 5 ] {565a58fd-5431-421d-901c-776b931d1f09} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13871 2025.03.22 20:12:58.864961 [ 5 ] {565a58fd-5431-421d-901c-776b931d1f09} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001555 sec., 38585.20900321544 rows/sec., 2.60 MiB/sec.
13872 2025.03.22 20:12:58.865012 [ 5 ] {565a58fd-5431-421d-901c-776b931d1f09} <Debug> TCPHandler: Processed in 0.001741977 sec.
13873 2025.03.22 20:13:02.798713 [ 111 ] {} <Debug> DNSResolver: Updating DNS cache
13874 2025.03.22 20:13:02.798775 [ 111 ] {} <Debug> DNSResolver: Updated DNS cache
13875 2025.03.22 20:13:03.001308 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.00092632 sec.
13876 2025.03.22 20:13:03.083770 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 36722
13877 2025.03.22 20:13:03.084492 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13878 2025.03.22 20:13:03.084554 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB.
13879 2025.03.22 20:13:03.085135 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
13880 2025.03.22 20:13:03.085407 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13881 2025.03.22 20:13:03.085674 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36722
13882 2025.03.22 20:13:03.085738 [ 223 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
13883 2025.03.22 20:13:03.085792 [ 223 ] {} <Debug> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
13884 2025.03.22 20:13:03.087649 [ 223 ] {} <Debug> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
13885 2025.03.22 20:13:03.284839 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1890
13886 2025.03.22 20:13:03.287737 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13887 2025.03.22 20:13:03.287790 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB.
13888 2025.03.22 20:13:03.289327 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
13889 2025.03.22 20:13:03.289637 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13890 2025.03.22 20:13:03.290218 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1890
13891 2025.03.22 20:13:03.533566 [ 223 ] {} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
13892 2025.03.22 20:13:03.533621 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
13893 2025.03.22 20:13:03.535640 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
13894 2025.03.22 20:13:03.728637 [ 217 ] {} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
13895 2025.03.22 20:13:03.728684 [ 217 ] {} <Debug> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
13896 2025.03.22 20:13:03.730366 [ 217 ] {} <Debug> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
13897 2025.03.22 20:13:03.852045 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13898 2025.03.22 20:13:03.852236 [ 5 ] {e8314218-6d86-402c-87e2-b3cfb80be866} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13899 2025.03.22 20:13:03.852312 [ 5 ] {e8314218-6d86-402c-87e2-b3cfb80be866} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13900 2025.03.22 20:13:03.853060 [ 5 ] {e8314218-6d86-402c-87e2-b3cfb80be866} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13901 2025.03.22 20:13:03.853107 [ 5 ] {e8314218-6d86-402c-87e2-b3cfb80be866} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB.
13902 2025.03.22 20:13:03.853557 [ 5 ] {e8314218-6d86-402c-87e2-b3cfb80be866} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary)
13903 2025.03.22 20:13:03.853801 [ 5 ] {e8314218-6d86-402c-87e2-b3cfb80be866} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13904 2025.03.22 20:13:03.854028 [ 5 ] {e8314218-6d86-402c-87e2-b3cfb80be866} <Debug> executeQuery: Read 82 rows, 6.94 KiB in 0.00184 sec., 44565.217391304344 rows/sec., 3.68 MiB/sec.
13905 2025.03.22 20:13:03.854110 [ 5 ] {e8314218-6d86-402c-87e2-b3cfb80be866} <Debug> TCPHandler: Processed in 0.002204557 sec.
13906 2025.03.22 20:13:03.854168 [ 224 ] {} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
13907 2025.03.22 20:13:03.854232 [ 224 ] {} <Debug> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
13908 2025.03.22 20:13:03.854283 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13909 2025.03.22 20:13:03.854527 [ 5 ] {2bbc21a4-87cb-4761-be2e-6638c5b3ef75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
13910 2025.03.22 20:13:03.854599 [ 5 ] {2bbc21a4-87cb-4761-be2e-6638c5b3ef75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13911 2025.03.22 20:13:03.855892 [ 5 ] {2bbc21a4-87cb-4761-be2e-6638c5b3ef75} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13912 2025.03.22 20:13:03.855947 [ 5 ] {2bbc21a4-87cb-4761-be2e-6638c5b3ef75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB.
13913 2025.03.22 20:13:03.856687 [ 5 ] {2bbc21a4-87cb-4761-be2e-6638c5b3ef75} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary)
13914 2025.03.22 20:13:03.857066 [ 5 ] {2bbc21a4-87cb-4761-be2e-6638c5b3ef75} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13915 2025.03.22 20:13:03.857514 [ 5 ] {2bbc21a4-87cb-4761-be2e-6638c5b3ef75} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.00305 sec., 4262.295081967213 rows/sec., 320.50 KiB/sec.
13916 2025.03.22 20:13:03.857569 [ 5 ] {2bbc21a4-87cb-4761-be2e-6638c5b3ef75} <Debug> TCPHandler: Processed in 0.003347851 sec.
13917 2025.03.22 20:13:03.857705 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13918 2025.03.22 20:13:03.857827 [ 224 ] {} <Debug> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
13919 2025.03.22 20:13:03.857857 [ 5 ] {afb348d3-c05b-4b81-99dd-b340589ab0cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13920 2025.03.22 20:13:03.858011 [ 5 ] {afb348d3-c05b-4b81-99dd-b340589ab0cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13921 2025.03.22 20:13:03.859745 [ 5 ] {afb348d3-c05b-4b81-99dd-b340589ab0cd} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13922 2025.03.22 20:13:03.859785 [ 5 ] {afb348d3-c05b-4b81-99dd-b340589ab0cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB.
13923 2025.03.22 20:13:03.860133 [ 5 ] {afb348d3-c05b-4b81-99dd-b340589ab0cd} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary)
13924 2025.03.22 20:13:03.860362 [ 5 ] {afb348d3-c05b-4b81-99dd-b340589ab0cd} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13925 2025.03.22 20:13:03.860571 [ 5 ] {afb348d3-c05b-4b81-99dd-b340589ab0cd} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.00276 sec., 27898.550724637684 rows/sec., 2.18 MiB/sec.
13926 2025.03.22 20:13:03.860623 [ 5 ] {afb348d3-c05b-4b81-99dd-b340589ab0cd} <Debug> TCPHandler: Processed in 0.002982563 sec.
13927 2025.03.22 20:13:03.860741 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13928 2025.03.22 20:13:03.860846 [ 5 ] {cc0947eb-1127-41ce-bc23-f460966ed5b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13929 2025.03.22 20:13:03.860893 [ 5 ] {cc0947eb-1127-41ce-bc23-f460966ed5b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13930 2025.03.22 20:13:03.861406 [ 5 ] {cc0947eb-1127-41ce-bc23-f460966ed5b2} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13931 2025.03.22 20:13:03.861445 [ 5 ] {cc0947eb-1127-41ce-bc23-f460966ed5b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB.
13932 2025.03.22 20:13:03.861815 [ 5 ] {cc0947eb-1127-41ce-bc23-f460966ed5b2} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary)
13933 2025.03.22 20:13:03.862044 [ 5 ] {cc0947eb-1127-41ce-bc23-f460966ed5b2} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13934 2025.03.22 20:13:03.862244 [ 5 ] {cc0947eb-1127-41ce-bc23-f460966ed5b2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00142 sec., 112676.05633802817 rows/sec., 7.85 MiB/sec.
13935 2025.03.22 20:13:03.862296 [ 5 ] {cc0947eb-1127-41ce-bc23-f460966ed5b2} <Debug> TCPHandler: Processed in 0.001603934 sec.
13936 2025.03.22 20:13:03.862415 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13937 2025.03.22 20:13:03.862520 [ 5 ] {824e9108-4378-40cd-87d0-5f21c61aadd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
13938 2025.03.22 20:13:03.862586 [ 5 ] {824e9108-4378-40cd-87d0-5f21c61aadd6} <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
13939 2025.03.22 20:13:03.863654 [ 5 ] {824e9108-4378-40cd-87d0-5f21c61aadd6} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13940 2025.03.22 20:13:03.863693 [ 5 ] {824e9108-4378-40cd-87d0-5f21c61aadd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB.
13941 2025.03.22 20:13:03.864304 [ 5 ] {824e9108-4378-40cd-87d0-5f21c61aadd6} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary)
13942 2025.03.22 20:13:03.864554 [ 5 ] {824e9108-4378-40cd-87d0-5f21c61aadd6} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13943 2025.03.22 20:13:03.864787 [ 5 ] {824e9108-4378-40cd-87d0-5f21c61aadd6} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002289 sec., 5679.335954565313 rows/sec., 10.18 MiB/sec.
13944 2025.03.22 20:13:03.864879 [ 5 ] {824e9108-4378-40cd-87d0-5f21c61aadd6} <Debug> TCPHandler: Processed in 0.002514203 sec.
13945 2025.03.22 20:13:03.865006 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13946 2025.03.22 20:13:03.865111 [ 5 ] {e72795da-b0fb-4562-96c9-c98a03bc933d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13947 2025.03.22 20:13:03.865157 [ 5 ] {e72795da-b0fb-4562-96c9-c98a03bc933d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13948 2025.03.22 20:13:03.865591 [ 5 ] {e72795da-b0fb-4562-96c9-c98a03bc933d} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13949 2025.03.22 20:13:03.865630 [ 5 ] {e72795da-b0fb-4562-96c9-c98a03bc933d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB.
13950 2025.03.22 20:13:03.866006 [ 5 ] {e72795da-b0fb-4562-96c9-c98a03bc933d} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary)
13951 2025.03.22 20:13:03.866245 [ 5 ] {e72795da-b0fb-4562-96c9-c98a03bc933d} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13952 2025.03.22 20:13:03.866468 [ 5 ] {e72795da-b0fb-4562-96c9-c98a03bc933d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001363 sec., 44020.542920029344 rows/sec., 2.97 MiB/sec.
13953 2025.03.22 20:13:03.866551 [ 5 ] {e72795da-b0fb-4562-96c9-c98a03bc933d} <Debug> TCPHandler: Processed in 0.001589544 sec.
13954 2025.03.22 20:13:03.866556 [ 222 ] {} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
13955 2025.03.22 20:13:03.866626 [ 222 ] {} <Debug> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
13956 2025.03.22 20:13:03.868497 [ 222 ] {} <Debug> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
13957 2025.03.22 20:13:04.000171 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 261.50 MiB, peak 281.74 MiB, free memory in arenas 0.00 B, will set to 265.05 MiB (RSS), difference: 3.55 MiB
13958 2025.03.22 20:13:04.732312 [ 220 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
13959 2025.03.22 20:13:04.732371 [ 220 ] {} <Debug> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
13960 2025.03.22 20:13:04.734341 [ 220 ] {} <Debug> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
13961 2025.03.22 20:13:05.781359 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 603
13962 2025.03.22 20:13:05.803668 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13963 2025.03.22 20:13:05.803732 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB.
13964 2025.03.22 20:13:05.811380 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
13965 2025.03.22 20:13:05.812184 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13966 2025.03.22 20:13:05.816732 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 603
13967 2025.03.22 20:13:08.853620 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13968 2025.03.22 20:13:08.853829 [ 5 ] {c9d0ec13-9d73-4976-b658-e79da8257fbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
13969 2025.03.22 20:13:08.853902 [ 5 ] {c9d0ec13-9d73-4976-b658-e79da8257fbd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
13970 2025.03.22 20:13:08.854660 [ 5 ] {c9d0ec13-9d73-4976-b658-e79da8257fbd} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13971 2025.03.22 20:13:08.854709 [ 5 ] {c9d0ec13-9d73-4976-b658-e79da8257fbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
13972 2025.03.22 20:13:08.855138 [ 5 ] {c9d0ec13-9d73-4976-b658-e79da8257fbd} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
13973 2025.03.22 20:13:08.855386 [ 5 ] {c9d0ec13-9d73-4976-b658-e79da8257fbd} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13974 2025.03.22 20:13:08.855636 [ 5 ] {c9d0ec13-9d73-4976-b658-e79da8257fbd} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001858 sec., 1076.4262648008612 rows/sec., 87.77 KiB/sec.
13975 2025.03.22 20:13:08.855758 [ 5 ] {c9d0ec13-9d73-4976-b658-e79da8257fbd} <Debug> TCPHandler: Processed in 0.002266328 sec.
13976 2025.03.22 20:13:08.855893 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13977 2025.03.22 20:13:08.856001 [ 5 ] {6bfb6336-0ebe-44a8-a406-3115bfa34260} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13978 2025.03.22 20:13:08.856050 [ 5 ] {6bfb6336-0ebe-44a8-a406-3115bfa34260} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13979 2025.03.22 20:13:08.856632 [ 5 ] {6bfb6336-0ebe-44a8-a406-3115bfa34260} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13980 2025.03.22 20:13:08.856672 [ 5 ] {6bfb6336-0ebe-44a8-a406-3115bfa34260} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
13981 2025.03.22 20:13:08.857038 [ 5 ] {6bfb6336-0ebe-44a8-a406-3115bfa34260} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary)
13982 2025.03.22 20:13:08.857274 [ 5 ] {6bfb6336-0ebe-44a8-a406-3115bfa34260} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13983 2025.03.22 20:13:08.857500 [ 5 ] {6bfb6336-0ebe-44a8-a406-3115bfa34260} <Debug> executeQuery: Read 109 rows, 9.32 KiB in 0.001525 sec., 71475.40983606556 rows/sec., 5.97 MiB/sec.
13984 2025.03.22 20:13:08.857552 [ 5 ] {6bfb6336-0ebe-44a8-a406-3115bfa34260} <Debug> TCPHandler: Processed in 0.001715216 sec.
13985 2025.03.22 20:13:08.857669 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13986 2025.03.22 20:13:08.857776 [ 5 ] {8240170d-72a8-4e6c-913e-d2c6641bb3f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
13987 2025.03.22 20:13:08.857821 [ 5 ] {8240170d-72a8-4e6c-913e-d2c6641bb3f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13988 2025.03.22 20:13:08.858349 [ 5 ] {8240170d-72a8-4e6c-913e-d2c6641bb3f7} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13989 2025.03.22 20:13:08.858389 [ 5 ] {8240170d-72a8-4e6c-913e-d2c6641bb3f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
13990 2025.03.22 20:13:08.858748 [ 5 ] {8240170d-72a8-4e6c-913e-d2c6641bb3f7} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary)
13991 2025.03.22 20:13:08.858981 [ 5 ] {8240170d-72a8-4e6c-913e-d2c6641bb3f7} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13992 2025.03.22 20:13:08.859191 [ 5 ] {8240170d-72a8-4e6c-913e-d2c6641bb3f7} <Debug> executeQuery: Read 28 rows, 2.09 KiB in 0.001438 sec., 19471.488178025033 rows/sec., 1.42 MiB/sec.
13993 2025.03.22 20:13:08.859243 [ 5 ] {8240170d-72a8-4e6c-913e-d2c6641bb3f7} <Debug> TCPHandler: Processed in 0.001625315 sec.
13994 2025.03.22 20:13:08.859347 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13995 2025.03.22 20:13:08.859449 [ 5 ] {f44ab31b-4d80-42b5-85cd-d4e5b0c62b6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13996 2025.03.22 20:13:08.859493 [ 5 ] {f44ab31b-4d80-42b5-85cd-d4e5b0c62b6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13997 2025.03.22 20:13:08.860039 [ 5 ] {f44ab31b-4d80-42b5-85cd-d4e5b0c62b6e} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13998 2025.03.22 20:13:08.860078 [ 5 ] {f44ab31b-4d80-42b5-85cd-d4e5b0c62b6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
13999 2025.03.22 20:13:08.860429 [ 5 ] {f44ab31b-4d80-42b5-85cd-d4e5b0c62b6e} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary)
14000 2025.03.22 20:13:08.860655 [ 5 ] {f44ab31b-4d80-42b5-85cd-d4e5b0c62b6e} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14001 2025.03.22 20:13:08.860856 [ 5 ] {f44ab31b-4d80-42b5-85cd-d4e5b0c62b6e} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.001429 sec., 64380.68579426173 rows/sec., 5.03 MiB/sec.
14002 2025.03.22 20:13:08.860907 [ 5 ] {f44ab31b-4d80-42b5-85cd-d4e5b0c62b6e} <Debug> TCPHandler: Processed in 0.001610034 sec.
14003 2025.03.22 20:13:08.861038 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14004 2025.03.22 20:13:08.861177 [ 5 ] {1cc99a00-43b2-4f2c-9ddf-d1b6d05abfbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14005 2025.03.22 20:13:08.861235 [ 5 ] {1cc99a00-43b2-4f2c-9ddf-d1b6d05abfbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14006 2025.03.22 20:13:08.861861 [ 5 ] {1cc99a00-43b2-4f2c-9ddf-d1b6d05abfbb} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14007 2025.03.22 20:13:08.861907 [ 5 ] {1cc99a00-43b2-4f2c-9ddf-d1b6d05abfbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
14008 2025.03.22 20:13:08.862328 [ 5 ] {1cc99a00-43b2-4f2c-9ddf-d1b6d05abfbb} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary)
14009 2025.03.22 20:13:08.862568 [ 5 ] {1cc99a00-43b2-4f2c-9ddf-d1b6d05abfbb} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14010 2025.03.22 20:13:08.862777 [ 5 ] {1cc99a00-43b2-4f2c-9ddf-d1b6d05abfbb} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001629 sec., 98833.64027010436 rows/sec., 6.88 MiB/sec.
14011 2025.03.22 20:13:08.862828 [ 5 ] {1cc99a00-43b2-4f2c-9ddf-d1b6d05abfbb} <Debug> TCPHandler: Processed in 0.001853099 sec.
14012 2025.03.22 20:13:08.862962 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14013 2025.03.22 20:13:08.863068 [ 5 ] {7854e254-4fd0-41f2-844e-9d0be4e64fa7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
14014 2025.03.22 20:13:08.863134 [ 5 ] {7854e254-4fd0-41f2-844e-9d0be4e64fa7} <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
14015 2025.03.22 20:13:08.864245 [ 5 ] {7854e254-4fd0-41f2-844e-9d0be4e64fa7} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14016 2025.03.22 20:13:08.864284 [ 5 ] {7854e254-4fd0-41f2-844e-9d0be4e64fa7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
14017 2025.03.22 20:13:08.864925 [ 5 ] {7854e254-4fd0-41f2-844e-9d0be4e64fa7} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary)
14018 2025.03.22 20:13:08.865196 [ 5 ] {7854e254-4fd0-41f2-844e-9d0be4e64fa7} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14019 2025.03.22 20:13:08.865440 [ 5 ] {7854e254-4fd0-41f2-844e-9d0be4e64fa7} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002395 sec., 10855.949895615866 rows/sec., 19.45 MiB/sec.
14020 2025.03.22 20:13:08.865544 [ 5 ] {7854e254-4fd0-41f2-844e-9d0be4e64fa7} <Debug> TCPHandler: Processed in 0.002630496 sec.
14021 2025.03.22 20:13:08.865684 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14022 2025.03.22 20:13:08.865789 [ 5 ] {6bebca1c-cf40-4f06-ba90-062517dce097} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14023 2025.03.22 20:13:08.865835 [ 5 ] {6bebca1c-cf40-4f06-ba90-062517dce097} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14024 2025.03.22 20:13:08.866270 [ 5 ] {6bebca1c-cf40-4f06-ba90-062517dce097} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14025 2025.03.22 20:13:08.866309 [ 5 ] {6bebca1c-cf40-4f06-ba90-062517dce097} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
14026 2025.03.22 20:13:08.866660 [ 5 ] {6bebca1c-cf40-4f06-ba90-062517dce097} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary)
14027 2025.03.22 20:13:08.866887 [ 5 ] {6bebca1c-cf40-4f06-ba90-062517dce097} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14028 2025.03.22 20:13:08.867092 [ 5 ] {6bebca1c-cf40-4f06-ba90-062517dce097} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001326 sec., 45248.86877828054 rows/sec., 3.05 MiB/sec.
14029 2025.03.22 20:13:08.867141 [ 5 ] {6bebca1c-cf40-4f06-ba90-062517dce097} <Debug> TCPHandler: Processed in 0.001505962 sec.
14030 2025.03.22 20:13:10.585847 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 37149
14031 2025.03.22 20:13:10.586877 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14032 2025.03.22 20:13:10.586969 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
14033 2025.03.22 20:13:10.587828 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
14034 2025.03.22 20:13:10.588239 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14035 2025.03.22 20:13:10.588493 [ 104 ] {} <Debug> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
14036 2025.03.22 20:13:10.588552 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37149
14037 2025.03.22 20:13:10.588560 [ 104 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14038 2025.03.22 20:13:10.588603 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
14039 2025.03.22 20:13:10.588778 [ 188 ] {6f3f2c82-38dd-415f-af08-560485366d9f::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
14040 2025.03.22 20:13:10.589172 [ 188 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14041 2025.03.22 20:13:10.589306 [ 188 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_76_15, total 34892 rows starting from the beginning of the part
14042 2025.03.22 20:13:10.589667 [ 188 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 427 rows starting from the beginning of the part
14043 2025.03.22 20:13:10.589872 [ 188 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 488 rows starting from the beginning of the part
14044 2025.03.22 20:13:10.590151 [ 188 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 427 rows starting from the beginning of the part
14045 2025.03.22 20:13:10.590379 [ 188 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 488 rows starting from the beginning of the part
14046 2025.03.22 20:13:10.590585 [ 188 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 427 rows starting from the beginning of the part
14047 2025.03.22 20:13:10.595729 [ 198 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 37149 rows, containing 4 columns (4 merged, 0 gathered) in 0.0070435 sec., 5274224.462270178 rows/sec., 75.45 MiB/sec.
14048 2025.03.22 20:13:10.596160 [ 188 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
14049 2025.03.22 20:13:10.596557 [ 188 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_81_16} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14050 2025.03.22 20:13:10.596677 [ 188 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_81_16} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
14051 2025.03.22 20:13:10.596807 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB.
14052 2025.03.22 20:13:13.291340 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1916
14053 2025.03.22 20:13:13.294435 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14054 2025.03.22 20:13:13.294497 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
14055 2025.03.22 20:13:13.296040 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
14056 2025.03.22 20:13:13.296363 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14057 2025.03.22 20:13:13.296676 [ 103 ] {} <Debug> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
14058 2025.03.22 20:13:13.296841 [ 103 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14059 2025.03.22 20:13:13.296956 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
14060 2025.03.22 20:13:13.297480 [ 197 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::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
14061 2025.03.22 20:13:13.298785 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1916
14062 2025.03.22 20:13:13.299182 [ 197 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14063 2025.03.22 20:13:13.299385 [ 197 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1782 rows starting from the beginning of the part
14064 2025.03.22 20:13:13.299945 [ 197 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 20 rows starting from the beginning of the part
14065 2025.03.22 20:13:13.300470 [ 197 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::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
14066 2025.03.22 20:13:13.301310 [ 197 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 42 rows starting from the beginning of the part
14067 2025.03.22 20:13:13.301939 [ 197 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 20 rows starting from the beginning of the part
14068 2025.03.22 20:13:13.302410 [ 197 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 26 rows starting from the beginning of the part
14069 2025.03.22 20:13:13.311466 [ 198 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1916 rows, containing 72 columns (72 merged, 0 gathered) in 0.014317934 sec., 133818.18913259413 rows/sec., 100.93 MiB/sec.
14070 2025.03.22 20:13:13.313269 [ 198 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
14071 2025.03.22 20:13:13.314057 [ 198 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_61_12} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14072 2025.03.22 20:13:13.314142 [ 198 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_61_12} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
14073 2025.03.22 20:13:13.314477 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.05 MiB.
14074 2025.03.22 20:13:13.317779 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 611
14075 2025.03.22 20:13:13.340942 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14076 2025.03.22 20:13:13.340986 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
14077 2025.03.22 20:13:13.348692 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
14078 2025.03.22 20:13:13.349503 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14079 2025.03.22 20:13:13.349948 [ 102 ] {} <Debug> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
14080 2025.03.22 20:13:13.350079 [ 102 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14081 2025.03.22 20:13:13.350149 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
14082 2025.03.22 20:13:13.350522 [ 186 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::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
14083 2025.03.22 20:13:13.366853 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 611
14084 2025.03.22 20:13:13.368421 [ 186 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14085 2025.03.22 20:13:13.369697 [ 186 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 573 rows starting from the beginning of the part
14086 2025.03.22 20:13:13.375408 [ 186 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 8 rows starting from the beginning of the part
14087 2025.03.22 20:13:13.381856 [ 186 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 7 rows starting from the beginning of the part
14088 2025.03.22 20:13:13.387945 [ 186 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 8 rows starting from the beginning of the part
14089 2025.03.22 20:13:13.394528 [ 186 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 7 rows starting from the beginning of the part
14090 2025.03.22 20:13:13.400965 [ 186 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 8 rows starting from the beginning of the part
14091 2025.03.22 20:13:13.470999 [ 193 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 611 rows, containing 679 columns (679 merged, 0 gathered) in 0.120710104 sec., 5061.713806492951 rows/sec., 26.17 MiB/sec.
14092 2025.03.22 20:13:13.474749 [ 193 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
14093 2025.03.22 20:13:13.477906 [ 193 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_81_16} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14094 2025.03.22 20:13:13.478042 [ 193 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_81_16} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
14095 2025.03.22 20:13:13.480765 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB.
14096 2025.03.22 20:13:13.852463 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14097 2025.03.22 20:13:13.852658 [ 5 ] {f603cd0a-2ad0-4140-a1b4-e4eb28baa573} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
14098 2025.03.22 20:13:13.852734 [ 5 ] {f603cd0a-2ad0-4140-a1b4-e4eb28baa573} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14099 2025.03.22 20:13:13.853497 [ 5 ] {f603cd0a-2ad0-4140-a1b4-e4eb28baa573} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14100 2025.03.22 20:13:13.853549 [ 5 ] {f603cd0a-2ad0-4140-a1b4-e4eb28baa573} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
14101 2025.03.22 20:13:13.853996 [ 5 ] {f603cd0a-2ad0-4140-a1b4-e4eb28baa573} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary)
14102 2025.03.22 20:13:13.854252 [ 5 ] {f603cd0a-2ad0-4140-a1b4-e4eb28baa573} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14103 2025.03.22 20:13:13.854491 [ 5 ] {f603cd0a-2ad0-4140-a1b4-e4eb28baa573} <Debug> executeQuery: Read 82 rows, 6.94 KiB in 0.001883 sec., 43547.53053637812 rows/sec., 3.60 MiB/sec.
14104 2025.03.22 20:13:13.854556 [ 5 ] {f603cd0a-2ad0-4140-a1b4-e4eb28baa573} <Debug> TCPHandler: Processed in 0.002222937 sec.
14105 2025.03.22 20:13:13.854676 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14106 2025.03.22 20:13:13.854781 [ 5 ] {834195d9-fd4b-4776-92ff-87d588240f9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
14107 2025.03.22 20:13:13.854826 [ 5 ] {834195d9-fd4b-4776-92ff-87d588240f9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
14108 2025.03.22 20:13:13.855370 [ 5 ] {834195d9-fd4b-4776-92ff-87d588240f9a} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14109 2025.03.22 20:13:13.855411 [ 5 ] {834195d9-fd4b-4776-92ff-87d588240f9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
14110 2025.03.22 20:13:13.855770 [ 5 ] {834195d9-fd4b-4776-92ff-87d588240f9a} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary)
14111 2025.03.22 20:13:13.856004 [ 5 ] {834195d9-fd4b-4776-92ff-87d588240f9a} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14112 2025.03.22 20:13:13.856201 [ 102 ] {} <Debug> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0
14113 2025.03.22 20:13:13.856240 [ 5 ] {834195d9-fd4b-4776-92ff-87d588240f9a} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.001479 sec., 8789.72278566599 rows/sec., 660.95 KiB/sec.
14114 2025.03.22 20:13:13.856293 [ 102 ] {} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14115 2025.03.22 20:13:13.856362 [ 5 ] {834195d9-fd4b-4776-92ff-87d588240f9a} <Debug> TCPHandler: Processed in 0.001728107 sec.
14116 2025.03.22 20:13:13.856364 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
14117 2025.03.22 20:13:13.856557 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14118 2025.03.22 20:13:13.856571 [ 201 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full
14119 2025.03.22 20:13:13.856699 [ 5 ] {97e1ad28-98b5-4395-90e4-c22bfcb5f41d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
14120 2025.03.22 20:13:13.856812 [ 5 ] {97e1ad28-98b5-4395-90e4-c22bfcb5f41d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14121 2025.03.22 20:13:13.856811 [ 201 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14122 2025.03.22 20:13:13.856909 [ 201 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 69 rows starting from the beginning of the part
14123 2025.03.22 20:13:13.857278 [ 201 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 25 rows starting from the beginning of the part
14124 2025.03.22 20:13:13.857657 [ 201 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 26 rows starting from the beginning of the part
14125 2025.03.22 20:13:13.858025 [ 201 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 13 rows starting from the beginning of the part
14126 2025.03.22 20:13:13.858435 [ 201 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 28 rows starting from the beginning of the part
14127 2025.03.22 20:13:13.858795 [ 201 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 13 rows starting from the beginning of the part
14128 2025.03.22 20:13:13.859775 [ 5 ] {97e1ad28-98b5-4395-90e4-c22bfcb5f41d} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14129 2025.03.22 20:13:13.859825 [ 5 ] {97e1ad28-98b5-4395-90e4-c22bfcb5f41d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
14130 2025.03.22 20:13:13.860385 [ 5 ] {97e1ad28-98b5-4395-90e4-c22bfcb5f41d} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary)
14131 2025.03.22 20:13:13.860578 [ 201 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 174 rows, containing 5 columns (5 merged, 0 gathered) in 0.004091616 sec., 42525.98484315244 rows/sec., 3.29 MiB/sec.
14132 2025.03.22 20:13:13.860706 [ 201 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary)
14133 2025.03.22 20:13:13.860711 [ 5 ] {97e1ad28-98b5-4395-90e4-c22bfcb5f41d} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14134 2025.03.22 20:13:13.861016 [ 5 ] {97e1ad28-98b5-4395-90e4-c22bfcb5f41d} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.004353 sec., 17688.950149322307 rows/sec., 1.38 MiB/sec.
14135 2025.03.22 20:13:13.861101 [ 5 ] {97e1ad28-98b5-4395-90e4-c22bfcb5f41d} <Debug> TCPHandler: Processed in 0.004610609 sec.
14136 2025.03.22 20:13:13.861120 [ 201 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_116_23} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14137 2025.03.22 20:13:13.861210 [ 201 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_116_23} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23
14138 2025.03.22 20:13:13.861252 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14139 2025.03.22 20:13:13.861291 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
14140 2025.03.22 20:13:13.861367 [ 5 ] {8b8537ca-791d-4793-b5b9-31894858f070} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14141 2025.03.22 20:13:13.861416 [ 5 ] {8b8537ca-791d-4793-b5b9-31894858f070} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14142 2025.03.22 20:13:13.861930 [ 5 ] {8b8537ca-791d-4793-b5b9-31894858f070} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14143 2025.03.22 20:13:13.861967 [ 5 ] {8b8537ca-791d-4793-b5b9-31894858f070} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
14144 2025.03.22 20:13:13.862341 [ 5 ] {8b8537ca-791d-4793-b5b9-31894858f070} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary)
14145 2025.03.22 20:13:13.862572 [ 5 ] {8b8537ca-791d-4793-b5b9-31894858f070} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14146 2025.03.22 20:13:13.862738 [ 102 ] {} <Debug> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Selected 2 parts from all_1_135_30 to all_136_136_0
14147 2025.03.22 20:13:13.862787 [ 102 ] {} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14148 2025.03.22 20:13:13.862812 [ 5 ] {8b8537ca-791d-4793-b5b9-31894858f070} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001458 sec., 109739.36899862826 rows/sec., 7.64 MiB/sec.
14149 2025.03.22 20:13:13.862828 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
14150 2025.03.22 20:13:13.862986 [ 5 ] {8b8537ca-791d-4793-b5b9-31894858f070} <Debug> TCPHandler: Processed in 0.001788057 sec.
14151 2025.03.22 20:13:13.863011 [ 189 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_136_31} <Debug> MergeTask::PrepareStage: Merging 2 parts: from all_1_135_30 to all_136_136_0 into Compact with storage Full
14152 2025.03.22 20:13:13.863129 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14153 2025.03.22 20:13:13.863138 [ 189 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_136_31} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14154 2025.03.22 20:13:13.863176 [ 189 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_136_31} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_135_30, total 37157 rows starting from the beginning of the part
14155 2025.03.22 20:13:13.863293 [ 5 ] {a55e5747-199c-4999-b51b-b16d23a53b48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
14156 2025.03.22 20:13:13.863312 [ 189 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_136_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 32 rows starting from the beginning of the part
14157 2025.03.22 20:13:13.863555 [ 5 ] {a55e5747-199c-4999-b51b-b16d23a53b48} <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
14158 2025.03.22 20:13:13.865138 [ 5 ] {a55e5747-199c-4999-b51b-b16d23a53b48} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14159 2025.03.22 20:13:13.865187 [ 5 ] {a55e5747-199c-4999-b51b-b16d23a53b48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
14160 2025.03.22 20:13:13.865914 [ 5 ] {a55e5747-199c-4999-b51b-b16d23a53b48} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary)
14161 2025.03.22 20:13:13.866177 [ 5 ] {a55e5747-199c-4999-b51b-b16d23a53b48} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14162 2025.03.22 20:13:13.866405 [ 102 ] {} <Debug> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0
14163 2025.03.22 20:13:13.866469 [ 102 ] {} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14164 2025.03.22 20:13:13.866520 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
14165 2025.03.22 20:13:13.866528 [ 5 ] {a55e5747-199c-4999-b51b-b16d23a53b48} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.003292 sec., 3948.967193195626 rows/sec., 7.08 MiB/sec.
14166 2025.03.22 20:13:13.866860 [ 201 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full
14167 2025.03.22 20:13:13.867277 [ 5 ] {a55e5747-199c-4999-b51b-b16d23a53b48} <Debug> TCPHandler: Processed in 0.00420034 sec.
14168 2025.03.22 20:13:13.867787 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14169 2025.03.22 20:13:13.868195 [ 5 ] {9c0fcd2b-09bd-448e-862f-dd37412d85ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14170 2025.03.22 20:13:13.868345 [ 5 ] {9c0fcd2b-09bd-448e-862f-dd37412d85ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14171 2025.03.22 20:13:13.868379 [ 201 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14172 2025.03.22 20:13:13.868722 [ 201 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 2128 rows starting from the beginning of the part
14173 2025.03.22 20:13:13.869207 [ 201 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 13 rows starting from the beginning of the part
14174 2025.03.22 20:13:13.869890 [ 201 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 26 rows starting from the beginning of the part
14175 2025.03.22 20:13:13.869976 [ 5 ] {9c0fcd2b-09bd-448e-862f-dd37412d85ec} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14176 2025.03.22 20:13:13.870039 [ 5 ] {9c0fcd2b-09bd-448e-862f-dd37412d85ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
14177 2025.03.22 20:13:13.870371 [ 201 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 13 rows starting from the beginning of the part
14178 2025.03.22 20:13:13.871049 [ 201 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 26 rows starting from the beginning of the part
14179 2025.03.22 20:13:13.871312 [ 5 ] {9c0fcd2b-09bd-448e-862f-dd37412d85ec} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary)
14180 2025.03.22 20:13:13.871696 [ 201 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 13 rows starting from the beginning of the part
14181 2025.03.22 20:13:13.872315 [ 5 ] {9c0fcd2b-09bd-448e-862f-dd37412d85ec} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14182 2025.03.22 20:13:13.872533 [ 189 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_136_31} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 37189 rows, containing 5 columns (5 merged, 0 gathered) in 0.009571643 sec., 3885330.867438328 rows/sec., 266.24 MiB/sec.
14183 2025.03.22 20:13:13.872779 [ 5 ] {9c0fcd2b-09bd-448e-862f-dd37412d85ec} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004723 sec., 12703.78996400593 rows/sec., 876.69 KiB/sec.
14184 2025.03.22 20:13:13.872935 [ 5 ] {9c0fcd2b-09bd-448e-862f-dd37412d85ec} <Debug> TCPHandler: Processed in 0.005242371 sec.
14185 2025.03.22 20:13:13.872986 [ 189 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_136_31} <Trace> MergedBlockOutputStream: filled checksums all_1_136_31 (state Temporary)
14186 2025.03.22 20:13:13.873375 [ 189 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_136_31} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_merge_all_1_136_31 to all_1_136_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14187 2025.03.22 20:13:13.873484 [ 189 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_136_31} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Merged 2 parts: [all_1_135_30, all_136_136_0] -> all_1_136_31
14188 2025.03.22 20:13:13.873561 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB.
14189 2025.03.22 20:13:13.879101 [ 200 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2219 rows, containing 19 columns (19 merged, 0 gathered) in 0.012492926 sec., 177620.51900411482 rows/sec., 318.29 MiB/sec.
14190 2025.03.22 20:13:13.881187 [ 200 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary)
14191 2025.03.22 20:13:13.881687 [ 200 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_116_23} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14192 2025.03.22 20:13:13.881783 [ 200 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_116_23} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23
14193 2025.03.22 20:13:13.881957 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.36 MiB.
14194 2025.03.22 20:13:14.000188 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 266.82 MiB, peak 285.13 MiB, free memory in arenas 0.00 B, will set to 265.05 MiB (RSS), difference: -1.76 MiB
14195 2025.03.22 20:13:17.799023 [ 97 ] {} <Debug> DNSResolver: Updating DNS cache
14196 2025.03.22 20:13:17.799095 [ 97 ] {} <Debug> DNSResolver: Updated DNS cache
14197 2025.03.22 20:13:18.088685 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 37637
14198 2025.03.22 20:13:18.089686 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14199 2025.03.22 20:13:18.089741 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
14200 2025.03.22 20:13:18.090297 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
14201 2025.03.22 20:13:18.090564 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14202 2025.03.22 20:13:18.090823 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37637
14203 2025.03.22 20:13:18.852408 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14204 2025.03.22 20:13:18.852686 [ 5 ] {abb53978-8a4a-4117-9ee2-a6c4d5847b38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
14205 2025.03.22 20:13:18.852793 [ 5 ] {abb53978-8a4a-4117-9ee2-a6c4d5847b38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14206 2025.03.22 20:13:18.853815 [ 5 ] {abb53978-8a4a-4117-9ee2-a6c4d5847b38} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14207 2025.03.22 20:13:18.853859 [ 5 ] {abb53978-8a4a-4117-9ee2-a6c4d5847b38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
14208 2025.03.22 20:13:18.854304 [ 5 ] {abb53978-8a4a-4117-9ee2-a6c4d5847b38} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary)
14209 2025.03.22 20:13:18.854559 [ 5 ] {abb53978-8a4a-4117-9ee2-a6c4d5847b38} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14210 2025.03.22 20:13:18.854719 [ 97 ] {} <Debug> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0
14211 2025.03.22 20:13:18.854771 [ 97 ] {} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14212 2025.03.22 20:13:18.854775 [ 5 ] {abb53978-8a4a-4117-9ee2-a6c4d5847b38} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.002166 sec., 49861.495844875346 rows/sec., 4.17 MiB/sec.
14213 2025.03.22 20:13:18.854798 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
14214 2025.03.22 20:13:18.854898 [ 5 ] {abb53978-8a4a-4117-9ee2-a6c4d5847b38} <Debug> TCPHandler: Processed in 0.002631616 sec.
14215 2025.03.22 20:13:18.855207 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14216 2025.03.22 20:13:18.855311 [ 192 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_141_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full
14217 2025.03.22 20:13:18.855567 [ 5 ] {84306dd3-53c9-4111-bf00-4f02245978a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
14218 2025.03.22 20:13:18.855731 [ 5 ] {84306dd3-53c9-4111-bf00-4f02245978a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
14219 2025.03.22 20:13:18.856486 [ 192 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14220 2025.03.22 20:13:18.856928 [ 192 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 1403 rows starting from the beginning of the part
14221 2025.03.22 20:13:18.857524 [ 192 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 108 rows starting from the beginning of the part
14222 2025.03.22 20:13:18.857677 [ 192 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 82 rows starting from the beginning of the part
14223 2025.03.22 20:13:18.858228 [ 192 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 109 rows starting from the beginning of the part
14224 2025.03.22 20:13:18.858683 [ 192 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 82 rows starting from the beginning of the part
14225 2025.03.22 20:13:18.858981 [ 5 ] {84306dd3-53c9-4111-bf00-4f02245978a4} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14226 2025.03.22 20:13:18.859010 [ 192 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 108 rows starting from the beginning of the part
14227 2025.03.22 20:13:18.859063 [ 5 ] {84306dd3-53c9-4111-bf00-4f02245978a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
14228 2025.03.22 20:13:18.860023 [ 5 ] {84306dd3-53c9-4111-bf00-4f02245978a4} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary)
14229 2025.03.22 20:13:18.860554 [ 5 ] {84306dd3-53c9-4111-bf00-4f02245978a4} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14230 2025.03.22 20:13:18.861054 [ 217 ] {} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
14231 2025.03.22 20:13:18.861127 [ 217 ] {} <Debug> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
14232 2025.03.22 20:13:18.861172 [ 5 ] {84306dd3-53c9-4111-bf00-4f02245978a4} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.005738 sec., 4531.195538515162 rows/sec., 340.72 KiB/sec.
14233 2025.03.22 20:13:18.861567 [ 5 ] {84306dd3-53c9-4111-bf00-4f02245978a4} <Debug> TCPHandler: Processed in 0.006464968 sec.
14234 2025.03.22 20:13:18.861883 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14235 2025.03.22 20:13:18.862045 [ 5 ] {d2be43c0-1b9a-4822-bc16-2363c29fac26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
14236 2025.03.22 20:13:18.862143 [ 5 ] {d2be43c0-1b9a-4822-bc16-2363c29fac26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14237 2025.03.22 20:13:18.863119 [ 192 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1892 rows, containing 5 columns (5 merged, 0 gathered) in 0.008159963 sec., 231863.7964412339 rows/sec., 20.24 MiB/sec.
14238 2025.03.22 20:13:18.863628 [ 192 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary)
14239 2025.03.22 20:13:18.864559 [ 192 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_141_28} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14240 2025.03.22 20:13:18.864838 [ 192 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_141_28} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28
14241 2025.03.22 20:13:18.864907 [ 5 ] {d2be43c0-1b9a-4822-bc16-2363c29fac26} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14242 2025.03.22 20:13:18.865014 [ 5 ] {d2be43c0-1b9a-4822-bc16-2363c29fac26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
14243 2025.03.22 20:13:18.865065 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB.
14244 2025.03.22 20:13:18.865547 [ 5 ] {d2be43c0-1b9a-4822-bc16-2363c29fac26} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary)
14245 2025.03.22 20:13:18.865833 [ 5 ] {d2be43c0-1b9a-4822-bc16-2363c29fac26} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14246 2025.03.22 20:13:18.865946 [ 217 ] {} <Debug> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
14247 2025.03.22 20:13:18.866059 [ 96 ] {} <Debug> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0
14248 2025.03.22 20:13:18.866204 [ 96 ] {} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14249 2025.03.22 20:13:18.866284 [ 5 ] {d2be43c0-1b9a-4822-bc16-2363c29fac26} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.004264 sec., 21106.941838649152 rows/sec., 1.65 MiB/sec.
14250 2025.03.22 20:13:18.866310 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
14251 2025.03.22 20:13:18.866548 [ 5 ] {d2be43c0-1b9a-4822-bc16-2363c29fac26} <Debug> TCPHandler: Processed in 0.00473134 sec.
14252 2025.03.22 20:13:18.866872 [ 199 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_141_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full
14253 2025.03.22 20:13:18.866906 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14254 2025.03.22 20:13:18.867283 [ 5 ] {6f4a9907-c71c-4927-83b1-c92f4a8cfcef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14255 2025.03.22 20:13:18.867491 [ 199 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14256 2025.03.22 20:13:18.867505 [ 5 ] {6f4a9907-c71c-4927-83b1-c92f4a8cfcef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14257 2025.03.22 20:13:18.867654 [ 199 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 631 rows starting from the beginning of the part
14258 2025.03.22 20:13:18.868244 [ 199 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 90 rows starting from the beginning of the part
14259 2025.03.22 20:13:18.868793 [ 199 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 77 rows starting from the beginning of the part
14260 2025.03.22 20:13:18.869182 [ 199 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 92 rows starting from the beginning of the part
14261 2025.03.22 20:13:18.869503 [ 199 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 77 rows starting from the beginning of the part
14262 2025.03.22 20:13:18.869815 [ 199 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 90 rows starting from the beginning of the part
14263 2025.03.22 20:13:18.870904 [ 5 ] {6f4a9907-c71c-4927-83b1-c92f4a8cfcef} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14264 2025.03.22 20:13:18.870978 [ 5 ] {6f4a9907-c71c-4927-83b1-c92f4a8cfcef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
14265 2025.03.22 20:13:18.872015 [ 5 ] {6f4a9907-c71c-4927-83b1-c92f4a8cfcef} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary)
14266 2025.03.22 20:13:18.872390 [ 5 ] {6f4a9907-c71c-4927-83b1-c92f4a8cfcef} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14267 2025.03.22 20:13:18.872931 [ 96 ] {} <Debug> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Selected 2 parts from all_1_136_31 to all_137_137_0
14268 2025.03.22 20:13:18.873090 [ 5 ] {6f4a9907-c71c-4927-83b1-c92f4a8cfcef} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005928 sec., 26990.55330634278 rows/sec., 1.88 MiB/sec.
14269 2025.03.22 20:13:18.873097 [ 96 ] {} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14270 2025.03.22 20:13:18.873130 [ 199 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1057 rows, containing 5 columns (5 merged, 0 gathered) in 0.006665982 sec., 158566.28475744458 rows/sec., 12.73 MiB/sec.
14271 2025.03.22 20:13:18.873248 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
14272 2025.03.22 20:13:18.873314 [ 5 ] {6f4a9907-c71c-4927-83b1-c92f4a8cfcef} <Debug> TCPHandler: Processed in 0.006474998 sec.
14273 2025.03.22 20:13:18.873519 [ 199 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary)
14274 2025.03.22 20:13:18.873676 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14275 2025.03.22 20:13:18.873722 [ 190 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_137_32} <Debug> MergeTask::PrepareStage: Merging 2 parts: from all_1_136_31 to all_137_137_0 into Compact with storage Full
14276 2025.03.22 20:13:18.873984 [ 5 ] {1def9ec4-5219-48ab-8360-74ec3a951e41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
14277 2025.03.22 20:13:18.874314 [ 5 ] {1def9ec4-5219-48ab-8360-74ec3a951e41} <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
14278 2025.03.22 20:13:18.874421 [ 190 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_137_32} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14279 2025.03.22 20:13:18.874435 [ 199 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_141_28} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14280 2025.03.22 20:13:18.874619 [ 190 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_137_32} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_136_31, total 37189 rows starting from the beginning of the part
14281 2025.03.22 20:13:18.874777 [ 199 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_141_28} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28
14282 2025.03.22 20:13:18.875204 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB.
14283 2025.03.22 20:13:18.875403 [ 190 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_137_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 160 rows starting from the beginning of the part
14284 2025.03.22 20:13:18.878745 [ 5 ] {1def9ec4-5219-48ab-8360-74ec3a951e41} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14285 2025.03.22 20:13:18.878790 [ 5 ] {1def9ec4-5219-48ab-8360-74ec3a951e41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
14286 2025.03.22 20:13:18.879584 [ 5 ] {1def9ec4-5219-48ab-8360-74ec3a951e41} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary)
14287 2025.03.22 20:13:18.879914 [ 5 ] {1def9ec4-5219-48ab-8360-74ec3a951e41} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14288 2025.03.22 20:13:18.880205 [ 220 ] {} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
14289 2025.03.22 20:13:18.880232 [ 5 ] {1def9ec4-5219-48ab-8360-74ec3a951e41} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.006376 sec., 4077.7917189460477 rows/sec., 7.31 MiB/sec.
14290 2025.03.22 20:13:18.880249 [ 220 ] {} <Debug> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
14291 2025.03.22 20:13:18.880904 [ 5 ] {1def9ec4-5219-48ab-8360-74ec3a951e41} <Debug> TCPHandler: Processed in 0.007341276 sec.
14292 2025.03.22 20:13:18.881101 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14293 2025.03.22 20:13:18.881263 [ 5 ] {86f9b9ae-a638-4f38-9ac7-10083451afd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14294 2025.03.22 20:13:18.881342 [ 5 ] {86f9b9ae-a638-4f38-9ac7-10083451afd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14295 2025.03.22 20:13:18.882884 [ 5 ] {86f9b9ae-a638-4f38-9ac7-10083451afd2} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14296 2025.03.22 20:13:18.882989 [ 5 ] {86f9b9ae-a638-4f38-9ac7-10083451afd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
14297 2025.03.22 20:13:18.884028 [ 5 ] {86f9b9ae-a638-4f38-9ac7-10083451afd2} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary)
14298 2025.03.22 20:13:18.884675 [ 5 ] {86f9b9ae-a638-4f38-9ac7-10083451afd2} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14299 2025.03.22 20:13:18.884780 [ 187 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_137_32} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 37349 rows, containing 5 columns (5 merged, 0 gathered) in 0.011273059 sec., 3313120.2453566506 rows/sec., 227.04 MiB/sec.
14300 2025.03.22 20:13:18.885068 [ 96 ] {} <Debug> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0
14301 2025.03.22 20:13:18.885203 [ 96 ] {} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14302 2025.03.22 20:13:18.885297 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
14303 2025.03.22 20:13:18.885448 [ 187 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_137_32} <Trace> MergedBlockOutputStream: filled checksums all_1_137_32 (state Temporary)
14304 2025.03.22 20:13:18.885500 [ 5 ] {86f9b9ae-a638-4f38-9ac7-10083451afd2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004263 sec., 14074.595355383532 rows/sec., 971.29 KiB/sec.
14305 2025.03.22 20:13:18.885787 [ 5 ] {86f9b9ae-a638-4f38-9ac7-10083451afd2} <Debug> TCPHandler: Processed in 0.004739931 sec.
14306 2025.03.22 20:13:18.886159 [ 190 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_141_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full
14307 2025.03.22 20:13:18.886251 [ 220 ] {} <Debug> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
14308 2025.03.22 20:13:18.886446 [ 187 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_137_32} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_merge_all_1_137_32 to all_1_137_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14309 2025.03.22 20:13:18.886675 [ 190 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14310 2025.03.22 20:13:18.886767 [ 187 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_137_32} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Merged 2 parts: [all_1_136_31, all_137_137_0] -> all_1_137_32
14311 2025.03.22 20:13:18.886856 [ 190 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 6936 rows starting from the beginning of the part
14312 2025.03.22 20:13:18.887073 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB.
14313 2025.03.22 20:13:18.887430 [ 190 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 60 rows starting from the beginning of the part
14314 2025.03.22 20:13:18.887812 [ 190 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 60 rows starting from the beginning of the part
14315 2025.03.22 20:13:18.888102 [ 190 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 60 rows starting from the beginning of the part
14316 2025.03.22 20:13:18.888503 [ 190 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 60 rows starting from the beginning of the part
14317 2025.03.22 20:13:18.888846 [ 190 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 60 rows starting from the beginning of the part
14318 2025.03.22 20:13:18.891905 [ 188 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7236 rows, containing 4 columns (4 merged, 0 gathered) in 0.006403856 sec., 1129944.2086143098 rows/sec., 76.16 MiB/sec.
14319 2025.03.22 20:13:18.892383 [ 198 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary)
14320 2025.03.22 20:13:18.892709 [ 198 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_141_28} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14321 2025.03.22 20:13:18.892798 [ 198 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_141_28} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28
14322 2025.03.22 20:13:18.892881 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.28 MiB.
14323 2025.03.22 20:13:20.867924 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 619
14324 2025.03.22 20:13:20.890937 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14325 2025.03.22 20:13:20.890987 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
14326 2025.03.22 20:13:20.898549 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
14327 2025.03.22 20:13:20.899373 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14328 2025.03.22 20:13:20.903502 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 619
14329 2025.03.22 20:13:22.846917 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14330 2025.03.22 20:13:22.847122 [ 5 ] {ff39e5b1-31e7-471d-bfad-737ef3e5a6c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
14331 2025.03.22 20:13:22.847195 [ 5 ] {ff39e5b1-31e7-471d-bfad-737ef3e5a6c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
14332 2025.03.22 20:13:22.847974 [ 5 ] {ff39e5b1-31e7-471d-bfad-737ef3e5a6c8} <Trace> oximeter.fields_i16 (264093f9-a655-4468-9a79-5d699a3bbf39): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14333 2025.03.22 20:13:22.848025 [ 5 ] {ff39e5b1-31e7-471d-bfad-737ef3e5a6c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
14334 2025.03.22 20:13:22.848463 [ 5 ] {ff39e5b1-31e7-471d-bfad-737ef3e5a6c8} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
14335 2025.03.22 20:13:22.848716 [ 5 ] {ff39e5b1-31e7-471d-bfad-737ef3e5a6c8} <Trace> oximeter.fields_i16 (264093f9-a655-4468-9a79-5d699a3bbf39): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14336 2025.03.22 20:13:22.848938 [ 5 ] {ff39e5b1-31e7-471d-bfad-737ef3e5a6c8} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001863 sec., 12882.447665056361 rows/sec., 1.07 MiB/sec.
14337 2025.03.22 20:13:22.849084 [ 5 ] {ff39e5b1-31e7-471d-bfad-737ef3e5a6c8} <Debug> TCPHandler: Processed in 0.002288159 sec.
14338 2025.03.22 20:13:22.849279 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14339 2025.03.22 20:13:22.849392 [ 5 ] {d9ac2f45-bec0-44e7-aa81-708a45b96e20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
14340 2025.03.22 20:13:22.849443 [ 5 ] {d9ac2f45-bec0-44e7-aa81-708a45b96e20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
14341 2025.03.22 20:13:22.850001 [ 5 ] {d9ac2f45-bec0-44e7-aa81-708a45b96e20} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14342 2025.03.22 20:13:22.850041 [ 5 ] {d9ac2f45-bec0-44e7-aa81-708a45b96e20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
14343 2025.03.22 20:13:22.850385 [ 5 ] {d9ac2f45-bec0-44e7-aa81-708a45b96e20} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
14344 2025.03.22 20:13:22.850646 [ 5 ] {d9ac2f45-bec0-44e7-aa81-708a45b96e20} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14345 2025.03.22 20:13:22.850827 [ 5 ] {d9ac2f45-bec0-44e7-aa81-708a45b96e20} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.001463 sec., 9569.377990430621 rows/sec., 780.32 KiB/sec.
14346 2025.03.22 20:13:22.850880 [ 5 ] {d9ac2f45-bec0-44e7-aa81-708a45b96e20} <Debug> TCPHandler: Processed in 0.001660495 sec.
14347 2025.03.22 20:13:22.851003 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14348 2025.03.22 20:13:22.851120 [ 5 ] {c64c5e5d-f723-4083-bdc5-e4d831bfc819} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
14349 2025.03.22 20:13:22.851167 [ 5 ] {c64c5e5d-f723-4083-bdc5-e4d831bfc819} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14350 2025.03.22 20:13:22.852487 [ 5 ] {c64c5e5d-f723-4083-bdc5-e4d831bfc819} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14351 2025.03.22 20:13:22.852526 [ 5 ] {c64c5e5d-f723-4083-bdc5-e4d831bfc819} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
14352 2025.03.22 20:13:22.852989 [ 5 ] {c64c5e5d-f723-4083-bdc5-e4d831bfc819} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary)
14353 2025.03.22 20:13:22.853235 [ 5 ] {c64c5e5d-f723-4083-bdc5-e4d831bfc819} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14354 2025.03.22 20:13:22.853426 [ 5 ] {c64c5e5d-f723-4083-bdc5-e4d831bfc819} <Debug> executeQuery: Read 1349 rows, 115.00 KiB in 0.002324 sec., 580464.7160068847 rows/sec., 48.33 MiB/sec.
14355 2025.03.22 20:13:22.853482 [ 5 ] {c64c5e5d-f723-4083-bdc5-e4d831bfc819} <Debug> TCPHandler: Processed in 0.002532514 sec.
14356 2025.03.22 20:13:22.853661 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14357 2025.03.22 20:13:22.853911 [ 5 ] {ccecae14-b75d-473a-adf5-9f86c6065c31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
14358 2025.03.22 20:13:22.854052 [ 5 ] {ccecae14-b75d-473a-adf5-9f86c6065c31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
14359 2025.03.22 20:13:22.854853 [ 5 ] {ccecae14-b75d-473a-adf5-9f86c6065c31} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14360 2025.03.22 20:13:22.854893 [ 5 ] {ccecae14-b75d-473a-adf5-9f86c6065c31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
14361 2025.03.22 20:13:22.855252 [ 5 ] {ccecae14-b75d-473a-adf5-9f86c6065c31} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary)
14362 2025.03.22 20:13:22.855488 [ 5 ] {ccecae14-b75d-473a-adf5-9f86c6065c31} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14363 2025.03.22 20:13:22.855666 [ 5 ] {ccecae14-b75d-473a-adf5-9f86c6065c31} <Debug> executeQuery: Read 39 rows, 2.92 KiB in 0.00185 sec., 21081.08108108108 rows/sec., 1.54 MiB/sec.
14364 2025.03.22 20:13:22.855730 [ 5 ] {ccecae14-b75d-473a-adf5-9f86c6065c31} <Debug> TCPHandler: Processed in 0.002134575 sec.
14365 2025.03.22 20:13:22.855852 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14366 2025.03.22 20:13:22.856002 [ 5 ] {0eee4104-34d5-48be-8f12-a1ee12a4f376} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
14367 2025.03.22 20:13:22.856057 [ 5 ] {0eee4104-34d5-48be-8f12-a1ee12a4f376} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
14368 2025.03.22 20:13:22.856723 [ 5 ] {0eee4104-34d5-48be-8f12-a1ee12a4f376} <Trace> oximeter.fields_u32 (ad7a5232-f0e1-40d6-acb0-24ed1d64c039): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14369 2025.03.22 20:13:22.856760 [ 5 ] {0eee4104-34d5-48be-8f12-a1ee12a4f376} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
14370 2025.03.22 20:13:22.857126 [ 5 ] {0eee4104-34d5-48be-8f12-a1ee12a4f376} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
14371 2025.03.22 20:13:22.857361 [ 5 ] {0eee4104-34d5-48be-8f12-a1ee12a4f376} <Trace> oximeter.fields_u32 (ad7a5232-f0e1-40d6-acb0-24ed1d64c039): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14372 2025.03.22 20:13:22.857580 [ 5 ] {0eee4104-34d5-48be-8f12-a1ee12a4f376} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001612 sec., 156327.5434243176 rows/sec., 10.81 MiB/sec.
14373 2025.03.22 20:13:22.857780 [ 5 ] {0eee4104-34d5-48be-8f12-a1ee12a4f376} <Debug> TCPHandler: Processed in 0.001987372 sec.
14374 2025.03.22 20:13:22.857957 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14375 2025.03.22 20:13:22.858062 [ 5 ] {1be128f9-7e3e-4ab2-a292-b8be674d1c69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
14376 2025.03.22 20:13:22.858109 [ 5 ] {1be128f9-7e3e-4ab2-a292-b8be674d1c69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
14377 2025.03.22 20:13:22.858649 [ 5 ] {1be128f9-7e3e-4ab2-a292-b8be674d1c69} <Trace> oximeter.fields_u8 (faaaa09d-c3bc-4a8d-ab11-77969ca3dca4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14378 2025.03.22 20:13:22.858687 [ 5 ] {1be128f9-7e3e-4ab2-a292-b8be674d1c69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
14379 2025.03.22 20:13:22.859036 [ 5 ] {1be128f9-7e3e-4ab2-a292-b8be674d1c69} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
14380 2025.03.22 20:13:22.859267 [ 5 ] {1be128f9-7e3e-4ab2-a292-b8be674d1c69} <Trace> oximeter.fields_u8 (faaaa09d-c3bc-4a8d-ab11-77969ca3dca4): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14381 2025.03.22 20:13:22.859472 [ 5 ] {1be128f9-7e3e-4ab2-a292-b8be674d1c69} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001426 sec., 8415.14726507714 rows/sec., 657.43 KiB/sec.
14382 2025.03.22 20:13:22.859666 [ 5 ] {1be128f9-7e3e-4ab2-a292-b8be674d1c69} <Debug> TCPHandler: Processed in 0.001762948 sec.
14383 2025.03.22 20:13:22.859841 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14384 2025.03.22 20:13:22.859945 [ 5 ] {2aeb7227-e914-46a8-873f-14cf3ca7a8f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
14385 2025.03.22 20:13:22.859991 [ 5 ] {2aeb7227-e914-46a8-873f-14cf3ca7a8f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14386 2025.03.22 20:13:22.860898 [ 5 ] {2aeb7227-e914-46a8-873f-14cf3ca7a8f6} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14387 2025.03.22 20:13:22.860937 [ 5 ] {2aeb7227-e914-46a8-873f-14cf3ca7a8f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
14388 2025.03.22 20:13:22.861311 [ 5 ] {2aeb7227-e914-46a8-873f-14cf3ca7a8f6} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary)
14389 2025.03.22 20:13:22.861547 [ 5 ] {2aeb7227-e914-46a8-873f-14cf3ca7a8f6} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14390 2025.03.22 20:13:22.861719 [ 5 ] {2aeb7227-e914-46a8-873f-14cf3ca7a8f6} <Debug> executeQuery: Read 583 rows, 44.84 KiB in 0.001798 sec., 324249.1657397108 rows/sec., 24.36 MiB/sec.
14391 2025.03.22 20:13:22.861774 [ 5 ] {2aeb7227-e914-46a8-873f-14cf3ca7a8f6} <Debug> TCPHandler: Processed in 0.001986632 sec.
14392 2025.03.22 20:13:22.861890 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14393 2025.03.22 20:13:22.861996 [ 5 ] {4c4a44a3-2a35-4aea-907b-6d574fcd6ccc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14394 2025.03.22 20:13:22.862044 [ 5 ] {4c4a44a3-2a35-4aea-907b-6d574fcd6ccc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14395 2025.03.22 20:13:22.862882 [ 5 ] {4c4a44a3-2a35-4aea-907b-6d574fcd6ccc} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14396 2025.03.22 20:13:22.862918 [ 5 ] {4c4a44a3-2a35-4aea-907b-6d574fcd6ccc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
14397 2025.03.22 20:13:22.863349 [ 5 ] {4c4a44a3-2a35-4aea-907b-6d574fcd6ccc} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary)
14398 2025.03.22 20:13:22.863587 [ 5 ] {4c4a44a3-2a35-4aea-907b-6d574fcd6ccc} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14399 2025.03.22 20:13:22.863727 [ 93 ] {} <Debug> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Selected 6 parts from all_1_137_32 to all_142_142_0
14400 2025.03.22 20:13:22.863776 [ 5 ] {4c4a44a3-2a35-4aea-907b-6d574fcd6ccc} <Debug> executeQuery: Read 1017 rows, 70.44 KiB in 0.001803 sec., 564059.9001663894 rows/sec., 38.15 MiB/sec.
14401 2025.03.22 20:13:22.863777 [ 93 ] {} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14402 2025.03.22 20:13:22.863828 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
14403 2025.03.22 20:13:22.863849 [ 5 ] {4c4a44a3-2a35-4aea-907b-6d574fcd6ccc} <Debug> TCPHandler: Processed in 0.002009122 sec.
14404 2025.03.22 20:13:22.864128 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14405 2025.03.22 20:13:22.864190 [ 190 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_142_33} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_137_32 to all_142_142_0 into Compact with storage Full
14406 2025.03.22 20:13:22.864461 [ 5 ] {e01133cd-dd99-4406-938b-675ce8745243} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
14407 2025.03.22 20:13:22.864789 [ 5 ] {e01133cd-dd99-4406-938b-675ce8745243} <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
14408 2025.03.22 20:13:22.865787 [ 190 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_142_33} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14409 2025.03.22 20:13:22.866251 [ 190 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_142_33} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_137_32, total 37349 rows starting from the beginning of the part
14410 2025.03.22 20:13:22.866748 [ 190 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_142_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 160 rows starting from the beginning of the part
14411 2025.03.22 20:13:22.867142 [ 190 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_142_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 161 rows starting from the beginning of the part
14412 2025.03.22 20:13:22.867584 [ 190 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_142_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 160 rows starting from the beginning of the part
14413 2025.03.22 20:13:22.867964 [ 190 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_142_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 160 rows starting from the beginning of the part
14414 2025.03.22 20:13:22.868318 [ 190 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_142_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 1017 rows starting from the beginning of the part
14415 2025.03.22 20:13:22.870410 [ 5 ] {e01133cd-dd99-4406-938b-675ce8745243} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14416 2025.03.22 20:13:22.870458 [ 5 ] {e01133cd-dd99-4406-938b-675ce8745243} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
14417 2025.03.22 20:13:22.872194 [ 5 ] {e01133cd-dd99-4406-938b-675ce8745243} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary)
14418 2025.03.22 20:13:22.872526 [ 5 ] {e01133cd-dd99-4406-938b-675ce8745243} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14419 2025.03.22 20:13:22.872878 [ 5 ] {e01133cd-dd99-4406-938b-675ce8745243} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.008553 sec., 1519.934525897346 rows/sec., 2.72 MiB/sec.
14420 2025.03.22 20:13:22.873022 [ 5 ] {e01133cd-dd99-4406-938b-675ce8745243} <Debug> TCPHandler: Processed in 0.009016291 sec.
14421 2025.03.22 20:13:22.873170 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14422 2025.03.22 20:13:22.873296 [ 5 ] {f8ed16d0-8530-4b50-ae6d-c00623b73a7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14423 2025.03.22 20:13:22.873347 [ 5 ] {f8ed16d0-8530-4b50-ae6d-c00623b73a7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14424 2025.03.22 20:13:22.874034 [ 5 ] {f8ed16d0-8530-4b50-ae6d-c00623b73a7d} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14425 2025.03.22 20:13:22.874075 [ 5 ] {f8ed16d0-8530-4b50-ae6d-c00623b73a7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
14426 2025.03.22 20:13:22.874591 [ 5 ] {f8ed16d0-8530-4b50-ae6d-c00623b73a7d} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary)
14427 2025.03.22 20:13:22.875046 [ 5 ] {f8ed16d0-8530-4b50-ae6d-c00623b73a7d} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14428 2025.03.22 20:13:22.875405 [ 5 ] {f8ed16d0-8530-4b50-ae6d-c00623b73a7d} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.002147 sec., 22356.776897997206 rows/sec., 1.51 MiB/sec.
14429 2025.03.22 20:13:22.875474 [ 5 ] {f8ed16d0-8530-4b50-ae6d-c00623b73a7d} <Debug> TCPHandler: Processed in 0.00235338 sec.
14430 2025.03.22 20:13:22.878300 [ 188 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_142_33} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 39007 rows, containing 5 columns (5 merged, 0 gathered) in 0.014343795 sec., 2719433.7342383936 rows/sec., 186.35 MiB/sec.
14431 2025.03.22 20:13:22.879013 [ 196 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_142_33} <Trace> MergedBlockOutputStream: filled checksums all_1_142_33 (state Temporary)
14432 2025.03.22 20:13:22.879380 [ 196 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_142_33} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_merge_all_1_142_33 to all_1_142_33 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14433 2025.03.22 20:13:22.879477 [ 196 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_142_33} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Merged 6 parts: [all_1_137_32, all_142_142_0] -> all_1_142_33
14434 2025.03.22 20:13:22.879588 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB.
14435 2025.03.22 20:13:23.299952 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 1960
14436 2025.03.22 20:13:23.303369 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14437 2025.03.22 20:13:23.303432 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
14438 2025.03.22 20:13:23.304970 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
14439 2025.03.22 20:13:23.305293 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14440 2025.03.22 20:13:23.305987 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1960
14441 2025.03.22 20:13:23.479938 [ 223 ] {} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
14442 2025.03.22 20:13:23.480001 [ 223 ] {} <Debug> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
14443 2025.03.22 20:13:23.482097 [ 223 ] {} <Debug> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
14444 2025.03.22 20:13:23.829571 [ 221 ] {} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
14445 2025.03.22 20:13:23.829630 [ 221 ] {} <Debug> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
14446 2025.03.22 20:13:23.831663 [ 221 ] {} <Debug> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
14447 2025.03.22 20:13:23.845434 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14448 2025.03.22 20:13:23.845636 [ 5 ] {7e287dc5-e91b-4b65-bc6e-ad2635734e78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
14449 2025.03.22 20:13:23.845718 [ 5 ] {7e287dc5-e91b-4b65-bc6e-ad2635734e78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14450 2025.03.22 20:13:23.846638 [ 5 ] {7e287dc5-e91b-4b65-bc6e-ad2635734e78} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14451 2025.03.22 20:13:23.846683 [ 5 ] {7e287dc5-e91b-4b65-bc6e-ad2635734e78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
14452 2025.03.22 20:13:23.847121 [ 5 ] {7e287dc5-e91b-4b65-bc6e-ad2635734e78} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary)
14453 2025.03.22 20:13:23.847379 [ 5 ] {7e287dc5-e91b-4b65-bc6e-ad2635734e78} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14454 2025.03.22 20:13:23.847585 [ 5 ] {7e287dc5-e91b-4b65-bc6e-ad2635734e78} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002007 sec., 27902.341803687093 rows/sec., 2.13 MiB/sec.
14455 2025.03.22 20:13:23.847650 [ 5 ] {7e287dc5-e91b-4b65-bc6e-ad2635734e78} <Debug> TCPHandler: Processed in 0.00234759 sec.
14456 2025.03.22 20:13:23.847782 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14457 2025.03.22 20:13:23.847895 [ 5 ] {03f78315-367e-441a-aefa-b08cef0dc98a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
14458 2025.03.22 20:13:23.847946 [ 5 ] {03f78315-367e-441a-aefa-b08cef0dc98a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14459 2025.03.22 20:13:23.848519 [ 5 ] {03f78315-367e-441a-aefa-b08cef0dc98a} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14460 2025.03.22 20:13:23.848558 [ 5 ] {03f78315-367e-441a-aefa-b08cef0dc98a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
14461 2025.03.22 20:13:23.848924 [ 5 ] {03f78315-367e-441a-aefa-b08cef0dc98a} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary)
14462 2025.03.22 20:13:23.849173 [ 5 ] {03f78315-367e-441a-aefa-b08cef0dc98a} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14463 2025.03.22 20:13:23.849356 [ 5 ] {03f78315-367e-441a-aefa-b08cef0dc98a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001489 sec., 42981.86702484889 rows/sec., 3.35 MiB/sec.
14464 2025.03.22 20:13:23.849409 [ 5 ] {03f78315-367e-441a-aefa-b08cef0dc98a} <Debug> TCPHandler: Processed in 0.001682856 sec.
14465 2025.03.22 20:13:23.849529 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14466 2025.03.22 20:13:23.849639 [ 5 ] {eabbd953-3897-4669-9a94-47e77486b043} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14467 2025.03.22 20:13:23.849691 [ 5 ] {eabbd953-3897-4669-9a94-47e77486b043} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14468 2025.03.22 20:13:23.850171 [ 5 ] {eabbd953-3897-4669-9a94-47e77486b043} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14469 2025.03.22 20:13:23.850208 [ 5 ] {eabbd953-3897-4669-9a94-47e77486b043} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
14470 2025.03.22 20:13:23.850582 [ 5 ] {eabbd953-3897-4669-9a94-47e77486b043} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary)
14471 2025.03.22 20:13:23.850828 [ 5 ] {eabbd953-3897-4669-9a94-47e77486b043} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14472 2025.03.22 20:13:23.851004 [ 5 ] {eabbd953-3897-4669-9a94-47e77486b043} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.00139 sec., 23021.58273381295 rows/sec., 1.60 MiB/sec.
14473 2025.03.22 20:13:23.851055 [ 5 ] {eabbd953-3897-4669-9a94-47e77486b043} <Debug> TCPHandler: Processed in 0.001577684 sec.
14474 2025.03.22 20:13:23.851161 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14475 2025.03.22 20:13:23.851263 [ 5 ] {2052ac9e-8276-4a5e-82b1-cdc41fb12699} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14476 2025.03.22 20:13:23.851309 [ 5 ] {2052ac9e-8276-4a5e-82b1-cdc41fb12699} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14477 2025.03.22 20:13:23.851725 [ 5 ] {2052ac9e-8276-4a5e-82b1-cdc41fb12699} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14478 2025.03.22 20:13:23.851762 [ 5 ] {2052ac9e-8276-4a5e-82b1-cdc41fb12699} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
14479 2025.03.22 20:13:23.852103 [ 5 ] {2052ac9e-8276-4a5e-82b1-cdc41fb12699} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary)
14480 2025.03.22 20:13:23.852335 [ 5 ] {2052ac9e-8276-4a5e-82b1-cdc41fb12699} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14481 2025.03.22 20:13:23.852510 [ 5 ] {2052ac9e-8276-4a5e-82b1-cdc41fb12699} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001268 sec., 9463.72239747634 rows/sec., 653.10 KiB/sec.
14482 2025.03.22 20:13:23.852558 [ 5 ] {2052ac9e-8276-4a5e-82b1-cdc41fb12699} <Debug> TCPHandler: Processed in 0.00144774 sec.
14483 2025.03.22 20:13:24.286116 [ 225 ] {} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
14484 2025.03.22 20:13:24.286175 [ 225 ] {} <Debug> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
14485 2025.03.22 20:13:24.288045 [ 225 ] {} <Debug> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
14486 2025.03.22 20:13:24.638747 [ 223 ] {} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
14487 2025.03.22 20:13:24.638808 [ 223 ] {} <Debug> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
14488 2025.03.22 20:13:24.640946 [ 223 ] {} <Debug> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
14489 2025.03.22 20:13:25.591939 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 38064
14490 2025.03.22 20:13:25.592577 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14491 2025.03.22 20:13:25.592632 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB.
14492 2025.03.22 20:13:25.593203 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
14493 2025.03.22 20:13:25.593470 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14494 2025.03.22 20:13:25.593719 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38064
14495 2025.03.22 20:13:28.404545 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 626
14496 2025.03.22 20:13:28.428065 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14497 2025.03.22 20:13:28.428120 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
14498 2025.03.22 20:13:28.435671 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
14499 2025.03.22 20:13:28.436510 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14500 2025.03.22 20:13:28.439415 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 626
14501 2025.03.22 20:13:28.852253 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14502 2025.03.22 20:13:28.852472 [ 5 ] {95844446-dcd4-4c0a-8c38-dc8663b9c5fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
14503 2025.03.22 20:13:28.852555 [ 5 ] {95844446-dcd4-4c0a-8c38-dc8663b9c5fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14504 2025.03.22 20:13:28.853395 [ 5 ] {95844446-dcd4-4c0a-8c38-dc8663b9c5fb} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14505 2025.03.22 20:13:28.853448 [ 5 ] {95844446-dcd4-4c0a-8c38-dc8663b9c5fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
14506 2025.03.22 20:13:28.853912 [ 5 ] {95844446-dcd4-4c0a-8c38-dc8663b9c5fb} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary)
14507 2025.03.22 20:13:28.854178 [ 5 ] {95844446-dcd4-4c0a-8c38-dc8663b9c5fb} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14508 2025.03.22 20:13:28.854437 [ 5 ] {95844446-dcd4-4c0a-8c38-dc8663b9c5fb} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.002023 sec., 53386.06030647553 rows/sec., 4.46 MiB/sec.
14509 2025.03.22 20:13:28.854508 [ 5 ] {95844446-dcd4-4c0a-8c38-dc8663b9c5fb} <Debug> TCPHandler: Processed in 0.002395201 sec.
14510 2025.03.22 20:13:28.854655 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14511 2025.03.22 20:13:28.854782 [ 5 ] {3c40fb11-e0b5-4b71-84b4-a76dad1ab939} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
14512 2025.03.22 20:13:28.854832 [ 5 ] {3c40fb11-e0b5-4b71-84b4-a76dad1ab939} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
14513 2025.03.22 20:13:28.855392 [ 5 ] {3c40fb11-e0b5-4b71-84b4-a76dad1ab939} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14514 2025.03.22 20:13:28.855433 [ 5 ] {3c40fb11-e0b5-4b71-84b4-a76dad1ab939} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
14515 2025.03.22 20:13:28.855808 [ 5 ] {3c40fb11-e0b5-4b71-84b4-a76dad1ab939} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary)
14516 2025.03.22 20:13:28.856047 [ 5 ] {3c40fb11-e0b5-4b71-84b4-a76dad1ab939} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14517 2025.03.22 20:13:28.856260 [ 5 ] {3c40fb11-e0b5-4b71-84b4-a76dad1ab939} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001507 sec., 17252.8201725282 rows/sec., 1.27 MiB/sec.
14518 2025.03.22 20:13:28.856314 [ 5 ] {3c40fb11-e0b5-4b71-84b4-a76dad1ab939} <Debug> TCPHandler: Processed in 0.001726967 sec.
14519 2025.03.22 20:13:28.856420 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14520 2025.03.22 20:13:28.856522 [ 5 ] {a77cf111-0b46-45b2-a859-9bcc945965d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
14521 2025.03.22 20:13:28.856567 [ 5 ] {a77cf111-0b46-45b2-a859-9bcc945965d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14522 2025.03.22 20:13:28.857116 [ 5 ] {a77cf111-0b46-45b2-a859-9bcc945965d2} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14523 2025.03.22 20:13:28.857156 [ 5 ] {a77cf111-0b46-45b2-a859-9bcc945965d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
14524 2025.03.22 20:13:28.857510 [ 5 ] {a77cf111-0b46-45b2-a859-9bcc945965d2} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary)
14525 2025.03.22 20:13:28.857747 [ 5 ] {a77cf111-0b46-45b2-a859-9bcc945965d2} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14526 2025.03.22 20:13:28.857950 [ 5 ] {a77cf111-0b46-45b2-a859-9bcc945965d2} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.00145 sec., 62068.965517241384 rows/sec., 4.85 MiB/sec.
14527 2025.03.22 20:13:28.858000 [ 5 ] {a77cf111-0b46-45b2-a859-9bcc945965d2} <Debug> TCPHandler: Processed in 0.001630834 sec.
14528 2025.03.22 20:13:28.858113 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14529 2025.03.22 20:13:28.858219 [ 5 ] {777a66e6-c366-4d52-95a1-b545e94c157a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14530 2025.03.22 20:13:28.858267 [ 5 ] {777a66e6-c366-4d52-95a1-b545e94c157a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14531 2025.03.22 20:13:28.858778 [ 5 ] {777a66e6-c366-4d52-95a1-b545e94c157a} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14532 2025.03.22 20:13:28.858817 [ 5 ] {777a66e6-c366-4d52-95a1-b545e94c157a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
14533 2025.03.22 20:13:28.859214 [ 5 ] {777a66e6-c366-4d52-95a1-b545e94c157a} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary)
14534 2025.03.22 20:13:28.859451 [ 5 ] {777a66e6-c366-4d52-95a1-b545e94c157a} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14535 2025.03.22 20:13:28.859655 [ 5 ] {777a66e6-c366-4d52-95a1-b545e94c157a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001459 sec., 109664.15352981494 rows/sec., 7.64 MiB/sec.
14536 2025.03.22 20:13:28.859707 [ 5 ] {777a66e6-c366-4d52-95a1-b545e94c157a} <Debug> TCPHandler: Processed in 0.001643245 sec.
14537 2025.03.22 20:13:28.859831 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14538 2025.03.22 20:13:28.859938 [ 5 ] {71ab9bfc-5549-4db0-9c40-3b6c885c2be2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
14539 2025.03.22 20:13:28.860003 [ 5 ] {71ab9bfc-5549-4db0-9c40-3b6c885c2be2} <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
14540 2025.03.22 20:13:28.861115 [ 5 ] {71ab9bfc-5549-4db0-9c40-3b6c885c2be2} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14541 2025.03.22 20:13:28.861154 [ 5 ] {71ab9bfc-5549-4db0-9c40-3b6c885c2be2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
14542 2025.03.22 20:13:28.861808 [ 5 ] {71ab9bfc-5549-4db0-9c40-3b6c885c2be2} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary)
14543 2025.03.22 20:13:28.862062 [ 5 ] {71ab9bfc-5549-4db0-9c40-3b6c885c2be2} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14544 2025.03.22 20:13:28.862301 [ 5 ] {71ab9bfc-5549-4db0-9c40-3b6c885c2be2} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002388 sec., 10887.772194304858 rows/sec., 19.51 MiB/sec.
14545 2025.03.22 20:13:28.862407 [ 5 ] {71ab9bfc-5549-4db0-9c40-3b6c885c2be2} <Debug> TCPHandler: Processed in 0.002625426 sec.
14546 2025.03.22 20:13:28.862550 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14547 2025.03.22 20:13:28.862655 [ 5 ] {71e58707-4bcd-4152-9c31-63875b4668bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14548 2025.03.22 20:13:28.862701 [ 5 ] {71e58707-4bcd-4152-9c31-63875b4668bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14549 2025.03.22 20:13:28.863133 [ 5 ] {71e58707-4bcd-4152-9c31-63875b4668bb} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14550 2025.03.22 20:13:28.863171 [ 5 ] {71e58707-4bcd-4152-9c31-63875b4668bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
14551 2025.03.22 20:13:28.863528 [ 5 ] {71e58707-4bcd-4152-9c31-63875b4668bb} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary)
14552 2025.03.22 20:13:28.863766 [ 5 ] {71e58707-4bcd-4152-9c31-63875b4668bb} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14553 2025.03.22 20:13:28.863991 [ 5 ] {71e58707-4bcd-4152-9c31-63875b4668bb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001354 sec., 44313.14623338257 rows/sec., 2.99 MiB/sec.
14554 2025.03.22 20:13:28.864089 [ 5 ] {71e58707-4bcd-4152-9c31-63875b4668bb} <Debug> TCPHandler: Processed in 0.001589474 sec.
14555 2025.03.22 20:13:32.799150 [ 83 ] {} <Debug> DNSResolver: Updating DNS cache
14556 2025.03.22 20:13:32.799214 [ 83 ] {} <Debug> DNSResolver: Updated DNS cache
14557 2025.03.22 20:13:33.094860 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 38552
14558 2025.03.22 20:13:33.095702 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14559 2025.03.22 20:13:33.095751 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
14560 2025.03.22 20:13:33.096311 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
14561 2025.03.22 20:13:33.096568 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14562 2025.03.22 20:13:33.096822 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38552
14563 2025.03.22 20:13:33.307195 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1980
14564 2025.03.22 20:13:33.312182 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14565 2025.03.22 20:13:33.312235 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
14566 2025.03.22 20:13:33.314649 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
14567 2025.03.22 20:13:33.314983 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14568 2025.03.22 20:13:33.315617 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1980
14569 2025.03.22 20:13:33.618815 [ 82 ] {} <Debug> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0
14570 2025.03.22 20:13:33.618868 [ 82 ] {} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14571 2025.03.22 20:13:33.618895 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
14572 2025.03.22 20:13:33.619036 [ 225 ] {} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0]
14573 2025.03.22 20:13:33.619059 [ 194 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::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
14574 2025.03.22 20:13:33.619097 [ 225 ] {} <Debug> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0]
14575 2025.03.22 20:13:33.619257 [ 194 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14576 2025.03.22 20:13:33.619365 [ 194 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 18 rows starting from the beginning of the part
14577 2025.03.22 20:13:33.619498 [ 194 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::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
14578 2025.03.22 20:13:33.619918 [ 194 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 2 rows starting from the beginning of the part
14579 2025.03.22 20:13:33.620256 [ 194 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 2 rows starting from the beginning of the part
14580 2025.03.22 20:13:33.620674 [ 194 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::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
14581 2025.03.22 20:13:33.622570 [ 194 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 50 rows, containing 5 columns (5 merged, 0 gathered) in 0.003609027 sec., 13854.149608744961 rows/sec., 1.16 MiB/sec.
14582 2025.03.22 20:13:33.622735 [ 194 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary)
14583 2025.03.22 20:13:33.623140 [ 194 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::all_1_29_7} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14584 2025.03.22 20:13:33.623332 [ 194 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::all_1_29_7} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7
14585 2025.03.22 20:13:33.623348 [ 225 ] {} <Debug> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0]
14586 2025.03.22 20:13:33.623509 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
14587 2025.03.22 20:13:33.851593 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14588 2025.03.22 20:13:33.851859 [ 5 ] {c4045894-4873-4ad4-8fb9-c7a58c41c917} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
14589 2025.03.22 20:13:33.851936 [ 5 ] {c4045894-4873-4ad4-8fb9-c7a58c41c917} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14590 2025.03.22 20:13:33.852705 [ 5 ] {c4045894-4873-4ad4-8fb9-c7a58c41c917} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14591 2025.03.22 20:13:33.852749 [ 5 ] {c4045894-4873-4ad4-8fb9-c7a58c41c917} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
14592 2025.03.22 20:13:33.853187 [ 5 ] {c4045894-4873-4ad4-8fb9-c7a58c41c917} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary)
14593 2025.03.22 20:13:33.853448 [ 5 ] {c4045894-4873-4ad4-8fb9-c7a58c41c917} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14594 2025.03.22 20:13:33.853686 [ 5 ] {c4045894-4873-4ad4-8fb9-c7a58c41c917} <Debug> executeQuery: Read 82 rows, 6.94 KiB in 0.001906 sec., 43022.035676810076 rows/sec., 3.55 MiB/sec.
14595 2025.03.22 20:13:33.853743 [ 5 ] {c4045894-4873-4ad4-8fb9-c7a58c41c917} <Debug> TCPHandler: Processed in 0.002310529 sec.
14596 2025.03.22 20:13:33.853864 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14597 2025.03.22 20:13:33.853970 [ 5 ] {4d74e056-689f-4d5a-99af-82e9616c0d69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
14598 2025.03.22 20:13:33.854016 [ 5 ] {4d74e056-689f-4d5a-99af-82e9616c0d69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
14599 2025.03.22 20:13:33.854545 [ 5 ] {4d74e056-689f-4d5a-99af-82e9616c0d69} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14600 2025.03.22 20:13:33.854585 [ 5 ] {4d74e056-689f-4d5a-99af-82e9616c0d69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
14601 2025.03.22 20:13:33.854937 [ 5 ] {4d74e056-689f-4d5a-99af-82e9616c0d69} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary)
14602 2025.03.22 20:13:33.855169 [ 5 ] {4d74e056-689f-4d5a-99af-82e9616c0d69} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14603 2025.03.22 20:13:33.855398 [ 5 ] {4d74e056-689f-4d5a-99af-82e9616c0d69} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.001444 sec., 9002.770083102494 rows/sec., 676.97 KiB/sec.
14604 2025.03.22 20:13:33.855467 [ 5 ] {4d74e056-689f-4d5a-99af-82e9616c0d69} <Debug> TCPHandler: Processed in 0.001649055 sec.
14605 2025.03.22 20:13:33.855599 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14606 2025.03.22 20:13:33.855886 [ 5 ] {e4c8163c-a58c-47ac-b67a-5cc7d3dc59e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
14607 2025.03.22 20:13:33.856017 [ 5 ] {e4c8163c-a58c-47ac-b67a-5cc7d3dc59e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14608 2025.03.22 20:13:33.856868 [ 5 ] {e4c8163c-a58c-47ac-b67a-5cc7d3dc59e6} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14609 2025.03.22 20:13:33.856909 [ 5 ] {e4c8163c-a58c-47ac-b67a-5cc7d3dc59e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
14610 2025.03.22 20:13:33.857268 [ 5 ] {e4c8163c-a58c-47ac-b67a-5cc7d3dc59e6} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary)
14611 2025.03.22 20:13:33.857497 [ 5 ] {e4c8163c-a58c-47ac-b67a-5cc7d3dc59e6} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14612 2025.03.22 20:13:33.857701 [ 5 ] {e4c8163c-a58c-47ac-b67a-5cc7d3dc59e6} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.00192 sec., 40104.166666666664 rows/sec., 3.13 MiB/sec.
14613 2025.03.22 20:13:33.857751 [ 5 ] {e4c8163c-a58c-47ac-b67a-5cc7d3dc59e6} <Debug> TCPHandler: Processed in 0.002202916 sec.
14614 2025.03.22 20:13:33.857867 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14615 2025.03.22 20:13:33.857970 [ 5 ] {7254498a-ac42-4b71-8d89-085745f6d5e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14616 2025.03.22 20:13:33.858017 [ 5 ] {7254498a-ac42-4b71-8d89-085745f6d5e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14617 2025.03.22 20:13:33.858524 [ 5 ] {7254498a-ac42-4b71-8d89-085745f6d5e3} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14618 2025.03.22 20:13:33.858562 [ 5 ] {7254498a-ac42-4b71-8d89-085745f6d5e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
14619 2025.03.22 20:13:33.858953 [ 5 ] {7254498a-ac42-4b71-8d89-085745f6d5e3} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary)
14620 2025.03.22 20:13:33.859195 [ 5 ] {7254498a-ac42-4b71-8d89-085745f6d5e3} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14621 2025.03.22 20:13:33.859430 [ 5 ] {7254498a-ac42-4b71-8d89-085745f6d5e3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001481 sec., 108035.11141120865 rows/sec., 7.52 MiB/sec.
14622 2025.03.22 20:13:33.859524 [ 5 ] {7254498a-ac42-4b71-8d89-085745f6d5e3} <Debug> TCPHandler: Processed in 0.001707076 sec.
14623 2025.03.22 20:13:33.859744 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14624 2025.03.22 20:13:33.860045 [ 5 ] {045f4690-81d3-4ce9-9eb3-ce9b9dcad49d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
14625 2025.03.22 20:13:33.860145 [ 5 ] {045f4690-81d3-4ce9-9eb3-ce9b9dcad49d} <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
14626 2025.03.22 20:13:33.861254 [ 5 ] {045f4690-81d3-4ce9-9eb3-ce9b9dcad49d} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14627 2025.03.22 20:13:33.861294 [ 5 ] {045f4690-81d3-4ce9-9eb3-ce9b9dcad49d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
14628 2025.03.22 20:13:33.861935 [ 5 ] {045f4690-81d3-4ce9-9eb3-ce9b9dcad49d} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary)
14629 2025.03.22 20:13:33.862187 [ 5 ] {045f4690-81d3-4ce9-9eb3-ce9b9dcad49d} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14630 2025.03.22 20:13:33.862432 [ 5 ] {045f4690-81d3-4ce9-9eb3-ce9b9dcad49d} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002501 sec., 5197.920831667333 rows/sec., 9.31 MiB/sec.
14631 2025.03.22 20:13:33.862524 [ 5 ] {045f4690-81d3-4ce9-9eb3-ce9b9dcad49d} <Debug> TCPHandler: Processed in 0.002888782 sec.
14632 2025.03.22 20:13:33.862663 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14633 2025.03.22 20:13:33.862768 [ 5 ] {90124501-5bd2-4eaf-b2d3-23eb6cf6a04a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14634 2025.03.22 20:13:33.862814 [ 5 ] {90124501-5bd2-4eaf-b2d3-23eb6cf6a04a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14635 2025.03.22 20:13:33.863247 [ 5 ] {90124501-5bd2-4eaf-b2d3-23eb6cf6a04a} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14636 2025.03.22 20:13:33.863287 [ 5 ] {90124501-5bd2-4eaf-b2d3-23eb6cf6a04a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
14637 2025.03.22 20:13:33.863643 [ 5 ] {90124501-5bd2-4eaf-b2d3-23eb6cf6a04a} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary)
14638 2025.03.22 20:13:33.863875 [ 5 ] {90124501-5bd2-4eaf-b2d3-23eb6cf6a04a} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14639 2025.03.22 20:13:33.864105 [ 5 ] {90124501-5bd2-4eaf-b2d3-23eb6cf6a04a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001357 sec., 44215.18054532056 rows/sec., 2.98 MiB/sec.
14640 2025.03.22 20:13:33.864164 [ 5 ] {90124501-5bd2-4eaf-b2d3-23eb6cf6a04a} <Debug> TCPHandler: Processed in 0.001541502 sec.
14641 2025.03.22 20:13:35.940451 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 634
14642 2025.03.22 20:13:35.963368 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14643 2025.03.22 20:13:35.963412 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
14644 2025.03.22 20:13:35.971005 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
14645 2025.03.22 20:13:35.971868 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14646 2025.03.22 20:13:35.974899 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 634
14647 2025.03.22 20:13:38.000156 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 261.05 MiB, peak 285.13 MiB, free memory in arenas 0.00 B, will set to 265.05 MiB (RSS), difference: 4.00 MiB
14648 2025.03.22 20:13:38.853165 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14649 2025.03.22 20:13:38.853349 [ 5 ] {5a5dbbd1-47fc-4d09-8ab9-a2f7ddddd572} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
14650 2025.03.22 20:13:38.853420 [ 5 ] {5a5dbbd1-47fc-4d09-8ab9-a2f7ddddd572} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
14651 2025.03.22 20:13:38.854149 [ 5 ] {5a5dbbd1-47fc-4d09-8ab9-a2f7ddddd572} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14652 2025.03.22 20:13:38.854200 [ 5 ] {5a5dbbd1-47fc-4d09-8ab9-a2f7ddddd572} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
14653 2025.03.22 20:13:38.854612 [ 5 ] {5a5dbbd1-47fc-4d09-8ab9-a2f7ddddd572} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
14654 2025.03.22 20:13:38.854861 [ 5 ] {5a5dbbd1-47fc-4d09-8ab9-a2f7ddddd572} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14655 2025.03.22 20:13:38.855154 [ 5 ] {5a5dbbd1-47fc-4d09-8ab9-a2f7ddddd572} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001843 sec., 1085.1871947911015 rows/sec., 88.49 KiB/sec.
14656 2025.03.22 20:13:38.855390 [ 5 ] {5a5dbbd1-47fc-4d09-8ab9-a2f7ddddd572} <Debug> TCPHandler: Processed in 0.00235316 sec.
14657 2025.03.22 20:13:38.855511 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14658 2025.03.22 20:13:38.855613 [ 5 ] {be100eb8-3c3d-43a9-bde9-5850c866a7fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
14659 2025.03.22 20:13:38.855657 [ 5 ] {be100eb8-3c3d-43a9-bde9-5850c866a7fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14660 2025.03.22 20:13:38.856236 [ 5 ] {be100eb8-3c3d-43a9-bde9-5850c866a7fb} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14661 2025.03.22 20:13:38.856275 [ 5 ] {be100eb8-3c3d-43a9-bde9-5850c866a7fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
14662 2025.03.22 20:13:38.856656 [ 5 ] {be100eb8-3c3d-43a9-bde9-5850c866a7fb} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary)
14663 2025.03.22 20:13:38.856895 [ 5 ] {be100eb8-3c3d-43a9-bde9-5850c866a7fb} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14664 2025.03.22 20:13:38.857083 [ 71 ] {} <Debug> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0
14665 2025.03.22 20:13:38.857156 [ 5 ] {be100eb8-3c3d-43a9-bde9-5850c866a7fb} <Debug> executeQuery: Read 109 rows, 9.32 KiB in 0.001562 sec., 69782.33034571062 rows/sec., 5.83 MiB/sec.
14666 2025.03.22 20:13:38.857173 [ 71 ] {} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14667 2025.03.22 20:13:38.857236 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
14668 2025.03.22 20:13:38.857285 [ 5 ] {be100eb8-3c3d-43a9-bde9-5850c866a7fb} <Debug> TCPHandler: Processed in 0.001820099 sec.
14669 2025.03.22 20:13:38.857567 [ 188 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_146_29} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full
14670 2025.03.22 20:13:38.857582 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14671 2025.03.22 20:13:38.858057 [ 5 ] {43c6695c-b9a2-406c-8b75-13a822efc2f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
14672 2025.03.22 20:13:38.858106 [ 188 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14673 2025.03.22 20:13:38.858239 [ 188 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 1403 rows starting from the beginning of the part
14674 2025.03.22 20:13:38.858278 [ 5 ] {43c6695c-b9a2-406c-8b75-13a822efc2f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
14675 2025.03.22 20:13:38.858801 [ 188 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 1349 rows starting from the beginning of the part
14676 2025.03.22 20:13:38.859311 [ 188 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 56 rows starting from the beginning of the part
14677 2025.03.22 20:13:38.859978 [ 188 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 108 rows starting from the beginning of the part
14678 2025.03.22 20:13:38.860538 [ 188 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 82 rows starting from the beginning of the part
14679 2025.03.22 20:13:38.860943 [ 188 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 109 rows starting from the beginning of the part
14680 2025.03.22 20:13:38.862286 [ 5 ] {43c6695c-b9a2-406c-8b75-13a822efc2f9} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14681 2025.03.22 20:13:38.862346 [ 5 ] {43c6695c-b9a2-406c-8b75-13a822efc2f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
14682 2025.03.22 20:13:38.863268 [ 5 ] {43c6695c-b9a2-406c-8b75-13a822efc2f9} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary)
14683 2025.03.22 20:13:38.863745 [ 5 ] {43c6695c-b9a2-406c-8b75-13a822efc2f9} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14684 2025.03.22 20:13:38.863935 [ 71 ] {} <Debug> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0
14685 2025.03.22 20:13:38.864006 [ 71 ] {} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14686 2025.03.22 20:13:38.864053 [ 5 ] {43c6695c-b9a2-406c-8b75-13a822efc2f9} <Debug> executeQuery: Read 28 rows, 2.09 KiB in 0.006161 sec., 4544.716766758644 rows/sec., 340.00 KiB/sec.
14687 2025.03.22 20:13:38.864060 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
14688 2025.03.22 20:13:38.864269 [ 5 ] {43c6695c-b9a2-406c-8b75-13a822efc2f9} <Debug> TCPHandler: Processed in 0.006763974 sec.
14689 2025.03.22 20:13:38.864655 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14690 2025.03.22 20:13:38.864681 [ 195 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full
14691 2025.03.22 20:13:38.865032 [ 5 ] {17c89648-25c5-45f9-8b61-8412f389db73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
14692 2025.03.22 20:13:38.865167 [ 195 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14693 2025.03.22 20:13:38.865183 [ 5 ] {17c89648-25c5-45f9-8b61-8412f389db73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14694 2025.03.22 20:13:38.865212 [ 194 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3107 rows, containing 5 columns (5 merged, 0 gathered) in 0.007845317 sec., 396032.4356555637 rows/sec., 34.49 MiB/sec.
14695 2025.03.22 20:13:38.865282 [ 195 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 69 rows starting from the beginning of the part
14696 2025.03.22 20:13:38.865724 [ 195 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 26 rows starting from the beginning of the part
14697 2025.03.22 20:13:38.865988 [ 194 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary)
14698 2025.03.22 20:13:38.866177 [ 195 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 39 rows starting from the beginning of the part
14699 2025.03.22 20:13:38.866640 [ 195 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 26 rows starting from the beginning of the part
14700 2025.03.22 20:13:38.867157 [ 195 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 13 rows starting from the beginning of the part
14701 2025.03.22 20:13:38.867608 [ 195 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 28 rows starting from the beginning of the part
14702 2025.03.22 20:13:38.868567 [ 194 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_146_29} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14703 2025.03.22 20:13:38.869055 [ 194 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_146_29} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29
14704 2025.03.22 20:13:38.869186 [ 5 ] {17c89648-25c5-45f9-8b61-8412f389db73} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14705 2025.03.22 20:13:38.869305 [ 5 ] {17c89648-25c5-45f9-8b61-8412f389db73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
14706 2025.03.22 20:13:38.869414 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB.
14707 2025.03.22 20:13:38.870452 [ 5 ] {17c89648-25c5-45f9-8b61-8412f389db73} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary)
14708 2025.03.22 20:13:38.870993 [ 5 ] {17c89648-25c5-45f9-8b61-8412f389db73} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14709 2025.03.22 20:13:38.871002 [ 197 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 201 rows, containing 5 columns (5 merged, 0 gathered) in 0.006747913 sec., 29786.987473015728 rows/sec., 2.29 MiB/sec.
14710 2025.03.22 20:13:38.871245 [ 70 ] {} <Debug> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0
14711 2025.03.22 20:13:38.871248 [ 186 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary)
14712 2025.03.22 20:13:38.871333 [ 70 ] {} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14713 2025.03.22 20:13:38.871399 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
14714 2025.03.22 20:13:38.871475 [ 5 ] {17c89648-25c5-45f9-8b61-8412f389db73} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.006543 sec., 14060.828366192878 rows/sec., 1.10 MiB/sec.
14715 2025.03.22 20:13:38.871830 [ 5 ] {17c89648-25c5-45f9-8b61-8412f389db73} <Debug> TCPHandler: Processed in 0.007301706 sec.
14716 2025.03.22 20:13:38.872016 [ 200 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_146_29} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full
14717 2025.03.22 20:13:38.872180 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14718 2025.03.22 20:13:38.872572 [ 5 ] {2129c9b5-d6c3-462d-a873-c7e432494873} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14719 2025.03.22 20:13:38.872754 [ 5 ] {2129c9b5-d6c3-462d-a873-c7e432494873} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14720 2025.03.22 20:13:38.873456 [ 200 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14721 2025.03.22 20:13:38.873964 [ 200 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 631 rows starting from the beginning of the part
14722 2025.03.22 20:13:38.874498 [ 186 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_121_24} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14723 2025.03.22 20:13:38.874573 [ 200 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 583 rows starting from the beginning of the part
14724 2025.03.22 20:13:38.874993 [ 200 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 64 rows starting from the beginning of the part
14725 2025.03.22 20:13:38.875031 [ 186 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_121_24} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24
14726 2025.03.22 20:13:38.875497 [ 200 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 90 rows starting from the beginning of the part
14727 2025.03.22 20:13:38.875823 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
14728 2025.03.22 20:13:38.876071 [ 200 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 77 rows starting from the beginning of the part
14729 2025.03.22 20:13:38.876221 [ 5 ] {2129c9b5-d6c3-462d-a873-c7e432494873} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14730 2025.03.22 20:13:38.876325 [ 5 ] {2129c9b5-d6c3-462d-a873-c7e432494873} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
14731 2025.03.22 20:13:38.876348 [ 200 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 92 rows starting from the beginning of the part
14732 2025.03.22 20:13:38.877525 [ 5 ] {2129c9b5-d6c3-462d-a873-c7e432494873} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary)
14733 2025.03.22 20:13:38.878063 [ 5 ] {2129c9b5-d6c3-462d-a873-c7e432494873} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14734 2025.03.22 20:13:38.878660 [ 5 ] {2129c9b5-d6c3-462d-a873-c7e432494873} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.006249 sec., 25764.12225956153 rows/sec., 1.79 MiB/sec.
14735 2025.03.22 20:13:38.878814 [ 5 ] {2129c9b5-d6c3-462d-a873-c7e432494873} <Debug> TCPHandler: Processed in 0.006745543 sec.
14736 2025.03.22 20:13:38.879308 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14737 2025.03.22 20:13:38.879860 [ 5 ] {99012203-b209-41fb-ab8c-0507c8846802} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
14738 2025.03.22 20:13:38.879952 [ 197 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1537 rows, containing 5 columns (5 merged, 0 gathered) in 0.008425089 sec., 182431.30725384623 rows/sec., 14.53 MiB/sec.
14739 2025.03.22 20:13:38.880251 [ 5 ] {99012203-b209-41fb-ab8c-0507c8846802} <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
14740 2025.03.22 20:13:38.880352 [ 197 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary)
14741 2025.03.22 20:13:38.881246 [ 197 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_146_29} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14742 2025.03.22 20:13:38.881387 [ 197 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_146_29} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29
14743 2025.03.22 20:13:38.881512 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB.
14744 2025.03.22 20:13:38.882395 [ 5 ] {99012203-b209-41fb-ab8c-0507c8846802} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14745 2025.03.22 20:13:38.882433 [ 5 ] {99012203-b209-41fb-ab8c-0507c8846802} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
14746 2025.03.22 20:13:38.883088 [ 5 ] {99012203-b209-41fb-ab8c-0507c8846802} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary)
14747 2025.03.22 20:13:38.883340 [ 5 ] {99012203-b209-41fb-ab8c-0507c8846802} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14748 2025.03.22 20:13:38.883535 [ 70 ] {} <Debug> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0
14749 2025.03.22 20:13:38.883613 [ 70 ] {} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14750 2025.03.22 20:13:38.883652 [ 5 ] {99012203-b209-41fb-ab8c-0507c8846802} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.004003 sec., 6495.128653509868 rows/sec., 11.64 MiB/sec.
14751 2025.03.22 20:13:38.883661 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
14752 2025.03.22 20:13:38.884001 [ 189 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full
14753 2025.03.22 20:13:38.884014 [ 5 ] {99012203-b209-41fb-ab8c-0507c8846802} <Debug> TCPHandler: Processed in 0.004880013 sec.
14754 2025.03.22 20:13:38.884387 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14755 2025.03.22 20:13:38.884663 [ 5 ] {dab7ffcf-ee04-4a46-8387-febe250b15c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14756 2025.03.22 20:13:38.884792 [ 5 ] {dab7ffcf-ee04-4a46-8387-febe250b15c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14757 2025.03.22 20:13:38.885235 [ 189 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14758 2025.03.22 20:13:38.885530 [ 189 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 2219 rows starting from the beginning of the part
14759 2025.03.22 20:13:38.886083 [ 189 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 26 rows starting from the beginning of the part
14760 2025.03.22 20:13:38.886682 [ 189 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 13 rows starting from the beginning of the part
14761 2025.03.22 20:13:38.886700 [ 5 ] {dab7ffcf-ee04-4a46-8387-febe250b15c5} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14762 2025.03.22 20:13:38.886750 [ 5 ] {dab7ffcf-ee04-4a46-8387-febe250b15c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
14763 2025.03.22 20:13:38.887230 [ 189 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 26 rows starting from the beginning of the part
14764 2025.03.22 20:13:38.887647 [ 189 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 13 rows starting from the beginning of the part
14765 2025.03.22 20:13:38.887788 [ 5 ] {dab7ffcf-ee04-4a46-8387-febe250b15c5} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary)
14766 2025.03.22 20:13:38.888004 [ 189 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 26 rows starting from the beginning of the part
14767 2025.03.22 20:13:38.888311 [ 5 ] {dab7ffcf-ee04-4a46-8387-febe250b15c5} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14768 2025.03.22 20:13:38.888605 [ 70 ] {} <Debug> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0
14769 2025.03.22 20:13:38.888715 [ 70 ] {} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14770 2025.03.22 20:13:38.888802 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
14771 2025.03.22 20:13:38.888865 [ 5 ] {dab7ffcf-ee04-4a46-8387-febe250b15c5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004276 sec., 14031.80542563143 rows/sec., 968.34 KiB/sec.
14772 2025.03.22 20:13:38.889204 [ 5 ] {dab7ffcf-ee04-4a46-8387-febe250b15c5} <Debug> TCPHandler: Processed in 0.004901624 sec.
14773 2025.03.22 20:13:38.889238 [ 197 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_146_29} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full
14774 2025.03.22 20:13:38.889416 [ 197 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14775 2025.03.22 20:13:38.889457 [ 197 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 7236 rows starting from the beginning of the part
14776 2025.03.22 20:13:38.889672 [ 197 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 48 rows starting from the beginning of the part
14777 2025.03.22 20:13:38.889904 [ 197 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 12 rows starting from the beginning of the part
14778 2025.03.22 20:13:38.890107 [ 197 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 60 rows starting from the beginning of the part
14779 2025.03.22 20:13:38.890211 [ 197 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 60 rows starting from the beginning of the part
14780 2025.03.22 20:13:38.890345 [ 197 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 60 rows starting from the beginning of the part
14781 2025.03.22 20:13:38.892448 [ 197 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7476 rows, containing 4 columns (4 merged, 0 gathered) in 0.003474463 sec., 2151699.413693569 rows/sec., 145.04 MiB/sec.
14782 2025.03.22 20:13:38.892858 [ 197 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary)
14783 2025.03.22 20:13:38.893239 [ 197 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_146_29} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14784 2025.03.22 20:13:38.893311 [ 197 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_146_29} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29
14785 2025.03.22 20:13:38.893427 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.52 MiB.
14786 2025.03.22 20:13:38.896413 [ 191 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2323 rows, containing 19 columns (19 merged, 0 gathered) in 0.012610147 sec., 184216.72641881177 rows/sec., 330.11 MiB/sec.
14787 2025.03.22 20:13:38.898395 [ 187 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary)
14788 2025.03.22 20:13:38.898838 [ 187 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_121_24} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14789 2025.03.22 20:13:38.898930 [ 187 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_121_24} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24
14790 2025.03.22 20:13:38.899088 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.54 MiB.
14791 2025.03.22 20:13:40.232910 [ 223 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
14792 2025.03.22 20:13:40.232999 [ 223 ] {} <Debug> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
14793 2025.03.22 20:13:40.235172 [ 223 ] {} <Debug> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
14794 2025.03.22 20:13:40.597954 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 38979
14795 2025.03.22 20:13:40.598606 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14796 2025.03.22 20:13:40.598661 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
14797 2025.03.22 20:13:40.599206 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
14798 2025.03.22 20:13:40.599473 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14799 2025.03.22 20:13:40.599718 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38979
14800 2025.03.22 20:13:42.009857 [ 217 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
14801 2025.03.22 20:13:42.009929 [ 217 ] {} <Debug> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
14802 2025.03.22 20:13:42.011957 [ 217 ] {} <Debug> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0]
14803 2025.03.22 20:13:42.438905 [ 220 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
14804 2025.03.22 20:13:42.438963 [ 220 ] {} <Debug> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
14805 2025.03.22 20:13:42.440948 [ 220 ] {} <Debug> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
14806 2025.03.22 20:13:43.000185 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 261.30 MiB, peak 285.13 MiB, free memory in arenas 0.00 B, will set to 265.30 MiB (RSS), difference: 4.00 MiB
14807 2025.03.22 20:13:43.305193 [ 225 ] {} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
14808 2025.03.22 20:13:43.305243 [ 225 ] {} <Debug> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
14809 2025.03.22 20:13:43.307307 [ 225 ] {} <Debug> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
14810 2025.03.22 20:13:43.316743 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 2006
14811 2025.03.22 20:13:43.319805 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14812 2025.03.22 20:13:43.319868 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
14813 2025.03.22 20:13:43.321427 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
14814 2025.03.22 20:13:43.321759 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14815 2025.03.22 20:13:43.323291 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2006
14816 2025.03.22 20:13:43.475945 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 641
14817 2025.03.22 20:13:43.501303 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14818 2025.03.22 20:13:43.501356 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
14819 2025.03.22 20:13:43.509054 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
14820 2025.03.22 20:13:43.509880 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14821 2025.03.22 20:13:43.513368 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 641
14822 2025.03.22 20:13:43.852027 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14823 2025.03.22 20:13:43.852216 [ 5 ] {c9f8fe70-bb2c-4f48-b00a-cd82f68049b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
14824 2025.03.22 20:13:43.852289 [ 5 ] {c9f8fe70-bb2c-4f48-b00a-cd82f68049b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14825 2025.03.22 20:13:43.853054 [ 5 ] {c9f8fe70-bb2c-4f48-b00a-cd82f68049b0} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14826 2025.03.22 20:13:43.853104 [ 5 ] {c9f8fe70-bb2c-4f48-b00a-cd82f68049b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
14827 2025.03.22 20:13:43.853672 [ 5 ] {c9f8fe70-bb2c-4f48-b00a-cd82f68049b0} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary)
14828 2025.03.22 20:13:43.854254 [ 5 ] {c9f8fe70-bb2c-4f48-b00a-cd82f68049b0} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14829 2025.03.22 20:13:43.854529 [ 5 ] {c9f8fe70-bb2c-4f48-b00a-cd82f68049b0} <Debug> executeQuery: Read 82 rows, 6.94 KiB in 0.002359 sec., 34760.4917337855 rows/sec., 2.87 MiB/sec.
14830 2025.03.22 20:13:43.854621 [ 5 ] {c9f8fe70-bb2c-4f48-b00a-cd82f68049b0} <Debug> TCPHandler: Processed in 0.002722648 sec.
14831 2025.03.22 20:13:43.854857 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14832 2025.03.22 20:13:43.855141 [ 5 ] {bb4b4840-283a-4eaf-ba1f-79553d9c24fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
14833 2025.03.22 20:13:43.855263 [ 5 ] {bb4b4840-283a-4eaf-ba1f-79553d9c24fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
14834 2025.03.22 20:13:43.855824 [ 5 ] {bb4b4840-283a-4eaf-ba1f-79553d9c24fd} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14835 2025.03.22 20:13:43.855865 [ 5 ] {bb4b4840-283a-4eaf-ba1f-79553d9c24fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
14836 2025.03.22 20:13:43.856217 [ 5 ] {bb4b4840-283a-4eaf-ba1f-79553d9c24fd} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary)
14837 2025.03.22 20:13:43.856453 [ 5 ] {bb4b4840-283a-4eaf-ba1f-79553d9c24fd} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14838 2025.03.22 20:13:43.856656 [ 5 ] {bb4b4840-283a-4eaf-ba1f-79553d9c24fd} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.001624 sec., 8004.926108374384 rows/sec., 601.93 KiB/sec.
14839 2025.03.22 20:13:43.856709 [ 5 ] {bb4b4840-283a-4eaf-ba1f-79553d9c24fd} <Debug> TCPHandler: Processed in 0.001949012 sec.
14840 2025.03.22 20:13:43.856832 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14841 2025.03.22 20:13:43.856952 [ 5 ] {96f1fd95-bff1-4350-94bc-2f8c40e397d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
14842 2025.03.22 20:13:43.856999 [ 5 ] {96f1fd95-bff1-4350-94bc-2f8c40e397d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14843 2025.03.22 20:13:43.857563 [ 5 ] {96f1fd95-bff1-4350-94bc-2f8c40e397d2} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14844 2025.03.22 20:13:43.857603 [ 5 ] {96f1fd95-bff1-4350-94bc-2f8c40e397d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
14845 2025.03.22 20:13:43.857981 [ 5 ] {96f1fd95-bff1-4350-94bc-2f8c40e397d2} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary)
14846 2025.03.22 20:13:43.858241 [ 5 ] {96f1fd95-bff1-4350-94bc-2f8c40e397d2} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14847 2025.03.22 20:13:43.858443 [ 5 ] {96f1fd95-bff1-4350-94bc-2f8c40e397d2} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.001517 sec., 50758.075148319054 rows/sec., 3.96 MiB/sec.
14848 2025.03.22 20:13:43.858497 [ 5 ] {96f1fd95-bff1-4350-94bc-2f8c40e397d2} <Debug> TCPHandler: Processed in 0.001719767 sec.
14849 2025.03.22 20:13:43.858618 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14850 2025.03.22 20:13:43.858726 [ 5 ] {b85718c7-959b-4dbb-a086-6094341ff833} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14851 2025.03.22 20:13:43.858776 [ 5 ] {b85718c7-959b-4dbb-a086-6094341ff833} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14852 2025.03.22 20:13:43.859296 [ 5 ] {b85718c7-959b-4dbb-a086-6094341ff833} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14853 2025.03.22 20:13:43.859336 [ 5 ] {b85718c7-959b-4dbb-a086-6094341ff833} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
14854 2025.03.22 20:13:43.859732 [ 5 ] {b85718c7-959b-4dbb-a086-6094341ff833} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary)
14855 2025.03.22 20:13:43.859966 [ 5 ] {b85718c7-959b-4dbb-a086-6094341ff833} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14856 2025.03.22 20:13:43.860135 [ 63 ] {} <Debug> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Selected 2 parts from all_1_142_33 to all_143_143_0
14857 2025.03.22 20:13:43.860192 [ 5 ] {b85718c7-959b-4dbb-a086-6094341ff833} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001487 sec., 107599.19300605245 rows/sec., 7.49 MiB/sec.
14858 2025.03.22 20:13:43.860215 [ 63 ] {} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14859 2025.03.22 20:13:43.860278 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
14860 2025.03.22 20:13:43.860304 [ 5 ] {b85718c7-959b-4dbb-a086-6094341ff833} <Debug> TCPHandler: Processed in 0.001737587 sec.
14861 2025.03.22 20:13:43.860498 [ 192 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_143_34} <Debug> MergeTask::PrepareStage: Merging 2 parts: from all_1_142_33 to all_143_143_0 into Compact with storage Full
14862 2025.03.22 20:13:43.860518 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14863 2025.03.22 20:13:43.860745 [ 5 ] {3de873b9-a4fd-431a-a1bc-7167f5cad574} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
14864 2025.03.22 20:13:43.860812 [ 192 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_143_34} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14865 2025.03.22 20:13:43.860920 [ 192 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_143_34} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_142_33, total 39007 rows starting from the beginning of the part
14866 2025.03.22 20:13:43.860929 [ 5 ] {3de873b9-a4fd-431a-a1bc-7167f5cad574} <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
14867 2025.03.22 20:13:43.861287 [ 192 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_143_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 32 rows starting from the beginning of the part
14868 2025.03.22 20:13:43.864304 [ 5 ] {3de873b9-a4fd-431a-a1bc-7167f5cad574} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14869 2025.03.22 20:13:43.864360 [ 5 ] {3de873b9-a4fd-431a-a1bc-7167f5cad574} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
14870 2025.03.22 20:13:43.865207 [ 5 ] {3de873b9-a4fd-431a-a1bc-7167f5cad574} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary)
14871 2025.03.22 20:13:43.865542 [ 5 ] {3de873b9-a4fd-431a-a1bc-7167f5cad574} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14872 2025.03.22 20:13:43.865898 [ 5 ] {3de873b9-a4fd-431a-a1bc-7167f5cad574} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.005229 sec., 2486.135016255498 rows/sec., 4.46 MiB/sec.
14873 2025.03.22 20:13:43.866020 [ 5 ] {3de873b9-a4fd-431a-a1bc-7167f5cad574} <Debug> TCPHandler: Processed in 0.005562747 sec.
14874 2025.03.22 20:13:43.866197 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14875 2025.03.22 20:13:43.866323 [ 5 ] {4dc22db4-b976-4399-9814-047052de1ed7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14876 2025.03.22 20:13:43.866383 [ 5 ] {4dc22db4-b976-4399-9814-047052de1ed7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14877 2025.03.22 20:13:43.866972 [ 5 ] {4dc22db4-b976-4399-9814-047052de1ed7} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14878 2025.03.22 20:13:43.867024 [ 5 ] {4dc22db4-b976-4399-9814-047052de1ed7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
14879 2025.03.22 20:13:43.867548 [ 5 ] {4dc22db4-b976-4399-9814-047052de1ed7} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary)
14880 2025.03.22 20:13:43.867855 [ 5 ] {4dc22db4-b976-4399-9814-047052de1ed7} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14881 2025.03.22 20:13:43.868147 [ 5 ] {4dc22db4-b976-4399-9814-047052de1ed7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001852 sec., 32397.408207343415 rows/sec., 2.18 MiB/sec.
14882 2025.03.22 20:13:43.868215 [ 5 ] {4dc22db4-b976-4399-9814-047052de1ed7} <Debug> TCPHandler: Processed in 0.002087864 sec.
14883 2025.03.22 20:13:43.870575 [ 187 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_143_34} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 39039 rows, containing 5 columns (5 merged, 0 gathered) in 0.010170616 sec., 3838410.5741481143 rows/sec., 263.03 MiB/sec.
14884 2025.03.22 20:13:43.871150 [ 187 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_143_34} <Trace> MergedBlockOutputStream: filled checksums all_1_143_34 (state Temporary)
14885 2025.03.22 20:13:43.871487 [ 187 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_143_34} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_merge_all_1_143_34 to all_1_143_34 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14886 2025.03.22 20:13:43.871576 [ 187 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_143_34} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Merged 2 parts: [all_1_142_33, all_143_143_0] -> all_1_143_34
14887 2025.03.22 20:13:43.871672 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB.
14888 2025.03.22 20:13:44.275172 [ 219 ] {} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
14889 2025.03.22 20:13:44.275222 [ 219 ] {} <Debug> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
14890 2025.03.22 20:13:44.277245 [ 219 ] {} <Debug> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
14891 2025.03.22 20:13:47.799466 [ 57 ] {} <Debug> DNSResolver: Updating DNS cache
14892 2025.03.22 20:13:47.799546 [ 57 ] {} <Debug> DNSResolver: Updated DNS cache
14893 2025.03.22 20:13:48.100826 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 39467
14894 2025.03.22 20:13:48.101509 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14895 2025.03.22 20:13:48.101563 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
14896 2025.03.22 20:13:48.102135 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
14897 2025.03.22 20:13:48.102407 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14898 2025.03.22 20:13:48.102640 [ 57 ] {} <Debug> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
14899 2025.03.22 20:13:48.102678 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 39467
14900 2025.03.22 20:13:48.102723 [ 57 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14901 2025.03.22 20:13:48.102757 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
14902 2025.03.22 20:13:48.102930 [ 198 ] {6f3f2c82-38dd-415f-af08-560485366d9f::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
14903 2025.03.22 20:13:48.103185 [ 198 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14904 2025.03.22 20:13:48.103245 [ 198 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_81_16, total 37149 rows starting from the beginning of the part
14905 2025.03.22 20:13:48.103325 [ 198 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 488 rows starting from the beginning of the part
14906 2025.03.22 20:13:48.103549 [ 198 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 427 rows starting from the beginning of the part
14907 2025.03.22 20:13:48.103790 [ 198 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 488 rows starting from the beginning of the part
14908 2025.03.22 20:13:48.104017 [ 198 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 427 rows starting from the beginning of the part
14909 2025.03.22 20:13:48.104179 [ 198 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 488 rows starting from the beginning of the part
14910 2025.03.22 20:13:48.107389 [ 196 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 39467 rows, containing 4 columns (4 merged, 0 gathered) in 0.004542477 sec., 8688431.443901643 rows/sec., 124.29 MiB/sec.
14911 2025.03.22 20:13:48.107992 [ 196 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
14912 2025.03.22 20:13:48.108427 [ 196 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_86_17} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14913 2025.03.22 20:13:48.108508 [ 196 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_86_17} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
14914 2025.03.22 20:13:48.108619 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.10 MiB.
14915 2025.03.22 20:13:48.852242 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14916 2025.03.22 20:13:48.852462 [ 5 ] {10eee6b4-5ee7-4fdb-ac3b-e64ebf44cdfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
14917 2025.03.22 20:13:48.852545 [ 5 ] {10eee6b4-5ee7-4fdb-ac3b-e64ebf44cdfa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14918 2025.03.22 20:13:48.853425 [ 5 ] {10eee6b4-5ee7-4fdb-ac3b-e64ebf44cdfa} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14919 2025.03.22 20:13:48.853476 [ 5 ] {10eee6b4-5ee7-4fdb-ac3b-e64ebf44cdfa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
14920 2025.03.22 20:13:48.853942 [ 5 ] {10eee6b4-5ee7-4fdb-ac3b-e64ebf44cdfa} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary)
14921 2025.03.22 20:13:48.854206 [ 5 ] {10eee6b4-5ee7-4fdb-ac3b-e64ebf44cdfa} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14922 2025.03.22 20:13:48.854446 [ 5 ] {10eee6b4-5ee7-4fdb-ac3b-e64ebf44cdfa} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.002042 sec., 52889.324191968655 rows/sec., 4.42 MiB/sec.
14923 2025.03.22 20:13:48.854509 [ 5 ] {10eee6b4-5ee7-4fdb-ac3b-e64ebf44cdfa} <Debug> TCPHandler: Processed in 0.002404581 sec.
14924 2025.03.22 20:13:48.854632 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14925 2025.03.22 20:13:48.854741 [ 5 ] {42d08dbd-18a9-4edc-904a-bb1f9e95502d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
14926 2025.03.22 20:13:48.854788 [ 5 ] {42d08dbd-18a9-4edc-904a-bb1f9e95502d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
14927 2025.03.22 20:13:48.855330 [ 5 ] {42d08dbd-18a9-4edc-904a-bb1f9e95502d} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14928 2025.03.22 20:13:48.855372 [ 5 ] {42d08dbd-18a9-4edc-904a-bb1f9e95502d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
14929 2025.03.22 20:13:48.855725 [ 5 ] {42d08dbd-18a9-4edc-904a-bb1f9e95502d} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary)
14930 2025.03.22 20:13:48.855965 [ 5 ] {42d08dbd-18a9-4edc-904a-bb1f9e95502d} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14931 2025.03.22 20:13:48.856185 [ 5 ] {42d08dbd-18a9-4edc-904a-bb1f9e95502d} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001466 sec., 17735.334242837653 rows/sec., 1.30 MiB/sec.
14932 2025.03.22 20:13:48.856239 [ 5 ] {42d08dbd-18a9-4edc-904a-bb1f9e95502d} <Debug> TCPHandler: Processed in 0.001657435 sec.
14933 2025.03.22 20:13:48.856345 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14934 2025.03.22 20:13:48.856448 [ 5 ] {7e49c942-8da7-470f-9116-515b44227cbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
14935 2025.03.22 20:13:48.856492 [ 5 ] {7e49c942-8da7-470f-9116-515b44227cbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14936 2025.03.22 20:13:48.857044 [ 5 ] {7e49c942-8da7-470f-9116-515b44227cbf} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14937 2025.03.22 20:13:48.857084 [ 5 ] {7e49c942-8da7-470f-9116-515b44227cbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
14938 2025.03.22 20:13:48.857443 [ 5 ] {7e49c942-8da7-470f-9116-515b44227cbf} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary)
14939 2025.03.22 20:13:48.857678 [ 5 ] {7e49c942-8da7-470f-9116-515b44227cbf} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14940 2025.03.22 20:13:48.857896 [ 5 ] {7e49c942-8da7-470f-9116-515b44227cbf} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.001467 sec., 61349.69325153374 rows/sec., 4.79 MiB/sec.
14941 2025.03.22 20:13:48.857953 [ 5 ] {7e49c942-8da7-470f-9116-515b44227cbf} <Debug> TCPHandler: Processed in 0.001656675 sec.
14942 2025.03.22 20:13:48.857967 [ 217 ] {} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0]
14943 2025.03.22 20:13:48.858013 [ 217 ] {} <Debug> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0]
14944 2025.03.22 20:13:48.858076 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14945 2025.03.22 20:13:48.858200 [ 5 ] {852226e6-e568-4ee1-b62c-59baaf30e3cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14946 2025.03.22 20:13:48.858249 [ 5 ] {852226e6-e568-4ee1-b62c-59baaf30e3cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14947 2025.03.22 20:13:48.859031 [ 5 ] {852226e6-e568-4ee1-b62c-59baaf30e3cb} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14948 2025.03.22 20:13:48.859070 [ 5 ] {852226e6-e568-4ee1-b62c-59baaf30e3cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
14949 2025.03.22 20:13:48.859543 [ 5 ] {852226e6-e568-4ee1-b62c-59baaf30e3cb} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary)
14950 2025.03.22 20:13:48.859834 [ 5 ] {852226e6-e568-4ee1-b62c-59baaf30e3cb} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14951 2025.03.22 20:13:48.860054 [ 55 ] {} <Debug> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Selected 2 parts from all_1_143_34 to all_144_144_0
14952 2025.03.22 20:13:48.860139 [ 5 ] {852226e6-e568-4ee1-b62c-59baaf30e3cb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001956 sec., 81799.591002045 rows/sec., 5.70 MiB/sec.
14953 2025.03.22 20:13:48.860163 [ 55 ] {} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14954 2025.03.22 20:13:48.860255 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
14955 2025.03.22 20:13:48.860384 [ 5 ] {852226e6-e568-4ee1-b62c-59baaf30e3cb} <Debug> TCPHandler: Processed in 0.00235735 sec.
14956 2025.03.22 20:13:48.860688 [ 193 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_144_35} <Debug> MergeTask::PrepareStage: Merging 2 parts: from all_1_143_34 to all_144_144_0 into Compact with storage Full
14957 2025.03.22 20:13:48.860771 [ 220 ] {} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0]
14958 2025.03.22 20:13:48.860792 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14959 2025.03.22 20:13:48.860859 [ 220 ] {} <Debug> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0]
14960 2025.03.22 20:13:48.861069 [ 193 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_144_35} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14961 2025.03.22 20:13:48.861205 [ 193 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_144_35} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_143_34, total 39039 rows starting from the beginning of the part
14962 2025.03.22 20:13:48.861213 [ 5 ] {f6d24035-b9b7-47f3-810d-1c717d29fb46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
14963 2025.03.22 20:13:48.861806 [ 217 ] {} <Debug> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0]
14964 2025.03.22 20:13:48.861887 [ 5 ] {f6d24035-b9b7-47f3-810d-1c717d29fb46} <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
14965 2025.03.22 20:13:48.861905 [ 193 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_144_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 160 rows starting from the beginning of the part
14966 2025.03.22 20:13:48.869291 [ 5 ] {f6d24035-b9b7-47f3-810d-1c717d29fb46} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14967 2025.03.22 20:13:48.869344 [ 220 ] {} <Debug> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0]
14968 2025.03.22 20:13:48.869351 [ 5 ] {f6d24035-b9b7-47f3-810d-1c717d29fb46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
14969 2025.03.22 20:13:48.871748 [ 5 ] {f6d24035-b9b7-47f3-810d-1c717d29fb46} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary)
14970 2025.03.22 20:13:48.872068 [ 5 ] {f6d24035-b9b7-47f3-810d-1c717d29fb46} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14971 2025.03.22 20:13:48.872381 [ 5 ] {f6d24035-b9b7-47f3-810d-1c717d29fb46} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.011271 sec., 2306.805074971165 rows/sec., 4.13 MiB/sec.
14972 2025.03.22 20:13:48.872559 [ 5 ] {f6d24035-b9b7-47f3-810d-1c717d29fb46} <Debug> TCPHandler: Processed in 0.011844502 sec.
14973 2025.03.22 20:13:48.872731 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14974 2025.03.22 20:13:48.872847 [ 5 ] {c086f6e1-484a-4c8d-869f-f1bbf450867b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14975 2025.03.22 20:13:48.872902 [ 5 ] {c086f6e1-484a-4c8d-869f-f1bbf450867b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14976 2025.03.22 20:13:48.873492 [ 5 ] {c086f6e1-484a-4c8d-869f-f1bbf450867b} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14977 2025.03.22 20:13:48.873530 [ 5 ] {c086f6e1-484a-4c8d-869f-f1bbf450867b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
14978 2025.03.22 20:13:48.873883 [ 193 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_144_35} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 39199 rows, containing 5 columns (5 merged, 0 gathered) in 0.013437116 sec., 2917218.2483205474 rows/sec., 199.92 MiB/sec.
14979 2025.03.22 20:13:48.873997 [ 5 ] {c086f6e1-484a-4c8d-869f-f1bbf450867b} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary)
14980 2025.03.22 20:13:48.874245 [ 5 ] {c086f6e1-484a-4c8d-869f-f1bbf450867b} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14981 2025.03.22 20:13:48.874307 [ 193 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_144_35} <Trace> MergedBlockOutputStream: filled checksums all_1_144_35 (state Temporary)
14982 2025.03.22 20:13:48.874534 [ 5 ] {c086f6e1-484a-4c8d-869f-f1bbf450867b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001707 sec., 35149.3848857645 rows/sec., 2.37 MiB/sec.
14983 2025.03.22 20:13:48.874606 [ 5 ] {c086f6e1-484a-4c8d-869f-f1bbf450867b} <Debug> TCPHandler: Processed in 0.001927871 sec.
14984 2025.03.22 20:13:48.874723 [ 193 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_144_35} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_merge_all_1_144_35 to all_1_144_35 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14985 2025.03.22 20:13:48.874801 [ 193 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_144_35} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Merged 2 parts: [all_1_143_34, all_144_144_0] -> all_1_144_35
14986 2025.03.22 20:13:48.874866 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB.
14987 2025.03.22 20:13:49.208622 [ 224 ] {} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0]
14988 2025.03.22 20:13:49.208671 [ 224 ] {} <Debug> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0]
14989 2025.03.22 20:13:49.210700 [ 224 ] {} <Debug> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0]
14990 2025.03.22 20:13:49.766766 [ 224 ] {} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0]
14991 2025.03.22 20:13:49.766845 [ 224 ] {} <Debug> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0]
14992 2025.03.22 20:13:49.769083 [ 224 ] {} <Debug> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0]
14993 2025.03.22 20:13:51.014411 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 649
14994 2025.03.22 20:13:51.036951 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14995 2025.03.22 20:13:51.037011 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
14996 2025.03.22 20:13:51.044674 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
14997 2025.03.22 20:13:51.045483 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14998 2025.03.22 20:13:51.046014 [ 52 ] {} <Debug> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
14999 2025.03.22 20:13:51.046149 [ 52 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15000 2025.03.22 20:13:51.046228 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
15001 2025.03.22 20:13:51.046733 [ 201 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::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
15002 2025.03.22 20:13:51.060769 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 649
15003 2025.03.22 20:13:51.062661 [ 201 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15004 2025.03.22 20:13:51.064307 [ 201 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 611 rows starting from the beginning of the part
15005 2025.03.22 20:13:51.070346 [ 201 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 8 rows starting from the beginning of the part
15006 2025.03.22 20:13:51.076687 [ 201 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 7 rows starting from the beginning of the part
15007 2025.03.22 20:13:51.083207 [ 201 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 8 rows starting from the beginning of the part
15008 2025.03.22 20:13:51.089624 [ 201 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 7 rows starting from the beginning of the part
15009 2025.03.22 20:13:51.096474 [ 201 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 8 rows starting from the beginning of the part
15010 2025.03.22 20:13:51.171288 [ 190 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 649 rows, containing 679 columns (679 merged, 0 gathered) in 0.124880022 sec., 5196.988193996314 rows/sec., 26.87 MiB/sec.
15011 2025.03.22 20:13:51.175108 [ 191 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
15012 2025.03.22 20:13:51.178206 [ 191 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_86_17} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15013 2025.03.22 20:13:51.178314 [ 191 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_86_17} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
15014 2025.03.22 20:13:51.180660 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB.
15015 2025.03.22 20:13:52.000224 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 266.39 MiB, peak 285.13 MiB, free memory in arenas 0.00 B, will set to 265.30 MiB (RSS), difference: -1.09 MiB
15016 2025.03.22 20:13:52.850933 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15017 2025.03.22 20:13:52.851120 [ 5 ] {b060d96e-c232-4f21-a23c-9426f980d030} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
15018 2025.03.22 20:13:52.851194 [ 5 ] {b060d96e-c232-4f21-a23c-9426f980d030} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
15019 2025.03.22 20:13:52.851973 [ 5 ] {b060d96e-c232-4f21-a23c-9426f980d030} <Trace> oximeter.fields_i16 (264093f9-a655-4468-9a79-5d699a3bbf39): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15020 2025.03.22 20:13:52.852029 [ 5 ] {b060d96e-c232-4f21-a23c-9426f980d030} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
15021 2025.03.22 20:13:52.852471 [ 5 ] {b060d96e-c232-4f21-a23c-9426f980d030} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
15022 2025.03.22 20:13:52.852723 [ 5 ] {b060d96e-c232-4f21-a23c-9426f980d030} <Trace> oximeter.fields_i16 (264093f9-a655-4468-9a79-5d699a3bbf39): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15023 2025.03.22 20:13:52.852928 [ 43 ] {} <Debug> oximeter.fields_i16 (264093f9-a655-4468-9a79-5d699a3bbf39) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0
15024 2025.03.22 20:13:52.852979 [ 5 ] {b060d96e-c232-4f21-a23c-9426f980d030} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001904 sec., 12605.042016806721 rows/sec., 1.05 MiB/sec.
15025 2025.03.22 20:13:52.853008 [ 43 ] {} <Trace> oximeter.fields_i16 (264093f9-a655-4468-9a79-5d699a3bbf39): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15026 2025.03.22 20:13:52.853091 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
15027 2025.03.22 20:13:52.853117 [ 5 ] {b060d96e-c232-4f21-a23c-9426f980d030} <Debug> TCPHandler: Processed in 0.002318039 sec.
15028 2025.03.22 20:13:52.853300 [ 223 ] {} <Trace> oximeter.fields_i16 (264093f9-a655-4468-9a79-5d699a3bbf39): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0]
15029 2025.03.22 20:13:52.853355 [ 223 ] {} <Debug> oximeter.fields_i16 (264093f9-a655-4468-9a79-5d699a3bbf39): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0]
15030 2025.03.22 20:13:52.853375 [ 189 ] {264093f9-a655-4468-9a79-5d699a3bbf39::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
15031 2025.03.22 20:13:52.853387 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15032 2025.03.22 20:13:52.853773 [ 5 ] {3999c7fd-b978-4c6e-bdab-8d0d743f170f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
15033 2025.03.22 20:13:52.853852 [ 189 ] {264093f9-a655-4468-9a79-5d699a3bbf39::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15034 2025.03.22 20:13:52.853872 [ 5 ] {3999c7fd-b978-4c6e-bdab-8d0d743f170f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15035 2025.03.22 20:13:52.853917 [ 189 ] {264093f9-a655-4468-9a79-5d699a3bbf39::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 24 rows starting from the beginning of the part
15036 2025.03.22 20:13:52.854413 [ 189 ] {264093f9-a655-4468-9a79-5d699a3bbf39::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 24 rows starting from the beginning of the part
15037 2025.03.22 20:13:52.855055 [ 189 ] {264093f9-a655-4468-9a79-5d699a3bbf39::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 24 rows starting from the beginning of the part
15038 2025.03.22 20:13:52.855524 [ 189 ] {264093f9-a655-4468-9a79-5d699a3bbf39::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 24 rows starting from the beginning of the part
15039 2025.03.22 20:13:52.856017 [ 189 ] {264093f9-a655-4468-9a79-5d699a3bbf39::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 24 rows starting from the beginning of the part
15040 2025.03.22 20:13:52.859010 [ 5 ] {3999c7fd-b978-4c6e-bdab-8d0d743f170f} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15041 2025.03.22 20:13:52.859100 [ 5 ] {3999c7fd-b978-4c6e-bdab-8d0d743f170f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
15042 2025.03.22 20:13:52.859341 [ 190 ] {264093f9-a655-4468-9a79-5d699a3bbf39::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 5 columns (5 merged, 0 gathered) in 0.0061206 sec., 19605.920988138416 rows/sec., 1.70 MiB/sec.
15043 2025.03.22 20:13:52.859470 [ 223 ] {} <Debug> oximeter.fields_i16 (264093f9-a655-4468-9a79-5d699a3bbf39): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0]
15044 2025.03.22 20:13:52.859938 [ 190 ] {264093f9-a655-4468-9a79-5d699a3bbf39::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary)
15045 2025.03.22 20:13:52.860601 [ 5 ] {3999c7fd-b978-4c6e-bdab-8d0d743f170f} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary)
15046 2025.03.22 20:13:52.860852 [ 190 ] {264093f9-a655-4468-9a79-5d699a3bbf39::all_1_21_5} <Trace> oximeter.fields_i16 (264093f9-a655-4468-9a79-5d699a3bbf39): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15047 2025.03.22 20:13:52.861000 [ 190 ] {264093f9-a655-4468-9a79-5d699a3bbf39::all_1_21_5} <Trace> oximeter.fields_i16 (264093f9-a655-4468-9a79-5d699a3bbf39) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5
15048 2025.03.22 20:13:52.861076 [ 5 ] {3999c7fd-b978-4c6e-bdab-8d0d743f170f} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15049 2025.03.22 20:13:52.861181 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
15050 2025.03.22 20:13:52.861410 [ 5 ] {3999c7fd-b978-4c6e-bdab-8d0d743f170f} <Debug> executeQuery: Read 1342 rows, 114.49 KiB in 0.007768 sec., 172760.0411946447 rows/sec., 14.39 MiB/sec.
15051 2025.03.22 20:13:52.861475 [ 5 ] {3999c7fd-b978-4c6e-bdab-8d0d743f170f} <Debug> TCPHandler: Processed in 0.008185764 sec.
15052 2025.03.22 20:13:52.861600 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15053 2025.03.22 20:13:52.861709 [ 5 ] {c8f740f4-760c-481b-8b2b-09cc910a1c05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
15054 2025.03.22 20:13:52.861756 [ 5 ] {c8f740f4-760c-481b-8b2b-09cc910a1c05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
15055 2025.03.22 20:13:52.862303 [ 5 ] {c8f740f4-760c-481b-8b2b-09cc910a1c05} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15056 2025.03.22 20:13:52.862343 [ 5 ] {c8f740f4-760c-481b-8b2b-09cc910a1c05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
15057 2025.03.22 20:13:52.862697 [ 5 ] {c8f740f4-760c-481b-8b2b-09cc910a1c05} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary)
15058 2025.03.22 20:13:52.862943 [ 5 ] {c8f740f4-760c-481b-8b2b-09cc910a1c05} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15059 2025.03.22 20:13:52.863148 [ 5 ] {c8f740f4-760c-481b-8b2b-09cc910a1c05} <Debug> executeQuery: Read 25 rows, 1.94 KiB in 0.001464 sec., 17076.50273224044 rows/sec., 1.29 MiB/sec.
15060 2025.03.22 20:13:52.863199 [ 5 ] {c8f740f4-760c-481b-8b2b-09cc910a1c05} <Debug> TCPHandler: Processed in 0.001649365 sec.
15061 2025.03.22 20:13:52.863313 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15062 2025.03.22 20:13:52.863418 [ 5 ] {1081bd33-6e6a-49b7-bf3f-ab36664adc20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
15063 2025.03.22 20:13:52.863463 [ 5 ] {1081bd33-6e6a-49b7-bf3f-ab36664adc20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
15064 2025.03.22 20:13:52.864131 [ 5 ] {1081bd33-6e6a-49b7-bf3f-ab36664adc20} <Trace> oximeter.fields_u32 (ad7a5232-f0e1-40d6-acb0-24ed1d64c039): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15065 2025.03.22 20:13:52.864170 [ 5 ] {1081bd33-6e6a-49b7-bf3f-ab36664adc20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
15066 2025.03.22 20:13:52.864526 [ 5 ] {1081bd33-6e6a-49b7-bf3f-ab36664adc20} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
15067 2025.03.22 20:13:52.864762 [ 5 ] {1081bd33-6e6a-49b7-bf3f-ab36664adc20} <Trace> oximeter.fields_u32 (ad7a5232-f0e1-40d6-acb0-24ed1d64c039): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15068 2025.03.22 20:13:52.864912 [ 43 ] {} <Debug> oximeter.fields_u32 (ad7a5232-f0e1-40d6-acb0-24ed1d64c039) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0
15069 2025.03.22 20:13:52.864964 [ 43 ] {} <Trace> oximeter.fields_u32 (ad7a5232-f0e1-40d6-acb0-24ed1d64c039): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15070 2025.03.22 20:13:52.864992 [ 5 ] {1081bd33-6e6a-49b7-bf3f-ab36664adc20} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001587 sec., 158790.17013232515 rows/sec., 10.98 MiB/sec.
15071 2025.03.22 20:13:52.864999 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
15072 2025.03.22 20:13:52.865180 [ 5 ] {1081bd33-6e6a-49b7-bf3f-ab36664adc20} <Debug> TCPHandler: Processed in 0.001902371 sec.
15073 2025.03.22 20:13:52.865236 [ 224 ] {} <Trace> oximeter.fields_u32 (ad7a5232-f0e1-40d6-acb0-24ed1d64c039): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0]
15074 2025.03.22 20:13:52.865340 [ 224 ] {} <Debug> oximeter.fields_u32 (ad7a5232-f0e1-40d6-acb0-24ed1d64c039): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0]
15075 2025.03.22 20:13:52.865363 [ 195 ] {ad7a5232-f0e1-40d6-acb0-24ed1d64c039::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
15076 2025.03.22 20:13:52.865480 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15077 2025.03.22 20:13:52.865821 [ 5 ] {c11538f5-4e20-47aa-becf-e962b4d84b03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
15078 2025.03.22 20:13:52.865922 [ 195 ] {ad7a5232-f0e1-40d6-acb0-24ed1d64c039::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15079 2025.03.22 20:13:52.865999 [ 5 ] {c11538f5-4e20-47aa-becf-e962b4d84b03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
15080 2025.03.22 20:13:52.866103 [ 195 ] {ad7a5232-f0e1-40d6-acb0-24ed1d64c039::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 252 rows starting from the beginning of the part
15081 2025.03.22 20:13:52.866550 [ 195 ] {ad7a5232-f0e1-40d6-acb0-24ed1d64c039::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 252 rows starting from the beginning of the part
15082 2025.03.22 20:13:52.866893 [ 195 ] {ad7a5232-f0e1-40d6-acb0-24ed1d64c039::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 252 rows starting from the beginning of the part
15083 2025.03.22 20:13:52.867343 [ 195 ] {ad7a5232-f0e1-40d6-acb0-24ed1d64c039::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 252 rows starting from the beginning of the part
15084 2025.03.22 20:13:52.867840 [ 195 ] {ad7a5232-f0e1-40d6-acb0-24ed1d64c039::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 252 rows starting from the beginning of the part
15085 2025.03.22 20:13:52.869795 [ 5 ] {c11538f5-4e20-47aa-becf-e962b4d84b03} <Trace> oximeter.fields_u8 (faaaa09d-c3bc-4a8d-ab11-77969ca3dca4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15086 2025.03.22 20:13:52.869910 [ 5 ] {c11538f5-4e20-47aa-becf-e962b4d84b03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
15087 2025.03.22 20:13:52.871465 [ 5 ] {c11538f5-4e20-47aa-becf-e962b4d84b03} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
15088 2025.03.22 20:13:52.872233 [ 5 ] {c11538f5-4e20-47aa-becf-e962b4d84b03} <Trace> oximeter.fields_u8 (faaaa09d-c3bc-4a8d-ab11-77969ca3dca4): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15089 2025.03.22 20:13:52.872282 [ 195 ] {ad7a5232-f0e1-40d6-acb0-24ed1d64c039::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1260 rows, containing 5 columns (5 merged, 0 gathered) in 0.007142771 sec., 176402.12740965656 rows/sec., 12.87 MiB/sec.
15090 2025.03.22 20:13:52.872628 [ 195 ] {ad7a5232-f0e1-40d6-acb0-24ed1d64c039::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary)
15091 2025.03.22 20:13:52.872670 [ 43 ] {} <Debug> oximeter.fields_u8 (faaaa09d-c3bc-4a8d-ab11-77969ca3dca4) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0
15092 2025.03.22 20:13:52.872804 [ 43 ] {} <Trace> oximeter.fields_u8 (faaaa09d-c3bc-4a8d-ab11-77969ca3dca4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15093 2025.03.22 20:13:52.872909 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
15094 2025.03.22 20:13:52.873130 [ 5 ] {c11538f5-4e20-47aa-becf-e962b4d84b03} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.007439 sec., 1613.1200430165345 rows/sec., 126.03 KiB/sec.
15095 2025.03.22 20:13:52.873155 [ 217 ] {} <Trace> oximeter.fields_u8 (faaaa09d-c3bc-4a8d-ab11-77969ca3dca4): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0]
15096 2025.03.22 20:13:52.873255 [ 217 ] {} <Debug> oximeter.fields_u8 (faaaa09d-c3bc-4a8d-ab11-77969ca3dca4): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0]
15097 2025.03.22 20:13:52.873624 [ 5 ] {c11538f5-4e20-47aa-becf-e962b4d84b03} <Debug> TCPHandler: Processed in 0.008255615 sec.
15098 2025.03.22 20:13:52.873917 [ 195 ] {ad7a5232-f0e1-40d6-acb0-24ed1d64c039::all_1_21_5} <Trace> oximeter.fields_u32 (ad7a5232-f0e1-40d6-acb0-24ed1d64c039): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15099 2025.03.22 20:13:52.874111 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15100 2025.03.22 20:13:52.874308 [ 195 ] {ad7a5232-f0e1-40d6-acb0-24ed1d64c039::all_1_21_5} <Trace> oximeter.fields_u32 (ad7a5232-f0e1-40d6-acb0-24ed1d64c039) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5
15101 2025.03.22 20:13:52.874520 [ 5 ] {c9d39f87-9181-4f41-add0-724f5e555367} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
15102 2025.03.22 20:13:52.874537 [ 224 ] {} <Debug> oximeter.fields_u32 (ad7a5232-f0e1-40d6-acb0-24ed1d64c039): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0]
15103 2025.03.22 20:13:52.874700 [ 5 ] {c9d39f87-9181-4f41-add0-724f5e555367} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15104 2025.03.22 20:13:52.874804 [ 200 ] {faaaa09d-c3bc-4a8d-ab11-77969ca3dca4::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
15105 2025.03.22 20:13:52.874936 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB.
15106 2025.03.22 20:13:52.875898 [ 200 ] {faaaa09d-c3bc-4a8d-ab11-77969ca3dca4::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15107 2025.03.22 20:13:52.876076 [ 200 ] {faaaa09d-c3bc-4a8d-ab11-77969ca3dca4::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 12 rows starting from the beginning of the part
15108 2025.03.22 20:13:52.876756 [ 200 ] {faaaa09d-c3bc-4a8d-ab11-77969ca3dca4::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 12 rows starting from the beginning of the part
15109 2025.03.22 20:13:52.877348 [ 200 ] {faaaa09d-c3bc-4a8d-ab11-77969ca3dca4::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 12 rows starting from the beginning of the part
15110 2025.03.22 20:13:52.877916 [ 200 ] {faaaa09d-c3bc-4a8d-ab11-77969ca3dca4::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 12 rows starting from the beginning of the part
15111 2025.03.22 20:13:52.878390 [ 200 ] {faaaa09d-c3bc-4a8d-ab11-77969ca3dca4::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 12 rows starting from the beginning of the part
15112 2025.03.22 20:13:52.880706 [ 5 ] {c9d39f87-9181-4f41-add0-724f5e555367} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15113 2025.03.22 20:13:52.880783 [ 5 ] {c9d39f87-9181-4f41-add0-724f5e555367} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
15114 2025.03.22 20:13:52.881126 [ 217 ] {} <Debug> oximeter.fields_u8 (faaaa09d-c3bc-4a8d-ab11-77969ca3dca4): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0]
15115 2025.03.22 20:13:52.882610 [ 5 ] {c9d39f87-9181-4f41-add0-724f5e555367} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary)
15116 2025.03.22 20:13:52.882868 [ 190 ] {faaaa09d-c3bc-4a8d-ab11-77969ca3dca4::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.009594704 sec., 6253.449819817265 rows/sec., 512.98 KiB/sec.
15117 2025.03.22 20:13:52.883107 [ 5 ] {c9d39f87-9181-4f41-add0-724f5e555367} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15118 2025.03.22 20:13:52.883247 [ 190 ] {faaaa09d-c3bc-4a8d-ab11-77969ca3dca4::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary)
15119 2025.03.22 20:13:52.883658 [ 5 ] {c9d39f87-9181-4f41-add0-724f5e555367} <Debug> executeQuery: Read 569 rows, 43.70 KiB in 0.009271 sec., 61374.17754287564 rows/sec., 4.60 MiB/sec.
15120 2025.03.22 20:13:52.883972 [ 5 ] {c9d39f87-9181-4f41-add0-724f5e555367} <Debug> TCPHandler: Processed in 0.010010743 sec.
15121 2025.03.22 20:13:52.884297 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15122 2025.03.22 20:13:52.884433 [ 190 ] {faaaa09d-c3bc-4a8d-ab11-77969ca3dca4::all_1_21_5} <Trace> oximeter.fields_u8 (faaaa09d-c3bc-4a8d-ab11-77969ca3dca4): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15123 2025.03.22 20:13:52.884646 [ 5 ] {6bcdade6-a99c-4d57-9887-804d86520fc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
15124 2025.03.22 20:13:52.884828 [ 5 ] {6bcdade6-a99c-4d57-9887-804d86520fc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15125 2025.03.22 20:13:52.884846 [ 190 ] {faaaa09d-c3bc-4a8d-ab11-77969ca3dca4::all_1_21_5} <Trace> oximeter.fields_u8 (faaaa09d-c3bc-4a8d-ab11-77969ca3dca4) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5
15126 2025.03.22 20:13:52.885245 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB.
15127 2025.03.22 20:13:52.886105 [ 5 ] {6bcdade6-a99c-4d57-9887-804d86520fc5} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15128 2025.03.22 20:13:52.886147 [ 5 ] {6bcdade6-a99c-4d57-9887-804d86520fc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
15129 2025.03.22 20:13:52.886582 [ 5 ] {6bcdade6-a99c-4d57-9887-804d86520fc5} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary)
15130 2025.03.22 20:13:52.886818 [ 5 ] {6bcdade6-a99c-4d57-9887-804d86520fc5} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15131 2025.03.22 20:13:52.887008 [ 43 ] {} <Debug> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Selected 6 parts from all_1_144_35 to all_149_149_0
15132 2025.03.22 20:13:52.887066 [ 5 ] {6bcdade6-a99c-4d57-9887-804d86520fc5} <Debug> executeQuery: Read 1010 rows, 69.95 KiB in 0.002553 sec., 395613.00430865644 rows/sec., 26.76 MiB/sec.
15133 2025.03.22 20:13:52.887070 [ 43 ] {} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15134 2025.03.22 20:13:52.887151 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
15135 2025.03.22 20:13:52.887197 [ 5 ] {6bcdade6-a99c-4d57-9887-804d86520fc5} <Debug> TCPHandler: Processed in 0.002991784 sec.
15136 2025.03.22 20:13:52.887409 [ 188 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_149_36} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_144_35 to all_149_149_0 into Compact with storage Full
15137 2025.03.22 20:13:52.887446 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15138 2025.03.22 20:13:52.887670 [ 188 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_149_36} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15139 2025.03.22 20:13:52.887682 [ 5 ] {bf7444df-8872-4f2a-825f-7dd7ffd6e0c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
15140 2025.03.22 20:13:52.887740 [ 188 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_149_36} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_144_35, total 39199 rows starting from the beginning of the part
15141 2025.03.22 20:13:52.887948 [ 5 ] {bf7444df-8872-4f2a-825f-7dd7ffd6e0c2} <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
15142 2025.03.22 20:13:52.888061 [ 188 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_149_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 160 rows starting from the beginning of the part
15143 2025.03.22 20:13:52.888485 [ 188 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_149_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 161 rows starting from the beginning of the part
15144 2025.03.22 20:13:52.888896 [ 188 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_149_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 160 rows starting from the beginning of the part
15145 2025.03.22 20:13:52.889329 [ 188 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_149_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 160 rows starting from the beginning of the part
15146 2025.03.22 20:13:52.889683 [ 188 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_149_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 1010 rows starting from the beginning of the part
15147 2025.03.22 20:13:52.892455 [ 5 ] {bf7444df-8872-4f2a-825f-7dd7ffd6e0c2} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15148 2025.03.22 20:13:52.892541 [ 5 ] {bf7444df-8872-4f2a-825f-7dd7ffd6e0c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
15149 2025.03.22 20:13:52.894188 [ 5 ] {bf7444df-8872-4f2a-825f-7dd7ffd6e0c2} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary)
15150 2025.03.22 20:13:52.894536 [ 5 ] {bf7444df-8872-4f2a-825f-7dd7ffd6e0c2} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15151 2025.03.22 20:13:52.894789 [ 5 ] {bf7444df-8872-4f2a-825f-7dd7ffd6e0c2} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.0072 sec., 1805.5555555555557 rows/sec., 3.24 MiB/sec.
15152 2025.03.22 20:13:52.894934 [ 5 ] {bf7444df-8872-4f2a-825f-7dd7ffd6e0c2} <Debug> TCPHandler: Processed in 0.007561931 sec.
15153 2025.03.22 20:13:52.895095 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15154 2025.03.22 20:13:52.895268 [ 5 ] {3130c913-97b7-4ee8-bba9-d291c5e828b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
15155 2025.03.22 20:13:52.895315 [ 5 ] {3130c913-97b7-4ee8-bba9-d291c5e828b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15156 2025.03.22 20:13:52.895862 [ 5 ] {3130c913-97b7-4ee8-bba9-d291c5e828b0} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15157 2025.03.22 20:13:52.895903 [ 5 ] {3130c913-97b7-4ee8-bba9-d291c5e828b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
15158 2025.03.22 20:13:52.896354 [ 5 ] {3130c913-97b7-4ee8-bba9-d291c5e828b0} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary)
15159 2025.03.22 20:13:52.896719 [ 5 ] {3130c913-97b7-4ee8-bba9-d291c5e828b0} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15160 2025.03.22 20:13:52.896991 [ 5 ] {3130c913-97b7-4ee8-bba9-d291c5e828b0} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001759 sec., 27288.231949971574 rows/sec., 1.84 MiB/sec.
15161 2025.03.22 20:13:52.897062 [ 5 ] {3130c913-97b7-4ee8-bba9-d291c5e828b0} <Debug> TCPHandler: Processed in 0.002030543 sec.
15162 2025.03.22 20:13:52.899924 [ 199 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_149_36} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 40850 rows, containing 5 columns (5 merged, 0 gathered) in 0.012671079 sec., 3223876.9879029244 rows/sec., 220.92 MiB/sec.
15163 2025.03.22 20:13:52.900509 [ 192 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_149_36} <Trace> MergedBlockOutputStream: filled checksums all_1_149_36 (state Temporary)
15164 2025.03.22 20:13:52.900817 [ 192 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_149_36} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_merge_all_1_149_36 to all_1_149_36 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15165 2025.03.22 20:13:52.900899 [ 192 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_149_36} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Merged 6 parts: [all_1_144_35, all_149_149_0] -> all_1_149_36
15166 2025.03.22 20:13:52.900987 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB.
15167 2025.03.22 20:13:53.324482 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 2048
15168 2025.03.22 20:13:53.327907 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15169 2025.03.22 20:13:53.327969 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
15170 2025.03.22 20:13:53.329553 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
15171 2025.03.22 20:13:53.329921 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15172 2025.03.22 20:13:53.330641 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2048
15173 2025.03.22 20:13:53.845608 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15174 2025.03.22 20:13:53.845803 [ 5 ] {5887ba89-201f-49e9-85d5-61f73776e2e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
15175 2025.03.22 20:13:53.845879 [ 5 ] {5887ba89-201f-49e9-85d5-61f73776e2e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15176 2025.03.22 20:13:53.846710 [ 5 ] {5887ba89-201f-49e9-85d5-61f73776e2e2} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15177 2025.03.22 20:13:53.846764 [ 5 ] {5887ba89-201f-49e9-85d5-61f73776e2e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
15178 2025.03.22 20:13:53.847281 [ 5 ] {5887ba89-201f-49e9-85d5-61f73776e2e2} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary)
15179 2025.03.22 20:13:53.847603 [ 5 ] {5887ba89-201f-49e9-85d5-61f73776e2e2} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15180 2025.03.22 20:13:53.847893 [ 5 ] {5887ba89-201f-49e9-85d5-61f73776e2e2} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002139 sec., 26180.458158017766 rows/sec., 2.00 MiB/sec.
15181 2025.03.22 20:13:53.847977 [ 5 ] {5887ba89-201f-49e9-85d5-61f73776e2e2} <Debug> TCPHandler: Processed in 0.002498833 sec.
15182 2025.03.22 20:13:53.848142 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15183 2025.03.22 20:13:53.848266 [ 5 ] {32c4c394-0be0-44f4-b9d1-f9a047fd265b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
15184 2025.03.22 20:13:53.848322 [ 5 ] {32c4c394-0be0-44f4-b9d1-f9a047fd265b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15185 2025.03.22 20:13:53.848977 [ 5 ] {32c4c394-0be0-44f4-b9d1-f9a047fd265b} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15186 2025.03.22 20:13:53.849018 [ 5 ] {32c4c394-0be0-44f4-b9d1-f9a047fd265b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
15187 2025.03.22 20:13:53.849379 [ 5 ] {32c4c394-0be0-44f4-b9d1-f9a047fd265b} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary)
15188 2025.03.22 20:13:53.849617 [ 5 ] {32c4c394-0be0-44f4-b9d1-f9a047fd265b} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15189 2025.03.22 20:13:53.849831 [ 5 ] {32c4c394-0be0-44f4-b9d1-f9a047fd265b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00159 sec., 40251.57232704402 rows/sec., 3.14 MiB/sec.
15190 2025.03.22 20:13:53.849890 [ 5 ] {32c4c394-0be0-44f4-b9d1-f9a047fd265b} <Debug> TCPHandler: Processed in 0.001809048 sec.
15191 2025.03.22 20:13:53.850006 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15192 2025.03.22 20:13:53.850113 [ 5 ] {88b031f8-8059-406e-bb35-2f9a9f472b61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
15193 2025.03.22 20:13:53.850164 [ 5 ] {88b031f8-8059-406e-bb35-2f9a9f472b61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15194 2025.03.22 20:13:53.850644 [ 5 ] {88b031f8-8059-406e-bb35-2f9a9f472b61} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15195 2025.03.22 20:13:53.850683 [ 5 ] {88b031f8-8059-406e-bb35-2f9a9f472b61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
15196 2025.03.22 20:13:53.851056 [ 5 ] {88b031f8-8059-406e-bb35-2f9a9f472b61} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary)
15197 2025.03.22 20:13:53.851290 [ 5 ] {88b031f8-8059-406e-bb35-2f9a9f472b61} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15198 2025.03.22 20:13:53.851512 [ 5 ] {88b031f8-8059-406e-bb35-2f9a9f472b61} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001423 sec., 22487.702037947998 rows/sec., 1.57 MiB/sec.
15199 2025.03.22 20:13:53.851564 [ 5 ] {88b031f8-8059-406e-bb35-2f9a9f472b61} <Debug> TCPHandler: Processed in 0.001607984 sec.
15200 2025.03.22 20:13:53.851696 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15201 2025.03.22 20:13:53.851802 [ 5 ] {341a9ed6-9cdd-424f-b479-098619dfaae3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
15202 2025.03.22 20:13:53.851849 [ 5 ] {341a9ed6-9cdd-424f-b479-098619dfaae3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15203 2025.03.22 20:13:53.852269 [ 5 ] {341a9ed6-9cdd-424f-b479-098619dfaae3} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15204 2025.03.22 20:13:53.852308 [ 5 ] {341a9ed6-9cdd-424f-b479-098619dfaae3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
15205 2025.03.22 20:13:53.852668 [ 5 ] {341a9ed6-9cdd-424f-b479-098619dfaae3} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary)
15206 2025.03.22 20:13:53.852900 [ 5 ] {341a9ed6-9cdd-424f-b479-098619dfaae3} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15207 2025.03.22 20:13:53.853109 [ 5 ] {341a9ed6-9cdd-424f-b479-098619dfaae3} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.00133 sec., 9022.556390977443 rows/sec., 622.65 KiB/sec.
15208 2025.03.22 20:13:53.853157 [ 5 ] {341a9ed6-9cdd-424f-b479-098619dfaae3} <Debug> TCPHandler: Processed in 0.001509533 sec.
15209 2025.03.22 20:13:55.603802 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 39894
15210 2025.03.22 20:13:55.604476 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15211 2025.03.22 20:13:55.604529 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
15212 2025.03.22 20:13:55.605094 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
15213 2025.03.22 20:13:55.605362 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15214 2025.03.22 20:13:55.605611 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 39894
15215 2025.03.22 20:13:57.852105 [ 219 ] {} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0]
15216 2025.03.22 20:13:57.852174 [ 219 ] {} <Debug> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0]
15217 2025.03.22 20:13:57.854002 [ 219 ] {} <Debug> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0]
15218 2025.03.22 20:13:58.561827 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 656
15219 2025.03.22 20:13:58.585610 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15220 2025.03.22 20:13:58.585674 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
15221 2025.03.22 20:13:58.593266 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
15222 2025.03.22 20:13:58.594066 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15223 2025.03.22 20:13:58.597096 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 656
15224 2025.03.22 20:13:58.853169 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15225 2025.03.22 20:13:58.853381 [ 5 ] {dcd4bd98-f62d-4af5-bb53-98e6b21890e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
15226 2025.03.22 20:13:58.853469 [ 5 ] {dcd4bd98-f62d-4af5-bb53-98e6b21890e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15227 2025.03.22 20:13:58.854290 [ 5 ] {dcd4bd98-f62d-4af5-bb53-98e6b21890e2} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15228 2025.03.22 20:13:58.854345 [ 5 ] {dcd4bd98-f62d-4af5-bb53-98e6b21890e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
15229 2025.03.22 20:13:58.854801 [ 5 ] {dcd4bd98-f62d-4af5-bb53-98e6b21890e2} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary)
15230 2025.03.22 20:13:58.855057 [ 5 ] {dcd4bd98-f62d-4af5-bb53-98e6b21890e2} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15231 2025.03.22 20:13:58.855271 [ 38 ] {} <Debug> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0
15232 2025.03.22 20:13:58.855342 [ 5 ] {dcd4bd98-f62d-4af5-bb53-98e6b21890e2} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.002007 sec., 53811.65919282511 rows/sec., 4.50 MiB/sec.
15233 2025.03.22 20:13:58.855370 [ 38 ] {} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15234 2025.03.22 20:13:58.855440 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
15235 2025.03.22 20:13:58.855487 [ 5 ] {dcd4bd98-f62d-4af5-bb53-98e6b21890e2} <Debug> TCPHandler: Processed in 0.002453983 sec.
15236 2025.03.22 20:13:58.855710 [ 187 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_151_30} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_146_29 to all_151_151_0 into Compact with storage Full
15237 2025.03.22 20:13:58.855726 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15238 2025.03.22 20:13:58.855988 [ 5 ] {8bb3cc5c-e66f-468f-b3a7-7bdf389eef9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
15239 2025.03.22 20:13:58.855994 [ 187 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_151_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15240 2025.03.22 20:13:58.856081 [ 5 ] {8bb3cc5c-e66f-468f-b3a7-7bdf389eef9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
15241 2025.03.22 20:13:58.856085 [ 187 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_146_29, total 1403 rows starting from the beginning of the part
15242 2025.03.22 20:13:58.856458 [ 187 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 82 rows starting from the beginning of the part
15243 2025.03.22 20:13:58.856783 [ 187 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 108 rows starting from the beginning of the part
15244 2025.03.22 20:13:58.857149 [ 187 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 1342 rows starting from the beginning of the part
15245 2025.03.22 20:13:58.857552 [ 187 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 56 rows starting from the beginning of the part
15246 2025.03.22 20:13:58.857913 [ 187 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 108 rows starting from the beginning of the part
15247 2025.03.22 20:13:58.858960 [ 5 ] {8bb3cc5c-e66f-468f-b3a7-7bdf389eef9e} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15248 2025.03.22 20:13:58.859042 [ 5 ] {8bb3cc5c-e66f-468f-b3a7-7bdf389eef9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
15249 2025.03.22 20:13:58.860012 [ 5 ] {8bb3cc5c-e66f-468f-b3a7-7bdf389eef9e} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary)
15250 2025.03.22 20:13:58.860501 [ 5 ] {8bb3cc5c-e66f-468f-b3a7-7bdf389eef9e} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15251 2025.03.22 20:13:58.860807 [ 5 ] {8bb3cc5c-e66f-468f-b3a7-7bdf389eef9e} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.004911 sec., 5294.237426186113 rows/sec., 398.10 KiB/sec.
15252 2025.03.22 20:13:58.860894 [ 5 ] {8bb3cc5c-e66f-468f-b3a7-7bdf389eef9e} <Debug> TCPHandler: Processed in 0.005251051 sec.
15253 2025.03.22 20:13:58.861072 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15254 2025.03.22 20:13:58.861326 [ 187 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_151_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3099 rows, containing 5 columns (5 merged, 0 gathered) in 0.005763772 sec., 537668.7349881292 rows/sec., 46.84 MiB/sec.
15255 2025.03.22 20:13:58.861338 [ 5 ] {d9731f08-1c3c-4152-8d7e-e58c72c6f4e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
15256 2025.03.22 20:13:58.861447 [ 5 ] {d9731f08-1c3c-4152-8d7e-e58c72c6f4e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15257 2025.03.22 20:13:58.861620 [ 187 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_151_30} <Trace> MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary)
15258 2025.03.22 20:13:58.862205 [ 187 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_151_30} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15259 2025.03.22 20:13:58.862404 [ 187 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_151_30} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30
15260 2025.03.22 20:13:58.862573 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB.
15261 2025.03.22 20:13:58.862715 [ 5 ] {d9731f08-1c3c-4152-8d7e-e58c72c6f4e3} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15262 2025.03.22 20:13:58.862760 [ 5 ] {d9731f08-1c3c-4152-8d7e-e58c72c6f4e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
15263 2025.03.22 20:13:58.863121 [ 5 ] {d9731f08-1c3c-4152-8d7e-e58c72c6f4e3} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary)
15264 2025.03.22 20:13:58.863356 [ 5 ] {d9731f08-1c3c-4152-8d7e-e58c72c6f4e3} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15265 2025.03.22 20:13:58.863530 [ 38 ] {} <Debug> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0
15266 2025.03.22 20:13:58.863584 [ 38 ] {} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15267 2025.03.22 20:13:58.863602 [ 5 ] {d9731f08-1c3c-4152-8d7e-e58c72c6f4e3} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.00232 sec., 38793.10344827586 rows/sec., 3.03 MiB/sec.
15268 2025.03.22 20:13:58.863620 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
15269 2025.03.22 20:13:58.863768 [ 5 ] {d9731f08-1c3c-4152-8d7e-e58c72c6f4e3} <Debug> TCPHandler: Processed in 0.002787149 sec.
15270 2025.03.22 20:13:58.863861 [ 199 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_151_30} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_146_29 to all_151_151_0 into Compact with storage Full
15271 2025.03.22 20:13:58.863932 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15272 2025.03.22 20:13:58.864015 [ 199 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_151_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15273 2025.03.22 20:13:58.864092 [ 199 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_146_29, total 631 rows starting from the beginning of the part
15274 2025.03.22 20:13:58.864129 [ 5 ] {252f942f-edd9-42b1-88a5-52308cf6c2db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
15275 2025.03.22 20:13:58.864308 [ 5 ] {252f942f-edd9-42b1-88a5-52308cf6c2db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15276 2025.03.22 20:13:58.864363 [ 199 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 77 rows starting from the beginning of the part
15277 2025.03.22 20:13:58.864800 [ 199 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 90 rows starting from the beginning of the part
15278 2025.03.22 20:13:58.865157 [ 199 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 569 rows starting from the beginning of the part
15279 2025.03.22 20:13:58.865499 [ 199 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 64 rows starting from the beginning of the part
15280 2025.03.22 20:13:58.865852 [ 199 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 90 rows starting from the beginning of the part
15281 2025.03.22 20:13:58.866961 [ 5 ] {252f942f-edd9-42b1-88a5-52308cf6c2db} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15282 2025.03.22 20:13:58.867036 [ 5 ] {252f942f-edd9-42b1-88a5-52308cf6c2db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
15283 2025.03.22 20:13:58.868134 [ 5 ] {252f942f-edd9-42b1-88a5-52308cf6c2db} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary)
15284 2025.03.22 20:13:58.868510 [ 5 ] {252f942f-edd9-42b1-88a5-52308cf6c2db} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15285 2025.03.22 20:13:58.868883 [ 199 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_151_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1521 rows, containing 5 columns (5 merged, 0 gathered) in 0.005125569 sec., 296747.5415900166 rows/sec., 23.63 MiB/sec.
15286 2025.03.22 20:13:58.869022 [ 5 ] {252f942f-edd9-42b1-88a5-52308cf6c2db} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004957 sec., 32277.587250353037 rows/sec., 2.25 MiB/sec.
15287 2025.03.22 20:13:58.869112 [ 5 ] {252f942f-edd9-42b1-88a5-52308cf6c2db} <Debug> TCPHandler: Processed in 0.005229251 sec.
15288 2025.03.22 20:13:58.869274 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15289 2025.03.22 20:13:58.869318 [ 198 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_151_30} <Trace> MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary)
15290 2025.03.22 20:13:58.869481 [ 5 ] {e40976e8-3198-4739-a401-3bd83db50fe2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
15291 2025.03.22 20:13:58.869605 [ 5 ] {e40976e8-3198-4739-a401-3bd83db50fe2} <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
15292 2025.03.22 20:13:58.870094 [ 198 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_151_30} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15293 2025.03.22 20:13:58.870338 [ 198 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_151_30} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30
15294 2025.03.22 20:13:58.870568 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
15295 2025.03.22 20:13:58.871411 [ 5 ] {e40976e8-3198-4739-a401-3bd83db50fe2} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15296 2025.03.22 20:13:58.871455 [ 5 ] {e40976e8-3198-4739-a401-3bd83db50fe2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
15297 2025.03.22 20:13:58.872112 [ 5 ] {e40976e8-3198-4739-a401-3bd83db50fe2} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary)
15298 2025.03.22 20:13:58.872371 [ 5 ] {e40976e8-3198-4739-a401-3bd83db50fe2} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15299 2025.03.22 20:13:58.872655 [ 5 ] {e40976e8-3198-4739-a401-3bd83db50fe2} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.003275 sec., 7938.9312977099235 rows/sec., 14.23 MiB/sec.
15300 2025.03.22 20:13:58.872787 [ 5 ] {e40976e8-3198-4739-a401-3bd83db50fe2} <Debug> TCPHandler: Processed in 0.003580896 sec.
15301 2025.03.22 20:13:58.873150 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15302 2025.03.22 20:13:58.873373 [ 5 ] {a3b468a5-7cb9-4f00-a88b-f409b2ad851f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
15303 2025.03.22 20:13:58.873423 [ 5 ] {a3b468a5-7cb9-4f00-a88b-f409b2ad851f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15304 2025.03.22 20:13:58.873884 [ 5 ] {a3b468a5-7cb9-4f00-a88b-f409b2ad851f} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15305 2025.03.22 20:13:58.873923 [ 5 ] {a3b468a5-7cb9-4f00-a88b-f409b2ad851f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
15306 2025.03.22 20:13:58.874276 [ 5 ] {a3b468a5-7cb9-4f00-a88b-f409b2ad851f} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary)
15307 2025.03.22 20:13:58.874501 [ 5 ] {a3b468a5-7cb9-4f00-a88b-f409b2ad851f} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15308 2025.03.22 20:13:58.874676 [ 38 ] {} <Debug> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0
15309 2025.03.22 20:13:58.874737 [ 38 ] {} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15310 2025.03.22 20:13:58.874743 [ 5 ] {a3b468a5-7cb9-4f00-a88b-f409b2ad851f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001412 sec., 42492.91784702549 rows/sec., 2.86 MiB/sec.
15311 2025.03.22 20:13:58.874776 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
15312 2025.03.22 20:13:58.874898 [ 5 ] {a3b468a5-7cb9-4f00-a88b-f409b2ad851f} <Debug> TCPHandler: Processed in 0.00184519 sec.
15313 2025.03.22 20:13:58.875165 [ 196 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_151_30} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_146_29 to all_151_151_0 into Compact with storage Full
15314 2025.03.22 20:13:58.875643 [ 196 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_151_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15315 2025.03.22 20:13:58.875751 [ 196 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_146_29, total 7476 rows starting from the beginning of the part
15316 2025.03.22 20:13:58.876106 [ 196 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 60 rows starting from the beginning of the part
15317 2025.03.22 20:13:58.876479 [ 196 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 60 rows starting from the beginning of the part
15318 2025.03.22 20:13:58.876591 [ 196 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 48 rows starting from the beginning of the part
15319 2025.03.22 20:13:58.876815 [ 196 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 12 rows starting from the beginning of the part
15320 2025.03.22 20:13:58.877019 [ 196 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 60 rows starting from the beginning of the part
15321 2025.03.22 20:13:58.879388 [ 193 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_151_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7716 rows, containing 4 columns (4 merged, 0 gathered) in 0.004475615 sec., 1724008.8792266538 rows/sec., 116.21 MiB/sec.
15322 2025.03.22 20:13:58.880129 [ 186 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_151_30} <Trace> MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary)
15323 2025.03.22 20:13:58.880642 [ 186 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_151_30} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15324 2025.03.22 20:13:58.880725 [ 186 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_151_30} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30
15325 2025.03.22 20:13:58.880811 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.53 MiB.
15326 2025.03.22 20:13:59.000154 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 266.31 MiB, peak 285.13 MiB, free memory in arenas 0.00 B, will set to 265.30 MiB (RSS), difference: -1.01 MiB
15327 2025.03.22 20:14:02.799590 [ 31 ] {} <Debug> DNSResolver: Updating DNS cache
15328 2025.03.22 20:14:02.799663 [ 31 ] {} <Debug> DNSResolver: Updated DNS cache
15329 2025.03.22 20:14:03.106709 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 40382
15330 2025.03.22 20:14:03.107373 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15331 2025.03.22 20:14:03.107414 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
15332 2025.03.22 20:14:03.107957 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
15333 2025.03.22 20:14:03.108225 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15334 2025.03.22 20:14:03.108495 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 40382
15335 2025.03.22 20:14:03.331873 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 2068
15336 2025.03.22 20:14:03.334779 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15337 2025.03.22 20:14:03.334837 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
15338 2025.03.22 20:14:03.336355 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
15339 2025.03.22 20:14:03.336677 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15340 2025.03.22 20:14:03.337008 [ 31 ] {} <Debug> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
15341 2025.03.22 20:14:03.337179 [ 31 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15342 2025.03.22 20:14:03.337301 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
15343 2025.03.22 20:14:03.337972 [ 193 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::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
15344 2025.03.22 20:14:03.339510 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2068
15345 2025.03.22 20:14:03.339997 [ 193 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15346 2025.03.22 20:14:03.340179 [ 193 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1916 rows starting from the beginning of the part
15347 2025.03.22 20:14:03.340726 [ 193 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 44 rows starting from the beginning of the part
15348 2025.03.22 20:14:03.341256 [ 193 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 20 rows starting from the beginning of the part
15349 2025.03.22 20:14:03.341774 [ 193 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::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
15350 2025.03.22 20:14:03.342276 [ 193 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 42 rows starting from the beginning of the part
15351 2025.03.22 20:14:03.342759 [ 193 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 20 rows starting from the beginning of the part
15352 2025.03.22 20:14:03.351421 [ 191 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2068 rows, containing 72 columns (72 merged, 0 gathered) in 0.013872245 sec., 149074.64509169207 rows/sec., 111.93 MiB/sec.
15353 2025.03.22 20:14:03.353303 [ 201 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
15354 2025.03.22 20:14:03.354044 [ 201 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_66_13} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15355 2025.03.22 20:14:03.354130 [ 201 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_66_13} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
15356 2025.03.22 20:14:03.354346 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.66 MiB.
15357 2025.03.22 20:14:03.852222 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15358 2025.03.22 20:14:03.852439 [ 5 ] {3efbcdbf-0a15-47fd-a1cc-b664bcbfce79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
15359 2025.03.22 20:14:03.852522 [ 5 ] {3efbcdbf-0a15-47fd-a1cc-b664bcbfce79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15360 2025.03.22 20:14:03.853344 [ 5 ] {3efbcdbf-0a15-47fd-a1cc-b664bcbfce79} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15361 2025.03.22 20:14:03.853401 [ 5 ] {3efbcdbf-0a15-47fd-a1cc-b664bcbfce79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
15362 2025.03.22 20:14:03.853850 [ 5 ] {3efbcdbf-0a15-47fd-a1cc-b664bcbfce79} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary)
15363 2025.03.22 20:14:03.854108 [ 5 ] {3efbcdbf-0a15-47fd-a1cc-b664bcbfce79} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15364 2025.03.22 20:14:03.854368 [ 5 ] {3efbcdbf-0a15-47fd-a1cc-b664bcbfce79} <Debug> executeQuery: Read 82 rows, 6.94 KiB in 0.001986 sec., 41289.023162134945 rows/sec., 3.41 MiB/sec.
15365 2025.03.22 20:14:03.854436 [ 5 ] {3efbcdbf-0a15-47fd-a1cc-b664bcbfce79} <Debug> TCPHandler: Processed in 0.00235154 sec.
15366 2025.03.22 20:14:03.854562 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15367 2025.03.22 20:14:03.854675 [ 5 ] {51f1d268-9ce7-4386-8e6a-f41f1652495a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
15368 2025.03.22 20:14:03.854725 [ 5 ] {51f1d268-9ce7-4386-8e6a-f41f1652495a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
15369 2025.03.22 20:14:03.855266 [ 5 ] {51f1d268-9ce7-4386-8e6a-f41f1652495a} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15370 2025.03.22 20:14:03.855307 [ 5 ] {51f1d268-9ce7-4386-8e6a-f41f1652495a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
15371 2025.03.22 20:14:03.855659 [ 5 ] {51f1d268-9ce7-4386-8e6a-f41f1652495a} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary)
15372 2025.03.22 20:14:03.855898 [ 5 ] {51f1d268-9ce7-4386-8e6a-f41f1652495a} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15373 2025.03.22 20:14:03.856081 [ 31 ] {} <Debug> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0
15374 2025.03.22 20:14:03.856145 [ 5 ] {51f1d268-9ce7-4386-8e6a-f41f1652495a} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.001493 sec., 8707.300736771602 rows/sec., 654.75 KiB/sec.
15375 2025.03.22 20:14:03.856172 [ 31 ] {} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15376 2025.03.22 20:14:03.856232 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
15377 2025.03.22 20:14:03.856274 [ 5 ] {51f1d268-9ce7-4386-8e6a-f41f1652495a} <Debug> TCPHandler: Processed in 0.001763897 sec.
15378 2025.03.22 20:14:03.856498 [ 191 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full
15379 2025.03.22 20:14:03.856510 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15380 2025.03.22 20:14:03.856741 [ 5 ] {9bcc7afe-887d-438f-b84f-a4bcc27772c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
15381 2025.03.22 20:14:03.856766 [ 191 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15382 2025.03.22 20:14:03.856830 [ 5 ] {9bcc7afe-887d-438f-b84f-a4bcc27772c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15383 2025.03.22 20:14:03.856838 [ 191 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 69 rows starting from the beginning of the part
15384 2025.03.22 20:14:03.857195 [ 191 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 13 rows starting from the beginning of the part
15385 2025.03.22 20:14:03.857511 [ 191 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 26 rows starting from the beginning of the part
15386 2025.03.22 20:14:03.857906 [ 191 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 25 rows starting from the beginning of the part
15387 2025.03.22 20:14:03.858287 [ 191 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 26 rows starting from the beginning of the part
15388 2025.03.22 20:14:03.858601 [ 191 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 13 rows starting from the beginning of the part
15389 2025.03.22 20:14:03.859680 [ 5 ] {9bcc7afe-887d-438f-b84f-a4bcc27772c3} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15390 2025.03.22 20:14:03.859756 [ 5 ] {9bcc7afe-887d-438f-b84f-a4bcc27772c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
15391 2025.03.22 20:14:03.860734 [ 5 ] {9bcc7afe-887d-438f-b84f-a4bcc27772c3} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary)
15392 2025.03.22 20:14:03.861336 [ 5 ] {9bcc7afe-887d-438f-b84f-a4bcc27772c3} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15393 2025.03.22 20:14:03.861368 [ 191 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 172 rows, containing 5 columns (5 merged, 0 gathered) in 0.005029136 sec., 34200.7056480477 rows/sec., 2.65 MiB/sec.
15394 2025.03.22 20:14:03.861558 [ 201 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary)
15395 2025.03.22 20:14:03.861619 [ 5 ] {9bcc7afe-887d-438f-b84f-a4bcc27772c3} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.004954 sec., 15542.995559144125 rows/sec., 1.21 MiB/sec.
15396 2025.03.22 20:14:03.861698 [ 5 ] {9bcc7afe-887d-438f-b84f-a4bcc27772c3} <Debug> TCPHandler: Processed in 0.005272392 sec.
15397 2025.03.22 20:14:03.861856 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15398 2025.03.22 20:14:03.861915 [ 201 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_126_25} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15399 2025.03.22 20:14:03.861985 [ 5 ] {b0d852e8-d18f-4632-bf78-97f0f838055b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
15400 2025.03.22 20:14:03.862014 [ 201 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_126_25} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25
15401 2025.03.22 20:14:03.862042 [ 5 ] {b0d852e8-d18f-4632-bf78-97f0f838055b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15402 2025.03.22 20:14:03.862141 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
15403 2025.03.22 20:14:03.862639 [ 5 ] {b0d852e8-d18f-4632-bf78-97f0f838055b} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15404 2025.03.22 20:14:03.862677 [ 5 ] {b0d852e8-d18f-4632-bf78-97f0f838055b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
15405 2025.03.22 20:14:03.863052 [ 5 ] {b0d852e8-d18f-4632-bf78-97f0f838055b} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary)
15406 2025.03.22 20:14:03.863281 [ 5 ] {b0d852e8-d18f-4632-bf78-97f0f838055b} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15407 2025.03.22 20:14:03.863482 [ 5 ] {b0d852e8-d18f-4632-bf78-97f0f838055b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001531 sec., 104506.85826257349 rows/sec., 7.28 MiB/sec.
15408 2025.03.22 20:14:03.863534 [ 5 ] {b0d852e8-d18f-4632-bf78-97f0f838055b} <Debug> TCPHandler: Processed in 0.001736837 sec.
15409 2025.03.22 20:14:03.863657 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15410 2025.03.22 20:14:03.863762 [ 5 ] {b26ba1c0-254c-40f4-a070-83fd050374c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
15411 2025.03.22 20:14:03.863828 [ 5 ] {b26ba1c0-254c-40f4-a070-83fd050374c5} <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
15412 2025.03.22 20:14:03.864907 [ 5 ] {b26ba1c0-254c-40f4-a070-83fd050374c5} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15413 2025.03.22 20:14:03.864946 [ 5 ] {b26ba1c0-254c-40f4-a070-83fd050374c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
15414 2025.03.22 20:14:03.865568 [ 5 ] {b26ba1c0-254c-40f4-a070-83fd050374c5} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary)
15415 2025.03.22 20:14:03.865817 [ 5 ] {b26ba1c0-254c-40f4-a070-83fd050374c5} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15416 2025.03.22 20:14:03.865998 [ 31 ] {} <Debug> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0
15417 2025.03.22 20:14:03.866055 [ 31 ] {} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15418 2025.03.22 20:14:03.866086 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
15419 2025.03.22 20:14:03.866105 [ 5 ] {b26ba1c0-254c-40f4-a070-83fd050374c5} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002354 sec., 5522.51486830926 rows/sec., 9.90 MiB/sec.
15420 2025.03.22 20:14:03.866516 [ 5 ] {b26ba1c0-254c-40f4-a070-83fd050374c5} <Debug> TCPHandler: Processed in 0.002906052 sec.
15421 2025.03.22 20:14:03.866508 [ 194 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full
15422 2025.03.22 20:14:03.866713 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15423 2025.03.22 20:14:03.866970 [ 5 ] {abd0f6cb-522f-483c-b9e6-e5ed06f48b4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
15424 2025.03.22 20:14:03.867094 [ 5 ] {abd0f6cb-522f-483c-b9e6-e5ed06f48b4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15425 2025.03.22 20:14:03.867441 [ 194 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15426 2025.03.22 20:14:03.867731 [ 194 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 2323 rows starting from the beginning of the part
15427 2025.03.22 20:14:03.868553 [ 194 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 13 rows starting from the beginning of the part
15428 2025.03.22 20:14:03.869189 [ 194 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 26 rows starting from the beginning of the part
15429 2025.03.22 20:14:03.869365 [ 5 ] {abd0f6cb-522f-483c-b9e6-e5ed06f48b4f} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15430 2025.03.22 20:14:03.869500 [ 5 ] {abd0f6cb-522f-483c-b9e6-e5ed06f48b4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
15431 2025.03.22 20:14:03.869873 [ 194 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 13 rows starting from the beginning of the part
15432 2025.03.22 20:14:03.870523 [ 194 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 26 rows starting from the beginning of the part
15433 2025.03.22 20:14:03.871147 [ 194 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 13 rows starting from the beginning of the part
15434 2025.03.22 20:14:03.871196 [ 5 ] {abd0f6cb-522f-483c-b9e6-e5ed06f48b4f} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary)
15435 2025.03.22 20:14:03.872000 [ 5 ] {abd0f6cb-522f-483c-b9e6-e5ed06f48b4f} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15436 2025.03.22 20:14:03.872529 [ 5 ] {abd0f6cb-522f-483c-b9e6-e5ed06f48b4f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005646 sec., 10626.992561105208 rows/sec., 733.37 KiB/sec.
15437 2025.03.22 20:14:03.872642 [ 5 ] {abd0f6cb-522f-483c-b9e6-e5ed06f48b4f} <Debug> TCPHandler: Processed in 0.006011988 sec.
15438 2025.03.22 20:14:03.879277 [ 200 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2414 rows, containing 19 columns (19 merged, 0 gathered) in 0.013063218 sec., 184793.670288592 rows/sec., 331.14 MiB/sec.
15439 2025.03.22 20:14:03.881562 [ 200 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary)
15440 2025.03.22 20:14:03.882050 [ 200 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_126_25} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15441 2025.03.22 20:14:03.882147 [ 200 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_126_25} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25
15442 2025.03.22 20:14:03.882342 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.62 MiB.
15443 2025.03.22 20:14:06.098135 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 664
15444 2025.03.22 20:14:06.121779 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15445 2025.03.22 20:14:06.121834 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
15446 2025.03.22 20:14:06.129645 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
15447 2025.03.22 20:14:06.130463 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15448 2025.03.22 20:14:06.133564 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 664
15449 2025.03.22 20:14:08.246453 [ 224 ] {} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0]
15450 2025.03.22 20:14:08.246547 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0]
15451 2025.03.22 20:14:08.248553 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0]
15452 2025.03.22 20:14:08.624630 [ 219 ] {} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0]
15453 2025.03.22 20:14:08.624741 [ 219 ] {} <Debug> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0]
15454 2025.03.22 20:14:08.626832 [ 219 ] {} <Debug> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0]
15455 2025.03.22 20:14:08.720814 [ 221 ] {} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
15456 2025.03.22 20:14:08.720871 [ 221 ] {} <Debug> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
15457 2025.03.22 20:14:08.722878 [ 221 ] {} <Debug> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
15458 2025.03.22 20:14:08.853187 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15459 2025.03.22 20:14:08.853381 [ 5 ] {86b33e96-3f83-447d-9b2d-e1c393f00338} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
15460 2025.03.22 20:14:08.853459 [ 5 ] {86b33e96-3f83-447d-9b2d-e1c393f00338} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
15461 2025.03.22 20:14:08.854246 [ 5 ] {86b33e96-3f83-447d-9b2d-e1c393f00338} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15462 2025.03.22 20:14:08.854285 [ 5 ] {86b33e96-3f83-447d-9b2d-e1c393f00338} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
15463 2025.03.22 20:14:08.854681 [ 5 ] {86b33e96-3f83-447d-9b2d-e1c393f00338} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
15464 2025.03.22 20:14:08.854929 [ 5 ] {86b33e96-3f83-447d-9b2d-e1c393f00338} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15465 2025.03.22 20:14:08.855147 [ 5 ] {86b33e96-3f83-447d-9b2d-e1c393f00338} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001814 sec., 1102.5358324145534 rows/sec., 89.90 KiB/sec.
15466 2025.03.22 20:14:08.855260 [ 5 ] {86b33e96-3f83-447d-9b2d-e1c393f00338} <Debug> TCPHandler: Processed in 0.002195537 sec.
15467 2025.03.22 20:14:08.855481 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15468 2025.03.22 20:14:08.855588 [ 5 ] {c108051a-d420-4c2e-ad27-ffd5e60e0176} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
15469 2025.03.22 20:14:08.855636 [ 5 ] {c108051a-d420-4c2e-ad27-ffd5e60e0176} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15470 2025.03.22 20:14:08.856222 [ 5 ] {c108051a-d420-4c2e-ad27-ffd5e60e0176} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15471 2025.03.22 20:14:08.856260 [ 5 ] {c108051a-d420-4c2e-ad27-ffd5e60e0176} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
15472 2025.03.22 20:14:08.856614 [ 5 ] {c108051a-d420-4c2e-ad27-ffd5e60e0176} <Trace> MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary)
15473 2025.03.22 20:14:08.856843 [ 5 ] {c108051a-d420-4c2e-ad27-ffd5e60e0176} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15474 2025.03.22 20:14:08.857012 [ 5 ] {c108051a-d420-4c2e-ad27-ffd5e60e0176} <Debug> executeQuery: Read 109 rows, 9.32 KiB in 0.001447 sec., 75328.26537664133 rows/sec., 6.29 MiB/sec.
15475 2025.03.22 20:14:08.857063 [ 5 ] {c108051a-d420-4c2e-ad27-ffd5e60e0176} <Debug> TCPHandler: Processed in 0.001645766 sec.
15476 2025.03.22 20:14:08.857177 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15477 2025.03.22 20:14:08.857281 [ 5 ] {4d7b23e1-dd19-4ecb-b527-668f92d80dcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
15478 2025.03.22 20:14:08.857326 [ 5 ] {4d7b23e1-dd19-4ecb-b527-668f92d80dcd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
15479 2025.03.22 20:14:08.857831 [ 5 ] {4d7b23e1-dd19-4ecb-b527-668f92d80dcd} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15480 2025.03.22 20:14:08.857869 [ 5 ] {4d7b23e1-dd19-4ecb-b527-668f92d80dcd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
15481 2025.03.22 20:14:08.858152 [ 220 ] {} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
15482 2025.03.22 20:14:08.858228 [ 220 ] {} <Debug> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
15483 2025.03.22 20:14:08.858330 [ 5 ] {4d7b23e1-dd19-4ecb-b527-668f92d80dcd} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary)
15484 2025.03.22 20:14:08.858712 [ 5 ] {4d7b23e1-dd19-4ecb-b527-668f92d80dcd} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15485 2025.03.22 20:14:08.859124 [ 5 ] {4d7b23e1-dd19-4ecb-b527-668f92d80dcd} <Debug> executeQuery: Read 28 rows, 2.09 KiB in 0.001827 sec., 15325.670498084291 rows/sec., 1.12 MiB/sec.
15486 2025.03.22 20:14:08.859195 [ 5 ] {4d7b23e1-dd19-4ecb-b527-668f92d80dcd} <Debug> TCPHandler: Processed in 0.002068754 sec.
15487 2025.03.22 20:14:08.859302 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15488 2025.03.22 20:14:08.859452 [ 5 ] {8522da1b-a8cd-4d3c-b774-2fc26f5d3071} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
15489 2025.03.22 20:14:08.859529 [ 5 ] {8522da1b-a8cd-4d3c-b774-2fc26f5d3071} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15490 2025.03.22 20:14:08.860752 [ 5 ] {8522da1b-a8cd-4d3c-b774-2fc26f5d3071} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15491 2025.03.22 20:14:08.860819 [ 5 ] {8522da1b-a8cd-4d3c-b774-2fc26f5d3071} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
15492 2025.03.22 20:14:08.861463 [ 5 ] {8522da1b-a8cd-4d3c-b774-2fc26f5d3071} <Trace> MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary)
15493 2025.03.22 20:14:08.861715 [ 220 ] {} <Debug> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
15494 2025.03.22 20:14:08.862028 [ 5 ] {8522da1b-a8cd-4d3c-b774-2fc26f5d3071} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15495 2025.03.22 20:14:08.862583 [ 5 ] {8522da1b-a8cd-4d3c-b774-2fc26f5d3071} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.003158 sec., 29132.362254591513 rows/sec., 2.28 MiB/sec.
15496 2025.03.22 20:14:08.862817 [ 5 ] {8522da1b-a8cd-4d3c-b774-2fc26f5d3071} <Debug> TCPHandler: Processed in 0.003561016 sec.
15497 2025.03.22 20:14:08.862966 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15498 2025.03.22 20:14:08.863068 [ 5 ] {7dc62efd-7943-4b5b-af81-f23285dac7cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
15499 2025.03.22 20:14:08.863118 [ 5 ] {7dc62efd-7943-4b5b-af81-f23285dac7cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15500 2025.03.22 20:14:08.863664 [ 5 ] {7dc62efd-7943-4b5b-af81-f23285dac7cf} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15501 2025.03.22 20:14:08.863703 [ 5 ] {7dc62efd-7943-4b5b-af81-f23285dac7cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
15502 2025.03.22 20:14:08.864095 [ 5 ] {7dc62efd-7943-4b5b-af81-f23285dac7cf} <Trace> MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary)
15503 2025.03.22 20:14:08.864339 [ 5 ] {7dc62efd-7943-4b5b-af81-f23285dac7cf} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15504 2025.03.22 20:14:08.864530 [ 5 ] {7dc62efd-7943-4b5b-af81-f23285dac7cf} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001482 sec., 108636.97705802969 rows/sec., 7.57 MiB/sec.
15505 2025.03.22 20:14:08.864581 [ 5 ] {7dc62efd-7943-4b5b-af81-f23285dac7cf} <Debug> TCPHandler: Processed in 0.001665995 sec.
15506 2025.03.22 20:14:08.864831 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15507 2025.03.22 20:14:08.865080 [ 5 ] {d69f435e-bfec-4fd2-947c-9c6dcf265e99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
15508 2025.03.22 20:14:08.865163 [ 5 ] {d69f435e-bfec-4fd2-947c-9c6dcf265e99} <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
15509 2025.03.22 20:14:08.866289 [ 5 ] {d69f435e-bfec-4fd2-947c-9c6dcf265e99} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15510 2025.03.22 20:14:08.866328 [ 5 ] {d69f435e-bfec-4fd2-947c-9c6dcf265e99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
15511 2025.03.22 20:14:08.866959 [ 5 ] {d69f435e-bfec-4fd2-947c-9c6dcf265e99} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary)
15512 2025.03.22 20:14:08.867217 [ 5 ] {d69f435e-bfec-4fd2-947c-9c6dcf265e99} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15513 2025.03.22 20:14:08.867410 [ 5 ] {d69f435e-bfec-4fd2-947c-9c6dcf265e99} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002408 sec., 10797.34219269103 rows/sec., 19.35 MiB/sec.
15514 2025.03.22 20:14:08.867502 [ 5 ] {d69f435e-bfec-4fd2-947c-9c6dcf265e99} <Debug> TCPHandler: Processed in 0.002766289 sec.
15515 2025.03.22 20:14:08.867645 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15516 2025.03.22 20:14:08.867751 [ 5 ] {cfb1847e-fc0c-439d-98bf-536776a158ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
15517 2025.03.22 20:14:08.867796 [ 5 ] {cfb1847e-fc0c-439d-98bf-536776a158ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15518 2025.03.22 20:14:08.868225 [ 5 ] {cfb1847e-fc0c-439d-98bf-536776a158ea} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15519 2025.03.22 20:14:08.868261 [ 5 ] {cfb1847e-fc0c-439d-98bf-536776a158ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
15520 2025.03.22 20:14:08.868612 [ 5 ] {cfb1847e-fc0c-439d-98bf-536776a158ea} <Trace> MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary)
15521 2025.03.22 20:14:08.868840 [ 5 ] {cfb1847e-fc0c-439d-98bf-536776a158ea} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15522 2025.03.22 20:14:08.869056 [ 5 ] {cfb1847e-fc0c-439d-98bf-536776a158ea} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001318 sec., 45523.520485584224 rows/sec., 3.07 MiB/sec.
15523 2025.03.22 20:14:08.869156 [ 223 ] {} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0]
15524 2025.03.22 20:14:08.869182 [ 5 ] {cfb1847e-fc0c-439d-98bf-536776a158ea} <Debug> TCPHandler: Processed in 0.001581714 sec.
15525 2025.03.22 20:14:08.869238 [ 223 ] {} <Debug> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0]
15526 2025.03.22 20:14:08.871560 [ 223 ] {} <Debug> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0]
15527 2025.03.22 20:14:09.778201 [ 222 ] {} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0]
15528 2025.03.22 20:14:09.778283 [ 222 ] {} <Debug> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0]
15529 2025.03.22 20:14:09.780616 [ 222 ] {} <Debug> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0]
15530 2025.03.22 20:14:10.608638 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 40809
15531 2025.03.22 20:14:10.609588 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15532 2025.03.22 20:14:10.609671 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
15533 2025.03.22 20:14:10.610464 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
15534 2025.03.22 20:14:10.610848 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15535 2025.03.22 20:14:10.611227 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 40809
15536 2025.03.22 20:14:13.340689 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 2094
15537 2025.03.22 20:14:13.343812 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15538 2025.03.22 20:14:13.343875 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
15539 2025.03.22 20:14:13.345518 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
15540 2025.03.22 20:14:13.345853 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15541 2025.03.22 20:14:13.347309 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2094
15542 2025.03.22 20:14:13.634603 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 671
15543 2025.03.22 20:14:13.657874 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15544 2025.03.22 20:14:13.657931 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
15545 2025.03.22 20:14:13.665514 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
15546 2025.03.22 20:14:13.666311 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15547 2025.03.22 20:14:13.670559 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 671
15548 2025.03.22 20:14:13.851850 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15549 2025.03.22 20:14:13.852043 [ 5 ] {41b105a0-cf3b-4832-9683-5c7a9de89885} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
15550 2025.03.22 20:14:13.852118 [ 5 ] {41b105a0-cf3b-4832-9683-5c7a9de89885} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15551 2025.03.22 20:14:13.852928 [ 5 ] {41b105a0-cf3b-4832-9683-5c7a9de89885} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15552 2025.03.22 20:14:13.852984 [ 5 ] {41b105a0-cf3b-4832-9683-5c7a9de89885} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
15553 2025.03.22 20:14:13.853443 [ 5 ] {41b105a0-cf3b-4832-9683-5c7a9de89885} <Trace> MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary)
15554 2025.03.22 20:14:13.853705 [ 5 ] {41b105a0-cf3b-4832-9683-5c7a9de89885} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15555 2025.03.22 20:14:13.853986 [ 5 ] {41b105a0-cf3b-4832-9683-5c7a9de89885} <Debug> executeQuery: Read 82 rows, 6.94 KiB in 0.001992 sec., 41164.65863453816 rows/sec., 3.40 MiB/sec.
15556 2025.03.22 20:14:13.854076 [ 5 ] {41b105a0-cf3b-4832-9683-5c7a9de89885} <Debug> TCPHandler: Processed in 0.00235873 sec.
15557 2025.03.22 20:14:13.854323 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15558 2025.03.22 20:14:13.854608 [ 5 ] {d6ecc880-5b9c-4510-bc93-992393ed66d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
15559 2025.03.22 20:14:13.854670 [ 5 ] {d6ecc880-5b9c-4510-bc93-992393ed66d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
15560 2025.03.22 20:14:13.855214 [ 5 ] {d6ecc880-5b9c-4510-bc93-992393ed66d9} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15561 2025.03.22 20:14:13.855255 [ 5 ] {d6ecc880-5b9c-4510-bc93-992393ed66d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
15562 2025.03.22 20:14:13.855614 [ 5 ] {d6ecc880-5b9c-4510-bc93-992393ed66d9} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary)
15563 2025.03.22 20:14:13.855860 [ 5 ] {d6ecc880-5b9c-4510-bc93-992393ed66d9} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15564 2025.03.22 20:14:13.856078 [ 5 ] {d6ecc880-5b9c-4510-bc93-992393ed66d9} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.00157 sec., 8280.254777070064 rows/sec., 622.64 KiB/sec.
15565 2025.03.22 20:14:13.856129 [ 5 ] {d6ecc880-5b9c-4510-bc93-992393ed66d9} <Debug> TCPHandler: Processed in 0.001908211 sec.
15566 2025.03.22 20:14:13.856231 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15567 2025.03.22 20:14:13.856332 [ 5 ] {4722212c-34b1-4013-bd40-5c1ebf1556f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
15568 2025.03.22 20:14:13.856377 [ 5 ] {4722212c-34b1-4013-bd40-5c1ebf1556f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15569 2025.03.22 20:14:13.856911 [ 5 ] {4722212c-34b1-4013-bd40-5c1ebf1556f5} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15570 2025.03.22 20:14:13.856951 [ 5 ] {4722212c-34b1-4013-bd40-5c1ebf1556f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
15571 2025.03.22 20:14:13.857304 [ 5 ] {4722212c-34b1-4013-bd40-5c1ebf1556f5} <Trace> MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary)
15572 2025.03.22 20:14:13.857536 [ 5 ] {4722212c-34b1-4013-bd40-5c1ebf1556f5} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15573 2025.03.22 20:14:13.857748 [ 5 ] {4722212c-34b1-4013-bd40-5c1ebf1556f5} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.001437 sec., 53583.85525400139 rows/sec., 4.18 MiB/sec.
15574 2025.03.22 20:14:13.857800 [ 5 ] {4722212c-34b1-4013-bd40-5c1ebf1556f5} <Debug> TCPHandler: Processed in 0.001617754 sec.
15575 2025.03.22 20:14:13.857914 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15576 2025.03.22 20:14:13.858018 [ 5 ] {33355217-866c-4222-9855-524801d33c41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
15577 2025.03.22 20:14:13.858067 [ 5 ] {33355217-866c-4222-9855-524801d33c41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15578 2025.03.22 20:14:13.858585 [ 5 ] {33355217-866c-4222-9855-524801d33c41} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15579 2025.03.22 20:14:13.858624 [ 5 ] {33355217-866c-4222-9855-524801d33c41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
15580 2025.03.22 20:14:13.859012 [ 5 ] {33355217-866c-4222-9855-524801d33c41} <Trace> MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary)
15581 2025.03.22 20:14:13.859246 [ 5 ] {33355217-866c-4222-9855-524801d33c41} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15582 2025.03.22 20:14:13.859408 [ 44 ] {} <Debug> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Selected 2 parts from all_1_149_36 to all_150_150_0
15583 2025.03.22 20:14:13.859464 [ 5 ] {33355217-866c-4222-9855-524801d33c41} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001464 sec., 109289.6174863388 rows/sec., 7.61 MiB/sec.
15584 2025.03.22 20:14:13.859480 [ 44 ] {} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15585 2025.03.22 20:14:13.859544 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
15586 2025.03.22 20:14:13.859590 [ 5 ] {33355217-866c-4222-9855-524801d33c41} <Debug> TCPHandler: Processed in 0.001721496 sec.
15587 2025.03.22 20:14:13.859742 [ 188 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_150_37} <Debug> MergeTask::PrepareStage: Merging 2 parts: from all_1_149_36 to all_150_150_0 into Compact with storage Full
15588 2025.03.22 20:14:13.859797 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15589 2025.03.22 20:14:13.860021 [ 5 ] {0cf4e2b4-ac2c-4b8f-bff5-730c1a4c520e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
15590 2025.03.22 20:14:13.860034 [ 188 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_150_37} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15591 2025.03.22 20:14:13.860142 [ 188 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_150_37} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_149_36, total 40850 rows starting from the beginning of the part
15592 2025.03.22 20:14:13.860187 [ 5 ] {0cf4e2b4-ac2c-4b8f-bff5-730c1a4c520e} <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
15593 2025.03.22 20:14:13.860601 [ 188 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_150_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 32 rows starting from the beginning of the part
15594 2025.03.22 20:14:13.863797 [ 5 ] {0cf4e2b4-ac2c-4b8f-bff5-730c1a4c520e} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15595 2025.03.22 20:14:13.863855 [ 5 ] {0cf4e2b4-ac2c-4b8f-bff5-730c1a4c520e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
15596 2025.03.22 20:14:13.864859 [ 5 ] {0cf4e2b4-ac2c-4b8f-bff5-730c1a4c520e} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary)
15597 2025.03.22 20:14:13.865159 [ 5 ] {0cf4e2b4-ac2c-4b8f-bff5-730c1a4c520e} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15598 2025.03.22 20:14:13.865521 [ 5 ] {0cf4e2b4-ac2c-4b8f-bff5-730c1a4c520e} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.005591 sec., 2325.1654444643177 rows/sec., 4.17 MiB/sec.
15599 2025.03.22 20:14:13.865647 [ 5 ] {0cf4e2b4-ac2c-4b8f-bff5-730c1a4c520e} <Debug> TCPHandler: Processed in 0.005917006 sec.
15600 2025.03.22 20:14:13.865800 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15601 2025.03.22 20:14:13.865933 [ 5 ] {bf4a8c66-2b08-4151-9e5c-2f933189ca6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
15602 2025.03.22 20:14:13.865993 [ 5 ] {bf4a8c66-2b08-4151-9e5c-2f933189ca6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15603 2025.03.22 20:14:13.866510 [ 5 ] {bf4a8c66-2b08-4151-9e5c-2f933189ca6a} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15604 2025.03.22 20:14:13.866631 [ 5 ] {bf4a8c66-2b08-4151-9e5c-2f933189ca6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB.
15605 2025.03.22 20:14:13.867165 [ 5 ] {bf4a8c66-2b08-4151-9e5c-2f933189ca6a} <Trace> MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary)
15606 2025.03.22 20:14:13.867480 [ 5 ] {bf4a8c66-2b08-4151-9e5c-2f933189ca6a} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15607 2025.03.22 20:14:13.867698 [ 5 ] {bf4a8c66-2b08-4151-9e5c-2f933189ca6a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001796 sec., 33407.57238307349 rows/sec., 2.25 MiB/sec.
15608 2025.03.22 20:14:13.867750 [ 5 ] {bf4a8c66-2b08-4151-9e5c-2f933189ca6a} <Debug> TCPHandler: Processed in 0.002001383 sec.
15609 2025.03.22 20:14:13.869945 [ 191 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_150_37} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 40882 rows, containing 5 columns (5 merged, 0 gathered) in 0.010299879 sec., 3969172.841739209 rows/sec., 271.99 MiB/sec.
15610 2025.03.22 20:14:13.870646 [ 190 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_150_37} <Trace> MergedBlockOutputStream: filled checksums all_1_150_37 (state Temporary)
15611 2025.03.22 20:14:13.871050 [ 190 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_150_37} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_merge_all_1_150_37 to all_1_150_37 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15612 2025.03.22 20:14:13.871150 [ 190 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_150_37} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Merged 2 parts: [all_1_149_36, all_150_150_0] -> all_1_150_37
15613 2025.03.22 20:14:13.871258 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB.
15614 2025.03.22 20:14:17.799719 [ 133 ] {} <Debug> DNSResolver: Updating DNS cache
15615 2025.03.22 20:14:17.799815 [ 133 ] {} <Debug> DNSResolver: Updated DNS cache
15616 2025.03.22 20:14:17.942372 [ 222 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
15617 2025.03.22 20:14:17.942426 [ 222 ] {} <Debug> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
15618 2025.03.22 20:14:17.944422 [ 222 ] {} <Debug> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
15619 2025.03.22 20:14:18.112337 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 41297
15620 2025.03.22 20:14:18.113006 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15621 2025.03.22 20:14:18.113055 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB.
15622 2025.03.22 20:14:18.113592 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
15623 2025.03.22 20:14:18.113851 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15624 2025.03.22 20:14:18.114106 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 41297
15625 2025.03.22 20:14:18.853123 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15626 2025.03.22 20:14:18.853315 [ 5 ] {c81ba199-f7ba-484e-b2f3-4665e805d802} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
15627 2025.03.22 20:14:18.853388 [ 5 ] {c81ba199-f7ba-484e-b2f3-4665e805d802} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15628 2025.03.22 20:14:18.854246 [ 5 ] {c81ba199-f7ba-484e-b2f3-4665e805d802} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15629 2025.03.22 20:14:18.854297 [ 5 ] {c81ba199-f7ba-484e-b2f3-4665e805d802} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB.
15630 2025.03.22 20:14:18.854867 [ 5 ] {c81ba199-f7ba-484e-b2f3-4665e805d802} <Trace> MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary)
15631 2025.03.22 20:14:18.855135 [ 5 ] {c81ba199-f7ba-484e-b2f3-4665e805d802} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15632 2025.03.22 20:14:18.855370 [ 5 ] {c81ba199-f7ba-484e-b2f3-4665e805d802} <Debug> executeQuery: Read 108 rows, 9.25 KiB in 0.002103 sec., 51355.20684736092 rows/sec., 4.29 MiB/sec.
15633 2025.03.22 20:14:18.855478 [ 5 ] {c81ba199-f7ba-484e-b2f3-4665e805d802} <Debug> TCPHandler: Processed in 0.002475443 sec.
15634 2025.03.22 20:14:18.855627 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15635 2025.03.22 20:14:18.855930 [ 5 ] {3422b9e0-2c13-42c8-be60-274d06b67229} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
15636 2025.03.22 20:14:18.856065 [ 5 ] {3422b9e0-2c13-42c8-be60-274d06b67229} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
15637 2025.03.22 20:14:18.856883 [ 5 ] {3422b9e0-2c13-42c8-be60-274d06b67229} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15638 2025.03.22 20:14:18.856924 [ 5 ] {3422b9e0-2c13-42c8-be60-274d06b67229} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB.
15639 2025.03.22 20:14:18.857287 [ 5 ] {3422b9e0-2c13-42c8-be60-274d06b67229} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary)
15640 2025.03.22 20:14:18.857528 [ 5 ] {3422b9e0-2c13-42c8-be60-274d06b67229} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15641 2025.03.22 20:14:18.857715 [ 5 ] {3422b9e0-2c13-42c8-be60-274d06b67229} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.00189 sec., 13756.613756613757 rows/sec., 1.01 MiB/sec.
15642 2025.03.22 20:14:18.857774 [ 5 ] {3422b9e0-2c13-42c8-be60-274d06b67229} <Debug> TCPHandler: Processed in 0.002221967 sec.
15643 2025.03.22 20:14:18.857927 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15644 2025.03.22 20:14:18.858051 [ 5 ] {33caf33c-04c0-451f-bfa9-2c39fd2c80fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
15645 2025.03.22 20:14:18.858097 [ 5 ] {33caf33c-04c0-451f-bfa9-2c39fd2c80fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15646 2025.03.22 20:14:18.858662 [ 5 ] {33caf33c-04c0-451f-bfa9-2c39fd2c80fa} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15647 2025.03.22 20:14:18.858701 [ 5 ] {33caf33c-04c0-451f-bfa9-2c39fd2c80fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB.
15648 2025.03.22 20:14:18.859062 [ 5 ] {33caf33c-04c0-451f-bfa9-2c39fd2c80fa} <Trace> MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary)
15649 2025.03.22 20:14:18.859307 [ 5 ] {33caf33c-04c0-451f-bfa9-2c39fd2c80fa} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15650 2025.03.22 20:14:18.859486 [ 5 ] {33caf33c-04c0-451f-bfa9-2c39fd2c80fa} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.001462 sec., 61559.50752393981 rows/sec., 4.81 MiB/sec.
15651 2025.03.22 20:14:18.859539 [ 5 ] {33caf33c-04c0-451f-bfa9-2c39fd2c80fa} <Debug> TCPHandler: Processed in 0.001673645 sec.
15652 2025.03.22 20:14:18.859653 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15653 2025.03.22 20:14:18.859757 [ 5 ] {b63bdfb9-2178-4952-98d1-5d9d8acd5353} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
15654 2025.03.22 20:14:18.859806 [ 5 ] {b63bdfb9-2178-4952-98d1-5d9d8acd5353} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15655 2025.03.22 20:14:18.860336 [ 5 ] {b63bdfb9-2178-4952-98d1-5d9d8acd5353} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15656 2025.03.22 20:14:18.860373 [ 5 ] {b63bdfb9-2178-4952-98d1-5d9d8acd5353} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB.
15657 2025.03.22 20:14:18.860753 [ 5 ] {b63bdfb9-2178-4952-98d1-5d9d8acd5353} <Trace> MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary)
15658 2025.03.22 20:14:18.860993 [ 5 ] {b63bdfb9-2178-4952-98d1-5d9d8acd5353} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15659 2025.03.22 20:14:18.861114 [ 149 ] {} <Debug> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Selected 2 parts from all_1_150_37 to all_151_151_0
15660 2025.03.22 20:14:18.861162 [ 149 ] {} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15661 2025.03.22 20:14:18.861174 [ 5 ] {b63bdfb9-2178-4952-98d1-5d9d8acd5353} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001435 sec., 111498.25783972125 rows/sec., 7.77 MiB/sec.
15662 2025.03.22 20:14:18.861193 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB.
15663 2025.03.22 20:14:18.861244 [ 5 ] {b63bdfb9-2178-4952-98d1-5d9d8acd5353} <Debug> TCPHandler: Processed in 0.001641705 sec.
15664 2025.03.22 20:14:18.861315 [ 189 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_151_38} <Debug> MergeTask::PrepareStage: Merging 2 parts: from all_1_150_37 to all_151_151_0 into Compact with storage Full
15665 2025.03.22 20:14:18.861393 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15666 2025.03.22 20:14:18.861454 [ 189 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_151_38} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15667 2025.03.22 20:14:18.861507 [ 189 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_151_38} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_150_37, total 40882 rows starting from the beginning of the part
15668 2025.03.22 20:14:18.861515 [ 5 ] {c7e85157-1a9a-49c7-a191-7fdfbc225ce3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
15669 2025.03.22 20:14:18.861704 [ 5 ] {c7e85157-1a9a-49c7-a191-7fdfbc225ce3} <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
15670 2025.03.22 20:14:18.861750 [ 189 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_151_38} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 160 rows starting from the beginning of the part
15671 2025.03.22 20:14:18.863902 [ 5 ] {c7e85157-1a9a-49c7-a191-7fdfbc225ce3} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15672 2025.03.22 20:14:18.863939 [ 5 ] {c7e85157-1a9a-49c7-a191-7fdfbc225ce3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB.
15673 2025.03.22 20:14:18.864714 [ 5 ] {c7e85157-1a9a-49c7-a191-7fdfbc225ce3} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary)
15674 2025.03.22 20:14:18.864994 [ 5 ] {c7e85157-1a9a-49c7-a191-7fdfbc225ce3} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15675 2025.03.22 20:14:18.865232 [ 5 ] {c7e85157-1a9a-49c7-a191-7fdfbc225ce3} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.003749 sec., 6935.182715390771 rows/sec., 12.43 MiB/sec.
15676 2025.03.22 20:14:18.865359 [ 5 ] {c7e85157-1a9a-49c7-a191-7fdfbc225ce3} <Debug> TCPHandler: Processed in 0.004020795 sec.
15677 2025.03.22 20:14:18.865509 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15678 2025.03.22 20:14:18.865622 [ 5 ] {0a1138d7-47bd-4207-9c9b-8605f7c51e30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
15679 2025.03.22 20:14:18.865673 [ 5 ] {0a1138d7-47bd-4207-9c9b-8605f7c51e30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15680 2025.03.22 20:14:18.866243 [ 5 ] {0a1138d7-47bd-4207-9c9b-8605f7c51e30} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15681 2025.03.22 20:14:18.866279 [ 5 ] {0a1138d7-47bd-4207-9c9b-8605f7c51e30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB.
15682 2025.03.22 20:14:18.866694 [ 5 ] {0a1138d7-47bd-4207-9c9b-8605f7c51e30} <Trace> MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary)
15683 2025.03.22 20:14:18.866943 [ 5 ] {0a1138d7-47bd-4207-9c9b-8605f7c51e30} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15684 2025.03.22 20:14:18.867132 [ 5 ] {0a1138d7-47bd-4207-9c9b-8605f7c51e30} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001535 sec., 39087.94788273616 rows/sec., 2.63 MiB/sec.
15685 2025.03.22 20:14:18.867196 [ 5 ] {0a1138d7-47bd-4207-9c9b-8605f7c51e30} <Debug> TCPHandler: Processed in 0.001734437 sec.
15686 2025.03.22 20:14:18.869621 [ 191 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_151_38} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41042 rows, containing 5 columns (5 merged, 0 gathered) in 0.008344467 sec., 4918468.729039255 rows/sec., 337.06 MiB/sec.
15687 2025.03.22 20:14:18.869954 [ 191 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_151_38} <Trace> MergedBlockOutputStream: filled checksums all_1_151_38 (state Temporary)
15688 2025.03.22 20:14:18.870312 [ 191 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_151_38} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_merge_all_1_151_38 to all_1_151_38 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15689 2025.03.22 20:14:18.870407 [ 191 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_151_38} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Merged 2 parts: [all_1_150_37, all_151_151_0] -> all_1_151_38
15690 2025.03.22 20:14:18.870511 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB.
15691 2025.03.22 20:14:19.020016 [ 223 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
15692 2025.03.22 20:14:19.020083 [ 223 ] {} <Debug> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
15693 2025.03.22 20:14:19.022558 [ 223 ] {} <Debug> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
15694 2025.03.22 20:14:20.000250 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 261.30 MiB, peak 285.13 MiB, free memory in arenas 0.00 B, will set to 265.30 MiB (RSS), difference: 4.00 MiB
15695 2025.03.22 20:14:21.171596 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 679
15696 2025.03.22 20:14:21.193720 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15697 2025.03.22 20:14:21.193774 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB.
15698 2025.03.22 20:14:21.201413 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
15699 2025.03.22 20:14:21.202217 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15700 2025.03.22 20:14:21.207191 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 679
15701 2025.03.22 20:14:22.850761 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15702 2025.03.22 20:14:22.850965 [ 5 ] {17581d17-abe1-40de-8450-9a81b8539eff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
15703 2025.03.22 20:14:22.851042 [ 5 ] {17581d17-abe1-40de-8450-9a81b8539eff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
15704 2025.03.22 20:14:22.851830 [ 5 ] {17581d17-abe1-40de-8450-9a81b8539eff} <Trace> oximeter.fields_i16 (264093f9-a655-4468-9a79-5d699a3bbf39): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15705 2025.03.22 20:14:22.851881 [ 5 ] {17581d17-abe1-40de-8450-9a81b8539eff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB.
15706 2025.03.22 20:14:22.852338 [ 5 ] {17581d17-abe1-40de-8450-9a81b8539eff} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
15707 2025.03.22 20:14:22.852602 [ 5 ] {17581d17-abe1-40de-8450-9a81b8539eff} <Trace> oximeter.fields_i16 (264093f9-a655-4468-9a79-5d699a3bbf39): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15708 2025.03.22 20:14:22.852847 [ 5 ] {17581d17-abe1-40de-8450-9a81b8539eff} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001937 sec., 12390.2942694889 rows/sec., 1.03 MiB/sec.
15709 2025.03.22 20:14:22.852975 [ 5 ] {17581d17-abe1-40de-8450-9a81b8539eff} <Debug> TCPHandler: Processed in 0.00234531 sec.
15710 2025.03.22 20:14:22.853106 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15711 2025.03.22 20:14:22.853219 [ 5 ] {e985699a-4141-467f-8f78-b2bc3712b9f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
15712 2025.03.22 20:14:22.853270 [ 5 ] {e985699a-4141-467f-8f78-b2bc3712b9f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
15713 2025.03.22 20:14:22.853819 [ 5 ] {e985699a-4141-467f-8f78-b2bc3712b9f7} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15714 2025.03.22 20:14:22.853859 [ 5 ] {e985699a-4141-467f-8f78-b2bc3712b9f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB.
15715 2025.03.22 20:14:22.854212 [ 5 ] {e985699a-4141-467f-8f78-b2bc3712b9f7} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
15716 2025.03.22 20:14:22.854448 [ 5 ] {e985699a-4141-467f-8f78-b2bc3712b9f7} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15717 2025.03.22 20:14:22.854694 [ 5 ] {e985699a-4141-467f-8f78-b2bc3712b9f7} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.001492 sec., 9383.378016085791 rows/sec., 765.15 KiB/sec.
15718 2025.03.22 20:14:22.854812 [ 5 ] {e985699a-4141-467f-8f78-b2bc3712b9f7} <Debug> TCPHandler: Processed in 0.001754407 sec.
15719 2025.03.22 20:14:22.855029 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15720 2025.03.22 20:14:22.855135 [ 5 ] {046d24c4-8728-44de-b9d6-546fa0091dfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
15721 2025.03.22 20:14:22.855182 [ 5 ] {046d24c4-8728-44de-b9d6-546fa0091dfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15722 2025.03.22 20:14:22.856425 [ 5 ] {046d24c4-8728-44de-b9d6-546fa0091dfe} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15723 2025.03.22 20:14:22.856464 [ 5 ] {046d24c4-8728-44de-b9d6-546fa0091dfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB.
15724 2025.03.22 20:14:22.856909 [ 5 ] {046d24c4-8728-44de-b9d6-546fa0091dfe} <Trace> MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary)
15725 2025.03.22 20:14:22.857143 [ 5 ] {046d24c4-8728-44de-b9d6-546fa0091dfe} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15726 2025.03.22 20:14:22.857336 [ 146 ] {} <Debug> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5) (MergerMutator): Selected 6 parts from all_1_151_30 to all_156_156_0
15727 2025.03.22 20:14:22.857372 [ 5 ] {046d24c4-8728-44de-b9d6-546fa0091dfe} <Debug> executeQuery: Read 1349 rows, 115.00 KiB in 0.002261 sec., 596638.6554621849 rows/sec., 49.67 MiB/sec.
15728 2025.03.22 20:14:22.857432 [ 146 ] {} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15729 2025.03.22 20:14:22.857498 [ 5 ] {046d24c4-8728-44de-b9d6-546fa0091dfe} <Debug> TCPHandler: Processed in 0.002526374 sec.
15730 2025.03.22 20:14:22.857506 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB.
15731 2025.03.22 20:14:22.857725 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15732 2025.03.22 20:14:22.858029 [ 195 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_156_31} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_151_30 to all_156_156_0 into Compact with storage Full
15733 2025.03.22 20:14:22.858061 [ 5 ] {7c9da0ed-d913-4e6a-8285-ac4a2bb09937} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
15734 2025.03.22 20:14:22.858280 [ 5 ] {7c9da0ed-d913-4e6a-8285-ac4a2bb09937} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
15735 2025.03.22 20:14:22.858825 [ 195 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_156_31} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15736 2025.03.22 20:14:22.858983 [ 195 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_151_30, total 1403 rows starting from the beginning of the part
15737 2025.03.22 20:14:22.859485 [ 195 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 82 rows starting from the beginning of the part
15738 2025.03.22 20:14:22.860068 [ 195 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 109 rows starting from the beginning of the part
15739 2025.03.22 20:14:22.860453 [ 195 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 82 rows starting from the beginning of the part
15740 2025.03.22 20:14:22.860783 [ 195 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 108 rows starting from the beginning of the part
15741 2025.03.22 20:14:22.861070 [ 195 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 1349 rows starting from the beginning of the part
15742 2025.03.22 20:14:22.862005 [ 5 ] {7c9da0ed-d913-4e6a-8285-ac4a2bb09937} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15743 2025.03.22 20:14:22.862065 [ 5 ] {7c9da0ed-d913-4e6a-8285-ac4a2bb09937} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB.
15744 2025.03.22 20:14:22.862849 [ 5 ] {7c9da0ed-d913-4e6a-8285-ac4a2bb09937} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary)
15745 2025.03.22 20:14:22.863374 [ 5 ] {7c9da0ed-d913-4e6a-8285-ac4a2bb09937} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15746 2025.03.22 20:14:22.863737 [ 5 ] {7c9da0ed-d913-4e6a-8285-ac4a2bb09937} <Debug> executeQuery: Read 39 rows, 2.92 KiB in 0.00577 sec., 6759.098786828423 rows/sec., 505.38 KiB/sec.
15747 2025.03.22 20:14:22.863808 [ 5 ] {7c9da0ed-d913-4e6a-8285-ac4a2bb09937} <Debug> TCPHandler: Processed in 0.006191771 sec.
15748 2025.03.22 20:14:22.863985 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15749 2025.03.22 20:14:22.864145 [ 5 ] {79172aa7-2fae-4529-bf5f-a8fdbbf4e313} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
15750 2025.03.22 20:14:22.864269 [ 5 ] {79172aa7-2fae-4529-bf5f-a8fdbbf4e313} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
15751 2025.03.22 20:14:22.864696 [ 192 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_156_31} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3133 rows, containing 5 columns (5 merged, 0 gathered) in 0.00703708 sec., 445213.07133072236 rows/sec., 38.82 MiB/sec.
15752 2025.03.22 20:14:22.865054 [ 192 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_156_31} <Trace> MergedBlockOutputStream: filled checksums all_1_156_31 (state Temporary)
15753 2025.03.22 20:14:22.865721 [ 5 ] {79172aa7-2fae-4529-bf5f-a8fdbbf4e313} <Trace> oximeter.fields_u32 (ad7a5232-f0e1-40d6-acb0-24ed1d64c039): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15754 2025.03.22 20:14:22.865726 [ 192 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_156_31} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_merge_all_1_156_31 to all_1_156_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15755 2025.03.22 20:14:22.865788 [ 5 ] {79172aa7-2fae-4529-bf5f-a8fdbbf4e313} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB.
15756 2025.03.22 20:14:22.865950 [ 192 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_156_31} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5) (MergerMutator): Merged 6 parts: [all_1_151_30, all_156_156_0] -> all_1_156_31
15757 2025.03.22 20:14:22.866152 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB.
15758 2025.03.22 20:14:22.866402 [ 5 ] {79172aa7-2fae-4529-bf5f-a8fdbbf4e313} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
15759 2025.03.22 20:14:22.866649 [ 5 ] {79172aa7-2fae-4529-bf5f-a8fdbbf4e313} <Trace> oximeter.fields_u32 (ad7a5232-f0e1-40d6-acb0-24ed1d64c039): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15760 2025.03.22 20:14:22.866910 [ 5 ] {79172aa7-2fae-4529-bf5f-a8fdbbf4e313} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.002809 sec., 89711.6411534354 rows/sec., 6.20 MiB/sec.
15761 2025.03.22 20:14:22.867142 [ 5 ] {79172aa7-2fae-4529-bf5f-a8fdbbf4e313} <Debug> TCPHandler: Processed in 0.003220668 sec.
15762 2025.03.22 20:14:22.867320 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15763 2025.03.22 20:14:22.867428 [ 5 ] {be0a8ca7-7b56-4898-bf60-2f585cc6e83e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
15764 2025.03.22 20:14:22.867473 [ 5 ] {be0a8ca7-7b56-4898-bf60-2f585cc6e83e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
15765 2025.03.22 20:14:22.868039 [ 5 ] {be0a8ca7-7b56-4898-bf60-2f585cc6e83e} <Trace> oximeter.fields_u8 (faaaa09d-c3bc-4a8d-ab11-77969ca3dca4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15766 2025.03.22 20:14:22.868079 [ 5 ] {be0a8ca7-7b56-4898-bf60-2f585cc6e83e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB.
15767 2025.03.22 20:14:22.868433 [ 5 ] {be0a8ca7-7b56-4898-bf60-2f585cc6e83e} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
15768 2025.03.22 20:14:22.868670 [ 5 ] {be0a8ca7-7b56-4898-bf60-2f585cc6e83e} <Trace> oximeter.fields_u8 (faaaa09d-c3bc-4a8d-ab11-77969ca3dca4): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15769 2025.03.22 20:14:22.868871 [ 5 ] {be0a8ca7-7b56-4898-bf60-2f585cc6e83e} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001465 sec., 8191.126279863482 rows/sec., 639.93 KiB/sec.
15770 2025.03.22 20:14:22.868924 [ 5 ] {be0a8ca7-7b56-4898-bf60-2f585cc6e83e} <Debug> TCPHandler: Processed in 0.001654395 sec.
15771 2025.03.22 20:14:22.869032 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15772 2025.03.22 20:14:22.869134 [ 5 ] {e58101e7-9b16-4e97-8719-8204e1c011d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
15773 2025.03.22 20:14:22.869179 [ 5 ] {e58101e7-9b16-4e97-8719-8204e1c011d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15774 2025.03.22 20:14:22.869982 [ 5 ] {e58101e7-9b16-4e97-8719-8204e1c011d9} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15775 2025.03.22 20:14:22.870021 [ 5 ] {e58101e7-9b16-4e97-8719-8204e1c011d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB.
15776 2025.03.22 20:14:22.870422 [ 5 ] {e58101e7-9b16-4e97-8719-8204e1c011d9} <Trace> MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary)
15777 2025.03.22 20:14:22.870666 [ 5 ] {e58101e7-9b16-4e97-8719-8204e1c011d9} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15778 2025.03.22 20:14:22.870838 [ 146 ] {} <Debug> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add) (MergerMutator): Selected 6 parts from all_1_151_30 to all_156_156_0
15779 2025.03.22 20:14:22.870899 [ 146 ] {} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15780 2025.03.22 20:14:22.870917 [ 5 ] {e58101e7-9b16-4e97-8719-8204e1c011d9} <Debug> executeQuery: Read 583 rows, 44.84 KiB in 0.001791 sec., 325516.47124511446 rows/sec., 24.45 MiB/sec.
15781 2025.03.22 20:14:22.870947 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB.
15782 2025.03.22 20:14:22.871047 [ 5 ] {e58101e7-9b16-4e97-8719-8204e1c011d9} <Debug> TCPHandler: Processed in 0.002061314 sec.
15783 2025.03.22 20:14:22.871214 [ 192 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_156_31} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_151_30 to all_156_156_0 into Compact with storage Full
15784 2025.03.22 20:14:22.871269 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15785 2025.03.22 20:14:22.871526 [ 5 ] {86b05328-8f6e-4f0c-9f5f-e1e9893aaa16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
15786 2025.03.22 20:14:22.871569 [ 192 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_156_31} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15787 2025.03.22 20:14:22.871629 [ 5 ] {86b05328-8f6e-4f0c-9f5f-e1e9893aaa16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15788 2025.03.22 20:14:22.871677 [ 192 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_151_30, total 631 rows starting from the beginning of the part
15789 2025.03.22 20:14:22.872292 [ 192 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 77 rows starting from the beginning of the part
15790 2025.03.22 20:14:22.872618 [ 192 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 92 rows starting from the beginning of the part
15791 2025.03.22 20:14:22.872964 [ 192 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 77 rows starting from the beginning of the part
15792 2025.03.22 20:14:22.873068 [ 192 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 90 rows starting from the beginning of the part
15793 2025.03.22 20:14:22.873383 [ 192 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 583 rows starting from the beginning of the part
15794 2025.03.22 20:14:22.874560 [ 5 ] {86b05328-8f6e-4f0c-9f5f-e1e9893aaa16} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15795 2025.03.22 20:14:22.874631 [ 5 ] {86b05328-8f6e-4f0c-9f5f-e1e9893aaa16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB.
15796 2025.03.22 20:14:22.875805 [ 5 ] {86b05328-8f6e-4f0c-9f5f-e1e9893aaa16} <Trace> MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary)
15797 2025.03.22 20:14:22.876164 [ 5 ] {86b05328-8f6e-4f0c-9f5f-e1e9893aaa16} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15798 2025.03.22 20:14:22.876643 [ 146 ] {} <Debug> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Selected 6 parts from all_1_151_38 to all_156_156_0
15799 2025.03.22 20:14:22.876710 [ 192 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_156_31} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1550 rows, containing 5 columns (5 merged, 0 gathered) in 0.00563712 sec., 274963.1017257039 rows/sec., 21.91 MiB/sec.
15800 2025.03.22 20:14:22.876758 [ 146 ] {} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15801 2025.03.22 20:14:22.876835 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB.
15802 2025.03.22 20:14:22.876848 [ 5 ] {86b05328-8f6e-4f0c-9f5f-e1e9893aaa16} <Debug> executeQuery: Read 1017 rows, 70.44 KiB in 0.005407 sec., 188089.51359348992 rows/sec., 12.72 MiB/sec.
15803 2025.03.22 20:14:22.877282 [ 5 ] {86b05328-8f6e-4f0c-9f5f-e1e9893aaa16} <Debug> TCPHandler: Processed in 0.006075639 sec.
15804 2025.03.22 20:14:22.877351 [ 187 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_156_31} <Trace> MergedBlockOutputStream: filled checksums all_1_156_31 (state Temporary)
15805 2025.03.22 20:14:22.877505 [ 195 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_156_39} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_151_38 to all_156_156_0 into Compact with storage Full
15806 2025.03.22 20:14:22.877812 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15807 2025.03.22 20:14:22.878255 [ 195 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_156_39} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15808 2025.03.22 20:14:22.878367 [ 5 ] {debcba59-f2f3-404f-929d-a11b4085966f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
15809 2025.03.22 20:14:22.878434 [ 195 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_156_39} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_151_38, total 41042 rows starting from the beginning of the part
15810 2025.03.22 20:14:22.878834 [ 5 ] {debcba59-f2f3-404f-929d-a11b4085966f} <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
15811 2025.03.22 20:14:22.879012 [ 195 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_156_39} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 160 rows starting from the beginning of the part
15812 2025.03.22 20:14:22.879424 [ 195 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_156_39} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 161 rows starting from the beginning of the part
15813 2025.03.22 20:14:22.879428 [ 198 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_156_31} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_merge_all_1_156_31 to all_1_156_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15814 2025.03.22 20:14:22.879883 [ 195 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_156_39} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 160 rows starting from the beginning of the part
15815 2025.03.22 20:14:22.880447 [ 195 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_156_39} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 160 rows starting from the beginning of the part
15816 2025.03.22 20:14:22.880953 [ 195 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_156_39} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 1017 rows starting from the beginning of the part
15817 2025.03.22 20:14:22.880989 [ 198 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_156_31} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add) (MergerMutator): Merged 6 parts: [all_1_151_30, all_156_156_0] -> all_1_156_31
15818 2025.03.22 20:14:22.881992 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB.
15819 2025.03.22 20:14:22.886349 [ 5 ] {debcba59-f2f3-404f-929d-a11b4085966f} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15820 2025.03.22 20:14:22.886396 [ 5 ] {debcba59-f2f3-404f-929d-a11b4085966f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB.
15821 2025.03.22 20:14:22.887116 [ 5 ] {debcba59-f2f3-404f-929d-a11b4085966f} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary)
15822 2025.03.22 20:14:22.887380 [ 5 ] {debcba59-f2f3-404f-929d-a11b4085966f} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15823 2025.03.22 20:14:22.887661 [ 5 ] {debcba59-f2f3-404f-929d-a11b4085966f} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.009498 sec., 1368.70920193725 rows/sec., 2.45 MiB/sec.
15824 2025.03.22 20:14:22.887847 [ 5 ] {debcba59-f2f3-404f-929d-a11b4085966f} <Debug> TCPHandler: Processed in 0.010171936 sec.
15825 2025.03.22 20:14:22.888164 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15826 2025.03.22 20:14:22.888302 [ 5 ] {967cdb16-94c6-4847-8b01-4281c8579e0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
15827 2025.03.22 20:14:22.888352 [ 5 ] {967cdb16-94c6-4847-8b01-4281c8579e0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15828 2025.03.22 20:14:22.888813 [ 5 ] {967cdb16-94c6-4847-8b01-4281c8579e0b} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15829 2025.03.22 20:14:22.888851 [ 5 ] {967cdb16-94c6-4847-8b01-4281c8579e0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB.
15830 2025.03.22 20:14:22.889212 [ 5 ] {967cdb16-94c6-4847-8b01-4281c8579e0b} <Trace> MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary)
15831 2025.03.22 20:14:22.889455 [ 5 ] {967cdb16-94c6-4847-8b01-4281c8579e0b} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15832 2025.03.22 20:14:22.889637 [ 146 ] {} <Debug> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462) (MergerMutator): Selected 6 parts from all_1_151_30 to all_156_156_0
15833 2025.03.22 20:14:22.889697 [ 146 ] {} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15834 2025.03.22 20:14:22.889700 [ 5 ] {967cdb16-94c6-4847-8b01-4281c8579e0b} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001412 sec., 33994.33427762039 rows/sec., 2.29 MiB/sec.
15835 2025.03.22 20:14:22.889733 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB.
15836 2025.03.22 20:14:22.890015 [ 5 ] {967cdb16-94c6-4847-8b01-4281c8579e0b} <Debug> TCPHandler: Processed in 0.001929532 sec.
15837 2025.03.22 20:14:22.890140 [ 186 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_156_31} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_151_30 to all_156_156_0 into Compact with storage Full
15838 2025.03.22 20:14:22.890441 [ 186 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_156_31} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15839 2025.03.22 20:14:22.890555 [ 186 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_151_30, total 7716 rows starting from the beginning of the part
15840 2025.03.22 20:14:22.891044 [ 186 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 60 rows starting from the beginning of the part
15841 2025.03.22 20:14:22.891353 [ 186 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 60 rows starting from the beginning of the part
15842 2025.03.22 20:14:22.891872 [ 186 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 60 rows starting from the beginning of the part
15843 2025.03.22 20:14:22.892212 [ 186 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 60 rows starting from the beginning of the part
15844 2025.03.22 20:14:22.892448 [ 186 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 48 rows starting from the beginning of the part
15845 2025.03.22 20:14:22.895065 [ 196 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_156_31} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8004 rows, containing 4 columns (4 merged, 0 gathered) in 0.00517869 sec., 1545564.6118999207 rows/sec., 104.18 MiB/sec.
15846 2025.03.22 20:14:22.895565 [ 196 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_156_31} <Trace> MergedBlockOutputStream: filled checksums all_1_156_31 (state Temporary)
15847 2025.03.22 20:14:22.895952 [ 196 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_156_31} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_merge_all_1_156_31 to all_1_156_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15848 2025.03.22 20:14:22.896062 [ 196 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_156_31} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462) (MergerMutator): Merged 6 parts: [all_1_151_30, all_156_156_0] -> all_1_156_31
15849 2025.03.22 20:14:22.896172 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.56 MiB.
15850 2025.03.22 20:14:22.898141 [ 201 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_156_39} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 42700 rows, containing 5 columns (5 merged, 0 gathered) in 0.021126788 sec., 2021130.708558253 rows/sec., 138.50 MiB/sec.
15851 2025.03.22 20:14:22.898484 [ 201 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_156_39} <Trace> MergedBlockOutputStream: filled checksums all_1_156_39 (state Temporary)
15852 2025.03.22 20:14:22.898791 [ 201 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_156_39} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_merge_all_1_156_39 to all_1_156_39 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15853 2025.03.22 20:14:22.898873 [ 201 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_156_39} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Merged 6 parts: [all_1_151_38, all_156_156_0] -> all_1_156_39
15854 2025.03.22 20:14:22.898970 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.54 MiB.
15855 2025.03.22 20:14:23.348450 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 2138
15856 2025.03.22 20:14:23.351876 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15857 2025.03.22 20:14:23.351937 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB.
15858 2025.03.22 20:14:23.353464 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
15859 2025.03.22 20:14:23.353790 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15860 2025.03.22 20:14:23.355397 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2138
15861 2025.03.22 20:14:23.845486 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15862 2025.03.22 20:14:23.845697 [ 5 ] {f72ff47d-970e-4434-bda9-00ffd646ab1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
15863 2025.03.22 20:14:23.845780 [ 5 ] {f72ff47d-970e-4434-bda9-00ffd646ab1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15864 2025.03.22 20:14:23.846668 [ 5 ] {f72ff47d-970e-4434-bda9-00ffd646ab1f} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15865 2025.03.22 20:14:23.846719 [ 5 ] {f72ff47d-970e-4434-bda9-00ffd646ab1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB.
15866 2025.03.22 20:14:23.847156 [ 5 ] {f72ff47d-970e-4434-bda9-00ffd646ab1f} <Trace> MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary)
15867 2025.03.22 20:14:23.847415 [ 5 ] {f72ff47d-970e-4434-bda9-00ffd646ab1f} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15868 2025.03.22 20:14:23.847614 [ 5 ] {f72ff47d-970e-4434-bda9-00ffd646ab1f} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001976 sec., 28340.08097165992 rows/sec., 2.16 MiB/sec.
15869 2025.03.22 20:14:23.847682 [ 5 ] {f72ff47d-970e-4434-bda9-00ffd646ab1f} <Debug> TCPHandler: Processed in 0.00233694 sec.
15870 2025.03.22 20:14:23.847812 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15871 2025.03.22 20:14:23.847930 [ 5 ] {87daa0ef-b12a-4430-81b7-1ddb7981ae07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
15872 2025.03.22 20:14:23.847979 [ 5 ] {87daa0ef-b12a-4430-81b7-1ddb7981ae07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15873 2025.03.22 20:14:23.848553 [ 5 ] {87daa0ef-b12a-4430-81b7-1ddb7981ae07} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15874 2025.03.22 20:14:23.848591 [ 5 ] {87daa0ef-b12a-4430-81b7-1ddb7981ae07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB.
15875 2025.03.22 20:14:23.848946 [ 5 ] {87daa0ef-b12a-4430-81b7-1ddb7981ae07} <Trace> MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary)
15876 2025.03.22 20:14:23.849187 [ 5 ] {87daa0ef-b12a-4430-81b7-1ddb7981ae07} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15877 2025.03.22 20:14:23.849385 [ 5 ] {87daa0ef-b12a-4430-81b7-1ddb7981ae07} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001471 sec., 43507.817811012916 rows/sec., 3.40 MiB/sec.
15878 2025.03.22 20:14:23.849445 [ 5 ] {87daa0ef-b12a-4430-81b7-1ddb7981ae07} <Debug> TCPHandler: Processed in 0.001685986 sec.
15879 2025.03.22 20:14:23.849607 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15880 2025.03.22 20:14:23.849901 [ 5 ] {1619462c-98fb-43ea-97e5-dd659202f396} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
15881 2025.03.22 20:14:23.850059 [ 5 ] {1619462c-98fb-43ea-97e5-dd659202f396} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15882 2025.03.22 20:14:23.851231 [ 5 ] {1619462c-98fb-43ea-97e5-dd659202f396} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15883 2025.03.22 20:14:23.851271 [ 5 ] {1619462c-98fb-43ea-97e5-dd659202f396} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB.
15884 2025.03.22 20:14:23.851657 [ 5 ] {1619462c-98fb-43ea-97e5-dd659202f396} <Trace> MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary)
15885 2025.03.22 20:14:23.851910 [ 5 ] {1619462c-98fb-43ea-97e5-dd659202f396} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15886 2025.03.22 20:14:23.852087 [ 5 ] {1619462c-98fb-43ea-97e5-dd659202f396} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.002304 sec., 13888.888888888889 rows/sec., 990.55 KiB/sec.
15887 2025.03.22 20:14:23.852144 [ 5 ] {1619462c-98fb-43ea-97e5-dd659202f396} <Debug> TCPHandler: Processed in 0.002588164 sec.
15888 2025.03.22 20:14:23.852272 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15889 2025.03.22 20:14:23.852404 [ 5 ] {ae7cc682-91ae-484a-b9fc-9239cd5621e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
15890 2025.03.22 20:14:23.852462 [ 5 ] {ae7cc682-91ae-484a-b9fc-9239cd5621e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15891 2025.03.22 20:14:23.852982 [ 5 ] {ae7cc682-91ae-484a-b9fc-9239cd5621e0} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15892 2025.03.22 20:14:23.853028 [ 5 ] {ae7cc682-91ae-484a-b9fc-9239cd5621e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB.
15893 2025.03.22 20:14:23.853442 [ 5 ] {ae7cc682-91ae-484a-b9fc-9239cd5621e0} <Trace> MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary)
15894 2025.03.22 20:14:23.853682 [ 5 ] {ae7cc682-91ae-484a-b9fc-9239cd5621e0} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15895 2025.03.22 20:14:23.853871 [ 5 ] {ae7cc682-91ae-484a-b9fc-9239cd5621e0} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001497 sec., 8016.032064128256 rows/sec., 553.19 KiB/sec.
15896 2025.03.22 20:14:23.853921 [ 5 ] {ae7cc682-91ae-484a-b9fc-9239cd5621e0} <Debug> TCPHandler: Processed in 0.001702966 sec.
15897 2025.03.22 20:14:25.615231 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 41724
15898 2025.03.22 20:14:25.615968 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15899 2025.03.22 20:14:25.616016 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.37 GiB.
15900 2025.03.22 20:14:25.616618 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
15901 2025.03.22 20:14:25.616908 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15902 2025.03.22 20:14:25.617191 [ 143 ] {} <Debug> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
15903 2025.03.22 20:14:25.617204 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 41724
15904 2025.03.22 20:14:25.617291 [ 143 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15905 2025.03.22 20:14:25.617326 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.37 GiB.
15906 2025.03.22 20:14:25.617490 [ 197 ] {6f3f2c82-38dd-415f-af08-560485366d9f::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
15907 2025.03.22 20:14:25.617667 [ 197 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15908 2025.03.22 20:14:25.617717 [ 197 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_86_17, total 39467 rows starting from the beginning of the part
15909 2025.03.22 20:14:25.617809 [ 197 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 427 rows starting from the beginning of the part
15910 2025.03.22 20:14:25.617916 [ 197 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 488 rows starting from the beginning of the part
15911 2025.03.22 20:14:25.618040 [ 197 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 427 rows starting from the beginning of the part
15912 2025.03.22 20:14:25.618123 [ 197 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 488 rows starting from the beginning of the part
15913 2025.03.22 20:14:25.618221 [ 197 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 427 rows starting from the beginning of the part
15914 2025.03.22 20:14:25.621625 [ 196 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41724 rows, containing 4 columns (4 merged, 0 gathered) in 0.00421387 sec., 9901586.90230121 rows/sec., 141.64 MiB/sec.
15915 2025.03.22 20:14:25.621827 [ 197 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
15916 2025.03.22 20:14:25.622153 [ 197 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_91_18} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15917 2025.03.22 20:14:25.622251 [ 197 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_91_18} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
15918 2025.03.22 20:14:25.622422 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.09 MiB.
15919 2025.03.22 20:14:28.224144 [ 222 ] {} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0]
15920 2025.03.22 20:14:28.224202 [ 222 ] {} <Debug> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0]
15921 2025.03.22 20:14:28.226311 [ 222 ] {} <Debug> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0]
15922 2025.03.22 20:14:28.542978 [ 223 ] {} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0]
15923 2025.03.22 20:14:28.543034 [ 223 ] {} <Debug> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0]
15924 2025.03.22 20:14:28.545234 [ 223 ] {} <Debug> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0]
15925 2025.03.22 20:14:28.708235 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 686
15926 2025.03.22 20:14:28.731276 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15927 2025.03.22 20:14:28.731339 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.37 GiB.
15928 2025.03.22 20:14:28.742195 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
15929 2025.03.22 20:14:28.743241 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15930 2025.03.22 20:14:28.743708 [ 140 ] {} <Debug> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
15931 2025.03.22 20:14:28.743865 [ 140 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15932 2025.03.22 20:14:28.743939 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.37 GiB.
15933 2025.03.22 20:14:28.744886 [ 197 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::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
15934 2025.03.22 20:14:28.763027 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 686
15935 2025.03.22 20:14:28.764357 [ 197 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15936 2025.03.22 20:14:28.765559 [ 197 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 649 rows starting from the beginning of the part
15937 2025.03.22 20:14:28.771034 [ 197 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 7 rows starting from the beginning of the part
15938 2025.03.22 20:14:28.776734 [ 197 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 8 rows starting from the beginning of the part
15939 2025.03.22 20:14:28.782507 [ 197 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 7 rows starting from the beginning of the part
15940 2025.03.22 20:14:28.788738 [ 197 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 8 rows starting from the beginning of the part
15941 2025.03.22 20:14:28.794653 [ 197 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 7 rows starting from the beginning of the part
15942 2025.03.22 20:14:28.853778 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15943 2025.03.22 20:14:28.853951 [ 5 ] {59be2fa9-508a-4a8e-a794-79ddd3c054fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
15944 2025.03.22 20:14:28.854017 [ 5 ] {59be2fa9-508a-4a8e-a794-79ddd3c054fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15945 2025.03.22 20:14:28.855193 [ 5 ] {59be2fa9-508a-4a8e-a794-79ddd3c054fe} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15946 2025.03.22 20:14:28.855258 [ 5 ] {59be2fa9-508a-4a8e-a794-79ddd3c054fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.37 GiB.
15947 2025.03.22 20:14:28.856031 [ 5 ] {59be2fa9-508a-4a8e-a794-79ddd3c054fe} <Trace> MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary)
15948 2025.03.22 20:14:28.856338 [ 5 ] {59be2fa9-508a-4a8e-a794-79ddd3c054fe} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15949 2025.03.22 20:14:28.856587 [ 5 ] {59be2fa9-508a-4a8e-a794-79ddd3c054fe} <Debug> executeQuery: Read 118 rows, 10.19 KiB in 0.002684 sec., 43964.23248882265 rows/sec., 3.71 MiB/sec.
15950 2025.03.22 20:14:28.856664 [ 5 ] {59be2fa9-508a-4a8e-a794-79ddd3c054fe} <Debug> TCPHandler: Processed in 0.003007584 sec.
15951 2025.03.22 20:14:28.856678 [ 221 ] {} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0]
15952 2025.03.22 20:14:28.856713 [ 221 ] {} <Debug> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0]
15953 2025.03.22 20:14:28.856834 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15954 2025.03.22 20:14:28.856946 [ 5 ] {097ab971-a8a0-4b32-8c83-fc6a9329dd9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
15955 2025.03.22 20:14:28.857005 [ 5 ] {097ab971-a8a0-4b32-8c83-fc6a9329dd9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
15956 2025.03.22 20:14:28.858160 [ 5 ] {097ab971-a8a0-4b32-8c83-fc6a9329dd9a} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15957 2025.03.22 20:14:28.858211 [ 5 ] {097ab971-a8a0-4b32-8c83-fc6a9329dd9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.37 GiB.
15958 2025.03.22 20:14:28.859355 [ 5 ] {097ab971-a8a0-4b32-8c83-fc6a9329dd9a} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary)
15959 2025.03.22 20:14:28.860009 [ 5 ] {097ab971-a8a0-4b32-8c83-fc6a9329dd9a} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15960 2025.03.22 20:14:28.860453 [ 138 ] {} <Debug> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0
15961 2025.03.22 20:14:28.860678 [ 138 ] {} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15962 2025.03.22 20:14:28.860862 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.37 GiB.
15963 2025.03.22 20:14:28.860983 [ 5 ] {097ab971-a8a0-4b32-8c83-fc6a9329dd9a} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.00402 sec., 7711.442786069651 rows/sec., 579.86 KiB/sec.
15964 2025.03.22 20:14:28.861742 [ 5 ] {097ab971-a8a0-4b32-8c83-fc6a9329dd9a} <Debug> TCPHandler: Processed in 0.004945875 sec.
15965 2025.03.22 20:14:28.862253 [ 221 ] {} <Debug> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0]
15966 2025.03.22 20:14:28.862355 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15967 2025.03.22 20:14:28.862965 [ 5 ] {af68e3bd-f5d4-414b-abd5-63720f83e54a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
15968 2025.03.22 20:14:28.863261 [ 5 ] {af68e3bd-f5d4-414b-abd5-63720f83e54a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15969 2025.03.22 20:14:28.866035 [ 196 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full
15970 2025.03.22 20:14:28.867259 [ 196 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15971 2025.03.22 20:14:28.867588 [ 196 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 69 rows starting from the beginning of the part
15972 2025.03.22 20:14:28.868166 [ 196 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 28 rows starting from the beginning of the part
15973 2025.03.22 20:14:28.869220 [ 196 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 13 rows starting from the beginning of the part
15974 2025.03.22 20:14:28.870150 [ 196 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 26 rows starting from the beginning of the part
15975 2025.03.22 20:14:28.870328 [ 5 ] {af68e3bd-f5d4-414b-abd5-63720f83e54a} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15976 2025.03.22 20:14:28.870477 [ 5 ] {af68e3bd-f5d4-414b-abd5-63720f83e54a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.37 GiB.
15977 2025.03.22 20:14:28.870869 [ 196 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 39 rows starting from the beginning of the part
15978 2025.03.22 20:14:28.871785 [ 196 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 31 rows starting from the beginning of the part
15979 2025.03.22 20:14:28.872503 [ 5 ] {af68e3bd-f5d4-414b-abd5-63720f83e54a} <Trace> MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary)
15980 2025.03.22 20:14:28.873411 [ 5 ] {af68e3bd-f5d4-414b-abd5-63720f83e54a} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15981 2025.03.22 20:14:28.874183 [ 5 ] {af68e3bd-f5d4-414b-abd5-63720f83e54a} <Debug> executeQuery: Read 98 rows, 7.87 KiB in 0.011397 sec., 8598.754058085462 rows/sec., 690.29 KiB/sec.
15982 2025.03.22 20:14:28.874620 [ 5 ] {af68e3bd-f5d4-414b-abd5-63720f83e54a} <Debug> TCPHandler: Processed in 0.012457494 sec.
15983 2025.03.22 20:14:28.874984 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15984 2025.03.22 20:14:28.875349 [ 5 ] {5cff7c32-b2a2-495b-b472-514b1515c6fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
15985 2025.03.22 20:14:28.875546 [ 5 ] {5cff7c32-b2a2-495b-b472-514b1515c6fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15986 2025.03.22 20:14:28.880032 [ 194 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 206 rows, containing 5 columns (5 merged, 0 gathered) in 0.018933703 sec., 10880.069260619543 rows/sec., 857.17 KiB/sec.
15987 2025.03.22 20:14:28.880103 [ 5 ] {5cff7c32-b2a2-495b-b472-514b1515c6fe} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15988 2025.03.22 20:14:28.880195 [ 5 ] {5cff7c32-b2a2-495b-b472-514b1515c6fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.37 GiB.
15989 2025.03.22 20:14:28.880431 [ 194 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary)
15990 2025.03.22 20:14:28.881750 [ 194 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_131_26} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15991 2025.03.22 20:14:28.881962 [ 5 ] {5cff7c32-b2a2-495b-b472-514b1515c6fe} <Trace> MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary)
15992 2025.03.22 20:14:28.882328 [ 194 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_131_26} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26
15993 2025.03.22 20:14:28.882753 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB.
15994 2025.03.22 20:14:28.882854 [ 5 ] {5cff7c32-b2a2-495b-b472-514b1515c6fe} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15995 2025.03.22 20:14:28.883362 [ 5 ] {5cff7c32-b2a2-495b-b472-514b1515c6fe} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.008133 sec., 19672.937415467848 rows/sec., 1.37 MiB/sec.
15996 2025.03.22 20:14:28.883571 [ 5 ] {5cff7c32-b2a2-495b-b472-514b1515c6fe} <Debug> TCPHandler: Processed in 0.008698784 sec.
15997 2025.03.22 20:14:28.883758 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15998 2025.03.22 20:14:28.883915 [ 5 ] {43c5294b-aaab-4a83-89bc-098e2489a794} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
15999 2025.03.22 20:14:28.884052 [ 5 ] {43c5294b-aaab-4a83-89bc-098e2489a794} <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
16000 2025.03.22 20:14:28.888368 [ 5 ] {43c5294b-aaab-4a83-89bc-098e2489a794} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16001 2025.03.22 20:14:28.888422 [ 5 ] {43c5294b-aaab-4a83-89bc-098e2489a794} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.37 GiB.
16002 2025.03.22 20:14:28.890137 [ 5 ] {43c5294b-aaab-4a83-89bc-098e2489a794} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary)
16003 2025.03.22 20:14:28.890647 [ 5 ] {43c5294b-aaab-4a83-89bc-098e2489a794} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16004 2025.03.22 20:14:28.890991 [ 138 ] {} <Debug> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0
16005 2025.03.22 20:14:28.891162 [ 138 ] {} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16006 2025.03.22 20:14:28.891257 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.37 GiB.
16007 2025.03.22 20:14:28.891443 [ 5 ] {43c5294b-aaab-4a83-89bc-098e2489a794} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.007527 sec., 4118.506709180285 rows/sec., 7.38 MiB/sec.
16008 2025.03.22 20:14:28.892111 [ 200 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full
16009 2025.03.22 20:14:28.893703 [ 5 ] {43c5294b-aaab-4a83-89bc-098e2489a794} <Debug> TCPHandler: Processed in 0.010004022 sec.
16010 2025.03.22 20:14:28.894735 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16011 2025.03.22 20:14:28.895321 [ 5 ] {761647fc-8890-484b-8774-629c309a2278} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete)
16012 2025.03.22 20:14:28.895417 [ 200 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16013 2025.03.22 20:14:28.895541 [ 5 ] {761647fc-8890-484b-8774-629c309a2278} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
16014 2025.03.22 20:14:28.896141 [ 200 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 2414 rows starting from the beginning of the part
16015 2025.03.22 20:14:28.898234 [ 200 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 26 rows starting from the beginning of the part
16016 2025.03.22 20:14:28.899701 [ 5 ] {761647fc-8890-484b-8774-629c309a2278} <Trace> oximeter.measurements_i64 (61fb433b-d8a8-4608-9ef5-bef693362230): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16017 2025.03.22 20:14:28.899826 [ 5 ] {761647fc-8890-484b-8774-629c309a2278} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.37 GiB.
16018 2025.03.22 20:14:28.900145 [ 200 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 13 rows starting from the beginning of the part
16019 2025.03.22 20:14:28.901755 [ 5 ] {761647fc-8890-484b-8774-629c309a2278} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
16020 2025.03.22 20:14:28.901937 [ 200 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 26 rows starting from the beginning of the part
16021 2025.03.22 20:14:28.902783 [ 5 ] {761647fc-8890-484b-8774-629c309a2278} <Trace> oximeter.measurements_i64 (61fb433b-d8a8-4608-9ef5-bef693362230): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16022 2025.03.22 20:14:28.903792 [ 5 ] {761647fc-8890-484b-8774-629c309a2278} <Debug> executeQuery: Read 3 rows, 246.00 B in 0.008648 sec., 346.9010175763182 rows/sec., 27.78 KiB/sec.
16023 2025.03.22 20:14:28.904195 [ 5 ] {761647fc-8890-484b-8774-629c309a2278} <Debug> TCPHandler: Processed in 0.009662795 sec.
16024 2025.03.22 20:14:28.904241 [ 200 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 13 rows starting from the beginning of the part
16025 2025.03.22 20:14:28.904743 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16026 2025.03.22 20:14:28.905358 [ 5 ] {cb57cc4e-61f6-47eb-96b3-84083ba34b40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
16027 2025.03.22 20:14:28.905706 [ 5 ] {cb57cc4e-61f6-47eb-96b3-84083ba34b40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
16028 2025.03.22 20:14:28.905969 [ 200 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 31 rows starting from the beginning of the part
16029 2025.03.22 20:14:28.909797 [ 5 ] {cb57cc4e-61f6-47eb-96b3-84083ba34b40} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16030 2025.03.22 20:14:28.909907 [ 5 ] {cb57cc4e-61f6-47eb-96b3-84083ba34b40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.37 GiB.
16031 2025.03.22 20:14:28.911762 [ 5 ] {cb57cc4e-61f6-47eb-96b3-84083ba34b40} <Trace> MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary)
16032 2025.03.22 20:14:28.912438 [ 5 ] {cb57cc4e-61f6-47eb-96b3-84083ba34b40} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16033 2025.03.22 20:14:28.912957 [ 5 ] {cb57cc4e-61f6-47eb-96b3-84083ba34b40} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.007885 sec., 7609.384908053266 rows/sec., 525.13 KiB/sec.
16034 2025.03.22 20:14:28.913112 [ 5 ] {cb57cc4e-61f6-47eb-96b3-84083ba34b40} <Debug> TCPHandler: Processed in 0.008552042 sec.
16035 2025.03.22 20:14:28.913535 [ 188 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 686 rows, containing 679 columns (679 merged, 0 gathered) in 0.169401558 sec., 4049.5495324783255 rows/sec., 20.94 MiB/sec.
16036 2025.03.22 20:14:28.918334 [ 188 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
16037 2025.03.22 20:14:28.921557 [ 188 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_91_18} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16038 2025.03.22 20:14:28.921684 [ 188 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_91_18} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
16039 2025.03.22 20:14:28.922865 [ 191 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2523 rows, containing 19 columns (19 merged, 0 gathered) in 0.031375126 sec., 80414.01969190498 rows/sec., 144.10 MiB/sec.
16040 2025.03.22 20:14:28.924671 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.94 MiB.
16041 2025.03.22 20:14:28.925465 [ 189 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary)
16042 2025.03.22 20:14:28.925908 [ 189 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_131_26} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16043 2025.03.22 20:14:28.925986 [ 189 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_131_26} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26
16044 2025.03.22 20:14:28.926142 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.81 MiB.
16045 2025.03.22 20:14:29.000184 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 266.98 MiB, peak 290.93 MiB, free memory in arenas 0.00 B, will set to 268.80 MiB (RSS), difference: 1.82 MiB
16046 2025.03.22 20:14:29.655613 [ 225 ] {} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0]
16047 2025.03.22 20:14:29.655664 [ 225 ] {} <Debug> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0]
16048 2025.03.22 20:14:29.657615 [ 225 ] {} <Debug> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0]
16049 2025.03.22 20:14:32.799885 [ 136 ] {} <Debug> DNSResolver: Updating DNS cache
16050 2025.03.22 20:14:32.799948 [ 136 ] {} <Debug> DNSResolver: Updated DNS cache
16051 2025.03.22 20:14:33.118360 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 42212
16052 2025.03.22 20:14:33.119031 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16053 2025.03.22 20:14:33.119085 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.37 GiB.
16054 2025.03.22 20:14:33.119648 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
16055 2025.03.22 20:14:33.119922 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16056 2025.03.22 20:14:33.120198 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 42212
16057 2025.03.22 20:14:33.356625 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 2160
16058 2025.03.22 20:14:33.361604 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16059 2025.03.22 20:14:33.361669 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.37 GiB.
16060 2025.03.22 20:14:33.363284 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
16061 2025.03.22 20:14:33.363616 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16062 2025.03.22 20:14:33.363937 [ 222 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
16063 2025.03.22 20:14:33.363984 [ 222 ] {} <Debug> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
16064 2025.03.22 20:14:33.364570 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2160
16065 2025.03.22 20:14:33.366226 [ 222 ] {} <Debug> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]
16066 2025.03.22 20:14:33.680403 [ 220 ] {} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0]
16067 2025.03.22 20:14:33.680457 [ 220 ] {} <Debug> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0]
16068 2025.03.22 20:14:33.682413 [ 220 ] {} <Debug> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0]
16069 2025.03.22 20:14:33.851712 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16070 2025.03.22 20:14:33.851908 [ 5 ] {9762c8a9-be45-464b-85b1-797c292f7ee7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
16071 2025.03.22 20:14:33.851985 [ 5 ] {9762c8a9-be45-464b-85b1-797c292f7ee7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
16072 2025.03.22 20:14:33.852820 [ 5 ] {9762c8a9-be45-464b-85b1-797c292f7ee7} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16073 2025.03.22 20:14:33.852877 [ 5 ] {9762c8a9-be45-464b-85b1-797c292f7ee7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.37 GiB.
16074 2025.03.22 20:14:33.853336 [ 5 ] {9762c8a9-be45-464b-85b1-797c292f7ee7} <Trace> MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary)
16075 2025.03.22 20:14:33.853615 [ 5 ] {9762c8a9-be45-464b-85b1-797c292f7ee7} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16076 2025.03.22 20:14:33.853863 [ 5 ] {9762c8a9-be45-464b-85b1-797c292f7ee7} <Debug> executeQuery: Read 82 rows, 6.94 KiB in 0.002004 sec., 40918.163672654686 rows/sec., 3.38 MiB/sec.
16077 2025.03.22 20:14:33.853942 [ 5 ] {9762c8a9-be45-464b-85b1-797c292f7ee7} <Debug> TCPHandler: Processed in 0.00236401 sec.
16078 2025.03.22 20:14:33.854091 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16079 2025.03.22 20:14:33.854252 [ 5 ] {f8083d35-4186-4a3e-95e6-c1ac4b6230af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
16080 2025.03.22 20:14:33.854304 [ 5 ] {f8083d35-4186-4a3e-95e6-c1ac4b6230af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
16081 2025.03.22 20:14:33.854847 [ 5 ] {f8083d35-4186-4a3e-95e6-c1ac4b6230af} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16082 2025.03.22 20:14:33.854886 [ 5 ] {f8083d35-4186-4a3e-95e6-c1ac4b6230af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.37 GiB.
16083 2025.03.22 20:14:33.855240 [ 5 ] {f8083d35-4186-4a3e-95e6-c1ac4b6230af} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary)
16084 2025.03.22 20:14:33.855471 [ 5 ] {f8083d35-4186-4a3e-95e6-c1ac4b6230af} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16085 2025.03.22 20:14:33.855678 [ 5 ] {f8083d35-4186-4a3e-95e6-c1ac4b6230af} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.001465 sec., 8873.720136518772 rows/sec., 667.26 KiB/sec.
16086 2025.03.22 20:14:33.855732 [ 5 ] {f8083d35-4186-4a3e-95e6-c1ac4b6230af} <Debug> TCPHandler: Processed in 0.001707176 sec.
16087 2025.03.22 20:14:33.855857 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16088 2025.03.22 20:14:33.855974 [ 5 ] {05a4fa9f-ae3d-422c-acaa-6c545d442340} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
16089 2025.03.22 20:14:33.856021 [ 5 ] {05a4fa9f-ae3d-422c-acaa-6c545d442340} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
16090 2025.03.22 20:14:33.856583 [ 5 ] {05a4fa9f-ae3d-422c-acaa-6c545d442340} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16091 2025.03.22 20:14:33.856624 [ 5 ] {05a4fa9f-ae3d-422c-acaa-6c545d442340} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.37 GiB.
16092 2025.03.22 20:14:33.857005 [ 5 ] {05a4fa9f-ae3d-422c-acaa-6c545d442340} <Trace> MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary)
16093 2025.03.22 20:14:33.857244 [ 5 ] {05a4fa9f-ae3d-422c-acaa-6c545d442340} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16094 2025.03.22 20:14:33.857456 [ 5 ] {05a4fa9f-ae3d-422c-acaa-6c545d442340} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.001507 sec., 51094.8905109489 rows/sec., 3.99 MiB/sec.
16095 2025.03.22 20:14:33.857509 [ 5 ] {05a4fa9f-ae3d-422c-acaa-6c545d442340} <Debug> TCPHandler: Processed in 0.001705116 sec.
16096 2025.03.22 20:14:33.857625 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16097 2025.03.22 20:14:33.857731 [ 5 ] {ee8d7a79-7f8e-4d9a-a1bc-c2ab4dfc4eea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
16098 2025.03.22 20:14:33.857780 [ 5 ] {ee8d7a79-7f8e-4d9a-a1bc-c2ab4dfc4eea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
16099 2025.03.22 20:14:33.858305 [ 5 ] {ee8d7a79-7f8e-4d9a-a1bc-c2ab4dfc4eea} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16100 2025.03.22 20:14:33.858342 [ 5 ] {ee8d7a79-7f8e-4d9a-a1bc-c2ab4dfc4eea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.37 GiB.
16101 2025.03.22 20:14:33.858725 [ 5 ] {ee8d7a79-7f8e-4d9a-a1bc-c2ab4dfc4eea} <Trace> MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary)
16102 2025.03.22 20:14:33.858974 [ 5 ] {ee8d7a79-7f8e-4d9a-a1bc-c2ab4dfc4eea} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16103 2025.03.22 20:14:33.859179 [ 5 ] {ee8d7a79-7f8e-4d9a-a1bc-c2ab4dfc4eea} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001469 sec., 108917.63104152484 rows/sec., 7.59 MiB/sec.
16104 2025.03.22 20:14:33.859231 [ 5 ] {ee8d7a79-7f8e-4d9a-a1bc-c2ab4dfc4eea} <Debug> TCPHandler: Processed in 0.001655295 sec.
16105 2025.03.22 20:14:33.859347 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16106 2025.03.22 20:14:33.859453 [ 5 ] {24c61a50-f51b-41c3-9762-082a1a71c39c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
16107 2025.03.22 20:14:33.859517 [ 5 ] {24c61a50-f51b-41c3-9762-082a1a71c39c} <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
16108 2025.03.22 20:14:33.860592 [ 5 ] {24c61a50-f51b-41c3-9762-082a1a71c39c} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16109 2025.03.22 20:14:33.860630 [ 5 ] {24c61a50-f51b-41c3-9762-082a1a71c39c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.37 GiB.
16110 2025.03.22 20:14:33.861255 [ 5 ] {24c61a50-f51b-41c3-9762-082a1a71c39c} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary)
16111 2025.03.22 20:14:33.861515 [ 5 ] {24c61a50-f51b-41c3-9762-082a1a71c39c} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16112 2025.03.22 20:14:33.861754 [ 5 ] {24c61a50-f51b-41c3-9762-082a1a71c39c} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002316 sec., 5613.126079447323 rows/sec., 10.06 MiB/sec.
16113 2025.03.22 20:14:33.861852 [ 222 ] {} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0]
16114 2025.03.22 20:14:33.861896 [ 5 ] {24c61a50-f51b-41c3-9762-082a1a71c39c} <Debug> TCPHandler: Processed in 0.002597555 sec.
16115 2025.03.22 20:14:33.861927 [ 222 ] {} <Debug> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0]
16116 2025.03.22 20:14:33.862142 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16117 2025.03.22 20:14:33.862283 [ 5 ] {2100fa3b-39e2-4ffa-9412-fc81a4fe7ef1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
16118 2025.03.22 20:14:33.862332 [ 5 ] {2100fa3b-39e2-4ffa-9412-fc81a4fe7ef1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
16119 2025.03.22 20:14:33.863138 [ 5 ] {2100fa3b-39e2-4ffa-9412-fc81a4fe7ef1} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16120 2025.03.22 20:14:33.863213 [ 5 ] {2100fa3b-39e2-4ffa-9412-fc81a4fe7ef1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.37 GiB.
16121 2025.03.22 20:14:33.863873 [ 5 ] {2100fa3b-39e2-4ffa-9412-fc81a4fe7ef1} <Trace> MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary)
16122 2025.03.22 20:14:33.864279 [ 5 ] {2100fa3b-39e2-4ffa-9412-fc81a4fe7ef1} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16123 2025.03.22 20:14:33.864734 [ 5 ] {2100fa3b-39e2-4ffa-9412-fc81a4fe7ef1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002474 sec., 24252.22312045271 rows/sec., 1.63 MiB/sec.
16124 2025.03.22 20:14:33.864786 [ 5 ] {2100fa3b-39e2-4ffa-9412-fc81a4fe7ef1} <Debug> TCPHandler: Processed in 0.002729067 sec.
16125 2025.03.22 20:14:33.865447 [ 222 ] {} <Debug> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0]
16126 2025.03.22 20:14:36.264093 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 694
16127 2025.03.22 20:14:36.287732 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16128 2025.03.22 20:14:36.287798 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.37 GiB.
16129 2025.03.22 20:14:36.295456 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
16130 2025.03.22 20:14:36.296314 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16131 2025.03.22 20:14:36.300789 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 694
16132 2025.03.22 20:14:38.853717 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16133 2025.03.22 20:14:38.853913 [ 5 ] {e3b53375-a567-4d2f-a30d-8f1bca6988f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
16134 2025.03.22 20:14:38.853989 [ 5 ] {e3b53375-a567-4d2f-a30d-8f1bca6988f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
16135 2025.03.22 20:14:38.854732 [ 5 ] {e3b53375-a567-4d2f-a30d-8f1bca6988f2} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16136 2025.03.22 20:14:38.854788 [ 5 ] {e3b53375-a567-4d2f-a30d-8f1bca6988f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.37 GiB.
16137 2025.03.22 20:14:38.855223 [ 5 ] {e3b53375-a567-4d2f-a30d-8f1bca6988f2} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
16138 2025.03.22 20:14:38.855475 [ 5 ] {e3b53375-a567-4d2f-a30d-8f1bca6988f2} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16139 2025.03.22 20:14:38.855707 [ 5 ] {e3b53375-a567-4d2f-a30d-8f1bca6988f2} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001837 sec., 1088.7316276537833 rows/sec., 88.78 KiB/sec.
16140 2025.03.22 20:14:38.855819 [ 5 ] {e3b53375-a567-4d2f-a30d-8f1bca6988f2} <Debug> TCPHandler: Processed in 0.002236107 sec.
16141 2025.03.22 20:14:38.856058 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16142 2025.03.22 20:14:38.856170 [ 5 ] {6720b7b5-8c9b-46ca-9d4a-5a5b96c03f3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
16143 2025.03.22 20:14:38.856220 [ 5 ] {6720b7b5-8c9b-46ca-9d4a-5a5b96c03f3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
16144 2025.03.22 20:14:38.856828 [ 5 ] {6720b7b5-8c9b-46ca-9d4a-5a5b96c03f3a} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16145 2025.03.22 20:14:38.856866 [ 5 ] {6720b7b5-8c9b-46ca-9d4a-5a5b96c03f3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.37 GiB.
16146 2025.03.22 20:14:38.857246 [ 5 ] {6720b7b5-8c9b-46ca-9d4a-5a5b96c03f3a} <Trace> MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary)
16147 2025.03.22 20:14:38.857496 [ 5 ] {6720b7b5-8c9b-46ca-9d4a-5a5b96c03f3a} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16148 2025.03.22 20:14:38.857675 [ 5 ] {6720b7b5-8c9b-46ca-9d4a-5a5b96c03f3a} <Debug> executeQuery: Read 137 rows, 11.97 KiB in 0.001532 sec., 89425.58746736293 rows/sec., 7.63 MiB/sec.
16149 2025.03.22 20:14:38.857728 [ 5 ] {6720b7b5-8c9b-46ca-9d4a-5a5b96c03f3a} <Debug> TCPHandler: Processed in 0.001749528 sec.
16150 2025.03.22 20:14:38.857856 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16151 2025.03.22 20:14:38.857962 [ 5 ] {d3463bb3-5316-4016-8f72-673a303b6b05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
16152 2025.03.22 20:14:38.858007 [ 5 ] {d3463bb3-5316-4016-8f72-673a303b6b05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
16153 2025.03.22 20:14:38.858532 [ 5 ] {d3463bb3-5316-4016-8f72-673a303b6b05} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16154 2025.03.22 20:14:38.858569 [ 5 ] {d3463bb3-5316-4016-8f72-673a303b6b05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.37 GiB.
16155 2025.03.22 20:14:38.858928 [ 5 ] {d3463bb3-5316-4016-8f72-673a303b6b05} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary)
16156 2025.03.22 20:14:38.859171 [ 5 ] {d3463bb3-5316-4016-8f72-673a303b6b05} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16157 2025.03.22 20:14:38.859343 [ 5 ] {d3463bb3-5316-4016-8f72-673a303b6b05} <Debug> executeQuery: Read 42 rows, 3.15 KiB in 0.001403 sec., 29935.85174625802 rows/sec., 2.19 MiB/sec.
16158 2025.03.22 20:14:38.859393 [ 5 ] {d3463bb3-5316-4016-8f72-673a303b6b05} <Debug> TCPHandler: Processed in 0.001587264 sec.
16159 2025.03.22 20:14:38.859517 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16160 2025.03.22 20:14:38.859622 [ 5 ] {77c2065f-f6fa-4686-8346-8af03156ce00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
16161 2025.03.22 20:14:38.859666 [ 5 ] {77c2065f-f6fa-4686-8346-8af03156ce00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
16162 2025.03.22 20:14:38.860215 [ 5 ] {77c2065f-f6fa-4686-8346-8af03156ce00} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16163 2025.03.22 20:14:38.860251 [ 5 ] {77c2065f-f6fa-4686-8346-8af03156ce00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.37 GiB.
16164 2025.03.22 20:14:38.860606 [ 5 ] {77c2065f-f6fa-4686-8346-8af03156ce00} <Trace> MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary)
16165 2025.03.22 20:14:38.860851 [ 5 ] {77c2065f-f6fa-4686-8346-8af03156ce00} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16166 2025.03.22 20:14:38.861038 [ 5 ] {77c2065f-f6fa-4686-8346-8af03156ce00} <Debug> executeQuery: Read 115 rows, 9.21 KiB in 0.001432 sec., 80307.26256983241 rows/sec., 6.28 MiB/sec.
16167 2025.03.22 20:14:38.861097 [ 5 ] {77c2065f-f6fa-4686-8346-8af03156ce00} <Debug> TCPHandler: Processed in 0.001626164 sec.
16168 2025.03.22 20:14:38.861277 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16169 2025.03.22 20:14:38.861564 [ 5 ] {82b76bbb-ebf4-41de-9280-145c99512016} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
16170 2025.03.22 20:14:38.861714 [ 5 ] {82b76bbb-ebf4-41de-9280-145c99512016} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
16171 2025.03.22 20:14:38.862521 [ 5 ] {82b76bbb-ebf4-41de-9280-145c99512016} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16172 2025.03.22 20:14:38.862558 [ 5 ] {82b76bbb-ebf4-41de-9280-145c99512016} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.37 GiB.
16173 2025.03.22 20:14:38.862953 [ 5 ] {82b76bbb-ebf4-41de-9280-145c99512016} <Trace> MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary)
16174 2025.03.22 20:14:38.863195 [ 5 ] {82b76bbb-ebf4-41de-9280-145c99512016} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16175 2025.03.22 20:14:38.863375 [ 5 ] {82b76bbb-ebf4-41de-9280-145c99512016} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001918 sec., 83941.60583941606 rows/sec., 5.85 MiB/sec.
16176 2025.03.22 20:14:38.863426 [ 5 ] {82b76bbb-ebf4-41de-9280-145c99512016} <Debug> TCPHandler: Processed in 0.002227097 sec.
16177 2025.03.22 20:14:38.863551 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16178 2025.03.22 20:14:38.863657 [ 5 ] {e3bf8a19-4d8a-435a-9298-c95e7c18f942} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
16179 2025.03.22 20:14:38.863723 [ 5 ] {e3bf8a19-4d8a-435a-9298-c95e7c18f942} <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
16180 2025.03.22 20:14:38.864853 [ 5 ] {e3bf8a19-4d8a-435a-9298-c95e7c18f942} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16181 2025.03.22 20:14:38.864890 [ 5 ] {e3bf8a19-4d8a-435a-9298-c95e7c18f942} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.37 GiB.
16182 2025.03.22 20:14:38.865548 [ 5 ] {e3bf8a19-4d8a-435a-9298-c95e7c18f942} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary)
16183 2025.03.22 20:14:38.865826 [ 5 ] {e3bf8a19-4d8a-435a-9298-c95e7c18f942} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16184 2025.03.22 20:14:38.866067 [ 5 ] {e3bf8a19-4d8a-435a-9298-c95e7c18f942} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002429 sec., 16467.682173734047 rows/sec., 29.51 MiB/sec.
16185 2025.03.22 20:14:38.866219 [ 5 ] {e3bf8a19-4d8a-435a-9298-c95e7c18f942} <Debug> TCPHandler: Processed in 0.002718808 sec.
16186 2025.03.22 20:14:38.866553 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16187 2025.03.22 20:14:38.866776 [ 5 ] {6929a958-8c50-4430-a255-b59955ed05a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete)
16188 2025.03.22 20:14:38.866829 [ 5 ] {6929a958-8c50-4430-a255-b59955ed05a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
16189 2025.03.22 20:14:38.867259 [ 5 ] {6929a958-8c50-4430-a255-b59955ed05a5} <Trace> oximeter.measurements_i64 (61fb433b-d8a8-4608-9ef5-bef693362230): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16190 2025.03.22 20:14:38.867296 [ 5 ] {6929a958-8c50-4430-a255-b59955ed05a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.37 GiB.
16191 2025.03.22 20:14:38.867651 [ 5 ] {6929a958-8c50-4430-a255-b59955ed05a5} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
16192 2025.03.22 20:14:38.867898 [ 5 ] {6929a958-8c50-4430-a255-b59955ed05a5} <Trace> oximeter.measurements_i64 (61fb433b-d8a8-4608-9ef5-bef693362230): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16193 2025.03.22 20:14:38.868136 [ 5 ] {6929a958-8c50-4430-a255-b59955ed05a5} <Debug> executeQuery: Read 12 rows, 868.00 B in 0.001403 sec., 8553.100498930862 rows/sec., 604.17 KiB/sec.
16194 2025.03.22 20:14:38.868198 [ 5 ] {6929a958-8c50-4430-a255-b59955ed05a5} <Debug> TCPHandler: Processed in 0.001737797 sec.
16195 2025.03.22 20:14:38.868328 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16196 2025.03.22 20:14:38.868432 [ 5 ] {7943a2a5-ef27-47a9-9d09-19ff01d96c45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
16197 2025.03.22 20:14:38.868478 [ 5 ] {7943a2a5-ef27-47a9-9d09-19ff01d96c45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
16198 2025.03.22 20:14:38.868911 [ 5 ] {7943a2a5-ef27-47a9-9d09-19ff01d96c45} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16199 2025.03.22 20:14:38.868948 [ 5 ] {7943a2a5-ef27-47a9-9d09-19ff01d96c45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.37 GiB.
16200 2025.03.22 20:14:38.869306 [ 5 ] {7943a2a5-ef27-47a9-9d09-19ff01d96c45} <Trace> MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary)
16201 2025.03.22 20:14:38.869538 [ 5 ] {7943a2a5-ef27-47a9-9d09-19ff01d96c45} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16202 2025.03.22 20:14:38.869730 [ 5 ] {7943a2a5-ef27-47a9-9d09-19ff01d96c45} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001319 sec., 45489.00682335102 rows/sec., 3.07 MiB/sec.
16203 2025.03.22 20:14:38.869806 [ 5 ] {7943a2a5-ef27-47a9-9d09-19ff01d96c45} <Debug> TCPHandler: Processed in 0.001524692 sec.
16204 2025.03.22 20:14:40.620549 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 42639
16205 2025.03.22 20:14:40.621318 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16206 2025.03.22 20:14:40.621374 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.37 GiB.
16207 2025.03.22 20:14:40.621949 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
16208 2025.03.22 20:14:40.622235 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16209 2025.03.22 20:14:40.622498 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 42639
16210 2025.03.22 20:14:43.365718 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 2188
16211 2025.03.22 20:14:43.368863 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16212 2025.03.22 20:14:43.368928 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.37 GiB.
16213 2025.03.22 20:14:43.370689 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
16214 2025.03.22 20:14:43.371252 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16215 2025.03.22 20:14:43.371937 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2188
16216 2025.03.22 20:14:43.801845 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 701
16217 2025.03.22 20:14:43.826411 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16218 2025.03.22 20:14:43.826477 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.37 GiB.
16219 2025.03.22 20:14:43.834138 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
16220 2025.03.22 20:14:43.834940 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16221 2025.03.22 20:14:43.838126 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 701
16222 2025.03.22 20:14:43.848907 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16223 2025.03.22 20:14:43.849189 [ 5 ] {6d1c73d1-ccd6-4504-9138-b9f23311699d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
16224 2025.03.22 20:14:43.849653 [ 5 ] {6d1c73d1-ccd6-4504-9138-b9f23311699d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
16225 2025.03.22 20:14:43.849705 [ 5 ] {6d1c73d1-ccd6-4504-9138-b9f23311699d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE
16226 2025.03.22 20:14:43.850082 [ 5 ] {6d1c73d1-ccd6-4504-9138-b9f23311699d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
16227 2025.03.22 20:14:43.850167 [ 5 ] {6d1c73d1-ccd6-4504-9138-b9f23311699d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
16228 2025.03.22 20:14:43.850347 [ 5 ] {6d1c73d1-ccd6-4504-9138-b9f23311699d} <Debug> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Key condition: (column 0 notIn 35-element set)
16229 2025.03.22 20:14:43.850453 [ 292 ] {6d1c73d1-ccd6-4504-9138-b9f23311699d} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps
16230 2025.03.22 20:14:43.850454 [ 289 ] {6d1c73d1-ccd6-4504-9138-b9f23311699d} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps
16231 2025.03.22 20:14:43.850559 [ 5 ] {6d1c73d1-ccd6-4504-9138-b9f23311699d} <Debug> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges
16232 2025.03.22 20:14:43.850583 [ 5 ] {6d1c73d1-ccd6-4504-9138-b9f23311699d} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Spreading mark ranges among streams (default reading)
16233 2025.03.22 20:14:43.850636 [ 5 ] {6d1c73d1-ccd6-4504-9138-b9f23311699d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))"
16234 2025.03.22 20:14:43.850662 [ 5 ] {6d1c73d1-ccd6-4504-9138-b9f23311699d} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 34 rows starting from 0
16235 2025.03.22 20:14:43.851882 [ 5 ] {6d1c73d1-ccd6-4504-9138-b9f23311699d} <Debug> executeQuery: Read 34 rows, 1.44 KiB in 0.002832 sec., 12005.649717514125 rows/sec., 509.32 KiB/sec.
16236 2025.03.22 20:14:43.851980 [ 5 ] {6d1c73d1-ccd6-4504-9138-b9f23311699d} <Debug> TCPHandler: Processed in 0.003210808 sec.
16237 2025.03.22 20:14:43.855163 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16238 2025.03.22 20:14:43.855285 [ 5 ] {9df20118-78d2-4a0d-b36d-c07013690cc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
16239 2025.03.22 20:14:43.855337 [ 5 ] {9df20118-78d2-4a0d-b36d-c07013690cc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
16240 2025.03.22 20:14:43.856008 [ 5 ] {9df20118-78d2-4a0d-b36d-c07013690cc2} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16241 2025.03.22 20:14:43.856050 [ 5 ] {9df20118-78d2-4a0d-b36d-c07013690cc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.37 GiB.
16242 2025.03.22 20:14:43.856569 [ 5 ] {9df20118-78d2-4a0d-b36d-c07013690cc2} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
16243 2025.03.22 20:14:43.856802 [ 5 ] {9df20118-78d2-4a0d-b36d-c07013690cc2} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16244 2025.03.22 20:14:43.857071 [ 5 ] {9df20118-78d2-4a0d-b36d-c07013690cc2} <Debug> executeQuery: Read 1 rows, 285.00 B in 0.001818 sec., 550.0550055005501 rows/sec., 153.09 KiB/sec.
16245 2025.03.22 20:14:43.857131 [ 5 ] {9df20118-78d2-4a0d-b36d-c07013690cc2} <Debug> TCPHandler: Processed in 0.002022373 sec.
16246 2025.03.22 20:14:43.857266 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16247 2025.03.22 20:14:43.857376 [ 5 ] {dfad9ef8-6a6e-4253-b08e-c94ae08ceb53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
16248 2025.03.22 20:14:43.857421 [ 5 ] {dfad9ef8-6a6e-4253-b08e-c94ae08ceb53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
16249 2025.03.22 20:14:43.857951 [ 5 ] {dfad9ef8-6a6e-4253-b08e-c94ae08ceb53} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16250 2025.03.22 20:14:43.857990 [ 5 ] {dfad9ef8-6a6e-4253-b08e-c94ae08ceb53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.37 GiB.
16251 2025.03.22 20:14:43.858346 [ 5 ] {dfad9ef8-6a6e-4253-b08e-c94ae08ceb53} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
16252 2025.03.22 20:14:43.858585 [ 5 ] {dfad9ef8-6a6e-4253-b08e-c94ae08ceb53} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16253 2025.03.22 20:14:43.858754 [ 24 ] {} <Debug> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64) (MergerMutator): Selected 6 parts from all_1_29_7 to all_34_34_0
16254 2025.03.22 20:14:43.858840 [ 5 ] {dfad9ef8-6a6e-4253-b08e-c94ae08ceb53} <Debug> executeQuery: Read 2 rows, 152.00 B in 0.001484 sec., 1347.7088948787061 rows/sec., 100.03 KiB/sec.
16255 2025.03.22 20:14:43.858848 [ 24 ] {} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16256 2025.03.22 20:14:43.858926 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.37 GiB.
16257 2025.03.22 20:14:43.858956 [ 5 ] {dfad9ef8-6a6e-4253-b08e-c94ae08ceb53} <Debug> TCPHandler: Processed in 0.001740327 sec.
16258 2025.03.22 20:14:43.859166 [ 192 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::all_1_34_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_29_7 to all_34_34_0 into Compact with storage Full
16259 2025.03.22 20:14:43.859185 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16260 2025.03.22 20:14:43.859434 [ 5 ] {b72aa918-10a7-4069-8cbc-77f1b855718c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
16261 2025.03.22 20:14:43.859445 [ 192 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::all_1_34_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16262 2025.03.22 20:14:43.859529 [ 192 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::all_1_34_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 18 rows starting from the beginning of the part
16263 2025.03.22 20:14:43.859530 [ 5 ] {b72aa918-10a7-4069-8cbc-77f1b855718c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
16264 2025.03.22 20:14:43.859889 [ 192 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::all_1_34_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 2 rows starting from the beginning of the part
16265 2025.03.22 20:14:43.860191 [ 192 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::all_1_34_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 2 rows starting from the beginning of the part
16266 2025.03.22 20:14:43.860597 [ 192 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::all_1_34_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 14 rows starting from the beginning of the part
16267 2025.03.22 20:14:43.860980 [ 192 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::all_1_34_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 2 rows starting from the beginning of the part
16268 2025.03.22 20:14:43.861343 [ 192 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::all_1_34_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 2 rows starting from the beginning of the part
16269 2025.03.22 20:14:43.862534 [ 5 ] {b72aa918-10a7-4069-8cbc-77f1b855718c} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16270 2025.03.22 20:14:43.862614 [ 5 ] {b72aa918-10a7-4069-8cbc-77f1b855718c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.36 GiB.
16271 2025.03.22 20:14:43.863620 [ 5 ] {b72aa918-10a7-4069-8cbc-77f1b855718c} <Trace> MergedBlockOutputStream: filled checksums all_161_161_0 (state Temporary)
16272 2025.03.22 20:14:43.864173 [ 187 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::all_1_34_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 40 rows, containing 5 columns (5 merged, 0 gathered) in 0.005141299 sec., 7780.1349425505105 rows/sec., 661.96 KiB/sec.
16273 2025.03.22 20:14:43.864210 [ 5 ] {b72aa918-10a7-4069-8cbc-77f1b855718c} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_161_161_0 to all_161_161_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16274 2025.03.22 20:14:43.864412 [ 187 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::all_1_34_8} <Trace> MergedBlockOutputStream: filled checksums all_1_34_8 (state Temporary)
16275 2025.03.22 20:14:43.864558 [ 24 ] {} <Debug> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5) (MergerMutator): Selected 6 parts from all_1_156_31 to all_161_161_0
16276 2025.03.22 20:14:43.864696 [ 24 ] {} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16277 2025.03.22 20:14:43.864738 [ 5 ] {b72aa918-10a7-4069-8cbc-77f1b855718c} <Debug> executeQuery: Read 86 rows, 7.21 KiB in 0.005385 sec., 15970.2878365831 rows/sec., 1.31 MiB/sec.
16278 2025.03.22 20:14:43.864754 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.36 GiB.
16279 2025.03.22 20:14:43.865099 [ 5 ] {b72aa918-10a7-4069-8cbc-77f1b855718c} <Debug> TCPHandler: Processed in 0.005978717 sec.
16280 2025.03.22 20:14:43.865191 [ 199 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_161_32} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_156_31 to all_161_161_0 into Compact with storage Full
16281 2025.03.22 20:14:43.865306 [ 187 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::all_1_34_8} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Renaming temporary part tmp_merge_all_1_34_8 to all_1_34_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16282 2025.03.22 20:14:43.865416 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16283 2025.03.22 20:14:43.865494 [ 199 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_161_32} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16284 2025.03.22 20:14:43.865506 [ 187 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::all_1_34_8} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64) (MergerMutator): Merged 6 parts: [all_1_29_7, all_34_34_0] -> all_1_34_8
16285 2025.03.22 20:14:43.865576 [ 199 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_156_31, total 1403 rows starting from the beginning of the part
16286 2025.03.22 20:14:43.865769 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
16287 2025.03.22 20:14:43.865813 [ 5 ] {a61e23df-4d80-45f4-8a78-9b632cd2ee32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
16288 2025.03.22 20:14:43.866006 [ 199 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_157_157_0, total 56 rows starting from the beginning of the part
16289 2025.03.22 20:14:43.866023 [ 5 ] {a61e23df-4d80-45f4-8a78-9b632cd2ee32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
16290 2025.03.22 20:14:43.866340 [ 199 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_158_158_0, total 118 rows starting from the beginning of the part
16291 2025.03.22 20:14:43.866688 [ 199 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_159_159_0, total 82 rows starting from the beginning of the part
16292 2025.03.22 20:14:43.867011 [ 199 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_160_160_0, total 137 rows starting from the beginning of the part
16293 2025.03.22 20:14:43.867412 [ 199 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_161_161_0, total 86 rows starting from the beginning of the part
16294 2025.03.22 20:14:43.868824 [ 5 ] {a61e23df-4d80-45f4-8a78-9b632cd2ee32} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16295 2025.03.22 20:14:43.868888 [ 5 ] {a61e23df-4d80-45f4-8a78-9b632cd2ee32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.36 GiB.
16296 2025.03.22 20:14:43.869914 [ 5 ] {a61e23df-4d80-45f4-8a78-9b632cd2ee32} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary)
16297 2025.03.22 20:14:43.870229 [ 5 ] {a61e23df-4d80-45f4-8a78-9b632cd2ee32} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16298 2025.03.22 20:14:43.870782 [ 199 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_161_32} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1882 rows, containing 5 columns (5 merged, 0 gathered) in 0.005842364 sec., 322129.8775632603 rows/sec., 28.09 MiB/sec.
16299 2025.03.22 20:14:43.870844 [ 5 ] {a61e23df-4d80-45f4-8a78-9b632cd2ee32} <Debug> executeQuery: Read 15 rows, 1.10 KiB in 0.005199 sec., 2885.1702250432777 rows/sec., 212.07 KiB/sec.
16300 2025.03.22 20:14:43.870982 [ 5 ] {a61e23df-4d80-45f4-8a78-9b632cd2ee32} <Debug> TCPHandler: Processed in 0.005694661 sec.
16301 2025.03.22 20:14:43.871104 [ 199 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_161_32} <Trace> MergedBlockOutputStream: filled checksums all_1_161_32 (state Temporary)
16302 2025.03.22 20:14:43.871336 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16303 2025.03.22 20:14:43.871764 [ 5 ] {19e009a6-8095-4f91-ac1d-8972cfd02fc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
16304 2025.03.22 20:14:43.871962 [ 199 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_161_32} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_merge_all_1_161_32 to all_1_161_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16305 2025.03.22 20:14:43.871974 [ 5 ] {19e009a6-8095-4f91-ac1d-8972cfd02fc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
16306 2025.03.22 20:14:43.872305 [ 199 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_161_32} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5) (MergerMutator): Merged 6 parts: [all_1_156_31, all_161_161_0] -> all_1_161_32
16307 2025.03.22 20:14:43.872579 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB.
16308 2025.03.22 20:14:43.873214 [ 5 ] {19e009a6-8095-4f91-ac1d-8972cfd02fc2} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16309 2025.03.22 20:14:43.873257 [ 5 ] {19e009a6-8095-4f91-ac1d-8972cfd02fc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.37 GiB.
16310 2025.03.22 20:14:43.873627 [ 5 ] {19e009a6-8095-4f91-ac1d-8972cfd02fc2} <Trace> MergedBlockOutputStream: filled checksums all_161_161_0 (state Temporary)
16311 2025.03.22 20:14:43.873875 [ 5 ] {19e009a6-8095-4f91-ac1d-8972cfd02fc2} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_161_161_0 to all_161_161_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16312 2025.03.22 20:14:43.874058 [ 24 ] {} <Debug> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add) (MergerMutator): Selected 6 parts from all_1_156_31 to all_161_161_0
16313 2025.03.22 20:14:43.874109 [ 24 ] {} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16314 2025.03.22 20:14:43.874132 [ 5 ] {19e009a6-8095-4f91-ac1d-8972cfd02fc2} <Debug> executeQuery: Read 91 rows, 7.14 KiB in 0.002542 sec., 35798.58379228954 rows/sec., 2.74 MiB/sec.
16315 2025.03.22 20:14:43.874147 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.37 GiB.
16316 2025.03.22 20:14:43.874296 [ 5 ] {19e009a6-8095-4f91-ac1d-8972cfd02fc2} <Debug> TCPHandler: Processed in 0.003137167 sec.
16317 2025.03.22 20:14:43.874375 [ 187 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_161_32} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_156_31 to all_161_161_0 into Compact with storage Full
16318 2025.03.22 20:14:43.874514 [ 187 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_161_32} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16319 2025.03.22 20:14:43.874537 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16320 2025.03.22 20:14:43.874558 [ 187 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_156_31, total 631 rows starting from the beginning of the part
16321 2025.03.22 20:14:43.874834 [ 187 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_157_157_0, total 64 rows starting from the beginning of the part
16322 2025.03.22 20:14:43.874867 [ 5 ] {11364a3f-00f6-4cf3-8aa3-1071edc2bfb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
16323 2025.03.22 20:14:43.875071 [ 5 ] {11364a3f-00f6-4cf3-8aa3-1071edc2bfb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
16324 2025.03.22 20:14:43.875136 [ 187 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_158_158_0, total 98 rows starting from the beginning of the part
16325 2025.03.22 20:14:43.875529 [ 187 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_159_159_0, total 77 rows starting from the beginning of the part
16326 2025.03.22 20:14:43.875878 [ 187 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_160_160_0, total 115 rows starting from the beginning of the part
16327 2025.03.22 20:14:43.876302 [ 187 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_161_161_0, total 91 rows starting from the beginning of the part
16328 2025.03.22 20:14:43.877948 [ 5 ] {11364a3f-00f6-4cf3-8aa3-1071edc2bfb0} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16329 2025.03.22 20:14:43.878028 [ 5 ] {11364a3f-00f6-4cf3-8aa3-1071edc2bfb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.36 GiB.
16330 2025.03.22 20:14:43.878960 [ 5 ] {11364a3f-00f6-4cf3-8aa3-1071edc2bfb0} <Trace> MergedBlockOutputStream: filled checksums all_161_161_0 (state Temporary)
16331 2025.03.22 20:14:43.879152 [ 198 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_161_32} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1076 rows, containing 5 columns (5 merged, 0 gathered) in 0.004870664 sec., 220914.43794932272 rows/sec., 17.72 MiB/sec.
16332 2025.03.22 20:14:43.879392 [ 5 ] {11364a3f-00f6-4cf3-8aa3-1071edc2bfb0} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_161_161_0 to all_161_161_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16333 2025.03.22 20:14:43.879470 [ 198 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_161_32} <Trace> MergedBlockOutputStream: filled checksums all_1_161_32 (state Temporary)
16334 2025.03.22 20:14:43.879659 [ 24 ] {} <Debug> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Selected 2 parts from all_1_156_39 to all_157_157_0
16335 2025.03.22 20:14:43.879773 [ 24 ] {} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16336 2025.03.22 20:14:43.879823 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.37 GiB.
16337 2025.03.22 20:14:43.879870 [ 5 ] {11364a3f-00f6-4cf3-8aa3-1071edc2bfb0} <Debug> executeQuery: Read 162 rows, 11.53 KiB in 0.005091 sec., 31820.86034177961 rows/sec., 2.21 MiB/sec.
16338 2025.03.22 20:14:43.880161 [ 195 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_157_40} <Debug> MergeTask::PrepareStage: Merging 2 parts: from all_1_156_39 to all_157_157_0 into Compact with storage Full
16339 2025.03.22 20:14:43.880301 [ 5 ] {11364a3f-00f6-4cf3-8aa3-1071edc2bfb0} <Debug> TCPHandler: Processed in 0.005826664 sec.
16340 2025.03.22 20:14:43.880721 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16341 2025.03.22 20:14:43.880975 [ 195 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_157_40} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16342 2025.03.22 20:14:43.881116 [ 5 ] {d9f82e21-ff26-4877-831f-c1e5a495efce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
16343 2025.03.22 20:14:43.881197 [ 195 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_157_40} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_156_39, total 42700 rows starting from the beginning of the part
16344 2025.03.22 20:14:43.881791 [ 5 ] {d9f82e21-ff26-4877-831f-c1e5a495efce} <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
16345 2025.03.22 20:14:43.881842 [ 195 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_157_40} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_157_157_0, total 32 rows starting from the beginning of the part
16346 2025.03.22 20:14:43.883108 [ 193 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_161_32} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_merge_all_1_161_32 to all_1_161_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16347 2025.03.22 20:14:43.883935 [ 193 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_161_32} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add) (MergerMutator): Merged 6 parts: [all_1_156_31, all_161_161_0] -> all_1_161_32
16348 2025.03.22 20:14:43.884446 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB.
16349 2025.03.22 20:14:43.886442 [ 5 ] {d9f82e21-ff26-4877-831f-c1e5a495efce} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16350 2025.03.22 20:14:43.886485 [ 5 ] {d9f82e21-ff26-4877-831f-c1e5a495efce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.36 GiB.
16351 2025.03.22 20:14:43.887259 [ 5 ] {d9f82e21-ff26-4877-831f-c1e5a495efce} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary)
16352 2025.03.22 20:14:43.887629 [ 5 ] {d9f82e21-ff26-4877-831f-c1e5a495efce} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16353 2025.03.22 20:14:43.887967 [ 5 ] {d9f82e21-ff26-4877-831f-c1e5a495efce} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.006991 sec., 1859.5336861679302 rows/sec., 3.33 MiB/sec.
16354 2025.03.22 20:14:43.888116 [ 5 ] {d9f82e21-ff26-4877-831f-c1e5a495efce} <Debug> TCPHandler: Processed in 0.007500919 sec.
16355 2025.03.22 20:14:43.888285 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16356 2025.03.22 20:14:43.888390 [ 5 ] {1b66d796-d65c-466f-be16-bf9078ae2a61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
16357 2025.03.22 20:14:43.888437 [ 5 ] {1b66d796-d65c-466f-be16-bf9078ae2a61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
16358 2025.03.22 20:14:43.889101 [ 5 ] {1b66d796-d65c-466f-be16-bf9078ae2a61} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16359 2025.03.22 20:14:43.889142 [ 5 ] {1b66d796-d65c-466f-be16-bf9078ae2a61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.36 GiB.
16360 2025.03.22 20:14:43.889597 [ 5 ] {1b66d796-d65c-466f-be16-bf9078ae2a61} <Trace> MergedBlockOutputStream: filled checksums all_161_161_0 (state Temporary)
16361 2025.03.22 20:14:43.889875 [ 5 ] {1b66d796-d65c-466f-be16-bf9078ae2a61} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_161_161_0 to all_161_161_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16362 2025.03.22 20:14:43.890153 [ 24 ] {} <Debug> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462) (MergerMutator): Selected 6 parts from all_1_156_31 to all_161_161_0
16363 2025.03.22 20:14:43.890212 [ 24 ] {} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16364 2025.03.22 20:14:43.890240 [ 5 ] {1b66d796-d65c-466f-be16-bf9078ae2a61} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001864 sec., 32188.84120171674 rows/sec., 2.17 MiB/sec.
16365 2025.03.22 20:14:43.890258 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.36 GiB.
16366 2025.03.22 20:14:43.890582 [ 5 ] {1b66d796-d65c-466f-be16-bf9078ae2a61} <Debug> TCPHandler: Processed in 0.00235052 sec.
16367 2025.03.22 20:14:43.890710 [ 193 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_161_32} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_156_31 to all_161_161_0 into Compact with storage Full
16368 2025.03.22 20:14:43.890808 [ 193 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_161_32} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16369 2025.03.22 20:14:43.890839 [ 193 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_156_31, total 8004 rows starting from the beginning of the part
16370 2025.03.22 20:14:43.890932 [ 193 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_157_157_0, total 12 rows starting from the beginning of the part
16371 2025.03.22 20:14:43.891312 [ 193 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_158_158_0, total 60 rows starting from the beginning of the part
16372 2025.03.22 20:14:43.891429 [ 193 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_159_159_0, total 60 rows starting from the beginning of the part
16373 2025.03.22 20:14:43.891604 [ 193 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_160_160_0, total 60 rows starting from the beginning of the part
16374 2025.03.22 20:14:43.891845 [ 193 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_161_161_0, total 60 rows starting from the beginning of the part
16375 2025.03.22 20:14:43.894763 [ 194 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_157_40} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 42732 rows, containing 5 columns (5 merged, 0 gathered) in 0.014786074 sec., 2890016.646744768 rows/sec., 198.04 MiB/sec.
16376 2025.03.22 20:14:43.895217 [ 194 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_157_40} <Trace> MergedBlockOutputStream: filled checksums all_1_157_40 (state Temporary)
16377 2025.03.22 20:14:43.895735 [ 195 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_161_32} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8256 rows, containing 4 columns (4 merged, 0 gathered) in 0.005260592 sec., 1569405.1163823388 rows/sec., 105.78 MiB/sec.
16378 2025.03.22 20:14:43.895964 [ 189 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_161_32} <Trace> MergedBlockOutputStream: filled checksums all_1_161_32 (state Temporary)
16379 2025.03.22 20:14:43.895965 [ 194 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_157_40} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_merge_all_1_157_40 to all_1_157_40 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16380 2025.03.22 20:14:43.896180 [ 194 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_157_40} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Merged 2 parts: [all_1_156_39, all_157_157_0] -> all_1_157_40
16381 2025.03.22 20:14:43.896340 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB.
16382 2025.03.22 20:14:43.896499 [ 189 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_161_32} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_merge_all_1_161_32 to all_1_161_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16383 2025.03.22 20:14:43.896582 [ 189 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_161_32} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462) (MergerMutator): Merged 6 parts: [all_1_156_31, all_161_161_0] -> all_1_161_32
16384 2025.03.22 20:14:43.896660 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.53 MiB.
16385 2025.03.22 20:14:44.000137 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 270.14 MiB, peak 290.93 MiB, free memory in arenas 0.00 B, will set to 268.80 MiB (RSS), difference: -1.34 MiB
16386 2025.03.22 20:14:47.800024 [ 40 ] {} <Debug> DNSResolver: Updating DNS cache
16387 2025.03.22 20:14:47.800148 [ 40 ] {} <Debug> DNSResolver: Updated DNS cache
16388 2025.03.22 20:14:48.123592 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 43127
16389 2025.03.22 20:14:48.124263 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16390 2025.03.22 20:14:48.124304 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.36 GiB.
16391 2025.03.22 20:14:48.124837 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
16392 2025.03.22 20:14:48.125094 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16393 2025.03.22 20:14:48.125269 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 43127
16394 2025.03.22 20:14:48.853931 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16395 2025.03.22 20:14:48.854128 [ 5 ] {254d46b0-e749-487a-baac-37bb4e5ae60b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
16396 2025.03.22 20:14:48.854204 [ 5 ] {254d46b0-e749-487a-baac-37bb4e5ae60b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
16397 2025.03.22 20:14:48.854972 [ 5 ] {254d46b0-e749-487a-baac-37bb4e5ae60b} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16398 2025.03.22 20:14:48.855027 [ 5 ] {254d46b0-e749-487a-baac-37bb4e5ae60b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.36 GiB.
16399 2025.03.22 20:14:48.855464 [ 5 ] {254d46b0-e749-487a-baac-37bb4e5ae60b} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
16400 2025.03.22 20:14:48.855724 [ 5 ] {254d46b0-e749-487a-baac-37bb4e5ae60b} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16401 2025.03.22 20:14:48.855998 [ 5 ] {254d46b0-e749-487a-baac-37bb4e5ae60b} <Debug> executeQuery: Read 1 rows, 76.00 B in 0.00191 sec., 523.5602094240837 rows/sec., 38.86 KiB/sec.
16402 2025.03.22 20:14:48.856168 [ 5 ] {254d46b0-e749-487a-baac-37bb4e5ae60b} <Debug> TCPHandler: Processed in 0.00236496 sec.
16403 2025.03.22 20:14:48.856383 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16404 2025.03.22 20:14:48.856494 [ 5 ] {ee200841-8328-496a-901c-1ba480fecda1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
16405 2025.03.22 20:14:48.856544 [ 5 ] {ee200841-8328-496a-901c-1ba480fecda1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
16406 2025.03.22 20:14:48.857200 [ 5 ] {ee200841-8328-496a-901c-1ba480fecda1} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16407 2025.03.22 20:14:48.857241 [ 5 ] {ee200841-8328-496a-901c-1ba480fecda1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.36 GiB.
16408 2025.03.22 20:14:48.857633 [ 5 ] {ee200841-8328-496a-901c-1ba480fecda1} <Trace> MergedBlockOutputStream: filled checksums all_162_162_0 (state Temporary)
16409 2025.03.22 20:14:48.857882 [ 5 ] {ee200841-8328-496a-901c-1ba480fecda1} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_162_162_0 to all_162_162_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16410 2025.03.22 20:14:48.858069 [ 5 ] {ee200841-8328-496a-901c-1ba480fecda1} <Debug> executeQuery: Read 142 rows, 12.41 KiB in 0.001603 sec., 88583.90517779163 rows/sec., 7.56 MiB/sec.
16411 2025.03.22 20:14:48.858125 [ 5 ] {ee200841-8328-496a-901c-1ba480fecda1} <Debug> TCPHandler: Processed in 0.001809119 sec.
16412 2025.03.22 20:14:48.858232 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16413 2025.03.22 20:14:48.858335 [ 5 ] {466a34d7-8e16-45e9-9978-9c7ebdf537fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
16414 2025.03.22 20:14:48.858381 [ 5 ] {466a34d7-8e16-45e9-9978-9c7ebdf537fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
16415 2025.03.22 20:14:48.858909 [ 5 ] {466a34d7-8e16-45e9-9978-9c7ebdf537fc} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16416 2025.03.22 20:14:48.858946 [ 5 ] {466a34d7-8e16-45e9-9978-9c7ebdf537fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.36 GiB.
16417 2025.03.22 20:14:48.859297 [ 5 ] {466a34d7-8e16-45e9-9978-9c7ebdf537fc} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary)
16418 2025.03.22 20:14:48.859535 [ 5 ] {466a34d7-8e16-45e9-9978-9c7ebdf537fc} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16419 2025.03.22 20:14:48.859708 [ 5 ] {466a34d7-8e16-45e9-9978-9c7ebdf537fc} <Debug> executeQuery: Read 43 rows, 3.22 KiB in 0.001395 sec., 30824.372759856633 rows/sec., 2.25 MiB/sec.
16420 2025.03.22 20:14:48.859760 [ 5 ] {466a34d7-8e16-45e9-9978-9c7ebdf537fc} <Debug> TCPHandler: Processed in 0.001579483 sec.
16421 2025.03.22 20:14:48.859886 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16422 2025.03.22 20:14:48.859992 [ 5 ] {768686d7-6796-4524-80f7-bf59579acbb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
16423 2025.03.22 20:14:48.860036 [ 5 ] {768686d7-6796-4524-80f7-bf59579acbb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
16424 2025.03.22 20:14:48.860596 [ 5 ] {768686d7-6796-4524-80f7-bf59579acbb5} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16425 2025.03.22 20:14:48.860633 [ 5 ] {768686d7-6796-4524-80f7-bf59579acbb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.36 GiB.
16426 2025.03.22 20:14:48.860991 [ 5 ] {768686d7-6796-4524-80f7-bf59579acbb5} <Trace> MergedBlockOutputStream: filled checksums all_162_162_0 (state Temporary)
16427 2025.03.22 20:14:48.861229 [ 5 ] {768686d7-6796-4524-80f7-bf59579acbb5} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_162_162_0 to all_162_162_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16428 2025.03.22 20:14:48.861406 [ 5 ] {768686d7-6796-4524-80f7-bf59579acbb5} <Debug> executeQuery: Read 113 rows, 8.97 KiB in 0.001436 sec., 78690.8077994429 rows/sec., 6.10 MiB/sec.
16429 2025.03.22 20:14:48.861457 [ 5 ] {768686d7-6796-4524-80f7-bf59579acbb5} <Debug> TCPHandler: Processed in 0.001621955 sec.
16430 2025.03.22 20:14:48.861574 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16431 2025.03.22 20:14:48.861679 [ 5 ] {bee7a22b-b9d7-4a80-84a7-c7e03f3896d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
16432 2025.03.22 20:14:48.861727 [ 5 ] {bee7a22b-b9d7-4a80-84a7-c7e03f3896d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
16433 2025.03.22 20:14:48.862245 [ 5 ] {bee7a22b-b9d7-4a80-84a7-c7e03f3896d7} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16434 2025.03.22 20:14:48.862281 [ 5 ] {bee7a22b-b9d7-4a80-84a7-c7e03f3896d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.36 GiB.
16435 2025.03.22 20:14:48.862662 [ 5 ] {bee7a22b-b9d7-4a80-84a7-c7e03f3896d7} <Trace> MergedBlockOutputStream: filled checksums all_162_162_0 (state Temporary)
16436 2025.03.22 20:14:48.862911 [ 5 ] {bee7a22b-b9d7-4a80-84a7-c7e03f3896d7} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_162_162_0 to all_162_162_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16437 2025.03.22 20:14:48.863045 [ 37 ] {} <Debug> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Selected 2 parts from all_1_157_40 to all_158_158_0
16438 2025.03.22 20:14:48.863086 [ 37 ] {} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16439 2025.03.22 20:14:48.863096 [ 5 ] {bee7a22b-b9d7-4a80-84a7-c7e03f3896d7} <Debug> executeQuery: Read 161 rows, 11.47 KiB in 0.001435 sec., 112195.12195121951 rows/sec., 7.81 MiB/sec.
16440 2025.03.22 20:14:48.863110 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.36 GiB.
16441 2025.03.22 20:14:48.863208 [ 5 ] {bee7a22b-b9d7-4a80-84a7-c7e03f3896d7} <Debug> TCPHandler: Processed in 0.001681936 sec.
16442 2025.03.22 20:14:48.863293 [ 191 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_158_41} <Debug> MergeTask::PrepareStage: Merging 2 parts: from all_1_157_40 to all_158_158_0 into Compact with storage Full
16443 2025.03.22 20:14:48.863370 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16444 2025.03.22 20:14:48.863599 [ 191 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_158_41} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16445 2025.03.22 20:14:48.863609 [ 5 ] {b210251a-82ea-4ed6-8f97-64e16ba300f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
16446 2025.03.22 20:14:48.863672 [ 191 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_158_41} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_157_40, total 42732 rows starting from the beginning of the part
16447 2025.03.22 20:14:48.863765 [ 5 ] {b210251a-82ea-4ed6-8f97-64e16ba300f6} <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
16448 2025.03.22 20:14:48.863952 [ 191 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_158_41} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_158_158_0, total 160 rows starting from the beginning of the part
16449 2025.03.22 20:14:48.867056 [ 5 ] {b210251a-82ea-4ed6-8f97-64e16ba300f6} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16450 2025.03.22 20:14:48.867100 [ 5 ] {b210251a-82ea-4ed6-8f97-64e16ba300f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.36 GiB.
16451 2025.03.22 20:14:48.868069 [ 5 ] {b210251a-82ea-4ed6-8f97-64e16ba300f6} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary)
16452 2025.03.22 20:14:48.868434 [ 5 ] {b210251a-82ea-4ed6-8f97-64e16ba300f6} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16453 2025.03.22 20:14:48.868651 [ 5 ] {b210251a-82ea-4ed6-8f97-64e16ba300f6} <Debug> executeQuery: Read 42 rows, 77.07 KiB in 0.005131 sec., 8185.538881309686 rows/sec., 14.67 MiB/sec.
16454 2025.03.22 20:14:48.868877 [ 5 ] {b210251a-82ea-4ed6-8f97-64e16ba300f6} <Debug> TCPHandler: Processed in 0.005575928 sec.
16455 2025.03.22 20:14:48.869027 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16456 2025.03.22 20:14:48.869168 [ 5 ] {c4e5c1e8-b013-45c6-8d20-f695fb72e58f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
16457 2025.03.22 20:14:48.869214 [ 5 ] {c4e5c1e8-b013-45c6-8d20-f695fb72e58f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
16458 2025.03.22 20:14:48.869805 [ 5 ] {c4e5c1e8-b013-45c6-8d20-f695fb72e58f} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16459 2025.03.22 20:14:48.869865 [ 5 ] {c4e5c1e8-b013-45c6-8d20-f695fb72e58f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.36 GiB.
16460 2025.03.22 20:14:48.870289 [ 5 ] {c4e5c1e8-b013-45c6-8d20-f695fb72e58f} <Trace> MergedBlockOutputStream: filled checksums all_162_162_0 (state Temporary)
16461 2025.03.22 20:14:48.870549 [ 5 ] {c4e5c1e8-b013-45c6-8d20-f695fb72e58f} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_162_162_0 to all_162_162_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16462 2025.03.22 20:14:48.870757 [ 5 ] {c4e5c1e8-b013-45c6-8d20-f695fb72e58f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001634 sec., 36719.70624235006 rows/sec., 2.47 MiB/sec.
16463 2025.03.22 20:14:48.870809 [ 5 ] {c4e5c1e8-b013-45c6-8d20-f695fb72e58f} <Debug> TCPHandler: Processed in 0.001834699 sec.
16464 2025.03.22 20:14:48.873385 [ 194 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_158_41} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 42892 rows, containing 5 columns (5 merged, 0 gathered) in 0.010165446 sec., 4219391.849605025 rows/sec., 289.16 MiB/sec.
16465 2025.03.22 20:14:48.873743 [ 195 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_158_41} <Trace> MergedBlockOutputStream: filled checksums all_1_158_41 (state Temporary)
16466 2025.03.22 20:14:48.874121 [ 195 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_158_41} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_merge_all_1_158_41 to all_1_158_41 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16467 2025.03.22 20:14:48.874208 [ 195 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_158_41} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Merged 2 parts: [all_1_157_40, all_158_158_0] -> all_1_158_41
16468 2025.03.22 20:14:48.874299 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB.
16469 2025.03.22 20:14:50.665326 [ 220 ] {} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0]
16470 2025.03.22 20:14:50.665410 [ 220 ] {} <Debug> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0]
16471 2025.03.22 20:14:50.667176 [ 220 ] {} <Debug> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0]
16472 2025.03.22 20:14:51.339191 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 709
16473 2025.03.22 20:14:51.362318 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16474 2025.03.22 20:14:51.362376 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.36 GiB.
16475 2025.03.22 20:14:51.369938 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
16476 2025.03.22 20:14:51.370750 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16477 2025.03.22 20:14:51.373670 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 709
16478 2025.03.22 20:14:52.223713 [ 220 ] {} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0]
16479 2025.03.22 20:14:52.223800 [ 220 ] {} <Debug> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0]
16480 2025.03.22 20:14:52.225968 [ 220 ] {} <Debug> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0]
16481 2025.03.22 20:14:52.277905 [ 217 ] {} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0]
16482 2025.03.22 20:14:52.277958 [ 217 ] {} <Debug> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0]
16483 2025.03.22 20:14:52.279885 [ 217 ] {} <Debug> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0]
16484 2025.03.22 20:14:52.512377 [ 219 ] {} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0]
16485 2025.03.22 20:14:52.512435 [ 219 ] {} <Debug> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0]
16486 2025.03.22 20:14:52.514403 [ 219 ] {} <Debug> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0]
16487 2025.03.22 20:14:52.616761 [ 222 ] {} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0]
16488 2025.03.22 20:14:52.616815 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0]
16489 2025.03.22 20:14:52.618599 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0]
16490 2025.03.22 20:14:52.853539 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16491 2025.03.22 20:14:52.853751 [ 5 ] {7bc9a0e1-01b2-46c0-a9bd-93d3d03dd7d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
16492 2025.03.22 20:14:52.853832 [ 5 ] {7bc9a0e1-01b2-46c0-a9bd-93d3d03dd7d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
16493 2025.03.22 20:14:52.854650 [ 5 ] {7bc9a0e1-01b2-46c0-a9bd-93d3d03dd7d0} <Trace> oximeter.fields_i16 (264093f9-a655-4468-9a79-5d699a3bbf39): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16494 2025.03.22 20:14:52.854697 [ 5 ] {7bc9a0e1-01b2-46c0-a9bd-93d3d03dd7d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.36 GiB.
16495 2025.03.22 20:14:52.855142 [ 5 ] {7bc9a0e1-01b2-46c0-a9bd-93d3d03dd7d0} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
16496 2025.03.22 20:14:52.855403 [ 5 ] {7bc9a0e1-01b2-46c0-a9bd-93d3d03dd7d0} <Trace> oximeter.fields_i16 (264093f9-a655-4468-9a79-5d699a3bbf39): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16497 2025.03.22 20:14:52.855637 [ 5 ] {7bc9a0e1-01b2-46c0-a9bd-93d3d03dd7d0} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001941 sec., 12364.760432766616 rows/sec., 1.03 MiB/sec.
16498 2025.03.22 20:14:52.855866 [ 5 ] {7bc9a0e1-01b2-46c0-a9bd-93d3d03dd7d0} <Debug> TCPHandler: Processed in 0.002460852 sec.
16499 2025.03.22 20:14:52.856028 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16500 2025.03.22 20:14:52.856137 [ 5 ] {96a67bc9-14c9-4238-9f3a-1504b1c84050} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
16501 2025.03.22 20:14:52.856186 [ 5 ] {96a67bc9-14c9-4238-9f3a-1504b1c84050} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
16502 2025.03.22 20:14:52.856736 [ 5 ] {96a67bc9-14c9-4238-9f3a-1504b1c84050} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16503 2025.03.22 20:14:52.856776 [ 5 ] {96a67bc9-14c9-4238-9f3a-1504b1c84050} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.36 GiB.
16504 2025.03.22 20:14:52.857119 [ 5 ] {96a67bc9-14c9-4238-9f3a-1504b1c84050} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
16505 2025.03.22 20:14:52.857354 [ 5 ] {96a67bc9-14c9-4238-9f3a-1504b1c84050} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16506 2025.03.22 20:14:52.857530 [ 5 ] {96a67bc9-14c9-4238-9f3a-1504b1c84050} <Debug> executeQuery: Read 2 rows, 152.00 B in 0.00142 sec., 1408.4507042253522 rows/sec., 104.53 KiB/sec.
16507 2025.03.22 20:14:52.857585 [ 5 ] {96a67bc9-14c9-4238-9f3a-1504b1c84050} <Debug> TCPHandler: Processed in 0.001608784 sec.
16508 2025.03.22 20:14:52.857725 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16509 2025.03.22 20:14:52.857831 [ 5 ] {d6c0ca7e-e0de-44e0-951a-f52e1772a0ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
16510 2025.03.22 20:14:52.857876 [ 5 ] {d6c0ca7e-e0de-44e0-951a-f52e1772a0ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
16511 2025.03.22 20:14:52.859197 [ 5 ] {d6c0ca7e-e0de-44e0-951a-f52e1772a0ff} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16512 2025.03.22 20:14:52.859237 [ 5 ] {d6c0ca7e-e0de-44e0-951a-f52e1772a0ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.36 GiB.
16513 2025.03.22 20:14:52.859686 [ 5 ] {d6c0ca7e-e0de-44e0-951a-f52e1772a0ff} <Trace> MergedBlockOutputStream: filled checksums all_163_163_0 (state Temporary)
16514 2025.03.22 20:14:52.859926 [ 5 ] {d6c0ca7e-e0de-44e0-951a-f52e1772a0ff} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_163_163_0 to all_163_163_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16515 2025.03.22 20:14:52.860111 [ 5 ] {d6c0ca7e-e0de-44e0-951a-f52e1772a0ff} <Debug> executeQuery: Read 1346 rows, 114.76 KiB in 0.002303 sec., 584455.0586191923 rows/sec., 48.66 MiB/sec.
16516 2025.03.22 20:14:52.860163 [ 5 ] {d6c0ca7e-e0de-44e0-951a-f52e1772a0ff} <Debug> TCPHandler: Processed in 0.002487783 sec.
16517 2025.03.22 20:14:52.860282 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16518 2025.03.22 20:14:52.860389 [ 5 ] {33daa132-6880-42e5-80af-60a1256516c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
16519 2025.03.22 20:14:52.860433 [ 5 ] {33daa132-6880-42e5-80af-60a1256516c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
16520 2025.03.22 20:14:52.860969 [ 5 ] {33daa132-6880-42e5-80af-60a1256516c0} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16521 2025.03.22 20:14:52.861007 [ 5 ] {33daa132-6880-42e5-80af-60a1256516c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.36 GiB.
16522 2025.03.22 20:14:52.861353 [ 5 ] {33daa132-6880-42e5-80af-60a1256516c0} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary)
16523 2025.03.22 20:14:52.861595 [ 5 ] {33daa132-6880-42e5-80af-60a1256516c0} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16524 2025.03.22 20:14:52.861798 [ 56 ] {} <Debug> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0
16525 2025.03.22 20:14:52.861811 [ 5 ] {33daa132-6880-42e5-80af-60a1256516c0} <Debug> executeQuery: Read 27 rows, 2.06 KiB in 0.001428 sec., 18907.563025210085 rows/sec., 1.41 MiB/sec.
16526 2025.03.22 20:14:52.861875 [ 56 ] {} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16527 2025.03.22 20:14:52.861945 [ 5 ] {33daa132-6880-42e5-80af-60a1256516c0} <Debug> TCPHandler: Processed in 0.001704477 sec.
16528 2025.03.22 20:14:52.861945 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.36 GiB.
16529 2025.03.22 20:14:52.862139 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16530 2025.03.22 20:14:52.862167 [ 194 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_136_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full
16531 2025.03.22 20:14:52.862338 [ 5 ] {8f8a54a2-cf28-4300-b22c-5a7f53c7cde6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
16532 2025.03.22 20:14:52.862453 [ 5 ] {8f8a54a2-cf28-4300-b22c-5a7f53c7cde6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
16533 2025.03.22 20:14:52.862470 [ 194 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16534 2025.03.22 20:14:52.862577 [ 194 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 74 rows starting from the beginning of the part
16535 2025.03.22 20:14:52.862922 [ 194 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 13 rows starting from the beginning of the part
16536 2025.03.22 20:14:52.863339 [ 194 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 42 rows starting from the beginning of the part
16537 2025.03.22 20:14:52.863774 [ 194 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 15 rows starting from the beginning of the part
16538 2025.03.22 20:14:52.864154 [ 194 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 43 rows starting from the beginning of the part
16539 2025.03.22 20:14:52.864468 [ 194 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 27 rows starting from the beginning of the part
16540 2025.03.22 20:14:52.865486 [ 5 ] {8f8a54a2-cf28-4300-b22c-5a7f53c7cde6} <Trace> oximeter.fields_u32 (ad7a5232-f0e1-40d6-acb0-24ed1d64c039): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16541 2025.03.22 20:14:52.865578 [ 5 ] {8f8a54a2-cf28-4300-b22c-5a7f53c7cde6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.36 GiB.
16542 2025.03.22 20:14:52.866649 [ 5 ] {8f8a54a2-cf28-4300-b22c-5a7f53c7cde6} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
16543 2025.03.22 20:14:52.867258 [ 5 ] {8f8a54a2-cf28-4300-b22c-5a7f53c7cde6} <Trace> oximeter.fields_u32 (ad7a5232-f0e1-40d6-acb0-24ed1d64c039): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16544 2025.03.22 20:14:52.867268 [ 194 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 214 rows, containing 5 columns (5 merged, 0 gathered) in 0.0051885 sec., 41245.06119302303 rows/sec., 3.18 MiB/sec.
16545 2025.03.22 20:14:52.867755 [ 5 ] {8f8a54a2-cf28-4300-b22c-5a7f53c7cde6} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.005455 sec., 46196.1503208066 rows/sec., 3.20 MiB/sec.
16546 2025.03.22 20:14:52.867779 [ 200 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary)
16547 2025.03.22 20:14:52.868080 [ 5 ] {8f8a54a2-cf28-4300-b22c-5a7f53c7cde6} <Debug> TCPHandler: Processed in 0.006006777 sec.
16548 2025.03.22 20:14:52.868383 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16549 2025.03.22 20:14:52.868559 [ 5 ] {79dbda86-778f-45a2-9135-64e10333d1d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
16550 2025.03.22 20:14:52.868645 [ 5 ] {79dbda86-778f-45a2-9135-64e10333d1d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
16551 2025.03.22 20:14:52.868778 [ 200 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_136_27} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16552 2025.03.22 20:14:52.868993 [ 200 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_136_27} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27
16553 2025.03.22 20:14:52.869234 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
16554 2025.03.22 20:14:52.869631 [ 5 ] {79dbda86-778f-45a2-9135-64e10333d1d0} <Trace> oximeter.fields_u8 (faaaa09d-c3bc-4a8d-ab11-77969ca3dca4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16555 2025.03.22 20:14:52.869676 [ 5 ] {79dbda86-778f-45a2-9135-64e10333d1d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.36 GiB.
16556 2025.03.22 20:14:52.870034 [ 5 ] {79dbda86-778f-45a2-9135-64e10333d1d0} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
16557 2025.03.22 20:14:52.870264 [ 5 ] {79dbda86-778f-45a2-9135-64e10333d1d0} <Trace> oximeter.fields_u8 (faaaa09d-c3bc-4a8d-ab11-77969ca3dca4): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16558 2025.03.22 20:14:52.870510 [ 5 ] {79dbda86-778f-45a2-9135-64e10333d1d0} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001993 sec., 6021.073758153538 rows/sec., 470.40 KiB/sec.
16559 2025.03.22 20:14:52.870701 [ 5 ] {79dbda86-778f-45a2-9135-64e10333d1d0} <Debug> TCPHandler: Processed in 0.002392411 sec.
16560 2025.03.22 20:14:52.870865 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16561 2025.03.22 20:14:52.870969 [ 5 ] {6f33d813-cf91-4628-8609-53fbc2915faf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
16562 2025.03.22 20:14:52.871015 [ 5 ] {6f33d813-cf91-4628-8609-53fbc2915faf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
16563 2025.03.22 20:14:52.871815 [ 5 ] {6f33d813-cf91-4628-8609-53fbc2915faf} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16564 2025.03.22 20:14:52.871857 [ 5 ] {6f33d813-cf91-4628-8609-53fbc2915faf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.36 GiB.
16565 2025.03.22 20:14:52.872259 [ 5 ] {6f33d813-cf91-4628-8609-53fbc2915faf} <Trace> MergedBlockOutputStream: filled checksums all_163_163_0 (state Temporary)
16566 2025.03.22 20:14:52.872617 [ 5 ] {6f33d813-cf91-4628-8609-53fbc2915faf} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_163_163_0 to all_163_163_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16567 2025.03.22 20:14:52.872843 [ 5 ] {6f33d813-cf91-4628-8609-53fbc2915faf} <Debug> executeQuery: Read 583 rows, 44.69 KiB in 0.001896 sec., 307489.45147679327 rows/sec., 23.02 MiB/sec.
16568 2025.03.22 20:14:52.872904 [ 5 ] {6f33d813-cf91-4628-8609-53fbc2915faf} <Debug> TCPHandler: Processed in 0.002096635 sec.
16569 2025.03.22 20:14:52.873025 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16570 2025.03.22 20:14:52.873131 [ 5 ] {06939a96-f669-4a7c-bc0e-e4f18c46336e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
16571 2025.03.22 20:14:52.873206 [ 5 ] {06939a96-f669-4a7c-bc0e-e4f18c46336e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
16572 2025.03.22 20:14:52.873968 [ 5 ] {06939a96-f669-4a7c-bc0e-e4f18c46336e} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16573 2025.03.22 20:14:52.874008 [ 5 ] {06939a96-f669-4a7c-bc0e-e4f18c46336e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.36 GiB.
16574 2025.03.22 20:14:52.874503 [ 5 ] {06939a96-f669-4a7c-bc0e-e4f18c46336e} <Trace> MergedBlockOutputStream: filled checksums all_163_163_0 (state Temporary)
16575 2025.03.22 20:14:52.874745 [ 5 ] {06939a96-f669-4a7c-bc0e-e4f18c46336e} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_163_163_0 to all_163_163_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16576 2025.03.22 20:14:52.874957 [ 56 ] {} <Debug> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Selected 6 parts from all_1_158_41 to all_163_163_0
16577 2025.03.22 20:14:52.875020 [ 56 ] {} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16578 2025.03.22 20:14:52.875026 [ 5 ] {06939a96-f669-4a7c-bc0e-e4f18c46336e} <Debug> executeQuery: Read 1012 rows, 70.07 KiB in 0.001904 sec., 531512.6050420168 rows/sec., 35.94 MiB/sec.
16579 2025.03.22 20:14:52.875102 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.36 GiB.
16580 2025.03.22 20:14:52.875216 [ 5 ] {06939a96-f669-4a7c-bc0e-e4f18c46336e} <Debug> TCPHandler: Processed in 0.002238278 sec.
16581 2025.03.22 20:14:52.875299 [ 188 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_163_42} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_158_41 to all_163_163_0 into Compact with storage Full
16582 2025.03.22 20:14:52.875397 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16583 2025.03.22 20:14:52.875500 [ 188 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_163_42} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16584 2025.03.22 20:14:52.875582 [ 188 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_163_42} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_158_41, total 42892 rows starting from the beginning of the part
16585 2025.03.22 20:14:52.875597 [ 5 ] {f8124fa0-dde5-4283-836c-613fed3c0891} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
16586 2025.03.22 20:14:52.875911 [ 5 ] {f8124fa0-dde5-4283-836c-613fed3c0891} <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
16587 2025.03.22 20:14:52.875979 [ 188 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_163_42} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_159_159_0, total 160 rows starting from the beginning of the part
16588 2025.03.22 20:14:52.876344 [ 188 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_163_42} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_160_160_0, total 161 rows starting from the beginning of the part
16589 2025.03.22 20:14:52.876754 [ 188 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_163_42} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_161_161_0, total 162 rows starting from the beginning of the part
16590 2025.03.22 20:14:52.877154 [ 188 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_163_42} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_162_162_0, total 161 rows starting from the beginning of the part
16591 2025.03.22 20:14:52.877482 [ 188 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_163_42} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_163_163_0, total 1012 rows starting from the beginning of the part
16592 2025.03.22 20:14:52.880408 [ 5 ] {f8124fa0-dde5-4283-836c-613fed3c0891} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16593 2025.03.22 20:14:52.880480 [ 5 ] {f8124fa0-dde5-4283-836c-613fed3c0891} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.36 GiB.
16594 2025.03.22 20:14:52.882151 [ 5 ] {f8124fa0-dde5-4283-836c-613fed3c0891} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary)
16595 2025.03.22 20:14:52.882573 [ 5 ] {f8124fa0-dde5-4283-836c-613fed3c0891} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16596 2025.03.22 20:14:52.882815 [ 56 ] {} <Debug> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0
16597 2025.03.22 20:14:52.882897 [ 56 ] {} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16598 2025.03.22 20:14:52.882942 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.36 GiB.
16599 2025.03.22 20:14:52.882994 [ 5 ] {f8124fa0-dde5-4283-836c-613fed3c0891} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.00745 sec., 1744.96644295302 rows/sec., 3.13 MiB/sec.
16600 2025.03.22 20:14:52.883601 [ 194 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_136_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full
16601 2025.03.22 20:14:52.883627 [ 5 ] {f8124fa0-dde5-4283-836c-613fed3c0891} <Debug> TCPHandler: Processed in 0.008304586 sec.
16602 2025.03.22 20:14:52.884053 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16603 2025.03.22 20:14:52.884392 [ 5 ] {60a45984-aeab-4104-86b2-3814ebecf858} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
16604 2025.03.22 20:14:52.884548 [ 5 ] {60a45984-aeab-4104-86b2-3814ebecf858} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
16605 2025.03.22 20:14:52.884708 [ 194 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16606 2025.03.22 20:14:52.884964 [ 194 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 2523 rows starting from the beginning of the part
16607 2025.03.22 20:14:52.886264 [ 194 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 13 rows starting from the beginning of the part
16608 2025.03.22 20:14:52.887157 [ 194 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 40 rows starting from the beginning of the part
16609 2025.03.22 20:14:52.887452 [ 5 ] {60a45984-aeab-4104-86b2-3814ebecf858} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16610 2025.03.22 20:14:52.887628 [ 5 ] {60a45984-aeab-4104-86b2-3814ebecf858} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.36 GiB.
16611 2025.03.22 20:14:52.888034 [ 194 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 13 rows starting from the beginning of the part
16612 2025.03.22 20:14:52.889061 [ 194 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 42 rows starting from the beginning of the part
16613 2025.03.22 20:14:52.889501 [ 5 ] {60a45984-aeab-4104-86b2-3814ebecf858} <Trace> MergedBlockOutputStream: filled checksums all_163_163_0 (state Temporary)
16614 2025.03.22 20:14:52.889924 [ 194 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 13 rows starting from the beginning of the part
16615 2025.03.22 20:14:52.890521 [ 5 ] {60a45984-aeab-4104-86b2-3814ebecf858} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_163_163_0 to all_163_163_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16616 2025.03.22 20:14:52.891663 [ 5 ] {60a45984-aeab-4104-86b2-3814ebecf858} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.007337 sec., 6542.183453727682 rows/sec., 451.48 KiB/sec.
16617 2025.03.22 20:14:52.891838 [ 5 ] {60a45984-aeab-4104-86b2-3814ebecf858} <Debug> TCPHandler: Processed in 0.007895878 sec.
16618 2025.03.22 20:14:52.893514 [ 186 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_163_42} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 44548 rows, containing 5 columns (5 merged, 0 gathered) in 0.018297168 sec., 2434693.7187219355 rows/sec., 166.84 MiB/sec.
16619 2025.03.22 20:14:52.893935 [ 186 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_163_42} <Trace> MergedBlockOutputStream: filled checksums all_1_163_42 (state Temporary)
16620 2025.03.22 20:14:52.894266 [ 186 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_163_42} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_merge_all_1_163_42 to all_1_163_42 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16621 2025.03.22 20:14:52.894357 [ 186 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_163_42} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Merged 6 parts: [all_1_158_41, all_163_163_0] -> all_1_163_42
16622 2025.03.22 20:14:52.894459 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.53 MiB.
16623 2025.03.22 20:14:52.901962 [ 190 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2644 rows, containing 19 columns (19 merged, 0 gathered) in 0.018884941 sec., 140005.73260991392 rows/sec., 250.88 MiB/sec.
16624 2025.03.22 20:14:52.904419 [ 189 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary)
16625 2025.03.22 20:14:52.904854 [ 189 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_136_27} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16626 2025.03.22 20:14:52.904953 [ 189 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_136_27} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27
16627 2025.03.22 20:14:52.905167 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.95 MiB.
16628 2025.03.22 20:14:53.373097 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 52 entries to flush up to offset 2240
16629 2025.03.22 20:14:53.376775 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16630 2025.03.22 20:14:53.376842 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.36 GiB.
16631 2025.03.22 20:14:53.378484 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
16632 2025.03.22 20:14:53.378822 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16633 2025.03.22 20:14:53.379066 [ 56 ] {} <Debug> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
16634 2025.03.22 20:14:53.379189 [ 56 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16635 2025.03.22 20:14:53.379259 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.36 GiB.
16636 2025.03.22 20:14:53.379741 [ 193 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::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
16637 2025.03.22 20:14:53.381761 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2240
16638 2025.03.22 20:14:53.382056 [ 193 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16639 2025.03.22 20:14:53.382265 [ 193 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 2068 rows starting from the beginning of the part
16640 2025.03.22 20:14:53.382951 [ 193 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::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
16641 2025.03.22 20:14:53.383622 [ 193 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 44 rows starting from the beginning of the part
16642 2025.03.22 20:14:53.384308 [ 193 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 22 rows starting from the beginning of the part
16643 2025.03.22 20:14:53.384968 [ 193 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::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
16644 2025.03.22 20:14:53.385473 [ 193 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 52 rows starting from the beginning of the part
16645 2025.03.22 20:14:53.397024 [ 196 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2240 rows, containing 72 columns (72 merged, 0 gathered) in 0.017623475 sec., 127103.19616307227 rows/sec., 95.16 MiB/sec.
16646 2025.03.22 20:14:53.399149 [ 198 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
16647 2025.03.22 20:14:53.399955 [ 198 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_71_14} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16648 2025.03.22 20:14:53.400044 [ 198 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_71_14} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
16649 2025.03.22 20:14:53.400397 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.03 MiB.
16650 2025.03.22 20:14:53.845475 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16651 2025.03.22 20:14:53.845681 [ 5 ] {5e044b4f-ccff-4e3d-b37c-9f3e7c484961} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
16652 2025.03.22 20:14:53.845769 [ 5 ] {5e044b4f-ccff-4e3d-b37c-9f3e7c484961} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
16653 2025.03.22 20:14:53.846604 [ 5 ] {5e044b4f-ccff-4e3d-b37c-9f3e7c484961} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16654 2025.03.22 20:14:53.846655 [ 5 ] {5e044b4f-ccff-4e3d-b37c-9f3e7c484961} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.36 GiB.
16655 2025.03.22 20:14:53.847101 [ 5 ] {5e044b4f-ccff-4e3d-b37c-9f3e7c484961} <Trace> MergedBlockOutputStream: filled checksums all_164_164_0 (state Temporary)
16656 2025.03.22 20:14:53.847359 [ 5 ] {5e044b4f-ccff-4e3d-b37c-9f3e7c484961} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_164_164_0 to all_164_164_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16657 2025.03.22 20:14:53.847601 [ 5 ] {5e044b4f-ccff-4e3d-b37c-9f3e7c484961} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001974 sec., 28368.794326241135 rows/sec., 2.17 MiB/sec.
16658 2025.03.22 20:14:53.847663 [ 5 ] {5e044b4f-ccff-4e3d-b37c-9f3e7c484961} <Debug> TCPHandler: Processed in 0.00232509 sec.
16659 2025.03.22 20:14:53.847796 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16660 2025.03.22 20:14:53.847957 [ 5 ] {4a91d9ea-6884-4b7d-9377-91040e448b6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
16661 2025.03.22 20:14:53.848020 [ 5 ] {4a91d9ea-6884-4b7d-9377-91040e448b6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
16662 2025.03.22 20:14:53.848590 [ 5 ] {4a91d9ea-6884-4b7d-9377-91040e448b6a} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16663 2025.03.22 20:14:53.848630 [ 5 ] {4a91d9ea-6884-4b7d-9377-91040e448b6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.36 GiB.
16664 2025.03.22 20:14:53.849003 [ 5 ] {4a91d9ea-6884-4b7d-9377-91040e448b6a} <Trace> MergedBlockOutputStream: filled checksums all_164_164_0 (state Temporary)
16665 2025.03.22 20:14:53.849255 [ 5 ] {4a91d9ea-6884-4b7d-9377-91040e448b6a} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_164_164_0 to all_164_164_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16666 2025.03.22 20:14:53.849493 [ 5 ] {4a91d9ea-6884-4b7d-9377-91040e448b6a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001576 sec., 40609.137055837564 rows/sec., 3.17 MiB/sec.
16667 2025.03.22 20:14:53.849599 [ 5 ] {4a91d9ea-6884-4b7d-9377-91040e448b6a} <Debug> TCPHandler: Processed in 0.00185968 sec.
16668 2025.03.22 20:14:53.849772 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16669 2025.03.22 20:14:53.850053 [ 5 ] {dacdddc7-7eb3-434a-86bf-8942703a5195} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
16670 2025.03.22 20:14:53.850113 [ 5 ] {dacdddc7-7eb3-434a-86bf-8942703a5195} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
16671 2025.03.22 20:14:53.850623 [ 5 ] {dacdddc7-7eb3-434a-86bf-8942703a5195} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16672 2025.03.22 20:14:53.850665 [ 5 ] {dacdddc7-7eb3-434a-86bf-8942703a5195} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.36 GiB.
16673 2025.03.22 20:14:53.851067 [ 5 ] {dacdddc7-7eb3-434a-86bf-8942703a5195} <Trace> MergedBlockOutputStream: filled checksums all_164_164_0 (state Temporary)
16674 2025.03.22 20:14:53.851325 [ 5 ] {dacdddc7-7eb3-434a-86bf-8942703a5195} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_164_164_0 to all_164_164_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16675 2025.03.22 20:14:53.851545 [ 5 ] {dacdddc7-7eb3-434a-86bf-8942703a5195} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001586 sec., 20176.544766708703 rows/sec., 1.41 MiB/sec.
16676 2025.03.22 20:14:53.851607 [ 5 ] {dacdddc7-7eb3-434a-86bf-8942703a5195} <Debug> TCPHandler: Processed in 0.00193703 sec.
16677 2025.03.22 20:14:53.851721 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16678 2025.03.22 20:14:53.851882 [ 5 ] {21fdbede-9f26-4c10-99cc-31fbf23df4d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
16679 2025.03.22 20:14:53.851956 [ 5 ] {21fdbede-9f26-4c10-99cc-31fbf23df4d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
16680 2025.03.22 20:14:53.852390 [ 5 ] {21fdbede-9f26-4c10-99cc-31fbf23df4d9} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16681 2025.03.22 20:14:53.852428 [ 5 ] {21fdbede-9f26-4c10-99cc-31fbf23df4d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.36 GiB.
16682 2025.03.22 20:14:53.852794 [ 5 ] {21fdbede-9f26-4c10-99cc-31fbf23df4d9} <Trace> MergedBlockOutputStream: filled checksums all_164_164_0 (state Temporary)
16683 2025.03.22 20:14:53.853046 [ 5 ] {21fdbede-9f26-4c10-99cc-31fbf23df4d9} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_164_164_0 to all_164_164_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16684 2025.03.22 20:14:53.853272 [ 5 ] {21fdbede-9f26-4c10-99cc-31fbf23df4d9} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001435 sec., 8362.369337979093 rows/sec., 577.09 KiB/sec.
16685 2025.03.22 20:14:53.853334 [ 5 ] {21fdbede-9f26-4c10-99cc-31fbf23df4d9} <Debug> TCPHandler: Processed in 0.001668515 sec.
16686 2025.03.22 20:14:55.626395 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 43554
16687 2025.03.22 20:14:55.627141 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16688 2025.03.22 20:14:55.627199 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.36 GiB.
16689 2025.03.22 20:14:55.627769 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
16690 2025.03.22 20:14:55.628040 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16691 2025.03.22 20:14:55.628308 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 43554
16692 2025.03.22 20:14:56.429499 [ 220 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
16693 2025.03.22 20:14:56.429555 [ 220 ] {} <Debug> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
16694 2025.03.22 20:14:56.431435 [ 220 ] {} <Debug> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
16695 2025.03.22 20:14:56.695063 [ 225 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
16696 2025.03.22 20:14:56.695116 [ 225 ] {} <Debug> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
16697 2025.03.22 20:14:56.696829 [ 225 ] {} <Debug> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
16698 2025.03.22 20:14:57.000158 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 266.37 MiB, peak 290.93 MiB, free memory in arenas 0.00 B, will set to 270.37 MiB (RSS), difference: 4.00 MiB
16699 2025.03.22 20:14:58.138158 [ 223 ] {} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0]
16700 2025.03.22 20:14:58.138218 [ 223 ] {} <Debug> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0]
16701 2025.03.22 20:14:58.140595 [ 223 ] {} <Debug> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0]
16702 2025.03.22 20:14:58.835995 [ 217 ] {} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0]
16703 2025.03.22 20:14:58.836063 [ 217 ] {} <Debug> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0]
16704 2025.03.22 20:14:58.838361 [ 217 ] {} <Debug> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0]
16705 2025.03.22 20:14:58.852684 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16706 2025.03.22 20:14:58.852964 [ 5 ] {b72380f8-6e5d-4c90-ab07-ed9032a5e533} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'virtual_machine:check') FORMAT Native; (stage: Complete)
16707 2025.03.22 20:14:58.853430 [ 5 ] {b72380f8-6e5d-4c90-ab07-ed9032a5e533} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
16708 2025.03.22 20:14:58.853483 [ 5 ] {b72380f8-6e5d-4c90-ab07-ed9032a5e533} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'virtual_machine:check')" moved to PREWHERE
16709 2025.03.22 20:14:58.853850 [ 5 ] {b72380f8-6e5d-4c90-ab07-ed9032a5e533} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
16710 2025.03.22 20:14:58.853933 [ 5 ] {b72380f8-6e5d-4c90-ab07-ed9032a5e533} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
16711 2025.03.22 20:14:58.854108 [ 5 ] {b72380f8-6e5d-4c90-ab07-ed9032a5e533} <Debug> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Key condition: (column 0 notIn 36-element set)
16712 2025.03.22 20:14:58.854244 [ 289 ] {b72380f8-6e5d-4c90-ab07-ed9032a5e533} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps
16713 2025.03.22 20:14:58.854257 [ 292 ] {b72380f8-6e5d-4c90-ab07-ed9032a5e533} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps
16714 2025.03.22 20:14:58.854303 [ 290 ] {b72380f8-6e5d-4c90-ab07-ed9032a5e533} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Used generic exclusion search over index for part all_7_7_0 with 1 steps
16715 2025.03.22 20:14:58.854473 [ 5 ] {b72380f8-6e5d-4c90-ab07-ed9032a5e533} <Debug> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Selected 3/3 parts by partition key, 1 parts by primary key, 1/3 marks by primary key, 1 marks to read from 1 ranges
16716 2025.03.22 20:14:58.854503 [ 5 ] {b72380f8-6e5d-4c90-ab07-ed9032a5e533} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba) (SelectExecutor): Spreading mark ranges among streams (default reading)
16717 2025.03.22 20:14:58.854562 [ 5 ] {b72380f8-6e5d-4c90-ab07-ed9032a5e533} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'virtual_machine:check'))"
16718 2025.03.22 20:14:58.854590 [ 5 ] {b72380f8-6e5d-4c90-ab07-ed9032a5e533} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 34 rows starting from 0
16719 2025.03.22 20:14:58.855567 [ 5 ] {b72380f8-6e5d-4c90-ab07-ed9032a5e533} <Debug> executeQuery: Read 34 rows, 1.44 KiB in 0.002742 sec., 12399.708242159008 rows/sec., 526.03 KiB/sec.
16720 2025.03.22 20:14:58.855697 [ 5 ] {b72380f8-6e5d-4c90-ab07-ed9032a5e533} <Debug> TCPHandler: Processed in 0.003144597 sec.
16721 2025.03.22 20:14:58.857704 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16722 2025.03.22 20:14:58.857911 [ 5 ] {d59c65f9-a527-4e4f-8b38-c1f5b87f300b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
16723 2025.03.22 20:14:58.857999 [ 5 ] {d59c65f9-a527-4e4f-8b38-c1f5b87f300b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
16724 2025.03.22 20:14:58.858821 [ 5 ] {d59c65f9-a527-4e4f-8b38-c1f5b87f300b} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16725 2025.03.22 20:14:58.858862 [ 5 ] {d59c65f9-a527-4e4f-8b38-c1f5b87f300b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.36 GiB.
16726 2025.03.22 20:14:58.859356 [ 5 ] {d59c65f9-a527-4e4f-8b38-c1f5b87f300b} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
16727 2025.03.22 20:14:58.859584 [ 5 ] {d59c65f9-a527-4e4f-8b38-c1f5b87f300b} <Trace> oximeter.timeseries_schema (820df346-c7a6-4079-a6b4-95e1cbd979ba): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16728 2025.03.22 20:14:58.859905 [ 5 ] {d59c65f9-a527-4e4f-8b38-c1f5b87f300b} <Debug> executeQuery: Read 1 rows, 106.00 B in 0.002032 sec., 492.12598425196853 rows/sec., 50.94 KiB/sec.
16729 2025.03.22 20:14:58.860194 [ 5 ] {d59c65f9-a527-4e4f-8b38-c1f5b87f300b} <Debug> TCPHandler: Processed in 0.002580175 sec.
16730 2025.03.22 20:14:58.860363 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16731 2025.03.22 20:14:58.860470 [ 5 ] {3daa4025-1f69-479e-8c52-a72a66c5eff8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
16732 2025.03.22 20:14:58.860516 [ 5 ] {3daa4025-1f69-479e-8c52-a72a66c5eff8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
16733 2025.03.22 20:14:58.861086 [ 5 ] {3daa4025-1f69-479e-8c52-a72a66c5eff8} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16734 2025.03.22 20:14:58.861126 [ 5 ] {3daa4025-1f69-479e-8c52-a72a66c5eff8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.36 GiB.
16735 2025.03.22 20:14:58.861468 [ 5 ] {3daa4025-1f69-479e-8c52-a72a66c5eff8} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
16736 2025.03.22 20:14:58.861692 [ 5 ] {3daa4025-1f69-479e-8c52-a72a66c5eff8} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16737 2025.03.22 20:14:58.861933 [ 5 ] {3daa4025-1f69-479e-8c52-a72a66c5eff8} <Debug> executeQuery: Read 1 rows, 76.00 B in 0.001485 sec., 673.4006734006734 rows/sec., 49.98 KiB/sec.
16738 2025.03.22 20:14:58.862139 [ 5 ] {3daa4025-1f69-479e-8c52-a72a66c5eff8} <Debug> TCPHandler: Processed in 0.001824388 sec.
16739 2025.03.22 20:14:58.862312 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16740 2025.03.22 20:14:58.862419 [ 5 ] {a5225a85-0be3-484b-ba66-7485032fe5d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
16741 2025.03.22 20:14:58.862466 [ 5 ] {a5225a85-0be3-484b-ba66-7485032fe5d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
16742 2025.03.22 20:14:58.863098 [ 5 ] {a5225a85-0be3-484b-ba66-7485032fe5d4} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16743 2025.03.22 20:14:58.863137 [ 5 ] {a5225a85-0be3-484b-ba66-7485032fe5d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.36 GiB.
16744 2025.03.22 20:14:58.863492 [ 5 ] {a5225a85-0be3-484b-ba66-7485032fe5d4} <Trace> MergedBlockOutputStream: filled checksums all_165_165_0 (state Temporary)
16745 2025.03.22 20:14:58.863725 [ 5 ] {a5225a85-0be3-484b-ba66-7485032fe5d4} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_165_165_0 to all_165_165_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16746 2025.03.22 20:14:58.863934 [ 5 ] {a5225a85-0be3-484b-ba66-7485032fe5d4} <Debug> executeQuery: Read 149 rows, 13.07 KiB in 0.001538 sec., 96879.06371911573 rows/sec., 8.30 MiB/sec.
16747 2025.03.22 20:14:58.863988 [ 5 ] {a5225a85-0be3-484b-ba66-7485032fe5d4} <Debug> TCPHandler: Processed in 0.001738977 sec.
16748 2025.03.22 20:14:58.864109 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16749 2025.03.22 20:14:58.864213 [ 5 ] {d9f80516-b0c9-4ebb-9847-cdafad51b373} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
16750 2025.03.22 20:14:58.864257 [ 5 ] {d9f80516-b0c9-4ebb-9847-cdafad51b373} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
16751 2025.03.22 20:14:58.864789 [ 5 ] {d9f80516-b0c9-4ebb-9847-cdafad51b373} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16752 2025.03.22 20:14:58.864828 [ 5 ] {d9f80516-b0c9-4ebb-9847-cdafad51b373} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.36 GiB.
16753 2025.03.22 20:14:58.865181 [ 5 ] {d9f80516-b0c9-4ebb-9847-cdafad51b373} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary)
16754 2025.03.22 20:14:58.865433 [ 5 ] {d9f80516-b0c9-4ebb-9847-cdafad51b373} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16755 2025.03.22 20:14:58.865634 [ 5 ] {d9f80516-b0c9-4ebb-9847-cdafad51b373} <Debug> executeQuery: Read 46 rows, 3.45 KiB in 0.001443 sec., 31878.031878031878 rows/sec., 2.33 MiB/sec.
16756 2025.03.22 20:14:58.865685 [ 5 ] {d9f80516-b0c9-4ebb-9847-cdafad51b373} <Debug> TCPHandler: Processed in 0.001624985 sec.
16757 2025.03.22 20:14:58.865797 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16758 2025.03.22 20:14:58.865899 [ 5 ] {b2c3be33-83a9-4658-bd8d-d595daae01fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
16759 2025.03.22 20:14:58.865943 [ 5 ] {b2c3be33-83a9-4658-bd8d-d595daae01fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
16760 2025.03.22 20:14:58.866438 [ 5 ] {b2c3be33-83a9-4658-bd8d-d595daae01fe} <Trace> oximeter.fields_u32 (ad7a5232-f0e1-40d6-acb0-24ed1d64c039): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16761 2025.03.22 20:14:58.866477 [ 5 ] {b2c3be33-83a9-4658-bd8d-d595daae01fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.36 GiB.
16762 2025.03.22 20:14:58.866803 [ 5 ] {b2c3be33-83a9-4658-bd8d-d595daae01fe} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
16763 2025.03.22 20:14:58.867031 [ 5 ] {b2c3be33-83a9-4658-bd8d-d595daae01fe} <Trace> oximeter.fields_u32 (ad7a5232-f0e1-40d6-acb0-24ed1d64c039): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16764 2025.03.22 20:14:58.867273 [ 5 ] {b2c3be33-83a9-4658-bd8d-d595daae01fe} <Debug> executeQuery: Read 1 rows, 68.00 B in 0.001393 sec., 717.8750897343863 rows/sec., 47.67 KiB/sec.
16765 2025.03.22 20:14:58.867537 [ 5 ] {b2c3be33-83a9-4658-bd8d-d595daae01fe} <Debug> TCPHandler: Processed in 0.001782838 sec.
16766 2025.03.22 20:14:58.867728 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16767 2025.03.22 20:14:58.867838 [ 5 ] {55418d48-7abe-46f1-9c25-4383013ffd1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
16768 2025.03.22 20:14:58.867885 [ 5 ] {55418d48-7abe-46f1-9c25-4383013ffd1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
16769 2025.03.22 20:14:58.868490 [ 5 ] {55418d48-7abe-46f1-9c25-4383013ffd1c} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16770 2025.03.22 20:14:58.868528 [ 5 ] {55418d48-7abe-46f1-9c25-4383013ffd1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.36 GiB.
16771 2025.03.22 20:14:58.868882 [ 5 ] {55418d48-7abe-46f1-9c25-4383013ffd1c} <Trace> MergedBlockOutputStream: filled checksums all_165_165_0 (state Temporary)
16772 2025.03.22 20:14:58.869111 [ 5 ] {55418d48-7abe-46f1-9c25-4383013ffd1c} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_165_165_0 to all_165_165_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16773 2025.03.22 20:14:58.869314 [ 5 ] {55418d48-7abe-46f1-9c25-4383013ffd1c} <Debug> executeQuery: Read 125 rows, 9.93 KiB in 0.001499 sec., 83388.92595063375 rows/sec., 6.47 MiB/sec.
16774 2025.03.22 20:14:58.869368 [ 5 ] {55418d48-7abe-46f1-9c25-4383013ffd1c} <Debug> TCPHandler: Processed in 0.001699306 sec.
16775 2025.03.22 20:14:58.869499 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16776 2025.03.22 20:14:58.869633 [ 5 ] {9b90aa00-245a-42d6-847a-4f82d6fa2944} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
16777 2025.03.22 20:14:58.869694 [ 5 ] {9b90aa00-245a-42d6-847a-4f82d6fa2944} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
16778 2025.03.22 20:14:58.870319 [ 5 ] {9b90aa00-245a-42d6-847a-4f82d6fa2944} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16779 2025.03.22 20:14:58.870359 [ 5 ] {9b90aa00-245a-42d6-847a-4f82d6fa2944} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.36 GiB.
16780 2025.03.22 20:14:58.870758 [ 5 ] {9b90aa00-245a-42d6-847a-4f82d6fa2944} <Trace> MergedBlockOutputStream: filled checksums all_165_165_0 (state Temporary)
16781 2025.03.22 20:14:58.871002 [ 5 ] {9b90aa00-245a-42d6-847a-4f82d6fa2944} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_165_165_0 to all_165_165_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16782 2025.03.22 20:14:58.871207 [ 5 ] {9b90aa00-245a-42d6-847a-4f82d6fa2944} <Debug> executeQuery: Read 161 rows, 11.47 KiB in 0.001604 sec., 100374.06483790524 rows/sec., 6.98 MiB/sec.
16783 2025.03.22 20:14:58.871259 [ 5 ] {9b90aa00-245a-42d6-847a-4f82d6fa2944} <Debug> TCPHandler: Processed in 0.001825339 sec.
16784 2025.03.22 20:14:58.871393 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16785 2025.03.22 20:14:58.871499 [ 5 ] {f266dab5-184f-44f2-a45b-24c518689f05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
16786 2025.03.22 20:14:58.871546 [ 5 ] {f266dab5-184f-44f2-a45b-24c518689f05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
16787 2025.03.22 20:14:58.871969 [ 5 ] {f266dab5-184f-44f2-a45b-24c518689f05} <Trace> oximeter.measurements_f64 (e2022182-65bf-4aba-9bc6-5bf184b0602f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16788 2025.03.22 20:14:58.872009 [ 5 ] {f266dab5-184f-44f2-a45b-24c518689f05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.36 GiB.
16789 2025.03.22 20:14:58.872515 [ 5 ] {f266dab5-184f-44f2-a45b-24c518689f05} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
16790 2025.03.22 20:14:58.872754 [ 5 ] {f266dab5-184f-44f2-a45b-24c518689f05} <Trace> oximeter.measurements_f64 (e2022182-65bf-4aba-9bc6-5bf184b0602f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16791 2025.03.22 20:14:58.873174 [ 5 ] {f266dab5-184f-44f2-a45b-24c518689f05} <Debug> executeQuery: Read 1 rows, 65.00 B in 0.001661 sec., 602.0469596628537 rows/sec., 38.22 KiB/sec.
16792 2025.03.22 20:14:58.873268 [ 5 ] {f266dab5-184f-44f2-a45b-24c518689f05} <Debug> TCPHandler: Processed in 0.001925521 sec.
16793 2025.03.22 20:14:58.873381 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16794 2025.03.22 20:14:58.873484 [ 5 ] {8e5a9b76-7430-4e6b-ba93-f15d8cb230d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
16795 2025.03.22 20:14:58.873551 [ 5 ] {8e5a9b76-7430-4e6b-ba93-f15d8cb230d6} <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
16796 2025.03.22 20:14:58.874713 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 717
16797 2025.03.22 20:14:58.874789 [ 5 ] {8e5a9b76-7430-4e6b-ba93-f15d8cb230d6} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16798 2025.03.22 20:14:58.874885 [ 5 ] {8e5a9b76-7430-4e6b-ba93-f15d8cb230d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.36 GiB.
16799 2025.03.22 20:14:58.878921 [ 5 ] {8e5a9b76-7430-4e6b-ba93-f15d8cb230d6} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary)
16800 2025.03.22 20:14:58.879993 [ 5 ] {8e5a9b76-7430-4e6b-ba93-f15d8cb230d6} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16801 2025.03.22 20:14:58.880823 [ 5 ] {8e5a9b76-7430-4e6b-ba93-f15d8cb230d6} <Debug> executeQuery: Read 45 rows, 82.57 KiB in 0.007335 sec., 6134.969325153374 rows/sec., 10.99 MiB/sec.
16802 2025.03.22 20:14:58.881510 [ 5 ] {8e5a9b76-7430-4e6b-ba93-f15d8cb230d6} <Debug> TCPHandler: Processed in 0.008178014 sec.
16803 2025.03.22 20:14:58.881879 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16804 2025.03.22 20:14:58.882274 [ 5 ] {946f0d66-1c12-4bf3-bda6-89e85d00d961} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete)
16805 2025.03.22 20:14:58.882450 [ 5 ] {946f0d66-1c12-4bf3-bda6-89e85d00d961} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
16806 2025.03.22 20:14:58.885864 [ 5 ] {946f0d66-1c12-4bf3-bda6-89e85d00d961} <Trace> oximeter.measurements_i64 (61fb433b-d8a8-4608-9ef5-bef693362230): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16807 2025.03.22 20:14:58.886026 [ 5 ] {946f0d66-1c12-4bf3-bda6-89e85d00d961} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.36 GiB.
16808 2025.03.22 20:14:58.888065 [ 5 ] {946f0d66-1c12-4bf3-bda6-89e85d00d961} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
16809 2025.03.22 20:14:58.888759 [ 5 ] {946f0d66-1c12-4bf3-bda6-89e85d00d961} <Trace> oximeter.measurements_i64 (61fb433b-d8a8-4608-9ef5-bef693362230): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16810 2025.03.22 20:14:58.889516 [ 5 ] {946f0d66-1c12-4bf3-bda6-89e85d00d961} <Debug> executeQuery: Read 9 rows, 651.00 B in 0.007354 sec., 1223.8237693772096 rows/sec., 86.45 KiB/sec.
16811 2025.03.22 20:14:58.889745 [ 5 ] {946f0d66-1c12-4bf3-bda6-89e85d00d961} <Debug> TCPHandler: Processed in 0.008042791 sec.
16812 2025.03.22 20:14:58.889972 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16813 2025.03.22 20:14:58.890358 [ 5 ] {2a05c82b-e5e3-444a-a3aa-72076fea3a1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
16814 2025.03.22 20:14:58.890544 [ 5 ] {2a05c82b-e5e3-444a-a3aa-72076fea3a1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
16815 2025.03.22 20:14:58.892731 [ 5 ] {2a05c82b-e5e3-444a-a3aa-72076fea3a1e} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16816 2025.03.22 20:14:58.892836 [ 5 ] {2a05c82b-e5e3-444a-a3aa-72076fea3a1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.36 GiB.
16817 2025.03.22 20:14:58.894899 [ 5 ] {2a05c82b-e5e3-444a-a3aa-72076fea3a1e} <Trace> MergedBlockOutputStream: filled checksums all_165_165_0 (state Temporary)
16818 2025.03.22 20:14:58.895880 [ 5 ] {2a05c82b-e5e3-444a-a3aa-72076fea3a1e} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_165_165_0 to all_165_165_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16819 2025.03.22 20:14:58.896553 [ 5 ] {2a05c82b-e5e3-444a-a3aa-72076fea3a1e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006347 sec., 9453.285016543248 rows/sec., 652.38 KiB/sec.
16820 2025.03.22 20:14:58.896844 [ 5 ] {2a05c82b-e5e3-444a-a3aa-72076fea3a1e} <Debug> TCPHandler: Processed in 0.006951237 sec.
16821 2025.03.22 20:14:58.914062 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16822 2025.03.22 20:14:58.914119 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.36 GiB.
16823 2025.03.22 20:14:58.921835 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
16824 2025.03.22 20:14:58.922648 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16825 2025.03.22 20:14:58.925678 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 717
16826 2025.03.22 20:14:59.000213 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 271.75 MiB, peak 290.93 MiB, free memory in arenas 0.00 B, will set to 270.37 MiB (RSS), difference: -1.38 MiB
16827 2025.03.22 20:15:02.800215 [ 84 ] {} <Debug> DNSResolver: Updating DNS cache
16828 2025.03.22 20:15:02.800313 [ 84 ] {} <Debug> DNSResolver: Updated DNS cache
16829 2025.03.22 20:15:03.005381 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.005011947 sec.
16830 2025.03.22 20:15:03.129448 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 44042
16831 2025.03.22 20:15:03.130298 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16832 2025.03.22 20:15:03.130348 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.36 GiB.
16833 2025.03.22 20:15:03.130913 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
16834 2025.03.22 20:15:03.131171 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16835 2025.03.22 20:15:03.131408 [ 125 ] {} <Debug> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0
16836 2025.03.22 20:15:03.131440 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 44042
16837 2025.03.22 20:15:03.131496 [ 125 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16838 2025.03.22 20:15:03.131529 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.36 GiB.
16839 2025.03.22 20:15:03.131833 [ 187 ] {6f3f2c82-38dd-415f-af08-560485366d9f::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
16840 2025.03.22 20:15:03.132207 [ 187 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16841 2025.03.22 20:15:03.132281 [ 187 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_91_18, total 41724 rows starting from the beginning of the part
16842 2025.03.22 20:15:03.132459 [ 187 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 488 rows starting from the beginning of the part
16843 2025.03.22 20:15:03.132682 [ 187 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 427 rows starting from the beginning of the part
16844 2025.03.22 20:15:03.132854 [ 187 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 488 rows starting from the beginning of the part
16845 2025.03.22 20:15:03.132982 [ 187 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 427 rows starting from the beginning of the part
16846 2025.03.22 20:15:03.133180 [ 187 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 488 rows starting from the beginning of the part
16847 2025.03.22 20:15:03.136463 [ 196 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 44042 rows, containing 4 columns (4 merged, 0 gathered) in 0.004831553 sec., 9115495.576681038 rows/sec., 130.40 MiB/sec.
16848 2025.03.22 20:15:03.136790 [ 199 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary)
16849 2025.03.22 20:15:03.137142 [ 199 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_96_19} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16850 2025.03.22 20:15:03.137238 [ 199 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_96_19} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19
16851 2025.03.22 20:15:03.137340 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB.
16852 2025.03.22 20:15:03.383047 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 2272
16853 2025.03.22 20:15:03.386304 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16854 2025.03.22 20:15:03.386362 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.36 GiB.
16855 2025.03.22 20:15:03.387943 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
16856 2025.03.22 20:15:03.388266 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16857 2025.03.22 20:15:03.389913 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2272
16858 2025.03.22 20:15:03.851948 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16859 2025.03.22 20:15:03.852135 [ 5 ] {ab28c6e9-aee8-4686-84a7-6e5d2d77cc11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
16860 2025.03.22 20:15:03.852208 [ 5 ] {ab28c6e9-aee8-4686-84a7-6e5d2d77cc11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
16861 2025.03.22 20:15:03.852958 [ 5 ] {ab28c6e9-aee8-4686-84a7-6e5d2d77cc11} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16862 2025.03.22 20:15:03.853001 [ 5 ] {ab28c6e9-aee8-4686-84a7-6e5d2d77cc11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.36 GiB.
16863 2025.03.22 20:15:03.853431 [ 5 ] {ab28c6e9-aee8-4686-84a7-6e5d2d77cc11} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
16864 2025.03.22 20:15:03.853687 [ 5 ] {ab28c6e9-aee8-4686-84a7-6e5d2d77cc11} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16865 2025.03.22 20:15:03.853928 [ 5 ] {ab28c6e9-aee8-4686-84a7-6e5d2d77cc11} <Debug> executeQuery: Read 2 rows, 152.00 B in 0.001832 sec., 1091.703056768559 rows/sec., 81.02 KiB/sec.
16866 2025.03.22 20:15:03.854080 [ 5 ] {ab28c6e9-aee8-4686-84a7-6e5d2d77cc11} <Debug> TCPHandler: Processed in 0.002256188 sec.
16867 2025.03.22 20:15:03.854314 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16868 2025.03.22 20:15:03.854428 [ 5 ] {ec4b12b8-f902-47f1-b936-7ba588b10003} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
16869 2025.03.22 20:15:03.854479 [ 5 ] {ec4b12b8-f902-47f1-b936-7ba588b10003} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
16870 2025.03.22 20:15:03.855073 [ 5 ] {ec4b12b8-f902-47f1-b936-7ba588b10003} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16871 2025.03.22 20:15:03.855112 [ 5 ] {ec4b12b8-f902-47f1-b936-7ba588b10003} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.36 GiB.
16872 2025.03.22 20:15:03.855478 [ 5 ] {ec4b12b8-f902-47f1-b936-7ba588b10003} <Trace> MergedBlockOutputStream: filled checksums all_166_166_0 (state Temporary)
16873 2025.03.22 20:15:03.855713 [ 5 ] {ec4b12b8-f902-47f1-b936-7ba588b10003} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_166_166_0 to all_166_166_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16874 2025.03.22 20:15:03.855855 [ 125 ] {} <Debug> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5) (MergerMutator): Selected 6 parts from all_1_161_32 to all_166_166_0
16875 2025.03.22 20:15:03.855899 [ 5 ] {ec4b12b8-f902-47f1-b936-7ba588b10003} <Debug> executeQuery: Read 86 rows, 7.21 KiB in 0.001497 sec., 57448.22979291917 rows/sec., 4.70 MiB/sec.
16876 2025.03.22 20:15:03.855906 [ 125 ] {} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16877 2025.03.22 20:15:03.855951 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.36 GiB.
16878 2025.03.22 20:15:03.855975 [ 5 ] {ec4b12b8-f902-47f1-b936-7ba588b10003} <Debug> TCPHandler: Processed in 0.001730577 sec.
16879 2025.03.22 20:15:03.856143 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16880 2025.03.22 20:15:03.856169 [ 196 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_166_33} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_161_32 to all_166_166_0 into Compact with storage Full
16881 2025.03.22 20:15:03.856291 [ 5 ] {3cd33d6a-6b82-492d-8ebc-3f39e88cc3e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
16882 2025.03.22 20:15:03.856388 [ 5 ] {3cd33d6a-6b82-492d-8ebc-3f39e88cc3e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
16883 2025.03.22 20:15:03.856508 [ 196 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_166_33} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16884 2025.03.22 20:15:03.856615 [ 196 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_161_32, total 1435 rows starting from the beginning of the part
16885 2025.03.22 20:15:03.856919 [ 196 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_162_162_0, total 142 rows starting from the beginning of the part
16886 2025.03.22 20:15:03.857297 [ 196 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_163_163_0, total 1346 rows starting from the beginning of the part
16887 2025.03.22 20:15:03.857723 [ 196 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_164_164_0, total 56 rows starting from the beginning of the part
16888 2025.03.22 20:15:03.858066 [ 196 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_165_165_0, total 149 rows starting from the beginning of the part
16889 2025.03.22 20:15:03.858406 [ 196 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_166_166_0, total 86 rows starting from the beginning of the part
16890 2025.03.22 20:15:03.859377 [ 5 ] {3cd33d6a-6b82-492d-8ebc-3f39e88cc3e3} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16891 2025.03.22 20:15:03.859463 [ 5 ] {3cd33d6a-6b82-492d-8ebc-3f39e88cc3e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.36 GiB.
16892 2025.03.22 20:15:03.860372 [ 5 ] {3cd33d6a-6b82-492d-8ebc-3f39e88cc3e3} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary)
16893 2025.03.22 20:15:03.860938 [ 5 ] {3cd33d6a-6b82-492d-8ebc-3f39e88cc3e3} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16894 2025.03.22 20:15:03.861188 [ 5 ] {3cd33d6a-6b82-492d-8ebc-3f39e88cc3e3} <Debug> executeQuery: Read 15 rows, 1.10 KiB in 0.004947 sec., 3032.1406913280775 rows/sec., 222.87 KiB/sec.
16895 2025.03.22 20:15:03.861251 [ 5 ] {3cd33d6a-6b82-492d-8ebc-3f39e88cc3e3} <Debug> TCPHandler: Processed in 0.00518314 sec.
16896 2025.03.22 20:15:03.861385 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16897 2025.03.22 20:15:03.861609 [ 5 ] {da6deb76-14eb-43ba-861e-d28bab0c6314} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
16898 2025.03.22 20:15:03.861750 [ 5 ] {da6deb76-14eb-43ba-861e-d28bab0c6314} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
16899 2025.03.22 20:15:03.861946 [ 196 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_166_33} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3214 rows, containing 5 columns (5 merged, 0 gathered) in 0.005877275 sec., 546852.0700494702 rows/sec., 47.74 MiB/sec.
16900 2025.03.22 20:15:03.862341 [ 199 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_166_33} <Trace> MergedBlockOutputStream: filled checksums all_1_166_33 (state Temporary)
16901 2025.03.22 20:15:03.862972 [ 5 ] {da6deb76-14eb-43ba-861e-d28bab0c6314} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16902 2025.03.22 20:15:03.863013 [ 199 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_166_33} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_merge_all_1_166_33 to all_1_166_33 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16903 2025.03.22 20:15:03.863034 [ 5 ] {da6deb76-14eb-43ba-861e-d28bab0c6314} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.36 GiB.
16904 2025.03.22 20:15:03.863214 [ 199 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_166_33} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5) (MergerMutator): Merged 6 parts: [all_1_161_32, all_166_166_0] -> all_1_166_33
16905 2025.03.22 20:15:03.863401 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB.
16906 2025.03.22 20:15:03.863643 [ 5 ] {da6deb76-14eb-43ba-861e-d28bab0c6314} <Trace> MergedBlockOutputStream: filled checksums all_166_166_0 (state Temporary)
16907 2025.03.22 20:15:03.863889 [ 5 ] {da6deb76-14eb-43ba-861e-d28bab0c6314} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_166_166_0 to all_166_166_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16908 2025.03.22 20:15:03.864031 [ 125 ] {} <Debug> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add) (MergerMutator): Selected 6 parts from all_1_161_32 to all_166_166_0
16909 2025.03.22 20:15:03.864065 [ 125 ] {} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16910 2025.03.22 20:15:03.864083 [ 5 ] {da6deb76-14eb-43ba-861e-d28bab0c6314} <Debug> executeQuery: Read 91 rows, 7.14 KiB in 0.002561 sec., 35532.99492385787 rows/sec., 2.72 MiB/sec.
16911 2025.03.22 20:15:03.864095 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.36 GiB.
16912 2025.03.22 20:15:03.864193 [ 5 ] {da6deb76-14eb-43ba-861e-d28bab0c6314} <Debug> TCPHandler: Processed in 0.002855181 sec.
16913 2025.03.22 20:15:03.864267 [ 197 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_166_33} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_161_32 to all_166_166_0 into Compact with storage Full
16914 2025.03.22 20:15:03.864336 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16915 2025.03.22 20:15:03.864481 [ 197 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_166_33} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16916 2025.03.22 20:15:03.864567 [ 197 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_161_32, total 662 rows starting from the beginning of the part
16917 2025.03.22 20:15:03.864595 [ 5 ] {31cbef7b-958e-4b22-8d01-28c223d86817} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
16918 2025.03.22 20:15:03.864787 [ 5 ] {31cbef7b-958e-4b22-8d01-28c223d86817} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
16919 2025.03.22 20:15:03.864908 [ 197 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_162_162_0, total 113 rows starting from the beginning of the part
16920 2025.03.22 20:15:03.865361 [ 197 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_163_163_0, total 583 rows starting from the beginning of the part
16921 2025.03.22 20:15:03.865780 [ 197 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_164_164_0, total 64 rows starting from the beginning of the part
16922 2025.03.22 20:15:03.866207 [ 197 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_165_165_0, total 125 rows starting from the beginning of the part
16923 2025.03.22 20:15:03.866612 [ 197 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_166_166_0, total 91 rows starting from the beginning of the part
16924 2025.03.22 20:15:03.867388 [ 5 ] {31cbef7b-958e-4b22-8d01-28c223d86817} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16925 2025.03.22 20:15:03.867432 [ 5 ] {31cbef7b-958e-4b22-8d01-28c223d86817} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.36 GiB.
16926 2025.03.22 20:15:03.868040 [ 5 ] {31cbef7b-958e-4b22-8d01-28c223d86817} <Trace> MergedBlockOutputStream: filled checksums all_166_166_0 (state Temporary)
16927 2025.03.22 20:15:03.868312 [ 5 ] {31cbef7b-958e-4b22-8d01-28c223d86817} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_166_166_0 to all_166_166_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16928 2025.03.22 20:15:03.868526 [ 197 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_166_33} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1638 rows, containing 5 columns (5 merged, 0 gathered) in 0.004350022 sec., 376549.819748038 rows/sec., 29.92 MiB/sec.
16929 2025.03.22 20:15:03.868644 [ 5 ] {31cbef7b-958e-4b22-8d01-28c223d86817} <Debug> executeQuery: Read 162 rows, 11.53 KiB in 0.004128 sec., 39244.18604651163 rows/sec., 2.73 MiB/sec.
16930 2025.03.22 20:15:03.868784 [ 197 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_166_33} <Trace> MergedBlockOutputStream: filled checksums all_1_166_33 (state Temporary)
16931 2025.03.22 20:15:03.868812 [ 5 ] {31cbef7b-958e-4b22-8d01-28c223d86817} <Debug> TCPHandler: Processed in 0.004524606 sec.
16932 2025.03.22 20:15:03.869113 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16933 2025.03.22 20:15:03.869510 [ 5 ] {712d0f9d-f2f4-41dd-bc3f-5a21ddddab42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
16934 2025.03.22 20:15:03.869579 [ 197 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_166_33} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_merge_all_1_166_33 to all_1_166_33 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16935 2025.03.22 20:15:03.869960 [ 5 ] {712d0f9d-f2f4-41dd-bc3f-5a21ddddab42} <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
16936 2025.03.22 20:15:03.870012 [ 197 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_166_33} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add) (MergerMutator): Merged 6 parts: [all_1_161_32, all_166_166_0] -> all_1_166_33
16937 2025.03.22 20:15:03.870314 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB.
16938 2025.03.22 20:15:03.872532 [ 5 ] {712d0f9d-f2f4-41dd-bc3f-5a21ddddab42} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16939 2025.03.22 20:15:03.872569 [ 5 ] {712d0f9d-f2f4-41dd-bc3f-5a21ddddab42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.36 GiB.
16940 2025.03.22 20:15:03.873192 [ 5 ] {712d0f9d-f2f4-41dd-bc3f-5a21ddddab42} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary)
16941 2025.03.22 20:15:03.873445 [ 5 ] {712d0f9d-f2f4-41dd-bc3f-5a21ddddab42} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16942 2025.03.22 20:15:03.873645 [ 5 ] {712d0f9d-f2f4-41dd-bc3f-5a21ddddab42} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.004289 sec., 3031.009559337841 rows/sec., 5.43 MiB/sec.
16943 2025.03.22 20:15:03.873745 [ 5 ] {712d0f9d-f2f4-41dd-bc3f-5a21ddddab42} <Debug> TCPHandler: Processed in 0.004774081 sec.
16944 2025.03.22 20:15:03.873892 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16945 2025.03.22 20:15:03.873997 [ 5 ] {a9cff35f-d11a-4b9d-91d4-b2092a756001} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
16946 2025.03.22 20:15:03.874044 [ 5 ] {a9cff35f-d11a-4b9d-91d4-b2092a756001} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
16947 2025.03.22 20:15:03.874483 [ 5 ] {a9cff35f-d11a-4b9d-91d4-b2092a756001} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16948 2025.03.22 20:15:03.874520 [ 5 ] {a9cff35f-d11a-4b9d-91d4-b2092a756001} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.36 GiB.
16949 2025.03.22 20:15:03.874884 [ 5 ] {a9cff35f-d11a-4b9d-91d4-b2092a756001} <Trace> MergedBlockOutputStream: filled checksums all_166_166_0 (state Temporary)
16950 2025.03.22 20:15:03.875117 [ 5 ] {a9cff35f-d11a-4b9d-91d4-b2092a756001} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_166_166_0 to all_166_166_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16951 2025.03.22 20:15:03.875251 [ 125 ] {} <Debug> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462) (MergerMutator): Selected 6 parts from all_1_161_32 to all_166_166_0
16952 2025.03.22 20:15:03.875287 [ 125 ] {} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16953 2025.03.22 20:15:03.875300 [ 5 ] {a9cff35f-d11a-4b9d-91d4-b2092a756001} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001324 sec., 45317.220543806645 rows/sec., 3.05 MiB/sec.
16954 2025.03.22 20:15:03.875310 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.36 GiB.
16955 2025.03.22 20:15:03.875415 [ 5 ] {a9cff35f-d11a-4b9d-91d4-b2092a756001} <Debug> TCPHandler: Processed in 0.001571664 sec.
16956 2025.03.22 20:15:03.875561 [ 195 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_166_33} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_161_32 to all_166_166_0 into Compact with storage Full
16957 2025.03.22 20:15:03.875705 [ 195 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_166_33} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16958 2025.03.22 20:15:03.875743 [ 195 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_161_32, total 8256 rows starting from the beginning of the part
16959 2025.03.22 20:15:03.875868 [ 195 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_162_162_0, total 60 rows starting from the beginning of the part
16960 2025.03.22 20:15:03.876046 [ 195 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_163_163_0, total 48 rows starting from the beginning of the part
16961 2025.03.22 20:15:03.876200 [ 195 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_164_164_0, total 12 rows starting from the beginning of the part
16962 2025.03.22 20:15:03.876372 [ 195 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_165_165_0, total 60 rows starting from the beginning of the part
16963 2025.03.22 20:15:03.876483 [ 195 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_166_166_0, total 60 rows starting from the beginning of the part
16964 2025.03.22 20:15:03.879112 [ 197 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_166_33} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8496 rows, containing 4 columns (4 merged, 0 gathered) in 0.003700329 sec., 2296012.0573062557 rows/sec., 154.76 MiB/sec.
16965 2025.03.22 20:15:03.879276 [ 195 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_166_33} <Trace> MergedBlockOutputStream: filled checksums all_1_166_33 (state Temporary)
16966 2025.03.22 20:15:03.879551 [ 195 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_166_33} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_merge_all_1_166_33 to all_1_166_33 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16967 2025.03.22 20:15:03.879625 [ 195 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_166_33} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462) (MergerMutator): Merged 6 parts: [all_1_161_32, all_166_166_0] -> all_1_166_33
16968 2025.03.22 20:15:03.879695 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.80 MiB.
16969 2025.03.22 20:15:06.426739 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 724
16970 2025.03.22 20:15:06.449674 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16971 2025.03.22 20:15:06.449728 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.36 GiB.
16972 2025.03.22 20:15:06.457439 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
16973 2025.03.22 20:15:06.458287 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16974 2025.03.22 20:15:06.458607 [ 127 ] {} <Debug> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0
16975 2025.03.22 20:15:06.458685 [ 127 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16976 2025.03.22 20:15:06.458733 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.36 GiB.
16977 2025.03.22 20:15:06.459350 [ 200 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::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
16978 2025.03.22 20:15:06.474421 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 724
16979 2025.03.22 20:15:06.476155 [ 200 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16980 2025.03.22 20:15:06.477639 [ 200 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 686 rows starting from the beginning of the part
16981 2025.03.22 20:15:06.483845 [ 200 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 8 rows starting from the beginning of the part
16982 2025.03.22 20:15:06.490470 [ 200 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 7 rows starting from the beginning of the part
16983 2025.03.22 20:15:06.496982 [ 200 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 8 rows starting from the beginning of the part
16984 2025.03.22 20:15:06.503814 [ 200 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 8 rows starting from the beginning of the part
16985 2025.03.22 20:15:06.511475 [ 200 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 7 rows starting from the beginning of the part
16986 2025.03.22 20:15:06.579864 [ 195 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 724 rows, containing 679 columns (679 merged, 0 gathered) in 0.120941179 sec., 5986.381197755646 rows/sec., 30.95 MiB/sec.
16987 2025.03.22 20:15:06.583732 [ 195 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary)
16988 2025.03.22 20:15:06.586976 [ 195 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_96_19} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16989 2025.03.22 20:15:06.587089 [ 195 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_96_19} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19
16990 2025.03.22 20:15:06.589959 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.96 MiB.
16991 2025.03.22 20:15:07.000214 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 271.43 MiB, peak 290.93 MiB, free memory in arenas 0.00 B, will set to 270.37 MiB (RSS), difference: -1.06 MiB
16992 2025.03.22 20:15:08.853518 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16993 2025.03.22 20:15:08.853734 [ 5 ] {fdd921d6-5a9d-4986-9d30-82fac42db5dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
16994 2025.03.22 20:15:08.853820 [ 5 ] {fdd921d6-5a9d-4986-9d30-82fac42db5dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
16995 2025.03.22 20:15:08.854659 [ 5 ] {fdd921d6-5a9d-4986-9d30-82fac42db5dd} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16996 2025.03.22 20:15:08.854706 [ 5 ] {fdd921d6-5a9d-4986-9d30-82fac42db5dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.36 GiB.
16997 2025.03.22 20:15:08.855132 [ 5 ] {fdd921d6-5a9d-4986-9d30-82fac42db5dd} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
16998 2025.03.22 20:15:08.855388 [ 5 ] {fdd921d6-5a9d-4986-9d30-82fac42db5dd} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16999 2025.03.22 20:15:08.855585 [ 123 ] {} <Debug> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64) (MergerMutator): Selected 6 parts from all_1_34_8 to all_39_39_0
17000 2025.03.22 20:15:08.855664 [ 5 ] {fdd921d6-5a9d-4986-9d30-82fac42db5dd} <Debug> executeQuery: Read 3 rows, 243.00 B in 0.001992 sec., 1506.0240963855422 rows/sec., 119.13 KiB/sec.
17001 2025.03.22 20:15:08.855675 [ 123 ] {} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17002 2025.03.22 20:15:08.855752 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.36 GiB.
17003 2025.03.22 20:15:08.855811 [ 5 ] {fdd921d6-5a9d-4986-9d30-82fac42db5dd} <Debug> TCPHandler: Processed in 0.002424682 sec.
17004 2025.03.22 20:15:08.855955 [ 197 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::all_1_39_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_34_8 to all_39_39_0 into Compact with storage Full
17005 2025.03.22 20:15:08.855978 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17006 2025.03.22 20:15:08.856124 [ 197 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::all_1_39_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17007 2025.03.22 20:15:08.856128 [ 5 ] {2df40e8d-83df-4ce5-9945-a9cfd00d3150} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
17008 2025.03.22 20:15:08.856168 [ 197 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::all_1_39_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_34_8, total 20 rows starting from the beginning of the part
17009 2025.03.22 20:15:08.856196 [ 5 ] {2df40e8d-83df-4ce5-9945-a9cfd00d3150} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
17010 2025.03.22 20:15:08.856382 [ 197 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::all_1_39_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1 rows starting from the beginning of the part
17011 2025.03.22 20:15:08.856587 [ 197 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::all_1_39_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 2 rows starting from the beginning of the part
17012 2025.03.22 20:15:08.856850 [ 197 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::all_1_39_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 1 rows starting from the beginning of the part
17013 2025.03.22 20:15:08.857067 [ 197 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::all_1_39_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 2 rows starting from the beginning of the part
17014 2025.03.22 20:15:08.857321 [ 197 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::all_1_39_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 3 rows starting from the beginning of the part
17015 2025.03.22 20:15:08.858265 [ 5 ] {2df40e8d-83df-4ce5-9945-a9cfd00d3150} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17016 2025.03.22 20:15:08.858309 [ 5 ] {2df40e8d-83df-4ce5-9945-a9cfd00d3150} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.35 GiB.
17017 2025.03.22 20:15:08.858954 [ 186 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::all_1_39_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 29 rows, containing 5 columns (5 merged, 0 gathered) in 0.003086465 sec., 9395.862256659317 rows/sec., 781.51 KiB/sec.
17018 2025.03.22 20:15:08.858969 [ 5 ] {2df40e8d-83df-4ce5-9945-a9cfd00d3150} <Trace> MergedBlockOutputStream: filled checksums all_167_167_0 (state Temporary)
17019 2025.03.22 20:15:08.859245 [ 186 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::all_1_39_9} <Trace> MergedBlockOutputStream: filled checksums all_1_39_9 (state Temporary)
17020 2025.03.22 20:15:08.859436 [ 5 ] {2df40e8d-83df-4ce5-9945-a9cfd00d3150} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_167_167_0 to all_167_167_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17021 2025.03.22 20:15:08.859920 [ 5 ] {2df40e8d-83df-4ce5-9945-a9cfd00d3150} <Debug> executeQuery: Read 149 rows, 13.04 KiB in 0.003821 sec., 38995.02747971735 rows/sec., 3.33 MiB/sec.
17022 2025.03.22 20:15:08.859971 [ 186 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::all_1_39_9} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Renaming temporary part tmp_merge_all_1_39_9 to all_1_39_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17023 2025.03.22 20:15:08.860231 [ 5 ] {2df40e8d-83df-4ce5-9945-a9cfd00d3150} <Debug> TCPHandler: Processed in 0.004304601 sec.
17024 2025.03.22 20:15:08.860430 [ 186 ] {c38b789d-7b4e-4cf7-9b99-79f846d0de64::all_1_39_9} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64) (MergerMutator): Merged 6 parts: [all_1_34_8, all_39_39_0] -> all_1_39_9
17025 2025.03.22 20:15:08.860543 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17026 2025.03.22 20:15:08.860776 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
17027 2025.03.22 20:15:08.860888 [ 5 ] {f9d52145-4619-47be-a2fe-a9cf6fd0438e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
17028 2025.03.22 20:15:08.860969 [ 5 ] {f9d52145-4619-47be-a2fe-a9cf6fd0438e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
17029 2025.03.22 20:15:08.861618 [ 5 ] {f9d52145-4619-47be-a2fe-a9cf6fd0438e} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17030 2025.03.22 20:15:08.861657 [ 5 ] {f9d52145-4619-47be-a2fe-a9cf6fd0438e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.36 GiB.
17031 2025.03.22 20:15:08.862004 [ 5 ] {f9d52145-4619-47be-a2fe-a9cf6fd0438e} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary)
17032 2025.03.22 20:15:08.862257 [ 5 ] {f9d52145-4619-47be-a2fe-a9cf6fd0438e} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17033 2025.03.22 20:15:08.862469 [ 5 ] {f9d52145-4619-47be-a2fe-a9cf6fd0438e} <Debug> executeQuery: Read 48 rows, 3.59 KiB in 0.001695 sec., 28318.584070796463 rows/sec., 2.07 MiB/sec.
17034 2025.03.22 20:15:08.862520 [ 5 ] {f9d52145-4619-47be-a2fe-a9cf6fd0438e} <Debug> TCPHandler: Processed in 0.002071724 sec.
17035 2025.03.22 20:15:08.862625 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17036 2025.03.22 20:15:08.862727 [ 5 ] {704e54d2-c2ca-4bd2-a02f-539bdc5d52ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
17037 2025.03.22 20:15:08.862773 [ 5 ] {704e54d2-c2ca-4bd2-a02f-539bdc5d52ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
17038 2025.03.22 20:15:08.863321 [ 5 ] {704e54d2-c2ca-4bd2-a02f-539bdc5d52ba} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17039 2025.03.22 20:15:08.863361 [ 5 ] {704e54d2-c2ca-4bd2-a02f-539bdc5d52ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.36 GiB.
17040 2025.03.22 20:15:08.863713 [ 5 ] {704e54d2-c2ca-4bd2-a02f-539bdc5d52ba} <Trace> MergedBlockOutputStream: filled checksums all_167_167_0 (state Temporary)
17041 2025.03.22 20:15:08.863946 [ 5 ] {704e54d2-c2ca-4bd2-a02f-539bdc5d52ba} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_167_167_0 to all_167_167_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17042 2025.03.22 20:15:08.864154 [ 5 ] {704e54d2-c2ca-4bd2-a02f-539bdc5d52ba} <Debug> executeQuery: Read 118 rows, 9.37 KiB in 0.001448 sec., 81491.71270718232 rows/sec., 6.32 MiB/sec.
17043 2025.03.22 20:15:08.864203 [ 5 ] {704e54d2-c2ca-4bd2-a02f-539bdc5d52ba} <Debug> TCPHandler: Processed in 0.001626945 sec.
17044 2025.03.22 20:15:08.864357 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17045 2025.03.22 20:15:08.864517 [ 5 ] {c2f465f8-d36f-4823-a0b7-c71d4669259d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
17046 2025.03.22 20:15:08.864578 [ 5 ] {c2f465f8-d36f-4823-a0b7-c71d4669259d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
17047 2025.03.22 20:15:08.865083 [ 5 ] {c2f465f8-d36f-4823-a0b7-c71d4669259d} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17048 2025.03.22 20:15:08.865123 [ 5 ] {c2f465f8-d36f-4823-a0b7-c71d4669259d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.36 GiB.
17049 2025.03.22 20:15:08.865506 [ 5 ] {c2f465f8-d36f-4823-a0b7-c71d4669259d} <Trace> MergedBlockOutputStream: filled checksums all_167_167_0 (state Temporary)
17050 2025.03.22 20:15:08.865738 [ 5 ] {c2f465f8-d36f-4823-a0b7-c71d4669259d} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_167_167_0 to all_167_167_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17051 2025.03.22 20:15:08.865970 [ 5 ] {c2f465f8-d36f-4823-a0b7-c71d4669259d} <Debug> executeQuery: Read 162 rows, 11.54 KiB in 0.001497 sec., 108216.43286573146 rows/sec., 7.53 MiB/sec.
17052 2025.03.22 20:15:08.866021 [ 5 ] {c2f465f8-d36f-4823-a0b7-c71d4669259d} <Debug> TCPHandler: Processed in 0.001728386 sec.
17053 2025.03.22 20:15:08.866279 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17054 2025.03.22 20:15:08.866577 [ 5 ] {3a840b72-0b4f-4132-a519-9fe07330c2c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
17055 2025.03.22 20:15:08.866722 [ 5 ] {3a840b72-0b4f-4132-a519-9fe07330c2c9} <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
17056 2025.03.22 20:15:08.867804 [ 5 ] {3a840b72-0b4f-4132-a519-9fe07330c2c9} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17057 2025.03.22 20:15:08.867843 [ 5 ] {3a840b72-0b4f-4132-a519-9fe07330c2c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.36 GiB.
17058 2025.03.22 20:15:08.868510 [ 5 ] {3a840b72-0b4f-4132-a519-9fe07330c2c9} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary)
17059 2025.03.22 20:15:08.868783 [ 5 ] {3a840b72-0b4f-4132-a519-9fe07330c2c9} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17060 2025.03.22 20:15:08.869032 [ 5 ] {3a840b72-0b4f-4132-a519-9fe07330c2c9} <Debug> executeQuery: Read 45 rows, 82.57 KiB in 0.002561 sec., 17571.261226083563 rows/sec., 31.49 MiB/sec.
17061 2025.03.22 20:15:08.869167 [ 5 ] {3a840b72-0b4f-4132-a519-9fe07330c2c9} <Debug> TCPHandler: Processed in 0.002984413 sec.
17062 2025.03.22 20:15:08.869369 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17063 2025.03.22 20:15:08.869499 [ 5 ] {43e0c24f-c459-488d-ad93-3a7dca4148ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
17064 2025.03.22 20:15:08.869546 [ 5 ] {43e0c24f-c459-488d-ad93-3a7dca4148ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
17065 2025.03.22 20:15:08.869979 [ 5 ] {43e0c24f-c459-488d-ad93-3a7dca4148ae} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17066 2025.03.22 20:15:08.870017 [ 5 ] {43e0c24f-c459-488d-ad93-3a7dca4148ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.36 GiB.
17067 2025.03.22 20:15:08.870369 [ 5 ] {43e0c24f-c459-488d-ad93-3a7dca4148ae} <Trace> MergedBlockOutputStream: filled checksums all_167_167_0 (state Temporary)
17068 2025.03.22 20:15:08.870596 [ 5 ] {43e0c24f-c459-488d-ad93-3a7dca4148ae} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_167_167_0 to all_167_167_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17069 2025.03.22 20:15:08.870810 [ 5 ] {43e0c24f-c459-488d-ad93-3a7dca4148ae} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001331 sec., 45078.88805409467 rows/sec., 3.04 MiB/sec.
17070 2025.03.22 20:15:08.870867 [ 5 ] {43e0c24f-c459-488d-ad93-3a7dca4148ae} <Debug> TCPHandler: Processed in 0.001562993 sec.
17071 2025.03.22 20:15:10.632598 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 44469
17072 2025.03.22 20:15:10.633539 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17073 2025.03.22 20:15:10.633613 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.35 GiB.
17074 2025.03.22 20:15:10.634468 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
17075 2025.03.22 20:15:10.634827 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17076 2025.03.22 20:15:10.635193 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 44469
17077 2025.03.22 20:15:11.684889 [ 124 ] {} <Debug> oximeter.measurements_i64 (61fb433b-d8a8-4608-9ef5-bef693362230) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
17078 2025.03.22 20:15:11.684991 [ 124 ] {} <Trace> oximeter.measurements_i64 (61fb433b-d8a8-4608-9ef5-bef693362230): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17079 2025.03.22 20:15:11.685032 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.35 GiB.
17080 2025.03.22 20:15:11.685199 [ 197 ] {61fb433b-d8a8-4608-9ef5-bef693362230::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
17081 2025.03.22 20:15:11.685362 [ 197 ] {61fb433b-d8a8-4608-9ef5-bef693362230::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17082 2025.03.22 20:15:11.685402 [ 197 ] {61fb433b-d8a8-4608-9ef5-bef693362230::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 18 rows starting from the beginning of the part
17083 2025.03.22 20:15:11.685481 [ 197 ] {61fb433b-d8a8-4608-9ef5-bef693362230::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 9 rows starting from the beginning of the part
17084 2025.03.22 20:15:11.685569 [ 197 ] {61fb433b-d8a8-4608-9ef5-bef693362230::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 3 rows starting from the beginning of the part
17085 2025.03.22 20:15:11.685689 [ 197 ] {61fb433b-d8a8-4608-9ef5-bef693362230::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 12 rows starting from the beginning of the part
17086 2025.03.22 20:15:11.685802 [ 197 ] {61fb433b-d8a8-4608-9ef5-bef693362230::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 9 rows starting from the beginning of the part
17087 2025.03.22 20:15:11.686953 [ 186 ] {61fb433b-d8a8-4608-9ef5-bef693362230::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 51 rows, containing 4 columns (4 merged, 0 gathered) in 0.001823019 sec., 27975.572388439177 rows/sec., 1.99 MiB/sec.
17088 2025.03.22 20:15:11.687151 [ 201 ] {61fb433b-d8a8-4608-9ef5-bef693362230::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
17089 2025.03.22 20:15:11.687494 [ 201 ] {61fb433b-d8a8-4608-9ef5-bef693362230::all_1_5_1} <Trace> oximeter.measurements_i64 (61fb433b-d8a8-4608-9ef5-bef693362230): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17090 2025.03.22 20:15:11.687589 [ 201 ] {61fb433b-d8a8-4608-9ef5-bef693362230::all_1_5_1} <Trace> oximeter.measurements_i64 (61fb433b-d8a8-4608-9ef5-bef693362230) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
17091 2025.03.22 20:15:11.687679 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
17092 2025.03.22 20:15:13.086612 [ 225 ] {} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Found 6 old parts to remove. Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0]
17093 2025.03.22 20:15:13.086663 [ 225 ] {} <Debug> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Removing 6 parts from filesystem (serially): Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0]
17094 2025.03.22 20:15:13.088114 [ 223 ] {} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Found 6 old parts to remove. Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0]
17095 2025.03.22 20:15:13.088180 [ 223 ] {} <Debug> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Removing 6 parts from filesystem (serially): Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0]
17096 2025.03.22 20:15:13.089075 [ 225 ] {} <Debug> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Removing 6 parts from memory: Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0]
17097 2025.03.22 20:15:13.090767 [ 223 ] {} <Debug> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Removing 6 parts from memory: Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0]
17098 2025.03.22 20:15:13.391077 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 2300
17099 2025.03.22 20:15:13.394155 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17100 2025.03.22 20:15:13.394201 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.35 GiB.
17101 2025.03.22 20:15:13.395709 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
17102 2025.03.22 20:15:13.396034 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17103 2025.03.22 20:15:13.398165 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2300
17104 2025.03.22 20:15:13.852041 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17105 2025.03.22 20:15:13.852251 [ 5 ] {2abc3622-1f3e-4899-b8b7-2a53489098e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
17106 2025.03.22 20:15:13.852334 [ 5 ] {2abc3622-1f3e-4899-b8b7-2a53489098e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
17107 2025.03.22 20:15:13.853175 [ 5 ] {2abc3622-1f3e-4899-b8b7-2a53489098e9} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17108 2025.03.22 20:15:13.853225 [ 5 ] {2abc3622-1f3e-4899-b8b7-2a53489098e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.35 GiB.
17109 2025.03.22 20:15:13.853665 [ 5 ] {2abc3622-1f3e-4899-b8b7-2a53489098e9} <Trace> MergedBlockOutputStream: filled checksums all_168_168_0 (state Temporary)
17110 2025.03.22 20:15:13.854026 [ 5 ] {2abc3622-1f3e-4899-b8b7-2a53489098e9} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_168_168_0 to all_168_168_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17111 2025.03.22 20:15:13.854336 [ 5 ] {2abc3622-1f3e-4899-b8b7-2a53489098e9} <Debug> executeQuery: Read 82 rows, 6.94 KiB in 0.002138 sec., 38353.60149672591 rows/sec., 3.17 MiB/sec.
17112 2025.03.22 20:15:13.854409 [ 220 ] {} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Found 6 old parts to remove. Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0]
17113 2025.03.22 20:15:13.854453 [ 5 ] {2abc3622-1f3e-4899-b8b7-2a53489098e9} <Debug> TCPHandler: Processed in 0.002546664 sec.
17114 2025.03.22 20:15:13.854485 [ 220 ] {} <Debug> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Removing 6 parts from filesystem (serially): Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0]
17115 2025.03.22 20:15:13.854694 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17116 2025.03.22 20:15:13.854840 [ 5 ] {ee54e88d-f50c-496f-b61c-0139a06a2fce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
17117 2025.03.22 20:15:13.854905 [ 5 ] {ee54e88d-f50c-496f-b61c-0139a06a2fce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
17118 2025.03.22 20:15:13.856170 [ 5 ] {ee54e88d-f50c-496f-b61c-0139a06a2fce} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17119 2025.03.22 20:15:13.856222 [ 5 ] {ee54e88d-f50c-496f-b61c-0139a06a2fce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.35 GiB.
17120 2025.03.22 20:15:13.856923 [ 5 ] {ee54e88d-f50c-496f-b61c-0139a06a2fce} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary)
17121 2025.03.22 20:15:13.857272 [ 5 ] {ee54e88d-f50c-496f-b61c-0139a06a2fce} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17122 2025.03.22 20:15:13.857593 [ 5 ] {ee54e88d-f50c-496f-b61c-0139a06a2fce} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.00277 sec., 4693.140794223827 rows/sec., 352.90 KiB/sec.
17123 2025.03.22 20:15:13.857756 [ 5 ] {ee54e88d-f50c-496f-b61c-0139a06a2fce} <Debug> TCPHandler: Processed in 0.003148907 sec.
17124 2025.03.22 20:15:13.857984 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17125 2025.03.22 20:15:13.858107 [ 5 ] {8311bd2c-e3e9-47b2-ac44-1a9125957225} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
17126 2025.03.22 20:15:13.858184 [ 5 ] {8311bd2c-e3e9-47b2-ac44-1a9125957225} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
17127 2025.03.22 20:15:13.858397 [ 220 ] {} <Debug> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Removing 6 parts from memory: Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0]
17128 2025.03.22 20:15:13.859796 [ 5 ] {8311bd2c-e3e9-47b2-ac44-1a9125957225} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17129 2025.03.22 20:15:13.859840 [ 5 ] {8311bd2c-e3e9-47b2-ac44-1a9125957225} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.35 GiB.
17130 2025.03.22 20:15:13.860204 [ 5 ] {8311bd2c-e3e9-47b2-ac44-1a9125957225} <Trace> MergedBlockOutputStream: filled checksums all_168_168_0 (state Temporary)
17131 2025.03.22 20:15:13.860444 [ 5 ] {8311bd2c-e3e9-47b2-ac44-1a9125957225} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_168_168_0 to all_168_168_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17132 2025.03.22 20:15:13.860649 [ 5 ] {8311bd2c-e3e9-47b2-ac44-1a9125957225} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.002581 sec., 29833.39790778768 rows/sec., 2.33 MiB/sec.
17133 2025.03.22 20:15:13.860707 [ 5 ] {8311bd2c-e3e9-47b2-ac44-1a9125957225} <Debug> TCPHandler: Processed in 0.002801679 sec.
17134 2025.03.22 20:15:13.860828 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17135 2025.03.22 20:15:13.860936 [ 5 ] {c8953605-6f86-472a-bd37-aecb8718cfde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
17136 2025.03.22 20:15:13.860986 [ 5 ] {c8953605-6f86-472a-bd37-aecb8718cfde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
17137 2025.03.22 20:15:13.861495 [ 5 ] {c8953605-6f86-472a-bd37-aecb8718cfde} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17138 2025.03.22 20:15:13.861535 [ 5 ] {c8953605-6f86-472a-bd37-aecb8718cfde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.35 GiB.
17139 2025.03.22 20:15:13.861918 [ 5 ] {c8953605-6f86-472a-bd37-aecb8718cfde} <Trace> MergedBlockOutputStream: filled checksums all_168_168_0 (state Temporary)
17140 2025.03.22 20:15:13.862159 [ 5 ] {c8953605-6f86-472a-bd37-aecb8718cfde} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_168_168_0 to all_168_168_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17141 2025.03.22 20:15:13.862327 [ 119 ] {} <Debug> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Selected 2 parts from all_1_163_42 to all_164_164_0
17142 2025.03.22 20:15:13.862384 [ 5 ] {c8953605-6f86-472a-bd37-aecb8718cfde} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001465 sec., 109215.01706484643 rows/sec., 7.61 MiB/sec.
17143 2025.03.22 20:15:13.862397 [ 119 ] {} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17144 2025.03.22 20:15:13.862469 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.35 GiB.
17145 2025.03.22 20:15:13.862518 [ 5 ] {c8953605-6f86-472a-bd37-aecb8718cfde} <Debug> TCPHandler: Processed in 0.001741137 sec.
17146 2025.03.22 20:15:13.862688 [ 201 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_164_43} <Debug> MergeTask::PrepareStage: Merging 2 parts: from all_1_163_42 to all_164_164_0 into Compact with storage Full
17147 2025.03.22 20:15:13.862754 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17148 2025.03.22 20:15:13.862762 [ 224 ] {} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Found 6 old parts to remove. Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0]
17149 2025.03.22 20:15:13.862833 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Removing 6 parts from filesystem (serially): Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0]
17150 2025.03.22 20:15:13.863046 [ 201 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_164_43} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17151 2025.03.22 20:15:13.863073 [ 5 ] {2e4065ea-d224-4ed1-af86-da318903b64f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
17152 2025.03.22 20:15:13.863124 [ 201 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_164_43} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_163_42, total 44548 rows starting from the beginning of the part
17153 2025.03.22 20:15:13.863495 [ 5 ] {2e4065ea-d224-4ed1-af86-da318903b64f} <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
17154 2025.03.22 20:15:13.863595 [ 201 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_164_43} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_164_164_0, total 32 rows starting from the beginning of the part
17155 2025.03.22 20:15:13.868700 [ 5 ] {2e4065ea-d224-4ed1-af86-da318903b64f} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17156 2025.03.22 20:15:13.868754 [ 5 ] {2e4065ea-d224-4ed1-af86-da318903b64f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.35 GiB.
17157 2025.03.22 20:15:13.869051 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Removing 6 parts from memory: Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0]
17158 2025.03.22 20:15:13.871998 [ 5 ] {2e4065ea-d224-4ed1-af86-da318903b64f} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary)
17159 2025.03.22 20:15:13.872291 [ 5 ] {2e4065ea-d224-4ed1-af86-da318903b64f} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17160 2025.03.22 20:15:13.872600 [ 5 ] {2e4065ea-d224-4ed1-af86-da318903b64f} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.009637 sec., 1348.9675210127634 rows/sec., 2.42 MiB/sec.
17161 2025.03.22 20:15:13.872780 [ 5 ] {2e4065ea-d224-4ed1-af86-da318903b64f} <Debug> TCPHandler: Processed in 0.010081504 sec.
17162 2025.03.22 20:15:13.872903 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17163 2025.03.22 20:15:13.873026 [ 5 ] {5f95a701-7149-4123-ae68-69359d8f8b8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
17164 2025.03.22 20:15:13.873075 [ 5 ] {5f95a701-7149-4123-ae68-69359d8f8b8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
17165 2025.03.22 20:15:13.873587 [ 5 ] {5f95a701-7149-4123-ae68-69359d8f8b8f} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17166 2025.03.22 20:15:13.873627 [ 5 ] {5f95a701-7149-4123-ae68-69359d8f8b8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.35 GiB.
17167 2025.03.22 20:15:13.874069 [ 5 ] {5f95a701-7149-4123-ae68-69359d8f8b8f} <Trace> MergedBlockOutputStream: filled checksums all_168_168_0 (state Temporary)
17168 2025.03.22 20:15:13.874322 [ 5 ] {5f95a701-7149-4123-ae68-69359d8f8b8f} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_168_168_0 to all_168_168_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17169 2025.03.22 20:15:13.874553 [ 5 ] {5f95a701-7149-4123-ae68-69359d8f8b8f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001552 sec., 38659.79381443299 rows/sec., 2.61 MiB/sec.
17170 2025.03.22 20:15:13.874704 [ 5 ] {5f95a701-7149-4123-ae68-69359d8f8b8f} <Debug> TCPHandler: Processed in 0.00184839 sec.
17171 2025.03.22 20:15:13.874804 [ 194 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_164_43} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 44580 rows, containing 5 columns (5 merged, 0 gathered) in 0.01222612 sec., 3646291.7098801583 rows/sec., 249.87 MiB/sec.
17172 2025.03.22 20:15:13.875404 [ 194 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_164_43} <Trace> MergedBlockOutputStream: filled checksums all_1_164_43 (state Temporary)
17173 2025.03.22 20:15:13.875776 [ 194 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_164_43} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_merge_all_1_164_43 to all_1_164_43 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17174 2025.03.22 20:15:13.875877 [ 194 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_164_43} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Merged 2 parts: [all_1_163_42, all_164_164_0] -> all_1_164_43
17175 2025.03.22 20:15:13.875994 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB.
17176 2025.03.22 20:15:13.975486 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 732
17177 2025.03.22 20:15:13.999864 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17178 2025.03.22 20:15:13.999914 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.35 GiB.
17179 2025.03.22 20:15:14.007961 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
17180 2025.03.22 20:15:14.008759 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17181 2025.03.22 20:15:14.013979 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 732
17182 2025.03.22 20:15:17.800565 [ 115 ] {} <Debug> DNSResolver: Updating DNS cache
17183 2025.03.22 20:15:17.800641 [ 115 ] {} <Debug> DNSResolver: Updated DNS cache
17184 2025.03.22 20:15:18.136322 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 44957
17185 2025.03.22 20:15:18.136997 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17186 2025.03.22 20:15:18.137045 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.35 GiB.
17187 2025.03.22 20:15:18.137579 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
17188 2025.03.22 20:15:18.137829 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17189 2025.03.22 20:15:18.138061 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 44957
17190 2025.03.22 20:15:18.853475 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17191 2025.03.22 20:15:18.853687 [ 5 ] {94c98f5d-ca83-41e4-8479-edd052e478f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
17192 2025.03.22 20:15:18.853775 [ 5 ] {94c98f5d-ca83-41e4-8479-edd052e478f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
17193 2025.03.22 20:15:18.854614 [ 5 ] {94c98f5d-ca83-41e4-8479-edd052e478f1} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17194 2025.03.22 20:15:18.854656 [ 5 ] {94c98f5d-ca83-41e4-8479-edd052e478f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.35 GiB.
17195 2025.03.22 20:15:18.855104 [ 5 ] {94c98f5d-ca83-41e4-8479-edd052e478f1} <Trace> MergedBlockOutputStream: filled checksums all_169_169_0 (state Temporary)
17196 2025.03.22 20:15:18.855351 [ 5 ] {94c98f5d-ca83-41e4-8479-edd052e478f1} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_169_169_0 to all_169_169_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17197 2025.03.22 20:15:18.855566 [ 5 ] {94c98f5d-ca83-41e4-8479-edd052e478f1} <Debug> executeQuery: Read 146 rows, 12.84 KiB in 0.001933 sec., 75530.26383859286 rows/sec., 6.49 MiB/sec.
17198 2025.03.22 20:15:18.855672 [ 5 ] {94c98f5d-ca83-41e4-8479-edd052e478f1} <Debug> TCPHandler: Processed in 0.00232768 sec.
17199 2025.03.22 20:15:18.855814 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17200 2025.03.22 20:15:18.856121 [ 5 ] {d7d2de1f-6384-4ebc-be2e-b998686acbf6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
17201 2025.03.22 20:15:18.856262 [ 5 ] {d7d2de1f-6384-4ebc-be2e-b998686acbf6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
17202 2025.03.22 20:15:18.857032 [ 5 ] {d7d2de1f-6384-4ebc-be2e-b998686acbf6} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17203 2025.03.22 20:15:18.857071 [ 5 ] {d7d2de1f-6384-4ebc-be2e-b998686acbf6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.35 GiB.
17204 2025.03.22 20:15:18.857446 [ 5 ] {d7d2de1f-6384-4ebc-be2e-b998686acbf6} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary)
17205 2025.03.22 20:15:18.857680 [ 5 ] {d7d2de1f-6384-4ebc-be2e-b998686acbf6} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17206 2025.03.22 20:15:18.857822 [ 113 ] {} <Debug> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0
17207 2025.03.22 20:15:18.857867 [ 5 ] {d7d2de1f-6384-4ebc-be2e-b998686acbf6} <Debug> executeQuery: Read 45 rows, 3.38 KiB in 0.001855 sec., 24258.76010781671 rows/sec., 1.78 MiB/sec.
17208 2025.03.22 20:15:18.857877 [ 113 ] {} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17209 2025.03.22 20:15:18.857923 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.35 GiB.
17210 2025.03.22 20:15:18.857939 [ 5 ] {d7d2de1f-6384-4ebc-be2e-b998686acbf6} <Debug> TCPHandler: Processed in 0.002199326 sec.
17211 2025.03.22 20:15:18.858132 [ 193 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_141_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full
17212 2025.03.22 20:15:18.858149 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17213 2025.03.22 20:15:18.858576 [ 5 ] {c3127b53-5eba-42b6-bcbf-f9790efd77a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
17214 2025.03.22 20:15:18.858603 [ 193 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17215 2025.03.22 20:15:18.858757 [ 193 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 88 rows starting from the beginning of the part
17216 2025.03.22 20:15:18.858760 [ 5 ] {c3127b53-5eba-42b6-bcbf-f9790efd77a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
17217 2025.03.22 20:15:18.859392 [ 193 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 46 rows starting from the beginning of the part
17218 2025.03.22 20:15:18.860093 [ 193 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 15 rows starting from the beginning of the part
17219 2025.03.22 20:15:18.860746 [ 193 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 48 rows starting from the beginning of the part
17220 2025.03.22 20:15:18.861348 [ 193 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 13 rows starting from the beginning of the part
17221 2025.03.22 20:15:18.861589 [ 193 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 45 rows starting from the beginning of the part
17222 2025.03.22 20:15:18.862624 [ 5 ] {c3127b53-5eba-42b6-bcbf-f9790efd77a9} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17223 2025.03.22 20:15:18.862759 [ 5 ] {c3127b53-5eba-42b6-bcbf-f9790efd77a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.35 GiB.
17224 2025.03.22 20:15:18.863362 [ 5 ] {c3127b53-5eba-42b6-bcbf-f9790efd77a9} <Trace> MergedBlockOutputStream: filled checksums all_169_169_0 (state Temporary)
17225 2025.03.22 20:15:18.863418 [ 188 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 255 rows, containing 5 columns (5 merged, 0 gathered) in 0.005413605 sec., 47103.54745128246 rows/sec., 3.61 MiB/sec.
17226 2025.03.22 20:15:18.863694 [ 188 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary)
17227 2025.03.22 20:15:18.863712 [ 5 ] {c3127b53-5eba-42b6-bcbf-f9790efd77a9} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_169_169_0 to all_169_169_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17228 2025.03.22 20:15:18.864144 [ 5 ] {c3127b53-5eba-42b6-bcbf-f9790efd77a9} <Debug> executeQuery: Read 109 rows, 8.72 KiB in 0.005728 sec., 19029.329608938548 rows/sec., 1.49 MiB/sec.
17229 2025.03.22 20:15:18.864273 [ 5 ] {c3127b53-5eba-42b6-bcbf-f9790efd77a9} <Debug> TCPHandler: Processed in 0.006194482 sec.
17230 2025.03.22 20:15:18.864381 [ 188 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_141_28} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17231 2025.03.22 20:15:18.864457 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17232 2025.03.22 20:15:18.864546 [ 188 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_141_28} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28
17233 2025.03.22 20:15:18.864628 [ 5 ] {19df1691-a7e5-4314-8c1a-76550ffab3ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
17234 2025.03.22 20:15:18.864714 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB.
17235 2025.03.22 20:15:18.864738 [ 5 ] {19df1691-a7e5-4314-8c1a-76550ffab3ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
17236 2025.03.22 20:15:18.865280 [ 5 ] {19df1691-a7e5-4314-8c1a-76550ffab3ee} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17237 2025.03.22 20:15:18.865322 [ 5 ] {19df1691-a7e5-4314-8c1a-76550ffab3ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.35 GiB.
17238 2025.03.22 20:15:18.865714 [ 5 ] {19df1691-a7e5-4314-8c1a-76550ffab3ee} <Trace> MergedBlockOutputStream: filled checksums all_169_169_0 (state Temporary)
17239 2025.03.22 20:15:18.865944 [ 5 ] {19df1691-a7e5-4314-8c1a-76550ffab3ee} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_169_169_0 to all_169_169_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17240 2025.03.22 20:15:18.866077 [ 113 ] {} <Debug> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Selected 2 parts from all_1_164_43 to all_165_165_0
17241 2025.03.22 20:15:18.866109 [ 113 ] {} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17242 2025.03.22 20:15:18.866122 [ 5 ] {19df1691-a7e5-4314-8c1a-76550ffab3ee} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001535 sec., 104234.52768729642 rows/sec., 7.26 MiB/sec.
17243 2025.03.22 20:15:18.866132 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.35 GiB.
17244 2025.03.22 20:15:18.866263 [ 5 ] {19df1691-a7e5-4314-8c1a-76550ffab3ee} <Debug> TCPHandler: Processed in 0.00186859 sec.
17245 2025.03.22 20:15:18.866429 [ 198 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_165_44} <Debug> MergeTask::PrepareStage: Merging 2 parts: from all_1_164_43 to all_165_165_0 into Compact with storage Full
17246 2025.03.22 20:15:18.866499 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17247 2025.03.22 20:15:18.866861 [ 5 ] {418d739c-5010-4be1-8c13-444496a01e64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
17248 2025.03.22 20:15:18.867219 [ 5 ] {418d739c-5010-4be1-8c13-444496a01e64} <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
17249 2025.03.22 20:15:18.867425 [ 198 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_165_44} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17250 2025.03.22 20:15:18.867861 [ 198 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_165_44} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_164_43, total 44580 rows starting from the beginning of the part
17251 2025.03.22 20:15:18.868916 [ 198 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_165_44} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_165_165_0, total 161 rows starting from the beginning of the part
17252 2025.03.22 20:15:18.871689 [ 5 ] {418d739c-5010-4be1-8c13-444496a01e64} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17253 2025.03.22 20:15:18.871756 [ 5 ] {418d739c-5010-4be1-8c13-444496a01e64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.35 GiB.
17254 2025.03.22 20:15:18.872679 [ 5 ] {418d739c-5010-4be1-8c13-444496a01e64} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary)
17255 2025.03.22 20:15:18.872968 [ 5 ] {418d739c-5010-4be1-8c13-444496a01e64} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17256 2025.03.22 20:15:18.873331 [ 112 ] {} <Debug> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0
17257 2025.03.22 20:15:18.873409 [ 5 ] {418d739c-5010-4be1-8c13-444496a01e64} <Debug> executeQuery: Read 45 rows, 82.57 KiB in 0.006703 sec., 6713.411905117112 rows/sec., 12.03 MiB/sec.
17258 2025.03.22 20:15:18.873451 [ 112 ] {} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17259 2025.03.22 20:15:18.873565 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.35 GiB.
17260 2025.03.22 20:15:18.874144 [ 5 ] {418d739c-5010-4be1-8c13-444496a01e64} <Debug> TCPHandler: Processed in 0.007709204 sec.
17261 2025.03.22 20:15:18.874213 [ 188 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_141_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full
17262 2025.03.22 20:15:18.875053 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17263 2025.03.22 20:15:18.875737 [ 5 ] {e1a961fb-7780-4325-9e13-892d16d15736} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
17264 2025.03.22 20:15:18.876056 [ 5 ] {e1a961fb-7780-4325-9e13-892d16d15736} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
17265 2025.03.22 20:15:18.877751 [ 188 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17266 2025.03.22 20:15:18.878457 [ 188 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 2644 rows starting from the beginning of the part
17267 2025.03.22 20:15:18.879678 [ 188 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 45 rows starting from the beginning of the part
17268 2025.03.22 20:15:18.880240 [ 5 ] {e1a961fb-7780-4325-9e13-892d16d15736} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17269 2025.03.22 20:15:18.880347 [ 5 ] {e1a961fb-7780-4325-9e13-892d16d15736} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.35 GiB.
17270 2025.03.22 20:15:18.880699 [ 188 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 13 rows starting from the beginning of the part
17271 2025.03.22 20:15:18.881581 [ 188 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 45 rows starting from the beginning of the part
17272 2025.03.22 20:15:18.882283 [ 5 ] {e1a961fb-7780-4325-9e13-892d16d15736} <Trace> MergedBlockOutputStream: filled checksums all_169_169_0 (state Temporary)
17273 2025.03.22 20:15:18.882491 [ 188 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 13 rows starting from the beginning of the part
17274 2025.03.22 20:15:18.883211 [ 5 ] {e1a961fb-7780-4325-9e13-892d16d15736} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_169_169_0 to all_169_169_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17275 2025.03.22 20:15:18.883500 [ 188 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 45 rows starting from the beginning of the part
17276 2025.03.22 20:15:18.884080 [ 5 ] {e1a961fb-7780-4325-9e13-892d16d15736} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.008553 sec., 7015.08242721852 rows/sec., 484.11 KiB/sec.
17277 2025.03.22 20:15:18.884431 [ 5 ] {e1a961fb-7780-4325-9e13-892d16d15736} <Debug> TCPHandler: Processed in 0.009590164 sec.
17278 2025.03.22 20:15:18.885140 [ 198 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_165_44} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 44741 rows, containing 5 columns (5 merged, 0 gathered) in 0.018852901 sec., 2373162.6236195695 rows/sec., 162.63 MiB/sec.
17279 2025.03.22 20:15:18.885633 [ 198 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_165_44} <Trace> MergedBlockOutputStream: filled checksums all_1_165_44 (state Temporary)
17280 2025.03.22 20:15:18.885979 [ 198 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_165_44} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_merge_all_1_165_44 to all_1_165_44 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17281 2025.03.22 20:15:18.886065 [ 198 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_165_44} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Merged 2 parts: [all_1_164_43, all_165_165_0] -> all_1_165_44
17282 2025.03.22 20:15:18.886148 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB.
17283 2025.03.22 20:15:18.892869 [ 191 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2805 rows, containing 19 columns (19 merged, 0 gathered) in 0.019044975 sec., 147282.94471376308 rows/sec., 263.92 MiB/sec.
17284 2025.03.22 20:15:18.895373 [ 196 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary)
17285 2025.03.22 20:15:18.895777 [ 196 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_141_28} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17286 2025.03.22 20:15:18.895852 [ 196 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_141_28} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28
17287 2025.03.22 20:15:18.895964 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 19.19 MiB.
17288 2025.03.22 20:15:21.515037 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 739
17289 2025.03.22 20:15:21.541155 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17290 2025.03.22 20:15:21.541208 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.35 GiB.
17291 2025.03.22 20:15:21.548806 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
17292 2025.03.22 20:15:21.549635 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17293 2025.03.22 20:15:21.552779 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 739
17294 2025.03.22 20:15:22.345636 [ 224 ] {} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0]
17295 2025.03.22 20:15:22.345717 [ 224 ] {} <Debug> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0]
17296 2025.03.22 20:15:22.347745 [ 224 ] {} <Debug> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0]
17297 2025.03.22 20:15:22.848664 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17298 2025.03.22 20:15:22.848856 [ 5 ] {f1475442-6448-4bda-b7a7-406f61c72636} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
17299 2025.03.22 20:15:22.848931 [ 5 ] {f1475442-6448-4bda-b7a7-406f61c72636} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
17300 2025.03.22 20:15:22.849701 [ 5 ] {f1475442-6448-4bda-b7a7-406f61c72636} <Trace> oximeter.fields_i16 (264093f9-a655-4468-9a79-5d699a3bbf39): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17301 2025.03.22 20:15:22.849752 [ 5 ] {f1475442-6448-4bda-b7a7-406f61c72636} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.35 GiB.
17302 2025.03.22 20:15:22.850186 [ 5 ] {f1475442-6448-4bda-b7a7-406f61c72636} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
17303 2025.03.22 20:15:22.850439 [ 5 ] {f1475442-6448-4bda-b7a7-406f61c72636} <Trace> oximeter.fields_i16 (264093f9-a655-4468-9a79-5d699a3bbf39): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17304 2025.03.22 20:15:22.850760 [ 5 ] {f1475442-6448-4bda-b7a7-406f61c72636} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001939 sec., 12377.514182568335 rows/sec., 1.03 MiB/sec.
17305 2025.03.22 20:15:22.851099 [ 5 ] {f1475442-6448-4bda-b7a7-406f61c72636} <Debug> TCPHandler: Processed in 0.002552464 sec.
17306 2025.03.22 20:15:22.851502 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17307 2025.03.22 20:15:22.851640 [ 5 ] {3323f88d-0208-4e21-94f0-be1d043e0db4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
17308 2025.03.22 20:15:22.851690 [ 5 ] {3323f88d-0208-4e21-94f0-be1d043e0db4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
17309 2025.03.22 20:15:22.852243 [ 5 ] {3323f88d-0208-4e21-94f0-be1d043e0db4} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17310 2025.03.22 20:15:22.852283 [ 5 ] {3323f88d-0208-4e21-94f0-be1d043e0db4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.35 GiB.
17311 2025.03.22 20:15:22.852629 [ 5 ] {3323f88d-0208-4e21-94f0-be1d043e0db4} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
17312 2025.03.22 20:15:22.852876 [ 5 ] {3323f88d-0208-4e21-94f0-be1d043e0db4} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17313 2025.03.22 20:15:22.853082 [ 5 ] {3323f88d-0208-4e21-94f0-be1d043e0db4} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.001469 sec., 9530.292716133425 rows/sec., 777.13 KiB/sec.
17314 2025.03.22 20:15:22.853136 [ 5 ] {3323f88d-0208-4e21-94f0-be1d043e0db4} <Debug> TCPHandler: Processed in 0.001741307 sec.
17315 2025.03.22 20:15:22.853243 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17316 2025.03.22 20:15:22.853346 [ 5 ] {8980ac69-f3b0-41a9-be5f-f11e83d5c05f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
17317 2025.03.22 20:15:22.853391 [ 5 ] {8980ac69-f3b0-41a9-be5f-f11e83d5c05f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
17318 2025.03.22 20:15:22.854613 [ 5 ] {8980ac69-f3b0-41a9-be5f-f11e83d5c05f} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17319 2025.03.22 20:15:22.854654 [ 5 ] {8980ac69-f3b0-41a9-be5f-f11e83d5c05f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.35 GiB.
17320 2025.03.22 20:15:22.855100 [ 5 ] {8980ac69-f3b0-41a9-be5f-f11e83d5c05f} <Trace> MergedBlockOutputStream: filled checksums all_170_170_0 (state Temporary)
17321 2025.03.22 20:15:22.855337 [ 5 ] {8980ac69-f3b0-41a9-be5f-f11e83d5c05f} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_170_170_0 to all_170_170_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17322 2025.03.22 20:15:22.855533 [ 5 ] {8980ac69-f3b0-41a9-be5f-f11e83d5c05f} <Debug> executeQuery: Read 1349 rows, 115.00 KiB in 0.002206 sec., 611514.0525838622 rows/sec., 50.91 MiB/sec.
17323 2025.03.22 20:15:22.855605 [ 5 ] {8980ac69-f3b0-41a9-be5f-f11e83d5c05f} <Debug> TCPHandler: Processed in 0.002412061 sec.
17324 2025.03.22 20:15:22.855740 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17325 2025.03.22 20:15:22.856004 [ 5 ] {c5026f38-8e31-48ac-ac9e-7f3f891c6942} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
17326 2025.03.22 20:15:22.856139 [ 5 ] {c5026f38-8e31-48ac-ac9e-7f3f891c6942} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
17327 2025.03.22 20:15:22.857187 [ 5 ] {c5026f38-8e31-48ac-ac9e-7f3f891c6942} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17328 2025.03.22 20:15:22.857225 [ 5 ] {c5026f38-8e31-48ac-ac9e-7f3f891c6942} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.35 GiB.
17329 2025.03.22 20:15:22.857571 [ 5 ] {c5026f38-8e31-48ac-ac9e-7f3f891c6942} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary)
17330 2025.03.22 20:15:22.857801 [ 5 ] {c5026f38-8e31-48ac-ac9e-7f3f891c6942} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17331 2025.03.22 20:15:22.857973 [ 5 ] {c5026f38-8e31-48ac-ac9e-7f3f891c6942} <Debug> executeQuery: Read 39 rows, 2.92 KiB in 0.002076 sec., 18786.127167630057 rows/sec., 1.37 MiB/sec.
17332 2025.03.22 20:15:22.858027 [ 5 ] {c5026f38-8e31-48ac-ac9e-7f3f891c6942} <Debug> TCPHandler: Processed in 0.00234491 sec.
17333 2025.03.22 20:15:22.858160 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17334 2025.03.22 20:15:22.858266 [ 5 ] {7e37c869-4fc6-409e-87f5-9fc68045ec61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
17335 2025.03.22 20:15:22.858311 [ 5 ] {7e37c869-4fc6-409e-87f5-9fc68045ec61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
17336 2025.03.22 20:15:22.858913 [ 5 ] {7e37c869-4fc6-409e-87f5-9fc68045ec61} <Trace> oximeter.fields_u32 (ad7a5232-f0e1-40d6-acb0-24ed1d64c039): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17337 2025.03.22 20:15:22.858951 [ 5 ] {7e37c869-4fc6-409e-87f5-9fc68045ec61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.35 GiB.
17338 2025.03.22 20:15:22.859300 [ 5 ] {7e37c869-4fc6-409e-87f5-9fc68045ec61} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
17339 2025.03.22 20:15:22.859542 [ 5 ] {7e37c869-4fc6-409e-87f5-9fc68045ec61} <Trace> oximeter.fields_u32 (ad7a5232-f0e1-40d6-acb0-24ed1d64c039): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17340 2025.03.22 20:15:22.859721 [ 5 ] {7e37c869-4fc6-409e-87f5-9fc68045ec61} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001477 sec., 170616.11374407582 rows/sec., 11.80 MiB/sec.
17341 2025.03.22 20:15:22.859772 [ 5 ] {7e37c869-4fc6-409e-87f5-9fc68045ec61} <Debug> TCPHandler: Processed in 0.001662145 sec.
17342 2025.03.22 20:15:22.859885 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17343 2025.03.22 20:15:22.859990 [ 5 ] {9c227cf4-73a4-4795-81f1-f44f955a18de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
17344 2025.03.22 20:15:22.860035 [ 5 ] {9c227cf4-73a4-4795-81f1-f44f955a18de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
17345 2025.03.22 20:15:22.860547 [ 5 ] {9c227cf4-73a4-4795-81f1-f44f955a18de} <Trace> oximeter.fields_u8 (faaaa09d-c3bc-4a8d-ab11-77969ca3dca4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17346 2025.03.22 20:15:22.860585 [ 5 ] {9c227cf4-73a4-4795-81f1-f44f955a18de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.35 GiB.
17347 2025.03.22 20:15:22.860925 [ 5 ] {9c227cf4-73a4-4795-81f1-f44f955a18de} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
17348 2025.03.22 20:15:22.861162 [ 5 ] {9c227cf4-73a4-4795-81f1-f44f955a18de} <Trace> oximeter.fields_u8 (faaaa09d-c3bc-4a8d-ab11-77969ca3dca4): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17349 2025.03.22 20:15:22.861505 [ 5 ] {9c227cf4-73a4-4795-81f1-f44f955a18de} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001493 sec., 8037.508372404554 rows/sec., 627.93 KiB/sec.
17350 2025.03.22 20:15:22.861787 [ 5 ] {9c227cf4-73a4-4795-81f1-f44f955a18de} <Debug> TCPHandler: Processed in 0.001942821 sec.
17351 2025.03.22 20:15:22.862019 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17352 2025.03.22 20:15:22.862126 [ 5 ] {92350668-4e23-43ba-8210-cc6adc235879} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
17353 2025.03.22 20:15:22.862187 [ 5 ] {92350668-4e23-43ba-8210-cc6adc235879} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
17354 2025.03.22 20:15:22.863011 [ 5 ] {92350668-4e23-43ba-8210-cc6adc235879} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17355 2025.03.22 20:15:22.863065 [ 5 ] {92350668-4e23-43ba-8210-cc6adc235879} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.35 GiB.
17356 2025.03.22 20:15:22.863442 [ 5 ] {92350668-4e23-43ba-8210-cc6adc235879} <Trace> MergedBlockOutputStream: filled checksums all_170_170_0 (state Temporary)
17357 2025.03.22 20:15:22.863679 [ 5 ] {92350668-4e23-43ba-8210-cc6adc235879} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_170_170_0 to all_170_170_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17358 2025.03.22 20:15:22.863869 [ 5 ] {92350668-4e23-43ba-8210-cc6adc235879} <Debug> executeQuery: Read 583 rows, 44.84 KiB in 0.001769 sec., 329564.7258338044 rows/sec., 24.76 MiB/sec.
17359 2025.03.22 20:15:22.863934 [ 5 ] {92350668-4e23-43ba-8210-cc6adc235879} <Debug> TCPHandler: Processed in 0.001973422 sec.
17360 2025.03.22 20:15:22.864080 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17361 2025.03.22 20:15:22.864220 [ 5 ] {2e00de9c-170d-44fc-b796-62e11a5125d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
17362 2025.03.22 20:15:22.864269 [ 5 ] {2e00de9c-170d-44fc-b796-62e11a5125d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
17363 2025.03.22 20:15:22.865016 [ 5 ] {2e00de9c-170d-44fc-b796-62e11a5125d0} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17364 2025.03.22 20:15:22.865052 [ 5 ] {2e00de9c-170d-44fc-b796-62e11a5125d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.35 GiB.
17365 2025.03.22 20:15:22.865497 [ 5 ] {2e00de9c-170d-44fc-b796-62e11a5125d0} <Trace> MergedBlockOutputStream: filled checksums all_170_170_0 (state Temporary)
17366 2025.03.22 20:15:22.865748 [ 5 ] {2e00de9c-170d-44fc-b796-62e11a5125d0} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_170_170_0 to all_170_170_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17367 2025.03.22 20:15:22.865887 [ 109 ] {} <Debug> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Selected 6 parts from all_1_165_44 to all_170_170_0
17368 2025.03.22 20:15:22.865929 [ 109 ] {} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17369 2025.03.22 20:15:22.865935 [ 5 ] {2e00de9c-170d-44fc-b796-62e11a5125d0} <Debug> executeQuery: Read 1017 rows, 70.44 KiB in 0.001742 sec., 583811.7106773823 rows/sec., 39.49 MiB/sec.
17370 2025.03.22 20:15:22.865951 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.35 GiB.
17371 2025.03.22 20:15:22.866051 [ 5 ] {2e00de9c-170d-44fc-b796-62e11a5125d0} <Debug> TCPHandler: Processed in 0.002030183 sec.
17372 2025.03.22 20:15:22.866299 [ 187 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_170_45} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_165_44 to all_170_170_0 into Compact with storage Full
17373 2025.03.22 20:15:22.866342 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17374 2025.03.22 20:15:22.866731 [ 5 ] {ffb09c0b-2c25-41c8-909c-8eae870fd772} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
17375 2025.03.22 20:15:22.866858 [ 187 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_170_45} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17376 2025.03.22 20:15:22.867008 [ 187 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_170_45} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_165_44, total 44741 rows starting from the beginning of the part
17377 2025.03.22 20:15:22.867106 [ 5 ] {ffb09c0b-2c25-41c8-909c-8eae870fd772} <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
17378 2025.03.22 20:15:22.867522 [ 187 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_170_45} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_166_166_0, total 162 rows starting from the beginning of the part
17379 2025.03.22 20:15:22.868012 [ 187 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_170_45} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_167_167_0, total 162 rows starting from the beginning of the part
17380 2025.03.22 20:15:22.868395 [ 187 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_170_45} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_168_168_0, total 160 rows starting from the beginning of the part
17381 2025.03.22 20:15:22.868936 [ 187 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_170_45} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_169_169_0, total 160 rows starting from the beginning of the part
17382 2025.03.22 20:15:22.869400 [ 187 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_170_45} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_170_170_0, total 1017 rows starting from the beginning of the part
17383 2025.03.22 20:15:22.873887 [ 5 ] {ffb09c0b-2c25-41c8-909c-8eae870fd772} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17384 2025.03.22 20:15:22.873949 [ 5 ] {ffb09c0b-2c25-41c8-909c-8eae870fd772} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.35 GiB.
17385 2025.03.22 20:15:22.874818 [ 5 ] {ffb09c0b-2c25-41c8-909c-8eae870fd772} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary)
17386 2025.03.22 20:15:22.875267 [ 5 ] {ffb09c0b-2c25-41c8-909c-8eae870fd772} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17387 2025.03.22 20:15:22.875561 [ 217 ] {} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0]
17388 2025.03.22 20:15:22.875661 [ 217 ] {} <Debug> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0]
17389 2025.03.22 20:15:22.875700 [ 5 ] {ffb09c0b-2c25-41c8-909c-8eae870fd772} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.009093 sec., 1429.6711756296052 rows/sec., 2.56 MiB/sec.
17390 2025.03.22 20:15:22.876026 [ 5 ] {ffb09c0b-2c25-41c8-909c-8eae870fd772} <Debug> TCPHandler: Processed in 0.009759287 sec.
17391 2025.03.22 20:15:22.876205 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17392 2025.03.22 20:15:22.876354 [ 5 ] {cef6b4ef-ebc6-4b2d-802e-435b2ea35d68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
17393 2025.03.22 20:15:22.876429 [ 5 ] {cef6b4ef-ebc6-4b2d-802e-435b2ea35d68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
17394 2025.03.22 20:15:22.877706 [ 5 ] {cef6b4ef-ebc6-4b2d-802e-435b2ea35d68} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17395 2025.03.22 20:15:22.877790 [ 5 ] {cef6b4ef-ebc6-4b2d-802e-435b2ea35d68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.35 GiB.
17396 2025.03.22 20:15:22.878333 [ 5 ] {cef6b4ef-ebc6-4b2d-802e-435b2ea35d68} <Trace> MergedBlockOutputStream: filled checksums all_170_170_0 (state Temporary)
17397 2025.03.22 20:15:22.878727 [ 5 ] {cef6b4ef-ebc6-4b2d-802e-435b2ea35d68} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_170_170_0 to all_170_170_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17398 2025.03.22 20:15:22.878728 [ 217 ] {} <Debug> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0]
17399 2025.03.22 20:15:22.879416 [ 5 ] {cef6b4ef-ebc6-4b2d-802e-435b2ea35d68} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.003085 sec., 15559.157212317667 rows/sec., 1.05 MiB/sec.
17400 2025.03.22 20:15:22.879597 [ 5 ] {cef6b4ef-ebc6-4b2d-802e-435b2ea35d68} <Debug> TCPHandler: Processed in 0.003470314 sec.
17401 2025.03.22 20:15:22.882439 [ 200 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_170_45} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46402 rows, containing 5 columns (5 merged, 0 gathered) in 0.016368707 sec., 2834799.3522029566 rows/sec., 194.26 MiB/sec.
17402 2025.03.22 20:15:22.883458 [ 200 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_170_45} <Trace> MergedBlockOutputStream: filled checksums all_1_170_45 (state Temporary)
17403 2025.03.22 20:15:22.883827 [ 200 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_170_45} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_merge_all_1_170_45 to all_1_170_45 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17404 2025.03.22 20:15:22.883915 [ 200 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_170_45} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Merged 6 parts: [all_1_165_44, all_170_170_0] -> all_1_170_45
17405 2025.03.22 20:15:22.884036 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.54 MiB.
17406 2025.03.22 20:15:23.399324 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 2344
17407 2025.03.22 20:15:23.402924 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17408 2025.03.22 20:15:23.402982 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.35 GiB.
17409 2025.03.22 20:15:23.404591 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
17410 2025.03.22 20:15:23.404915 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17411 2025.03.22 20:15:23.405271 [ 225 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
17412 2025.03.22 20:15:23.405375 [ 225 ] {} <Debug> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
17413 2025.03.22 20:15:23.406215 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2344
17414 2025.03.22 20:15:23.407925 [ 225 ] {} <Debug> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0]
17415 2025.03.22 20:15:23.845249 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17416 2025.03.22 20:15:23.845444 [ 5 ] {6bde1135-ad04-4c62-a425-0608086e4ac2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
17417 2025.03.22 20:15:23.845525 [ 5 ] {6bde1135-ad04-4c62-a425-0608086e4ac2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
17418 2025.03.22 20:15:23.846376 [ 5 ] {6bde1135-ad04-4c62-a425-0608086e4ac2} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17419 2025.03.22 20:15:23.846420 [ 5 ] {6bde1135-ad04-4c62-a425-0608086e4ac2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.35 GiB.
17420 2025.03.22 20:15:23.846849 [ 5 ] {6bde1135-ad04-4c62-a425-0608086e4ac2} <Trace> MergedBlockOutputStream: filled checksums all_171_171_0 (state Temporary)
17421 2025.03.22 20:15:23.847098 [ 5 ] {6bde1135-ad04-4c62-a425-0608086e4ac2} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_171_171_0 to all_171_171_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17422 2025.03.22 20:15:23.847323 [ 108 ] {} <Debug> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5) (MergerMutator): Selected 6 parts from all_1_166_33 to all_171_171_0
17423 2025.03.22 20:15:23.847353 [ 5 ] {6bde1135-ad04-4c62-a425-0608086e4ac2} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001963 sec., 28527.763627101376 rows/sec., 2.18 MiB/sec.
17424 2025.03.22 20:15:23.847444 [ 108 ] {} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17425 2025.03.22 20:15:23.847522 [ 5 ] {6bde1135-ad04-4c62-a425-0608086e4ac2} <Debug> TCPHandler: Processed in 0.002399261 sec.
17426 2025.03.22 20:15:23.847533 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.35 GiB.
17427 2025.03.22 20:15:23.847720 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17428 2025.03.22 20:15:23.847732 [ 189 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_171_34} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_166_33 to all_171_171_0 into Compact with storage Full
17429 2025.03.22 20:15:23.847866 [ 5 ] {9864c8aa-86ff-42f2-93ea-d7b00615b981} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
17430 2025.03.22 20:15:23.847894 [ 189 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_171_34} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17431 2025.03.22 20:15:23.847932 [ 5 ] {9864c8aa-86ff-42f2-93ea-d7b00615b981} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
17432 2025.03.22 20:15:23.847943 [ 189 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_166_33, total 1448 rows starting from the beginning of the part
17433 2025.03.22 20:15:23.848137 [ 189 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_167_167_0, total 149 rows starting from the beginning of the part
17434 2025.03.22 20:15:23.848577 [ 189 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_168_168_0, total 82 rows starting from the beginning of the part
17435 2025.03.22 20:15:23.848879 [ 189 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_169_169_0, total 146 rows starting from the beginning of the part
17436 2025.03.22 20:15:23.849196 [ 189 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_170_170_0, total 1349 rows starting from the beginning of the part
17437 2025.03.22 20:15:23.849405 [ 189 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_171_171_0, total 56 rows starting from the beginning of the part
17438 2025.03.22 20:15:23.849995 [ 5 ] {9864c8aa-86ff-42f2-93ea-d7b00615b981} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17439 2025.03.22 20:15:23.850044 [ 5 ] {9864c8aa-86ff-42f2-93ea-d7b00615b981} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.35 GiB.
17440 2025.03.22 20:15:23.850585 [ 5 ] {9864c8aa-86ff-42f2-93ea-d7b00615b981} <Trace> MergedBlockOutputStream: filled checksums all_171_171_0 (state Temporary)
17441 2025.03.22 20:15:23.850883 [ 5 ] {9864c8aa-86ff-42f2-93ea-d7b00615b981} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_171_171_0 to all_171_171_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17442 2025.03.22 20:15:23.851062 [ 108 ] {} <Debug> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add) (MergerMutator): Selected 6 parts from all_1_166_33 to all_171_171_0
17443 2025.03.22 20:15:23.851130 [ 108 ] {} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17444 2025.03.22 20:15:23.851169 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.35 GiB.
17445 2025.03.22 20:15:23.851167 [ 5 ] {9864c8aa-86ff-42f2-93ea-d7b00615b981} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003334 sec., 19196.16076784643 rows/sec., 1.50 MiB/sec.
17446 2025.03.22 20:15:23.851572 [ 5 ] {9864c8aa-86ff-42f2-93ea-d7b00615b981} <Debug> TCPHandler: Processed in 0.003919474 sec.
17447 2025.03.22 20:15:23.851717 [ 200 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_171_34} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_166_33 to all_171_171_0 into Compact with storage Full
17448 2025.03.22 20:15:23.851860 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17449 2025.03.22 20:15:23.852234 [ 5 ] {1acf5ddf-af0b-4158-86ec-a68ae069ade4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
17450 2025.03.22 20:15:23.852311 [ 200 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_171_34} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17451 2025.03.22 20:15:23.852444 [ 5 ] {1acf5ddf-af0b-4158-86ec-a68ae069ade4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
17452 2025.03.22 20:15:23.852452 [ 200 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_166_33, total 674 rows starting from the beginning of the part
17453 2025.03.22 20:15:23.852653 [ 201 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_171_34} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3230 rows, containing 5 columns (5 merged, 0 gathered) in 0.004954985 sec., 651868.7745775214 rows/sec., 56.95 MiB/sec.
17454 2025.03.22 20:15:23.852941 [ 200 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_167_167_0, total 118 rows starting from the beginning of the part
17455 2025.03.22 20:15:23.853223 [ 201 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_171_34} <Trace> MergedBlockOutputStream: filled checksums all_1_171_34 (state Temporary)
17456 2025.03.22 20:15:23.853444 [ 200 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_168_168_0, total 77 rows starting from the beginning of the part
17457 2025.03.22 20:15:23.854001 [ 200 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_169_169_0, total 109 rows starting from the beginning of the part
17458 2025.03.22 20:15:23.854708 [ 201 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_171_34} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_merge_all_1_171_34 to all_1_171_34 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17459 2025.03.22 20:15:23.854722 [ 200 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_170_170_0, total 583 rows starting from the beginning of the part
17460 2025.03.22 20:15:23.855182 [ 201 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_171_34} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5) (MergerMutator): Merged 6 parts: [all_1_166_33, all_171_171_0] -> all_1_171_34
17461 2025.03.22 20:15:23.855482 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB.
17462 2025.03.22 20:15:23.855489 [ 200 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_171_171_0, total 64 rows starting from the beginning of the part
17463 2025.03.22 20:15:23.856371 [ 5 ] {1acf5ddf-af0b-4158-86ec-a68ae069ade4} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17464 2025.03.22 20:15:23.856447 [ 5 ] {1acf5ddf-af0b-4158-86ec-a68ae069ade4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.35 GiB.
17465 2025.03.22 20:15:23.857546 [ 5 ] {1acf5ddf-af0b-4158-86ec-a68ae069ade4} <Trace> MergedBlockOutputStream: filled checksums all_171_171_0 (state Temporary)
17466 2025.03.22 20:15:23.858045 [ 5 ] {1acf5ddf-af0b-4158-86ec-a68ae069ade4} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_171_171_0 to all_171_171_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17467 2025.03.22 20:15:23.858391 [ 5 ] {1acf5ddf-af0b-4158-86ec-a68ae069ade4} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.006302 sec., 5077.753094255791 rows/sec., 362.14 KiB/sec.
17468 2025.03.22 20:15:23.858740 [ 5 ] {1acf5ddf-af0b-4158-86ec-a68ae069ade4} <Debug> TCPHandler: Processed in 0.006993488 sec.
17469 2025.03.22 20:15:23.858835 [ 186 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_171_34} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1625 rows, containing 5 columns (5 merged, 0 gathered) in 0.007557581 sec., 215015.8893434288 rows/sec., 17.12 MiB/sec.
17470 2025.03.22 20:15:23.858920 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17471 2025.03.22 20:15:23.859085 [ 5 ] {4d8e6835-2d89-4835-b468-0e693487b2bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
17472 2025.03.22 20:15:23.859155 [ 186 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_171_34} <Trace> MergedBlockOutputStream: filled checksums all_1_171_34 (state Temporary)
17473 2025.03.22 20:15:23.859168 [ 5 ] {4d8e6835-2d89-4835-b468-0e693487b2bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
17474 2025.03.22 20:15:23.859856 [ 186 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_171_34} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_merge_all_1_171_34 to all_1_171_34 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17475 2025.03.22 20:15:23.860076 [ 186 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_171_34} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add) (MergerMutator): Merged 6 parts: [all_1_166_33, all_171_171_0] -> all_1_171_34
17476 2025.03.22 20:15:23.860247 [ 5 ] {4d8e6835-2d89-4835-b468-0e693487b2bd} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17477 2025.03.22 20:15:23.860265 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
17478 2025.03.22 20:15:23.860310 [ 5 ] {4d8e6835-2d89-4835-b468-0e693487b2bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.35 GiB.
17479 2025.03.22 20:15:23.860693 [ 5 ] {4d8e6835-2d89-4835-b468-0e693487b2bd} <Trace> MergedBlockOutputStream: filled checksums all_171_171_0 (state Temporary)
17480 2025.03.22 20:15:23.860949 [ 5 ] {4d8e6835-2d89-4835-b468-0e693487b2bd} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_171_171_0 to all_171_171_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17481 2025.03.22 20:15:23.861130 [ 108 ] {} <Debug> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462) (MergerMutator): Selected 6 parts from all_1_166_33 to all_171_171_0
17482 2025.03.22 20:15:23.861183 [ 108 ] {} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17483 2025.03.22 20:15:23.861199 [ 5 ] {4d8e6835-2d89-4835-b468-0e693487b2bd} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.002138 sec., 5612.722170252572 rows/sec., 387.34 KiB/sec.
17484 2025.03.22 20:15:23.861226 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.35 GiB.
17485 2025.03.22 20:15:23.861360 [ 5 ] {4d8e6835-2d89-4835-b468-0e693487b2bd} <Debug> TCPHandler: Processed in 0.002506303 sec.
17486 2025.03.22 20:15:23.861443 [ 200 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_171_34} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_166_33 to all_171_171_0 into Compact with storage Full
17487 2025.03.22 20:15:23.861568 [ 200 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_171_34} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17488 2025.03.22 20:15:23.861598 [ 200 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_166_33, total 8496 rows starting from the beginning of the part
17489 2025.03.22 20:15:23.861698 [ 200 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_167_167_0, total 60 rows starting from the beginning of the part
17490 2025.03.22 20:15:23.861912 [ 200 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_168_168_0, total 60 rows starting from the beginning of the part
17491 2025.03.22 20:15:23.862105 [ 200 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_169_169_0, total 60 rows starting from the beginning of the part
17492 2025.03.22 20:15:23.862259 [ 200 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_170_170_0, total 48 rows starting from the beginning of the part
17493 2025.03.22 20:15:23.862393 [ 200 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_171_171_0, total 12 rows starting from the beginning of the part
17494 2025.03.22 20:15:23.865232 [ 194 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_171_34} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8736 rows, containing 4 columns (4 merged, 0 gathered) in 0.003883173 sec., 2249706.618788295 rows/sec., 151.64 MiB/sec.
17495 2025.03.22 20:15:23.865431 [ 200 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_171_34} <Trace> MergedBlockOutputStream: filled checksums all_1_171_34 (state Temporary)
17496 2025.03.22 20:15:23.865728 [ 200 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_171_34} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_merge_all_1_171_34 to all_1_171_34 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17497 2025.03.22 20:15:23.865814 [ 200 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_171_34} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462) (MergerMutator): Merged 6 parts: [all_1_166_33, all_171_171_0] -> all_1_171_34
17498 2025.03.22 20:15:23.865893 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.84 MiB.
17499 2025.03.22 20:15:25.639190 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 45384
17500 2025.03.22 20:15:25.639858 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17501 2025.03.22 20:15:25.639903 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.35 GiB.
17502 2025.03.22 20:15:25.640439 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
17503 2025.03.22 20:15:25.640699 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17504 2025.03.22 20:15:25.641004 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 45384
17505 2025.03.22 20:15:28.853665 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17506 2025.03.22 20:15:28.853855 [ 5 ] {662ca379-4fac-4d00-84c8-5ef321dbae47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
17507 2025.03.22 20:15:28.853927 [ 5 ] {662ca379-4fac-4d00-84c8-5ef321dbae47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
17508 2025.03.22 20:15:28.854775 [ 5 ] {662ca379-4fac-4d00-84c8-5ef321dbae47} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17509 2025.03.22 20:15:28.854822 [ 5 ] {662ca379-4fac-4d00-84c8-5ef321dbae47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.35 GiB.
17510 2025.03.22 20:15:28.855261 [ 5 ] {662ca379-4fac-4d00-84c8-5ef321dbae47} <Trace> MergedBlockOutputStream: filled checksums all_172_172_0 (state Temporary)
17511 2025.03.22 20:15:28.855519 [ 5 ] {662ca379-4fac-4d00-84c8-5ef321dbae47} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_172_172_0 to all_172_172_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17512 2025.03.22 20:15:28.855754 [ 5 ] {662ca379-4fac-4d00-84c8-5ef321dbae47} <Debug> executeQuery: Read 146 rows, 12.84 KiB in 0.00195 sec., 74871.79487179487 rows/sec., 6.43 MiB/sec.
17513 2025.03.22 20:15:28.855821 [ 5 ] {662ca379-4fac-4d00-84c8-5ef321dbae47} <Debug> TCPHandler: Processed in 0.002280918 sec.
17514 2025.03.22 20:15:28.855934 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17515 2025.03.22 20:15:28.856043 [ 5 ] {9d2a1efb-81d1-4246-bfc6-83239f869b33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
17516 2025.03.22 20:15:28.856090 [ 5 ] {9d2a1efb-81d1-4246-bfc6-83239f869b33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
17517 2025.03.22 20:15:28.856633 [ 5 ] {9d2a1efb-81d1-4246-bfc6-83239f869b33} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17518 2025.03.22 20:15:28.856673 [ 5 ] {9d2a1efb-81d1-4246-bfc6-83239f869b33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.35 GiB.
17519 2025.03.22 20:15:28.857027 [ 5 ] {9d2a1efb-81d1-4246-bfc6-83239f869b33} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary)
17520 2025.03.22 20:15:28.857271 [ 5 ] {9d2a1efb-81d1-4246-bfc6-83239f869b33} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17521 2025.03.22 20:15:28.857484 [ 5 ] {9d2a1efb-81d1-4246-bfc6-83239f869b33} <Debug> executeQuery: Read 45 rows, 3.38 KiB in 0.001469 sec., 30633.08373042886 rows/sec., 2.25 MiB/sec.
17522 2025.03.22 20:15:28.857552 [ 5 ] {9d2a1efb-81d1-4246-bfc6-83239f869b33} <Debug> TCPHandler: Processed in 0.001669315 sec.
17523 2025.03.22 20:15:28.857709 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17524 2025.03.22 20:15:28.857834 [ 5 ] {13342903-acca-4b0d-ab0d-c1cb64c81e4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
17525 2025.03.22 20:15:28.857879 [ 5 ] {13342903-acca-4b0d-ab0d-c1cb64c81e4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
17526 2025.03.22 20:15:28.858434 [ 5 ] {13342903-acca-4b0d-ab0d-c1cb64c81e4c} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17527 2025.03.22 20:15:28.858472 [ 5 ] {13342903-acca-4b0d-ab0d-c1cb64c81e4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.35 GiB.
17528 2025.03.22 20:15:28.858824 [ 5 ] {13342903-acca-4b0d-ab0d-c1cb64c81e4c} <Trace> MergedBlockOutputStream: filled checksums all_172_172_0 (state Temporary)
17529 2025.03.22 20:15:28.859056 [ 5 ] {13342903-acca-4b0d-ab0d-c1cb64c81e4c} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_172_172_0 to all_172_172_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17530 2025.03.22 20:15:28.859269 [ 5 ] {13342903-acca-4b0d-ab0d-c1cb64c81e4c} <Debug> executeQuery: Read 109 rows, 8.72 KiB in 0.00146 sec., 74657.53424657535 rows/sec., 5.83 MiB/sec.
17531 2025.03.22 20:15:28.859320 [ 5 ] {13342903-acca-4b0d-ab0d-c1cb64c81e4c} <Debug> TCPHandler: Processed in 0.001677046 sec.
17532 2025.03.22 20:15:28.859434 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17533 2025.03.22 20:15:28.859537 [ 5 ] {5cde939e-3107-4d84-9846-25dff7c747fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
17534 2025.03.22 20:15:28.859586 [ 5 ] {5cde939e-3107-4d84-9846-25dff7c747fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
17535 2025.03.22 20:15:28.860101 [ 5 ] {5cde939e-3107-4d84-9846-25dff7c747fe} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17536 2025.03.22 20:15:28.860139 [ 5 ] {5cde939e-3107-4d84-9846-25dff7c747fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.35 GiB.
17537 2025.03.22 20:15:28.860515 [ 5 ] {5cde939e-3107-4d84-9846-25dff7c747fe} <Trace> MergedBlockOutputStream: filled checksums all_172_172_0 (state Temporary)
17538 2025.03.22 20:15:28.860751 [ 5 ] {5cde939e-3107-4d84-9846-25dff7c747fe} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_172_172_0 to all_172_172_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17539 2025.03.22 20:15:28.860974 [ 5 ] {5cde939e-3107-4d84-9846-25dff7c747fe} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001455 sec., 109965.63573883162 rows/sec., 7.66 MiB/sec.
17540 2025.03.22 20:15:28.861079 [ 5 ] {5cde939e-3107-4d84-9846-25dff7c747fe} <Debug> TCPHandler: Processed in 0.001688456 sec.
17541 2025.03.22 20:15:28.861268 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17542 2025.03.22 20:15:28.861567 [ 5 ] {089e98c2-5e65-4c2e-a1bd-68ef7b1fc7f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
17543 2025.03.22 20:15:28.861806 [ 5 ] {089e98c2-5e65-4c2e-a1bd-68ef7b1fc7f0} <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
17544 2025.03.22 20:15:28.863011 [ 5 ] {089e98c2-5e65-4c2e-a1bd-68ef7b1fc7f0} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17545 2025.03.22 20:15:28.863050 [ 5 ] {089e98c2-5e65-4c2e-a1bd-68ef7b1fc7f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.35 GiB.
17546 2025.03.22 20:15:28.863709 [ 5 ] {089e98c2-5e65-4c2e-a1bd-68ef7b1fc7f0} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary)
17547 2025.03.22 20:15:28.863976 [ 5 ] {089e98c2-5e65-4c2e-a1bd-68ef7b1fc7f0} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17548 2025.03.22 20:15:28.864212 [ 5 ] {089e98c2-5e65-4c2e-a1bd-68ef7b1fc7f0} <Debug> executeQuery: Read 45 rows, 82.57 KiB in 0.002758 sec., 16316.171138506164 rows/sec., 29.24 MiB/sec.
17549 2025.03.22 20:15:28.864305 [ 5 ] {089e98c2-5e65-4c2e-a1bd-68ef7b1fc7f0} <Debug> TCPHandler: Processed in 0.003129947 sec.
17550 2025.03.22 20:15:28.864441 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17551 2025.03.22 20:15:28.864545 [ 5 ] {4d954a27-7756-40e8-a71f-17701cd49a63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
17552 2025.03.22 20:15:28.864590 [ 5 ] {4d954a27-7756-40e8-a71f-17701cd49a63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
17553 2025.03.22 20:15:28.865022 [ 5 ] {4d954a27-7756-40e8-a71f-17701cd49a63} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17554 2025.03.22 20:15:28.865063 [ 5 ] {4d954a27-7756-40e8-a71f-17701cd49a63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.35 GiB.
17555 2025.03.22 20:15:28.865417 [ 5 ] {4d954a27-7756-40e8-a71f-17701cd49a63} <Trace> MergedBlockOutputStream: filled checksums all_172_172_0 (state Temporary)
17556 2025.03.22 20:15:28.865649 [ 5 ] {4d954a27-7756-40e8-a71f-17701cd49a63} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_172_172_0 to all_172_172_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17557 2025.03.22 20:15:28.865856 [ 5 ] {4d954a27-7756-40e8-a71f-17701cd49a63} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001331 sec., 45078.88805409467 rows/sec., 3.04 MiB/sec.
17558 2025.03.22 20:15:28.865916 [ 5 ] {4d954a27-7756-40e8-a71f-17701cd49a63} <Debug> TCPHandler: Processed in 0.001523593 sec.
17559 2025.03.22 20:15:29.053822 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 747
17560 2025.03.22 20:15:29.077052 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17561 2025.03.22 20:15:29.077099 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.35 GiB.
17562 2025.03.22 20:15:29.084694 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
17563 2025.03.22 20:15:29.085489 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17564 2025.03.22 20:15:29.088330 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 747
17565 2025.03.22 20:15:32.800691 [ 100 ] {} <Debug> DNSResolver: Updating DNS cache
17566 2025.03.22 20:15:32.800766 [ 100 ] {} <Debug> DNSResolver: Updated DNS cache
17567 2025.03.22 20:15:33.064691 [ 219 ] {} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Found 6 old parts to remove. Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0]
17568 2025.03.22 20:15:33.064747 [ 219 ] {} <Debug> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Removing 6 parts from filesystem (serially): Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0]
17569 2025.03.22 20:15:33.066780 [ 219 ] {} <Debug> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Removing 6 parts from memory: Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0]
17570 2025.03.22 20:15:33.142127 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 45872
17571 2025.03.22 20:15:33.142874 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17572 2025.03.22 20:15:33.142914 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.35 GiB.
17573 2025.03.22 20:15:33.143463 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
17574 2025.03.22 20:15:33.143725 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17575 2025.03.22 20:15:33.143962 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 45872
17576 2025.03.22 20:15:33.144012 [ 223 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0]
17577 2025.03.22 20:15:33.144061 [ 223 ] {} <Debug> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0]
17578 2025.03.22 20:15:33.146082 [ 223 ] {} <Debug> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0]
17579 2025.03.22 20:15:33.407518 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 2364
17580 2025.03.22 20:15:33.411552 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17581 2025.03.22 20:15:33.411620 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.35 GiB.
17582 2025.03.22 20:15:33.413222 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
17583 2025.03.22 20:15:33.413554 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17584 2025.03.22 20:15:33.415133 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2364
17585 2025.03.22 20:15:33.842871 [ 222 ] {} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Found 6 old parts to remove. Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0]
17586 2025.03.22 20:15:33.842936 [ 222 ] {} <Debug> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Removing 6 parts from filesystem (serially): Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0]
17587 2025.03.22 20:15:33.844954 [ 222 ] {} <Debug> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Removing 6 parts from memory: Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0]
17588 2025.03.22 20:15:33.852256 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17589 2025.03.22 20:15:33.852524 [ 5 ] {fa62849d-9600-425e-bd22-6d3004d2aaaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
17590 2025.03.22 20:15:33.852634 [ 5 ] {fa62849d-9600-425e-bd22-6d3004d2aaaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
17591 2025.03.22 20:15:33.853683 [ 5 ] {fa62849d-9600-425e-bd22-6d3004d2aaaf} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17592 2025.03.22 20:15:33.853739 [ 5 ] {fa62849d-9600-425e-bd22-6d3004d2aaaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.35 GiB.
17593 2025.03.22 20:15:33.854190 [ 5 ] {fa62849d-9600-425e-bd22-6d3004d2aaaf} <Trace> MergedBlockOutputStream: filled checksums all_173_173_0 (state Temporary)
17594 2025.03.22 20:15:33.854448 [ 5 ] {fa62849d-9600-425e-bd22-6d3004d2aaaf} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_173_173_0 to all_173_173_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17595 2025.03.22 20:15:33.854695 [ 5 ] {fa62849d-9600-425e-bd22-6d3004d2aaaf} <Debug> executeQuery: Read 82 rows, 6.94 KiB in 0.002247 sec., 36493.101913662664 rows/sec., 3.02 MiB/sec.
17596 2025.03.22 20:15:33.854764 [ 5 ] {fa62849d-9600-425e-bd22-6d3004d2aaaf} <Debug> TCPHandler: Processed in 0.002643396 sec.
17597 2025.03.22 20:15:33.854895 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17598 2025.03.22 20:15:33.855009 [ 5 ] {799c323d-518c-46d5-b96c-073928e7a125} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
17599 2025.03.22 20:15:33.855058 [ 5 ] {799c323d-518c-46d5-b96c-073928e7a125} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
17600 2025.03.22 20:15:33.855598 [ 5 ] {799c323d-518c-46d5-b96c-073928e7a125} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17601 2025.03.22 20:15:33.855641 [ 5 ] {799c323d-518c-46d5-b96c-073928e7a125} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.35 GiB.
17602 2025.03.22 20:15:33.856005 [ 5 ] {799c323d-518c-46d5-b96c-073928e7a125} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary)
17603 2025.03.22 20:15:33.856255 [ 5 ] {799c323d-518c-46d5-b96c-073928e7a125} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17604 2025.03.22 20:15:33.856496 [ 5 ] {799c323d-518c-46d5-b96c-073928e7a125} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.001507 sec., 8626.4100862641 rows/sec., 648.67 KiB/sec.
17605 2025.03.22 20:15:33.856560 [ 5 ] {799c323d-518c-46d5-b96c-073928e7a125} <Debug> TCPHandler: Processed in 0.001716416 sec.
17606 2025.03.22 20:15:33.856709 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17607 2025.03.22 20:15:33.857003 [ 5 ] {5b957b94-408e-4d62-a72a-4ea64e77cd3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
17608 2025.03.22 20:15:33.857154 [ 5 ] {5b957b94-408e-4d62-a72a-4ea64e77cd3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
17609 2025.03.22 20:15:33.858375 [ 5 ] {5b957b94-408e-4d62-a72a-4ea64e77cd3d} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17610 2025.03.22 20:15:33.858415 [ 5 ] {5b957b94-408e-4d62-a72a-4ea64e77cd3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.35 GiB.
17611 2025.03.22 20:15:33.858781 [ 5 ] {5b957b94-408e-4d62-a72a-4ea64e77cd3d} <Trace> MergedBlockOutputStream: filled checksums all_173_173_0 (state Temporary)
17612 2025.03.22 20:15:33.859022 [ 5 ] {5b957b94-408e-4d62-a72a-4ea64e77cd3d} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_173_173_0 to all_173_173_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17613 2025.03.22 20:15:33.859248 [ 5 ] {5b957b94-408e-4d62-a72a-4ea64e77cd3d} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.002365 sec., 32558.13953488372 rows/sec., 2.54 MiB/sec.
17614 2025.03.22 20:15:33.859326 [ 222 ] {} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Found 6 old parts to remove. Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0]
17615 2025.03.22 20:15:33.859334 [ 5 ] {5b957b94-408e-4d62-a72a-4ea64e77cd3d} <Debug> TCPHandler: Processed in 0.002671557 sec.
17616 2025.03.22 20:15:33.859375 [ 222 ] {} <Debug> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Removing 6 parts from filesystem (serially): Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0]
17617 2025.03.22 20:15:33.859555 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17618 2025.03.22 20:15:33.859698 [ 5 ] {dd256b3d-8e11-46c6-9651-22c1e6ceb485} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
17619 2025.03.22 20:15:33.859765 [ 5 ] {dd256b3d-8e11-46c6-9651-22c1e6ceb485} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
17620 2025.03.22 20:15:33.861060 [ 5 ] {dd256b3d-8e11-46c6-9651-22c1e6ceb485} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17621 2025.03.22 20:15:33.861102 [ 5 ] {dd256b3d-8e11-46c6-9651-22c1e6ceb485} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.35 GiB.
17622 2025.03.22 20:15:33.861873 [ 5 ] {dd256b3d-8e11-46c6-9651-22c1e6ceb485} <Trace> MergedBlockOutputStream: filled checksums all_173_173_0 (state Temporary)
17623 2025.03.22 20:15:33.862276 [ 5 ] {dd256b3d-8e11-46c6-9651-22c1e6ceb485} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_173_173_0 to all_173_173_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17624 2025.03.22 20:15:33.862617 [ 5 ] {dd256b3d-8e11-46c6-9651-22c1e6ceb485} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002926 sec., 54682.159945317835 rows/sec., 3.81 MiB/sec.
17625 2025.03.22 20:15:33.862639 [ 225 ] {} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Found 6 old parts to remove. Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0]
17626 2025.03.22 20:15:33.862722 [ 225 ] {} <Debug> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Removing 6 parts from filesystem (serially): Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0]
17627 2025.03.22 20:15:33.862931 [ 5 ] {dd256b3d-8e11-46c6-9651-22c1e6ceb485} <Debug> TCPHandler: Processed in 0.003441602 sec.
17628 2025.03.22 20:15:33.863180 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17629 2025.03.22 20:15:33.863341 [ 5 ] {d045960e-9530-44a2-b822-9a2e8125ef78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
17630 2025.03.22 20:15:33.863496 [ 5 ] {d045960e-9530-44a2-b822-9a2e8125ef78} <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
17631 2025.03.22 20:15:33.863655 [ 222 ] {} <Debug> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Removing 6 parts from memory: Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0]
17632 2025.03.22 20:15:33.868327 [ 5 ] {d045960e-9530-44a2-b822-9a2e8125ef78} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17633 2025.03.22 20:15:33.868371 [ 5 ] {d045960e-9530-44a2-b822-9a2e8125ef78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.35 GiB.
17634 2025.03.22 20:15:33.868614 [ 225 ] {} <Debug> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Removing 6 parts from memory: Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0]
17635 2025.03.22 20:15:33.869636 [ 5 ] {d045960e-9530-44a2-b822-9a2e8125ef78} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary)
17636 2025.03.22 20:15:33.869911 [ 5 ] {d045960e-9530-44a2-b822-9a2e8125ef78} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17637 2025.03.22 20:15:33.870165 [ 5 ] {d045960e-9530-44a2-b822-9a2e8125ef78} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.006883 sec., 1888.7113177393578 rows/sec., 3.38 MiB/sec.
17638 2025.03.22 20:15:33.870368 [ 5 ] {d045960e-9530-44a2-b822-9a2e8125ef78} <Debug> TCPHandler: Processed in 0.007241644 sec.
17639 2025.03.22 20:15:33.870571 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17640 2025.03.22 20:15:33.870682 [ 5 ] {c117c11c-b846-452e-a7d2-b8d5539d4b46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
17641 2025.03.22 20:15:33.870729 [ 5 ] {c117c11c-b846-452e-a7d2-b8d5539d4b46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
17642 2025.03.22 20:15:33.871172 [ 5 ] {c117c11c-b846-452e-a7d2-b8d5539d4b46} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17643 2025.03.22 20:15:33.871210 [ 5 ] {c117c11c-b846-452e-a7d2-b8d5539d4b46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.35 GiB.
17644 2025.03.22 20:15:33.871578 [ 5 ] {c117c11c-b846-452e-a7d2-b8d5539d4b46} <Trace> MergedBlockOutputStream: filled checksums all_173_173_0 (state Temporary)
17645 2025.03.22 20:15:33.871814 [ 5 ] {c117c11c-b846-452e-a7d2-b8d5539d4b46} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_173_173_0 to all_173_173_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17646 2025.03.22 20:15:33.872012 [ 5 ] {c117c11c-b846-452e-a7d2-b8d5539d4b46} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001352 sec., 44378.69822485207 rows/sec., 2.99 MiB/sec.
17647 2025.03.22 20:15:33.872063 [ 5 ] {c117c11c-b846-452e-a7d2-b8d5539d4b46} <Debug> TCPHandler: Processed in 0.001554103 sec.
17648 2025.03.22 20:15:34.475762 [ 217 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0]
17649 2025.03.22 20:15:34.475806 [ 217 ] {} <Debug> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0]
17650 2025.03.22 20:15:34.477890 [ 217 ] {} <Debug> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0]
17651 2025.03.22 20:15:34.666431 [ 97 ] {} <Debug> oximeter.fields_u32 (ad7a5232-f0e1-40d6-acb0-24ed1d64c039) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0
17652 2025.03.22 20:15:34.666511 [ 97 ] {} <Trace> oximeter.fields_u32 (ad7a5232-f0e1-40d6-acb0-24ed1d64c039): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17653 2025.03.22 20:15:34.666559 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.35 GiB.
17654 2025.03.22 20:15:34.666853 [ 200 ] {ad7a5232-f0e1-40d6-acb0-24ed1d64c039::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
17655 2025.03.22 20:15:34.667117 [ 200 ] {ad7a5232-f0e1-40d6-acb0-24ed1d64c039::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17656 2025.03.22 20:15:34.667185 [ 200 ] {ad7a5232-f0e1-40d6-acb0-24ed1d64c039::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 252 rows starting from the beginning of the part
17657 2025.03.22 20:15:34.667384 [ 200 ] {ad7a5232-f0e1-40d6-acb0-24ed1d64c039::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 252 rows starting from the beginning of the part
17658 2025.03.22 20:15:34.667589 [ 200 ] {ad7a5232-f0e1-40d6-acb0-24ed1d64c039::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 252 rows starting from the beginning of the part
17659 2025.03.22 20:15:34.667814 [ 200 ] {ad7a5232-f0e1-40d6-acb0-24ed1d64c039::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1 rows starting from the beginning of the part
17660 2025.03.22 20:15:34.668013 [ 200 ] {ad7a5232-f0e1-40d6-acb0-24ed1d64c039::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 252 rows starting from the beginning of the part
17661 2025.03.22 20:15:34.669447 [ 194 ] {ad7a5232-f0e1-40d6-acb0-24ed1d64c039::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1009 rows, containing 5 columns (5 merged, 0 gathered) in 0.002758558 sec., 365770.81214170594 rows/sec., 26.69 MiB/sec.
17662 2025.03.22 20:15:34.669647 [ 192 ] {ad7a5232-f0e1-40d6-acb0-24ed1d64c039::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary)
17663 2025.03.22 20:15:34.669997 [ 192 ] {ad7a5232-f0e1-40d6-acb0-24ed1d64c039::all_1_25_6} <Trace> oximeter.fields_u32 (ad7a5232-f0e1-40d6-acb0-24ed1d64c039): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17664 2025.03.22 20:15:34.670095 [ 192 ] {ad7a5232-f0e1-40d6-acb0-24ed1d64c039::all_1_25_6} <Trace> oximeter.fields_u32 (ad7a5232-f0e1-40d6-acb0-24ed1d64c039) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6
17665 2025.03.22 20:15:34.670190 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB.
17666 2025.03.22 20:15:35.000204 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 266.40 MiB, peak 290.93 MiB, free memory in arenas 0.00 B, will set to 270.38 MiB (RSS), difference: 3.97 MiB
17667 2025.03.22 20:15:36.589377 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 754
17668 2025.03.22 20:15:36.611816 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17669 2025.03.22 20:15:36.611863 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.35 GiB.
17670 2025.03.22 20:15:36.619563 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
17671 2025.03.22 20:15:36.620364 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17672 2025.03.22 20:15:36.623233 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 754
17673 2025.03.22 20:15:38.853336 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17674 2025.03.22 20:15:38.853590 [ 5 ] {696519cc-7fd5-4325-8af4-eebad273404d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
17675 2025.03.22 20:15:38.853678 [ 5 ] {696519cc-7fd5-4325-8af4-eebad273404d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
17676 2025.03.22 20:15:38.854521 [ 5 ] {696519cc-7fd5-4325-8af4-eebad273404d} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17677 2025.03.22 20:15:38.854568 [ 5 ] {696519cc-7fd5-4325-8af4-eebad273404d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.35 GiB.
17678 2025.03.22 20:15:38.854992 [ 5 ] {696519cc-7fd5-4325-8af4-eebad273404d} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
17679 2025.03.22 20:15:38.855239 [ 5 ] {696519cc-7fd5-4325-8af4-eebad273404d} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17680 2025.03.22 20:15:38.855448 [ 5 ] {696519cc-7fd5-4325-8af4-eebad273404d} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001913 sec., 1045.4783063251436 rows/sec., 85.25 KiB/sec.
17681 2025.03.22 20:15:38.855575 [ 5 ] {696519cc-7fd5-4325-8af4-eebad273404d} <Debug> TCPHandler: Processed in 0.002405941 sec.
17682 2025.03.22 20:15:38.855716 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17683 2025.03.22 20:15:38.855830 [ 5 ] {88d724d8-ed80-482b-95d5-94b60614ff96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
17684 2025.03.22 20:15:38.855880 [ 5 ] {88d724d8-ed80-482b-95d5-94b60614ff96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
17685 2025.03.22 20:15:38.856507 [ 5 ] {88d724d8-ed80-482b-95d5-94b60614ff96} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17686 2025.03.22 20:15:38.856545 [ 5 ] {88d724d8-ed80-482b-95d5-94b60614ff96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.35 GiB.
17687 2025.03.22 20:15:38.856915 [ 5 ] {88d724d8-ed80-482b-95d5-94b60614ff96} <Trace> MergedBlockOutputStream: filled checksums all_174_174_0 (state Temporary)
17688 2025.03.22 20:15:38.857149 [ 5 ] {88d724d8-ed80-482b-95d5-94b60614ff96} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_174_174_0 to all_174_174_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17689 2025.03.22 20:15:38.857335 [ 5 ] {88d724d8-ed80-482b-95d5-94b60614ff96} <Debug> executeQuery: Read 147 rows, 12.91 KiB in 0.001532 sec., 95953.00261096605 rows/sec., 8.23 MiB/sec.
17690 2025.03.22 20:15:38.857395 [ 5 ] {88d724d8-ed80-482b-95d5-94b60614ff96} <Debug> TCPHandler: Processed in 0.001730916 sec.
17691 2025.03.22 20:15:38.857537 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17692 2025.03.22 20:15:38.857688 [ 5 ] {9f640650-4ea5-4cba-ab00-cadc50ab4681} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
17693 2025.03.22 20:15:38.857735 [ 5 ] {9f640650-4ea5-4cba-ab00-cadc50ab4681} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
17694 2025.03.22 20:15:38.858271 [ 5 ] {9f640650-4ea5-4cba-ab00-cadc50ab4681} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17695 2025.03.22 20:15:38.858308 [ 5 ] {9f640650-4ea5-4cba-ab00-cadc50ab4681} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.35 GiB.
17696 2025.03.22 20:15:38.858663 [ 5 ] {9f640650-4ea5-4cba-ab00-cadc50ab4681} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary)
17697 2025.03.22 20:15:38.858894 [ 5 ] {9f640650-4ea5-4cba-ab00-cadc50ab4681} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17698 2025.03.22 20:15:38.859067 [ 5 ] {9f640650-4ea5-4cba-ab00-cadc50ab4681} <Debug> executeQuery: Read 47 rows, 3.52 KiB in 0.001418 sec., 33145.27503526093 rows/sec., 2.43 MiB/sec.
17699 2025.03.22 20:15:38.859127 [ 5 ] {9f640650-4ea5-4cba-ab00-cadc50ab4681} <Debug> TCPHandler: Processed in 0.001652975 sec.
17700 2025.03.22 20:15:38.859250 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17701 2025.03.22 20:15:38.859390 [ 5 ] {f84a6141-04b9-457b-87da-59df44f538d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
17702 2025.03.22 20:15:38.859435 [ 5 ] {f84a6141-04b9-457b-87da-59df44f538d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
17703 2025.03.22 20:15:38.859974 [ 5 ] {f84a6141-04b9-457b-87da-59df44f538d8} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17704 2025.03.22 20:15:38.860011 [ 5 ] {f84a6141-04b9-457b-87da-59df44f538d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.35 GiB.
17705 2025.03.22 20:15:38.860359 [ 5 ] {f84a6141-04b9-457b-87da-59df44f538d8} <Trace> MergedBlockOutputStream: filled checksums all_174_174_0 (state Temporary)
17706 2025.03.22 20:15:38.860587 [ 5 ] {f84a6141-04b9-457b-87da-59df44f538d8} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_174_174_0 to all_174_174_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17707 2025.03.22 20:15:38.860778 [ 5 ] {f84a6141-04b9-457b-87da-59df44f538d8} <Debug> executeQuery: Read 111 rows, 8.88 KiB in 0.001413 sec., 78556.26326963906 rows/sec., 6.14 MiB/sec.
17708 2025.03.22 20:15:38.860841 [ 5 ] {f84a6141-04b9-457b-87da-59df44f538d8} <Debug> TCPHandler: Processed in 0.001653925 sec.
17709 2025.03.22 20:15:38.860980 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17710 2025.03.22 20:15:38.861270 [ 5 ] {cdc45e27-c8c0-4cfd-8b2b-6f82007f8072} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
17711 2025.03.22 20:15:38.861426 [ 5 ] {cdc45e27-c8c0-4cfd-8b2b-6f82007f8072} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
17712 2025.03.22 20:15:38.862437 [ 5 ] {cdc45e27-c8c0-4cfd-8b2b-6f82007f8072} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17713 2025.03.22 20:15:38.862476 [ 5 ] {cdc45e27-c8c0-4cfd-8b2b-6f82007f8072} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.35 GiB.
17714 2025.03.22 20:15:38.862877 [ 5 ] {cdc45e27-c8c0-4cfd-8b2b-6f82007f8072} <Trace> MergedBlockOutputStream: filled checksums all_174_174_0 (state Temporary)
17715 2025.03.22 20:15:38.863107 [ 5 ] {cdc45e27-c8c0-4cfd-8b2b-6f82007f8072} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_174_174_0 to all_174_174_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17716 2025.03.22 20:15:38.863284 [ 5 ] {cdc45e27-c8c0-4cfd-8b2b-6f82007f8072} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.002121 sec., 75907.5907590759 rows/sec., 5.29 MiB/sec.
17717 2025.03.22 20:15:38.863338 [ 5 ] {cdc45e27-c8c0-4cfd-8b2b-6f82007f8072} <Debug> TCPHandler: Processed in 0.002407211 sec.
17718 2025.03.22 20:15:38.863453 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17719 2025.03.22 20:15:38.863556 [ 5 ] {64e07a64-0446-45b3-94f1-9d414c64489f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
17720 2025.03.22 20:15:38.863622 [ 5 ] {64e07a64-0446-45b3-94f1-9d414c64489f} <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
17721 2025.03.22 20:15:38.864768 [ 5 ] {64e07a64-0446-45b3-94f1-9d414c64489f} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17722 2025.03.22 20:15:38.864808 [ 5 ] {64e07a64-0446-45b3-94f1-9d414c64489f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.35 GiB.
17723 2025.03.22 20:15:38.865492 [ 5 ] {64e07a64-0446-45b3-94f1-9d414c64489f} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary)
17724 2025.03.22 20:15:38.865778 [ 5 ] {64e07a64-0446-45b3-94f1-9d414c64489f} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17725 2025.03.22 20:15:38.865985 [ 5 ] {64e07a64-0446-45b3-94f1-9d414c64489f} <Debug> executeQuery: Read 45 rows, 82.57 KiB in 0.00245 sec., 18367.34693877551 rows/sec., 32.91 MiB/sec.
17726 2025.03.22 20:15:38.866099 [ 5 ] {64e07a64-0446-45b3-94f1-9d414c64489f} <Debug> TCPHandler: Processed in 0.002695717 sec.
17727 2025.03.22 20:15:38.866225 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17728 2025.03.22 20:15:38.866329 [ 5 ] {43bd6a3a-d001-41c5-9e2e-7215e4b90c4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
17729 2025.03.22 20:15:38.866376 [ 5 ] {43bd6a3a-d001-41c5-9e2e-7215e4b90c4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
17730 2025.03.22 20:15:38.866804 [ 5 ] {43bd6a3a-d001-41c5-9e2e-7215e4b90c4d} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17731 2025.03.22 20:15:38.866842 [ 5 ] {43bd6a3a-d001-41c5-9e2e-7215e4b90c4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.35 GiB.
17732 2025.03.22 20:15:38.867199 [ 5 ] {43bd6a3a-d001-41c5-9e2e-7215e4b90c4d} <Trace> MergedBlockOutputStream: filled checksums all_174_174_0 (state Temporary)
17733 2025.03.22 20:15:38.867427 [ 5 ] {43bd6a3a-d001-41c5-9e2e-7215e4b90c4d} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_174_174_0 to all_174_174_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17734 2025.03.22 20:15:38.867598 [ 5 ] {43bd6a3a-d001-41c5-9e2e-7215e4b90c4d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001291 sec., 46475.60030983733 rows/sec., 3.13 MiB/sec.
17735 2025.03.22 20:15:38.867646 [ 5 ] {43bd6a3a-d001-41c5-9e2e-7215e4b90c4d} <Debug> TCPHandler: Processed in 0.001469251 sec.
17736 2025.03.22 20:15:40.645085 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 46299
17737 2025.03.22 20:15:40.645790 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17738 2025.03.22 20:15:40.645847 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.35 GiB.
17739 2025.03.22 20:15:40.646432 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
17740 2025.03.22 20:15:40.646763 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17741 2025.03.22 20:15:40.646968 [ 92 ] {} <Debug> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0
17742 2025.03.22 20:15:40.647025 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 46299
17743 2025.03.22 20:15:40.647028 [ 92 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17744 2025.03.22 20:15:40.647067 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.35 GiB.
17745 2025.03.22 20:15:40.647219 [ 200 ] {6f3f2c82-38dd-415f-af08-560485366d9f::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
17746 2025.03.22 20:15:40.647388 [ 200 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17747 2025.03.22 20:15:40.647537 [ 200 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_96_19, total 44042 rows starting from the beginning of the part
17748 2025.03.22 20:15:40.647995 [ 200 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 427 rows starting from the beginning of the part
17749 2025.03.22 20:15:40.648456 [ 200 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 488 rows starting from the beginning of the part
17750 2025.03.22 20:15:40.648590 [ 200 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 427 rows starting from the beginning of the part
17751 2025.03.22 20:15:40.648836 [ 200 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 488 rows starting from the beginning of the part
17752 2025.03.22 20:15:40.649028 [ 200 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 427 rows starting from the beginning of the part
17753 2025.03.22 20:15:40.653148 [ 194 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46299 rows, containing 4 columns (4 merged, 0 gathered) in 0.006015828 sec., 7696197.431176556 rows/sec., 110.09 MiB/sec.
17754 2025.03.22 20:15:40.653625 [ 199 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary)
17755 2025.03.22 20:15:40.654001 [ 199 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_101_20} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17756 2025.03.22 20:15:40.654097 [ 199 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_101_20} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20
17757 2025.03.22 20:15:40.654245 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB.
17758 2025.03.22 20:15:43.416260 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 2390
17759 2025.03.22 20:15:43.419443 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17760 2025.03.22 20:15:43.419503 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.35 GiB.
17761 2025.03.22 20:15:43.421065 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
17762 2025.03.22 20:15:43.421400 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17763 2025.03.22 20:15:43.421636 [ 91 ] {} <Debug> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
17764 2025.03.22 20:15:43.421765 [ 91 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17765 2025.03.22 20:15:43.421837 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.35 GiB.
17766 2025.03.22 20:15:43.422147 [ 194 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::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
17767 2025.03.22 20:15:43.422589 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2390
17768 2025.03.22 20:15:43.422954 [ 194 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17769 2025.03.22 20:15:43.423082 [ 194 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 2240 rows starting from the beginning of the part
17770 2025.03.22 20:15:43.423667 [ 194 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 32 rows starting from the beginning of the part
17771 2025.03.22 20:15:43.424332 [ 194 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 28 rows starting from the beginning of the part
17772 2025.03.22 20:15:43.424949 [ 194 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 44 rows starting from the beginning of the part
17773 2025.03.22 20:15:43.425527 [ 194 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 20 rows starting from the beginning of the part
17774 2025.03.22 20:15:43.426525 [ 194 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::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
17775 2025.03.22 20:15:43.435674 [ 194 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2390 rows, containing 72 columns (72 merged, 0 gathered) in 0.013693331 sec., 174537.5175696841 rows/sec., 130.43 MiB/sec.
17776 2025.03.22 20:15:43.437826 [ 199 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
17777 2025.03.22 20:15:43.438656 [ 199 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_76_15} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17778 2025.03.22 20:15:43.438751 [ 199 ] {895dd765-ccb8-462d-8dfd-a4053e8a4051::all_1_76_15} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
17779 2025.03.22 20:15:43.439101 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.03 MiB.
17780 2025.03.22 20:15:43.851887 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17781 2025.03.22 20:15:43.852092 [ 5 ] {9be09ed7-4e4c-42dc-9ce1-63ae3c5b0674} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
17782 2025.03.22 20:15:43.852174 [ 5 ] {9be09ed7-4e4c-42dc-9ce1-63ae3c5b0674} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
17783 2025.03.22 20:15:43.853019 [ 5 ] {9be09ed7-4e4c-42dc-9ce1-63ae3c5b0674} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17784 2025.03.22 20:15:43.853065 [ 5 ] {9be09ed7-4e4c-42dc-9ce1-63ae3c5b0674} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.35 GiB.
17785 2025.03.22 20:15:43.853496 [ 5 ] {9be09ed7-4e4c-42dc-9ce1-63ae3c5b0674} <Trace> MergedBlockOutputStream: filled checksums all_175_175_0 (state Temporary)
17786 2025.03.22 20:15:43.853750 [ 5 ] {9be09ed7-4e4c-42dc-9ce1-63ae3c5b0674} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_175_175_0 to all_175_175_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17787 2025.03.22 20:15:43.853993 [ 5 ] {9be09ed7-4e4c-42dc-9ce1-63ae3c5b0674} <Debug> executeQuery: Read 82 rows, 6.94 KiB in 0.001957 sec., 41900.86867654573 rows/sec., 3.46 MiB/sec.
17788 2025.03.22 20:15:43.854068 [ 5 ] {9be09ed7-4e4c-42dc-9ce1-63ae3c5b0674} <Debug> TCPHandler: Processed in 0.002313339 sec.
17789 2025.03.22 20:15:43.854233 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17790 2025.03.22 20:15:43.854409 [ 5 ] {751aff36-ba81-44a9-8f90-f644db67ddac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
17791 2025.03.22 20:15:43.854470 [ 5 ] {751aff36-ba81-44a9-8f90-f644db67ddac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
17792 2025.03.22 20:15:43.855048 [ 5 ] {751aff36-ba81-44a9-8f90-f644db67ddac} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17793 2025.03.22 20:15:43.855088 [ 5 ] {751aff36-ba81-44a9-8f90-f644db67ddac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.35 GiB.
17794 2025.03.22 20:15:43.855462 [ 5 ] {751aff36-ba81-44a9-8f90-f644db67ddac} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary)
17795 2025.03.22 20:15:43.855701 [ 5 ] {751aff36-ba81-44a9-8f90-f644db67ddac} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17796 2025.03.22 20:15:43.855865 [ 90 ] {} <Debug> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0
17797 2025.03.22 20:15:43.855957 [ 90 ] {} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17798 2025.03.22 20:15:43.855955 [ 5 ] {751aff36-ba81-44a9-8f90-f644db67ddac} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.001571 sec., 8274.984086569064 rows/sec., 622.24 KiB/sec.
17799 2025.03.22 20:15:43.856003 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.35 GiB.
17800 2025.03.22 20:15:43.856106 [ 5 ] {751aff36-ba81-44a9-8f90-f644db67ddac} <Debug> TCPHandler: Processed in 0.001952792 sec.
17801 2025.03.22 20:15:43.856181 [ 193 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_146_29} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full
17802 2025.03.22 20:15:43.856268 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17803 2025.03.22 20:15:43.856296 [ 193 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17804 2025.03.22 20:15:43.856327 [ 193 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 91 rows starting from the beginning of the part
17805 2025.03.22 20:15:43.856414 [ 5 ] {c27f76aa-5661-46fb-8003-0af3bc0ee51f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
17806 2025.03.22 20:15:43.856430 [ 193 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 39 rows starting from the beginning of the part
17807 2025.03.22 20:15:43.856562 [ 5 ] {c27f76aa-5661-46fb-8003-0af3bc0ee51f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
17808 2025.03.22 20:15:43.856920 [ 193 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 45 rows starting from the beginning of the part
17809 2025.03.22 20:15:43.857141 [ 193 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 13 rows starting from the beginning of the part
17810 2025.03.22 20:15:43.857326 [ 193 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 47 rows starting from the beginning of the part
17811 2025.03.22 20:15:43.857628 [ 193 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 13 rows starting from the beginning of the part
17812 2025.03.22 20:15:43.858715 [ 5 ] {c27f76aa-5661-46fb-8003-0af3bc0ee51f} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17813 2025.03.22 20:15:43.858763 [ 5 ] {c27f76aa-5661-46fb-8003-0af3bc0ee51f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.34 GiB.
17814 2025.03.22 20:15:43.859363 [ 5 ] {c27f76aa-5661-46fb-8003-0af3bc0ee51f} <Trace> MergedBlockOutputStream: filled checksums all_175_175_0 (state Temporary)
17815 2025.03.22 20:15:43.859425 [ 188 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 248 rows, containing 5 columns (5 merged, 0 gathered) in 0.003293401 sec., 75302.09652574953 rows/sec., 5.79 MiB/sec.
17816 2025.03.22 20:15:43.859706 [ 188 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary)
17817 2025.03.22 20:15:43.859797 [ 5 ] {c27f76aa-5661-46fb-8003-0af3bc0ee51f} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_175_175_0 to all_175_175_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17818 2025.03.22 20:15:43.860265 [ 5 ] {c27f76aa-5661-46fb-8003-0af3bc0ee51f} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.003878 sec., 19855.595667870035 rows/sec., 1.55 MiB/sec.
17819 2025.03.22 20:15:43.860386 [ 188 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_146_29} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17820 2025.03.22 20:15:43.860430 [ 5 ] {c27f76aa-5661-46fb-8003-0af3bc0ee51f} <Debug> TCPHandler: Processed in 0.00421713 sec.
17821 2025.03.22 20:15:43.860570 [ 188 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_146_29} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29
17822 2025.03.22 20:15:43.860613 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17823 2025.03.22 20:15:43.860711 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB.
17824 2025.03.22 20:15:43.860794 [ 5 ] {0faf442d-718e-4ec1-aec0-00acc9e117da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
17825 2025.03.22 20:15:43.860849 [ 5 ] {0faf442d-718e-4ec1-aec0-00acc9e117da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
17826 2025.03.22 20:15:43.861395 [ 5 ] {0faf442d-718e-4ec1-aec0-00acc9e117da} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17827 2025.03.22 20:15:43.861435 [ 5 ] {0faf442d-718e-4ec1-aec0-00acc9e117da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.35 GiB.
17828 2025.03.22 20:15:43.861825 [ 5 ] {0faf442d-718e-4ec1-aec0-00acc9e117da} <Trace> MergedBlockOutputStream: filled checksums all_175_175_0 (state Temporary)
17829 2025.03.22 20:15:43.862068 [ 5 ] {0faf442d-718e-4ec1-aec0-00acc9e117da} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_175_175_0 to all_175_175_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17830 2025.03.22 20:15:43.862246 [ 90 ] {} <Debug> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Selected 2 parts from all_1_170_45 to all_171_171_0
17831 2025.03.22 20:15:43.862300 [ 90 ] {} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17832 2025.03.22 20:15:43.862321 [ 5 ] {0faf442d-718e-4ec1-aec0-00acc9e117da} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001548 sec., 103359.17312661499 rows/sec., 7.20 MiB/sec.
17833 2025.03.22 20:15:43.862340 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.35 GiB.
17834 2025.03.22 20:15:43.862518 [ 5 ] {0faf442d-718e-4ec1-aec0-00acc9e117da} <Debug> TCPHandler: Processed in 0.001964212 sec.
17835 2025.03.22 20:15:43.862553 [ 198 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_171_46} <Debug> MergeTask::PrepareStage: Merging 2 parts: from all_1_170_45 to all_171_171_0 into Compact with storage Full
17836 2025.03.22 20:15:43.862709 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17837 2025.03.22 20:15:43.862782 [ 198 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_171_46} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17838 2025.03.22 20:15:43.862856 [ 198 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_171_46} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_170_45, total 46402 rows starting from the beginning of the part
17839 2025.03.22 20:15:43.862942 [ 5 ] {ec9ec9d7-e86a-4517-8815-f03c71383ccd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
17840 2025.03.22 20:15:43.863190 [ 198 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_171_46} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_171_171_0, total 32 rows starting from the beginning of the part
17841 2025.03.22 20:15:43.863273 [ 5 ] {ec9ec9d7-e86a-4517-8815-f03c71383ccd} <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
17842 2025.03.22 20:15:43.865996 [ 5 ] {ec9ec9d7-e86a-4517-8815-f03c71383ccd} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17843 2025.03.22 20:15:43.866037 [ 5 ] {ec9ec9d7-e86a-4517-8815-f03c71383ccd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.34 GiB.
17844 2025.03.22 20:15:43.866817 [ 5 ] {ec9ec9d7-e86a-4517-8815-f03c71383ccd} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary)
17845 2025.03.22 20:15:43.867242 [ 5 ] {ec9ec9d7-e86a-4517-8815-f03c71383ccd} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17846 2025.03.22 20:15:43.867446 [ 90 ] {} <Debug> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0
17847 2025.03.22 20:15:43.867519 [ 90 ] {} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17848 2025.03.22 20:15:43.867554 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.34 GiB.
17849 2025.03.22 20:15:43.867612 [ 5 ] {ec9ec9d7-e86a-4517-8815-f03c71383ccd} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.004724 sec., 2751.90516511431 rows/sec., 4.93 MiB/sec.
17850 2025.03.22 20:15:43.867954 [ 191 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_146_29} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full
17851 2025.03.22 20:15:43.868076 [ 5 ] {ec9ec9d7-e86a-4517-8815-f03c71383ccd} <Debug> TCPHandler: Processed in 0.005453855 sec.
17852 2025.03.22 20:15:43.868405 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17853 2025.03.22 20:15:43.868707 [ 5 ] {65239954-3be7-407e-bb3b-dfaa4ff7cad2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
17854 2025.03.22 20:15:43.868786 [ 191 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17855 2025.03.22 20:15:43.868806 [ 5 ] {65239954-3be7-407e-bb3b-dfaa4ff7cad2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
17856 2025.03.22 20:15:43.869016 [ 191 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 2805 rows starting from the beginning of the part
17857 2025.03.22 20:15:43.870221 [ 191 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 13 rows starting from the beginning of the part
17858 2025.03.22 20:15:43.871026 [ 191 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 45 rows starting from the beginning of the part
17859 2025.03.22 20:15:43.871971 [ 191 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 13 rows starting from the beginning of the part
17860 2025.03.22 20:15:43.871970 [ 5 ] {65239954-3be7-407e-bb3b-dfaa4ff7cad2} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17861 2025.03.22 20:15:43.872067 [ 5 ] {65239954-3be7-407e-bb3b-dfaa4ff7cad2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.34 GiB.
17862 2025.03.22 20:15:43.872830 [ 191 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 45 rows starting from the beginning of the part
17863 2025.03.22 20:15:43.873777 [ 191 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 13 rows starting from the beginning of the part
17864 2025.03.22 20:15:43.874061 [ 5 ] {65239954-3be7-407e-bb3b-dfaa4ff7cad2} <Trace> MergedBlockOutputStream: filled checksums all_175_175_0 (state Temporary)
17865 2025.03.22 20:15:43.875074 [ 5 ] {65239954-3be7-407e-bb3b-dfaa4ff7cad2} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_175_175_0 to all_175_175_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17866 2025.03.22 20:15:43.875697 [ 5 ] {65239954-3be7-407e-bb3b-dfaa4ff7cad2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00705 sec., 8510.638297872341 rows/sec., 587.32 KiB/sec.
17867 2025.03.22 20:15:43.875978 [ 5 ] {65239954-3be7-407e-bb3b-dfaa4ff7cad2} <Debug> TCPHandler: Processed in 0.007657983 sec.
17868 2025.03.22 20:15:43.876900 [ 197 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_171_46} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46434 rows, containing 5 columns (5 merged, 0 gathered) in 0.014425206 sec., 3218948.8316492676 rows/sec., 220.58 MiB/sec.
17869 2025.03.22 20:15:43.877652 [ 197 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_171_46} <Trace> MergedBlockOutputStream: filled checksums all_1_171_46 (state Temporary)
17870 2025.03.22 20:15:43.878168 [ 197 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_171_46} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_merge_all_1_171_46 to all_1_171_46 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17871 2025.03.22 20:15:43.878249 [ 197 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_171_46} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Merged 2 parts: [all_1_170_45, all_171_171_0] -> all_1_171_46
17872 2025.03.22 20:15:43.878333 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB.
17873 2025.03.22 20:15:43.884057 [ 190 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2934 rows, containing 19 columns (19 merged, 0 gathered) in 0.016415509 sec., 178733.41606404044 rows/sec., 320.28 MiB/sec.
17874 2025.03.22 20:15:43.886796 [ 197 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary)
17875 2025.03.22 20:15:43.887231 [ 197 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_146_29} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17876 2025.03.22 20:15:43.887311 [ 197 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_146_29} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29
17877 2025.03.22 20:15:43.887466 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.46 MiB.
17878 2025.03.22 20:15:44.124267 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 762
17879 2025.03.22 20:15:44.147358 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17880 2025.03.22 20:15:44.147406 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.35 GiB.
17881 2025.03.22 20:15:44.155152 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
17882 2025.03.22 20:15:44.155941 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17883 2025.03.22 20:15:44.156331 [ 90 ] {} <Debug> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0
17884 2025.03.22 20:15:44.156497 [ 90 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17885 2025.03.22 20:15:44.156571 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.35 GiB.
17886 2025.03.22 20:15:44.156976 [ 186 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::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
17887 2025.03.22 20:15:44.172403 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 762
17888 2025.03.22 20:15:44.173943 [ 186 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17889 2025.03.22 20:15:44.175253 [ 186 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 724 rows starting from the beginning of the part
17890 2025.03.22 20:15:44.180940 [ 186 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 8 rows starting from the beginning of the part
17891 2025.03.22 20:15:44.187038 [ 186 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 7 rows starting from the beginning of the part
17892 2025.03.22 20:15:44.193256 [ 186 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 8 rows starting from the beginning of the part
17893 2025.03.22 20:15:44.199751 [ 186 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 7 rows starting from the beginning of the part
17894 2025.03.22 20:15:44.206084 [ 186 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 8 rows starting from the beginning of the part
17895 2025.03.22 20:15:44.272423 [ 187 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 762 rows, containing 679 columns (679 merged, 0 gathered) in 0.115723228 sec., 6584.676327901949 rows/sec., 34.05 MiB/sec.
17896 2025.03.22 20:15:44.276375 [ 201 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary)
17897 2025.03.22 20:15:44.279486 [ 201 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_101_20} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17898 2025.03.22 20:15:44.279617 [ 201 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_101_20} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20
17899 2025.03.22 20:15:44.282528 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.97 MiB.
17900 2025.03.22 20:15:45.000191 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 271.45 MiB, peak 290.93 MiB, free memory in arenas 0.00 B, will set to 270.38 MiB (RSS), difference: -1.08 MiB
17901 2025.03.22 20:15:47.800814 [ 85 ] {} <Debug> DNSResolver: Updating DNS cache
17902 2025.03.22 20:15:47.800885 [ 85 ] {} <Debug> DNSResolver: Updated DNS cache
17903 2025.03.22 20:15:48.148135 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 46787
17904 2025.03.22 20:15:48.148829 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17905 2025.03.22 20:15:48.148881 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.34 GiB.
17906 2025.03.22 20:15:48.149415 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary)
17907 2025.03.22 20:15:48.149673 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17908 2025.03.22 20:15:48.149959 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 46787
17909 2025.03.22 20:15:48.562706 [ 221 ] {} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0]
17910 2025.03.22 20:15:48.562765 [ 221 ] {} <Debug> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0]
17911 2025.03.22 20:15:48.565209 [ 221 ] {} <Debug> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0]
17912 2025.03.22 20:15:48.853175 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17913 2025.03.22 20:15:48.853368 [ 5 ] {0659589e-26e1-4412-9b3b-740f4b2f2621} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
17914 2025.03.22 20:15:48.853447 [ 5 ] {0659589e-26e1-4412-9b3b-740f4b2f2621} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
17915 2025.03.22 20:15:48.854296 [ 5 ] {0659589e-26e1-4412-9b3b-740f4b2f2621} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17916 2025.03.22 20:15:48.854340 [ 5 ] {0659589e-26e1-4412-9b3b-740f4b2f2621} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.34 GiB.
17917 2025.03.22 20:15:48.854784 [ 5 ] {0659589e-26e1-4412-9b3b-740f4b2f2621} <Trace> MergedBlockOutputStream: filled checksums all_176_176_0 (state Temporary)
17918 2025.03.22 20:15:48.855035 [ 5 ] {0659589e-26e1-4412-9b3b-740f4b2f2621} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_176_176_0 to all_176_176_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17919 2025.03.22 20:15:48.855227 [ 83 ] {} <Debug> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5) (MergerMutator): Selected 6 parts from all_1_171_34 to all_176_176_0
17920 2025.03.22 20:15:48.855295 [ 5 ] {0659589e-26e1-4412-9b3b-740f4b2f2621} <Debug> executeQuery: Read 146 rows, 12.84 KiB in 0.001979 sec., 73774.63365336029 rows/sec., 6.33 MiB/sec.
17921 2025.03.22 20:15:48.855317 [ 83 ] {} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17922 2025.03.22 20:15:48.855385 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.34 GiB.
17923 2025.03.22 20:15:48.855436 [ 5 ] {0659589e-26e1-4412-9b3b-740f4b2f2621} <Debug> TCPHandler: Processed in 0.002390731 sec.
17924 2025.03.22 20:15:48.855571 [ 189 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_176_35} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_171_34 to all_176_176_0 into Compact with storage Full
17925 2025.03.22 20:15:48.855606 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17926 2025.03.22 20:15:48.855703 [ 189 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_176_35} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17927 2025.03.22 20:15:48.855741 [ 189 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_171_34, total 1448 rows starting from the beginning of the part
17928 2025.03.22 20:15:48.855746 [ 5 ] {62722498-87b8-45ff-a813-4f2909fc4cbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
17929 2025.03.22 20:15:48.855822 [ 5 ] {62722498-87b8-45ff-a813-4f2909fc4cbc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
17930 2025.03.22 20:15:48.855951 [ 189 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_172_172_0, total 146 rows starting from the beginning of the part
17931 2025.03.22 20:15:48.856346 [ 189 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_173_173_0, total 82 rows starting from the beginning of the part
17932 2025.03.22 20:15:48.856653 [ 189 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_174_174_0, total 147 rows starting from the beginning of the part
17933 2025.03.22 20:15:48.856928 [ 189 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_175_175_0, total 82 rows starting from the beginning of the part
17934 2025.03.22 20:15:48.857167 [ 189 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_176_176_0, total 146 rows starting from the beginning of the part
17935 2025.03.22 20:15:48.857955 [ 5 ] {62722498-87b8-45ff-a813-4f2909fc4cbc} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17936 2025.03.22 20:15:48.858002 [ 5 ] {62722498-87b8-45ff-a813-4f2909fc4cbc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.34 GiB.
17937 2025.03.22 20:15:48.858547 [ 5 ] {62722498-87b8-45ff-a813-4f2909fc4cbc} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary)
17938 2025.03.22 20:15:48.858822 [ 5 ] {62722498-87b8-45ff-a813-4f2909fc4cbc} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17939 2025.03.22 20:15:48.859146 [ 5 ] {62722498-87b8-45ff-a813-4f2909fc4cbc} <Debug> executeQuery: Read 45 rows, 3.38 KiB in 0.003425 sec., 13138.686131386861 rows/sec., 987.97 KiB/sec.
17940 2025.03.22 20:15:48.859269 [ 5 ] {62722498-87b8-45ff-a813-4f2909fc4cbc} <Debug> TCPHandler: Processed in 0.003714879 sec.
17941 2025.03.22 20:15:48.859264 [ 192 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_176_35} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2051 rows, containing 5 columns (5 merged, 0 gathered) in 0.0037651 sec., 544739.8475472099 rows/sec., 47.88 MiB/sec.
17942 2025.03.22 20:15:48.859430 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17943 2025.03.22 20:15:48.859583 [ 5 ] {2412b7cd-a8fa-43ac-a28c-5f90889d60e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
17944 2025.03.22 20:15:48.859652 [ 5 ] {2412b7cd-a8fa-43ac-a28c-5f90889d60e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
17945 2025.03.22 20:15:48.859675 [ 200 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_176_35} <Trace> MergedBlockOutputStream: filled checksums all_1_176_35 (state Temporary)
17946 2025.03.22 20:15:48.860361 [ 200 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_176_35} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_merge_all_1_176_35 to all_1_176_35 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17947 2025.03.22 20:15:48.860504 [ 200 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_176_35} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5) (MergerMutator): Merged 6 parts: [all_1_171_34, all_176_176_0] -> all_1_176_35
17948 2025.03.22 20:15:48.860692 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB.
17949 2025.03.22 20:15:48.860863 [ 5 ] {2412b7cd-a8fa-43ac-a28c-5f90889d60e5} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17950 2025.03.22 20:15:48.860906 [ 5 ] {2412b7cd-a8fa-43ac-a28c-5f90889d60e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.34 GiB.
17951 2025.03.22 20:15:48.861265 [ 5 ] {2412b7cd-a8fa-43ac-a28c-5f90889d60e5} <Trace> MergedBlockOutputStream: filled checksums all_176_176_0 (state Temporary)
17952 2025.03.22 20:15:48.861496 [ 5 ] {2412b7cd-a8fa-43ac-a28c-5f90889d60e5} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_176_176_0 to all_176_176_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17953 2025.03.22 20:15:48.861662 [ 83 ] {} <Debug> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add) (MergerMutator): Selected 6 parts from all_1_171_34 to all_176_176_0
17954 2025.03.22 20:15:48.861721 [ 5 ] {2412b7cd-a8fa-43ac-a28c-5f90889d60e5} <Debug> executeQuery: Read 109 rows, 8.72 KiB in 0.002183 sec., 49931.28721942281 rows/sec., 3.90 MiB/sec.
17955 2025.03.22 20:15:48.861730 [ 83 ] {} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17956 2025.03.22 20:15:48.861806 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.34 GiB.
17957 2025.03.22 20:15:48.861836 [ 5 ] {2412b7cd-a8fa-43ac-a28c-5f90889d60e5} <Debug> TCPHandler: Processed in 0.002460722 sec.
17958 2025.03.22 20:15:48.862141 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17959 2025.03.22 20:15:48.862141 [ 192 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_176_35} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_171_34 to all_176_176_0 into Compact with storage Full
17960 2025.03.22 20:15:48.862452 [ 5 ] {0aadeae4-5f47-475b-ba4b-66e177fee240} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
17961 2025.03.22 20:15:48.862665 [ 5 ] {0aadeae4-5f47-475b-ba4b-66e177fee240} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
17962 2025.03.22 20:15:48.862719 [ 192 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_176_35} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17963 2025.03.22 20:15:48.862920 [ 192 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_171_34, total 674 rows starting from the beginning of the part
17964 2025.03.22 20:15:48.863604 [ 192 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_172_172_0, total 109 rows starting from the beginning of the part
17965 2025.03.22 20:15:48.864155 [ 192 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_173_173_0, total 77 rows starting from the beginning of the part
17966 2025.03.22 20:15:48.864691 [ 192 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_174_174_0, total 111 rows starting from the beginning of the part
17967 2025.03.22 20:15:48.865544 [ 192 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_175_175_0, total 77 rows starting from the beginning of the part
17968 2025.03.22 20:15:48.865946 [ 192 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_176_176_0, total 109 rows starting from the beginning of the part
17969 2025.03.22 20:15:48.866735 [ 5 ] {0aadeae4-5f47-475b-ba4b-66e177fee240} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17970 2025.03.22 20:15:48.866799 [ 5 ] {0aadeae4-5f47-475b-ba4b-66e177fee240} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.34 GiB.
17971 2025.03.22 20:15:48.867834 [ 5 ] {0aadeae4-5f47-475b-ba4b-66e177fee240} <Trace> MergedBlockOutputStream: filled checksums all_176_176_0 (state Temporary)
17972 2025.03.22 20:15:48.868326 [ 5 ] {0aadeae4-5f47-475b-ba4b-66e177fee240} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_176_176_0 to all_176_176_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17973 2025.03.22 20:15:48.868574 [ 83 ] {} <Debug> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Selected 2 parts from all_1_171_46 to all_172_172_0
17974 2025.03.22 20:15:48.868685 [ 83 ] {} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17975 2025.03.22 20:15:48.868758 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.34 GiB.
17976 2025.03.22 20:15:48.868804 [ 5 ] {0aadeae4-5f47-475b-ba4b-66e177fee240} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006466 sec., 24744.81905351067 rows/sec., 1.72 MiB/sec.
17977 2025.03.22 20:15:48.869110 [ 192 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_172_47} <Debug> MergeTask::PrepareStage: Merging 2 parts: from all_1_171_46 to all_172_172_0 into Compact with storage Full
17978 2025.03.22 20:15:48.869273 [ 5 ] {0aadeae4-5f47-475b-ba4b-66e177fee240} <Debug> TCPHandler: Processed in 0.007240624 sec.
17979 2025.03.22 20:15:48.869598 [ 200 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_176_35} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1157 rows, containing 5 columns (5 merged, 0 gathered) in 0.007675183 sec., 150745.59134290347 rows/sec., 12.10 MiB/sec.
17980 2025.03.22 20:15:48.869637 [ 192 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_172_47} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17981 2025.03.22 20:15:48.869698 [ 192 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_172_47} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_171_46, total 46434 rows starting from the beginning of the part
17982 2025.03.22 20:15:48.869701 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17983 2025.03.22 20:15:48.869831 [ 200 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_176_35} <Trace> MergedBlockOutputStream: filled checksums all_1_176_35 (state Temporary)
17984 2025.03.22 20:15:48.870021 [ 192 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_172_47} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_172_172_0, total 160 rows starting from the beginning of the part
17985 2025.03.22 20:15:48.870188 [ 5 ] {bd2806f0-85a9-49ba-a1e8-13c05978b8e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
17986 2025.03.22 20:15:48.870813 [ 5 ] {bd2806f0-85a9-49ba-a1e8-13c05978b8e3} <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
17987 2025.03.22 20:15:48.871033 [ 200 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_176_35} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_merge_all_1_176_35 to all_1_176_35 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17988 2025.03.22 20:15:48.871419 [ 200 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_176_35} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add) (MergerMutator): Merged 6 parts: [all_1_171_34, all_176_176_0] -> all_1_176_35
17989 2025.03.22 20:15:48.871655 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB.
17990 2025.03.22 20:15:48.873766 [ 5 ] {bd2806f0-85a9-49ba-a1e8-13c05978b8e3} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17991 2025.03.22 20:15:48.873810 [ 5 ] {bd2806f0-85a9-49ba-a1e8-13c05978b8e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.34 GiB.
17992 2025.03.22 20:15:48.874635 [ 5 ] {bd2806f0-85a9-49ba-a1e8-13c05978b8e3} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary)
17993 2025.03.22 20:15:48.875002 [ 5 ] {bd2806f0-85a9-49ba-a1e8-13c05978b8e3} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17994 2025.03.22 20:15:48.875385 [ 224 ] {} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0]
17995 2025.03.22 20:15:48.875414 [ 5 ] {bd2806f0-85a9-49ba-a1e8-13c05978b8e3} <Debug> executeQuery: Read 45 rows, 82.57 KiB in 0.005423 sec., 8297.99004241195 rows/sec., 14.87 MiB/sec.
17996 2025.03.22 20:15:48.875452 [ 224 ] {} <Debug> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0]
17997 2025.03.22 20:15:48.875889 [ 5 ] {bd2806f0-85a9-49ba-a1e8-13c05978b8e3} <Debug> TCPHandler: Processed in 0.006304874 sec.
17998 2025.03.22 20:15:48.877004 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17999 2025.03.22 20:15:48.877186 [ 5 ] {172f2a6f-d70d-4db7-b0a4-36be356821d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
18000 2025.03.22 20:15:48.877394 [ 5 ] {172f2a6f-d70d-4db7-b0a4-36be356821d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
18001 2025.03.22 20:15:48.878872 [ 5 ] {172f2a6f-d70d-4db7-b0a4-36be356821d8} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18002 2025.03.22 20:15:48.878925 [ 5 ] {172f2a6f-d70d-4db7-b0a4-36be356821d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.34 GiB.
18003 2025.03.22 20:15:48.878958 [ 224 ] {} <Debug> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0]
18004 2025.03.22 20:15:48.880663 [ 5 ] {172f2a6f-d70d-4db7-b0a4-36be356821d8} <Trace> MergedBlockOutputStream: filled checksums all_176_176_0 (state Temporary)
18005 2025.03.22 20:15:48.881284 [ 5 ] {172f2a6f-d70d-4db7-b0a4-36be356821d8} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_176_176_0 to all_176_176_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18006 2025.03.22 20:15:48.881633 [ 83 ] {} <Debug> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462) (MergerMutator): Selected 6 parts from all_1_171_34 to all_176_176_0
18007 2025.03.22 20:15:48.881697 [ 196 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_172_47} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46594 rows, containing 5 columns (5 merged, 0 gathered) in 0.012757411 sec., 3652308.450358776 rows/sec., 250.29 MiB/sec.
18008 2025.03.22 20:15:48.881735 [ 83 ] {} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18009 2025.03.22 20:15:48.881808 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.34 GiB.
18010 2025.03.22 20:15:48.881828 [ 5 ] {172f2a6f-d70d-4db7-b0a4-36be356821d8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004689 sec., 12795.905310300705 rows/sec., 883.05 KiB/sec.
18011 2025.03.22 20:15:48.882075 [ 5 ] {172f2a6f-d70d-4db7-b0a4-36be356821d8} <Debug> TCPHandler: Processed in 0.005131429 sec.
18012 2025.03.22 20:15:48.882144 [ 195 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_176_35} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_171_34 to all_176_176_0 into Compact with storage Full
18013 2025.03.22 20:15:48.882277 [ 196 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_172_47} <Trace> MergedBlockOutputStream: filled checksums all_1_172_47 (state Temporary)
18014 2025.03.22 20:15:48.882477 [ 195 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_176_35} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
18015 2025.03.22 20:15:48.882541 [ 195 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_171_34, total 8736 rows starting from the beginning of the part
18016 2025.03.22 20:15:48.882817 [ 195 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_172_172_0, total 60 rows starting from the beginning of the part
18017 2025.03.22 20:15:48.883108 [ 195 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_173_173_0, total 60 rows starting from the beginning of the part
18018 2025.03.22 20:15:48.883204 [ 196 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_172_47} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_merge_all_1_172_47 to all_1_172_47 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18019 2025.03.22 20:15:48.883349 [ 195 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_174_174_0, total 60 rows starting from the beginning of the part
18020 2025.03.22 20:15:48.883652 [ 195 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_175_175_0, total 60 rows starting from the beginning of the part
18021 2025.03.22 20:15:48.883731 [ 196 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_172_47} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Merged 2 parts: [all_1_171_46, all_172_172_0] -> all_1_172_47
18022 2025.03.22 20:15:48.883872 [ 195 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_176_176_0, total 60 rows starting from the beginning of the part
18023 2025.03.22 20:15:48.884078 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB.
18024 2025.03.22 20:15:48.887785 [ 197 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_176_35} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9036 rows, containing 4 columns (4 merged, 0 gathered) in 0.005889945 sec., 1534139.9622577121 rows/sec., 103.41 MiB/sec.
18025 2025.03.22 20:15:48.888001 [ 196 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_176_35} <Trace> MergedBlockOutputStream: filled checksums all_1_176_35 (state Temporary)
18026 2025.03.22 20:15:48.888330 [ 196 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_176_35} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_merge_all_1_176_35 to all_1_176_35 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18027 2025.03.22 20:15:48.888423 [ 196 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_176_35} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462) (MergerMutator): Merged 6 parts: [all_1_171_34, all_176_176_0] -> all_1_176_35
18028 2025.03.22 20:15:48.888518 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.90 MiB.
18029 2025.03.22 20:15:51.673463 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 769
18030 2025.03.22 20:15:51.696510 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18031 2025.03.22 20:15:51.696559 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.34 GiB.
18032 2025.03.22 20:15:51.704243 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary)
18033 2025.03.22 20:15:51.705076 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18034 2025.03.22 20:15:51.707900 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 769
18035 2025.03.22 20:15:52.847842 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18036 2025.03.22 20:15:52.848056 [ 5 ] {32f5ea9f-c3a1-4a1c-9761-2f2717750c6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
18037 2025.03.22 20:15:52.848140 [ 5 ] {32f5ea9f-c3a1-4a1c-9761-2f2717750c6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
18038 2025.03.22 20:15:52.849031 [ 5 ] {32f5ea9f-c3a1-4a1c-9761-2f2717750c6f} <Trace> oximeter.fields_i16 (264093f9-a655-4468-9a79-5d699a3bbf39): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18039 2025.03.22 20:15:52.849084 [ 5 ] {32f5ea9f-c3a1-4a1c-9761-2f2717750c6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.34 GiB.
18040 2025.03.22 20:15:52.849521 [ 5 ] {32f5ea9f-c3a1-4a1c-9761-2f2717750c6f} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
18041 2025.03.22 20:15:52.849775 [ 5 ] {32f5ea9f-c3a1-4a1c-9761-2f2717750c6f} <Trace> oximeter.fields_i16 (264093f9-a655-4468-9a79-5d699a3bbf39): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18042 2025.03.22 20:15:52.849972 [ 79 ] {} <Debug> oximeter.fields_i16 (264093f9-a655-4468-9a79-5d699a3bbf39) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0
18043 2025.03.22 20:15:52.850042 [ 5 ] {32f5ea9f-c3a1-4a1c-9761-2f2717750c6f} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.002044 sec., 11741.682974559688 rows/sec., 997.58 KiB/sec.
18044 2025.03.22 20:15:52.850067 [ 79 ] {} <Trace> oximeter.fields_i16 (264093f9-a655-4468-9a79-5d699a3bbf39): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18045 2025.03.22 20:15:52.850131 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.34 GiB.
18046 2025.03.22 20:15:52.850182 [ 5 ] {32f5ea9f-c3a1-4a1c-9761-2f2717750c6f} <Debug> TCPHandler: Processed in 0.002474553 sec.
18047 2025.03.22 20:15:52.850402 [ 224 ] {} <Trace> oximeter.fields_i16 (264093f9-a655-4468-9a79-5d699a3bbf39): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0]
18048 2025.03.22 20:15:52.850433 [ 197 ] {264093f9-a655-4468-9a79-5d699a3bbf39::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
18049 2025.03.22 20:15:52.850433 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18050 2025.03.22 20:15:52.850510 [ 224 ] {} <Debug> oximeter.fields_i16 (264093f9-a655-4468-9a79-5d699a3bbf39): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0]
18051 2025.03.22 20:15:52.850821 [ 5 ] {68b8b9d3-b971-48a6-9090-4a5ab50bb16d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
18052 2025.03.22 20:15:52.850889 [ 197 ] {264093f9-a655-4468-9a79-5d699a3bbf39::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
18053 2025.03.22 20:15:52.850927 [ 5 ] {68b8b9d3-b971-48a6-9090-4a5ab50bb16d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
18054 2025.03.22 20:15:52.850944 [ 197 ] {264093f9-a655-4468-9a79-5d699a3bbf39::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 24 rows starting from the beginning of the part
18055 2025.03.22 20:15:52.851394 [ 197 ] {264093f9-a655-4468-9a79-5d699a3bbf39::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 24 rows starting from the beginning of the part
18056 2025.03.22 20:15:52.851782 [ 197 ] {264093f9-a655-4468-9a79-5d699a3bbf39::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 24 rows starting from the beginning of the part
18057 2025.03.22 20:15:52.852448 [ 197 ] {264093f9-a655-4468-9a79-5d699a3bbf39::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 24 rows starting from the beginning of the part
18058 2025.03.22 20:15:52.852927 [ 197 ] {264093f9-a655-4468-9a79-5d699a3bbf39::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 24 rows starting from the beginning of the part
18059 2025.03.22 20:15:52.855500 [ 196 ] {264093f9-a655-4468-9a79-5d699a3bbf39::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 5 columns (5 merged, 0 gathered) in 0.005234571 sec., 22924.51473100661 rows/sec., 1.99 MiB/sec.
18060 2025.03.22 20:15:52.855533 [ 5 ] {68b8b9d3-b971-48a6-9090-4a5ab50bb16d} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18061 2025.03.22 20:15:52.855667 [ 5 ] {68b8b9d3-b971-48a6-9090-4a5ab50bb16d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.34 GiB.
18062 2025.03.22 20:15:52.855771 [ 196 ] {264093f9-a655-4468-9a79-5d699a3bbf39::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary)
18063 2025.03.22 20:15:52.856280 [ 224 ] {} <Debug> oximeter.fields_i16 (264093f9-a655-4468-9a79-5d699a3bbf39): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0]
18064 2025.03.22 20:15:52.856555 [ 196 ] {264093f9-a655-4468-9a79-5d699a3bbf39::all_1_25_6} <Trace> oximeter.fields_i16 (264093f9-a655-4468-9a79-5d699a3bbf39): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18065 2025.03.22 20:15:52.856771 [ 196 ] {264093f9-a655-4468-9a79-5d699a3bbf39::all_1_25_6} <Trace> oximeter.fields_i16 (264093f9-a655-4468-9a79-5d699a3bbf39) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6
18066 2025.03.22 20:15:52.856989 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
18067 2025.03.22 20:15:52.857060 [ 5 ] {68b8b9d3-b971-48a6-9090-4a5ab50bb16d} <Trace> MergedBlockOutputStream: filled checksums all_177_177_0 (state Temporary)
18068 2025.03.22 20:15:52.857368 [ 5 ] {68b8b9d3-b971-48a6-9090-4a5ab50bb16d} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_177_177_0 to all_177_177_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18069 2025.03.22 20:15:52.857560 [ 5 ] {68b8b9d3-b971-48a6-9090-4a5ab50bb16d} <Debug> executeQuery: Read 1342 rows, 114.49 KiB in 0.006835 sec., 196342.35552304317 rows/sec., 16.36 MiB/sec.
18070 2025.03.22 20:15:52.857630 [ 5 ] {68b8b9d3-b971-48a6-9090-4a5ab50bb16d} <Debug> TCPHandler: Processed in 0.007280485 sec.
18071 2025.03.22 20:15:52.857755 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18072 2025.03.22 20:15:52.857912 [ 5 ] {fef6808f-f10f-4221-8dd4-205652ca9ae3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
18073 2025.03.22 20:15:52.857970 [ 5 ] {fef6808f-f10f-4221-8dd4-205652ca9ae3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
18074 2025.03.22 20:15:52.858506 [ 5 ] {fef6808f-f10f-4221-8dd4-205652ca9ae3} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18075 2025.03.22 20:15:52.858542 [ 5 ] {fef6808f-f10f-4221-8dd4-205652ca9ae3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.34 GiB.
18076 2025.03.22 20:15:52.858888 [ 5 ] {fef6808f-f10f-4221-8dd4-205652ca9ae3} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary)
18077 2025.03.22 20:15:52.859119 [ 5 ] {fef6808f-f10f-4221-8dd4-205652ca9ae3} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18078 2025.03.22 20:15:52.859290 [ 5 ] {fef6808f-f10f-4221-8dd4-205652ca9ae3} <Debug> executeQuery: Read 25 rows, 1.94 KiB in 0.001424 sec., 17556.1797752809 rows/sec., 1.33 MiB/sec.
18079 2025.03.22 20:15:52.859342 [ 5 ] {fef6808f-f10f-4221-8dd4-205652ca9ae3} <Debug> TCPHandler: Processed in 0.001649035 sec.
18080 2025.03.22 20:15:52.859444 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18081 2025.03.22 20:15:52.859546 [ 5 ] {f3d08970-7052-4bde-b60e-fc2d8dd0450a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
18082 2025.03.22 20:15:52.859590 [ 5 ] {f3d08970-7052-4bde-b60e-fc2d8dd0450a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
18083 2025.03.22 20:15:52.860179 [ 5 ] {f3d08970-7052-4bde-b60e-fc2d8dd0450a} <Trace> oximeter.fields_u32 (ad7a5232-f0e1-40d6-acb0-24ed1d64c039): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18084 2025.03.22 20:15:52.860216 [ 5 ] {f3d08970-7052-4bde-b60e-fc2d8dd0450a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.34 GiB.
18085 2025.03.22 20:15:52.860568 [ 5 ] {f3d08970-7052-4bde-b60e-fc2d8dd0450a} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
18086 2025.03.22 20:15:52.860805 [ 5 ] {f3d08970-7052-4bde-b60e-fc2d8dd0450a} <Trace> oximeter.fields_u32 (ad7a5232-f0e1-40d6-acb0-24ed1d64c039): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18087 2025.03.22 20:15:52.860996 [ 220 ] {} <Trace> oximeter.fields_u32 (ad7a5232-f0e1-40d6-acb0-24ed1d64c039): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0]
18088 2025.03.22 20:15:52.861020 [ 5 ] {f3d08970-7052-4bde-b60e-fc2d8dd0450a} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001494 sec., 168674.6987951807 rows/sec., 11.67 MiB/sec.
18089 2025.03.22 20:15:52.861057 [ 220 ] {} <Debug> oximeter.fields_u32 (ad7a5232-f0e1-40d6-acb0-24ed1d64c039): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0]
18090 2025.03.22 20:15:52.861166 [ 5 ] {f3d08970-7052-4bde-b60e-fc2d8dd0450a} <Debug> TCPHandler: Processed in 0.001766488 sec.
18091 2025.03.22 20:15:52.861341 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18092 2025.03.22 20:15:52.861483 [ 5 ] {5aa12840-8f4f-43cf-a902-9791dfcd16dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
18093 2025.03.22 20:15:52.861527 [ 5 ] {5aa12840-8f4f-43cf-a902-9791dfcd16dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
18094 2025.03.22 20:15:52.862554 [ 5 ] {5aa12840-8f4f-43cf-a902-9791dfcd16dc} <Trace> oximeter.fields_u8 (faaaa09d-c3bc-4a8d-ab11-77969ca3dca4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18095 2025.03.22 20:15:52.862622 [ 5 ] {5aa12840-8f4f-43cf-a902-9791dfcd16dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.34 GiB.
18096 2025.03.22 20:15:52.863360 [ 5 ] {5aa12840-8f4f-43cf-a902-9791dfcd16dc} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
18097 2025.03.22 20:15:52.863804 [ 5 ] {5aa12840-8f4f-43cf-a902-9791dfcd16dc} <Trace> oximeter.fields_u8 (faaaa09d-c3bc-4a8d-ab11-77969ca3dca4): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18098 2025.03.22 20:15:52.863961 [ 77 ] {} <Debug> oximeter.fields_u8 (faaaa09d-c3bc-4a8d-ab11-77969ca3dca4) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0
18099 2025.03.22 20:15:52.864054 [ 77 ] {} <Trace> oximeter.fields_u8 (faaaa09d-c3bc-4a8d-ab11-77969ca3dca4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18100 2025.03.22 20:15:52.864103 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.34 GiB.
18101 2025.03.22 20:15:52.864117 [ 5 ] {5aa12840-8f4f-43cf-a902-9791dfcd16dc} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.002655 sec., 4519.774011299435 rows/sec., 353.11 KiB/sec.
18102 2025.03.22 20:15:52.864315 [ 220 ] {} <Debug> oximeter.fields_u32 (ad7a5232-f0e1-40d6-acb0-24ed1d64c039): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0]
18103 2025.03.22 20:15:52.864348 [ 221 ] {} <Trace> oximeter.fields_u8 (faaaa09d-c3bc-4a8d-ab11-77969ca3dca4): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0]
18104 2025.03.22 20:15:52.864489 [ 221 ] {} <Debug> oximeter.fields_u8 (faaaa09d-c3bc-4a8d-ab11-77969ca3dca4): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0]
18105 2025.03.22 20:15:52.864558 [ 5 ] {5aa12840-8f4f-43cf-a902-9791dfcd16dc} <Debug> TCPHandler: Processed in 0.00328487 sec.
18106 2025.03.22 20:15:52.864821 [ 197 ] {faaaa09d-c3bc-4a8d-ab11-77969ca3dca4::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
18107 2025.03.22 20:15:52.865132 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18108 2025.03.22 20:15:52.865518 [ 197 ] {faaaa09d-c3bc-4a8d-ab11-77969ca3dca4::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
18109 2025.03.22 20:15:52.865580 [ 5 ] {2e43a9a6-aa06-4f21-b88c-8a93978a17cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
18110 2025.03.22 20:15:52.865640 [ 197 ] {faaaa09d-c3bc-4a8d-ab11-77969ca3dca4::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 12 rows starting from the beginning of the part
18111 2025.03.22 20:15:52.865725 [ 5 ] {2e43a9a6-aa06-4f21-b88c-8a93978a17cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
18112 2025.03.22 20:15:52.866000 [ 197 ] {faaaa09d-c3bc-4a8d-ab11-77969ca3dca4::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 12 rows starting from the beginning of the part
18113 2025.03.22 20:15:52.866520 [ 197 ] {faaaa09d-c3bc-4a8d-ab11-77969ca3dca4::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 12 rows starting from the beginning of the part
18114 2025.03.22 20:15:52.866927 [ 197 ] {faaaa09d-c3bc-4a8d-ab11-77969ca3dca4::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 12 rows starting from the beginning of the part
18115 2025.03.22 20:15:52.867391 [ 197 ] {faaaa09d-c3bc-4a8d-ab11-77969ca3dca4::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 12 rows starting from the beginning of the part
18116 2025.03.22 20:15:52.869116 [ 5 ] {2e43a9a6-aa06-4f21-b88c-8a93978a17cf} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18117 2025.03.22 20:15:52.869167 [ 5 ] {2e43a9a6-aa06-4f21-b88c-8a93978a17cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.34 GiB.
18118 2025.03.22 20:15:52.869812 [ 197 ] {faaaa09d-c3bc-4a8d-ab11-77969ca3dca4::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.005604939 sec., 10704.844423819777 rows/sec., 878.13 KiB/sec.
18119 2025.03.22 20:15:52.870119 [ 190 ] {faaaa09d-c3bc-4a8d-ab11-77969ca3dca4::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary)
18120 2025.03.22 20:15:52.870121 [ 5 ] {2e43a9a6-aa06-4f21-b88c-8a93978a17cf} <Trace> MergedBlockOutputStream: filled checksums all_177_177_0 (state Temporary)
18121 2025.03.22 20:15:52.870292 [ 221 ] {} <Debug> oximeter.fields_u8 (faaaa09d-c3bc-4a8d-ab11-77969ca3dca4): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0]
18122 2025.03.22 20:15:52.870932 [ 5 ] {2e43a9a6-aa06-4f21-b88c-8a93978a17cf} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_177_177_0 to all_177_177_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18123 2025.03.22 20:15:52.871110 [ 191 ] {faaaa09d-c3bc-4a8d-ab11-77969ca3dca4::all_1_25_6} <Trace> oximeter.fields_u8 (faaaa09d-c3bc-4a8d-ab11-77969ca3dca4): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18124 2025.03.22 20:15:52.871320 [ 5 ] {2e43a9a6-aa06-4f21-b88c-8a93978a17cf} <Debug> executeQuery: Read 569 rows, 43.70 KiB in 0.005878 sec., 96801.63320857433 rows/sec., 7.26 MiB/sec.
18125 2025.03.22 20:15:52.871378 [ 191 ] {faaaa09d-c3bc-4a8d-ab11-77969ca3dca4::all_1_25_6} <Trace> oximeter.fields_u8 (faaaa09d-c3bc-4a8d-ab11-77969ca3dca4) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6
18126 2025.03.22 20:15:52.871444 [ 5 ] {2e43a9a6-aa06-4f21-b88c-8a93978a17cf} <Debug> TCPHandler: Processed in 0.006491768 sec.
18127 2025.03.22 20:15:52.871599 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
18128 2025.03.22 20:15:52.871648 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18129 2025.03.22 20:15:52.871755 [ 5 ] {f16d836c-b165-45c3-90b3-06df60e871da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
18130 2025.03.22 20:15:52.871803 [ 5 ] {f16d836c-b165-45c3-90b3-06df60e871da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
18131 2025.03.22 20:15:52.872578 [ 5 ] {f16d836c-b165-45c3-90b3-06df60e871da} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18132 2025.03.22 20:15:52.872616 [ 5 ] {f16d836c-b165-45c3-90b3-06df60e871da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.34 GiB.
18133 2025.03.22 20:15:52.873051 [ 5 ] {f16d836c-b165-45c3-90b3-06df60e871da} <Trace> MergedBlockOutputStream: filled checksums all_177_177_0 (state Temporary)
18134 2025.03.22 20:15:52.873291 [ 5 ] {f16d836c-b165-45c3-90b3-06df60e871da} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_177_177_0 to all_177_177_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18135 2025.03.22 20:15:52.873428 [ 77 ] {} <Debug> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Selected 6 parts from all_1_172_47 to all_177_177_0
18136 2025.03.22 20:15:52.873471 [ 77 ] {} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18137 2025.03.22 20:15:52.873473 [ 5 ] {f16d836c-b165-45c3-90b3-06df60e871da} <Debug> executeQuery: Read 1010 rows, 69.95 KiB in 0.00174 sec., 580459.7701149426 rows/sec., 39.26 MiB/sec.
18138 2025.03.22 20:15:52.873499 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.34 GiB.
18139 2025.03.22 20:15:52.873578 [ 5 ] {f16d836c-b165-45c3-90b3-06df60e871da} <Debug> TCPHandler: Processed in 0.001993733 sec.
18140 2025.03.22 20:15:52.873845 [ 190 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_177_48} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_172_47 to all_177_177_0 into Compact with storage Full
18141 2025.03.22 20:15:52.873897 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18142 2025.03.22 20:15:52.874285 [ 5 ] {0cf1af74-be32-47ec-a03b-206af10ee795} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
18143 2025.03.22 20:15:52.874462 [ 190 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_177_48} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
18144 2025.03.22 20:15:52.874626 [ 190 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_177_48} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_172_47, total 46594 rows starting from the beginning of the part
18145 2025.03.22 20:15:52.874682 [ 5 ] {0cf1af74-be32-47ec-a03b-206af10ee795} <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
18146 2025.03.22 20:15:52.875578 [ 190 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_177_48} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_173_173_0, total 160 rows starting from the beginning of the part
18147 2025.03.22 20:15:52.876323 [ 190 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_177_48} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_174_174_0, total 161 rows starting from the beginning of the part
18148 2025.03.22 20:15:52.877083 [ 190 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_177_48} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_175_175_0, total 160 rows starting from the beginning of the part
18149 2025.03.22 20:15:52.877571 [ 190 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_177_48} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_176_176_0, total 160 rows starting from the beginning of the part
18150 2025.03.22 20:15:52.877992 [ 190 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_177_48} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_177_177_0, total 1010 rows starting from the beginning of the part
18151 2025.03.22 20:15:52.880144 [ 5 ] {0cf1af74-be32-47ec-a03b-206af10ee795} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18152 2025.03.22 20:15:52.880194 [ 5 ] {0cf1af74-be32-47ec-a03b-206af10ee795} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.34 GiB.
18153 2025.03.22 20:15:52.882038 [ 5 ] {0cf1af74-be32-47ec-a03b-206af10ee795} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary)
18154 2025.03.22 20:15:52.882323 [ 5 ] {0cf1af74-be32-47ec-a03b-206af10ee795} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18155 2025.03.22 20:15:52.882591 [ 5 ] {0cf1af74-be32-47ec-a03b-206af10ee795} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.008458 sec., 1537.0063844880585 rows/sec., 2.75 MiB/sec.
18156 2025.03.22 20:15:52.882702 [ 5 ] {0cf1af74-be32-47ec-a03b-206af10ee795} <Debug> TCPHandler: Processed in 0.008882128 sec.
18157 2025.03.22 20:15:52.882878 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18158 2025.03.22 20:15:52.883004 [ 5 ] {97452b62-07b2-42fa-959b-0dc0c9c1c32d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
18159 2025.03.22 20:15:52.883057 [ 5 ] {97452b62-07b2-42fa-959b-0dc0c9c1c32d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
18160 2025.03.22 20:15:52.883736 [ 5 ] {97452b62-07b2-42fa-959b-0dc0c9c1c32d} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18161 2025.03.22 20:15:52.883788 [ 5 ] {97452b62-07b2-42fa-959b-0dc0c9c1c32d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.34 GiB.
18162 2025.03.22 20:15:52.884221 [ 5 ] {97452b62-07b2-42fa-959b-0dc0c9c1c32d} <Trace> MergedBlockOutputStream: filled checksums all_177_177_0 (state Temporary)
18163 2025.03.22 20:15:52.884452 [ 5 ] {97452b62-07b2-42fa-959b-0dc0c9c1c32d} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_177_177_0 to all_177_177_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18164 2025.03.22 20:15:52.884731 [ 5 ] {97452b62-07b2-42fa-959b-0dc0c9c1c32d} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001753 sec., 27381.631488876214 rows/sec., 1.85 MiB/sec.
18165 2025.03.22 20:15:52.884807 [ 5 ] {97452b62-07b2-42fa-959b-0dc0c9c1c32d} <Debug> TCPHandler: Processed in 0.002000922 sec.
18166 2025.03.22 20:15:52.889240 [ 198 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_177_48} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 48245 rows, containing 5 columns (5 merged, 0 gathered) in 0.015643262 sec., 3084075.4313262794 rows/sec., 211.34 MiB/sec.
18167 2025.03.22 20:15:52.889827 [ 194 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_177_48} <Trace> MergedBlockOutputStream: filled checksums all_1_177_48 (state Temporary)
18168 2025.03.22 20:15:52.890163 [ 194 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_177_48} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_merge_all_1_177_48 to all_1_177_48 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18169 2025.03.22 20:15:52.890255 [ 194 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_177_48} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Merged 6 parts: [all_1_172_47, all_177_177_0] -> all_1_177_48
18170 2025.03.22 20:15:52.890347 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.54 MiB.
18171 2025.03.22 20:15:53.000163 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 267.15 MiB, peak 290.93 MiB, free memory in arenas 0.00 B, will set to 270.38 MiB (RSS), difference: 3.23 MiB
18172 2025.03.22 20:15:53.132445 [ 219 ] {} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Found 6 old parts to remove. Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0]
18173 2025.03.22 20:15:53.132511 [ 219 ] {} <Debug> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Removing 6 parts from filesystem (serially): Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0]
18174 2025.03.22 20:15:53.134855 [ 219 ] {} <Debug> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Removing 6 parts from memory: Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0]
18175 2025.03.22 20:15:53.423779 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 2432
18176 2025.03.22 20:15:53.427421 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18177 2025.03.22 20:15:53.427474 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.34 GiB.
18178 2025.03.22 20:15:53.429043 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
18179 2025.03.22 20:15:53.429361 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18180 2025.03.22 20:15:53.430978 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2432
18181 2025.03.22 20:15:53.845531 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18182 2025.03.22 20:15:53.845725 [ 5 ] {86bbf3e2-7b5d-4093-aee1-c6d407194013} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
18183 2025.03.22 20:15:53.845803 [ 5 ] {86bbf3e2-7b5d-4093-aee1-c6d407194013} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
18184 2025.03.22 20:15:53.846636 [ 5 ] {86bbf3e2-7b5d-4093-aee1-c6d407194013} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18185 2025.03.22 20:15:53.846682 [ 5 ] {86bbf3e2-7b5d-4093-aee1-c6d407194013} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.34 GiB.
18186 2025.03.22 20:15:53.847099 [ 5 ] {86bbf3e2-7b5d-4093-aee1-c6d407194013} <Trace> MergedBlockOutputStream: filled checksums all_178_178_0 (state Temporary)
18187 2025.03.22 20:15:53.847350 [ 5 ] {86bbf3e2-7b5d-4093-aee1-c6d407194013} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_178_178_0 to all_178_178_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18188 2025.03.22 20:15:53.847578 [ 5 ] {86bbf3e2-7b5d-4093-aee1-c6d407194013} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001904 sec., 29411.764705882353 rows/sec., 2.25 MiB/sec.
18189 2025.03.22 20:15:53.847643 [ 5 ] {86bbf3e2-7b5d-4093-aee1-c6d407194013} <Debug> TCPHandler: Processed in 0.002231857 sec.
18190 2025.03.22 20:15:53.847768 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18191 2025.03.22 20:15:53.847877 [ 5 ] {9b2a13ca-6c4e-4730-9221-0d33627ac57b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
18192 2025.03.22 20:15:53.847924 [ 5 ] {9b2a13ca-6c4e-4730-9221-0d33627ac57b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
18193 2025.03.22 20:15:53.848474 [ 5 ] {9b2a13ca-6c4e-4730-9221-0d33627ac57b} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18194 2025.03.22 20:15:53.848513 [ 5 ] {9b2a13ca-6c4e-4730-9221-0d33627ac57b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.34 GiB.
18195 2025.03.22 20:15:53.848873 [ 5 ] {9b2a13ca-6c4e-4730-9221-0d33627ac57b} <Trace> MergedBlockOutputStream: filled checksums all_178_178_0 (state Temporary)
18196 2025.03.22 20:15:53.849106 [ 5 ] {9b2a13ca-6c4e-4730-9221-0d33627ac57b} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_178_178_0 to all_178_178_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18197 2025.03.22 20:15:53.849305 [ 5 ] {9b2a13ca-6c4e-4730-9221-0d33627ac57b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001453 sec., 44046.799724707496 rows/sec., 3.44 MiB/sec.
18198 2025.03.22 20:15:53.849357 [ 5 ] {9b2a13ca-6c4e-4730-9221-0d33627ac57b} <Debug> TCPHandler: Processed in 0.001641255 sec.
18199 2025.03.22 20:15:53.849472 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18200 2025.03.22 20:15:53.849577 [ 5 ] {d59c9265-85e1-493e-a8ba-178c3f8255fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
18201 2025.03.22 20:15:53.849625 [ 5 ] {d59c9265-85e1-493e-a8ba-178c3f8255fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
18202 2025.03.22 20:15:53.850101 [ 5 ] {d59c9265-85e1-493e-a8ba-178c3f8255fb} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18203 2025.03.22 20:15:53.850139 [ 5 ] {d59c9265-85e1-493e-a8ba-178c3f8255fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.34 GiB.
18204 2025.03.22 20:15:53.850504 [ 5 ] {d59c9265-85e1-493e-a8ba-178c3f8255fb} <Trace> MergedBlockOutputStream: filled checksums all_178_178_0 (state Temporary)
18205 2025.03.22 20:15:53.850734 [ 5 ] {d59c9265-85e1-493e-a8ba-178c3f8255fb} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_178_178_0 to all_178_178_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18206 2025.03.22 20:15:53.850934 [ 5 ] {d59c9265-85e1-493e-a8ba-178c3f8255fb} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.00138 sec., 23188.40579710145 rows/sec., 1.62 MiB/sec.
18207 2025.03.22 20:15:53.850986 [ 5 ] {d59c9265-85e1-493e-a8ba-178c3f8255fb} <Debug> TCPHandler: Processed in 0.001563453 sec.
18208 2025.03.22 20:15:53.851110 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18209 2025.03.22 20:15:53.851213 [ 5 ] {9fbc69ac-2adf-49eb-a224-fbd64d80325d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
18210 2025.03.22 20:15:53.851258 [ 5 ] {9fbc69ac-2adf-49eb-a224-fbd64d80325d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
18211 2025.03.22 20:15:53.851677 [ 5 ] {9fbc69ac-2adf-49eb-a224-fbd64d80325d} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18212 2025.03.22 20:15:53.851714 [ 5 ] {9fbc69ac-2adf-49eb-a224-fbd64d80325d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.34 GiB.
18213 2025.03.22 20:15:53.852058 [ 5 ] {9fbc69ac-2adf-49eb-a224-fbd64d80325d} <Trace> MergedBlockOutputStream: filled checksums all_178_178_0 (state Temporary)
18214 2025.03.22 20:15:53.852280 [ 5 ] {9fbc69ac-2adf-49eb-a224-fbd64d80325d} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_178_178_0 to all_178_178_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18215 2025.03.22 20:15:53.852489 [ 5 ] {9fbc69ac-2adf-49eb-a224-fbd64d80325d} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001296 sec., 9259.25925925926 rows/sec., 638.99 KiB/sec.
18216 2025.03.22 20:15:53.852544 [ 5 ] {9fbc69ac-2adf-49eb-a224-fbd64d80325d} <Debug> TCPHandler: Processed in 0.001483422 sec.
18217 2025.03.22 20:15:53.852557 [ 225 ] {} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Found 6 old parts to remove. Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0]
18218 2025.03.22 20:15:53.852599 [ 225 ] {} <Debug> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Removing 6 parts from filesystem (serially): Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0]
18219 2025.03.22 20:15:53.854480 [ 225 ] {} <Debug> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Removing 6 parts from memory: Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0]
18220 2025.03.22 20:15:54.389099 [ 219 ] {} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Found 6 old parts to remove. Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0]
18221 2025.03.22 20:15:54.389159 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Removing 6 parts from filesystem (serially): Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0]
18222 2025.03.22 20:15:54.391186 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Removing 6 parts from memory: Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0]
18223 2025.03.22 20:15:54.848998 [ 221 ] {} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Found 6 old parts to remove. Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0]
18224 2025.03.22 20:15:54.849061 [ 221 ] {} <Debug> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Removing 6 parts from filesystem (serially): Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0]
18225 2025.03.22 20:15:54.851192 [ 221 ] {} <Debug> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Removing 6 parts from memory: Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0]
18226 2025.03.22 20:15:55.651116 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 47214
18227 2025.03.22 20:15:55.651860 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18228 2025.03.22 20:15:55.651908 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.34 GiB.
18229 2025.03.22 20:15:55.652486 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary)
18230 2025.03.22 20:15:55.652745 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18231 2025.03.22 20:15:55.652993 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 47214
18232 2025.03.22 20:15:57.000159 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 274.38 MiB, peak 290.93 MiB, free memory in arenas 0.00 B, will set to 270.38 MiB (RSS), difference: -4.00 MiB
18233 2025.03.22 20:15:58.854134 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18234 2025.03.22 20:15:58.854339 [ 5 ] {4b2c190c-ed5c-4922-befa-120b60ae5a23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
18235 2025.03.22 20:15:58.854421 [ 5 ] {4b2c190c-ed5c-4922-befa-120b60ae5a23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
18236 2025.03.22 20:15:58.855336 [ 5 ] {4b2c190c-ed5c-4922-befa-120b60ae5a23} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18237 2025.03.22 20:15:58.855381 [ 5 ] {4b2c190c-ed5c-4922-befa-120b60ae5a23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.34 GiB.
18238 2025.03.22 20:15:58.855827 [ 5 ] {4b2c190c-ed5c-4922-befa-120b60ae5a23} <Trace> MergedBlockOutputStream: filled checksums all_179_179_0 (state Temporary)
18239 2025.03.22 20:15:58.856077 [ 5 ] {4b2c190c-ed5c-4922-befa-120b60ae5a23} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_179_179_0 to all_179_179_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18240 2025.03.22 20:15:58.856315 [ 5 ] {4b2c190c-ed5c-4922-befa-120b60ae5a23} <Debug> executeQuery: Read 146 rows, 12.84 KiB in 0.002034 sec., 71779.74434611603 rows/sec., 6.16 MiB/sec.
18241 2025.03.22 20:15:58.856382 [ 5 ] {4b2c190c-ed5c-4922-befa-120b60ae5a23} <Debug> TCPHandler: Processed in 0.002379551 sec.
18242 2025.03.22 20:15:58.856527 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18243 2025.03.22 20:15:58.856673 [ 5 ] {91a78a36-bc90-43c1-99a2-46fa2dc939a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
18244 2025.03.22 20:15:58.856732 [ 5 ] {91a78a36-bc90-43c1-99a2-46fa2dc939a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
18245 2025.03.22 20:15:58.857347 [ 5 ] {91a78a36-bc90-43c1-99a2-46fa2dc939a7} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18246 2025.03.22 20:15:58.857388 [ 5 ] {91a78a36-bc90-43c1-99a2-46fa2dc939a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.34 GiB.
18247 2025.03.22 20:15:58.857753 [ 5 ] {91a78a36-bc90-43c1-99a2-46fa2dc939a7} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary)
18248 2025.03.22 20:15:58.857989 [ 5 ] {91a78a36-bc90-43c1-99a2-46fa2dc939a7} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18249 2025.03.22 20:15:58.858203 [ 5 ] {91a78a36-bc90-43c1-99a2-46fa2dc939a7} <Debug> executeQuery: Read 45 rows, 3.38 KiB in 0.001565 sec., 28753.993610223642 rows/sec., 2.11 MiB/sec.
18250 2025.03.22 20:15:58.858257 [ 5 ] {91a78a36-bc90-43c1-99a2-46fa2dc939a7} <Debug> TCPHandler: Processed in 0.001795549 sec.
18251 2025.03.22 20:15:58.858361 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18252 2025.03.22 20:15:58.858463 [ 5 ] {9721ca49-c7c1-469d-a11d-80fd6bc3f056} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
18253 2025.03.22 20:15:58.858508 [ 5 ] {9721ca49-c7c1-469d-a11d-80fd6bc3f056} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
18254 2025.03.22 20:15:58.859067 [ 5 ] {9721ca49-c7c1-469d-a11d-80fd6bc3f056} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18255 2025.03.22 20:15:58.859106 [ 5 ] {9721ca49-c7c1-469d-a11d-80fd6bc3f056} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.34 GiB.
18256 2025.03.22 20:15:58.859463 [ 5 ] {9721ca49-c7c1-469d-a11d-80fd6bc3f056} <Trace> MergedBlockOutputStream: filled checksums all_179_179_0 (state Temporary)
18257 2025.03.22 20:15:58.859704 [ 5 ] {9721ca49-c7c1-469d-a11d-80fd6bc3f056} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_179_179_0 to all_179_179_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18258 2025.03.22 20:15:58.859919 [ 5 ] {9721ca49-c7c1-469d-a11d-80fd6bc3f056} <Debug> executeQuery: Read 109 rows, 8.72 KiB in 0.001478 sec., 73748.30852503383 rows/sec., 5.76 MiB/sec.
18259 2025.03.22 20:15:58.859990 [ 5 ] {9721ca49-c7c1-469d-a11d-80fd6bc3f056} <Debug> TCPHandler: Processed in 0.001677455 sec.
18260 2025.03.22 20:15:58.860118 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18261 2025.03.22 20:15:58.860284 [ 5 ] {3ca0d402-7110-47ae-87c0-0db0521d58b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
18262 2025.03.22 20:15:58.860361 [ 5 ] {3ca0d402-7110-47ae-87c0-0db0521d58b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
18263 2025.03.22 20:15:58.860906 [ 5 ] {3ca0d402-7110-47ae-87c0-0db0521d58b1} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18264 2025.03.22 20:15:58.860943 [ 5 ] {3ca0d402-7110-47ae-87c0-0db0521d58b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.34 GiB.
18265 2025.03.22 20:15:58.861317 [ 5 ] {3ca0d402-7110-47ae-87c0-0db0521d58b1} <Trace> MergedBlockOutputStream: filled checksums all_179_179_0 (state Temporary)
18266 2025.03.22 20:15:58.861553 [ 5 ] {3ca0d402-7110-47ae-87c0-0db0521d58b1} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_179_179_0 to all_179_179_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18267 2025.03.22 20:15:58.861765 [ 5 ] {3ca0d402-7110-47ae-87c0-0db0521d58b1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00153 sec., 104575.16339869282 rows/sec., 7.28 MiB/sec.
18268 2025.03.22 20:15:58.861817 [ 5 ] {3ca0d402-7110-47ae-87c0-0db0521d58b1} <Debug> TCPHandler: Processed in 0.001762477 sec.
18269 2025.03.22 20:15:58.861941 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18270 2025.03.22 20:15:58.862046 [ 5 ] {9a92fbf6-7b94-4bdc-889c-dd7ef82aa1e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
18271 2025.03.22 20:15:58.862111 [ 5 ] {9a92fbf6-7b94-4bdc-889c-dd7ef82aa1e2} <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
18272 2025.03.22 20:15:58.863293 [ 5 ] {9a92fbf6-7b94-4bdc-889c-dd7ef82aa1e2} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18273 2025.03.22 20:15:58.863331 [ 5 ] {9a92fbf6-7b94-4bdc-889c-dd7ef82aa1e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.34 GiB.
18274 2025.03.22 20:15:58.864011 [ 5 ] {9a92fbf6-7b94-4bdc-889c-dd7ef82aa1e2} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary)
18275 2025.03.22 20:15:58.864267 [ 5 ] {9a92fbf6-7b94-4bdc-889c-dd7ef82aa1e2} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18276 2025.03.22 20:15:58.864502 [ 5 ] {9a92fbf6-7b94-4bdc-889c-dd7ef82aa1e2} <Debug> executeQuery: Read 45 rows, 82.57 KiB in 0.002479 sec., 18152.480839048003 rows/sec., 32.53 MiB/sec.
18277 2025.03.22 20:15:58.864613 [ 5 ] {9a92fbf6-7b94-4bdc-889c-dd7ef82aa1e2} <Debug> TCPHandler: Processed in 0.002722338 sec.
18278 2025.03.22 20:15:58.864759 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18279 2025.03.22 20:15:58.864866 [ 5 ] {26148e41-3a40-44d1-9fdc-bc5eda8c923e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
18280 2025.03.22 20:15:58.864914 [ 5 ] {26148e41-3a40-44d1-9fdc-bc5eda8c923e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
18281 2025.03.22 20:15:58.865356 [ 5 ] {26148e41-3a40-44d1-9fdc-bc5eda8c923e} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18282 2025.03.22 20:15:58.865394 [ 5 ] {26148e41-3a40-44d1-9fdc-bc5eda8c923e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.34 GiB.
18283 2025.03.22 20:15:58.865752 [ 5 ] {26148e41-3a40-44d1-9fdc-bc5eda8c923e} <Trace> MergedBlockOutputStream: filled checksums all_179_179_0 (state Temporary)
18284 2025.03.22 20:15:58.866000 [ 5 ] {26148e41-3a40-44d1-9fdc-bc5eda8c923e} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_179_179_0 to all_179_179_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18285 2025.03.22 20:15:58.866346 [ 5 ] {26148e41-3a40-44d1-9fdc-bc5eda8c923e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001497 sec., 40080.160320641284 rows/sec., 2.70 MiB/sec.
18286 2025.03.22 20:15:58.866402 [ 5 ] {26148e41-3a40-44d1-9fdc-bc5eda8c923e} <Debug> TCPHandler: Processed in 0.001692546 sec.
18287 2025.03.22 20:15:59.208937 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 777
18288 2025.03.22 20:15:59.232678 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18289 2025.03.22 20:15:59.232722 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.34 GiB.
18290 2025.03.22 20:15:59.240401 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary)
18291 2025.03.22 20:15:59.241220 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18292 2025.03.22 20:15:59.244273 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 777
18293 2025.03.22 20:16:02.800927 [ 55 ] {} <Debug> DNSResolver: Updating DNS cache
18294 2025.03.22 20:16:02.800997 [ 55 ] {} <Debug> DNSResolver: Updated DNS cache
18295 2025.03.22 20:16:03.154130 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 47702
18296 2025.03.22 20:16:03.155031 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18297 2025.03.22 20:16:03.155083 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.34 GiB.
18298 2025.03.22 20:16:03.155637 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary)
18299 2025.03.22 20:16:03.155899 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18300 2025.03.22 20:16:03.156212 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 47702
18301 2025.03.22 20:16:03.432251 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 2452
18302 2025.03.22 20:16:03.435252 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18303 2025.03.22 20:16:03.435315 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.34 GiB.
18304 2025.03.22 20:16:03.436858 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
18305 2025.03.22 20:16:03.437180 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18306 2025.03.22 20:16:03.437910 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2452
18307 2025.03.22 20:16:03.851894 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18308 2025.03.22 20:16:03.852081 [ 5 ] {58cd81f2-dd50-40a8-a293-85b8a40d3b5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
18309 2025.03.22 20:16:03.852151 [ 5 ] {58cd81f2-dd50-40a8-a293-85b8a40d3b5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
18310 2025.03.22 20:16:03.852950 [ 5 ] {58cd81f2-dd50-40a8-a293-85b8a40d3b5e} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18311 2025.03.22 20:16:03.852997 [ 5 ] {58cd81f2-dd50-40a8-a293-85b8a40d3b5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.34 GiB.
18312 2025.03.22 20:16:03.853430 [ 5 ] {58cd81f2-dd50-40a8-a293-85b8a40d3b5e} <Trace> MergedBlockOutputStream: filled checksums all_180_180_0 (state Temporary)
18313 2025.03.22 20:16:03.853699 [ 5 ] {58cd81f2-dd50-40a8-a293-85b8a40d3b5e} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_180_180_0 to all_180_180_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18314 2025.03.22 20:16:03.853956 [ 5 ] {58cd81f2-dd50-40a8-a293-85b8a40d3b5e} <Debug> executeQuery: Read 82 rows, 6.94 KiB in 0.001921 sec., 42686.100989068196 rows/sec., 3.53 MiB/sec.
18315 2025.03.22 20:16:03.854058 [ 5 ] {58cd81f2-dd50-40a8-a293-85b8a40d3b5e} <Debug> TCPHandler: Processed in 0.002287399 sec.
18316 2025.03.22 20:16:03.854221 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18317 2025.03.22 20:16:03.854487 [ 5 ] {0d957e2b-375f-4abb-83f3-852fee204f06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
18318 2025.03.22 20:16:03.854609 [ 5 ] {0d957e2b-375f-4abb-83f3-852fee204f06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
18319 2025.03.22 20:16:03.855546 [ 5 ] {0d957e2b-375f-4abb-83f3-852fee204f06} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18320 2025.03.22 20:16:03.855587 [ 5 ] {0d957e2b-375f-4abb-83f3-852fee204f06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.34 GiB.
18321 2025.03.22 20:16:03.855942 [ 5 ] {0d957e2b-375f-4abb-83f3-852fee204f06} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary)
18322 2025.03.22 20:16:03.856173 [ 5 ] {0d957e2b-375f-4abb-83f3-852fee204f06} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18323 2025.03.22 20:16:03.856398 [ 5 ] {0d957e2b-375f-4abb-83f3-852fee204f06} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.002021 sec., 6432.459178624444 rows/sec., 483.69 KiB/sec.
18324 2025.03.22 20:16:03.856451 [ 5 ] {0d957e2b-375f-4abb-83f3-852fee204f06} <Debug> TCPHandler: Processed in 0.002287308 sec.
18325 2025.03.22 20:16:03.856575 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18326 2025.03.22 20:16:03.856680 [ 5 ] {6721ec64-b430-4370-b049-f9cdee335ba7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
18327 2025.03.22 20:16:03.856725 [ 5 ] {6721ec64-b430-4370-b049-f9cdee335ba7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
18328 2025.03.22 20:16:03.857275 [ 5 ] {6721ec64-b430-4370-b049-f9cdee335ba7} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18329 2025.03.22 20:16:03.857313 [ 5 ] {6721ec64-b430-4370-b049-f9cdee335ba7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.34 GiB.
18330 2025.03.22 20:16:03.857668 [ 5 ] {6721ec64-b430-4370-b049-f9cdee335ba7} <Trace> MergedBlockOutputStream: filled checksums all_180_180_0 (state Temporary)
18331 2025.03.22 20:16:03.857900 [ 5 ] {6721ec64-b430-4370-b049-f9cdee335ba7} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_180_180_0 to all_180_180_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18332 2025.03.22 20:16:03.858123 [ 5 ] {6721ec64-b430-4370-b049-f9cdee335ba7} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.001466 sec., 52523.87448840382 rows/sec., 4.10 MiB/sec.
18333 2025.03.22 20:16:03.858175 [ 5 ] {6721ec64-b430-4370-b049-f9cdee335ba7} <Debug> TCPHandler: Processed in 0.001650215 sec.
18334 2025.03.22 20:16:03.858306 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18335 2025.03.22 20:16:03.858443 [ 5 ] {932d91ae-cc27-4626-a721-e0fa34243c92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
18336 2025.03.22 20:16:03.858504 [ 5 ] {932d91ae-cc27-4626-a721-e0fa34243c92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
18337 2025.03.22 20:16:03.859149 [ 5 ] {932d91ae-cc27-4626-a721-e0fa34243c92} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18338 2025.03.22 20:16:03.859198 [ 5 ] {932d91ae-cc27-4626-a721-e0fa34243c92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.34 GiB.
18339 2025.03.22 20:16:03.859605 [ 5 ] {932d91ae-cc27-4626-a721-e0fa34243c92} <Trace> MergedBlockOutputStream: filled checksums all_180_180_0 (state Temporary)
18340 2025.03.22 20:16:03.859848 [ 5 ] {932d91ae-cc27-4626-a721-e0fa34243c92} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_180_180_0 to all_180_180_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18341 2025.03.22 20:16:03.860094 [ 5 ] {932d91ae-cc27-4626-a721-e0fa34243c92} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001681 sec., 95181.43961927424 rows/sec., 6.63 MiB/sec.
18342 2025.03.22 20:16:03.860177 [ 5 ] {932d91ae-cc27-4626-a721-e0fa34243c92} <Debug> TCPHandler: Processed in 0.001935442 sec.
18343 2025.03.22 20:16:03.860395 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18344 2025.03.22 20:16:03.860697 [ 5 ] {a1f43f76-28d2-4a4d-bbff-19f1963f29d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
18345 2025.03.22 20:16:03.860841 [ 5 ] {a1f43f76-28d2-4a4d-bbff-19f1963f29d0} <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
18346 2025.03.22 20:16:03.861991 [ 5 ] {a1f43f76-28d2-4a4d-bbff-19f1963f29d0} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18347 2025.03.22 20:16:03.862032 [ 5 ] {a1f43f76-28d2-4a4d-bbff-19f1963f29d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.34 GiB.
18348 2025.03.22 20:16:03.862703 [ 5 ] {a1f43f76-28d2-4a4d-bbff-19f1963f29d0} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary)
18349 2025.03.22 20:16:03.862966 [ 5 ] {a1f43f76-28d2-4a4d-bbff-19f1963f29d0} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18350 2025.03.22 20:16:03.863269 [ 5 ] {a1f43f76-28d2-4a4d-bbff-19f1963f29d0} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.00268 sec., 4850.746268656716 rows/sec., 8.69 MiB/sec.
18351 2025.03.22 20:16:03.863443 [ 5 ] {a1f43f76-28d2-4a4d-bbff-19f1963f29d0} <Debug> TCPHandler: Processed in 0.003150417 sec.
18352 2025.03.22 20:16:03.863731 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18353 2025.03.22 20:16:03.864031 [ 5 ] {1efabc95-d5c8-4e3e-afe5-52ab11e87e04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
18354 2025.03.22 20:16:03.864122 [ 5 ] {1efabc95-d5c8-4e3e-afe5-52ab11e87e04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
18355 2025.03.22 20:16:03.864584 [ 5 ] {1efabc95-d5c8-4e3e-afe5-52ab11e87e04} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18356 2025.03.22 20:16:03.864625 [ 5 ] {1efabc95-d5c8-4e3e-afe5-52ab11e87e04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.34 GiB.
18357 2025.03.22 20:16:03.864986 [ 5 ] {1efabc95-d5c8-4e3e-afe5-52ab11e87e04} <Trace> MergedBlockOutputStream: filled checksums all_180_180_0 (state Temporary)
18358 2025.03.22 20:16:03.865237 [ 5 ] {1efabc95-d5c8-4e3e-afe5-52ab11e87e04} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_180_180_0 to all_180_180_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18359 2025.03.22 20:16:03.865455 [ 5 ] {1efabc95-d5c8-4e3e-afe5-52ab11e87e04} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001534 sec., 39113.42894393742 rows/sec., 2.64 MiB/sec.
18360 2025.03.22 20:16:03.865506 [ 5 ] {1efabc95-d5c8-4e3e-afe5-52ab11e87e04} <Debug> TCPHandler: Processed in 0.0018813 sec.
18361 2025.03.22 20:16:06.745322 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 784
18362 2025.03.22 20:16:06.768668 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18363 2025.03.22 20:16:06.768725 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.34 GiB.
18364 2025.03.22 20:16:06.776420 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary)
18365 2025.03.22 20:16:06.777653 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18366 2025.03.22 20:16:06.782104 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 784
18367 2025.03.22 20:16:08.854234 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18368 2025.03.22 20:16:08.854489 [ 5 ] {03e8e602-8167-431e-a480-314e11b43169} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
18369 2025.03.22 20:16:08.854572 [ 5 ] {03e8e602-8167-431e-a480-314e11b43169} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
18370 2025.03.22 20:16:08.855434 [ 5 ] {03e8e602-8167-431e-a480-314e11b43169} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18371 2025.03.22 20:16:08.855482 [ 5 ] {03e8e602-8167-431e-a480-314e11b43169} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.34 GiB.
18372 2025.03.22 20:16:08.856066 [ 5 ] {03e8e602-8167-431e-a480-314e11b43169} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
18373 2025.03.22 20:16:08.856555 [ 5 ] {03e8e602-8167-431e-a480-314e11b43169} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18374 2025.03.22 20:16:08.856832 [ 5 ] {03e8e602-8167-431e-a480-314e11b43169} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002394 sec., 835.421888053467 rows/sec., 68.12 KiB/sec.
18375 2025.03.22 20:16:08.857043 [ 5 ] {03e8e602-8167-431e-a480-314e11b43169} <Debug> TCPHandler: Processed in 0.002972453 sec.
18376 2025.03.22 20:16:08.857244 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18377 2025.03.22 20:16:08.857357 [ 5 ] {02ede61a-0e7e-4ad1-8e4e-e0c524524f92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
18378 2025.03.22 20:16:08.857405 [ 5 ] {02ede61a-0e7e-4ad1-8e4e-e0c524524f92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
18379 2025.03.22 20:16:08.858059 [ 5 ] {02ede61a-0e7e-4ad1-8e4e-e0c524524f92} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18380 2025.03.22 20:16:08.858099 [ 5 ] {02ede61a-0e7e-4ad1-8e4e-e0c524524f92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.34 GiB.
18381 2025.03.22 20:16:08.858573 [ 5 ] {02ede61a-0e7e-4ad1-8e4e-e0c524524f92} <Trace> MergedBlockOutputStream: filled checksums all_181_181_0 (state Temporary)
18382 2025.03.22 20:16:08.859020 [ 5 ] {02ede61a-0e7e-4ad1-8e4e-e0c524524f92} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_181_181_0 to all_181_181_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18383 2025.03.22 20:16:08.859206 [ 47 ] {} <Debug> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5) (MergerMutator): Selected 6 parts from all_1_176_35 to all_181_181_0
18384 2025.03.22 20:16:08.859231 [ 5 ] {02ede61a-0e7e-4ad1-8e4e-e0c524524f92} <Debug> executeQuery: Read 147 rows, 12.91 KiB in 0.001895 sec., 77572.55936675462 rows/sec., 6.65 MiB/sec.
18385 2025.03.22 20:16:08.859297 [ 47 ] {} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18386 2025.03.22 20:16:08.859372 [ 5 ] {02ede61a-0e7e-4ad1-8e4e-e0c524524f92} <Debug> TCPHandler: Processed in 0.002187827 sec.
18387 2025.03.22 20:16:08.859379 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.34 GiB.
18388 2025.03.22 20:16:08.859553 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18389 2025.03.22 20:16:08.859593 [ 201 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_181_36} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_176_35 to all_181_181_0 into Compact with storage Full
18390 2025.03.22 20:16:08.859688 [ 5 ] {9060b469-75f9-4f26-8b33-f061deca4284} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
18391 2025.03.22 20:16:08.859740 [ 201 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_181_36} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
18392 2025.03.22 20:16:08.859753 [ 5 ] {9060b469-75f9-4f26-8b33-f061deca4284} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
18393 2025.03.22 20:16:08.859783 [ 201 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_176_35, total 1448 rows starting from the beginning of the part
18394 2025.03.22 20:16:08.859894 [ 201 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_177_177_0, total 1342 rows starting from the beginning of the part
18395 2025.03.22 20:16:08.860482 [ 201 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_178_178_0, total 56 rows starting from the beginning of the part
18396 2025.03.22 20:16:08.860734 [ 201 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_179_179_0, total 146 rows starting from the beginning of the part
18397 2025.03.22 20:16:08.860918 [ 201 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_180_180_0, total 82 rows starting from the beginning of the part
18398 2025.03.22 20:16:08.861066 [ 201 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_181_181_0, total 147 rows starting from the beginning of the part
18399 2025.03.22 20:16:08.861490 [ 5 ] {9060b469-75f9-4f26-8b33-f061deca4284} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18400 2025.03.22 20:16:08.861531 [ 5 ] {9060b469-75f9-4f26-8b33-f061deca4284} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.34 GiB.
18401 2025.03.22 20:16:08.862103 [ 5 ] {9060b469-75f9-4f26-8b33-f061deca4284} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary)
18402 2025.03.22 20:16:08.862618 [ 5 ] {9060b469-75f9-4f26-8b33-f061deca4284} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18403 2025.03.22 20:16:08.862817 [ 47 ] {} <Debug> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0
18404 2025.03.22 20:16:08.862912 [ 5 ] {9060b469-75f9-4f26-8b33-f061deca4284} <Debug> executeQuery: Read 47 rows, 3.52 KiB in 0.003227 sec., 14564.611093895259 rows/sec., 1.07 MiB/sec.
18405 2025.03.22 20:16:08.862928 [ 47 ] {} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18406 2025.03.22 20:16:08.863021 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.34 GiB.
18407 2025.03.22 20:16:08.863090 [ 5 ] {9060b469-75f9-4f26-8b33-f061deca4284} <Debug> TCPHandler: Processed in 0.003608346 sec.
18408 2025.03.22 20:16:08.863488 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18409 2025.03.22 20:16:08.863499 [ 201 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_151_30} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_146_29 to all_151_151_0 into Compact with storage Full
18410 2025.03.22 20:16:08.863846 [ 5 ] {4587aa6d-1ff1-4d99-9819-57f4e306a982} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
18411 2025.03.22 20:16:08.863974 [ 201 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_151_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
18412 2025.03.22 20:16:08.863978 [ 5 ] {4587aa6d-1ff1-4d99-9819-57f4e306a982} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
18413 2025.03.22 20:16:08.864050 [ 201 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_146_29, total 91 rows starting from the beginning of the part
18414 2025.03.22 20:16:08.864042 [ 186 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_181_36} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3221 rows, containing 5 columns (5 merged, 0 gathered) in 0.004502915 sec., 715314.4129969142 rows/sec., 62.51 MiB/sec.
18415 2025.03.22 20:16:08.864355 [ 201 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 45 rows starting from the beginning of the part
18416 2025.03.22 20:16:08.864726 [ 201 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 25 rows starting from the beginning of the part
18417 2025.03.22 20:16:08.864795 [ 194 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_181_36} <Trace> MergedBlockOutputStream: filled checksums all_1_181_36 (state Temporary)
18418 2025.03.22 20:16:08.865222 [ 201 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 45 rows starting from the beginning of the part
18419 2025.03.22 20:16:08.865648 [ 201 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 13 rows starting from the beginning of the part
18420 2025.03.22 20:16:08.866123 [ 201 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 47 rows starting from the beginning of the part
18421 2025.03.22 20:16:08.866596 [ 194 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_181_36} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_merge_all_1_181_36 to all_1_181_36 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18422 2025.03.22 20:16:08.866931 [ 194 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_181_36} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5) (MergerMutator): Merged 6 parts: [all_1_176_35, all_181_181_0] -> all_1_181_36
18423 2025.03.22 20:16:08.867260 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB.
18424 2025.03.22 20:16:08.867514 [ 5 ] {4587aa6d-1ff1-4d99-9819-57f4e306a982} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18425 2025.03.22 20:16:08.867581 [ 5 ] {4587aa6d-1ff1-4d99-9819-57f4e306a982} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.34 GiB.
18426 2025.03.22 20:16:08.868726 [ 5 ] {4587aa6d-1ff1-4d99-9819-57f4e306a982} <Trace> MergedBlockOutputStream: filled checksums all_181_181_0 (state Temporary)
18427 2025.03.22 20:16:08.869069 [ 194 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_151_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 266 rows, containing 5 columns (5 merged, 0 gathered) in 0.005932126 sec., 44840.58497746002 rows/sec., 3.46 MiB/sec.
18428 2025.03.22 20:16:08.869348 [ 194 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_151_30} <Trace> MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary)
18429 2025.03.22 20:16:08.869516 [ 5 ] {4587aa6d-1ff1-4d99-9819-57f4e306a982} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_181_181_0 to all_181_181_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18430 2025.03.22 20:16:08.869834 [ 47 ] {} <Debug> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add) (MergerMutator): Selected 6 parts from all_1_176_35 to all_181_181_0
18431 2025.03.22 20:16:08.869944 [ 47 ] {} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18432 2025.03.22 20:16:08.869979 [ 5 ] {4587aa6d-1ff1-4d99-9819-57f4e306a982} <Debug> executeQuery: Read 111 rows, 8.88 KiB in 0.006242 sec., 17782.761935277154 rows/sec., 1.39 MiB/sec.
18433 2025.03.22 20:16:08.870035 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.34 GiB.
18434 2025.03.22 20:16:08.870237 [ 5 ] {4587aa6d-1ff1-4d99-9819-57f4e306a982} <Debug> TCPHandler: Processed in 0.006849755 sec.
18435 2025.03.22 20:16:08.870453 [ 189 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_151_30} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18436 2025.03.22 20:16:08.870645 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18437 2025.03.22 20:16:08.870748 [ 187 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_181_36} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_176_35 to all_181_181_0 into Compact with storage Full
18438 2025.03.22 20:16:08.870975 [ 189 ] {2c83bff1-81cc-4f8d-8896-c88460fe28ef::all_1_151_30} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30
18439 2025.03.22 20:16:08.871089 [ 5 ] {02601d1e-f820-4b50-bf3b-e3ee3a4c99f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
18440 2025.03.22 20:16:08.871350 [ 5 ] {02601d1e-f820-4b50-bf3b-e3ee3a4c99f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
18441 2025.03.22 20:16:08.871393 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB.
18442 2025.03.22 20:16:08.871581 [ 187 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_181_36} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
18443 2025.03.22 20:16:08.871734 [ 187 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_176_35, total 674 rows starting from the beginning of the part
18444 2025.03.22 20:16:08.872234 [ 187 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_177_177_0, total 569 rows starting from the beginning of the part
18445 2025.03.22 20:16:08.872762 [ 187 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_178_178_0, total 64 rows starting from the beginning of the part
18446 2025.03.22 20:16:08.873261 [ 187 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_179_179_0, total 109 rows starting from the beginning of the part
18447 2025.03.22 20:16:08.873631 [ 187 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_180_180_0, total 77 rows starting from the beginning of the part
18448 2025.03.22 20:16:08.874057 [ 187 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_181_181_0, total 111 rows starting from the beginning of the part
18449 2025.03.22 20:16:08.875323 [ 5 ] {02601d1e-f820-4b50-bf3b-e3ee3a4c99f1} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18450 2025.03.22 20:16:08.875421 [ 5 ] {02601d1e-f820-4b50-bf3b-e3ee3a4c99f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.34 GiB.
18451 2025.03.22 20:16:08.876890 [ 5 ] {02601d1e-f820-4b50-bf3b-e3ee3a4c99f1} <Trace> MergedBlockOutputStream: filled checksums all_181_181_0 (state Temporary)
18452 2025.03.22 20:16:08.877395 [ 187 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_181_36} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1604 rows, containing 5 columns (5 merged, 0 gathered) in 0.00709566 sec., 226053.67224472424 rows/sec., 18.00 MiB/sec.
18453 2025.03.22 20:16:08.877505 [ 5 ] {02601d1e-f820-4b50-bf3b-e3ee3a4c99f1} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_181_181_0 to all_181_181_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18454 2025.03.22 20:16:08.877743 [ 187 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_181_36} <Trace> MergedBlockOutputStream: filled checksums all_1_181_36 (state Temporary)
18455 2025.03.22 20:16:08.877886 [ 5 ] {02601d1e-f820-4b50-bf3b-e3ee3a4c99f1} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.006951 sec., 23162.134944612288 rows/sec., 1.61 MiB/sec.
18456 2025.03.22 20:16:08.878224 [ 5 ] {02601d1e-f820-4b50-bf3b-e3ee3a4c99f1} <Debug> TCPHandler: Processed in 0.007704534 sec.
18457 2025.03.22 20:16:08.878559 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18458 2025.03.22 20:16:08.878779 [ 187 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_181_36} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_merge_all_1_181_36 to all_1_181_36 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18459 2025.03.22 20:16:08.878901 [ 5 ] {1bdba1e6-9ade-40c3-9c87-2c19a10468ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
18460 2025.03.22 20:16:08.878970 [ 187 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_181_36} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add) (MergerMutator): Merged 6 parts: [all_1_176_35, all_181_181_0] -> all_1_181_36
18461 2025.03.22 20:16:08.879040 [ 5 ] {1bdba1e6-9ade-40c3-9c87-2c19a10468ff} <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
18462 2025.03.22 20:16:08.879146 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB.
18463 2025.03.22 20:16:08.880399 [ 5 ] {1bdba1e6-9ade-40c3-9c87-2c19a10468ff} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18464 2025.03.22 20:16:08.880441 [ 5 ] {1bdba1e6-9ade-40c3-9c87-2c19a10468ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.34 GiB.
18465 2025.03.22 20:16:08.881267 [ 5 ] {1bdba1e6-9ade-40c3-9c87-2c19a10468ff} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary)
18466 2025.03.22 20:16:08.881752 [ 5 ] {1bdba1e6-9ade-40c3-9c87-2c19a10468ff} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18467 2025.03.22 20:16:08.881976 [ 47 ] {} <Debug> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0
18468 2025.03.22 20:16:08.882044 [ 5 ] {1bdba1e6-9ade-40c3-9c87-2c19a10468ff} <Debug> executeQuery: Read 45 rows, 82.57 KiB in 0.003248 sec., 13854.679802955665 rows/sec., 24.83 MiB/sec.
18469 2025.03.22 20:16:08.882053 [ 47 ] {} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18470 2025.03.22 20:16:08.882150 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.34 GiB.
18471 2025.03.22 20:16:08.882479 [ 5 ] {1bdba1e6-9ade-40c3-9c87-2c19a10468ff} <Debug> TCPHandler: Processed in 0.004034145 sec.
18472 2025.03.22 20:16:08.882541 [ 188 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_151_30} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_146_29 to all_151_151_0 into Compact with storage Full
18473 2025.03.22 20:16:08.882706 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18474 2025.03.22 20:16:08.882957 [ 5 ] {d7588188-3e0a-4011-9597-8ff5b7ac6e20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
18475 2025.03.22 20:16:08.883080 [ 5 ] {d7588188-3e0a-4011-9597-8ff5b7ac6e20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
18476 2025.03.22 20:16:08.883516 [ 188 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_151_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
18477 2025.03.22 20:16:08.883772 [ 188 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_146_29, total 2934 rows starting from the beginning of the part
18478 2025.03.22 20:16:08.884546 [ 188 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 45 rows starting from the beginning of the part
18479 2025.03.22 20:16:08.885164 [ 188 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 13 rows starting from the beginning of the part
18480 2025.03.22 20:16:08.885358 [ 5 ] {d7588188-3e0a-4011-9597-8ff5b7ac6e20} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18481 2025.03.22 20:16:08.885490 [ 5 ] {d7588188-3e0a-4011-9597-8ff5b7ac6e20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.34 GiB.
18482 2025.03.22 20:16:08.885896 [ 188 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 45 rows starting from the beginning of the part
18483 2025.03.22 20:16:08.886481 [ 188 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 13 rows starting from the beginning of the part
18484 2025.03.22 20:16:08.887180 [ 188 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 45 rows starting from the beginning of the part
18485 2025.03.22 20:16:08.887406 [ 5 ] {d7588188-3e0a-4011-9597-8ff5b7ac6e20} <Trace> MergedBlockOutputStream: filled checksums all_181_181_0 (state Temporary)
18486 2025.03.22 20:16:08.888385 [ 5 ] {d7588188-3e0a-4011-9597-8ff5b7ac6e20} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_181_181_0 to all_181_181_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18487 2025.03.22 20:16:08.888784 [ 47 ] {} <Debug> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462) (MergerMutator): Selected 6 parts from all_1_176_35 to all_181_181_0
18488 2025.03.22 20:16:08.888884 [ 47 ] {} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18489 2025.03.22 20:16:08.888974 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.34 GiB.
18490 2025.03.22 20:16:08.888997 [ 5 ] {d7588188-3e0a-4011-9597-8ff5b7ac6e20} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006111 sec., 9818.360333824252 rows/sec., 677.57 KiB/sec.
18491 2025.03.22 20:16:08.889410 [ 5 ] {d7588188-3e0a-4011-9597-8ff5b7ac6e20} <Debug> TCPHandler: Processed in 0.006769343 sec.
18492 2025.03.22 20:16:08.889511 [ 193 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_181_36} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_176_35 to all_181_181_0 into Compact with storage Full
18493 2025.03.22 20:16:08.890219 [ 193 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_181_36} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
18494 2025.03.22 20:16:08.890381 [ 193 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_176_35, total 9036 rows starting from the beginning of the part
18495 2025.03.22 20:16:08.891113 [ 193 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_177_177_0, total 48 rows starting from the beginning of the part
18496 2025.03.22 20:16:08.891881 [ 193 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_178_178_0, total 12 rows starting from the beginning of the part
18497 2025.03.22 20:16:08.892697 [ 193 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_179_179_0, total 60 rows starting from the beginning of the part
18498 2025.03.22 20:16:08.893549 [ 193 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_180_180_0, total 60 rows starting from the beginning of the part
18499 2025.03.22 20:16:08.894359 [ 193 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_181_181_0, total 60 rows starting from the beginning of the part
18500 2025.03.22 20:16:08.899871 [ 200 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_181_36} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9276 rows, containing 4 columns (4 merged, 0 gathered) in 0.010760999 sec., 862001.7528112399 rows/sec., 58.10 MiB/sec.
18501 2025.03.22 20:16:08.900562 [ 200 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_181_36} <Trace> MergedBlockOutputStream: filled checksums all_1_181_36 (state Temporary)
18502 2025.03.22 20:16:08.901323 [ 200 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_181_36} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_merge_all_1_181_36 to all_1_181_36 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18503 2025.03.22 20:16:08.901419 [ 200 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_181_36} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462) (MergerMutator): Merged 6 parts: [all_1_176_35, all_181_181_0] -> all_1_181_36
18504 2025.03.22 20:16:08.901523 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.94 MiB.
18505 2025.03.22 20:16:08.905315 [ 199 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_151_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3095 rows, containing 19 columns (19 merged, 0 gathered) in 0.022987538 sec., 134638.16786295254 rows/sec., 241.27 MiB/sec.
18506 2025.03.22 20:16:08.908055 [ 199 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_151_30} <Trace> MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary)
18507 2025.03.22 20:16:08.908743 [ 199 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_151_30} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18508 2025.03.22 20:16:08.908830 [ 199 ] {eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884::all_1_151_30} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30
18509 2025.03.22 20:16:08.909000 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.60 MiB.
18510 2025.03.22 20:16:10.429380 [ 219 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0]
18511 2025.03.22 20:16:10.429484 [ 219 ] {} <Debug> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0]
18512 2025.03.22 20:16:10.433137 [ 219 ] {} <Debug> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0]
18513 2025.03.22 20:16:10.657350 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 48129
18514 2025.03.22 20:16:10.658194 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18515 2025.03.22 20:16:10.658256 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.33 GiB.
18516 2025.03.22 20:16:10.659095 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary)
18517 2025.03.22 20:16:10.659755 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18518 2025.03.22 20:16:10.660058 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 48129
18519 2025.03.22 20:16:12.664624 [ 223 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0]
18520 2025.03.22 20:16:12.664678 [ 223 ] {} <Debug> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0]
18521 2025.03.22 20:16:12.666682 [ 223 ] {} <Debug> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0]
18522 2025.03.22 20:16:13.000215 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 267.61 MiB, peak 290.93 MiB, free memory in arenas 0.00 B, will set to 271.61 MiB (RSS), difference: 4.00 MiB
18523 2025.03.22 20:16:13.439035 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 2478
18524 2025.03.22 20:16:13.442063 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18525 2025.03.22 20:16:13.442123 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.33 GiB.
18526 2025.03.22 20:16:13.443775 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
18527 2025.03.22 20:16:13.444333 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18528 2025.03.22 20:16:13.445943 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2478
18529 2025.03.22 20:16:13.469862 [ 219 ] {} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Found 6 old parts to remove. Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0]
18530 2025.03.22 20:16:13.469920 [ 219 ] {} <Debug> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Removing 6 parts from filesystem (serially): Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0]
18531 2025.03.22 20:16:13.472064 [ 219 ] {} <Debug> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Removing 6 parts from memory: Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0]
18532 2025.03.22 20:16:13.851557 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18533 2025.03.22 20:16:13.851767 [ 5 ] {14ea43e4-e00a-473a-8d07-47a44a6e6286} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
18534 2025.03.22 20:16:13.851847 [ 5 ] {14ea43e4-e00a-473a-8d07-47a44a6e6286} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
18535 2025.03.22 20:16:13.852721 [ 5 ] {14ea43e4-e00a-473a-8d07-47a44a6e6286} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18536 2025.03.22 20:16:13.852769 [ 5 ] {14ea43e4-e00a-473a-8d07-47a44a6e6286} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.33 GiB.
18537 2025.03.22 20:16:13.853414 [ 5 ] {14ea43e4-e00a-473a-8d07-47a44a6e6286} <Trace> MergedBlockOutputStream: filled checksums all_182_182_0 (state Temporary)
18538 2025.03.22 20:16:13.853933 [ 5 ] {14ea43e4-e00a-473a-8d07-47a44a6e6286} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_182_182_0 to all_182_182_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18539 2025.03.22 20:16:13.854169 [ 5 ] {14ea43e4-e00a-473a-8d07-47a44a6e6286} <Debug> executeQuery: Read 82 rows, 6.94 KiB in 0.00246 sec., 33333.333333333336 rows/sec., 2.75 MiB/sec.
18540 2025.03.22 20:16:13.854239 [ 5 ] {14ea43e4-e00a-473a-8d07-47a44a6e6286} <Debug> TCPHandler: Processed in 0.00281528 sec.
18541 2025.03.22 20:16:13.854368 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18542 2025.03.22 20:16:13.854479 [ 5 ] {09cb30f8-c357-421c-8248-6f719cabe443} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
18543 2025.03.22 20:16:13.854530 [ 5 ] {09cb30f8-c357-421c-8248-6f719cabe443} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
18544 2025.03.22 20:16:13.855078 [ 5 ] {09cb30f8-c357-421c-8248-6f719cabe443} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18545 2025.03.22 20:16:13.855118 [ 5 ] {09cb30f8-c357-421c-8248-6f719cabe443} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.33 GiB.
18546 2025.03.22 20:16:13.855623 [ 5 ] {09cb30f8-c357-421c-8248-6f719cabe443} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary)
18547 2025.03.22 20:16:13.856151 [ 5 ] {09cb30f8-c357-421c-8248-6f719cabe443} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18548 2025.03.22 20:16:13.856356 [ 5 ] {09cb30f8-c357-421c-8248-6f719cabe443} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.001904 sec., 6827.731092436975 rows/sec., 513.41 KiB/sec.
18549 2025.03.22 20:16:13.856411 [ 5 ] {09cb30f8-c357-421c-8248-6f719cabe443} <Debug> TCPHandler: Processed in 0.002094744 sec.
18550 2025.03.22 20:16:13.856526 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18551 2025.03.22 20:16:13.856630 [ 5 ] {c9916280-4878-4164-8c53-e0d943eda2c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
18552 2025.03.22 20:16:13.856676 [ 5 ] {c9916280-4878-4164-8c53-e0d943eda2c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
18553 2025.03.22 20:16:13.857223 [ 5 ] {c9916280-4878-4164-8c53-e0d943eda2c1} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18554 2025.03.22 20:16:13.857262 [ 5 ] {c9916280-4878-4164-8c53-e0d943eda2c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.33 GiB.
18555 2025.03.22 20:16:13.857745 [ 5 ] {c9916280-4878-4164-8c53-e0d943eda2c1} <Trace> MergedBlockOutputStream: filled checksums all_182_182_0 (state Temporary)
18556 2025.03.22 20:16:13.858177 [ 5 ] {c9916280-4878-4164-8c53-e0d943eda2c1} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_182_182_0 to all_182_182_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18557 2025.03.22 20:16:13.858376 [ 5 ] {c9916280-4878-4164-8c53-e0d943eda2c1} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.001768 sec., 43552.03619909502 rows/sec., 3.40 MiB/sec.
18558 2025.03.22 20:16:13.858427 [ 5 ] {c9916280-4878-4164-8c53-e0d943eda2c1} <Debug> TCPHandler: Processed in 0.001950352 sec.
18559 2025.03.22 20:16:13.858541 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18560 2025.03.22 20:16:13.858645 [ 5 ] {d15d0eac-770c-46c8-af31-a0bec103b992} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
18561 2025.03.22 20:16:13.858693 [ 5 ] {d15d0eac-770c-46c8-af31-a0bec103b992} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
18562 2025.03.22 20:16:13.859212 [ 5 ] {d15d0eac-770c-46c8-af31-a0bec103b992} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18563 2025.03.22 20:16:13.859249 [ 5 ] {d15d0eac-770c-46c8-af31-a0bec103b992} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.33 GiB.
18564 2025.03.22 20:16:13.859727 [ 5 ] {d15d0eac-770c-46c8-af31-a0bec103b992} <Trace> MergedBlockOutputStream: filled checksums all_182_182_0 (state Temporary)
18565 2025.03.22 20:16:13.860163 [ 5 ] {d15d0eac-770c-46c8-af31-a0bec103b992} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_182_182_0 to all_182_182_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18566 2025.03.22 20:16:13.860451 [ 39 ] {} <Debug> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Selected 2 parts from all_1_177_48 to all_178_178_0
18567 2025.03.22 20:16:13.860513 [ 39 ] {} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18568 2025.03.22 20:16:13.860512 [ 5 ] {d15d0eac-770c-46c8-af31-a0bec103b992} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001883 sec., 84970.7912904939 rows/sec., 5.92 MiB/sec.
18569 2025.03.22 20:16:13.860549 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.33 GiB.
18570 2025.03.22 20:16:13.860659 [ 5 ] {d15d0eac-770c-46c8-af31-a0bec103b992} <Debug> TCPHandler: Processed in 0.002158876 sec.
18571 2025.03.22 20:16:13.860747 [ 191 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_178_49} <Debug> MergeTask::PrepareStage: Merging 2 parts: from all_1_177_48 to all_178_178_0 into Compact with storage Full
18572 2025.03.22 20:16:13.860818 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18573 2025.03.22 20:16:13.860969 [ 191 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_178_49} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
18574 2025.03.22 20:16:13.861023 [ 5 ] {912d029b-7b7e-4740-b3db-b11e172e4d0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
18575 2025.03.22 20:16:13.861044 [ 191 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_178_49} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_177_48, total 48245 rows starting from the beginning of the part
18576 2025.03.22 20:16:13.861389 [ 5 ] {912d029b-7b7e-4740-b3db-b11e172e4d0d} <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
18577 2025.03.22 20:16:13.861511 [ 191 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_178_49} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_178_178_0, total 32 rows starting from the beginning of the part
18578 2025.03.22 20:16:13.864400 [ 5 ] {912d029b-7b7e-4740-b3db-b11e172e4d0d} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18579 2025.03.22 20:16:13.864456 [ 5 ] {912d029b-7b7e-4740-b3db-b11e172e4d0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.33 GiB.
18580 2025.03.22 20:16:13.865355 [ 5 ] {912d029b-7b7e-4740-b3db-b11e172e4d0d} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary)
18581 2025.03.22 20:16:13.865884 [ 5 ] {912d029b-7b7e-4740-b3db-b11e172e4d0d} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18582 2025.03.22 20:16:13.866223 [ 5 ] {912d029b-7b7e-4740-b3db-b11e172e4d0d} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.005256 sec., 2473.3637747336375 rows/sec., 4.43 MiB/sec.
18583 2025.03.22 20:16:13.866369 [ 5 ] {912d029b-7b7e-4740-b3db-b11e172e4d0d} <Debug> TCPHandler: Processed in 0.005601468 sec.
18584 2025.03.22 20:16:13.866541 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18585 2025.03.22 20:16:13.866649 [ 5 ] {67f568d3-9bc7-476d-a52f-d197ebdb4511} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
18586 2025.03.22 20:16:13.866695 [ 5 ] {67f568d3-9bc7-476d-a52f-d197ebdb4511} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
18587 2025.03.22 20:16:13.867329 [ 5 ] {67f568d3-9bc7-476d-a52f-d197ebdb4511} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18588 2025.03.22 20:16:13.867369 [ 5 ] {67f568d3-9bc7-476d-a52f-d197ebdb4511} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.33 GiB.
18589 2025.03.22 20:16:13.867963 [ 5 ] {67f568d3-9bc7-476d-a52f-d197ebdb4511} <Trace> MergedBlockOutputStream: filled checksums all_182_182_0 (state Temporary)
18590 2025.03.22 20:16:13.868494 [ 5 ] {67f568d3-9bc7-476d-a52f-d197ebdb4511} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_182_182_0 to all_182_182_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18591 2025.03.22 20:16:13.868775 [ 5 ] {67f568d3-9bc7-476d-a52f-d197ebdb4511} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00215 sec., 27906.976744186046 rows/sec., 1.88 MiB/sec.
18592 2025.03.22 20:16:13.868843 [ 5 ] {67f568d3-9bc7-476d-a52f-d197ebdb4511} <Debug> TCPHandler: Processed in 0.00237392 sec.
18593 2025.03.22 20:16:13.871321 [ 197 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_178_49} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 48277 rows, containing 5 columns (5 merged, 0 gathered) in 0.010643386 sec., 4535868.566638474 rows/sec., 310.83 MiB/sec.
18594 2025.03.22 20:16:13.872312 [ 196 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_178_49} <Trace> MergedBlockOutputStream: filled checksums all_1_178_49 (state Temporary)
18595 2025.03.22 20:16:13.872893 [ 196 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_178_49} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_merge_all_1_178_49 to all_1_178_49 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18596 2025.03.22 20:16:13.872993 [ 196 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_178_49} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Merged 2 parts: [all_1_177_48, all_178_178_0] -> all_1_178_49
18597 2025.03.22 20:16:13.873106 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB.
18598 2025.03.22 20:16:14.283141 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 792
18599 2025.03.22 20:16:14.305522 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18600 2025.03.22 20:16:14.305567 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.33 GiB.
18601 2025.03.22 20:16:14.313303 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary)
18602 2025.03.22 20:16:14.314606 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18603 2025.03.22 20:16:14.319694 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 792
18604 2025.03.22 20:16:14.407227 [ 222 ] {} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Found 6 old parts to remove. Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0]
18605 2025.03.22 20:16:14.407278 [ 222 ] {} <Debug> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Removing 6 parts from filesystem (serially): Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0]
18606 2025.03.22 20:16:14.409387 [ 222 ] {} <Debug> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Removing 6 parts from memory: Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0]
18607 2025.03.22 20:16:14.633709 [ 220 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
18608 2025.03.22 20:16:14.633766 [ 220 ] {} <Debug> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
18609 2025.03.22 20:16:14.635855 [ 220 ] {} <Debug> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0]
18610 2025.03.22 20:16:17.801042 [ 28 ] {} <Debug> DNSResolver: Updating DNS cache
18611 2025.03.22 20:16:17.801114 [ 28 ] {} <Debug> DNSResolver: Updated DNS cache
18612 2025.03.22 20:16:18.161164 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 48617
18613 2025.03.22 20:16:18.161822 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18614 2025.03.22 20:16:18.161867 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.33 GiB.
18615 2025.03.22 20:16:18.162563 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary)
18616 2025.03.22 20:16:18.163182 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18617 2025.03.22 20:16:18.163357 [ 28 ] {} <Debug> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0
18618 2025.03.22 20:16:18.163395 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 48617
18619 2025.03.22 20:16:18.163414 [ 28 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18620 2025.03.22 20:16:18.163441 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.33 GiB.
18621 2025.03.22 20:16:18.163729 [ 190 ] {6f3f2c82-38dd-415f-af08-560485366d9f::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
18622 2025.03.22 20:16:18.164167 [ 190 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
18623 2025.03.22 20:16:18.164256 [ 190 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_101_20, total 46299 rows starting from the beginning of the part
18624 2025.03.22 20:16:18.164350 [ 190 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 488 rows starting from the beginning of the part
18625 2025.03.22 20:16:18.164592 [ 190 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 427 rows starting from the beginning of the part
18626 2025.03.22 20:16:18.164864 [ 190 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 488 rows starting from the beginning of the part
18627 2025.03.22 20:16:18.164980 [ 190 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 427 rows starting from the beginning of the part
18628 2025.03.22 20:16:18.165229 [ 190 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 488 rows starting from the beginning of the part
18629 2025.03.22 20:16:18.168553 [ 197 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 48617 rows, containing 4 columns (4 merged, 0 gathered) in 0.005005557 sec., 9712605.41034694 rows/sec., 138.94 MiB/sec.
18630 2025.03.22 20:16:18.168972 [ 198 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary)
18631 2025.03.22 20:16:18.169631 [ 198 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_106_21} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18632 2025.03.22 20:16:18.169719 [ 198 ] {6f3f2c82-38dd-415f-af08-560485366d9f::all_1_106_21} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21
18633 2025.03.22 20:16:18.169806 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB.
18634 2025.03.22 20:16:18.282557 [ 222 ] {} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Found 6 old parts to remove. Parts: [all_1_66_13, all_67_67_0, all_68_68_0, all_69_69_0, all_70_70_0, all_71_71_0]
18635 2025.03.22 20:16:18.282587 [ 222 ] {} <Debug> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Removing 6 parts from filesystem (serially): Parts: [all_1_66_13, all_67_67_0, all_68_68_0, all_69_69_0, all_70_70_0, all_71_71_0]
18636 2025.03.22 20:16:18.284570 [ 222 ] {} <Debug> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Removing 6 parts from memory: Parts: [all_1_66_13, all_67_67_0, all_68_68_0, all_69_69_0, all_70_70_0, all_71_71_0]
18637 2025.03.22 20:16:18.749388 [ 219 ] {} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Found 6 old parts to remove. Parts: [all_1_66_13, all_67_67_0, all_68_68_0, all_69_69_0, all_70_70_0, all_71_71_0]
18638 2025.03.22 20:16:18.749463 [ 219 ] {} <Debug> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Removing 6 parts from filesystem (serially): Parts: [all_1_66_13, all_67_67_0, all_68_68_0, all_69_69_0, all_70_70_0, all_71_71_0]
18639 2025.03.22 20:16:18.751651 [ 219 ] {} <Debug> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Removing 6 parts from memory: Parts: [all_1_66_13, all_67_67_0, all_68_68_0, all_69_69_0, all_70_70_0, all_71_71_0]
18640 2025.03.22 20:16:18.827718 [ 217 ] {} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Found 6 old parts to remove. Parts: [all_1_66_13, all_67_67_0, all_68_68_0, all_69_69_0, all_70_70_0, all_71_71_0]
18641 2025.03.22 20:16:18.827773 [ 217 ] {} <Debug> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Removing 6 parts from filesystem (serially): Parts: [all_1_66_13, all_67_67_0, all_68_68_0, all_69_69_0, all_70_70_0, all_71_71_0]
18642 2025.03.22 20:16:18.829674 [ 217 ] {} <Debug> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Removing 6 parts from memory: Parts: [all_1_66_13, all_67_67_0, all_68_68_0, all_69_69_0, all_70_70_0, all_71_71_0]
18643 2025.03.22 20:16:18.854115 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18644 2025.03.22 20:16:18.854310 [ 5 ] {633817ff-2c2b-48cf-bf26-b94a8b6b05d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
18645 2025.03.22 20:16:18.854388 [ 5 ] {633817ff-2c2b-48cf-bf26-b94a8b6b05d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
18646 2025.03.22 20:16:18.855256 [ 5 ] {633817ff-2c2b-48cf-bf26-b94a8b6b05d7} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18647 2025.03.22 20:16:18.855301 [ 5 ] {633817ff-2c2b-48cf-bf26-b94a8b6b05d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.33 GiB.
18648 2025.03.22 20:16:18.855866 [ 5 ] {633817ff-2c2b-48cf-bf26-b94a8b6b05d7} <Trace> MergedBlockOutputStream: filled checksums all_183_183_0 (state Temporary)
18649 2025.03.22 20:16:18.856372 [ 5 ] {633817ff-2c2b-48cf-bf26-b94a8b6b05d7} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_183_183_0 to all_183_183_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18650 2025.03.22 20:16:18.856613 [ 5 ] {633817ff-2c2b-48cf-bf26-b94a8b6b05d7} <Debug> executeQuery: Read 146 rows, 12.84 KiB in 0.002362 sec., 61812.02370872143 rows/sec., 5.31 MiB/sec.
18651 2025.03.22 20:16:18.856679 [ 5 ] {633817ff-2c2b-48cf-bf26-b94a8b6b05d7} <Debug> TCPHandler: Processed in 0.002695887 sec.
18652 2025.03.22 20:16:18.856808 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18653 2025.03.22 20:16:18.856920 [ 5 ] {5e6c3d62-fca9-4570-b793-8dbfa8388214} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
18654 2025.03.22 20:16:18.856969 [ 5 ] {5e6c3d62-fca9-4570-b793-8dbfa8388214} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
18655 2025.03.22 20:16:18.857521 [ 5 ] {5e6c3d62-fca9-4570-b793-8dbfa8388214} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18656 2025.03.22 20:16:18.857561 [ 5 ] {5e6c3d62-fca9-4570-b793-8dbfa8388214} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.33 GiB.
18657 2025.03.22 20:16:18.858007 [ 5 ] {5e6c3d62-fca9-4570-b793-8dbfa8388214} <Trace> MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary)
18658 2025.03.22 20:16:18.858448 [ 5 ] {5e6c3d62-fca9-4570-b793-8dbfa8388214} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18659 2025.03.22 20:16:18.858656 [ 5 ] {5e6c3d62-fca9-4570-b793-8dbfa8388214} <Debug> executeQuery: Read 45 rows, 3.38 KiB in 0.001762 sec., 25539.160045402954 rows/sec., 1.88 MiB/sec.
18660 2025.03.22 20:16:18.858707 [ 5 ] {5e6c3d62-fca9-4570-b793-8dbfa8388214} <Debug> TCPHandler: Processed in 0.001952631 sec.
18661 2025.03.22 20:16:18.858811 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18662 2025.03.22 20:16:18.858911 [ 5 ] {03f28b24-7131-4850-883f-3c28e8fb37ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
18663 2025.03.22 20:16:18.858955 [ 5 ] {03f28b24-7131-4850-883f-3c28e8fb37ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
18664 2025.03.22 20:16:18.859507 [ 5 ] {03f28b24-7131-4850-883f-3c28e8fb37ed} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18665 2025.03.22 20:16:18.859546 [ 5 ] {03f28b24-7131-4850-883f-3c28e8fb37ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.33 GiB.
18666 2025.03.22 20:16:18.860043 [ 5 ] {03f28b24-7131-4850-883f-3c28e8fb37ed} <Trace> MergedBlockOutputStream: filled checksums all_183_183_0 (state Temporary)
18667 2025.03.22 20:16:18.860469 [ 5 ] {03f28b24-7131-4850-883f-3c28e8fb37ed} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_183_183_0 to all_183_183_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18668 2025.03.22 20:16:18.860671 [ 5 ] {03f28b24-7131-4850-883f-3c28e8fb37ed} <Debug> executeQuery: Read 109 rows, 8.72 KiB in 0.001782 sec., 61167.2278338945 rows/sec., 4.78 MiB/sec.
18669 2025.03.22 20:16:18.860722 [ 5 ] {03f28b24-7131-4850-883f-3c28e8fb37ed} <Debug> TCPHandler: Processed in 0.001960952 sec.
18670 2025.03.22 20:16:18.860835 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18671 2025.03.22 20:16:18.860938 [ 5 ] {a83d59ca-dd34-4079-a20d-e63a2022bbbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
18672 2025.03.22 20:16:18.860985 [ 5 ] {a83d59ca-dd34-4079-a20d-e63a2022bbbe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
18673 2025.03.22 20:16:18.861502 [ 5 ] {a83d59ca-dd34-4079-a20d-e63a2022bbbe} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18674 2025.03.22 20:16:18.861540 [ 5 ] {a83d59ca-dd34-4079-a20d-e63a2022bbbe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.33 GiB.
18675 2025.03.22 20:16:18.862012 [ 5 ] {a83d59ca-dd34-4079-a20d-e63a2022bbbe} <Trace> MergedBlockOutputStream: filled checksums all_183_183_0 (state Temporary)
18676 2025.03.22 20:16:18.862441 [ 5 ] {a83d59ca-dd34-4079-a20d-e63a2022bbbe} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_183_183_0 to all_183_183_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18677 2025.03.22 20:16:18.862602 [ 30 ] {} <Debug> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Selected 2 parts from all_1_178_49 to all_179_179_0
18678 2025.03.22 20:16:18.862673 [ 5 ] {a83d59ca-dd34-4079-a20d-e63a2022bbbe} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001752 sec., 91324.200913242 rows/sec., 6.36 MiB/sec.
18679 2025.03.22 20:16:18.862685 [ 30 ] {} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18680 2025.03.22 20:16:18.862755 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.33 GiB.
18681 2025.03.22 20:16:18.862806 [ 5 ] {a83d59ca-dd34-4079-a20d-e63a2022bbbe} <Debug> TCPHandler: Processed in 0.002017723 sec.
18682 2025.03.22 20:16:18.862970 [ 198 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_179_50} <Debug> MergeTask::PrepareStage: Merging 2 parts: from all_1_178_49 to all_179_179_0 into Compact with storage Full
18683 2025.03.22 20:16:18.863009 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18684 2025.03.22 20:16:18.863246 [ 5 ] {dcdb9eb8-e65e-454f-841f-22b1be98865f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
18685 2025.03.22 20:16:18.863252 [ 198 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_179_50} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
18686 2025.03.22 20:16:18.863365 [ 198 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_179_50} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_178_49, total 48277 rows starting from the beginning of the part
18687 2025.03.22 20:16:18.863435 [ 5 ] {dcdb9eb8-e65e-454f-841f-22b1be98865f} <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
18688 2025.03.22 20:16:18.863722 [ 198 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_179_50} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_179_179_0, total 160 rows starting from the beginning of the part
18689 2025.03.22 20:16:18.866819 [ 5 ] {dcdb9eb8-e65e-454f-841f-22b1be98865f} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18690 2025.03.22 20:16:18.866864 [ 5 ] {dcdb9eb8-e65e-454f-841f-22b1be98865f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.33 GiB.
18691 2025.03.22 20:16:18.867817 [ 5 ] {dcdb9eb8-e65e-454f-841f-22b1be98865f} <Trace> MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary)
18692 2025.03.22 20:16:18.868341 [ 5 ] {dcdb9eb8-e65e-454f-841f-22b1be98865f} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18693 2025.03.22 20:16:18.868664 [ 5 ] {dcdb9eb8-e65e-454f-841f-22b1be98865f} <Debug> executeQuery: Read 45 rows, 82.57 KiB in 0.005506 sec., 8172.902288412642 rows/sec., 14.65 MiB/sec.
18694 2025.03.22 20:16:18.868804 [ 5 ] {dcdb9eb8-e65e-454f-841f-22b1be98865f} <Debug> TCPHandler: Processed in 0.005850925 sec.
18695 2025.03.22 20:16:18.868950 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18696 2025.03.22 20:16:18.869052 [ 5 ] {2108b8ff-d90e-4384-9916-39531d811fe3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
18697 2025.03.22 20:16:18.869100 [ 5 ] {2108b8ff-d90e-4384-9916-39531d811fe3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
18698 2025.03.22 20:16:18.869854 [ 5 ] {2108b8ff-d90e-4384-9916-39531d811fe3} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18699 2025.03.22 20:16:18.869894 [ 5 ] {2108b8ff-d90e-4384-9916-39531d811fe3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.33 GiB.
18700 2025.03.22 20:16:18.870438 [ 5 ] {2108b8ff-d90e-4384-9916-39531d811fe3} <Trace> MergedBlockOutputStream: filled checksums all_183_183_0 (state Temporary)
18701 2025.03.22 20:16:18.871007 [ 5 ] {2108b8ff-d90e-4384-9916-39531d811fe3} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_183_183_0 to all_183_183_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18702 2025.03.22 20:16:18.871297 [ 5 ] {2108b8ff-d90e-4384-9916-39531d811fe3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002263 sec., 26513.47768448962 rows/sec., 1.79 MiB/sec.
18703 2025.03.22 20:16:18.871356 [ 5 ] {2108b8ff-d90e-4384-9916-39531d811fe3} <Debug> TCPHandler: Processed in 0.002451101 sec.
18704 2025.03.22 20:16:18.871373 [ 219 ] {} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Found 6 old parts to remove. Parts: [all_1_66_13, all_67_67_0, all_68_68_0, all_69_69_0, all_70_70_0, all_71_71_0]
18705 2025.03.22 20:16:18.871443 [ 219 ] {} <Debug> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Removing 6 parts from filesystem (serially): Parts: [all_1_66_13, all_67_67_0, all_68_68_0, all_69_69_0, all_70_70_0, all_71_71_0]
18706 2025.03.22 20:16:18.873642 [ 219 ] {} <Debug> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Removing 6 parts from memory: Parts: [all_1_66_13, all_67_67_0, all_68_68_0, all_69_69_0, all_70_70_0, all_71_71_0]
18707 2025.03.22 20:16:18.874428 [ 198 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_179_50} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 48437 rows, containing 5 columns (5 merged, 0 gathered) in 0.011563566 sec., 4188759.764937563 rows/sec., 287.06 MiB/sec.
18708 2025.03.22 20:16:18.875127 [ 198 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_179_50} <Trace> MergedBlockOutputStream: filled checksums all_1_179_50 (state Temporary)
18709 2025.03.22 20:16:18.875690 [ 198 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_179_50} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_merge_all_1_179_50 to all_1_179_50 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18710 2025.03.22 20:16:18.875774 [ 198 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_179_50} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Merged 2 parts: [all_1_178_49, all_179_179_0] -> all_1_179_50
18711 2025.03.22 20:16:18.875856 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB.
18712 2025.03.22 20:16:21.820736 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 799
18713 2025.03.22 20:16:21.845513 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18714 2025.03.22 20:16:21.845560 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.33 GiB.
18715 2025.03.22 20:16:21.853389 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary)
18716 2025.03.22 20:16:21.854670 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18717 2025.03.22 20:16:21.854972 [ 27 ] {} <Debug> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0
18718 2025.03.22 20:16:21.855056 [ 27 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18719 2025.03.22 20:16:21.855107 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.33 GiB.
18720 2025.03.22 20:16:21.855724 [ 197 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::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
18721 2025.03.22 20:16:21.872255 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 799
18722 2025.03.22 20:16:21.873957 [ 197 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
18723 2025.03.22 20:16:21.875740 [ 197 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 762 rows starting from the beginning of the part
18724 2025.03.22 20:16:21.881838 [ 197 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 7 rows starting from the beginning of the part
18725 2025.03.22 20:16:21.887996 [ 197 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 8 rows starting from the beginning of the part
18726 2025.03.22 20:16:21.894144 [ 197 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 7 rows starting from the beginning of the part
18727 2025.03.22 20:16:21.900376 [ 197 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 8 rows starting from the beginning of the part
18728 2025.03.22 20:16:21.906155 [ 197 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 7 rows starting from the beginning of the part
18729 2025.03.22 20:16:21.972312 [ 186 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 799 rows, containing 679 columns (679 merged, 0 gathered) in 0.117040426 sec., 6826.701057974618 rows/sec., 35.30 MiB/sec.
18730 2025.03.22 20:16:21.976365 [ 186 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary)
18731 2025.03.22 20:16:21.980174 [ 186 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_106_21} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18732 2025.03.22 20:16:21.980310 [ 186 ] {60d76e8f-2763-4154-8db4-ac302d3280b3::all_1_106_21} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21
18733 2025.03.22 20:16:21.983121 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB.
18734 2025.03.22 20:16:22.000194 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 272.70 MiB, peak 290.93 MiB, free memory in arenas 0.00 B, will set to 271.61 MiB (RSS), difference: -1.09 MiB
18735 2025.03.22 20:16:22.785582 [ 223 ] {} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Found 5 old parts to remove. Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0]
18736 2025.03.22 20:16:22.785637 [ 223 ] {} <Debug> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Removing 5 parts from filesystem (serially): Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0]
18737 2025.03.22 20:16:22.787300 [ 223 ] {} <Debug> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Removing 5 parts from memory: Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0]
18738 2025.03.22 20:16:22.848925 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18739 2025.03.22 20:16:22.849137 [ 5 ] {cc16ac43-3141-49f6-bd4f-738db265c4ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
18740 2025.03.22 20:16:22.849219 [ 5 ] {cc16ac43-3141-49f6-bd4f-738db265c4ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
18741 2025.03.22 20:16:22.850053 [ 5 ] {cc16ac43-3141-49f6-bd4f-738db265c4ed} <Trace> oximeter.fields_i16 (264093f9-a655-4468-9a79-5d699a3bbf39): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18742 2025.03.22 20:16:22.850103 [ 5 ] {cc16ac43-3141-49f6-bd4f-738db265c4ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.33 GiB.
18743 2025.03.22 20:16:22.850688 [ 5 ] {cc16ac43-3141-49f6-bd4f-738db265c4ed} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
18744 2025.03.22 20:16:22.851142 [ 5 ] {cc16ac43-3141-49f6-bd4f-738db265c4ed} <Trace> oximeter.fields_i16 (264093f9-a655-4468-9a79-5d699a3bbf39): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18745 2025.03.22 20:16:22.851487 [ 5 ] {cc16ac43-3141-49f6-bd4f-738db265c4ed} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.002398 sec., 10008.340283569642 rows/sec., 850.32 KiB/sec.
18746 2025.03.22 20:16:22.851913 [ 5 ] {cc16ac43-3141-49f6-bd4f-738db265c4ed} <Debug> TCPHandler: Processed in 0.003118256 sec.
18747 2025.03.22 20:16:22.852243 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18748 2025.03.22 20:16:22.852352 [ 5 ] {b825df57-e4c7-478f-954b-ee216c56f5f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
18749 2025.03.22 20:16:22.852400 [ 5 ] {b825df57-e4c7-478f-954b-ee216c56f5f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
18750 2025.03.22 20:16:22.852946 [ 5 ] {b825df57-e4c7-478f-954b-ee216c56f5f1} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18751 2025.03.22 20:16:22.852984 [ 5 ] {b825df57-e4c7-478f-954b-ee216c56f5f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.33 GiB.
18752 2025.03.22 20:16:22.853445 [ 5 ] {b825df57-e4c7-478f-954b-ee216c56f5f1} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
18753 2025.03.22 20:16:22.853889 [ 5 ] {b825df57-e4c7-478f-954b-ee216c56f5f1} <Trace> oximeter.fields_ipaddr (c38b789d-7b4e-4cf7-9b99-79f846d0de64): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18754 2025.03.22 20:16:22.854107 [ 5 ] {b825df57-e4c7-478f-954b-ee216c56f5f1} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.001782 sec., 7856.341189674523 rows/sec., 640.63 KiB/sec.
18755 2025.03.22 20:16:22.854160 [ 5 ] {b825df57-e4c7-478f-954b-ee216c56f5f1} <Debug> TCPHandler: Processed in 0.001999793 sec.
18756 2025.03.22 20:16:22.854262 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18757 2025.03.22 20:16:22.854362 [ 5 ] {4505fb14-7156-4d3d-b416-e31d99f72dbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
18758 2025.03.22 20:16:22.854405 [ 5 ] {4505fb14-7156-4d3d-b416-e31d99f72dbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
18759 2025.03.22 20:16:22.855609 [ 5 ] {4505fb14-7156-4d3d-b416-e31d99f72dbf} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18760 2025.03.22 20:16:22.855649 [ 5 ] {4505fb14-7156-4d3d-b416-e31d99f72dbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.33 GiB.
18761 2025.03.22 20:16:22.856203 [ 5 ] {4505fb14-7156-4d3d-b416-e31d99f72dbf} <Trace> MergedBlockOutputStream: filled checksums all_184_184_0 (state Temporary)
18762 2025.03.22 20:16:22.856684 [ 5 ] {4505fb14-7156-4d3d-b416-e31d99f72dbf} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_184_184_0 to all_184_184_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18763 2025.03.22 20:16:22.856903 [ 5 ] {4505fb14-7156-4d3d-b416-e31d99f72dbf} <Debug> executeQuery: Read 1349 rows, 115.00 KiB in 0.002564 sec., 526131.0452418097 rows/sec., 43.80 MiB/sec.
18764 2025.03.22 20:16:22.856956 [ 5 ] {4505fb14-7156-4d3d-b416-e31d99f72dbf} <Debug> TCPHandler: Processed in 0.002743288 sec.
18765 2025.03.22 20:16:22.857065 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18766 2025.03.22 20:16:22.857168 [ 5 ] {8195ddcc-92d3-4992-a105-5d1b0c2b414a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
18767 2025.03.22 20:16:22.857213 [ 5 ] {8195ddcc-92d3-4992-a105-5d1b0c2b414a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
18768 2025.03.22 20:16:22.857736 [ 5 ] {8195ddcc-92d3-4992-a105-5d1b0c2b414a} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18769 2025.03.22 20:16:22.857775 [ 5 ] {8195ddcc-92d3-4992-a105-5d1b0c2b414a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.33 GiB.
18770 2025.03.22 20:16:22.858212 [ 5 ] {8195ddcc-92d3-4992-a105-5d1b0c2b414a} <Trace> MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary)
18771 2025.03.22 20:16:22.858636 [ 5 ] {8195ddcc-92d3-4992-a105-5d1b0c2b414a} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18772 2025.03.22 20:16:22.858844 [ 5 ] {8195ddcc-92d3-4992-a105-5d1b0c2b414a} <Debug> executeQuery: Read 39 rows, 2.92 KiB in 0.001697 sec., 22981.732469063052 rows/sec., 1.68 MiB/sec.
18773 2025.03.22 20:16:22.858904 [ 5 ] {8195ddcc-92d3-4992-a105-5d1b0c2b414a} <Debug> TCPHandler: Processed in 0.00188892 sec.
18774 2025.03.22 20:16:22.859033 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18775 2025.03.22 20:16:22.859194 [ 5 ] {fc4aaf0e-ae05-4b43-bf90-26090b5c2b88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
18776 2025.03.22 20:16:22.859256 [ 5 ] {fc4aaf0e-ae05-4b43-bf90-26090b5c2b88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
18777 2025.03.22 20:16:22.859891 [ 5 ] {fc4aaf0e-ae05-4b43-bf90-26090b5c2b88} <Trace> oximeter.fields_u32 (ad7a5232-f0e1-40d6-acb0-24ed1d64c039): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18778 2025.03.22 20:16:22.859928 [ 5 ] {fc4aaf0e-ae05-4b43-bf90-26090b5c2b88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.33 GiB.
18779 2025.03.22 20:16:22.860384 [ 5 ] {fc4aaf0e-ae05-4b43-bf90-26090b5c2b88} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
18780 2025.03.22 20:16:22.860819 [ 5 ] {fc4aaf0e-ae05-4b43-bf90-26090b5c2b88} <Trace> oximeter.fields_u32 (ad7a5232-f0e1-40d6-acb0-24ed1d64c039): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18781 2025.03.22 20:16:22.861028 [ 5 ] {fc4aaf0e-ae05-4b43-bf90-26090b5c2b88} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001879 sec., 134113.8903672166 rows/sec., 9.28 MiB/sec.
18782 2025.03.22 20:16:22.861079 [ 5 ] {fc4aaf0e-ae05-4b43-bf90-26090b5c2b88} <Debug> TCPHandler: Processed in 0.002101865 sec.
18783 2025.03.22 20:16:22.861187 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18784 2025.03.22 20:16:22.861290 [ 5 ] {1c51a815-2d9f-4e8e-9573-1165ba1a355b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
18785 2025.03.22 20:16:22.861333 [ 5 ] {1c51a815-2d9f-4e8e-9573-1165ba1a355b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
18786 2025.03.22 20:16:22.861835 [ 5 ] {1c51a815-2d9f-4e8e-9573-1165ba1a355b} <Trace> oximeter.fields_u8 (faaaa09d-c3bc-4a8d-ab11-77969ca3dca4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18787 2025.03.22 20:16:22.861873 [ 5 ] {1c51a815-2d9f-4e8e-9573-1165ba1a355b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.33 GiB.
18788 2025.03.22 20:16:22.862336 [ 5 ] {1c51a815-2d9f-4e8e-9573-1165ba1a355b} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
18789 2025.03.22 20:16:22.862871 [ 5 ] {1c51a815-2d9f-4e8e-9573-1165ba1a355b} <Trace> oximeter.fields_u8 (faaaa09d-c3bc-4a8d-ab11-77969ca3dca4): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18790 2025.03.22 20:16:22.863136 [ 5 ] {1c51a815-2d9f-4e8e-9573-1165ba1a355b} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001849 sec., 6489.994591671174 rows/sec., 507.03 KiB/sec.
18791 2025.03.22 20:16:22.863504 [ 5 ] {1c51a815-2d9f-4e8e-9573-1165ba1a355b} <Debug> TCPHandler: Processed in 0.00236159 sec.
18792 2025.03.22 20:16:22.863851 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18793 2025.03.22 20:16:22.863953 [ 5 ] {25f5b4a2-6b4a-4d5a-acb0-f1e4622f7b95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
18794 2025.03.22 20:16:22.863997 [ 5 ] {25f5b4a2-6b4a-4d5a-acb0-f1e4622f7b95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
18795 2025.03.22 20:16:22.864780 [ 5 ] {25f5b4a2-6b4a-4d5a-acb0-f1e4622f7b95} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18796 2025.03.22 20:16:22.864821 [ 5 ] {25f5b4a2-6b4a-4d5a-acb0-f1e4622f7b95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.33 GiB.
18797 2025.03.22 20:16:22.865375 [ 5 ] {25f5b4a2-6b4a-4d5a-acb0-f1e4622f7b95} <Trace> MergedBlockOutputStream: filled checksums all_184_184_0 (state Temporary)
18798 2025.03.22 20:16:22.865802 [ 5 ] {25f5b4a2-6b4a-4d5a-acb0-f1e4622f7b95} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_184_184_0 to all_184_184_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18799 2025.03.22 20:16:22.866022 [ 5 ] {25f5b4a2-6b4a-4d5a-acb0-f1e4622f7b95} <Debug> executeQuery: Read 583 rows, 44.84 KiB in 0.002091 sec., 278813.96461023437 rows/sec., 20.94 MiB/sec.
18800 2025.03.22 20:16:22.866081 [ 5 ] {25f5b4a2-6b4a-4d5a-acb0-f1e4622f7b95} <Debug> TCPHandler: Processed in 0.002297379 sec.
18801 2025.03.22 20:16:22.866214 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18802 2025.03.22 20:16:22.866365 [ 5 ] {1779ed1a-7a7c-49eb-a4f8-c84687b27d84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
18803 2025.03.22 20:16:22.866426 [ 5 ] {1779ed1a-7a7c-49eb-a4f8-c84687b27d84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
18804 2025.03.22 20:16:22.867149 [ 5 ] {1779ed1a-7a7c-49eb-a4f8-c84687b27d84} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18805 2025.03.22 20:16:22.867186 [ 5 ] {1779ed1a-7a7c-49eb-a4f8-c84687b27d84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.33 GiB.
18806 2025.03.22 20:16:22.867722 [ 5 ] {1779ed1a-7a7c-49eb-a4f8-c84687b27d84} <Trace> MergedBlockOutputStream: filled checksums all_184_184_0 (state Temporary)
18807 2025.03.22 20:16:22.868163 [ 5 ] {1779ed1a-7a7c-49eb-a4f8-c84687b27d84} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_184_184_0 to all_184_184_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18808 2025.03.22 20:16:22.868352 [ 51 ] {} <Debug> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Selected 6 parts from all_1_179_50 to all_184_184_0
18809 2025.03.22 20:16:22.868374 [ 5 ] {1779ed1a-7a7c-49eb-a4f8-c84687b27d84} <Debug> executeQuery: Read 1017 rows, 70.44 KiB in 0.00205 sec., 496097.5609756097 rows/sec., 33.56 MiB/sec.
18810 2025.03.22 20:16:22.868420 [ 51 ] {} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18811 2025.03.22 20:16:22.868490 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.33 GiB.
18812 2025.03.22 20:16:22.868499 [ 5 ] {1779ed1a-7a7c-49eb-a4f8-c84687b27d84} <Debug> TCPHandler: Processed in 0.00234174 sec.
18813 2025.03.22 20:16:22.868723 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18814 2025.03.22 20:16:22.868725 [ 192 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_184_51} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_179_50 to all_184_184_0 into Compact with storage Full
18815 2025.03.22 20:16:22.868909 [ 5 ] {2c4d2561-87a8-4140-a721-bcbb1874e56f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
18816 2025.03.22 20:16:22.869094 [ 192 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_184_51} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
18817 2025.03.22 20:16:22.869112 [ 5 ] {2c4d2561-87a8-4140-a721-bcbb1874e56f} <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
18818 2025.03.22 20:16:22.869193 [ 192 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_184_51} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_179_50, total 48437 rows starting from the beginning of the part
18819 2025.03.22 20:16:22.869618 [ 192 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_184_51} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_180_180_0, total 160 rows starting from the beginning of the part
18820 2025.03.22 20:16:22.869975 [ 192 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_184_51} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_181_181_0, total 161 rows starting from the beginning of the part
18821 2025.03.22 20:16:22.870349 [ 192 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_184_51} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_182_182_0, total 160 rows starting from the beginning of the part
18822 2025.03.22 20:16:22.870721 [ 192 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_184_51} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_183_183_0, total 160 rows starting from the beginning of the part
18823 2025.03.22 20:16:22.871062 [ 192 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_184_51} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_184_184_0, total 1017 rows starting from the beginning of the part
18824 2025.03.22 20:16:22.873318 [ 5 ] {2c4d2561-87a8-4140-a721-bcbb1874e56f} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18825 2025.03.22 20:16:22.873367 [ 5 ] {2c4d2561-87a8-4140-a721-bcbb1874e56f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.33 GiB.
18826 2025.03.22 20:16:22.875226 [ 5 ] {2c4d2561-87a8-4140-a721-bcbb1874e56f} <Trace> MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary)
18827 2025.03.22 20:16:22.875794 [ 5 ] {2c4d2561-87a8-4140-a721-bcbb1874e56f} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18828 2025.03.22 20:16:22.876162 [ 5 ] {2c4d2561-87a8-4140-a721-bcbb1874e56f} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.007294 sec., 1782.286811077598 rows/sec., 3.19 MiB/sec.
18829 2025.03.22 20:16:22.876707 [ 5 ] {2c4d2561-87a8-4140-a721-bcbb1874e56f} <Debug> TCPHandler: Processed in 0.008061321 sec.
18830 2025.03.22 20:16:22.877576 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18831 2025.03.22 20:16:22.877689 [ 5 ] {52be9bc5-88d2-4c95-9e07-0706c632d60b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
18832 2025.03.22 20:16:22.877738 [ 5 ] {52be9bc5-88d2-4c95-9e07-0706c632d60b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
18833 2025.03.22 20:16:22.878522 [ 5 ] {52be9bc5-88d2-4c95-9e07-0706c632d60b} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18834 2025.03.22 20:16:22.878560 [ 5 ] {52be9bc5-88d2-4c95-9e07-0706c632d60b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.33 GiB.
18835 2025.03.22 20:16:22.879109 [ 5 ] {52be9bc5-88d2-4c95-9e07-0706c632d60b} <Trace> MergedBlockOutputStream: filled checksums all_184_184_0 (state Temporary)
18836 2025.03.22 20:16:22.879609 [ 5 ] {52be9bc5-88d2-4c95-9e07-0706c632d60b} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_184_184_0 to all_184_184_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18837 2025.03.22 20:16:22.879845 [ 5 ] {52be9bc5-88d2-4c95-9e07-0706c632d60b} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.002181 sec., 22008.25309491059 rows/sec., 1.48 MiB/sec.
18838 2025.03.22 20:16:22.879957 [ 5 ] {52be9bc5-88d2-4c95-9e07-0706c632d60b} <Debug> TCPHandler: Processed in 0.002441981 sec.
18839 2025.03.22 20:16:22.883606 [ 186 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_184_51} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 50095 rows, containing 5 columns (5 merged, 0 gathered) in 0.015007849 sec., 3337920.0443714485 rows/sec., 228.74 MiB/sec.
18840 2025.03.22 20:16:22.884192 [ 199 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_184_51} <Trace> MergedBlockOutputStream: filled checksums all_1_184_51 (state Temporary)
18841 2025.03.22 20:16:22.884866 [ 199 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_184_51} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_merge_all_1_184_51 to all_1_184_51 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18842 2025.03.22 20:16:22.884955 [ 199 ] {e35808ae-4ad7-4bf3-99c6-6d8357884f02::all_1_184_51} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02) (MergerMutator): Merged 6 parts: [all_1_179_50, all_184_184_0] -> all_1_184_51
18843 2025.03.22 20:16:22.885067 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.54 MiB.
18844 2025.03.22 20:16:23.447089 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 2522
18845 2025.03.22 20:16:23.450531 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18846 2025.03.22 20:16:23.450589 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.33 GiB.
18847 2025.03.22 20:16:23.452342 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
18848 2025.03.22 20:16:23.452980 [ 242 ] {} <Trace> system.query_log (895dd765-ccb8-462d-8dfd-a4053e8a4051): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18849 2025.03.22 20:16:23.454615 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2522
18850 2025.03.22 20:16:23.845532 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18851 2025.03.22 20:16:23.845742 [ 5 ] {09754650-7423-4424-9940-0dcbf4c43794} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
18852 2025.03.22 20:16:23.845819 [ 5 ] {09754650-7423-4424-9940-0dcbf4c43794} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
18853 2025.03.22 20:16:23.846607 [ 5 ] {09754650-7423-4424-9940-0dcbf4c43794} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18854 2025.03.22 20:16:23.846649 [ 5 ] {09754650-7423-4424-9940-0dcbf4c43794} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.33 GiB.
18855 2025.03.22 20:16:23.847188 [ 5 ] {09754650-7423-4424-9940-0dcbf4c43794} <Trace> MergedBlockOutputStream: filled checksums all_185_185_0 (state Temporary)
18856 2025.03.22 20:16:23.847652 [ 5 ] {09754650-7423-4424-9940-0dcbf4c43794} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_185_185_0 to all_185_185_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18857 2025.03.22 20:16:23.847858 [ 5 ] {09754650-7423-4424-9940-0dcbf4c43794} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002173 sec., 25770.82374597331 rows/sec., 1.97 MiB/sec.
18858 2025.03.22 20:16:23.847934 [ 5 ] {09754650-7423-4424-9940-0dcbf4c43794} <Debug> TCPHandler: Processed in 0.002535774 sec.
18859 2025.03.22 20:16:23.848096 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18860 2025.03.22 20:16:23.848240 [ 5 ] {6c893134-a2fc-410d-972f-63283bc55e83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
18861 2025.03.22 20:16:23.848287 [ 5 ] {6c893134-a2fc-410d-972f-63283bc55e83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
18862 2025.03.22 20:16:23.848863 [ 5 ] {6c893134-a2fc-410d-972f-63283bc55e83} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18863 2025.03.22 20:16:23.848914 [ 5 ] {6c893134-a2fc-410d-972f-63283bc55e83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.33 GiB.
18864 2025.03.22 20:16:23.849624 [ 5 ] {6c893134-a2fc-410d-972f-63283bc55e83} <Trace> MergedBlockOutputStream: filled checksums all_185_185_0 (state Temporary)
18865 2025.03.22 20:16:23.850060 [ 5 ] {6c893134-a2fc-410d-972f-63283bc55e83} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_185_185_0 to all_185_185_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18866 2025.03.22 20:16:23.850241 [ 5 ] {6c893134-a2fc-410d-972f-63283bc55e83} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002037 sec., 31418.753068237602 rows/sec., 2.45 MiB/sec.
18867 2025.03.22 20:16:23.850293 [ 5 ] {6c893134-a2fc-410d-972f-63283bc55e83} <Debug> TCPHandler: Processed in 0.002262528 sec.
18868 2025.03.22 20:16:23.850405 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18869 2025.03.22 20:16:23.850510 [ 5 ] {cd791d32-d1b6-4a4e-a20d-ee964f7104c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
18870 2025.03.22 20:16:23.850558 [ 5 ] {cd791d32-d1b6-4a4e-a20d-ee964f7104c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
18871 2025.03.22 20:16:23.851026 [ 5 ] {cd791d32-d1b6-4a4e-a20d-ee964f7104c3} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18872 2025.03.22 20:16:23.851062 [ 5 ] {cd791d32-d1b6-4a4e-a20d-ee964f7104c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.33 GiB.
18873 2025.03.22 20:16:23.851528 [ 5 ] {cd791d32-d1b6-4a4e-a20d-ee964f7104c3} <Trace> MergedBlockOutputStream: filled checksums all_185_185_0 (state Temporary)
18874 2025.03.22 20:16:23.851959 [ 5 ] {cd791d32-d1b6-4a4e-a20d-ee964f7104c3} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_185_185_0 to all_185_185_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18875 2025.03.22 20:16:23.852141 [ 5 ] {cd791d32-d1b6-4a4e-a20d-ee964f7104c3} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001654 sec., 19347.037484885124 rows/sec., 1.35 MiB/sec.
18876 2025.03.22 20:16:23.852204 [ 5 ] {cd791d32-d1b6-4a4e-a20d-ee964f7104c3} <Debug> TCPHandler: Processed in 0.001849059 sec.
18877 2025.03.22 20:16:23.852327 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18878 2025.03.22 20:16:23.852487 [ 5 ] {088ab767-a27d-4cab-b50f-f8caf19e7130} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
18879 2025.03.22 20:16:23.852546 [ 5 ] {088ab767-a27d-4cab-b50f-f8caf19e7130} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
18880 2025.03.22 20:16:23.852957 [ 5 ] {088ab767-a27d-4cab-b50f-f8caf19e7130} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18881 2025.03.22 20:16:23.852992 [ 5 ] {088ab767-a27d-4cab-b50f-f8caf19e7130} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.33 GiB.
18882 2025.03.22 20:16:23.853444 [ 5 ] {088ab767-a27d-4cab-b50f-f8caf19e7130} <Trace> MergedBlockOutputStream: filled checksums all_185_185_0 (state Temporary)
18883 2025.03.22 20:16:23.853904 [ 5 ] {088ab767-a27d-4cab-b50f-f8caf19e7130} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_185_185_0 to all_185_185_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18884 2025.03.22 20:16:23.854095 [ 5 ] {088ab767-a27d-4cab-b50f-f8caf19e7130} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001648 sec., 7281.553398058252 rows/sec., 502.50 KiB/sec.
18885 2025.03.22 20:16:23.854161 [ 5 ] {088ab767-a27d-4cab-b50f-f8caf19e7130} <Debug> TCPHandler: Processed in 0.00189075 sec.
18886 2025.03.22 20:16:25.664503 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 49044
18887 2025.03.22 20:16:25.665169 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18888 2025.03.22 20:16:25.665213 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.33 GiB.
18889 2025.03.22 20:16:25.665841 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary)
18890 2025.03.22 20:16:25.666375 [ 244 ] {} <Trace> system.asynchronous_metric_log (6f3f2c82-38dd-415f-af08-560485366d9f): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18891 2025.03.22 20:16:25.666629 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 49044
18892 2025.03.22 20:16:28.853785 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18893 2025.03.22 20:16:28.853990 [ 5 ] {434b0752-83ef-480d-8082-1b5251f4ee34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
18894 2025.03.22 20:16:28.854068 [ 5 ] {434b0752-83ef-480d-8082-1b5251f4ee34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
18895 2025.03.22 20:16:28.855039 [ 5 ] {434b0752-83ef-480d-8082-1b5251f4ee34} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18896 2025.03.22 20:16:28.855082 [ 5 ] {434b0752-83ef-480d-8082-1b5251f4ee34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.33 GiB.
18897 2025.03.22 20:16:28.855764 [ 5 ] {434b0752-83ef-480d-8082-1b5251f4ee34} <Trace> MergedBlockOutputStream: filled checksums all_186_186_0 (state Temporary)
18898 2025.03.22 20:16:28.856265 [ 5 ] {434b0752-83ef-480d-8082-1b5251f4ee34} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_insert_all_186_186_0 to all_186_186_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18899 2025.03.22 20:16:28.856431 [ 137 ] {} <Debug> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5) (MergerMutator): Selected 6 parts from all_1_181_36 to all_186_186_0
18900 2025.03.22 20:16:28.856475 [ 5 ] {434b0752-83ef-480d-8082-1b5251f4ee34} <Debug> executeQuery: Read 146 rows, 12.84 KiB in 0.002542 sec., 57435.090479937055 rows/sec., 4.93 MiB/sec.
18901 2025.03.22 20:16:28.856480 [ 137 ] {} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18902 2025.03.22 20:16:28.856525 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.33 GiB.
18903 2025.03.22 20:16:28.856559 [ 5 ] {434b0752-83ef-480d-8082-1b5251f4ee34} <Debug> TCPHandler: Processed in 0.002906022 sec.
18904 2025.03.22 20:16:28.856727 [ 193 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_186_37} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_181_36 to all_186_186_0 into Compact with storage Full
18905 2025.03.22 20:16:28.856735 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18906 2025.03.22 20:16:28.856989 [ 5 ] {f47443b6-82b3-40cf-b6a2-03cc4171454b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
18907 2025.03.22 20:16:28.857055 [ 193 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_186_37} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
18908 2025.03.22 20:16:28.857101 [ 5 ] {f47443b6-82b3-40cf-b6a2-03cc4171454b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
18909 2025.03.22 20:16:28.857133 [ 193 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_186_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_181_36, total 1448 rows starting from the beginning of the part
18910 2025.03.22 20:16:28.857507 [ 193 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_186_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_182_182_0, total 82 rows starting from the beginning of the part
18911 2025.03.22 20:16:28.858026 [ 193 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_186_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_183_183_0, total 146 rows starting from the beginning of the part
18912 2025.03.22 20:16:28.858555 [ 193 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_186_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_184_184_0, total 1349 rows starting from the beginning of the part
18913 2025.03.22 20:16:28.858966 [ 193 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_186_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_185_185_0, total 56 rows starting from the beginning of the part
18914 2025.03.22 20:16:28.859362 [ 193 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_186_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_186_186_0, total 146 rows starting from the beginning of the part
18915 2025.03.22 20:16:28.860004 [ 5 ] {f47443b6-82b3-40cf-b6a2-03cc4171454b} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18916 2025.03.22 20:16:28.860049 [ 5 ] {f47443b6-82b3-40cf-b6a2-03cc4171454b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.33 GiB.
18917 2025.03.22 20:16:28.860636 [ 5 ] {f47443b6-82b3-40cf-b6a2-03cc4171454b} <Trace> MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary)
18918 2025.03.22 20:16:28.861099 [ 5 ] {f47443b6-82b3-40cf-b6a2-03cc4171454b} <Trace> oximeter.fields_u16 (2c83bff1-81cc-4f8d-8896-c88460fe28ef): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18919 2025.03.22 20:16:28.861332 [ 5 ] {f47443b6-82b3-40cf-b6a2-03cc4171454b} <Debug> executeQuery: Read 45 rows, 3.38 KiB in 0.004424 sec., 10171.790235081375 rows/sec., 764.87 KiB/sec.
18920 2025.03.22 20:16:28.861504 [ 5 ] {f47443b6-82b3-40cf-b6a2-03cc4171454b} <Debug> TCPHandler: Processed in 0.004834093 sec.
18921 2025.03.22 20:16:28.861609 [ 195 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_186_37} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3227 rows, containing 5 columns (5 merged, 0 gathered) in 0.005006286 sec., 644589.6219273129 rows/sec., 56.32 MiB/sec.
18922 2025.03.22 20:16:28.861648 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18923 2025.03.22 20:16:28.861783 [ 5 ] {b7b8c085-6d7b-4c7e-9dba-d884ac0c5220} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
18924 2025.03.22 20:16:28.861855 [ 5 ] {b7b8c085-6d7b-4c7e-9dba-d884ac0c5220} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
18925 2025.03.22 20:16:28.862071 [ 195 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_186_37} <Trace> MergedBlockOutputStream: filled checksums all_1_186_37 (state Temporary)
18926 2025.03.22 20:16:28.862776 [ 5 ] {b7b8c085-6d7b-4c7e-9dba-d884ac0c5220} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18927 2025.03.22 20:16:28.862828 [ 5 ] {b7b8c085-6d7b-4c7e-9dba-d884ac0c5220} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.33 GiB.
18928 2025.03.22 20:16:28.862961 [ 195 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_186_37} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5): Renaming temporary part tmp_merge_all_1_186_37 to all_1_186_37 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18929 2025.03.22 20:16:28.863116 [ 195 ] {5699cff9-2294-4c42-ad9c-f86e9dc358d5::all_1_186_37} <Trace> oximeter.fields_string (5699cff9-2294-4c42-ad9c-f86e9dc358d5) (MergerMutator): Merged 6 parts: [all_1_181_36, all_186_186_0] -> all_1_186_37
18930 2025.03.22 20:16:28.863282 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB.
18931 2025.03.22 20:16:28.863530 [ 5 ] {b7b8c085-6d7b-4c7e-9dba-d884ac0c5220} <Trace> MergedBlockOutputStream: filled checksums all_186_186_0 (state Temporary)
18932 2025.03.22 20:16:28.863960 [ 5 ] {b7b8c085-6d7b-4c7e-9dba-d884ac0c5220} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_insert_all_186_186_0 to all_186_186_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18933 2025.03.22 20:16:28.864100 [ 137 ] {} <Debug> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add) (MergerMutator): Selected 6 parts from all_1_181_36 to all_186_186_0
18934 2025.03.22 20:16:28.864134 [ 137 ] {} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18935 2025.03.22 20:16:28.864149 [ 5 ] {b7b8c085-6d7b-4c7e-9dba-d884ac0c5220} <Debug> executeQuery: Read 109 rows, 8.72 KiB in 0.002391 sec., 45587.62024257633 rows/sec., 3.56 MiB/sec.
18936 2025.03.22 20:16:28.864159 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.33 GiB.
18937 2025.03.22 20:16:28.864263 [ 5 ] {b7b8c085-6d7b-4c7e-9dba-d884ac0c5220} <Debug> TCPHandler: Processed in 0.002669816 sec.
18938 2025.03.22 20:16:28.864370 [ 195 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_186_37} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_181_36 to all_186_186_0 into Compact with storage Full
18939 2025.03.22 20:16:28.864445 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18940 2025.03.22 20:16:28.864526 [ 195 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_186_37} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
18941 2025.03.22 20:16:28.864598 [ 195 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_186_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_181_36, total 674 rows starting from the beginning of the part
18942 2025.03.22 20:16:28.864638 [ 5 ] {74fbce62-0237-4790-a14b-01c510682cb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
18943 2025.03.22 20:16:28.864806 [ 5 ] {74fbce62-0237-4790-a14b-01c510682cb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
18944 2025.03.22 20:16:28.864917 [ 195 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_186_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_182_182_0, total 77 rows starting from the beginning of the part
18945 2025.03.22 20:16:28.865241 [ 195 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_186_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_183_183_0, total 109 rows starting from the beginning of the part
18946 2025.03.22 20:16:28.865620 [ 195 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_186_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_184_184_0, total 583 rows starting from the beginning of the part
18947 2025.03.22 20:16:28.865942 [ 195 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_186_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_185_185_0, total 64 rows starting from the beginning of the part
18948 2025.03.22 20:16:28.866268 [ 195 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_186_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_186_186_0, total 109 rows starting from the beginning of the part
18949 2025.03.22 20:16:28.867269 [ 5 ] {74fbce62-0237-4790-a14b-01c510682cb3} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18950 2025.03.22 20:16:28.867356 [ 5 ] {74fbce62-0237-4790-a14b-01c510682cb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.33 GiB.
18951 2025.03.22 20:16:28.868491 [ 5 ] {74fbce62-0237-4790-a14b-01c510682cb3} <Trace> MergedBlockOutputStream: filled checksums all_186_186_0 (state Temporary)
18952 2025.03.22 20:16:28.868993 [ 199 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_186_37} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1616 rows, containing 5 columns (5 merged, 0 gathered) in 0.004733111 sec., 341424.4880375719 rows/sec., 27.19 MiB/sec.
18953 2025.03.22 20:16:28.869098 [ 5 ] {74fbce62-0237-4790-a14b-01c510682cb3} <Trace> oximeter.measurements_cumulativeu64 (e35808ae-4ad7-4bf3-99c6-6d8357884f02): Renaming temporary part tmp_insert_all_186_186_0 to all_186_186_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18954 2025.03.22 20:16:28.869303 [ 5 ] {74fbce62-0237-4790-a14b-01c510682cb3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00473 sec., 33826.63847780127 rows/sec., 2.36 MiB/sec.
18955 2025.03.22 20:16:28.869310 [ 201 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_186_37} <Trace> MergedBlockOutputStream: filled checksums all_1_186_37 (state Temporary)
18956 2025.03.22 20:16:28.869401 [ 5 ] {74fbce62-0237-4790-a14b-01c510682cb3} <Debug> TCPHandler: Processed in 0.005024407 sec.
18957 2025.03.22 20:16:28.869529 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18958 2025.03.22 20:16:28.869647 [ 5 ] {ec51f41c-ee56-419a-a240-03dc2043dced} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
18959 2025.03.22 20:16:28.869725 [ 5 ] {ec51f41c-ee56-419a-a240-03dc2043dced} <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
18960 2025.03.22 20:16:28.869994 [ 201 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_186_37} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add): Renaming temporary part tmp_merge_all_1_186_37 to all_1_186_37 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18961 2025.03.22 20:16:28.870140 [ 201 ] {bd98ec98-033c-4b9a-8c31-139a644e5add::all_1_186_37} <Trace> oximeter.fields_uuid (bd98ec98-033c-4b9a-8c31-139a644e5add) (MergerMutator): Merged 6 parts: [all_1_181_36, all_186_186_0] -> all_1_186_37
18962 2025.03.22 20:16:28.870266 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB.
18963 2025.03.22 20:16:28.871116 [ 5 ] {ec51f41c-ee56-419a-a240-03dc2043dced} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18964 2025.03.22 20:16:28.871153 [ 5 ] {ec51f41c-ee56-419a-a240-03dc2043dced} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.33 GiB.
18965 2025.03.22 20:16:28.871915 [ 5 ] {ec51f41c-ee56-419a-a240-03dc2043dced} <Trace> MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary)
18966 2025.03.22 20:16:28.872365 [ 5 ] {ec51f41c-ee56-419a-a240-03dc2043dced} <Trace> oximeter.measurements_histogramu64 (eb3a8d5f-8d1e-458b-9bf2-6b3a6d2d3884): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18967 2025.03.22 20:16:28.872594 [ 5 ] {ec51f41c-ee56-419a-a240-03dc2043dced} <Debug> executeQuery: Read 45 rows, 82.57 KiB in 0.002965 sec., 15177.06576728499 rows/sec., 27.20 MiB/sec.
18968 2025.03.22 20:16:28.872788 [ 5 ] {ec51f41c-ee56-419a-a240-03dc2043dced} <Debug> TCPHandler: Processed in 0.003313811 sec.
18969 2025.03.22 20:16:28.873005 [ 5 ] {} <Trace> TCP-Session: f8a2b0ed-af1a-4a90-9fc2-eb0c444a2159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
18970 2025.03.22 20:16:28.873303 [ 5 ] {681dacd6-3843-4ce0-abcf-2b8f827755f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62843) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
18971 2025.03.22 20:16:28.873399 [ 5 ] {681dacd6-3843-4ce0-abcf-2b8f827755f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
18972 2025.03.22 20:16:28.873853 [ 5 ] {681dacd6-3843-4ce0-abcf-2b8f827755f8} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18973 2025.03.22 20:16:28.873891 [ 5 ] {681dacd6-3843-4ce0-abcf-2b8f827755f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.33 GiB.
18974 2025.03.22 20:16:28.874337 [ 5 ] {681dacd6-3843-4ce0-abcf-2b8f827755f8} <Trace> MergedBlockOutputStream: filled checksums all_186_186_0 (state Temporary)
18975 2025.03.22 20:16:28.874790 [ 5 ] {681dacd6-3843-4ce0-abcf-2b8f827755f8} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_insert_all_186_186_0 to all_186_186_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18976 2025.03.22 20:16:28.874925 [ 137 ] {} <Debug> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462) (MergerMutator): Selected 6 parts from all_1_181_36 to all_186_186_0
18977 2025.03.22 20:16:28.874969 [ 137 ] {} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18978 2025.03.22 20:16:28.874973 [ 5 ] {681dacd6-3843-4ce0-abcf-2b8f827755f8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001776 sec., 33783.78378378379 rows/sec., 2.28 MiB/sec.
18979 2025.03.22 20:16:28.874996 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.33 GiB.
18980 2025.03.22 20:16:28.875053 [ 5 ] {681dacd6-3843-4ce0-abcf-2b8f827755f8} <Debug> TCPHandler: Processed in 0.002146586 sec.
18981 2025.03.22 20:16:28.875180 [ 189 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_186_37} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_181_36 to all_186_186_0 into Compact with storage Full
18982 2025.03.22 20:16:28.875395 [ 189 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_186_37} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
18983 2025.03.22 20:16:28.875456 [ 189 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_186_37} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_181_36, total 9276 rows starting from the beginning of the part
18984 2025.03.22 20:16:28.875678 [ 189 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_186_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_182_182_0, total 60 rows starting from the beginning of the part
18985 2025.03.22 20:16:28.875941 [ 189 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_186_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_183_183_0, total 60 rows starting from the beginning of the part
18986 2025.03.22 20:16:28.876051 [ 189 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_186_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_184_184_0, total 48 rows starting from the beginning of the part
18987 2025.03.22 20:16:28.876255 [ 189 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_186_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_185_185_0, total 12 rows starting from the beginning of the part
18988 2025.03.22 20:16:28.876326 [ 189 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_186_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_186_186_0, total 60 rows starting from the beginning of the part
18989 2025.03.22 20:16:28.878915 [ 188 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_186_37} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9516 rows, containing 4 columns (4 merged, 0 gathered) in 0.003839892 sec., 2478194.6992259156 rows/sec., 167.04 MiB/sec.
18990 2025.03.22 20:16:28.879385 [ 188 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_186_37} <Trace> MergedBlockOutputStream: filled checksums all_1_186_37 (state Temporary)
18991 2025.03.22 20:16:28.880160 [ 188 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_186_37} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462): Renaming temporary part tmp_merge_all_1_186_37 to all_1_186_37 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18992 2025.03.22 20:16:28.880256 [ 188 ] {77a4e3f1-5620-436a-a2c5-01cb4e2e2462::all_1_186_37} <Trace> oximeter.measurements_u64 (77a4e3f1-5620-436a-a2c5-01cb4e2e2462) (MergerMutator): Merged 6 parts: [all_1_181_36, all_186_186_0] -> all_1_186_37
18993 2025.03.22 20:16:28.880358 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.95 MiB.
18994 2025.03.22 20:16:29.373308 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 807
18995 2025.03.22 20:16:29.397023 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
18996 2025.03.22 20:16:29.397074 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.33 GiB.
18997 2025.03.22 20:16:29.404819 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary)
18998 2025.03.22 20:16:29.406020 [ 243 ] {} <Trace> system.metric_log (60d76e8f-2763-4154-8db4-ac302d3280b3): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
18999 2025.03.22 20:16:29.410302 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 807